@charset "utf-8";
@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');

html{scroll-behavior:smooth}

*{-webkit-text-size-adjust:none}
:root{--primary:#00b3ce;--dark-b:#181d62;--mainsize:1500px;--k-font:'Pretendard';--e-font:'poppins'}
body{background:#fff;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)}
#sh_wrapper, #sh_wrapper , #sh_wrapper :before, #sh_wrapper *:after{box-sizing:border-box}

/* =========================== HEADER */
#sh_hd{position:relative;z-index:999;height:100px} 
#sh_hd_wrapper{width:100%;background:#fff}

/* =========================== MAIN  */
#sh_section{font-size:15px;font-weight:400;line-height:1.8;color:#777;font-family:var(--k-font)}

/* =========================== CONTAINER */
#sh_container{overflow:hidden;position:relative;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%;zoom:1}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}
#sh_container.sub{background:#fff;padding:0 0 40px}
#sh_content{position:relative;z-index:4;max-width:1070px;min-height:580px;padding:0;margin:70px auto 40px;font-size:14px;color:#888;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* =========================== SUB */
#sub_main_banner{width:100%;height:400px;background:url(../sh_img/hd/sub_main_banner/sub_main_banner.jpg) no-repeat;background-size:cover;animation:main 25s linear infinite}
@keyframes main{from{background-position:top center}50%{background-position:bottom center}100%{background-position:top center}}
#sh_content_tit{padding-top:140px;text-align:center;font-size:20px;color:#fff;font-weight:400;font-family:var(--k-font)}
#sh_content_tit h3{display:inline-block;position:relative;z-index:5;margin-bottom:15px;font-size:45px;font-weight:400;font-family:var(--k-font)}
#sh_content_tit h3:after{display:block;position:absolute;z-index:-1;width:41px;height:42px;content:'';top:-12px;right:-22px}
#sh_content_tit .fa-home{color:#fff}
#sh_content_tit .fa-angle-right{padding:0 5px;color:#b5b5b5}

/* =========================== SNB */
#sh_aside{position:relative;max-width:1200px;margin:-25px auto 0;text-align:center;background-color:transparent}

/* =========================== FOOTER */
#sh_ft{position:relative;z-index:10;width:100%;font-size:13px;color:#6d6769;background-color:#222;font-weight:500;font-family:var(--k-font)} 
#sh_ft_wrapper{position:relative;max-width:var(--mainsize);margin:0 auto;padding:125px 0}
#sh_ft .top{display:flex;align-items:center;justify-content:space-between;padding-bottom:60px}
#sh_ft .top div{display:flex;gap:20px}
#sh_ft .top div a{font-size:17px;font-weight:400;color:#fff;cursor:pointer;transition:0.2s;font-family:'pretendard'}
#sh_ft .top div a:hover{color:rgba(255, 255, 255, 0.5)}

#sh_ft .bottom{display:flex;align-items:flex-start;justify-content:space-between;padding-top:80px;border-top:1px solid rgba(255, 255, 255, 0.1)}
#sh_ft .bottom > ul{width:100%}
#sh_ft .bottom > ul > li{display:flex;align-items:center}
#sh_ft .bottom > ul > li+li{margin-top:25px}
#sh_ft .bottom > ul > li p{width:20%;font-size:15px;font-weight:600;color:#fff;font-family:"poppins"}
#sh_ft .bottom > ul > li span{font-size:16px;line-height:1.6;font-weight:500;color:#fff;font-family:'pretendard';word-break:keep-all}

#sh_ft .ft_nav{width:100%}
#sh_ft .ft_nav>ul{float:right;display:flex;align-items:flex-start;gap:65px}
#sh_ft .ft_nav>ul>li>a{font-size:16px;font-weight:500;color:#fff;transition:0.2s;font-family:'pretendard'}
#sh_ft .ft_nav>ul>li>a:hover{color:rgba(255, 255, 255, 0.5)}
#sh_ft .ft_nav>ul>li:last-child>a{padding-right:0}
#sh_ft .ft_nav .ft_smenu{margin-top:25px}
#sh_ft .ft_nav .ft_smenu li a{font-size:16px;font-weight:400;line-height:34px;color:#fff;transition:0.2s;font-family:'pretendard'}
#sh_ft .ft_nav .ft_smenu li a:hover{color:rgba(255, 255, 255, 0.5)}
#sh_ft .copy_wrap{padding-bottom:80px;background:#222}
#sh_ft .copy{overflow:hidden;max-width:var(--mainsize);height:57px;margin:0 auto;line-height:57px}
#sh_ft .copy p{float:right;font-size:16px;font-weight:500;color:#fff;font-family:"poppins","pretendard";word-break:keep-all}
#sh_ft .copy ul{float:left;display:flex;align-items:center;justify-content:center;gap:32px;position:relative;width:178px;height:48px;border-radius:24px;background:rgba(255, 255, 255, 0.05)}
#sh_ft .copy ul li a{font-size:13px;font-weight:500;color:#fff;transition:0.2s;font-family:"poppins"}
#sh_ft .copy ul li a:hover{color:rgba(255, 255, 255, 0.5)}
#sh_ft .copy ul::before{content:"";display:inline-block;position:absolute;left:48%;width:1px;height:9px;background-color:rgba(255, 255, 255, 0.2)}

/* 사이트맵 */
a{text-decoration:none !important}

/* 반응형 사이트맵 공통 */
#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:90px;z-index:30;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background-color:#00b3ce;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-color:#00b3ce;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 (hover:hover){
a:hover{text-decoration:none !important}
}
@media (max-width:1600px){
#sh_hd_wrapper{padding:0 30px}
#sh_ft{padding:0 30px}
#sh_ft_wrapper{max-width:none}
#sh_ft .copy{max-width:none}
#sh_ft .copy ul{width:auto}
}
@media (max-width:1070px){
#sh_content{padding:0 30px}
}
@media (max-width:1024px){
#sh_content{padding:0 15px}
#sub_main_banner{position:relative;height:330px}
#sh_content_tit{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:0px}
#sh_content_tit h3{font-size:32px}
#sh_hd{height:auto}
#sh_hd_wrapper{padding:0px}
#sh_ft{padding:0 15px}
#sh_ft_wrapper{padding:45px 0}
#sh_ft .top{padding-bottom:30px}
#sh_ft .top div a{font-size:16px}
#sh_ft .bottom{flex-direction:column-reverse;padding-top:40px;gap:50px}
#sh_ft .bottom > ul{margin:auto;width:98%}
#sh_ft .bottom > ul > li p{width:15%;font-size:14px}
#sh_ft .bottom > ul > li span{font-size:14px}
#sh_ft .ft_nav{display:none}
#sh_ft .ft_nav>ul{float:none;justify-content:space-between;margin:auto;width:98%}
#sh_ft .ft_nav>ul .ft_menu{text-align:center}
#sh_ft .ft_nav>ul>li>a{font-size:15px}
#sh_ft .ft_nav .ft_smenu{margin-top:12px}
#sh_ft .ft_nav .ft_smenu li a{font-size:14px}
#sh_ft .copy_wrap{padding-bottom:20px}
#sh_ft .copy{display:flex;justify-content:space-between;align-items:center;margin:auto;line-height:1;height:auto}
#sh_ft .copy p{font-size:14px}
#sh_ft .copy ul{height:45px}
}
@media (max-width:768px){
#sh_content{margin:50px auto 40px}
#sh_ft_wrapper{padding:35px 0}
#sh_ft .top{padding-bottom:20px}
#sh_ft .top img{height:40px}
#sh_ft .top div a{font-size:15px}
#sh_ft .ft_nav>ul>li>a{font-size:14px}
#sh_ft .ft_nav .ft_smenu li a{font-size:13px}
#sh_ft .bottom{padding-top:25px}
#sh_ft .bottom > ul > li{gap:10px;justify-content:center}
#sh_ft .bottom > ul > li+li{margin-top:5px}
#sh_ft .bottom > ul > li p{width:auto;font-size:13px}
#sh_ft .bottom > ul > li span{text-align:center}
#sh_ft .copy{flex-direction:column-reverse;gap:20px}
#sh_ft .copy ul{height:42px;gap:26px}
#sh_ft .copy ul li a{font-size:12px}
#sh_ft .copy p{font-size:13px}
/* 반응형 스타일 필수 [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] */
}
@media (max-width:480px){
#sh_content{margin:40px auto}
#sub_main_banner{height:55px;background:none;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}
#sh_content_tit h3{margin:0px;font-size:16px;font-weight:500;color:#000}
#sh_content_tit p{display:none}
#sh_ft_wrapper{padding:25px 0 35px}
#sh_ft .top{flex-flow:column;gap:15px}
#sh_ft .top div a{font-size:14px}
#sh_ft .bottom{gap:0px}
#sh_ft .bottom > ul{display:flex;flex-direction:column;gap:0px}
#sh_ft .bottom > ul > li{display:block;text-align:center}
#sh_ft .bottom > ul > li+li{margin-top:10px}
#sh_ft .bottom > ul > li span{display:block;margin-top:5px}
#sh_ft .ft_nav>ul{display:none}
#sh_ft .copy ul{height:38px;gap:20px}
#sh_ft .copy p{text-align:center}
#sh_section{font-size:14px;line-height:1.6}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft dl dt{font-size:16px}
}
@media (max-width:380px){
#sh_ft .top div a{font-size:13px}
}
/* 반응형 [e] */