@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
html {
    font-family: "Roboto", "Noto Sans KR", 'NanumSquare', sans-serif;
  }
  
body {
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto','NanumSquare', sans-serif;
}
.sub_title {
    font-family: 'NanumSquareBold';
}
 strong, span, h1, h2, h3, h4 {
    font-family: 'NanumSquare', sans-serif;
}
p {
    font-family: 'Noto Sans KR', sans-serif;
}
li,
ol,
ul {
    list-style: none;
}
html {
    scroll-behavior: smooth;
} 
a {
    text-decoration: none !important;
}
.imgArea {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
/*탑버튼 css*/
.topBtn {
    width: 100px;
/*    height: 100px;*/
    position: fixed;
    right: 10px;
    bottom: 20px;
    transform: translate(-50%,-50%);
    z-index: 9999;
}
.topBtn>img {
    display: block;
    
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

.area {
    max-width: 1420px;
    margin: 0px auto;
}

/*헤더*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgb(0 0 0 / 42%);
    box-sizing: border-box;
    z-index: 450;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#header:hover,
.sub #header {
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
}
#header:hover #topmenu > ul > li > a > span {
    color: black;
}
#header:hover #topmenu > ul > li > a > span:hover {
    color: #ffce0b;
}
.headerWrap {
    position: relative;
    margin: 0 auto;
}

#logo_InnerWrap {
    position: absolute;
    top: 35px;
    left: 20px;
}

.headerWrap h1 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 225px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 50;
}

.headerWrap h1 a {
    display: block;
}

.headerWrap h1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    vertical-align: top;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.headerWrap h1 img.logo {
    opacity: 0;
    filter: alpha(opacity=0);
    -mox-opacity: 0;
}

.headerWrap .h_util {
    position: absolute;
    top: 35px;
    right: 20px;
    z-index: 50;
}

.headerWrap .h_util .login_util {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 0;
}

.headerWrap .h_util .login_util li {
    position: relative;
    float: left;
    padding-left: 17px;
    margin-left: 16px;
    font-size: 13px;
    font-weight: 300;
}

.headerWrap .h_util .login_util li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.headerWrap .h_util .login_util li a {
    color: #333;
}

.headerWrap .h_util .login_util li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 9px;
    transform: translateY(-50%);
    background: #333;
}

.headerWrap .h_util .login_util li:first-child:before {
    display: none;
}

.headerWrap .h_util .lang_util {
    display: inline-block;
    margin-left: 25px;
    position: relative;
    vertical-align: middle;
}

.headerWrap .h_util .lang_util .lang {
    width: 66px;
    height: 40px;
    border: 1px solid #333;
    font-size: 13px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    line-height: 38px;
    cursor: pointer;
}

.headerWrap .h_util .lang_util .lang span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}

.headerWrap .h_util .lang_util .lang span:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    transform: translateY(-20%);
    border-style: solid;
    border-width: 5px;
    border-color: #333 transparent transparent transparent;
}

.headerWrap .h_util .lang_util ul {
    display: none;
    position: absolute;
    top: 39px;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #222;
    background: #fff;
    box-sizing: border-box;
}

.headerWrap .h_util .lang_util ul li {
    font-size: 13px;
    line-height: 25px;
}

.headerWrap .h_util .lang_util ul li a {
    display: block;
    padding: 0 8px;
    color: #222;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.headerWrap .h_util .lang_util ul li a:hover {
    color: #ffce0b;
}

#topmenu {
    position: absolute;
    top: 0;
    left: 50%;
    padding-bottom: 10px;
    transform: translateX(-55%);
    z-index: 10;
}

#topmenu > ul {
    font-size: 0;
    padding: 0;
}

#topmenu > ul > li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 100px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: top;
}

#topmenu > ul > li > a {
    position: relative;
    display: block;
    padding: 0 40px;
    font-family: 'Noto Sans KR', Noto Sans KR, Sans-serif;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#topmenu > ul > li:hover > a,
#topmenu > ul > li > a.on {
    color: #ffce0b !important;
}

#topmenu > ul > li > a > span {
    position: relative;
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
}

#topmenu > ul > li > a > span:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    transform: translateX(-50%);
    background: #ffce0b;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#topmenu > ul > li > a.on > span:after,
#topmenu > ul > li:hover > a > span:after {
    width: 100%;
    opacity: 1;
}

#submenu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background: #fff;
}

#submenu .sm_list {
    display: none;
}

#submenu .sm_tt {
    position: relative;
    float: left;
    width: 270px;
    font-family: 'Noto Sans KR', Noto Sans KR, Sans-serif;
}

#submenu .sm_tt:after {
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    width: 433px;
    height: 263px;
}

#submenu .sm_tt strong {
    position: relative;
    display: block;
    font-size: 40px;
    font-weight: 500;
    color: #222;
    z-index: 1;
}

#submenu .sm_tt p {
    position: relative;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    word-break: keep-all;
    z-index: 1;
}

#submenu .menu {
    position: relative;
    float: right;
    width: calc(100% - 365px);
    min-height: 203px;
    padding-right: 350px;
    box-sizing: border-box;
}

#submenu .menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 290px;
    width: 1px;
    height: 100%;
    background: #dfdfdf;
}

#submenu .menu dl {
    overflow: hidden;
}

#submenu .menu dl dt {
    width: 45%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}

#submenu .menu dl dt a {
    position: relative;
    display: inline-block;
    padding-right: 17px;
    color: #222;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
}

#submenu .menu dl dt a:hover,
#submenu .menu dl.on dt a {
    color: #ffce0b;
}

#submenu .menu dl dt.depth a:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 11px;
    height: 11px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#submenu .menu dl dt.depth a:hover:after,
#submenu .menu dl.on dt.depth a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

#submenu .menu dl dd {
    display: none;
    position: absolute;
    top: 0;
    left: 330px;
}

#submenu .menu dl dd ul li {
    font-size: 15px;
    font-weight: 300;
    line-height: 36px;
}

#submenu .menu dl dd ul li a {
    color: #555;
}

#submenu .menu dl dd ul li a:hover {
    font-weight: 400;
    color: #ffce0b;
}

#submenu .sm_list.li02 .menu:before {
    display: none;
}

#submenu .sm_list.li02 .menu {
    overflow: hidden;
}

#submenu .sm_list.li02 .menu dl,
#submenu .sm_list.li01 .menu dl {
    float: left;
    width: 45%;
}

#submenu .sm_list.li02 .menu dl:nth-child(2n),
#submenu .sm_list.li01 .menu dl:nth-child(2n) {
    padding-left: 6%;
    box-sizing: border-box;
}

#inner {

    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    box-sizing: border-box;
}

#submenu .sm_list.li02 .menu dl dt,
#submenu .sm_list.li01 .menu dl dt {
    width: 100%;
}

#submenu .sm_list.li02 .menu dl dt a {
    display: block;
    padding: 0;
}

#submenu .li03 .menu:before,
#submenu .li05 .menu:before,
#submenu .li01 .menu:before {
    display: none;
}

#submenu .li01 .menu {
    background: url('../img/menu-Img.jpg') no-repeat right top;
}

#submenu .li02 .menu {
    background: url('../img/menu-Img.jpg') no-repeat right top;
}

#submenu .li03 .menu {
    background: url('../img/menu-Img.jpg') no-repeat right top;
}

#submenu .li04 .menu {
    background: url('../img/menu-Img.jpg') no-repeat right top;
}

#submenu .li05 .menu {
    background: url('../img/menu-img01.png') no-repeat right top;
}
.slick-track .slick-slide > div {
    height: 100%;
}
/*푸터*/
#footer {
    background: #f2f2f2;
    padding: 1rem;    
}
footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
.slick-slider > div {
    height: 100%;
}
.footCnt .pc {
    font-size: 0.8rem;
    font-weight: 300;
    color: #777;
}

.footCnt .pc > span {
    padding-right: 21px;
    margin-right: 18px;
    position: relative;
    line-height: 27px;
    color: #333;
}

.footCnt .pc > span::after {
    content: '';
    position: absolute;
    top: 19%;
    right: 0;
    height: 10px;
    width: 1px;
    background: #bbb;

}

.btn_menu {
    display: inline-block;
    width: 35px;
    margin-left: 12px;
    cursor: pointer;
    z-index: 600;
    vertical-align: middle;
}

.bar1,
.bar2,
.bar3 {
    float: right;
    width: 100%;
    height: 2px;
    background-color: #333;
    margin-top: 9px;
    transition: 0.4s;
}

.bar1 {
    margin-top: 0;
}

/*메뉴*/
.allmenu_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 501;
}

#allmenu {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 10;
}

#allmenu .allmenu_top {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #222;
}

#allmenu .allmenu_top .login_util {
    overflow: hidden;
    margin-bottom: 0;
    padding: 0;
}

#allmenu .allmenu_top .login_util li {
    float: left;
    width: 130px;
    height: 35px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 33px;
}

#allmenu .allmenu_top .login_util li a {
    display: block;
}

#allmenu .allmenu_top .login_util li:first-child a {
    color: #fff;
}

#allmenu .allmenu_top .btn__close_menu {
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    width: 35px;
    transform: translateY(-50%);
    cursor: pointer;
}

#allmenu .allmenu_top .btn__close_menu .bar1 {
    background: #222;
    -webkit-transform: rotate(-45deg) translate(-9px, 8px);
    transform: rotate(-45deg) translate(-9px, 8px);
}

#allmenu .allmenu_top .btn__close_menu .bar2 {
    opacity: 0;
}

#allmenu .allmenu_top .btn__close_menu .bar3 {
    background: #222;
    -webkit-transform: rotate(45deg) translate(-9px, -9px);
    transform: rotate(45deg) translate(-8px, -7px);
}

#allmenu .am_tab {
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}

#allmenu .am_tab li {
    position: relative;
    float: left;
    width: 20%;
    padding: 20px 0;
    border-left: 1px solid #dfdfdf;
    background: #f8f9f6;
    font-weight: 500;
    color: #222;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

#allmenu .am_tab li:first-child {
    border-left: none;
}

#allmenu .am_tab li span {
    display: block;
    padding: 0.5rem 0;
    line-height: 25px;
    
}

#allmenu .am_tab li.on {
    background: #fff;
    color: #ffce0b;
}

#allmenu .am_tab li.on:after {
    width: 100%;
}

#allmenu .am_box {
    display: none;
}

#allmenu .am_box dl dt {
    position: relative;
    padding: 0 20px;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
    font-weight: 500;
    color: #222;
    line-height: 60px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

#allmenu .am_box dl dt a {
    display: block;
    color: #222;
}

#allmenu .am_box dl dt i {
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    overflow: hidden;
}

#allmenu .am_box dl dt i:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #222;
}

#allmenu .am_box dl dt i:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    background: #222;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#allmenu .am_box dl dd {
    display: none;
    padding: 0 35px;
    border-bottom: 1px solid #dfdfdf;
    background: #f8f9f6;
}

#allmenu .am_box dl dd .tt {
    display: block;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 500;
    line-height: 60px;
    color: #000;
    font-weight: bold;
}

#allmenu .am_box dl dd ul {
    padding: 15px 0;
}

#allmenu .am_box dl dd ul li {
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
}

#allmenu .am_box dl dd ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    background: #555;
    transform: translateY(-50%);
    border-radius: 100%;
}

#allmenu .am_box dl dd ul li a {
    display: block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #333;
}

#allmenu .am_box dl dd ul li a:hover {
    color: #ffce0b;
}
.am_tab {
    padding: 0;
}
#allmenu .am_box dl.on dt {
    color: #ffce0b;
}

#allmenu .am_box dl.on dt i:before {
    background: #ffce0b;
}

#allmenu .am_box dl.on dt i:after {
    background: #ffce0b;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
#allmenu .am_tab {
    margin-bottom: 0;
}
.allmenu_wrap .allmenu_bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.sub_title {
    font-size: 1.8rem;
}
@media only screen and (max-width:640px){ 

#allmenu .am_tab li {
    padding: 3% 0;
    font-size: 3.8vw;
}
.mo_mainImg {
    display: block !important;
    width: 100%;
    height: 640px;
}
.mo_mainImg img {
    width: 100%;
    height: 100%;
}
}
/*모바일*/
        @media only screen and (max-width:1280px) {

            #topmenu,
            #submenu,
            .headerWrap .h_util .login_util {
                display: none;
            }
            .topBtn {
                display: none;
            }
            .VideoArea {
                display: none;
            }
        }
@media (min-width:992px) { 

    .btn_menu{
        display: none;
    }
    .mo_mainImg {
        display: block;
    }
    

}
@media (min-width: 320px) and (max-width: 480px) {
    .mo_mainImg {
        display: block !important;
        width: 100%;
        height: 640px;
    }
    .mo_mainImg img {
        width: 100%;
        height: 100%;
    }
    .mainSlide {
        display: block;
        width: 100%;
        height: 100%;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 33.33333% !important;
}
.comapnyCon02 .company-left .item > div img {
    height: auto;
    object-fit: contain;
}
}
