@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800&display=swap');
@font-face{font-family:'NEXEN_TIRE_Regular';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/NEXEN_TIRE_Regular.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'NEXEN_TIRE_Bold';src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/NEXEN_TIRE_Bold.woff') format('woff');font-weight:normal;font-style:normal}
body{background:#fff;font-size:0.81em;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}
input[type=text], input[type=password], textarea{transition:unset}
#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none}

/* 팝업레이어 */
#hd_pop{position:relative;z-index:1000;width:100%}
#hd_pop h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops{position:absolute;padding:10px 10px 0;border-radius:4px;background:#fff}
.hd_pops img{width:100%}
.hd_pops_con{overflow:hidden;height:auto!important}
.hd_pops_footer{display:flex;justify-content:flex-end;align-items:center;height:50px;background-color:#fff}
.hd_pops_footer button{border:none;font-size:18px;color:#111;letter-spacing:-.3px;background:none;font-family:'notokr-medium'}
.hd_pops_footer .hd_pops_close{width:75px;height:35px;margin-left:12px;border-radius:4px;font-size:16px;color:#fff;background-color:#111}
#popup_bg{position:fixed;z-index:999;width:100%;height:100vh;height:100%;background-color:rgba(0,0,0,.7)}
@media (max-width:828px){
.hd_pops{left:0!important;top:0!important}
.hd_pops_con{width:100%!important}
.hd_pops_footer button{font-size:15px}
.hd_pops_footer .hd_pops_close{font-size:14px}
}

*{-webkit-text-size-adjust:none}
#sh_wrapper{position:relative}

/* 컬러 셋팅 */
:root{--primary:#158bf8;--primary-30:rgba(17,120,247,.3);--pale:#d9edff}

/* HEADER */
#sh_hd{position:relative;z-index:25;width:100%;font-family:'notokr-medium'}
#sh_hd .logo_box{display:flex;justify-content:center;align-items:center;padding:30px 0;gap:55px}
/* #sh_hd .h1{display:block;padding:30px 20px 30px 0;text-align:center} */
#sh_hd .btn{display:block;margin-top:-15px}
/* #sh_hd .btn{position:absolute;top:31px;right:500px} */


/* MAIN */
#sh_container{overflow:hidden;position:relative;z-index:10}

/* INDEX */
#sh_section{position:relative;font-size:28px;color:#777;letter-spacing:-1px;line-height:1.5;font-family:'notokr-regular'}
#sh_section .pl{white-space:pre-line}
#sh_section b{font-weight:normal;font-family:'notokr-bold'}
#sh_notice{padding:120px 15%}
#sh_notice h3{margin-bottom:20px;font-size:3vw;color:#222;text-align:center;font-family:'notokr-bold'}
#sh_notice iframe{width:100%}

/* FOOTER */
#sh_ft{position:relative;z-index:10;overflow:hidden;font-size:18px;color:#fff;line-height:1.8;background:#162f47;font-family:'notokr-medium'} 
#sh_ft .ft_mn{display:flex;justify-content:center ;padding:20px 0;background-color:#0d1c2b}
#sh_ft .ft_mn a{cursor:pointer;color:#fff}
#sh_ft .ft_mn a+a:before{display:inline-block;content:"";width:1px;height:12px;margin:0 20px;background:rgba(255,255,255,.3)}
#sh_ft .ft_add{display:flex;align-items:center;padding:0 15%}
#sh_ft .ft_add .map{width:50%;height:400px}
#sh_ft .ft_add .map iframe{width:100%;height:100%}
#sh_ft .ft_add .add{padding-left:7%}
#sh_ft .ft_add .add .ci{display:flex;align-items:center;margin-bottom:40px;font-size:26px;line-height:1;color:rgba(255,255,255,.8);letter-spacing:-.3px;font-family:'NEXEN_TIRE_Bold'}
#sh_ft .ft_add .add .ci img{width:60px;margin-right:10px}
#sh_ft .ft_add .add .adm{margin-top:8px}
#sh_ft .ft_add .add .adm a{font-size:16px;font-weight:600;color:rgba(255,255,255,.4);font-family:'Inter'}
#sh_ft .ft_add .add .adm a+a{margin-left:10px}

/* SCROLL */
.progress-wrap{opacity:0;position:fixed;right:40px;bottom:40px;z-index:101;height:70px;width:70px;border-radius:50%;cursor:pointer;box-shadow:inset 0 0 0 3px rgba(200,200,200,.5);transform:translateY(15px);-webkit-transition:all .2s;transition:all .2s}
.progress-wrap.active{opacity:1;transform:translateY(0)}
.progress-wrap:after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/sh_img/ft/scroll.png) center no-repeat;-webkit-transition:all .2s;transition:all .2s}
.progress-wrap:hover:after{background-image:url(/sh_img/ft/scroll_on.png)}
.progress-wrap svg path{fill:none}
.progress-wrap svg.progress-circle path{stroke:var(--primary);stroke-width:4;-webkit-transition:all .2s;transition:all .2s}

#remedy{font-size:16px;color:#222;letter-spacing:-.3px;line-height:1.6;font-family:'notokr-regular'}
#remedy .tit{padding:15px 20px;border-bottom:1px solid #e1e1e1;font-size:16px;background:#f5f5f5;font-family:'notokr-medium'}
#remedy .inner{padding:20px;}
#remedy .stit{margin-bottom:15px;text-align:center}
#remedy .stit span{color:var(--primary);font-family:'notokr-medium'}
#remedy .stit span p{font-size:18px;color:#222;font-family:'notokr-bold'}
#remedy ul{margin-bottom:15px}
#remedy ul li{position:relative;padding:12px 45px;border-radius:6px;border:1px solid #ddd;text-align:center;word-break:keep-all}
#remedy ul li+li{margin-top:10px}
#remedy ul li+li:before{display:block;content:"\f078";position:absolute;left:50%;top:-18px;width:25px;height:25px;margin-left:-12px;border-radius:6px;border:1px solid #e1e1e1;font-size:10px;color:#777;text-align:center;line-height:23px;background:#fff;font-family:'fontawesome'}
#remedy ul li span{position:absolute;left:12px;top:12px;width:25px;height:25px;margin-right:10px;border-radius:6px;color:#fff;font-size:13px;font-weight:600;text-align:center;line-height:25px;background:var(--primary);font-family:'Inter'}
#remedy button{display:block;width:130px;height:45px;margin:0 auto;border:none;border-radius:3px;font-size:14px;color:#fff;background-color:#333;font-family:'notokr-medium'}

/* 가격표 */
#remedy .txt_box{margin-bottom:10px;display:flex;justify-content:space-between;font-family:'notokr-medium'}
#remedy .txt_01{color:var(--primary)}
#remedy table {width:100%;border:1px solid #ddd;font-size:14px}
#remedy table tr th{padding:2px 12px;border-bottom:1px solid #ddd;font-weight:normal;color:#222;background:#f7f7f7;font-family:'notokr-medium'}
#remedy table tr:last-child th{border:none}
#remedy table tr td{text-align: center;padding:10px 14px;border-right: 1px solid #ddd;border-bottom:1px solid #ddd;white-space:nowrap}
#remedy table tr td:last-child{border-right:none}
#remedy table tr:last-child td{border-bottom:none}

/* 결혼진행 abc */
#banner .cont_abc{display:flex;flex-direction:column;margin:50px 0;text-align:center;font-family:'notokr-regular';}
#banner .cont_abc .tit_area{display:flex;justify-content:center;align-items:center;margin-bottom:-44px;font-size:2.7vw;font-family:'notokr-bold';z-index:99}
#banner .cont_abc .tit_area img{padding:0 20px}
#banner .cont_abc .bg{padding:140px 0;background:#f5f5f5}
#banner .cont_abc .bg .box_area{max-width:1400px;display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin:0 auto;}
#banner .cont_abc .bg .box_area .box01{display:flex;flex-direction:column;align-items:center;padding:0 20px 100px;line-height:1.8;word-break:keep-all;font-size:24px}
#banner .cont_abc .bg .box_area .box01:first-child{background:url(/img/a.png) center no-repeat #fff}
#banner .cont_abc .bg .box_area .box01:nth-child(2){background:url(/img/b.png) center no-repeat #fff}
#banner .cont_abc .bg .box_area .box01:last-child{background:url(/img/c.png) center no-repeat #fff}
#banner .cont_abc .bg .box_area .box01 .eng{display:block;width:90px;margin:-50px 0 50px;text-align:center;line-height:90px;border-radius:100%;color:#fff;font-weight:700;font-size:50px;background:var(--primary)}
#banner .cont_abc .bg .box_area .box01 .tit{font-size:38px}


/* 메인 첫 번째 */
#banner{width:100%;margin:0 auto}
#banner .img_inner{background:#081414}
#banner .img_inner img{width:40%;display:block;margin:0 auto}
#banner .cont_are{max-width:1400px;display:flex;margin:0 auto;padding:50px 0;justify-content:space-evenly}
#banner .cont_are .txt{width:50%;line-height:1.40;font-size:2.7vw;font-family:'notokr-light'}
#banner .cont_are .txt span{font-family:'notokr-bold'}
#banner .cont_are .pl{white-space:pre-line}
#banner .cont_are .img_inner{width:80%}
#banner .bn_txt{width:100%;max-width:1400px;margin:0 auto;padding:20px;font-size:27px;line-height:1.6;color:#fff;background:#111;text-align:center;font-family:"notokr-bold"}
#banner .bn_txt a{color:#fff;}
#banner .bn_txt + .bn_txt{border-top:1px solid #e1e1e1;}
#banner .bn_txt span{color:var(--primary)}
@media(max-width:1650px){
#sh_notice{padding:120px 5%}
#sh_ft .ft_add{padding:0 5%}
#banner > img {width:100%}
#banner .cont_abc .tit_area{margin-bottom:-34px;font-size:50px}
#banner .cont_abc .tit_area img{height:60px}
#banner .cont_are{justify-content:space-between}
#banner .cont_are{padding:50px 50px;justify-content:space-between}   
#banner .cont_are .img{text-align:center}  
}
@media(max-width:1320px){
#sh_section{font-size:24px}	
#sh_notice h3{font-size:52px}
#banner .img_inner{background:none}
#banner .img_inner img{width:100%}
#banner .cont_abc .bg{padding:120px 20px}
#banner .cont_abc .bg .box_area .box01{font-size:20px}
#banner .cont_abc .bg .box_area .box01 .tit{font-size:34px}
}
@media(max-width:1024px){
#sh_ft .ft_add .add{padding-left:30px;font-size:16px}
#banner .cont_abc .bg{padding:120px 30px}
#banner .cont_abc .bg .box_area{grid-template-columns:repeat(1, 1fr);gap:60px}
#banner .cont_abc .bg .box_area .box01{font-size:24px}
#banner .cont_abc .bg .box_area .box01 .tit{font-size:38px}
#banner .cont_abc .tit_area{font-size:44px}
#banner .cont_are{flex-direction:column}
#banner .cont_are .txt{margin-bottom:100px;width:100%;text-align:center;font-size:56px}
}
@media(max-width:768px){
#sh_hd .h1 img{width:300px}	
#sh_notice{padding:80px 0}
#sh_notice h3{font-size:40px}
#sh_ft .ft_add{display:block;padding:50px 30px}
#sh_ft .ft_add .map{width:100%;height:350px}
#sh_ft .ft_add .add .ci{justify-content:center;margin-bottom:30px}
#sh_ft .ft_add .add{padding:50px 0 0;text-align:center}
.progress-wrap{right:15px;bottom:25px;width:50px;height:50px}
#banner .cont_abc .tit_area{font-size:40px}
#banner .cont_abc .tit_area img{height:42px}
#banner .cont_abc .bg .box_area .box01{font-size:24px}
#banner .cont_abc .bg .box_area .box01 .tit{font-size:38px}
#banner .cont_are{padding:0 50px 50px}
#banner .cont_are .txt{font-size:40px}
#banner .bn_txt span{display:block}
}
@media(max-width:480px){
#sh_hd h1{padding:20px 0}
#sh_hd .h1 img{width:230px}	
#sh_section{font-size:16px;letter-spacing:-.3px}	
#sh_notice{padding:40px 0 20px}
#sh_notice h3{margin-bottom:0;font-size:24px}
#sh_ft .ft_add{padding:50px 15px 30px}
#sh_ft .ft_add .add{word-break:keep-all}
#sh_ft .ft_add .add .ci{font-size:20px}
#sh_ft .ft_add .add .ci img{width:40px}
#sh_ft .ft_add .add{font-size:14px;line-height:1.6}
#sh_ft .ft_add .map{height:280px}
#sh_ft .ft_mn a{font-size:14px}
#sh_ft .ft_mn a+a:before{margin:0 10px}
#sh_ft .ft_add .add .adm a{font-size:14px}
#remedy{font-size:14px}
#remedy ul li{padding:8px 8px 8px 40px}
#remedy ul li span{left:8px;top:8px}
#banner .cont_abc .tit_area{font-size:30px}
#banner .cont_abc .tit_area img{height:38px;padding:0 10px}
#banner .cont_abc .bg{padding:100px 10px 50px}
#banner .cont_abc .bg .box_area{gap:48px}
#banner .cont_abc .bg .box_area .box01{padding:0 20px 40px;font-size:18px}
#banner .cont_abc .bg .box_area .box01:first-child{background-size:40%}
#banner .cont_abc .bg .box_area .box01:nth-child(2){background-size:40%}
#banner .cont_abc .bg .box_area .box01:last-child{background-size:40%}
#banner .cont_abc .bg .box_area .box01 .eng{width:60px;margin:-37px 0 20px;line-height:60px;font-size:30px}
#banner .cont_abc .bg .box_area .box01 .tit{font-size:26px}
#banner .cont_are {padding:0 50px 50px}
#banner .cont_are .txt{font-size:24px;margin-bottom:50px}
#banner .cont_are .txt img{width:100%}
}
@media(max-width:380px){
#sh_section{font-size:14px}		
}
