@charset "utf-8";

/* 준비중페이지 */
.wait_page{display:flex;justify-content:center;padding:20px;box-sizing:border-box;}
.wait_page img{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;flex-wrap:wrap;width:100%;}
.con_tab ul li{position:relative;flex-grow:1;flex-basis:12.5%;flex-shrink:1;margin:-1px 0 0 -1px;/*width:14.285%;*/z-index:1;justify-content:stretch;}
.con_tab ul li a{display:block;padding:12px 20px;background:#fbfbfb;font-weight:500;color:#777;text-align:center;border: 1px solid #ccc;border-right: 0;}
.con_tab ul li:last-child a{border-right:1px solid #ccc;}
.con_tab ul li.on{z-index:2;}
.con_tab ul li.on a{color: #fff;border: 1px solid #21233a;background: #21233a;box-sizing: border-box;}
.tab_t{margin-top:50px;}
.tab_b{margin-bottom:40px;}

/* 제목 */
h4.tit{position:relative;padding-left:15px;margin-bottom:25px;font-size:2.5rem;line-height:1.3;font-weight:700;color:#000;letter-spacing:-0.025em;}
h4.tit::before{position:absolute;content:'';top: 50%;transform: translateY(-50%);left:0;width:3px;height:20px;background:#ac643f;}
h4.tit.h4_t{margin-top:50px;}
h5.tit{margin-bottom:15px;font-size:2.2rem;line-height:1.3;font-weight:700;color:#000;letter-spacing:-0.025em;}
h5.tit.h5_t{margin-top:30px;}
h6.tit{margin-bottom:15px;font-size:2rem;line-height:1.3;font-weight:700;color:#ac643f;letter-spacing:-0.025em;}
h6.tit.h6_t{margin-top:20px;}

/* 리스트 */
ul.list > li{position:relative;padding-left:15px;line-height:1.5;color:#000;}
ul.list > li::after{content:'';position:absolute;top:8px;left:0;width:6px;height:6px;background-image:url(/nanum/site/builder/skin/funeral/img/common/icon_list.png);background-repeat:no-repeat;background-size:cover;}
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:#444;}
ul.list2 > li::after{content:'';position:absolute;top:10px;left:0;width:5px;height:2px;background-image:url(/nanum/site/builder/skin/funeral/img/common/icon_list2.gif);background-repeat:no-repeat;background-size:cover;}
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:#666;}
ul.list3 > li::after{content:'';position:absolute;top:8px;left:0;width:3px;height:5px;background-image:url(/nanum/site/builder/skin/funeral/img/common/icon_list3.png);background-repeat:no-repeat;background-size:cover;}
ul.list3 > li > ul.list4{margin:8px 0;}
ul.list4 > li{position:relative;padding-left:15px;margin-bottom:5px;font-size:1.5rem;line-height:1.5;color:#888;}
ul.list4 > li::after{content:'';position:absolute;top:8px;left:0;width:5px;height:5px;background-image:url(/nanum/site/builder/skin/funeral/img/common/icon_list4.png);background-repeat:no-repeat;background-size:cover;}

/* 버튼 */
.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 #2e3976;background:#2e3976;}

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

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

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

.con_btn.gray,
.con_sbtn.gray{background:#f5f5f5;border:1px solid #f5f5f5;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:2px solid #000;border-right:1px solid #d5d5d5;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{position:relative;font-weight:700;background:#ededed;}
table.table1 thead th:first-child{border-left:1px solid #d5d5d5;}
table.table1 thead th::before{position:absolute;content:'';width:1px;height: 20px;top:50%;transform: translateY(-50%);right: 0;border-left: 1px dashed #ababab;}
table.table1 thead th:last-child::before{display:none;}
table.table1 thead th,
table.table1 tbody tr:last-child{border-bottom:1px solid #d5d5d5;}
table.table1 tbody tr{border-bottom: 1px dashed #ccc;}
table.table1 tbody th{background-color:#f9f9f9;border-left:1px solid #d5d5d5;}
table.table1 tbody{border-left:1px solid #d5d5d5;}
table.table1 tbody td.left{text-align:left;}
table.table1 tbody td.right{text-align:right;}

/* 포인트 텍스트 */
.point_txt{position:relative;padding-left:24px;color: #ac643f;font-size:1.5rem !important;line-height:1.4 !important;}
.point_txt::before{content:'';position:absolute;top:2px;left:0;width:14px;height:14px;background:url(/nanum/site/builder/skin/funeral/img/common/point_txt.png) no-repeat;background-size:cover;}

/* 꽃박스 */
.gray_box{position:relative;padding:75px 20px;border-top: 1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:50px;}
.gray_box::before{position:absolute;content:'';z-index: -1;left:0;bottom:0;width:170px;height:118px;background:url(/nanum/site/builder/skin/funeral/img/common/gray_boxbg1.png) no-repeat;background-size:170px;}
.gray_box::after{position:absolute;content:'';z-index: -1;right:0;bottom:0;width:160px;height:183px;background:url(/nanum/site/builder/skin/funeral/img/common/gray_boxbg2.png) no-repeat;background-size:160px;}
.gray_box p{position:relative;text-align:center;}
.gray_box p::before{position:absolute;content:'';top:-30px;left:50%;transform:translateX(-50%);width:21px;height:18px;background:url(/nanum/site/builder/skin/funeral/img/common/quotation_bk.png)no-repeat;}

/* 회색박스 */
.gray_box2{position:relative;padding:40px;margin-bottom:50px;background-color:#f7f7f7;-webkit-clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);}
.gray_box2 p{text-align:center;}

/* 라인박스 */
.line_box{padding:40px;border:1px dashed #888;}

/* 라인박스2 */
.comm_line{display:flex;gap:30px;flex-wrap:wrap;justify-content: space-between;}
.comm_line.no2 .line_fl{width:48.4%;}
.comm_line .line_fl{border:1px solid #ccc;padding:40px;box-sizing: border-box;}
.comm_line .line_fl .tit{position:relative;color:#ac643f;font-size:1.8rem;font-weight:600;margin-bottom: 15px;}
.comm_line .line_fl .tit::after{position:absolute;content:'';top:-10px;left:0;width:25px;height:3px;background:#ac643f;}
.comm_line .line_fl .txt{color:#333;}

/* 절차안내 */
.prcs_wrap dl{position:relative;padding-bottom:30px;}
.prcs_wrap dl dt{font-size:1.9rem;color:#1e233d;font-weight:600;margin-bottom:15px;}
.prcs_wrap dl dt span{display:inline-block;width:28px;height:28px;text-align:center;font-weight:600;line-height:28px;color:#fff;margin-right:15px;border-radius:50%;border:4px solid #c8ccd3;background:#1e233d;box-shadow: 0 7px 7px rgba(0,0,0,0.08);}
.prcs_wrap dl dt span::before{position:absolute;content:'';top:32px;left:18px;width:1px;height:100%;opacity: 0.6;background:url(/nanum/site/builder/dir/funeral/img/menu5961/dashed.png)repeat-y;}
.prcs_wrap dl:last-child dt span::before{display:none;}
.prcs_wrap dl dd{padding-left:50px;}

/* 절차안내2 */
.prcs_wrap.num2{margin-bottom: 50px;}
.prcs_wrap.num2 > div{position:relative;padding-bottom:30px;}
.prcs_wrap.num2 > div p{display: flex;align-items: center;}
.prcs_wrap.num2 > div:nth-child(4) p{align-items: flex-start;}
.prcs_wrap.num2 > div p span{flex-shrink: 0;display:inline-block;width:28px;height:28px;text-align:center;font-weight:600;line-height:28px;color:#fff;margin-right:15px;border-radius:50%;border:4px solid #c8ccd3;background:#1e233d;box-shadow: 0 7px 7px rgba(0,0,0,0.08);}
.prcs_wrap.num2 > div p span::before{position:absolute;content:'';top:32px;left:18px;width:1px;height:100%;opacity: 0.6;background:url(/nanum/site/builder/dir/funeral/img/menu5961/dashed.png)repeat-y;}
.prcs_wrap.num2 > div:last-child p span::before{display:none;}

/* 링크이동 */
.link_go{position:relative;display: block;width: 150px; border: 1px solid #ccc;padding:10px; text-align: center; margin: 1vh 0;box-sizing:border-box;}
.link_go::before{position:absolute;z-index:-1;content:'';background:#000;left:0;bottom:0;width:0;height:100%;transition:.5s;}
.link_go:hover{color:#fff;border-color:#000;}
.link_go:hover::before{width:100%;}

 
/* 상단공통안내박스 */
.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;gap: 30px;}
.sitemap_wrap .box{width:30%;}
.sitemap_wrap .box:nth-child(n+4){margin-top:30px;}
.sitemap_wrap .box .tit{padding:15px 30px;text-align:center;font-size:1.8rem;line-height:1.5;font-weight:700;color:#000;border-bottom: 2px solid #1f233c;background: url(/nanum/site/builder/dir/funeral/img/menu5961/s0402icon001.gif)no-repeat left 20px center;background-size: 40px;}
.sitemap_wrap .box > ul{padding:20px 0;}
.sitemap_wrap .box > ul > li:nth-child(n+2){border-top:1px dashed #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;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: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:#8b5e46;}
.inp_rd[type="radio"]:checked.default + label::after{content:'';position:absolute;top:50%;left:5px;width:10px;height:10px;margin-top:-5px;background:#8b5e46;border-radius:100%;} */

.mob_no{display:none;}


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

/* 준비중페이지 */
.wait_page img{max-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;}

/* 제목 */
h4.tit{margin-bottom:18px;font-size:2.3rem;}
h4.tit.h4_t{margin-top:3vh;}
h5.tit{margin-bottom:18px;font-size:2rem;}
h5.tit.h5_t{margin-top:3vh;}
h6.tit{margin-bottom:18px;font-size:1.8rem;}
h6.tit.h6_t{margin-top:3vh;}

/* 리스트 */
ul.list > li{padding-left:12px;font-size: 14px;box-sizing: border-box;}
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%;}

/* 라인박스2 */
.comm_line.no2 .line_fl{width: 100%;padding: 20px; padding-top: 30px;}

/* 상단공통안내박스 */
.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;}

/*모바일 스크롤 안내*/
.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;font-size: 14px !important;}
.point_txt::before{top:3px;width:12px;height:12px;}

/* 꽃박스 */
.gray_box{margin-bottom: 30px;padding: 55px 20px 40px;}
.gray_box::before{width: 110px;height: 76px;background-size: 110px;}
.gray_box::after{width: 90px; height: 100px;background-size: 90px;}	
.gray_box p{font-size:14px;}
.gray_box p::before{top:-28px;width: 16px;height: 14px;background-size: 15px;}

/* 회색박스 */
.gray_box2{padding:20px;margin-top: 30px;}

/* 라인박스 */
.line_box{padding:30px;}
.line_box p{font-size:14px;}

/* 라인박스2 */
.comm_line{gap:20px;}
.comm_line .line_fl .txt{font-size:14px;}

/* 절차안내2 */
.prcs_wrap.num2{margin-bottom: 0;}
.prcs_wrap.num2 > div{padding-bottom: 20px;}
.prcs_wrap.num2 > div p{font-size:14px;}
.prcs_wrap.num2 > div p span{width: 23px;height: 23px;line-height: 23px;margin-right: 10px;}
.prcs_wrap.num2 > div p span::before{left: 16px;}

/* 사이트맵 */
.sitemap_wrap{gap:0;}
.sitemap_wrap .box{width:100%;}
.sitemap_wrap .box .tit{font-size: 15px;padding: 0;padding-top: 33px;border-bottom-width: 1px;background-position: center top;background-size: 28px;}
.sitemap_wrap .box:nth-child(n+4){margin-top:20px;}
.sitemap_wrap .box > ul > li > a{font-size:14px;}

/* 상단공통안내박스 */
.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;text-underline-position:under;font-weight:700;}
.sitemap_wrap .box > ul > li > ul > li > a:hover{text-decoration:underline;color:#009ef6;font-weight:700;}

}
