@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=Outfit:wght@100..900&display=swap');


*{-webkit-text-size-adjust:none}
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}
#sh_wrapper *{word-break:keep-all}

:root{--primary:#2e69ff;--k-font:'Pretendard';--skybg:#5885f7;--o-font:'Outfit'}

/* HEADER */
#sh_hd{position: relative;min-width:1700px;}

/* CONTAINER */
#sh_container{position:relative;z-index:10;min-width:1700px}
#sh_container.sub{background:#fff}
#sh_sub_wrap{position:relative}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* FOOTER */
#sh_ft{position: relative;min-width:1700px;}
#sh_ft .f_top{padding:100px 0 80px;background:#f2f2f2;}
#sh_ft .sh_ft_center{display:flex;justify-content:space-between;width:1150px;margin:0 auto}
#sh_ft .f_left{display:flex}
#sh_ft .f_left .f_l_box{margin-right:140px}
#sh_ft .f_left .f_l_box .f_logo{margin-bottom:17px}
#sh_ft .f_left .f_l_box > p{margin-bottom:30px;font-size:17px;font-weight:500;line-height:1.5;color:#777}
#sh_ft .f_left .f_l_box > .inquiry_btn{display:flex;align-items:center;justify-content:center;width:104px;height:45px;font-size:15px;font-weight:600;border-radius:5px;background:var(--primary);color:#fff}
#sh_ft .f_left .f_l_box > .inquiry_btn:hover{background:var(--skybg)}
#sh_ft .f_left .f_l_info .tit{display:inline-block;margin-bottom:20px;font-size:15px}
#sh_ft .f_left .f_l_info .txt{color:#777;font-size:14px;font-weight:500;line-height:1.5}
#sh_ft .f_left .f_l_info .address{margin-bottom:35px}

#sh_ft .f_menu{padding-right:65px}
#sh_ft .f_menu > li{margin-bottom:25px}
#sh_ft .f_menu > li:last-child{margin-bottom:0}
#sh_ft .f_menu > li > a{font-size:20px;font-weight:600;color:#000;font-family:"Outfit"}
#sh_ft .f_menu > li > a:hover{text-decoration:underline}

#sh_ft .link{display:flex;align-items:center;padding:15px 0px}
#sh_ft .link_center{width:1150px;margin:0 auto}
#sh_ft a{font-size:14px;font-weight:600;color:#aaa;transition:all .3s}
#sh_ft a:after{display:inline-block;content:"";width:1px;height:11px;margin:0 15px;background:#aaa}
#sh_ft a:last-child:after{display:none}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{float:left;width:32%;min-height:280px;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}

#toTop{opacity:0;cursor:pointer;position:fixed;right:30px;bottom:10%;z-index:101;display:flex;width:55px;height:55px;margin-bottom:-50px;border-radius:50pt;background:var(--primary);transition:all .5s}
#toTop:hover{background:var(--skybg);}
#toTop svg{margin:auto;color:#fff}
#toTop.on{opacity:1;margin-bottom:0}