@charset "utf-8";

/* Web Font */
@font-face {
    font-family: 'Pretendard';font-style: normal;font-weight: 300;
    src: url('/assets/css/bootstrap/fonts/Pretendard-Medium.woff2') format('woff2'),
    url('/assets/css/bootstrap/fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
    font-family: 'PretendardThin';font-style: normal;font-weight: 300;
    src: url('/assets/css/bootstrap/fonts/Pretendard-ThinLight.woff2') format('woff2'),
    url('/assets/css/bootstrap/fonts/Pretendard-Thin.woff') format('woff');
}
@font-face {
    font-family: 'PretendardLight';font-style: normal;font-weight: 300;
    src: url('/assets/css/bootstrap/fonts/Pretendard-Light.woff2') format('woff2'),
    url('/assets/css/bootstrap/fonts/Pretendard-Light.woff') format('woff');
}
@font-face {
    font-family: 'PretendardMedium';font-style: normal;font-weight: 300;
    src: url('/assets/css/bootstrap/fonts/Pretendard-Medium.woff2') format('woff2'),
    url('/assets/css/bootstrap/fonts/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src:
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

/* Reset style */
* {word-break: keep-all; word-wrap: break-word; box-sizing: border-box; -webkit-box-sizing: border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, font, img, ins, q, s, small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, thead, tbody, tfoot, tr, th, td, input {margin: 0; padding: 0;}

blockquote, button, fieldset, iframe {border: 0;}
cite, em, u, address, i {font-style: normal;}
img {border: 0; vertical-align: top;}
legend {position: absolute; left: -9999px; top: -9999px;}
caption {text-indent: -9999px; font-size: 0;}
li {list-style: none;}
table {width: 100%; table-layout: fixed; border-collapse: collapse;}
a:link, a:visited, a:hover, a:active {text-decoration: none;}

/* Blind 숨김처리 */
.blind {position: absolute; left: -9999px; top: -9999px;}
.skip {position: absolute; left: -9999px; top: -9999px;}

body {font-family: 'Noto Sans KR', sans-serif; font-size: 16px;}
button, textarea {font-family: 'Noto Sans KR', sans-serif;}
button {cursor: pointer;}

/* 정렬 */
.al_c {text-align: center;}
.al_r {text-align: right;}

.vat {vertical-align: top;}
.vam {vertical-align: middle;}

.cursorpointer, .menubtn {cursor:pointer}

/* 가로길이 */
.w_full {width: 100% !important;}
.w_half {width: 50% !important;}
.w_quarter {width: 25% !important;}
.w_10 {width: 10px !important;}
.w_12 {width: 3rem !important;}
.w_20 {width: 20px !important;}
.w_25 {width: 25px !important;}
.w_30 {width: 30px !important;}
.w_50 {width: 50px !important;}
.w_60 {width: 60px !important;}
.w_80 {width: 80px !important;}
.w_100 {width: 100px;min-width: 100px;}
.w_120 {width: 120px !important;}
.w_125 {width: 125px !important;}
.w_130 {width: 130px !important;}
.w_150 {width: 150px !important;}
.w_200 {width: 200px !important;}
.w_250 {width: 250px !important;}
.w_300 {width: 300px !important;}
.w_350 {width: 350px !important;}
.w_500 {width: 500px !important;}

.h_1 {height: 1px !important;}
.h_10 {height: 10px !important;}
.h_12 {height: 3rem !important;}
.h_15 {height: 15px !important;}
.h_20 {height: 20px !important;}
.h_24 {height: 24px !important;}
.h_25 {height: 25px !important;}
.h_30 {height: 30px !important;}
.h_34 {height: 34px !important;}
.h_35 {height: 35px !important;}
.h_40 {height: 40px !important;}
.h_43 {height: 43px !important;}
.h_45 {height: 45px !important;}
.h_50 {height: 50px !important;}
.h_54 {height: 54px !important;}
.h_55 {height: 55px !important;}
.h_60 {height: 60px !important;}
.h_64 {height: 64px !important;}
.h_80 {height: 80px !important;}
.h_120 {height: 120px !important;}
.h_200 {height: 200px !important;}
.h_300 {height: 300px !important;}
.h_350 {height: 350px !important;}
.h_400 {height: 400px !important;}

/* 여백 */
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt40 {margin-top: 40px !important;}
.pb10 {padding-bottom: 10px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.pt2 {padding-top: 2px !important;}
.pt20 {padding-top: 20px !important;}

.mt_15 {margin-top: 15% !important;}
.mb_15 {margin-bottom: 15% !important;}

.switchery{background-color:#fff;border:1px solid #dfdfdf !important;border-radius:20px !important;cursor:pointer !important;display:inline-block !important;height:30px !important;position:relative !important;vertical-align:middle !important;width:50px !important;-moz-user-select:none !important;-khtml-user-select:none !important;-webkit-user-select:none !important;-ms-user-select:none !important;user-select:none !important;box-sizing:content-box !important;background-clip:content-box !important}
.form-check-input.switchery:checked {background-color: rgb(100, 189, 99) !important;border-color: rgb(100, 189, 99) !important;}
.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:30px;position:absolute;top:0;width:30px}
.switchery-small{border-radius:20px;height:20px;width:33px}
.switchery-small>small{height:20px;width:20px}
.switchery-large{border-radius:40px;height:40px;width:66px}
.switchery-large>small{height:40px;width:40px}

@media (max-width:360px){:root{--w:180px}}
input::placeholder {font-weight: normal !important;opacity: 0.5;color: #cccccc !important;}
input::-moz-placeholder {font-weight: normal !important;;color:#cccccc !important;opacity: 1;}
input:hover::placeholder {color: #008072 !important;}
input:hover::-moz-placeholder {color: #008072 !important;opacity: 1;}


.t-10 {top:10px !important;}
.t-15 {top:15px !important;}
.t-20 {top:20px !important;}
.t-25 {top:25px !important;}
.t-30 {top:30px !important;}
.t-35 {top:35px !important;}
.t-40 {top:40px !important;}
.t-45 {top:45px !important;}
.t-50 {top:50px !important;}

.r-10 {right:10px !important;}
.r-20 {right:20px !important;}
.r-30 {right:30px !important;}
.r-40 {right:40px !important;}
.r-50 {right:50px !important;}

.talksendbtn {top:-50px;right:7px;}

textarea::placeholder {
    color: #a0a0a0;
    opacity: 1;
}
