@charset "utf-8";

/* 준비중페이지 */
.mimg img{max-width:100%;display:block;margin:0 auto;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; width:100%; gap:10px;}
.con_tab ul li{flex:1;position:relative; z-index:1; background:#f3f3f3; box-sizing:border-box;}
.con_tab ul li a{display:flex; justify-content:center; align-items:center; width:100%; height:100%; padding:15px; text-align:center; font-weight:500; color:#000; box-sizing: border-box;}
.con_tab ul li.on{background:#af823e; z-index:2;}
.con_tab ul li.on a{font-weight:700; color:#fff;}

/* 제목 */
h3.tit{font-size:2.5rem;}
h3.tit.h3_t{margin-top:15px;}
h4.tit{margin-bottom:15px; line-height:1.3; font-size:2.8rem; color:#af823e; font-weight:700; letter-spacing:-0.025em;}
h4.tit.h4_t{margin-top:50px;}
h5.tit{position:relative; margin-bottom:15px; padding-left:16px; line-height: 1.3; font-size:2.3rem; color:#000; font-weight:700; letter-spacing:-0.025em;}
h5.tit::before{content: ""; position: absolute; left:0; top:3px; width:4px; height:22px; background:#af823e; border-radius: 2px; box-sizing: border-box;}
h5.tit.h5_t{margin-top:50px;}
h6.tit{position:relative; margin-bottom:15px; padding-bottom:10px; font-size:2rem;line-height:1.3;font-weight:700;color:#000;letter-spacing:-0.025em;}
h6.tit::before{content:""; position: absolute; left:0; bottom:0; width:24px; height:2px; background:#af823e;}


/* 리스트 */
.list > li{position:relative; padding-left:15px; font-size:1.7rem; color:#000;}
.list > li::after{content:'';position:absolute;top:10px;left:0; width:6px; height:6px; background:#000; border-radius:2px; box-sizing:border-box;}
.list > li:nth-child(n+2){margin-top:5px;}
.list > li > ul.list2{margin:10px 0 15px;}
.list2{margin-top:8px;}
.list2 > li{position:relative;padding-left:13px;margin-bottom:8px;font-size:1.6rem;line-height:1.5; color:#555;}
.list2 > li::after{content:'';position:absolute;top:10px;left:0;width:5px;height:1px; background:#555;}
.list2 > li > ul.list3{margin-top:8px;}
.list3 > li{position:relative;padding-left:12px;margin-bottom:5px;font-size:1.5rem;line-height:1.5;color:#888;}
.list3 > li::after{content:'';position:absolute;top:8px;left:0;width:4px;height:4px; background:#888; border-radius:50%;}


/* 곡선박스 리스트 */
ul.curve_line_list{display: flex; flex-wrap:wrap; gap:10px;}
ul.curve_line_list > li{min-width: 85px; padding:10px 20px; text-align: center; border:1px solid #ddd; box-sizing: border-box; border-radius: 50px;}

/* 번호 리스트 */
.number{padding-left:15px;}
.number> li{list-style: decimal; padding:0;}
.number> li::before, .number> li::after{display:none;}
.number> li:nth-child(n+2){margin-top: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 #009ef6;background:#009ef6;}

.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:#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/funeral/img/common/icon_file.png);background-repeat:no-repeat;background-size:cover;}

.con_btn_down{position:relative; display:inline-block; color:#4362c9 !important; min-width:130px; padding:15px 60px 15px 20px; font-size:1.7rem; line-height:normal; vertical-align:middle;text-align:center;cursor:pointer; border:1px solid #4362c9; border-radius:10px; letter-spacing:-0.025em;box-sizing:border-box; transition:.3s;}
.con_btn_down::before{content: ""; position: absolute; right:20px; top:50%; width:18px; height:18px; transform:translateY(-50%); background-image: url("/nanum/site/builder/skin/funeral/img/common/down_icon.png"); background-size: cover; background-position: center; background-repeat: no-repeat; transition:.3s;}

.con_btn_line{display:inline-block; color:#4362c9; min-width:130px; padding:15px 40px; font-size:1.7rem; font-weight:600; line-height:normal; vertical-align:middle;text-align:center;cursor:pointer; border:1px solid #4362c9; border-radius:10px; letter-spacing:-0.025em;box-sizing:border-box; transition:.3s;}


/* 기본테이블 */
table.table1{width:100%;border-collapse:collapse; border-top:2px solid #000; word-break:keep-all;}
table.table1 th{font-weight:700; border-right:1px solid #e5e5e5;}
table.table1 th,
table.table1 td{padding:20px;text-align:center;}
table.table1 thead tr{border-bottom:1px solid #000;}
table.table1 thead th.th01{background:#f9f9f9;}
table.table1 tbody th{background:#f9f9f9;}
table.table1 tbody th,
table.table1 tbody td{border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
table.table1 th:last-CHILD, table.table1 td:last-CHILD{border-right:none;}

table.table1 .br{border-right:1px solid #e5e5e5 !important;}
table.table1 tbody td.left{text-align:left;}
table.table1 tbody td.right{text-align:right;}

/* 포인트 텍스트 */
.point_txt{position:relative;padding-left:28px;}
.point_txt::before{content:'';position:absolute;top:4px;left:0;width:18px;height:18px;background:url(/nanum/site/builder/skin/funeral/img/common/point_txt.png) no-repeat;background-size:cover;}

/* 회색박스 */
.line_noradius{border-radius:0 !important;}

.gray_box{padding:35px 30px; border-radius:10px; background:#f3f3f3;}

/* 라인박스 */
.line_box{padding:30px 25px; border:1px solid #ddd; border-radius:20px;}

/* 점선박스 */
.dotline_box{padding:35px 20px; border:1px dashed #ddd;}


/* 사이트맵 */
.sitemap_wrap{display:flex; flex-wrap:wrap; gap:60px 30px;}
.sitemap_wrap .box{width:calc(33.333% - 20px);border:1px solid #d5d5d5; box-sizing:border-box; border-radius:20px; overflow:hidden;}
.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/funeral/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/funeral/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/funeral/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%;}


/* 소개 박스 */
.funeral_info{padding:50px; border-radius:10px; background-position:center; background-size:cover;}
.funeral_info .funeral_black_box{width:50%; padding:40px 30px; border-radius:10px; background:rgba(0,0,0,0.7); box-sizing:border-box;}
.funeral_info .funeral_black_box dl.info_box{text-align:center; color:#fff;}
.funeral_info .funeral_black_box dl.info_box dt{margin-bottom:10px; font-size:2.5rem; font-weight:700;}
.funeral_info .funeral_black_box dl.info_box dt.icon{position: relative; padding-top:45px; background-position: top center; background-repeat: no-repeat; background-size: 54px auto;}
.funeral_info .funeral_black_box dl.info_box dd{font-size:1.7rem; font-weight:500;}

.funeral_info .funeral_black_box dl.info_box.line{margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #c5c6c8;}

.funeral_info .funeral_black_box dl.info_box dt .info_brown{color:#f4cd88;}
.funeral_info .funeral_black_box .color_fff li{color:#fff;}
.funeral_info .funeral_black_box ul.list.color_fff li::after{background:#fff;}

.funeral_info .funeral_black_box.w100{width: 100%;}

.info_bg01{background-image: url("/nanum/site/builder/skin/funeral/img/common/info_bg01.jpg");}
.info_bg02{background-image: url("/nanum/site/builder/skin/funeral/img/common/info_bg02.jpg");}
.info_bg03{background-image: url("/nanum/site/builder/skin/funeral/img/common/info_bg03.jpg");}
.info_bg04{background-image: url("/nanum/site/builder/skin/funeral/img/common/info_bg04.jpg");}
.info_bg05{background-image: url("/nanum/site/builder/skin/funeral/img/common/info_bg05.jpg");}

.funeral_info .funeral_black_box dl.info_box dt.icon01{background-image: url("/nanum/site/builder/dir/funeral/img/menu6169/black_info_icon01.png");}
.funeral_info .funeral_black_box dl.info_box dt.icon02{background-image: url("/nanum/site/builder/dir/funeral/img/menu6169/black_info_icon02.png");}



/* 아이콘 리스트 */
.icon_list > dl{display:flex; gap:50px; padding-bottom:30px; border-bottom:1px solid #ddd;}
.icon_list > dl:nth-child(n+2){padding:30px 0;}
.icon_list > dl > dt{position:relative; text-indent:-9999999px; width:90px; height:90px; border-radius:20px; background:#f6f3f1;}
.icon_list > dl > dt::after{content:""; position: absolute; left:50%; top: 50%; width:100%; height:100%; transform:translate(-50%, -50%); background-position: center; background-repeat: no-repeat; background-size:cover;}
.icon_list > dl > dd{margin-top:10px;}
.icon_list > dl > dd > .tit{margin-bottom:5px; font-size:2.3rem; font-weight:600;}

.icon_list > dl > dt.icon01::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon01.png");}
.icon_list > dl > dt.icon02::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon02.png");}
.icon_list > dl > dt.icon03::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon03.png");}
.icon_list > dl > dt.icon04::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon04.png");}
.icon_list > dl > dt.icon05::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon05.png");}
.icon_list > dl > dt.icon06::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon06.png");}
.icon_list > dl > dt.icon07::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon07.png");}
.icon_list > dl > dt.icon08::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon08.png");}
.icon_list > dl > dt.icon09::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon09.png");}
.icon_list > dl > dt.icon10::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon10.png");}
.icon_list > dl > dt.icon11::after{background-image: url("/nanum/site/builder/skin/funeral/img/common/list_icon11.png");}







/********************태블릿********************/
@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;}

/* 제목 */
h4.tit{margin-bottom:1vh;font-size:2.8rem;}
h4.tit.h4_t{margin-top:3vh;}
h5.tit::before{top:3px;}
h5.tit::after{top:13px;}
h5.tit.h5_t{margin-top:3vh;}
h6.tit.h6_t{margin-top:3vh;}


/* 버튼 */
.btn_w{padding:3vh 0;}

a.con_btn,
input.con_btn{padding:1.5vh 4vw;}

/* 기본테이블 */
table.table1{table-layout:fixed;}
table.table1 th,
table.table1 td{padding:1.5vh 1vw;}

/* 이미지 */
.mimg,
.mimg img{width:100%;}



/* 사이트맵 */
.sitemap_wrap{gap:40px 20px;}
.sitemap_wrap .box{width:calc(33.333% - 14px);}


}

/********************모바일********************/
@media all and (max-width:767px){
	
/* 리스트 */
.list > li{padding-left:10px;}
.list > li::after{top:7px;left:0; width:4px; height:4px;}

	
	
/* 탭 */
.con_tab ul{justify-content:flex-start;}
.con_tab ul li{flex:1 1 33.333%; border-bottom:0;}

/* 제목 */
h5.tit{padding-left:10px;}
h5.tit::before{width:3px; height:18px;}

h6.tit{padding-bottom:5px;}
h6.tit::before{width:20px;}


/*모바일 스크롤 안내*/
.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/funeral/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:10px 0 20px 0;}

/* 포인트 텍스트 */
.point_txt{padding-left:20px;}
.point_txt::before{top:4px;width:12px;height:12px;}


/* 라인박스 */
.line_box{padding:3vh 2.5cw;}

/* 회색박스 */
.gray_box{padding:3.5vh 3vh;}


/* step_type3 */
.step_type3 > ul{gap:10px 30px;}
.step_type3 > ul > li{padding:1.5vh 2.5vw;}
.step_type3 > ul > li::before{right:-20px; width:13px; height:17px;}


/* 소개 박스 */
.funeral_info{padding:5vw;}
.funeral_info .funeral_black_box{width:100%; padding:4vh 3vh;}


/* 아이콘 리스트 */
.icon_list > dl{gap:20px;}
.icon_list > dl > dt{width:60px; height:60px; border-radius:10px;}
.icon_list > dl > dd{width:calc(100% - 90px); margin-top:0;}



/* 사이트맵 */
.sitemap_wrap{gap:20px 0;}
.sitemap_wrap .box{width:100%;}


}




/********************모바일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;}

/* step_type2 */
.step_type2 > ul{gap:30px;}
.step_type2 > ul > li{width:calc(100% - 10px) !important;}
.step_type2 > ul > li > dl > dt{height:80px;}
.step_type2 > ul > li:nth-child(n+2) > dl > dt::before{background: none;}

/* 상단라인박스 */
.headline_box > dl > dt{padding-top:100px; background-size: 80px;}



}

/********************웹********************/
@media all and (min-width:1025px) {
	
/*버튼*/
.con_btn_down:hover{color:#fff !important; background-color:#4362c9;}
.con_btn_down:hover::before{background-image: url("/nanum/site/builder/skin/funeral/img/common/down_icon_on.png");}

.con_btn_line:hover{color:#fff; background-color:#4362c9;}
	
/*모바일 스크롤 안내*/
.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/funeral/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:#4362c9;font-weight:700;}

}
