@charset "utf-8";

/* 준비중페이지 */
.wait_page{display:flex;justify-content:center;padding:20px;box-sizing:border-box;}
.wait_page img{width:334px;height:233px;object-fit:contain;}

/* 텍스트박스 */
.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;}

/* 탭 */
.con_tab{width:100%;}
.con_tab ul{display:flex;justify-content:space-between;width:100%;}
.con_tab ul li{flex-grow:1;position:relative;z-index:1;}
.con_tab ul li a{display:block;padding:12px 20px;border-left: 1px solid #e1e1e1;border-top: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;background: #f8f9fb;font-weight: 500;color: #8b8b8b;text-align: center;}
.con_tab ul li:last-child a{border-right:1px solid #dfe4f1;}
.con_tab ul li.on{z-index:2;}
.con_tab ul li.on a{background: #f1f4fc;border-right:1px solid #000;border-color: #4156a6;color: #4156a6;font-weight: 700;}
.tab_t{margin-top:50px;}
.tab_b{margin-bottom:40px;}

/* 탭2 */
.con_tab2{width:100%;}
.con_tab2 ul{display:flex;justify-content:space-between;width:100%;}
.con_tab2 ul li{flex-grow:1;position:relative;z-index:1;}
.con_tab2 ul li a{display:block;padding:12px 20px;border-left: 1px solid #e1e1e1;border-top: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;background: #f8f9fb;font-weight: 500;color: #8b8b8b;text-align: center;}
.con_tab2 ul li:last-child a{border-right:1px solid #dfe4f1;}
.con_tab2 ul li.on{z-index:2;}
.con_tab2 ul li.on a{background: #f1f4fc;border-right:1px solid #000;border-color: #4156a6;color: #4156a6;font-weight: 700;}
.tab_b2{margin-bottom:50px;}

/* 제목 */
h4.tit{position:relative;margin-bottom:20px;font-size: 3rem;line-height:1.3;font-weight:700;color:#000;letter-spacing:-0.025em;padding-left: 33px;}
h4.tit:before{content:'';position:absolute;top: 50%;left:0;width:22px;height:15px;margin-top: -7.5px;background-image: url(/nanum/site/builder/skin/main/img/common/h4_tit.gif);background-repeat: no-repeat;background-size: cover;}
h4.tit.h4_t{margin-top:50px;}
h5.tit{margin-bottom:15px;font-size:2.2rem;line-height:1.3;font-weight:700;color: #4156a6;letter-spacing:-0.025em;}
h5.tit.h5_t{margin-top:30px;}
h6.tit{position: relative;margin-bottom:15px;padding-left: 15px;font-size:2rem;line-height:1.3;font-weight:700;color:#000;letter-spacing:-0.025em;}
h6.tit:before{content:'';position:absolute;top: 50%;left:0;width: 4px;height: 20px;margin-top: -10px;border-radius: 5px;background-color: #4156a6;}
h6.tit.h6_t{margin-top:20px;}

/* 리스트 */
ul.list > li{position:relative;padding-left:15px;line-height:1.5;color:#222;}
ul.list > li::after{content:'';position:absolute;top: 7px;left:0;width: 7px;height: 7px;border-radius: 3px;background-color: #345ecb;}
ul.list > li:nth-child(n+2){margin-top:8px;}
ul.list > li > ul.list2{margin:10px 0 15px;}
ul.list2 > li{position:relative;padding-left:15px;margin-bottom:8px;font-size:1.6rem;line-height:1.5;color:#555;}
ul.list2 > li::after{content:'';position:absolute;top: 9px;left:0;width: 10px;height: 3px;border-radius: 6px;background-color: #10438b;}
ul.list2 > li > ul.list3{margin:8px 0;}
ul.list3 > li{position:relative;padding-left:15px;margin-bottom:5px;font-size:1.5rem;line-height:1.5;color:#888;}
ul.list3 > li::after{content:'';position:absolute;top: 6px;left:0;width: 3px;height: 3px;border: 2px solid #333;border-radius: 10px;}

/* 버튼 */
.btn_w{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;width:100%;padding:30px 0;text-align:center;}
.btn_w a{flex-grow:1;}
.btn_w.center{justify-content:center;}
.btn_w.center a{flex-grow:0;}

a.con_btn,
input.con_btn{display:inline-block;color:#fff;min-width:130px;padding:15px 40px;font-size:1.6rem;font-weight:600;line-height:normal;vertical-align:middle;text-align:center;cursor:pointer;border:0;letter-spacing:-0.025em;box-sizing:border-box;}

a.con_sbtn,
input.con_sbtn{display:inline-block;color:#fff;padding:10px 15px;font-size:1.5rem;font-weight:600;line-height:normal;vertical-align:middle;text-align:center;cursor:pointer;border:0;letter-spacing:-0.025em;box-sizing:border-box;}

.con_btn.navy,
.con_sbtn.navy{border:1px solid #224191;background:#224191;}
.con_btn.navy_l,
.con_sbtn.navy_l{border:1px solid #224191;background:#fff;color:#224191;}

.con_btn.blue,
.con_sbtn.blue{border:1px solid #455bcb;background:#455bcb;}

.con_btn.blue_l,
.con_sbtn.blue_l{border:1px solid #009ef6;color:#009ef6;}

.con_btn.black,
.con_sbtn.black{border:1px solid #333;background:#333;color:#fff;}

.con_btn.black_l,
.con_sbtn.black_l{border:1px solid #222;color:#222;}

.con_btn.gray,
.con_sbtn.gray{background:#cdcdcd;border:1px solid #cdcdcd;color:#000;}

.con_btn.white,
.con_sbtn.white{background:#fff;border:1px solid #b0b0b0;color:#000;}

.con_btn.file,
.con_sbtn.file{position:relative;padding-left:60px;border:1px solid #224191;color:#224191;}
.con_btn.file::before,
.con_sbtn.file::before{content:'';position:absolute;top:50%;left:40px;width:11px;height:12px;margin-top:-6px;background-image:url(/nanum/site/builder/skin/main/img/common/icon_file.png);background-repeat:no-repeat;background-size:cover;}

/* 기본테이블 */
table.table1{width:100%;border-collapse:collapse;border-top: 1px solid #d8dfef;border-right: 1px solid #d8dfef;word-break:keep-all;}
table.table1 th{font-weight:700;}
table.table1 th,
table.table1 td{padding:15px 10px;text-align:center;color:#000;line-height:1.4;}
table.table1 thead th{font-weight:700;background: #f5f8ff;}
table.table1 thead th,
table.table1 tbody th,
table.table1 tbody td{border-left: 1px solid #d8dfef;border-bottom: 1px solid #d8dfef;}
table.table1 tbody td.left{text-align:left;}
table.table1 tbody td.right{text-align:right;}
table.table1 tbody{border-top: 2px solid #1c4cb9;}

/* 포인트 텍스트 */
.point_txt{position:relative;padding-left:25px;line-height:1.4 !important;font-weight:600 !important;}
.point_txt::before{content:'';position:absolute;top:2px;left:0;width:18px;height:18px;background:url(/nanum/site/builder/skin/main/img/common/point_txt.gif) no-repeat;background-size:cover;}

/* 회색박스 */
.gray_box{padding:20px;border:1px solid #d5d5d5;border-radius:10px;}

/* 상단공통안내박스 */
.comm_topbox{position:relative;border-bottom:2px solid #dfe4f1;margin-bottom:50px;padding:50px 40px 50px 160px;}
.comm_topbox::before,
.comm_topbox::after{content:'';position:absolute;top:0;background:#224191;}
.comm_topbox::before{left:0;width:100%;height:2px;}
.comm_topbox::after{right:0;width:2px;height:60px;}
.comm_topbox i.icon{position:absolute;top:50px;left:40px;width:80px;height:80px;background-size:cover;background-color:#f8faff;border-radius:100%;}
.comm_topbox p.btxt{padding-bottom:20px;font-size:1.9rem;line-height:1.5;font-weight:700;color:#000;}
.comm_topbox p{line-height:1.5;font-weight:500;word-break:keep-all;color:#333;}
.comm_topbox p:nth-child(n+2){padding-top:10px;}
.comm_topbox .point_txt{padding-top:0 !important;}
.comm_topbox ul.info_area{display:flex;flex-wrap:wrap;align-items:center;margin-top:30px;}
.comm_topbox ul.info_area li{position:relative;margin:15px 30px 0 0;padding-left:35px;font-size:1.5rem;font-weight:600;}
.comm_topbox ul.info_area li::after{content:'';position:absolute;top:0;left:0;width:22px;height:22px;background-repeat:no-repeat;background-size:cover;}
.comm_topbox ul.info_area li.floor::after{background-image:url(/nanum/site/builder/skin/main/img/common/icon_comm_floor.png);}
.comm_topbox ul.info_area li.tel::after{background-image:url(/nanum/site/builder/skin/main/img/common/icon_comm_tel.png);}
.comm_topbox ul.info_area li.fax::after{background-image:url(/nanum/site/builder/skin/main/img/common/icon_comm_fax.png);}
.comm_topbox ul.info_area li.time::after{background-image:url(/nanum/site/builder/skin/main/img/common/icon_comm_time.png);}

/* step_type1 */
ol.step_type1{display:flex;justify-content:space-between;padding:20px 0 40px;}
ol.step_type1 > li{position:relative;padding:130px 20px 0 20px;text-align:center;background-repeat:no-repeat;background-position:50% 0;}
ol.step_type1 > li:nth-child(n+2)::before{content:'';position:absolute;top:42px;left:-10px;width:20px;height:16px;background:url(/nanum/site/builder/skin/main/img/common/icon_arr_rit.png) no-repeat;background-size:cover;}
ol.step_type1 > li::after{content:'';position:absolute;top:34px;left:50%;width:32px;height:32px;margin-left:-16px;background-repeat:no-repeat;background-size:cover;}
ol.step_type1 > li .step_tit{font-size:1.8rem;line-height:1.3;font-weight:700;}
ol.step_type1 > li ul{margin-top:10px;}
ol.step_type1 > li ul li{font-size:1.5rem;font-weight:500;line-height:1.3;color:#555;word-break:keep-all;letter-spacing:-0.025em;}
ol.step_type1 > li ul li:nth-child(n+2){margin-top:5px;}

ol.step_type1.col3 > li{width:33.3333%;}
ol.step_type1.col3 li.step1{background-image:url(/nanum/site/builder/skin/main/img/common/bg_step1_col3_1.png);}
ol.step_type1.col3 li.step2{background-image:url(/nanum/site/builder/skin/main/img/common/bg_step1_col3_2.png);}
ol.step_type1.col3 li.step3{background-image:url(/nanum/site/builder/skin/main/img/common/bg_step1_last.png);}

ol.step_type1.col4 > li{width:25%;}
ol.step_type1.col4 li.step1{background-image:url(/nanum/site/builder/skin/main/img/common/bg_step1_col4_1.png);}
ol.step_type1.col4 li.step2{background-image:url(/nanum/site/builder/skin/main/img/common/bg_step1_col4_2.png);}
ol.step_type1.col4 li.step3{background-image:url(/nanum/site/builder/skin/main/img/common/bg_step1_col4_3.png);}
ol.step_type1.col4 li.step4{background-image:url(/nanum/site/builder/skin/main/img/common/bg_step1_last.png);}

/* step_type2 */
ol.step_type2{display:flex;justify-content:space-between;}
ol.step_type2 > li{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:150px;padding:0 20px;border:1px solid #d5d5d5;border-radius:20px;font-size:1.9rem;line-height:1.3;font-weight:600;text-align:center;box-sizing:border-box;}
ol.step_type2 > li:nth-child(n+2)::before{content:'';position:absolute;top:50%;left:0;width:20px;height:16px;margin:-8px 0 0 -35px;background:url(/nanum/site/builder/skin/main/img/common/icon_arr_rit.png) no-repeat;background-size:cover;}
ol.step_type2.col3 > li{width:33.3333%;max-width:280px;}
ol.step_type2.col4 > li{width:25%;max-width:200px;}
ol.step_type2.col4 > li dl:nth-child(n+2){margin-top:10px;}
ol.step_type2.col4 > li dd{font-size:1.6rem;color:#888;}
ol.step_type2.col5 > li{width:20%;max-width:150px;}

/* 사이트맵 */
.sitemap_wrap{display:flex;flex-wrap:wrap;justify-content:space-between;}
.sitemap_wrap::after{content:'';width:30%;}
.sitemap_wrap .box{width:30%;border:1px solid #d5d5d5;}
.sitemap_wrap .box:nth-child(n+4){margin-top:30px;}
.sitemap_wrap .box .tit{padding:15px 30px;background:#f5f5f5;text-align:center;font-size:1.8rem;line-height:1.5;font-weight:700;color:#000;}
.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;font-size:1.6rem;color:#000;}
.sitemap_wrap .box > ul > li > ul{padding:15px 25px;background:#f9f9f9;}
.sitemap_wrap .box > ul > li > ul > li{font-size:1.4rem;}
.sitemap_wrap .box > ul > li > ul > li:nth-child(n+2){margin-top:8px;}

/* 디자인셀렉트박스 */
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;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:0;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% #0075ff;background-size:auto 12px;border-color:#0075ff;}

.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:#747474;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:0;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 #cacece;border-radius:100%;}
.inp_rd[type="radio"]:checked.default + label::before{border-color:#0075ff;}
.inp_rd[type="radio"]:checked.default + label::after{content:'';position:absolute;top:50%;left:5px;width:10px;height:10px;margin-top:-5px;background:#0075ff;border-radius:100%;}

/********************태블릿********************/
@media all and (max-width:1024px){

/* 준비중페이지 */
.wait_page img{width:100%;}

/*모바일 스크롤 안내*/
.mscroll_guide{display:none;}

/* 탭 */
.con_tab ul{flex-wrap:wrap;}
.con_tab ul li a{padding:1vh 2vw;text-align:center;}
.con_tab ul li a::after{display:none;}
.tab_t{margin-top:5vh;}
.tab_b{margin-bottom:4vh;}

/* 탭2 */
.con_tab2 ul{flex-wrap:wrap;}
.con_tab2 ul li a{padding:1vh 2vw;text-align:center;}
.con_tab2 ul li a::after{display:none;}

/* 제목 */
h4.tit{margin-bottom:1vh;font-size:2.2rem;}
h4.tit.h4_t{margin-top:3vh;}
h5.tit{margin-bottom:1vh;font-size:1.9rem;}
h5.tit.h5_t{margin-top:3vh;}
h6.tit{margin-bottom:1vh;font-size:1.7rem;}
h6.tit.h6_t{margin-top:3vh;}

/* 리스트 */
ul.list > li{padding-left:12px;}
ul.list > li::after{top:6px;width:6px;height:6px;}
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;margin-bottom:5px;}
ul.list2 > li::after{top:7px;width:4px;height:4px;}
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{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;}

/* 이미지 */
.mimg,
.mimg img{width:100%;}

/* 상단공통안내박스 */
.comm_topbox{margin-bottom:4vh;padding:9vh 4vw 2vh 4vw;border:2px solid #dfe4f1;}
.comm_topbox::before,
.comm_topbox::after{display:none;}
.comm_topbox i.icon{top:2vh;left:50%;width:60px;height:60px;margin-left:-30px;}
.comm_topbox p{text-align:center;}
.comm_topbox .point_txt{text-align:left;}
.comm_topbox ul.info_area{justify-content:center;margin-top:4vh;padding-top:2vh;border-top:1px solid #dfe4f1;}
.comm_topbox ul.info_area li{margin-top:1vh;padding-left:24px;box-sizing:border-box;}
.comm_topbox ul.info_area li::after{top:50%;width:16px;height:16px;margin-top:-8px;}

/* step_type1 */
ol.step_type2 > li{max-width:100% !important;}
ol.step_type2 > li:nth-child(n+2){margin-left:30px;}
ol.step_type2 > li:nth-child(n+2)::before{width:12px;height:10px;margin:-5px 0 0 -21px;}

}

/********************모바일********************/
@media all and (max-width:767px){
	
/* 탭 */
.con_tab ul{justify-content:flex-start;}
.con_tab ul li{width:25%;}
.con_tab ul li:nth-child(4n+0) a{border-right:1px solid #dfe4f1;}
.con_tab ul li:nth-child(n+5) a{border-top:0;}
.con_tab ul li.on a{border-top:1px solid #000;}

/* 탭2 */
.con_tab2 ul{justify-content:flex-start;}
.con_tab2 ul li{width:25%;}
.con_tab2 ul li:nth-child(4n+0) a{border-right:1px solid #dfe4f1;}
.con_tab2 ul li:nth-child(n+5) a{border-top:0;}
.con_tab2 ul li.on a{border-top:1px solid #000;}

/*모바일 스크롤 안내*/
.mscroll_guide{position:relative;display:block;margin-bottom:1.5vh;padding:20px 20px 20px 50px;border:1px dashed #e5e5e5;font-size:1.5rem;line-height:1.2;color:#444;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;color:#da252c;}
.mscroll{overflow-y:hidden;}
.mscroll table{width:767px !important;margin-top:10px;}

/* 포인트 텍스트 */
.point_txt{padding-left:15px;}
.point_txt::before{top:3px;width:10px;height:10px;}

/* 상단공통안내박스 */
.comm_topbox ul.info_area{flex-direction:column;}
.comm_topbox ul.info_area li{width:100%;}
.comm_topbox ul.info_area li:nth-child(n+2){margin-top:1vh;}
.comm_topbox ul.info_area li::after{top:1px;margin-top:0;}

/* step_type1 */
ol.step_type1{flex-wrap:wrap;}
ol.step_type1 > li{width:100% !important;padding:100px 0 0 0;background-size:auto 80px;}
ol.step_type1 > li::after{top:28px;width:24px;height:24px;margin-left:-12px;}
ol.step_type1 > li:nth-child(n+2){margin-top:40px;}
ol.step_type1 > li:nth-child(n+2)::before{top:-24px;left:50%;margin-left:-5px;width:10px;height:8px;transform:rotate(90deg);}

/* step_type2 */
ol.step_type2{flex-direction:column;}
ol.step_type2 > li{width:100% !important;height:auto;padding:2vh 2vw;}
ol.step_type2 > li:nth-child(n+2){margin:30px 0 0 0;}
ol.step_type2 > li:nth-child(n+2)::before{top:0;left:50%;margin:-21px 0 0 -6px;transform:rotate(90deg);}

ol.step_type2.col4 > li dl{display:flex;align-items:center;}
ol.step_type2.col4 > li dl:nth-child(n+2){margin-top:1vh;}

}

/********************모바일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;}

}

/********************웹********************/
@media all and (min-width:1025px) {
	
/*모바일 스크롤 안내*/
.mscroll_guide{display:none;}

.con_btn.file:hover,
.con_sbtn.file:hover{background:#224191;color:#fff;}
.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:#009ef6;font-weight:700;}

}
