@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

body{background:#fff;font-size:0.81em;font-family:'pretendard'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'pretendard'}
#device_change{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 
:root{--primary:#f47320;--main-size:1560px;--k-font:'Pretendard';--e-font:'play'}

/* =========================== HEADER */
#sh_hd{position:absolute;z-index:50;width:100%;font-family:var(--k-font)}

/* =========================== MAIN  */
#sh_section{position:relative;line-height:1.5;font-family:var(--e-font),var(--k-font)}
#sh_section .pl{white-space:pre-line}
#sh_section *{word-break:keep-all}
#sh_section h2{font-size:45px;font-weight:700;line-height:1.2;white-space:pre-line}
#sh_section .e_tit{display:inline-block;margin-bottom:10px;font-size:20px;font-weight:700;color:var(--primary);font-family:var(--e-font)}
#sh_section .cm_btn{display:flex;justify-content:space-between;align-items:center;width:180px;padding:8px 25px;border:2px solid #fff;border-radius:50px;font-size:18px;font-weight:700;color:#fff;transition:all .3s}

/* =========================== CONTAINER */
#sh_container{position:relative;width:100%;line-height:1.5}
#sh_container .inner{max-width:var(--main-size);margin:0 auto}
#sh_container #sh_sub_wrap{position:relative}
#sh_content{position:relative;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{position:relative;padding:60px 6% 140px;font-size:16px;font-weight:400;color:#fff;line-height:1.65;background:#181818;font-family:var(--e-font),var(--k-font)}
#sh_ft .flex{display:flex;justify-content:space-between;flex-wrap:wrap}
#sh_ft .info ul{margin:50px 0}
#sh_ft .info ul li{display:flex;align-items:baseline;font-family:var(--k-font);font-weight:500}
#sh_ft .info ul li+li{margin-top:10px}
#sh_ft .info ul li span{opacity:.5;width:110px;font-weight:600}
#sh_ft .info ul li div{width:600px;word-break:keep-all}
#sh_ft .info .links{display:flex}
#sh_ft .info .links a{padding:10px 18px;font-size:11px;font-weight:600;color:rgba(255, 255, 255, .3);line-height:1;background:rgba(255, 255, 255, .1)}
#sh_ft .info .links a+a{margin-left:4px}
#sh_ft .ft_mn{display:flex}
#sh_ft .ft_mn > li+li{margin-left:70px}
#sh_ft .ft_mn > li > a{font-size:16px;font-weight:600;font-family:var(--k-font)}
#sh_ft .ft_mn li a{color:#fff}
#sh_ft .ft_mn li ul{margin-top:20px}
#sh_ft .ft_mn li ul li+li{margin-top:10px}
#sh_ft .ft_mn li ul a{opacity:.5;transition:all .3s;font-size:15px;font-family:var(--k-font)}
#sh_ft .copy{margin-top:65px;padding-top:40px;border-top:1px solid rgba(255, 255, 255, .1);font-size:16px;font-weight:500;color:rgba(255, 255, 255, .3)}
#toTop{display:flex;justify-content:center;align-items:center;position:absolute;bottom:105px;right:6%;width:60px;height:60px;border-radius:5px;color:rgb(255, 255, 255, 0.6);transition:all .3s;background-color:#292929;cursor:pointer}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:50px;z-index:101;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background:var(--primary);box-shadow:5px 5px 5px rgba(0,0,0,.2);-webkit-transition:all .2s;transition:all .2s}
#fix_tel.active{opacity:1;margin-right:0}
#sh_ft_btns{display:none;padding:15px}
#sh_ft_btns .btns{overflow:hidden}
#sh_ft_btns .row2 a{width:50%}
#sh_ft_btns a{float:left;display:block;width:100%;height:55px;font-size:16px;line-height:55px;color:#fff;text-align:center;background:var(--primary);font-family:'Noto Sans KR';font-weight:700}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:'Poppins'}
#sh_ft_btns a i{padding-right:5px;font-size:18px}
#sh_ft_btns a.kakao{font-weight:normal;color:#402325;background-color:#ffe500}


.partners{display:flex; max-width:950px; width:100%;margin-top:50px;margin-bottom:30px;margin-left:auto;margin-right:auto;text-algin:center;flex-wrap: wrap;justify-content: center;}
.partners>div{padding: 15px 20px;}
.partners img{height:40px;}

@media(hover:hover){
#sh_ft .ft_mn li ul a:hover{opacity:1}
#toTop:hover{color:#fff;background-color:var(--primary)}
}

/* 반응형 [s] */
@media (max-width:1440px){
#sh_container .inner{padding:0 15px}
#sh_section h2{font-size:40px}
#sh_section .cm_btn{font-size:16px}
#sh_ft{padding:80px 3% 100px}
}
@media (max-width:1024px){
#sh_section h2{font-size:30px;white-space:normal}
#sh_section .e_tit{font-size:16px}
#sh_section .cm_btn{display:inline-flex;justify-content:space-between;width:auto;gap:20px;padding:8px 20px;font-size:14px}
#sh_section .cm_btn svg{width:17px}
#sh_ft{padding:50px 3% 30px;font-size:14px}
#sh_ft .flex{flex-wrap:wrap;flex-direction:column-reverse}
#sh_ft .ft_mn{justify-content:center;flex-wrap: wrap;}
#sh_ft .ft_mn > li+li{position:relative;margin-left:0}
#sh_ft .ft_mn > li+li:before{display:inline-block;content:'';width:3px;height:3px;margin:0 15px;border-radius:50px;background:rgba(255,255,255,.2);vertical-align:3px}
#sh_ft .info{margin-top:30px}
#sh_ft .info ul{margin:20px 0}
#sh_ft .info ul li div{width:auto}
#sh_ft .copy{margin-top:30px;padding-top:40px;font-size:13px}
#sh_ft .ft_mn li ul{display:none}
#sh_ft .ft_mn > li > a{font-size:14px}
#sh_ft .ft_mn li ul a{font-size:14px}
#sh_ft .ft_mn li ul li+li{margin-top:3px}
#toTop{bottom:20px;width:50px;height:50px;right:3%;font-size:10px}
}
@media (max-width:768px){
#sh_section .pl{white-space:normal}
#sh_section h2{font-size:27px}
#sh_section .cm_btn{border:1px solid #fff}
.partners img{height:25px;}
.partners>div{padding: 10px 20px;}
}
@media (max-width:580px){
#sh_section h2{font-size:23px}
#sh_section .cm_btn{padding:5px 15px;font-size:13px}
#sh_ft .info ul li div{width:80%}
}
@media (max-width:480px){
#sh_section h2{font-size:20px}
#sh_section .e_tit{margin-bottom:5px;font-size:13px}
#sh_hd{position:relative}
#sh_content{padding:0}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft{font-size:12px}
#sh_ft .info ul{margin:10px 0 15px}
#sh_ft .info img{display:block;width:120px;margin:0 auto 20px}
#sh_ft .info ul li{align-items:center;flex-direction:column;text-align:center}
#sh_ft .info ul li+li{margin-top:5px}
#sh_ft .info .links{justify-content:center}
#sh_ft .copy{margin-top:20px;padding-top:20px;text-align:center}
#toTop{position:unset;height:30px;margin:8px auto 0;font-size:8px}
}
@media (max-width:390px){
#sh_section h2{font-size:19px}
}
/* 반응형 [e] */