@charset "utf-8";

/* login style */
.login_title { font-size: 32px; font-weight: 500; text-align: center; margin: 35px 0 0 0; }
.login_text { width: 100%; font-size: 18px; color: #0089cf; text-align: center; display: inline-block; margin-top: 20px; }
.login_wrap { width: 410px; margin: 20px auto 0 auto; }

.login_link { width: 410px; text-align: center; margin: 20px auto 50px auto; }
.login_link a { font-size: 15px; position: relative; margin: 0 8px; }
.login_link a:hover { text-decoration: underline; }
.login_link a::after { 
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #ccc;
    position: absolute;
    top: 3px;
    margin-left: 10px;
/*    margin: 0 0 0 10px;*/
}
.login_link a:last-child::after { display: none; margin-left: 0; }

/* common btn */
.page_title { font-size: 32px; text-align: center; position: relative; padding-bottom: 20px; font-weight: 500; }
.page_title::after { 
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 3px;
    margin-left: -40px;
    background: #0089cf;
}

.member_btnWrap { margin-top: 24px; text-align: center; }
.member_btn { width: 100%; display: inline-block; vertical-align: middle; box-sizing: border-box; text-align: center; font-size: 16px; color: #fff; height: 46px; line-height: 46px; background: #216eb2; }
.member_btn:hover { background: #0f5797; }
.member_btn.gray { background: #888; }

/* form style */
.m_inTxt { display: inline-block; vertical-align: top; width: 100%; height: 46px; padding: 0 10px;border: 1px solid #aaa; background: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0px; }
.m_inTxt.disabled,
.m_inTxt[disabled],
.m_inTxt[readonly] { background: #ececec; color: #c5c5c5; border: 1px solid #dddddd; }

.m_inTxt2 { display: inline-block; /*vertical-align: top;*/ width: 98%; height: 40px; padding: 0 6px;border: 1px solid #aaa; background: #fff; font-size: 16px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0px; }
.m_inTxt2.disabled,
.m_inTxt2[disabled] { background: #ececec; color: #c5c5c5; border: 1px solid #dddddd; }
.m_inTxt2[readonly] { background: #eee; color: #aaa; border: 1px solid #ccc; }


/* idpw find style */
.idpw_info { text-align: center; margin-bottom: 60px; background: url('/images/idpw_certificate.png') no-repeat center 0; padding-top: 110px; }
.idpw_info span { display: block; font-size: 18px; }
.idpw_info span:first-child { margin-bottom: 10px; color: #0089cf; }
.certificate_btn { width: 170px; margin: 0 auto; }

/*.certificate_wrap { width: 100%; display: table; height: 320px; border: 1px solid #eee; padding: 40px 40px; box-sizing: border-box; }
.certificate_wrap li { display: table-cell; width: 50%; box-sizing: border-box; padding-left: 40px; position: relative; overflow: hidden; }
.certificate_wrap li:first-child { border-right: 1px solid #ddd; padding: 0 50px 0 0; background: url('/images/idpw_hp.png') no-repeat bottom right 50px; }
.certificate_wrap li:last-child { background: url('/images/idpw_certificate.png') no-repeat bottom right 10px; }
.certificate_wrap h3 { font-size: 18px; font-weight: 700; margin-bottom: 15px; }
.certificate_wrap .info_text { line-height: 24px; }
.certificate_wrap .info_text strong { color: #0089cf; font-weight: 500; }
.certificate_wrap .certificate_btn { position: absolute; bottom: 0; width: 170px; }*/

.result_wrap { border: 1px solid #eee; padding: 40px 0; width: 100%; box-sizing: border-box; text-align: center; }
.result_wrap.find_bg { background: url('/images/idpw_find.png') no-repeat center 120px; }
.result_wrap h3 { font-size: 18px; color: #000; margin-bottom: 13px; }
.result_wrap .result_info1 { font-size: 18px; color: #666; }
.result_wrap .result_info3 { font-size: 18px; color: #222; margin-bottom: 32px; }
.result_wrap .result_info2 { color: #666; margin-top: 120px; line-height: 18px; }
.result_wrap .result_info2 strong { color: #000; }
.result_wrap .result_text { background: #f8f8f8; width: 400px; height: 60px; line-height: 60px; margin: 30px auto 0 auto; }
.result_wrap .result_text strong { color: #0089cf; font-size: 16px; }
.result_wrap .result_btn { width: 380px; margin: 30px auto 0 auto; }
.result_wrap .result_btn2 { width: 310px; margin: 5px auto 0 auto; }
.result_wrap .result_btn2 li { float: left; width: 150px; }
.result_wrap .result_btn2 li:first-child { margin-right: 10px; }
.result_wrap .result_btn2::after { content: ''; display: block; clear: both; }
.result_wrap .result_btn li { float: left; width: 185px; }
.result_wrap .result_btn li:first-child { margin-right: 10px; }
.result_wrap .result_btn::after { content: ''; display: block; clear: both; }

/* join style */
.join_step { text-align: center; margin-bottom: 40px; }
.join_step ul { display: inline-block; }
.join_step ul li { float: left; padding-right: 157px; width: 150px; position: relative; }
.join_step ul li:last-child { padding-right: 0; }
.join_step ul li::after { 
    content: '';
    position: absolute;
    width: 230px;
    height: 1px;
    background: #505050;
    top: 39px;
    right: -37px;
}
.join_step ul li:last-child::after { display: none; }
.join_step ul li span { display: block; color: #505050; margin: auto;  }
.join_step ul li.active span { color: #004591; text-decoration: underline; text-underline-offset:3px;}
.join_step ul li.step1::before { 
    content: '';
    display: block;
    width: 78px;
    height: 78px;
    background: url('/images/join_step01.png') no-repeat 0 0;
    margin: 0 auto 10px auto;
}
.join_step ul li.step1.active::before { 
    background: url('/images/join_step01.png') no-repeat 0 -78px;
}
.join_step ul li.step2::before { 
    content: '';
    display: block;
    width: 78px;
    height: 78px;
    background: url('/images/join_step02.png') no-repeat 0 0;
    margin: 0 auto 10px auto;
}
.join_step ul li.step2.active::before { 
    background: url('/images/join_step02.png') no-repeat 0 -78px;
}
.join_step ul li.step3::before { 
    content: '';
    display: block;
    width: 78px;
    height: 78px;
    background: url('/images/join_step03.png') no-repeat 0 0;
    margin: 0 auto 10px auto;
}
.join_step ul li.step3.active::before { 
    background: url('/images/join_step03.png') no-repeat 0 -78px;
}
.join_step ul li.step4::before { 
    content: '';
    display: block;
    width: 78px;
    height: 78px;
    background: url('/images/join_step04.png') no-repeat 0 0;
    margin-bottom: 10px;
}
.join_step ul li.step4.active::before { 
    background: url('/images/join_step04.png') no-repeat 0 -78px;
}

/* agree style */
.h3_wrap { position: relative; }
.h3_wrap .agree_title { font-size: 18px; color: #222; font-weight: 500; }
.h3_wrap .agree_title em { display: inline-block; margin-left: 10px; color: #f44336; }
.h3_wrap .checkbox_wrap { position: absolute; right: 0; top: 0; }
.h3_wrap .checkbox_wrap label { font-size: 15px; color: #666; margin-right: 0; }

.agree_wrap { height: 250px; border: 1px solid #ccc; padding: 20px 20px; box-sizing: border-box; overflow-y: auto; margin: 10px 0 0 0; }
.privacy_list.import > li:nth-of-type(1), .privacy_list.import > li:nth-of-type(1) > ul li, .privacy_list.import > li:nth-of-type(2), .privacy_list.import > li:nth-of-type(2) > ul li, .privacy_list.import > li:nth-of-type(2) > .point, .privacy_list.import > li:nth-of-type(3) { font-size: 19px; color: #000; font-weight: 500 !important; }
.agree_all { text-align: center; background: #f9f9f9; border: 1px solid #ccc; height: 62px; line-height: 62px; margin: 20px 0 50px 0; }
.agree_all label { font-size: 18px; }

.certificat_box { border: 1px solid #ccc; height: 78px; padding: 0 20px; box-sizing: border-box; margin: 10px 0 0 0; position: relative; }
.certificat_box span { font-size: 18px; line-height: 78px; }
.certificat_box .btn2 { position: absolute; top: 15px; right: 20px; }

.chk_bg1 input[type="checkbox"] { margin: 0 5px 0 0; width: 20px; height: 20px; }
.chk_bg1 input[type="checkbox"]::after { 
    content: '';
    display: block;
    width: 20px; 
    height: 20px; 
    margin-right: 10px !important;
    background: url('/images/checkBox01_img.png') no-repeat 0 0;
}
.chk_bg1 input[type="checkbox"]:checked::after { 
    background: url('/images/checkBox01_img.png') no-repeat 0 -20px;
}
.chk_bg2 input[type="checkbox"] { margin: 0 5px 0 0; width: 24px; height: 24px; }
.chk_bg2 input[type="checkbox"]::after { 
    content: '';
    display: block;
    width: 24px; 
    height: 24px; 
    margin-right: 10px !important;
    background: url('/images/checkBox02_img.png') no-repeat 0 0;
}
.chk_bg2 input[type="checkbox"]:checked::after { 
    background: url('/images/checkBox02_img.png') no-repeat 0 -24px;
}
.chk_bg1 input[type="checkbox"]::-ms-check, .chk_bg2 input[type="checkbox"]::-ms-check { border: 1px solid #ccc; }
.chk_bg1 input[type="checkbox"]:checked::-ms-check, .chk_bg2 input[type="checkbox"]:checked::-ms-check {  background: #26a69a; color: #fff; border: 1px solid #26a69a; }

/* input form */
.join_form { border-top: 2px solid #0089cf; }
.join_form input[type="radio"], .join_form input[type="checkbox"], .expert_form input[type="radio"], .expert_form input[type="checkbox"] { width: 18px; height: 18px; }
.join_form td label { font-size: 16px; }
.join_form th { font-weight: 500; text-align: left; color: #000; padding: 19px 0 17px 10px; border-bottom: 1px solid #e7e7e7; }
.join_form td { padding: 8px 0 8px 0; border-bottom: 1px solid #e7e7e7; }

/*.join_form td label { font-size: 16px; }*/
.birth input[type="text"] { margin-right: 5px; }

.join_form .type_form .radio_wrap { display: inline-block; width: 210px; }
.join_form .type_form li { margin-bottom: 10px; }
.join_form .type_form li:last-child { margin-bottom: 0; }
.join_form .type_form .type4_input { margin-top: 10px; display: none; }

.tooltip { font-size: 0; margin-left: -15px; vertical-align: middle; }
.tooltip::before {
    content: '';
    display: inline-block;
     vertical-align: middle; 
    width: 16px;
    height: 16px;
    background: url('/images/common/tooltip_icon.png') no-repeat 0 0;
}

.birth_wrap { font-size: 0; display: inline-block; }
.birth_wrap label { margin: 0 18px 0 8px; }

.tel_wrap { font-size: 0; }
.tel_wrap .dash2 { margin: 0 10px; font-size: 0; }
.tel_wrap .dash2::after { 
    content: '';
    display: inline-block;
    width: 7px;
    height: 1px;
    background: #333;
}
.tel_wrap input[type="text"]:nth-of-type(3) { margin-right: 5px; }

.email_wrap { font-size: 0; } 
.email_wrap .dash { font-size: 16px!important; margin: 0 10px 0 5px; }
.email_wrap input { margin-right: 5px; }

.addr_wrap { font-size: 0; }
.addr_wrap input[type="text"] { margin-right: 5px; }

/* expert_form */
.expert_form { margin-top: 60px; }
.expert_form .expert_wrap { position: relative; margin-bottom: 25px; }
.expert_form .expert_title { font-size: 20px; font-weight: 500; margin-bottom: 10px; } 
.expert_form .major_box { padding: 20px 20px; border-bottom: 1px solid #ddd; border-top: 1px solid #ccc; }
.expert_form .major_box { box-sizing: border-box; }
.expert_form .major_box ul { width: 100%;  }
.expert_form .major_box ul li { float: left; width: 12.5%; line-height: 24px; }
.expert_form .major_box::after {
    content: '';
    display: block;
    clear: both;
}

.input_form { width: 100%; border-top: 1px solid #ccc; }
.input_form thead th { height: 52px; border-bottom: 1px solid #e7e7e7; background: #f3f3f3; font-weight: 500; border-left: 1px solid #e7e7e7; }
.input_form thead th:first-child, .input_form tbody td:first-child { border-left: none; }
.input_form tbody td { height: 50px; padding: 5px 5px; border-bottom: 1px solid #e7e7e7; text-align: center; box-sizing: border-box; border-left: 1px solid #e7e7e7; }

.attach_wrap .selectbox_wrap { width: 120px; }
.attach_wrap .attach_file { display: inline-block; vertical-align: top; }

.file_form { width: 100%; border-top: 1px solid #ccc; }
.file_form table { border-collapse: inherit !important; }
.file_form th, .file_form td { border-bottom: 1px solid #e7e7e7;  }
.file_form th { background: #fafafa; padding: 12px 0 11px 20px; text-align: left; font-weight: 500; }
.file_form td { padding: 5px 0 5px 15px; height: 40px; }
.file_form .attach_file input[type="text"], .file_form .attach_file input[type="file"] { height: 40px; }
.file_form .attach_file label { height: 40px; line-height: 40px; }

/* date input */
.date_input { border: 1px solid #aaa; display: inline-block; background: #fff; } 
.date_input .inTxt2 { vertical-align: middle; border: 0; width: 100px; height: 38px; }
.date_input .inTxt6 { vertical-align: middle; }
.date_input img { vertical-align: middle; display: inline-block; margin: 0 5px; cursor: pointer; }
.ui-datepicker-year, .ui-datepicker-month { font-family: 'NotoSans' !important; background: #fff url('/images/common/selectbox_bg.png') right 5px center no-repeat; padding: 0 5px; }
.ui-datepicker-year { margin-right: 5px !important; }
.add_btn { font-size: 0; position: absolute; top: -10px; right: 0 }
.add_btn .btn3 { margin-right: 5px; }
.add_btn .btn3:last-child { margin-right: 0; } 

.btn_join { text-align: center; font-size: 0; margin-top: 40px; }
.btn_join .btn2 { margin-right: 10px; }
.btn_join .btn2:last-child { margin-right: 0; }

.join_finish { padding: 50px 0; text-align: center; box-sizing: border-box; background: #f8f8f8 }
.join_finish .finish_text { background: url('/images/join_ok.png') no-repeat center top; font-size: 30px; color: #000; padding-top: 113px; }
.join_finish .finish_text .text::before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #ddd;
    margin: 30px auto 15px auto;
}
.join_finish .finish_text .text { font-size: 16px; color: #666; line-height: 22px; }
.join_finish .finish_text .text strong { color: #0089cf; }
.join_finish .btn_area { font-size: 0; text-align: center; margin-top: 50px; }
.join_finish .btn_area .btn4 { margin-right: 10px; }
.join_finish .btn_area .btn4:last-child { margin-right: 0; }

/* pw reset */
.pw_input { text-align: left; width: 310px; margin: 20px auto 0 auto; }
.pw_input ul li label { margin-bottom: 4px; display: block; }
.pw_input ul li label em { display: inline-block; margin-left: 5px; color: #f44336; }

.desc2 { text-align: right; margin-bottom: 5px; }
.desc2 em { color: #f44336; }
.desc2 em span { margin-left: 0; }

/* 개인정보처리방치 및 이용약관 */
.privacy_box { background: #f8f8f8; padding: 30px 30px; box-sizing: border-box; line-height: 30px; margin-bottom: 30px; }

.privacy_content .privacy { margin-bottom: 40px; }
.privacy_content .privacy > .privacy_title { font-size: 24px; color: #000; font-weight: 500; margin-bottom: 10px; }
.privacy_content .privacy > p { line-height: 30px; }
.privacy_content .privacy .privacy_list { margin-top: 15px; }
.privacy_content .privacy .privacy_list > li { list-style: decimal; margin-left: 18px; padding-left: 5px; margin-bottom: 12px; }
.privacy_content .privacy .privacy_list > li:last-child { margin-bottom: 0; }
.privacy_content .privacy .title { display: block; margin-bottom: 5px; }
.privacy_content .privacy .date { color: #e91e63 }
.privacy_content .privacy .privacy_list > li > span { font-weight: normal; }
.privacy_content .privacy .privacy_list2 > li { padding-left: 27px; position: relative; line-height: 30px; }
.privacy_content .privacy .privacy_list2 > li > span.num {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 6px;
    margin-left: -3px;
}
.privacy_content::after {
    content: '';
    display: block;
    clear: both; 
}
.point { position: relative; padding-left: 20px; margin-top: 10px; display: inline-block;}
.point::before {
    content: '※';
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;

}

.provision div { margin-bottom: 25px; }
.provision div:last-child { margin-bottom: 0;}