@charset "utf-8";

html {padding:0; margin:0; overflow-x:auto; overflow-y:scroll;font-size:62.5%;}
body {padding:0; margin:0}
img {border:0; vertical-align:middle;}
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
summary, address {margin:0px; padding:0; list-style:none; font-style:normal}
table{border-spacing:0; border-collapse:collapse;}

fieldset {border:none;}
em {font-style:normal;}

input{padding:0;}
select {height:21px; padding:0 0 1px;}
a {text-decoration:none}

/*---------------------------------------------------*\
	Font
\*---------------------------------------------------*/
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: local('NotoSansKR-Regular'), local('NotoSansKR-Regular'),
    url(../../font/NotoSansKR-Regular.woff2) format('woff2'),
    url(../../font/NotoSansKR-Regular.woff) format('woff'),
    url(../../font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: local('NotoSansKR-Medium'), local('NotoSansKR-Medium'),
    url(../../font/NotoSansKR-Medium.woff2) format('woff2'),
    url(../../font/NotoSansKR-Medium.woff) format('woff'),
    url(../../font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans KR Bold'), local('Noto Sans CJK KR Bold'),
    url(../../font/NotoSansKR-Bold.woff2) format('woff2'),
    url(../../font/NotoSansKR-Bold.woff) format('woff'),
    url(../../font/NotoSansKR-Bold.otf) format('opentype');
}


body {font-family:'Noto Sans KR', dotum, '돋움', sans-serif;color:#555;letter-spacing:-0.15rem; background:#e0e6ff;}
h2, h3{font-size: 2.4rem; color:#111; font-weight: 500;}
h3{margin: 50px 0 40px 0}
label{font-size: 1.8rem;}

.cont strong{position: relative; font-size: 1.8rem; color:#333; font-weight:700; display:block; margin: 30px 0 15px 0;}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    font-size: 2rem;
    line-height: 2.2rem;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #dadada;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #325dd3 url(../../img/survey/radio_chk_white.png) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
[type="radio"]:checked + label:after {
    opacity: 1;
}
input[type=radio]:disabled + label{color:#999}








[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    font-size: 2rem;
    line-height: 2.2rem;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #dadada;
    border-radius: 100%;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../../img/survey/radio_chk_blue.png) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid #325dd3;
    border-radius: 100%;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
}





.cont dl dt{font-size:16px; font-weight: 500; color:#333; margin: 15px 0;}
.cont dl dd{margin: 0 0 13px 0; position: relative;}
input[type="text"]{border:none; border-bottom: 1px solid #888;line-height : 1.8rem; font-family: inherit; -webkit-appearance: none;  -moz-appearance: none; appearance: none; font-size: 1.8rem;}
.h2_txt{background:#ecf1f8; border-radius: 10px; margin-top: 25px; padding:3% 4%; font-size: 2rem; color:#111; word-break: keep-all;}
.h2_txt span{font-weight: 500;}
h2{margin: 43px 0 34px; padding-left: 42px; text-indent: -42px;}
h2 img{width:32px; height: 32px; margin: 0 10px 4px 0;}
h3{position: relative; padding-left: 36px; word-break: keep-all;}
h3 span{position: absolute; left:0;}
ul li{position: relative;}
ul li + li{margin-top:13px;}
ul.left li{display:inline-block;}
ul.left li + li{margin: 0 0 0 30px;}
dl.left dd{display:inline-block; margin: 0;position: relative;}
dl.left dd + dd{margin-left:30px;}

.wrap{width: 640px; margin: 0 auto;}
.header img{width: 100%;}
.wrap > div {padding: 0 8% 8% 8%; overflow: hidden; background:#fff;}

.cont h2{margin-top:46px;}
.cont + .cont{margin-top: 5px;}
.cont textarea{width:100%; font-size:1.8rem; font-family:'Noto Sans KR', dotum, '돋움', sans-serif;}
strong .cont_logo{width:32px; margin-right:8px;}
.mark{color:#333; display:block;}
.mark img{margin-top: -3px;}
.mark_txt{display:none; position: absolute; top:35px; left:0; z-index: 100; width:80%; padding:1% 2%; border:1px solid #8eaedb; border-radius: 5px; font-size: 1.2rem; color:#555; word-break: keep-all; background:#fff;}
.mark:hover + p.mark_txt{display:block;}
dl + dl{margin-top: 2.5rem}
.off{display:block; line-height: 70px; color:#fff;  text-align: center; font-size: 20px; background:#dbdbdb; cursor: default;}
.off::after{content:''; display:inline-block; width: 46px; height: 10px; background:url(../../img/survey/ico_next.png) no-repeat; vertical-align: middle; margin:-8px 0 0 15px;}
.next{display:block; line-height: 70px; color:#fff;  text-align: center; font-size: 20px; background:#325dd3;}
.cont.dt_bold dt{font-weight: 700;}

.wrap .begin_top{padding:0;}
.begin_top img{display:block; width:90%; margin:30px auto 0;}
.begin h2{margin: 50px 0 34px;}

.begin .h2_txt{margin-top: 50px;font-size: 14px; color:#555; text-align: center;}
.begin .h2_txt span{color:#111;}
.begin ul li:last-child{position: relative;}

.cont.last{position: relative;}
.cont.last .h2_txt{font-size:1.6rem; letter-spacing: -1px; margin-bottom:50px;}
.cont.last input[type=text]{margin:0;}
.cont.last > div > label, .cont.last > div dt label{display:block; background: none; margin:30px 0 10px;font-size: 18px;font-weight: 500; color: #333; padding-left:0;}
.login {border:1px solid #dbdbdb; border-radius: 20px; padding:0 3rem 3rem; margin-top:25px;}
.cont.last .login label{font-size:16px;}
.cont.last .login input::placeholder{font-size:18px; color: #ccc; font-family:'Noto Sans KR', dotum, '돋움', sans-serif;}
.cont.last .login input[type=password]{width:100%; border:none; border-bottom:1px solid #888; padding: 7px 5px; font-size:18px; box-sizing: border-box;}
.cont.last .login .btn_login{display:block; width: 100%; line-height: 48px; border-radius: 30px; background:#433eff; color:#fff; text-align: center; font-size:18px; font-weight: 500; margin:25px auto 10px;}
.login .search_idpw{line-height: 1.5; font-size:19px;}
.login .search_idpw a{font-size: 16px; color:#333;}
.login p.idpw_wrap{display: inline-block; margin-left: 15px;}
.cont.last .age_bx{position:relative;}
.cont span.age{font-size: 18px;display:block; position: absolute; top:42px; right: 2px;}
.cont input[type=text]{width: 100%; padding: 7px 5px; box-sizing: border-box;}
.cont .call_wrap .call_num_wrap{display: flex; gap: 5%;}
.cont .call_wrap input[type=text].call{width: 100%;padding:0;}
.cont select {width: 100%; height: 36px; line-height: 18px; padding: 0 5px; font-size: 18px; border:none;border-bottom: 1px solid #888; font-family: inherit;background: url('../../img/survey/select.png') no-repeat 98% 50%;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.cont select::-ms-expand {display: none;}
.cont .agreement dt{color:#555; font-weight: 400; margin: 20px 0; word-break: keep-all;}
.cont .agreement dt span{color: #f25447}
.cont .ending{line-height:66px; border:1px solid #d5d5d5; border-radius: 10px; font-size: 20px; color:#333; text-align: center; margin-top:40px;}
.cont .m-ending{  line-height: 1.5; border: 1px solid #d5d5d5; border-radius: 10px; font-size: 18px; color: #333; text-align: center; margin-top: 40px; word-wrap: break-word; font-size: 18px; color: #333; text-align: center; margin-top: 40px; word-wrap: break-word;  word-break: break-all; padding: 15px; }
.welc{font-size: 17px;border: 1px solid #bcc8dc;border-radius: 8px;padding: 14px 10px;text-align: center;width: auto;margin: 28px 0 0 0;word-break: keep-all;}
.welc strong{display: inline;font-size: 17px;color: #5289d6;}


.footer{width: 640px; margin:0 auto; letter-spacing: 0.5px; background:#fff; padding:30px 20px; box-sizing: border-box;}
.footer::after{content:''; display:block; clear: both;}
.footer > *{vertical-align: middle;}
.footer p{font-size: 1.4rem; color:#000; float: left; padding-top:6px;}
.footer p span{font-weight: 500;}
.footer img{float: right;}

@media (max-width:640px){
    .wrap{width: 100%;}
    .begin .h2_txt span{display: inline-block}
    .cont > img{width: 100%; padding:0}
    .mark_txt{top:40px; z-index: 100; width:auto; word-break: keep-all;}
    .footer{width: 100%; text-align: center;}
    .footer p, .footer img{float:none; padding:0;}
    .footer img{padding:10px 0;}
}


/*2022조사 추가*/
.begin.top{padding: 0 6%;}
.begin.top .beginInner{padding-bottom:8%; border-bottom:1px solid #d8d8d8;}
.begin.top h2{text-align: center; padding-left:0; text-indent: 0; word-break: keep-all;}
.begin.top h2 > span{font-size: 2.4rem; color:#ff5400;}
.begin.top .radio_wrap{width:90%; margin:0 auto; display: flex; justify-content: space-between; align-items: center;}
.begin.top .radio_wrap li{width: calc(50% - 14px);}
.begin.top .radio_wrap li + li{margin:0;}
.next::after{content:''; display:inline-block; width: 46px; height: 10px; background:url(../../img/survey/ico_next.png) no-repeat; vertical-align: middle; margin:-8px 0 0 15px;}
.cont.last .login .btn_login{background:#325dd3;}
.begin.top .h2_txt{display:none;}
.h2_txt.cont_txt{background:#ecf1f8; border-radius: 10px; margin-top: 25px; margin-bottom:25px; padding:3% 4%; font-size: 1.6rem; color:#111;}
.h2_txt.cont_txt > span{display:block; font-weight: 400;}
.h2_txt.cont_txt > span + span{margin-top:8px;}
.h2_txt.cont_txt > span > span{font-weight: 500;}



.begin.top [type="radio"]:checked + label:before,
.begin.top [type="radio"]:not(:checked) + label:before {
    display: none;
}
.begin.top [type="radio"]:checked + label:after,
.begin.top [type="radio"]:not(:checked) + label:after {
    display: none;
}
.begin.top [type="radio"] + label span{position: relative;}

.begin.top [type="radio"]:checked + label span:after{
    content:''; display: inline-block; width: 14px; height: 13px; background:url(../../img/survey/radio_chk_white.png) no-repeat; margin: 0  0 2px 10px;
}

.begin.top [type="radio"]:not(:checked) + label
{
    width: 100%; border:2px solid #d3d3d3; border-radius: 50px; font-size:2rem; font-weight: 500; color:#333; text-align: center; padding: 10px; background: #fff;
}
.begin.top [type="radio"]:checked + label
{
    width: 100%; border:2px solid #325dd3; border-radius: 50px; font-size:2rem; font-weight: 500; color:#fff; text-align: center; padding: 10px; background: #325dd3;
}

.disabled-field {
    background-color: #f5f5f5 !important;
    color: #666 !important;
    cursor: not-allowed !important;
    border-color: #ddd !important;
}

.disabled-label {
    color: #666 !important;
    cursor: not-allowed !important;
}

input[disabled], select[disabled] {
    background-color: #f5f5f5;
    color: #666;
    cursor: not-allowed;
}

input[type="radio"][disabled] + label {
    color: #666;
    cursor: not-allowed;
}
