@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular - 400, medium - 500, semibold - 600, bold - 700 */ 
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

:root{--main-size:1460px;--k-font:'Pretendard';--e-font:"Marcellus", serif;--primary:#816c5b}
body{font-size:0.81em;font-weight:400;font-family:var(--k-font)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-weight:400;font-family:var(--k-font)}
*{-webkit-text-size-adjust:none}
#sh_wrapper{position:relative;width:100%;font-size:15px;font-weight:400;color:#777;line-height:1.8;word-break:keep-all;font-family:var(--k-font)}
#goToDesign{z-index:21}

/* =========================== HEADER */
#sh_hd{position:relative;z-index:20;width:100%}

/* =========================== MAIN */
#sh_section{overflow:hidden;position:relative;font-size:15px;font-weight:400;font-family:var(--k-font)}
#sh_section .inner{max-width:var(--main-size);width:100%;margin:0 auto}
#sh_section .cm_btn{display:inline-flex;align-items:center;justify-content:center;gap:15px;font-size:16px;font-weight:700;color:#222}
#sh_section .cm_btn span{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50px;border:1px solid #222;transition:all .3s}
#sh_section .cm_btn:hover span{color:#fff;background:#222}
#sh_section .inc_tit{line-height:1.2}
#sh_section .inc_tit span{display:inline-block;margin-top:20px;font-size:20px}
#sh_section .inc_tit h2{font-size:50px;color:#222;font-family:var(--e-font)} 

/* =========================== CONTAINER */
#sh_container{position:relative;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== SNB */
#sh_sub_wrap{position:relative;font-family:var(--k-font)}

/* ========================== CONTENT */
#sh_content{position:relative;z-index:4;max-width:1200px;min-height:500px;padding:0;margin:70px auto 80px;line-height:1.6;color:#888;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== FOOTER */
#sh_ft{padding:100px 0 70px;font-size:16px;font-weight:400;color:#fff;line-height:1.5;background:#222;font-family:var(--k-font)}
#sh_ft .inner{overflow:hidden;max-width:var(--main-size);width:100%;margin:0 auto}
#sh_ft .txt{margin-bottom:100px;font-size:13px;opacity:.5}
#sh_ft .copy{display:flex;justify-content:space-between;align-items:flex-end;font-size:13px;font-weight:500;color:rgba(255, 255, 255, .2)}
#sh_ft .links{display:flex}
#sh_ft .links a{font-size:13px;font-weight:400;color:rgba(255,255,255,.5);line-height:1;font-family:var(--e-font);transition:all .3s}
#sh_ft .links a+a{margin-left:20px}
#sh_ft .links a:hover{color:#fff}

#Quick{z-index:1;position:fixed;bottom:50px;right:50px;display:flex;align-items:center;justify-content:center;width:100px;aspect-ratio:1;border-radius:50px;background:var(--primary)}
#Quick:after{position:absolute;content:'1';top:0;right:0;display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50px;font-weight:600;text-align:center;color:#fff;background:#53453a}
#Quick span{position:relative;width:7px;height:7px;border-radius:5px;background-color:#fff}
#Quick span::before, #Quick span::after {content:"";display:inline-block;position:absolute;top:0}
#Quick span::before{left:-15px;width:7px;height:7px;border-radius:5px;background-color:#fff}
#Quick span::after{left:15px;width:7px;height:7px;border-radius:5px;background-color:#fff}
#Quick:hover span{animation:dot-elastic 1s linear infinite}
#Quick:hover span:after{animation:dot-elastic-after 1s linear infinite}
#Quick:hover span:before{animation:dot-elastic-before 1s linear infinite}

@keyframes dot-elastic {0% {transform:scale(1, 1)}25% {transform:scale(1, 1)}50% {transform:scale(1, 1.5)}75% {transform:scale(1, 1)}100% {transform:scale(1, 1)}}
@keyframes dot-elastic-before {0% {transform:scale(1, 1)} 25% {transform:scale(1, 1.5)} 50% {transform:scale(1, 0.67)} 75% {transform:scale(1, 1)} 100% {transform:scale(1, 1)}}
@keyframes dot-elastic-after {0% {transform:scale(1, 1)}25% {transform:scale(1, 1)}50% {transform:scale(1, 0.67)}75% {transform:scale(1, 1.5)}100% {transform:scale(1, 1)}}

/* 반응형 사이트맵 공통 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map:after{display:block;content:"";visibility:hidden;clear:both}
#sh_site_map > div{width:31%;float:left;margin:0 1%}
#sh_site_map > div:nth-of-type(3n){margin-right:0}
#sh_site_map .sh_site_map_title{padding:10px 15px;border-bottom:2px solid #333;font-size:17px;font-weight:normal;text-align:center;color:#222;font-family:'notokr-bold'}
#sh_site_map ul{padding:0 15px 15px}
#sh_site_map .sh_site_map_box{min-height:205px;padding:17px 20px;border:1px solid #e1e1e1;border-top:none;font-size:14px;color:#333;line-height:40px}
#sh_site_map .sh_site_map_box li{border-bottom:1px dotted #ccc}
#sh_site_map .sh_site_map_box li:last-child{border:none}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:110px;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:#978468;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:#978468;font-family:'notokr-bold'}
#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}

/* 반응형 [s] */
@media (max-width:1400px){
#sh_section .inc_tit h2{font-size:46px}
#sh_section .inc_tit span{font-size:18px}
#sh_ft{padding:50px 15px 30px}
#sh_ft .txt{margin-bottom:60px}
#Quick{width:65px}
#Quick span{width:5px;height:5px}
#Quick span::before, #Quick span::after{width:5px;height:5px}
#Quick span::before{left:-13px}
#Quick span::after{left:13px}
#Quick:after{top:-5px;right:-5px;width:30px;height:30px;font-size:13px}
}
@media (max-width:1200px){
#sh_section .inc_tit h2{font-size:42px}
#sh_section .inc_tit span{font-size:17px}
#sh_section .cm_btn span{width:45px;height:45px}
#sh_section .cm_btn span svg{width:22px;height:22px}
#sh_ft .txt{margin-bottom:25px;text-align:center}
#sh_ft .copy{flex-direction:column;align-items:center;gap:12px;text-align:center}
}
@media (max-width:1024px){
#sh_section .inc_tit span{font-size:16px}
#sh_section .inc_tit h2{font-size:36px}
#sh_section .cm_btn{font-size:15px}
#sh_section .cm_btn span{width:42px;height:42px}
}
@media (max-width:768px){
/* 반응형 스타일 필수 [s] */
#sh_login, #sh_agree, #sh_register,#sh_mb_confirm, #sh_result{padding:15px;margin:15px auto;border:none}
#sh_login input[type=submit], #sh_agree .btn_wrap input[type=submit], #sh_register .btn_wrap input[type=submit],#sh_find_info input[type=submit], #sh_mb_confirm input[type=submit]{-webkit-appearance:none;appearance:none}
#sh_login .bnr .txt p a{color:#0054a6}
#sh_pw_confirm{width:100%;padding:30px 20px;border:none}
#sh_agree .inner{padding:15px}
#sh_agree .cont{padding:10px}
#sh_site_map{padding:30px 20px}
#sh_site_map > div{width:100%;margin:0}
#sh_site_map .sh_site_map_box{min-height:auto}
/* 반응형 스타일 필수 [e] */
#m_logo img{width:84px}
#sh_section .inc_tit h2{font-size:28px}
#sh_section .inc_tit span{font-size:15px}
#sh_section .cm_btn{font-size:14px}
}
@media (max-width:480px){
#sh_section .inc_tit h2{font-size:25px}
#sh_section .inc_tit span{margin-top:15px;font-size:14px}
#sh_section .cm_btn span{width:40px;height:40px}
#sh_section .cm_btn span svg{width:20px;height:20px}
#m_logo img{width:80px}
#sh_ft_btns{display:block}
#fix_tel{display:block}
#Quick{right:15px;bottom:25px}
}
/* 반응형 [e] */