@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */
#wrapper {position:relative; overflow:hidden;}

#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}

/* header */
#header {position:absolute; top:0; left:0; width:100%; background:transparent; height:100px; z-index:90; letter-spacing:-.02em;}
#main #header:hover {background:#fff;}
.fp-viewing-Main #header {background:transparent;}
.fp-viewing-Object #header,
.fp-viewing-Collection #header,
.fp-viewing-Press #header,
.fp-viewing-Foot #header {background:#fff;}
#sub #header {position:relative; border-bottom:1px solid #dfdfdf;}
#header .contain {position:relative; max-width:1230px; margin:0 auto; z-index:20}
#header .sitelogo a {display:block; position:absolute; top:50%; transform:translateY(-50%); left:15px; z-index:10;}
#header .sitelogo.logo-w a {display:none;}
.fp-viewing-Main #header.header-white .sitelogo.logo-b a {display:none;}
.fp-viewing-Main #header.header-white .sitelogo.logo-w a {display:block;}
.fp-viewing-Main #header.header-white:hover .sitelogo.logo-w a {display:none;}
.fp-viewing-Main #header.header-white:hover .sitelogo.logo-b a {display:block;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; text-align:center; padding:0 30px;}
#gnb>ul>li>a {position:relative; display:inline-block; color:#2c2c2c; font-size:19px; line-height:100px; font-weight:500; }
#gnb>ul>li.active>a {color:#b70007;}
#gnb>ul>li.active>a:after {content:''; width:20px; height:3px; background:#b70007; position:absolute; position:absolute; left:50%; margin-left:-10px; bottom:20px;}
.fp-viewing-Main #header.header-white #gnb>ul>li>a {color:#fff;}
.fp-viewing-Main #header.header-white:hover #gnb>ul>li>a {color:#2c2c2c;}
#gnb .submenu {position:absolute; top:100px; height:100%; left:50%; transform:translateX(-50%); display:none;}
#gnb .submenu ul {display:flex; flex-direction:column; white-space:nowrap; background:#fff; text-align:center; min-width:200px; padding:10px 0; box-shadow:0px 5px 5px rgba(0,0,0,0.1);}
#gnb .submenu ul li {padding:0; text-align:center;}
#gnb .submenu ul li a {display:inline-block; color:#505050; padding:5px 0; font-size:17px; line-height:2em; font-weight:400; position:relative; }
#gnb .submenu ul li:hover a {color:#b70007;}
.lang {position:absolute; top:50%; transform:translateY(-50%); right:15px;}
.lang ul {display:flex; margin:0 -10px;}
.lang ul li {padding:0 10px; position:relative;}
.lang ul li:first-child:after {content:''; width:1px; height:14px; margin-top:-7px; position:absolute; top:50%; right:0; background:#dfdfdf;}
.lang ul li a {display:block; width:40px; line-height:40px; text-align:center; font-size:15px; color:#505050; background:transparent;}
.lang ul li.circle a {background:#2c2c2c; border-radius:50%; color:#fff;}
.fp-viewing-Main #header.header-white .lang ul li a {color:#fff;}
.fp-viewing-Main #header.header-white:hover .lang ul li a {color:#505050;}
.fp-viewing-Main #header.header-white:hover .lang ul li.circle a {color:#fff;}
.m-lang {position:absolute; top:15px; left:15px;}
.m-lang ul {display:flex; margin:0 -10px;}
.m-lang ul li {padding:0 10px; position:relative;}
.m-lang ul li:first-child:after {content:''; width:1px; height:14px; margin-top:-7px; position:absolute; top:50%; right:0; background:#dfdfdf;}
.m-lang ul li a {display:block; width:40px; line-height:40px; text-align:center; font-size:15px; color:#505050; background:transparent;}
.m-lang ul li.circle a {background:#2c2c2c; border-radius:50%; color:#fff;}

.contain {position:relative; max-width:1230px; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit;}
/* main */
.main-visual {width:100vw; height:100vh; position:relative;}
.main-visual .swiper-wrapper {position:relative;}
.main-visual .secting-img {width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; object-fit:cover;}

.main-visual .swiper-pagination {position:absolute; bottom:60px; right:360px; margin:0 -5px;}
.main-visual .swiper-pagination-bullet {width:50px; height:4px; background:#fff; margin:0 5px; border-radius:0; opacity:1;}
.main-visual .swiper-pagination-bullet-active {background:#b70007;}
.main-visual .swiper-slide .txt {position:absolute; top:50%; transform:translateY(-50%); width:100%; left:0; padding:0 15px; z-index:1;}
.main-visual .swiper-slide .txt p { font-weight:300; font-size:28px; line-height:1.4em; color:#000; margin-bottom:50px;}
.main-visual .swiper-slide.c_white .txt p {color:#fff;}
.main-visual .swiper-slide .txt p strong {font-weight:700; display:block; font-size:56px; margin-bottom:20px; line-height:1.1em;}
.main-visual .swiper-slide.item02 .txt p {color:#fff;}
.main-visual .swiper-slide .txt a {display:inline-block; line-height:44px; border:1px solid #2c2c2c; border-radius:23px; padding:0 80px 0 32px; font-weight:500; position:relative;}
.main-visual .swiper-slide .txt a:after {content:''; width:18px; height:18px; position:absolute; right:30px; top:50%; margin-top:-9px; background-image:url('../images/bbs/main-arrow.png'); background-repeat:no-repeat; background-size:cover;}
.main-visual .swiper-slide.item02 .txt a {border-color:#fff; color:#fff;}
.main-visual .swiper-slide.item02 .txt a:after {background-image:url('../images/bbs/main-arrow-w.png');}

.main-visual .scroll_down {display:inline-block; font-size:16px; font-weight:700; color:#fff; position:absolute; left:50%; transform:translateX(-50%); bottom:50px; z-index:1;
	-webkit-animation: bounce2 .9s linear infinite alternate;
	-moz-animation: bounce2 .9s linear infinite alternate;
	-o-animation: bounce2 .9s linear infinite alternate;
	-ms-animation: bounce2 .9s linear infinite alternate;
	animation: bounce2 .9s linear infinite alternate;
}
@-moz-keyframes bounce2{from{bottom:70px;}to{bottom:80px;}}
@-webkit-keyframes bounce2{from{bottom:70px;}to{bottom:80px;}}
@-o-keyframes bounce2{from{bottom:70px;}to{bottom:80px;}}
@keyframes bounce2{from{bottom:70px;}to{bottom:80px;}}


.section1 ul {display:flex;}
.section1 ul li {width:33.333333%;}
.section1 ul li a {display:block; height:100vh; position:relative;}
.section1 ul li a .secting-img {position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.section1 ul li a .txt {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center;}
.section1 ul li a .txt p {font-size:34px; line-height:1.1em; color:#fff; margin-bottom:30px;}
.section1 ul li a .txt span {display:inline-block; width:54px; height:54px; background-color:rgba(204,204,204,0.6); border-radius:50%; background-image:url('../images/bbs/arrows.png'); background-repeat:no-repeat; background-size:33.3%; background-position:center center;}
.section1 ul li a:hover .txt span {background-color:#b70007;}
/* title */
.section-common .tit {text-align:center; margin-bottom:60px; padding:0 15px;}
.section-common .tit h3 {font-size:44px; font-weight:500; color:#2c2c2c; line-height:1.1em; margin-bottom:20px;}
.section-common .tit p {font-size:18px; color:#505050;}
/* slide */
.section-common .items {margin:0 -15px;}
.section-common .items .slick-list.draggable {padding:0 355px !important;}
.section-common .item {margin:0 15px;}

.section-common .item a {display:block;}
.section-common .item .pic {position:relative; height:0; padding-bottom:90.03%; overflow:hidden;}
.section-common .item .pic img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}
.section-common .item .img-box {position:relative;}
.section-common .item a:hover .over {display:block;}
.section-common .item .over {display:none; position:absolute; width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(0,0,0,0.6);}
.section-common .item .over:after {content:''; width:40px; height:40px; background:url('../images/main/more.png'); position:absolute; top:50%; left:50%; margin-top:-20px; margin-left:-20px; background-size:cover;}
.section-common .wrap-arrow {display:flex; margin-top:40px; justify-content:center;}
.section-common .main-arrow {width:40px; height:38px; text-align:center; background-size:cover; background-repeat:no-repeat; cursor:pointer; display:block; margin:0 20px;}
.section-common .main-prev {background-image:url('../images/main/main-prev.png');}
.section-common .main-next {background-image:url('../images/main/main-next.png');}
.section-common .main-prev:hover {background-image:url('../images/main/main-prev-on.png');}
.section-common .main-next:hover {background-image:url('../images/main/main-next-on.png');}

.section2 {background-image:url('../images/main/collection-bg.jpg'); background-repeat:no-repeat; background-size:cover;}
.section2 .item .txt {background:#f4f4f4; text-align:center;}
.section2 .item .txt p {font-size:14px; font-weight:700; color:#b70007; line-height:1.5em; margin-bottom:12px;}
.section2 .item .txt h4 {font-size:20px; line-height:1.3em; color:#2c2c2c;}

.section3:after {content:''; height:50%; width:100%; background:#f4f4f4; position:absolute; bottom:0; left:0; z-index:-1;}
.section3 .wrap {margin-top:60px;}
.section3 .wrap-arrow {margin-bottom:30px;}
.section3 .txt {text-align:center;}
.section3 .txt h4 {font-size:28px; color:#2c2c2c; font-weight:500; line-height:1.3em; position:relative; padding-bottom:20px; margin-bottom:26px;}
.section3 .txt h4:after {content:''; width:20px; height:3px; background:#000; left:50%; margin-left:-10px; bottom:0; position:absolute;}
.section3 .txt p {font-weight:500; color:#2c2c2c; line-height:1.8em;}
.section3 .txt br {display:none;}
/* footer */
#footer {background:#2c2c2c;}
#footer address {font-style:normal;}
#footer .wrap {padding:50px 0;}
.foot-group {display:flex; align-items:center; justify-content:space-between;}
.foot-info .tit {display:flex; color:#fff; margin-bottom:14px;}
.foot-info .tit h4 {font-size:16px; font-weight:700; margin-right:35px;}
.foot-info ul {display:flex;}
.foot-info ul li {margin:0 10px;}
.foot-info ul li a {display:block; padding-left:20px; font-size:14px; position:relative;}
.foot-info ul li a:before {content:''; width:15px; height:15px; left:0; top:50%; transform:translateY(-50%); background-image:url('../images/common/foot-icon.png'); background-repeat:no-repeat; background-size:cover; position:absolute;}
.foot-info address p {font-size:14px; line-height:1.7em; color:#ccc;}
.foot-info address p.copy {font-size:12px; line-height:1.8em; margin-top:20px;}
#main .scroll-top {display:block !important;}
.scroll-top {position:fixed; bottom:250px; right:60px; width:74px; height:66px; padding-top:36px; text-align:center; border:1px solid #ddd; font-size:12px; line-height:1.5em; color:#505050; font-family:'Noto Sans KR'; box-shadow:3px 3px 0px rgba(0,0,0,0.05); background:#fff; z-index:99;}
.scroll-top:before {content:''; width:12px; height:8px; top:20px; left:50%; margin-left:-6px; background-image:url('../images/bbs/scroll-top.png'); background-repeat:no-repeat; background-size:cover; position:absolute;}
#main .scroll-top {display:block !important;}
.fp-viewing-Main .scroll-top {opacity:0;}
/* sub page */
.sub-visual {display:none;}
/*
.sub-visual {position:relative; height:875px; z-index:10; margin-top:-100px;}
.sub-visual .background {position:absolute; top:0; left:0; width:100%; height:100%; background-position:center; background-size:cover;}
*/

.sub-title {margin:80px 0 70px; letter-spacing:-.02em; text-align:center;}
.sub-title h2 {font-size:42px; line-height:1.1em; color:#2c2c2c; margin-bottom:20px;}
.sub-title ul {display:flex; justify-content:center;}
.sub-title ul li {margin-right:10px; padding-right:15px; position:relative; font-size:14px; line-height:1.6em; color:#505050; font-weight:300;}
.sub-title ul li:after {content:''; width:5px; height:10px; position:absolute; top:50%; margin-top:-5px; right:0; background:url('../images/bbs/tit-arrow.png') no-repeat;}
.sub-title ul li:last-child {padding-right:0; margin-right:0;}
.sub-title ul li:last-child:after {display:none;}
.sub-title ul li.home {padding-left:20px;}
.sub-title ul li.home:before {content:''; width:15px; height:12px; position:absolute; top:50%; margin-top:-6px; left:0; background:url('../images/bbs/home-icon.png') no-repeat;}
.sub-title p {margin-bottom:60px; font-size:16px; font-weight:600; color:#505050; text-align:center; line-height:1.8em;}

.real-cont {letter-spacing:-.02em; margin-bottom:100px;}


/* for mobile */
.only-mobile {display:none;}
.btn-m-menu {display:none; position:absolute; top:29px; right:15px; width:30px; height:22px;  text-align:center; text-indent:-9999em; z-index:220; transition:all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px;background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#242424; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}
.mobile-navigation {position:fixed; top:0; right:0; padding:80px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;}
.mobile-navigation .logo {margin-bottom:20px; padding-left:15px;}
.mobile-navigation .logo img {height:23px;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#b70007}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#b70007;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px;}
.mobile-navigation .nav-menu .submenu>ul:after {content:"";display:block;clear:both;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {display:block; content:"";position:absolute; top:12px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover{color:#b70007}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#b70007}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:201;}

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 {top:20px; right:15px;}
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:#414141;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}