@charset "utf-8";

/* 준비중페이지 */
.wait_page{display:flex;justify-content:center;padding:20px;box-sizing:border-box;}
.wait_page img{max-width:100%;}

/* 텍스트박스 */
.inp_txt{height:100%;min-height:40px;padding:0 10px;border:1px solid #d5d5d5;background-color:#fff;font-size:1.5rem;cursor:text;box-sizing:border-box;}
.inp_txt:focus{border-color:#3db6ed;background-color:#f0f7fa;}
.inp_txt::-webkit-date-and-time-value{min-height:40px;}

/* 탭 */
.con_tab{width:100%;}
.con_tab ul{position:relative;display:flex;justify-content:space-between;width:100%;border-radius:10px;background:#fff;}
.con_tab ul::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #c2c2c2;border-radius:10px;box-sizing:border-box;}
.con_tab ul li{flex-grow:1;position:relative;}
.con_tab ul li:nth-child(n+2)::before{content:'';position:absolute;top:50%;left:0;width:1px;height:20px;background:#c2c2c2;transform:translateY(-50%);}
.con_tab ul li a{display:block;height:100%;padding:18px 20px;font-size:1.9rem;font-weight:600;color:#000;text-align:center;box-sizing:border-box;}
.con_tab ul li.on a{border-radius:10px;background:#1065d9;font-weight:700;color:#fff;box-shadow:15px 15px 20px rgba(1,64,153,0.2);}
.con_tab ul li.on::before,
.con_tab ul li.on + li::before{display:none;}

/* 탭2 */
.con_tab + .con_tab2{position:relative;top:-40px;}
.con_tab + .con_tab2.tab_b{margin-bottom:20px;}
.con_tab2{width:100%;}
.con_tab2 ul{position:relative;display:flex;justify-content:space-between;width:100%;box-sizing:border-box;}
.con_tab2 ul li{flex:1;text-align:center;}
.con_tab2 ul li::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#c2c2c2;}
.con_tab2 ul li a{display:inline-flex;position:relative;padding:15px 20px;font-weight:600;box-sizing:border-box;}
.con_tab2 ul li.on a{font-weight:700;color:#1065d9;}
.con_tab2 ul li.on a::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:2px;background:#1065d9;z-index:1;}

.tab_t{margin-top:60px;}
.tab_b{margin-bottom:60px;}

/* 제목 */
h4.tit{margin-bottom:20px;font-size:3rem;line-height:1.3;font-weight:700;color:#1065d9;}
h4.tit.h4_t{margin-top:50px;}
h5.tit{margin-bottom:20px;font-size:2.4rem;line-height:1.2;font-weight:600;}
h5.tit.h5_t{margin-top:40px;}
h6.tit{margin-bottom:15px;font-size:2.2rem;line-height:1.2;font-weight:600;}
h6.tit.h6_t{margin-top:30px;}

/* 서브제목 */
.sub_tit{margin-bottom:30px;font-size:2.2rem;font-weight:600;}

/* 이미지 */
.mimg,
.mimg img{max-width:100%;}

/* 리스트 */
ul.list > li{position:relative;padding-left:15px;font-weight:400;}
ul.list > li:after{content:'';position:absolute;top:11px;left:0;width:4px;height:4px;background:#000;}
ul.list > li:nth-child(n+2){margin-top:15px;}
ul.list > li > ul.list2{margin:10px 0 15px;}
ul.list2 > li{position:relative;padding-left:13px;font-size:1.8rem;font-weight:400;}
ul.list2 > li::after{content:'';position:absolute;top:11px;left:0;width:4px;height:1px;background:#000;}
ul.list2 > li:nth-child(n+2){margin-top:8px;}
ul.list2 > li > ul.list3{margin:13px 0 15px;}
ul.list3 > li{position:relative;padding-left:15px;font-size:1.6rem;font-weight:400;}
ul.list3 > li::after{content:'';position:absolute;top:9px;left:0;width:4px;height:4px;border:1px solid #000;box-sizing:border-box;}
ul.list3 > li:nth-child(n+2){margin-top:6px;}

/* 버튼 */
.btn_w{display:flex;flex-wrap:wrap;gap:20px;width:100%;padding:30px 0;text-align:center;}
.btn_w.center{justify-content:center;}
.btn_w.right{justify-content:end;}

a.con_btn,
input.con_btn{display:inline-block;color:#fff;min-width:180px;padding:16px 30px;border-radius:8px;font-size:1.7rem;font-weight:700;line-height:normal;background:#000;vertical-align:middle;text-align:center;cursor:pointer;border:1px solid #000;letter-spacing:-0.025em;box-sizing:border-box;}

a.con_sbtn,
input.con_sbtn{display:inline-block;color:#fff;min-width:120px;padding:10px 15px;border-radius:5px;font-size:1.5rem;font-weight:600;line-height:normal;background:#000;vertical-align:middle;text-align:center;cursor:pointer;border:1px solid #000;letter-spacing:-0.025em;box-sizing:border-box;}

.con_btn.blue,
.con_sbtn.blue{border-color:#1065d9;background:#1065d9;}

.con_btn.blue_l,
.con_sbtn.blue_l{border-color:#1065d9;background:#fff;color:#1065d9;}

.con_btn.black,
.con_sbtn.black{border-color:#000;background:#000;color:#fff;}

.con_btn.black_l,
.con_sbtn.black_l{border:1px solid #000;background:#fff;color:#000;}

.con_btn.gray,
.con_sbtn.gray{background:#c2c2c2;border:1px solid #c2c2c2;color:#fff;}

.con_btn.white,
.con_sbtn.white{background:#fff;border:1px solid #b0b0b0;color:#000;}

.con_btn.file span,
.con_sbtn.file span{position:relative;min-width:auto;padding-left:25px;text-align:left;}
.con_btn.file span::before,
.con_sbtn.file span::before{content:'';position:absolute;top:50%;left:0;width:17px;height:17px;background-image:url(/nanum/site/builder/skin/main/img/common/icon_file.png);background-repeat:no-repeat;background-size:cover;transform:translateY(-50%);}

.con_btn.file.black_l span::before,
.con_sbtn.file.black_l span::before{background-image:url(/nanum/site/builder/skin/main/img/common/icon_file_w.png);}

/* 기본테이블 */
table.table1{width:100%;font-weight:400;background:#fff;border-collapse:collapse;border-top:2px solid #000;border-right:1px solid #e5e5e5;word-break:keep-all;}
table.table1 th{font-weight:700;}
table.table1 th,
table.table1 td{padding:15px 20px;text-align:center;color:#000;}
table.table1 thead th{background:#f9f9f9;}
table.table1 thead th,
table.table1 tbody th,
table.table1 tbody td{border-left:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
table.table1 tbody td.left{text-align:left;}
table.table1 tbody td.right{text-align:right;}

/* 포인트 텍스트 */
.point_txt{position:relative;padding-left:30px;font-size:1.7rem;font-weight:600;}
.point_txt::before{content:'';position:absolute;top:3px;left:0;width:16px;height:16px;background:url(/nanum/site/builder/skin/main/img/common/point_txt.png) no-repeat center / cover;}
.point_txt a{text-decoration:underline;}

/* 회색박스 */
.gray_box{padding:30px;background:#fff;border:1px solid #d5d5d5;border-radius:10px;}

/* 디자인셀렉트박스 */
select.custom_sel{width:100%;height:100%;min-height:40px;padding:0 10px;border:1px solid #d5d5d5;background:url(/nanum/site/builder/skin/main/img/common/select_arr.png) no-repeat calc(100% - 10px) 50% #fff;font-size:1.5rem;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
select.custom_sel::-ms-expand{display:none;}

/* 디자인인풋박스 */
.inp_chk[type="checkbox"],
.inp_rd[type="radio"]{clip:rect(1px, 1px, 1px, 1px);position:absolute;width:1px;height:1px;}

/* 체크박스 */
.inp_chk[type="checkbox"].default + label{display:inline-block;position:relative;padding-left:25px;cursor:pointer;font-size:1.5rem;line-height:1.4;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.inp_chk[type="checkbox"].default + label::before{content:'';position:absolute;left:0;top:50%;width:20px;height:20px;margin-top:-10px;border:1px solid #cacece;border-radius:3px;background:url(/nanum/site/builder/skin/main/img/common/icon_chk_off.png) no-repeat 50% 50%;background-size:auto 12px;box-sizing:border-box;}
.inp_chk[type="checkbox"]:checked.default + label{font-weight:700;}
.inp_chk[type="checkbox"]:checked.default + label::before{background:url(/nanum/site/builder/skin/main/img/common/icon_chk_on.png) no-repeat 50% 50% #1065d9;background-size:auto 12px;border-color:#1065d9;}

.inp_chk[type="checkbox"].borbx + label{display:inline-block;position:relative;width:100%;padding:5px 0;background-color:#fff;border:1px solid #d5d5d5;font-size:1.4rem;font-weight:600;color:#555;text-align:center;box-sizing:border-box;vertical-align:top;cursor:pointer;}
.inp_chk[type="checkbox"].borbx:checked + label{border-color:#000;background:#888;color:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.2);}

/* 라디오버튼 */
.inp_rd[type="radio"].default + label{display:inline-block;position:relative;padding-left:25px;cursor:pointer;font-size:1.5rem;line-height:1.4;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.inp_rd[type="radio"].default + label::before{content:'';position:absolute;left:0;top:50%;width:20px;height:20px;margin-top:-10px;box-sizing:border-box;text-align:center;border:1px solid #d5d5d5;background:#fff;border-radius:100%;}
.inp_rd[type="radio"]:checked.default + label::before{border-color:#1065d9;}
.inp_rd[type="radio"]:checked.default + label::after{content:'';position:absolute;top:50%;left:5px;width:10px;height:10px;margin-top:-5px;background-color:#1065d9;;border-radius:100%;}

/* 사이트맵 */
.sitemap_wrap{display:flex;flex-wrap:wrap;gap:30px;}
.sitemap_wrap .box{width:calc(33.333% - 22px);background:#fff;border:1px solid #d5d5d5;}
.sitemap_wrap .box .tit{padding:15px 30px;background:#f5f5f5;text-align:center;font-size:1.9rem;line-height:1.5;font-weight:700;color:#000;box-sizing:border-box;}
.sitemap_wrap .box > ul{padding:20px;}
.sitemap_wrap .box > ul > li:nth-child(n+2){border-top:1px solid #e5e5e5;}
.sitemap_wrap .box > ul > li > a{display:block;padding:10px;color:#000;}
.sitemap_wrap .box > ul > li > ul{padding:15px 25px;background:#f9f9f9;}
.sitemap_wrap .box > ul > li > ul > li{font-size:1.5rem;}
.sitemap_wrap .box > ul > li > ul > li:nth-child(n+2){margin-top:8px;}

/* write동의박스 */
.agree_box{border:1px solid #e5e5e5;background:#fff;}
.agree_box .cont_area{padding:30px 25px;}
.agree_box .cont_area .txt_box{padding-right:20px;max-height:140px;overflow-y:auto;}
.agree_box .cont_area .txt_box::-webkit-scrollbar{width:5px;background-color:#e9e9e9;border-radius:5px;}
.agree_box .cont_area .txt_box::-webkit-scrollbar-thumb{background-color:#1065d9;border-radius:5px;}
.agree_box .agree_area{display:flex;align-items:center;justify-content:center;gap:25px;min-height:20px;padding:20px 25px;border-top:1px solid #e5e5e5;background:#f9f9f9;}
.agree_box .agree_area label{font-size:1.7rem !important;}

/* 모달팝업 */
#modalWrap{display:none;position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,0.5);}
#modalBody{position:absolute;top:50%;left:50%;width:640px;height:500px;padding:50px;margin:0 auto;border-radius:20px;background-color:#fff;box-shadow:15px 15px 30px rgba(0,0,0,0.2);transform:translate(-50%,-50%);box-sizing:border-box;}
#modalBody .tit_area{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e5e5e5;}
#modalBody .tit_area p.title{font-size:3.2rem;font-weight:700;}
#modalBody .tit_area .btn_cls{position:relative;width:50px;height:50px;background:#f5f5f5;border-radius:100%;border:0;text-indent:-9999px;cursor:pointer;}
#modalBody .tit_area .btn_cls::after{content:'';position:absolute;top:50%;left:50%;width:18px;height:18px;background:url(/nanum/site/builder/skin/main/img/common/btn_modal_cls.png) no-repeat;background-size:cover;transform:translate(-50%,-50%);}
#modalBody .cont_area{line-height:1.4;}

/********************태블릿********************/
@media all and (max-width:1024px){

/*모바일 스크롤 안내*/
.mscroll_guide{display:none;}

/* 탭 */
.con_tab ul{flex-wrap:wrap;border-radius:0;}
.con_tab ul::before{border-radius:0;}
.con_tab ul li{width:50%;}
.con_tab ul li:nth-child(n+2)::before{top:0;height:100%;transform:none;}
.con_tab ul li:nth-child(n+3)::after{content:'';position:absolute;left:0;top:-1px;width:100%;height:1px;background:#c2c2c2;}
.con_tab ul li a{display:flex;justify-content:center;align-items:center;height:100%;padding:1.5vh 2vw;box-sizing:border-box;}
.con_tab ul li.on a{box-shadow:none;border-radius:0;}

.con_tab + .con_tab2{top:-30px;}

.tab_t{margin-top:5vh;}
.tab_b{margin-bottom:4vh;}

/* 제목 */
h4.tit{margin-bottom:2vh;font-size:2.7rem;}
h4.tit.h4_t{margin-top:3vh;}
h5.tit{margin-bottom:1vh;font-size:2.2rem;}
h5.tit.h5_t{margin-top:3vh;}
h6.tit{margin-bottom:1vh;font-size:1.9rem;}
h6.tit.h6_t{margin-top:3vh;}

.sub_tit{margin-bottom:3vh;font-size:1.7rem;}

/* 리스트 */
ul.list > li{padding-left:12px;}
ul.list > li::after{top:10px;width:4px;height:4px;}
ul.list > li:nth-child(n+2){margin-top:5px;}
ul.list > li > ul.list2{margin:5px 0 10px;}
ul.list2 > li{padding-left:10px;}
ul.list2 > li:nth-child(n+2){margin-top:5px;}
ul.list2 > li::after{top:9px;width:4px;height:1px;}
ul.list2 > li > ul.list3{margin:5px 0;}
ul.list3 > li{padding-left:10px;margin-bottom:3px;}
ul.list3 > li::after{width:3px;height:3px;}

/* 버튼 */
.btn_w{gap:1.5vw;padding:3vh 0;}

a.con_btn,
input.con_btn{padding:1.5vh 4vw;}

/* 기본테이블 */
table.table1{table-layout:fixed;word-break:break-all;}
table.table1 th,
table.table1 td{padding:1.5vh 1vw;font-size:1.7rem;}

/* step리스트 */
.proc_line dl dt{font-size: 2rem;}
.proc_line dl dd br{display:none;}

/* 회색박스 */
.gray_box{padding:3vh 3vw;}

.gray_box.col ul.list{justify-content:space-between;}
.gray_box.col ul.list li{width:calc(50% - 10px) !important;}

/* 동의박스 */
.agree_box .cont_area{padding:2vh 3vw;}

/* 모달팝업 */
#modalWrap{box-sizing:border-box;}
#modalBody{padding:20px;}
#modalBody .tit_area{flex-direction:column-reverse;gap:20px;margin-bottom:3vh;padding-bottom:2vh;}
#modalBody .tit_area p.title{width:100%;font-size:2.8rem;text-align:center;}
#modalBody .tit_area .btn_cls{width:40px;height:40px;}
#modalBody .tit_area .btn_cls::after{width:12px;height:12px;}
#modalBody .cont_area{overflow-y:scroll;height:calc(100% - 40px - 10vh);padding-right:30px;}

}

/********************모바일********************/
@media all and (max-width:767px){

/*모바일 스크롤 안내*/
.mscroll_guide{position:relative;display:block;margin-bottom:1.5vh;padding:20px 20px 20px 50px;border:1px dashed #e5e5e5;background:#fff;font-size:1.5rem;line-height:1.2;color:#000;word-break:keep-all;}
.mscroll_guide::after{content:'';position:absolute;top:50%;left:20px;width:20px;height:33px;margin-top:-16px;background:url(/nanum/site/builder/skin/main/img/common/bg_mscroll.png) no-repeat;background-size:cover;}
.mscroll_guide span{font-weight:700;}
.mscroll{overflow-y:hidden;}
.mscroll table{width:767px !important;margin-top:10px;}

/* 포인트 텍스트 */
.point_txt{padding-left:15px;font-size:1.3rem;}
.point_txt::before{top:2px;width:10px;height:10px;}

/* 탭 */
.con_tab ul li a{font-size:1.6rem;}

/* 제목 */
h4.tit{font-size:2.1rem;}
h5.tit{font-size:1.9rem;}
h6.tit{font-size:1.7rem;}

/* 리스트 */
ul.list > li{padding-left:8px;}
ul.list > li::after{top:7px;width:2px;height:2px;}
ul.list2 > li::after{top:8px;}
ul.list3 > li::after{top:8px;}

table.table1 th, 
table.table1 td{padding:1vh 1vw;font-size:1.4rem;}
table.table1 td ul.list li,
table.table1 td ul.list2 li{font-size:1.4rem;}

a.con_btn, 
input.con_btn{padding:1.3vh 2vw;}
a.con_sbtn, 
input.con_sbtn{padding:1vh 1.7vw;}

.con_btn.file span::before,
.con_sbtn.file span::before{width:14px;height:14px;}

/* 사이트맵 */
.sitemap_wrap{display:block;}
.sitemap_wrap .box{width:100%;}
.sitemap_wrap .box:not(:first-child){margin-top:1vh;}
.sitemap_wrap .box .tit{padding:1vh 2vw;}
.sitemap_wrap .box > ul{padding:2vh 2vw}
.sitemap_wrap .box > ul > li > ul{padding:1vh 2vw;}

/* 모달팝업 */
#modalBody{width:80vw;height:80vh;}

}

/********************모바일2********************/
@media all and (max-width:480px){

/* 버튼 */
.btn_w{flex-direction:column;gap:0;}
.btn_w a{min-width:100%;}
.btn_w a:nth-child(n+2){margin-top:1vh;}

/* 회색박스 */
.gray_box.col ul.list li{width:100% !important;}

/* write동의박스 */
.agree_box .agree_area{flex-direction:column;min-height:auto;padding:2vh 2vw;gap:10px;}
.agree_box .agree_area span{width:100%;}

}

/********************웹********************/
@media all and (min-width:1025px) {
	
/*모바일 스크롤 안내*/
.mscroll_guide{display:none;}

/*a.con_btn:hover,
input.con_btn:hover,
a.con_sbtn:hover,
input.con_sbtn:hover,
.con_btn.file:hover,
.con_sbtn.file:hover{background:#fff;color:#000;}
.con_btn.blue:hover,
.con_sbtn.blue:hover{color:#1065d9;}
.con_btn.file:hover::before,
.con_sbtn.file:hover::before{background-image:url(/nanum/site/builder/skin/main/img/common/icon_file_w.png);}*/

/* 사이트맵 */
.sitemap_wrap .box > ul > li > a:hover{text-decoration:underline;font-weight:700;}
.sitemap_wrap .box > ul > li > ul > li > a:hover{text-decoration:underline;color:#1065d9;font-weight:700;}

}
