@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&display=swap');
*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}

/* 메뉴오픈 - 스크롤막기 */
body.open{overflow:hidden;position:absolute;width:100%;height:100%}

#sh_wrapper{position:relative;max-width:1920px;width:100%;margin:0 auto}
#sh_wrapper.index{overflow:hidden;min-width:1400px;background-color:#12141f}

/* HEADER */
#sh_hd{position:relative;z-index:15;min-width:1400px;width:100%;font-family:'notokr-regular'}

/* MAIN  */
#main_banner{position:relative;z-index:10;min-width:1400px;width:100%;height:100%}

/* INDEX */
#sh_section{position:absolute;bottom:-110px;left:0;z-index:1003;width:100%;padding:0 180px;-webkit-transition:padding .2s;transition:padding .2s}
@media(max-width:1700px){#sh_section{padding:0 80px}}
@media(max-width:1500px){#sh_section{padding:0}}

/* CONTAINER */
#sh_container{position:relative;min-width:1400px;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:""}

/* SNB */
#sh_aside{position:relative;z-index:15;width:100%;font-family:'notokr-regular'}
#sh_aside:after{display:block;content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:1px;background-color:#e1e1e1}
#sh_aside_wrapper{overflow:hidden;position:relative;width:1100px;margin:0 auto;zoom:1}

/* CONTENT */
#sh_content{position:relative;z-index:4;width:1100px;min-height:580px;margin:0 auto;padding:70px 50px;border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* 하단메뉴 */
#sh_ft{position:relative;z-index:10;min-width:1400px;width:100%;font-size:13px;color:#a3a3a3;background-color:#fff;font-family:'notokr-regular'} 
#sh_ft .ft_mn{width:100%;height:60px;border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1;text-align:center}
#sh_ft .ft_mn li{display:inline-block;line-height:60px}
#sh_ft .ft_mn li:not(:first-child):before{display:inline-block;vertical-align:middle;content:"";width:2px;height:2px;margin:0 20px;background-color:#222}
#sh_ft .ft_mn li a{font-size:14px;color:#222}
#sh_ft .ft_mn li a:hover{text-decoration:underline!important}

/* 하단 로고, sns, 회사정보 */
#sh_ft_wrapper{position:relative;width:100%;padding:0 180px;line-height:24px;-webkit-transition:padding .2s;transition:padding .2s}
@media(max-width:1700px){#sh_ft_wrapper{padding:0 80px}}
@media(max-width:1500px){#sh_ft_wrapper{padding:0}}
#sh_ft .inner{position:relative;padding:60px 55px 60px 325px}
#sh_ft .inner .tit{margin-bottom:20px;font-size:15px;font-weight:700;color:#222;font-family:'Josefin Sans'}
#sh_ft .left{position:absolute;top:60px;left:55px}
#sh_ft .sns{overflow:hidden;padding-top:20px}
#sh_ft .sns li{float:left;margin-right:6px}
#sh_ft .sns li a{display:block;width:38px;height:38px;border-radius:50%;font-size:14px;color:#aaa;text-align:center;line-height:38px;background-color:#f2f2f2;-webkit-transition:all .2s;transition:all .2s}
#sh_ft .sns li a.blog{font-size:10px}
#sh_ft .sns li a:hover{color:#fff;background-color:#ec0000}
#sh_ft .cs{position:absolute;right:0;top:60px;width:100%;max-width:390px;font-size:12px;line-height:20px}
#sh_ft .cs .tel{padding-bottom:10px;font-size:20px;font-weight:700;color:#ec0000;font-family:'Josefin Sans'}

/* 카피라이트 */
#sh_ft .copy{position:relative;padding:20px 55px;overflow:hidden;text-align:center;background-color:#f5f5f5}
#sh_ft .copy ul{position:absolute;right:55px;top:20px}
#sh_ft .copy ul li{display:inline-block;margin-left:15px;font-size:12px;font-weight:600;color:#fff;font-family:'Josefin Sans'}
#sh_ft .copy ul li a{color:#aaa}

/* 사이트맵 */
a{text-decoration:none !important}
a:hover{text-decoration:none !important}

#sh_site_map{width:100%;position:relative;min-height:500px;height:500px auto;margin:0 auto}
.sh_site_map01{width:30%;float:left;margin-right:3%;min-height:200px;height:200px auto}
.sh_site_map_title{font-size:1.4em;color:#515151}
.sh_site_map_title a{color:#515151}
.sh_site_map_line{border-bottom:2px solid #8b8b8b;margin:10px 0}
.sh_site_map_box{width:90%;margin:0 auto;background:#f7f7f7;border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;min-height:80px}
.sh_site_map_txt{font-size:1em;line-height:1.2em;color:#666;font-weight:bold;padding:5px}
.sh_site_map_txt a{color:#666}

#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none}
