@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Poppins:500,600,700&display=swap');
@font-face{font-family:'GongGothicLight';src:url('/css/GongGothicLight.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'GongGothicMedium';src:url('/css/GongGothicMedium.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'GongGothicBold';src:url('/css//GongGothicBold.woff') format('woff');font-weight:normal;font-style:normal}

*{-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_pop{display:flex;justify-content:center;align-items:center}
#sh_wrapper{position:relative;max-width:1920px;width:100%;margin:0 auto}
#sh_wrapper.index{overflow:hidden;min-width:1200px;background-color:#12141f}

/* HEADER */
#sh_hd{position:relative;z-index:20;min-width:1200px;width:100%;font-family:'notokr-regular'}

/* INDEX */
#sh_section{position:relative;z-index:10;min-width:1200px;width:100%;font-size:17px;color:#8a8796;line-height:1.8;font-family:'GongGothicLight'}
#sh_section b{font-weight:normal}

/*M_slide*/
#m_mainVisual{position:relative}
#m_mainVisual {background:#fff}
#m_mainVisual .swiper-button-next:after, .swiper-button-prev:after{color:#fff}

/* fade  */
.animated{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.2s;animation-delay:.2s}
@-webkit-keyframes fadeInUp{from{opacity:0}to{opacity:1;-webkit-transform:translateY(0)}}
@keyframes fadeInUp{from{opacity:0}to{opacity:1;transform:translateY(0)}}

.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-delay:.2s;animation-delay:.2s}
@-webkit-keyframes fadeInLeft{from{opacity:0}to{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInLeft{from{opacity:0}to{opacity:1;transform:translateX(0)}}

/* CONTAINER */
#sh_container{position:relative;min-width:1420px;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:""}

/* SUB */
#sub_main_banner{overflow:hidden;position:relative;min-width:1200px;width:100%;font-family:'GongGothicLight'}

/* SNB */
#sh_aside{position:relative;z-index:15;width:100%;font-family:'GongGothicLight'}
#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:1200px;min-height:580px;margin:0 auto;padding:60px 0}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* 하단메뉴 */
#sh_ft{position:relative;z-index:10;min-width:1200px;width:100%;border-top:1px solid #e0e2e8;font-size:14px;color:#8a8796;font-family:'GongGothicLight'} 
#sh_ft b{font-weight:normal}
#sh_ft .inner{overflow:hidden;position:relative;width:1200px;margin:0 auto}
#sh_ft .ft_mn{position:relative;width:1200px;margin:0 auto;height:75px;line-height:75px}
#sh_ft .ft_mn li{float:left}
#sh_ft .ft_mn li:not(:first-child):before{display:inline-block;vertical-align:-2px;content:"";width:1px;height:12px;margin:0 14px;background-color:#ddd}
#sh_ft .ft_mn li a{color:#8a8796}
#sh_ft .ft_mn li:hover{cursor:pointer;text-decoration:underline}
#sh_ft .copy{padding:50px 0 30px;border-top:1px solid #e0e2e8;line-height:30px}
#sh_ft .ft_logo{float:left;width:120px;margin-right:50px;-webkit-filter:grayscale(100%);filter: gray;opacity:.6}
#sh_ft .add{float:left}
#sh_ft .add .bold{font-size:18px;color:#666}
#sh_ft .add .blue{color:#0079ec}
#sh_ft .add .link_btn{margin-top:15px;font-size:13px;color:#bdbbc2}
#sh_ft .add .link_btn a{color:#bdbbc2}
#sh_ft .add .link_btn a.adm:after{display:inline-block;vertical-align:-1px;content:"";width:1px;height:9px;margin:0 8px;background-color:#ddd}
#sh_ft .add .link_btn b{margin-left:25px}
#sh_ft .cs{float:right}
#sh_ft .cs dt{font-size:15px;color:#1b1438}
#sh_ft .cs dd{font-size:13px;line-height:22px}
#sh_ft .cs .tel{padding:10px 0;font-size:17px;color:#0079ec;font-family:'GongGothicMedium'}
#sh_ft .cs dd span{display:inline-block;}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{width:32%;float:left;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:240px;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}

#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none}
