@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

/* html {overflow-x:hidden;} */

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain.w1200 {max-width: 1260px;}
.contain:after {content:""; display:block; clear:both;}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */
#header {position: absolute; top:0; left:0; width:100%;z-index:90; background:transparent;}
#header .contain {position:relative;}

.sitelogo {position:absolute; top:50%; left:30px; margin-top:-28px; z-index:2;}
.sitelogo a {display: block;}

#gnb {text-align:center;}
#gnb > ul {display:flex;justify-content:flex-end;}
#gnb > ul > li {position:relative; padding:0 37px; text-align:center;}
#gnb > ul > li > a {display:block; font-family: 'Montserrat', sans-serif; color: #fff; font-size:18px; font-weight:500; line-height:80px; letter-spacing: -.01em;}
#gnb > ul > li.active a {color: #f92828; font-weight: 600;}

#gnb .submenu {display:none; position:absolute; left:50%; margin-left: -76px; width:153px; border-top: 2px solid #f92828; z-index: 51;}
#gnb .submenu ul {position: relative; background: rgba(0,0,0,.67); padding: 15px 5px;}
#gnb .submenu ul li {position: relative;}
#gnb .submenu ul li a {display:block; padding: 10px 0; color: #fff; font-weight: 300; font-size: 17px; line-height: 1.5em; letter-spacing: -.01em;}
#gnb .submenu ul li a:hover {color: #ffae00; font-weight: 400;}

#header.header-hover {background: rgba(0,0,0,.67);}


/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:28px; height:32px; margin-top:-16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0px; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-11px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-11px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; width:250px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li:nth-child(3)>a:after {display: none;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#e93637;}
.mobile-navigation .nav-menu .submenu {display:none; background:#e93637; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu ul li a br {display: none;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; right:15px; top:18px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:2px; background-color:#333;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.mobile-navigation .close:before {transform:rotate(90deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-90deg); transition-property:transform;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#1191d0; height:2px;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);}
html.menu-opened .close:before {transform:rotate(45deg);}
html.menu-opened .close:after {transform:rotate(-45deg);}

/* intro */
.loading {position: absolute; top: 0; left: 0; width: 100%; height: 100vh; background: #fff; z-index: 100;}
.loading .inner {display: flex;justify-content: center;align-items: center; height: 100%; padding: 15px;}
.loading .inner img {animation:loading 1.2s ease-in forwards;}
@keyframes loading {
  from {filter: grayscale(0);}
  to {filter: grayscale(1);}
}

.intro-wrap {display: table; padding: 20px 0; width: 100%; min-height: 100vh; background: no-repeat url("../images/main/bg_intro.jpg") center center / cover;}
.intro-wrap .cell {display: table-cell; vertical-align:middle;}
.intro-wrap .contain {max-width: 1100px;}

.intro-wrap .col-wrap {display: flex;justify-content: space-between; margin: 45px 0; text-align: center;}
.intro-wrap .col-wrap .col {width: calc(33.33333% - 35px);}
.intro-wrap .col-wrap .col a {position: relative; display: block; padding: 60px 10px 80px; border-radius:10px; transition:none; height: 100%;}
.intro-wrap .col-wrap .col a:after {content:''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid rgba(255,255,255,.7); border-radius:inherit;}
.intro-wrap .col-wrap .col .icon {background: no-repeat url("../images/main/icon_intro.png") center center / contain;}
.intro-wrap .col-wrap .col .icon img {visibility: hidden;}
.intro-wrap .col-wrap .col .tit {font-size: 24px; line-height: 1.375em; letter-spacing: -.01em; color: #fff;}
.intro-wrap .col-wrap .col .tit:before {content:''; display: block; width: 34px; height: 3px; background: #fff; margin: 23px auto 25px;}
.intro-wrap .col-wrap .col .view {display: none; position: absolute; width: 100%; left: 0; bottom: -20px; z-index: 1;}
.intro-wrap .col-wrap .col .view span {display: inline-block; min-width: 144px; line-height: 40px; background: #f92828; color: #fff; border-radius:20px;}

.intro-wrap .col-wrap .col a:hover {background: rgba(255,255,255,.87);}
.intro-wrap .col-wrap .col a:hover:after {border-color:#f92828;}
.intro-wrap .col-wrap .col a:hover .icon {background-image:url("../images/main/icon_intro_on.png");}
.intro-wrap .col-wrap .col a:hover .tit {color: #2d2d2d;}
.intro-wrap .col-wrap .col a:hover .tit:before {background: #484848;}
.intro-wrap .col-wrap .col a:hover .view {display: block;}


/* main */
.main-visual {position:relative;}
.main-visual .item {}
.main-visual .item img {width: 100%;}

.main-visual .slick-arrow {position:absolute; top:50%; width:71px; height:71px; margin-top:-35px; z-index:50; background-size: 29px; background-color:transparent; opacity:.3; background-position:50% 50%; background-repeat:no-repeat; border:1px solid #fff; border-radius:100%; overflow:hidden; text-indent:-9999em;}
.main-visual .slick-prev {background-image:url("../images/main/slide_prev.png"); left:50px;}
.main-visual .slick-next {background-image:url("../images/main/slide_next.png"); right:50px;}

.main-visual .slick-dots {position:absolute; bottom:30px; left:50%; transform:translateX(-50%);}
.main-visual .slick-dots li {display:inline-block; margin: 0 4px;}
.main-visual .slick-dots button{width:12px; height:12px; border-radius:100%; background:#696969; border: 0; text-indent:-999em; font-size:0; line-height:0;}
.main-visual .slick-dots li.slick-active button {background:#f92828;}


.m-sec {padding: 70px 0; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.m-sec .contain {position: relative;}

.m-sec .btn-more {position: absolute; right: 50px; top: 50px; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 600; line-height: 1.5; letter-spacing: -.01em;}
.m-sec .btn-more.white {color: #fff;}

.m-sec .slider {position: relative; padding: 0 20px;}
.m-sec .roll-btn {}
.m-sec .roll-btn .slick-arrow {position:absolute; top:50%; width:22px; height:41px; margin-top:-20px; z-index:50; background-size: contain; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em;}
.m-sec .roll-btn .slick-arrow:hover {opacity:1;}
.m-sec .roll-btn .slick-prev {background-image:url("../images/main/m_slide_prev.png"); left:-60px}
.m-sec .roll-btn .slick-next {background-image:url("../images/main/m_slide_next.png"); right:-60px}

.m-head {font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 600; line-height: 1.4; letter-spacing: -.01em; text-align: center; margin-bottom: 45px;}
.m-head .dot {display: inline-block; width: 7px; height: 7px; background: #f02727;}
.m-head.white {color: #fff;}


.main-production {background-image:url("../images/main/bg_main_production.jpg");}
.main-production .production-list ul {display: block;}
.main-production .production-list ul li {margin-bottom: 0;}

.main-youtube {background-color: #232323;}

.main-twitter {background-image:url("../images/main/bg_main_twitter.jpg");}

/* sub */
.sub-visual {display:table; table-layout:fixed; width:100%; height:250px; overflow:hidden; text-align: center; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle; padding:20px;}
.sub-visual h2 {font-family: 'Montserrat', sans-serif; font-size:32px; font-weight: 600; line-height:1.5em; letter-spacing: -.01em;}

.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg")}

.lnb {position: relative; text-align:center; border-bottom: 1px solid #ddd; z-index: 1;}
.lnb .contain {max-width:1400px; padding: 0;}
.lnb ul {display:flex; border-left: 1px solid #ddd; box-sizing: border-box;}
.lnb ul li {flex:1; position:relative; border-right: 1px solid #ddd; display: table; background: #fff; min-height: 60px;}
.lnb ul li a {display:table-cell; vertical-align:middle; font-size:22px; line-height:1.3em; white-space:nowrap; transition:none; padding: 0 10px;}
.lnb ul li.active a {font-weight: 700;}
.lnb ul li.active:after {content:''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #f92828;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width: 100%; padding-left: 0; padding-right: 0;}

.sub-title {padding: 60px 0 45px; text-align:center;}
.sub-title h2 {font-size:32px; font-weight: 600; line-height:1.3em; letter-spacing: -.01em;}
.sub-title h2 .dot {display: inline-block; width: 7px; height: 7px; background: #f02727;}

.real-cont {min-height:300px; padding-bottom:150px;}


/* footer */
#footer {border-top: 2px solid #ee2c2d;}
#footer .contain {display: flex;align-items: center;}

.foot-links {background: #333; color: #c3c3c3; font-weight: 600;}
.foot-links ul {display: flex;}
.foot-links ul li {}
.foot-links ul li a {display: block;}

.foot-links .f-doc {flex: 1 1 auto; min-width: 0; width: 1%;}
.foot-links .f-doc li {margin-right: 54px;}

.foot-links .f-sns {margin-right: 25px;}
.foot-links .f-sns li {padding: 0 15px;}
.foot-links .f-sns li img {vertical-align: middle;}

.foot-logo {width: 170px;}
.foot-info {background: #49494b; padding: 35px 0 50px;}
.foot-info address {flex: 1 1 auto; min-width: 0; width: 1%; font-style:normal;}
.foot-info address span {display: inline-block; color: #fff; margin-right: 26px;}

.foot-info .copyright {display: block; color: #7e7e7e; font-size: 0.938em; line-height: 1.4; margin-right: 0;}
.foot-info .copyright a {display: inline-block; margin-left: 30px;}

.scroll-top {position: relative; width:50px; height:50px; z-index:101; background: #ee2c2d; padding: 20px 16px 15px 16px;}
.scroll-top:after {content:''; position: absolute; width: 16px; height: 16px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(-45deg);}

