@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 */ 

*{-webkit-text-size-adjust:none}
:root{--main-size:1550px;--primary:#615557;--brand-color:#c18590;--main-font:"MaruBuri";--sub-font:"Pretendard";--radius:13px}
body{background:#fff;font-size:0.81em;font-family:var(--sub-font)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Pretendard'}

#sh_wrapper{position:relative;width:100%;margin:0 auto}
#sh_wrapper .inner{max-width:var(--main-size);width:100%;margin:0 auto}

/* ========================== HEADER */
#sh_hd{position:relative;width:100%;font-family:var(--main-font)}

/* ========================== INDEX */
#sh_section{position:relative;font-size:15px;line-height:1.55;color:var(--primary);font-family:var(--sub-font)}
#sh_section h2{margin-bottom:50px;text-align:center;letter-spacing:-.5px;font-family:var(--main-font);word-break:keep-all}
#sh_section h2 span{font-size:25px}
#sh_section h2 p{font-size:45px;word-break:keep-all}
#sh_section h3{font-size:40px;letter-spacing:-.5px;font-family:var(--main-font)}
#sh_section h3 b{color:var(--brand-color)}
#sh_section .tit_wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}
#sh_section .cm_btn{display:inline-block;padding:8px 18px;border-radius:50px;font-size:15px;font-weight:700;color:#fff;background:rgba(0,0,0,.3);transition:all .3s}
#sh_section .cm_btn:hover{background:var(--primary)}

/* ========================== CONTAINER */
#sh_container{position:relative;z-index:0}
#sh_container_wrapper{position:relative;width:100%;zoom:1}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}
#sh_sub_wrap{position:relative}

/* ========================== CONTENT */
#sh_content{position:relative;z-index:4;max-width:1200px;min-height:580px;margin:0 auto;padding:70px 0}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== FOOTER */
#sh_ft{position:relative;width:100%;padding:100px 0 50px;font-size:14px;line-height:1.5;color:rgba(255,255,255,.5);background-color:#333;font-family:'Pretendard'} 
#sh_ft .ft-info p{padding:30px 0;word-break:keep-all}
#sh_ft .ft-info .logo{display:flex;align-items:center;justify-content:space-between}
#sh_ft .ft-info .logo ul{display:flex;gap:20px}
#sh_ft .ft-info .logo li a{cursor:pointer;font-size:14px;font-weight:500;color:#fff;opacity:.3;transition:all .3s}
#sh_ft .ft-info .logo li a:hover{opacity:1}
#sh_ft .copy{display:flex;align-items:center;justify-content:space-between}
#sh_ft .copy .admin{display:flex;gap:20px}
#sh_ft .copy .admin a{font-size:13px;color:#fff;opacity:.5;transition:all .3s}
#sh_ft .copy .admin a:hover{opacity:1}

#fixMenu{opacity:0;display:flex;flex-direction:column;align-items:center;position:fixed;bottom:30px;right:15px;z-index:101;transition:all .2s}
#fixMenu.on{opacity:1;bottom:105px}
#fixMenu a{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:3px;width:85px;height:85px;padding-bottom:2px;border-radius:50%;font-size:13px;font-weight:700;color:#fff;background:var(--brand-color);transition:all .3s}
#fixMenu a:first-child{width:115px;height:115px;text-align:center;font-family:var(--main-font);background:var(--primary) url('../sh_img/hd/top_menu/quick_ic.png') no-repeat;background-position:right}
#fixMenu a:first-child span{font-size:11px;opacity:.5}
#fixMenu a:first-child p{font-size:15px;white-space:pre-line}
#fixMenu a+a{margin-top:8px}
#fixMenu a+a:hover{background:var(--primary)}
#fixMenu .to_top{margin:15px auto 0;width:55px;height:55px;border-radius:50%;text-align:center;line-height:65px;background:#fff;cursor:pointer;box-shadow:0px 0px 10px 0px rgba(0,0,0,.2);transition:all .3s}
#fixMenu .to_top svg{opacity:.5;transition:all .3s}
#fixMenu .to_top:hover svg{opacity:1}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{float:left;width:32%;min-height:300px;margin-right:2%}
#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:155px;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:20px;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-color:var(--brand-color);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;font-weight:700;line-height:55px;color:#fff;text-align:center;background-color:var(--brand-color);font-family:var(--k-font)}
#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] */
#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] */

/* 반응형 [s] */
@media (max-width:1780px){
#sh_ft{padding:100px 0}
#fixMenu{align-items:center;flex-direction:row;gap:12px;right:unset;left:50%;transform:translateX(-50%);border-radius:100px;padding:15px;background-color:rgba(255, 255, 255, 0.7)}
#fixMenu.on{bottom:10px}
#fixMenu a{height:68px !important}
#fixMenu a:first-child{width:190px;border-radius:200px}
#fixMenu a:first-child p{white-space:normal}
#fixMenu a+a{flex-flow:row;gap:6px;margin-top:0;width:120px;border-radius:100px}
#fixMenu .to_top{background:transparent;box-shadow:none;margin-top:0}
}
@media (max-width:1400px){
#sh_section h2 span{font-size:20px}
#sh_section h2 p{font-size:36px}
#sh_section h3{font-size:30px}
#sh_section .tit_wrap{margin-bottom:18px}
#sh_ft{padding:100px 15px}
}
@media (max-width:1200px){
#sh_section .cm_btn{padding:6px 18px;font-size:14px}
}
@media(max-width:1024px){
#sh_section h2{margin-bottom:30px}
#sh_section h2 span{font-size:18px}
#sh_section h2 p{font-size:30px}
#sh_section h3{font-size:26px}
#sh_ft{padding:50px 15px 120px}
#fixMenu a{height:60px !important}
#fixMenu a:first-child p{font-size:14px}
#fixMenu a+a svg{width:22px;height:22px}
}
@media (max-width:768px){
#sh_section h2 span{font-size:16px}
#sh_section h2 p{font-size:26px}
#sh_section h3{font-size:22px}
#sh_section .tit_wrap{margin-bottom:15px}
#sh_ft .ft-info{display:flex;flex-direction:column;align-items:center}
#sh_ft .ft-info .logo{flex-direction:column;gap:20px}
#sh_ft .ft-info p{padding:20px 0;text-align:center;font-size:13px}
#sh_ft .copy{flex-direction:column;gap:4px}
#fixMenu{gap:5px;width:100%;padding:10px;border-radius:0}
#fixMenu.on{bottom:0}
#fixMenu a:first-child{flex:1;width:100%}
#fixMenu a:first-child p{font-size:13px}
#fixMenu a+a svg{width:20px;height:20px}
#fixMenu .to_top{width:35px}
}
@media (max-width:480px){
#sh_section h2 span{font-size:15px}
#sh_section h2 p{font-size:22px}
#sh_section .tit_wrap{justify-content:center}
#sh_section h3{font-size:20px;text-align:center}
#sh_section .cm_btn{padding:5px 14px;font-size:13px}
#sh_ft_btns{display:block}
#fix_tel{display:block;bottom:90px}
#fixMenu a+a{flex-flow:column;width:85px}
}
/* 반응형 [e] */