@charset "utf-8";
@import url("lib/font.css");

 


 /* ==============================
 * main
 * ============================== */
#main #headerWrap { height:154px; background:none; transition: background .3s ease,top .3s ease;}
#headerWrap{transition: background .3s ease,top .3s ease;}
#main #headerWrap.on { background:rgba(33,32,30,0.95);}
#main #headerWrap h1 { width:151px; height:34px; margin-top:17px; background:url('/resource/images/pc/common/main_logo.png') no-repeat;}
#main #headerWrap .gnb { margin-top:65px; margin-left:36px;}
#main #headerWrap .gnb > ul > li { margin-right:33px;}
#main #headerWrap .gnb > ul > li > a { color:#fff; font-size:14px; line-height:33px;}
#main #headerWrap .gnb > ul > li.on > a { color:#9c836a;}
#main #headerWrap .topLink { position:absolute; top:55px; right:36px; float:none; margin-right:0;}
/* #main #headerWrap .topLink .more li a { color:#fff;} */
#main #headerWrap .topLink .more li a:hover { color:#9c836a;}
#main #headerWrap .bgDepth { top:136px; background:rgba(33,32,30,0.95);}

.scrollActive #main #headerWrap { top:0;}
.mainHeaderBg #main #headerWrap { background:rgba(33,32,30,0.95);}
/*.mainHeaderBg #main #headerWrap h1 { background:url('/resource/images/pc/common/main_logo2.png') no-repeat;}*/

#main #container { padding-top:0;}

.mainVisual { overflow:hidden; position:relative; min-width:1280px; min-height:795px; margin-right:64px;}
.mainVisual .visual { display:table; position:absolute; top:0; left:0; z-index:2; width:100%; min-height:840px;}
.mainVisual .visual > div { display:table-cell; position:relative;}
.mainVisual .visual > div:after { content:''; display:block; position:absolute; top:0; left:0; bottom:0; z-index:1; width:1px; background:rgba(255,255,255,0.1);}
.mainVisual .textBox { position:absolute; bottom:50%; left:30px; right:30px; min-height:150px; z-index:1; transition: all .4s ease;}
.mainVisual .textBox i { display:block; background:url('/resource/images/pc/main/icon_main_visual.png') no-repeat;}
.mainVisual .textBox .icon1 { width:22px; height:21px; background-position:0 0;}
.mainVisual .textBox .icon2 { width:24px; height:21px; background-position:0 -23px;}
.mainVisual .textBox .icon3 { width:18px; height:21px; background-position:0 -46px;}
.mainVisual .textBox .icon4 { width:24px; height:24px; background-position:0 -93px;}
[lang="ko"].mainVisual .textBox .icon4 { width:18px; height:24px; background-position:0 -69px;}
.mainVisual .textBox .title { margin-top:15px; font-size:22px; color:#fff; font-family:'roboto'; font-weight:500; text-transform:uppercase;}
.mainVisual .textBox .text { margin-top:5px; font-size:12px; color:#fff;}
.mainVisual .textView { display:none; position:absolute; bottom:0; left:0; right:0; z-index:1; background:#7c6c5d;}
.mainVisual .textView a { display:block; position:relative; min-height:120px; padding:28px 90px 20px 32px; border-bottom:1px solid rgba(255,255,255,0.1); box-sizing:border-box;}
.mainVisual .textView a:after { content:''; display:block; position:absolute; top:33px; right:32px; width:32px; height:9px; background:url('/resource/images/pc/main/btn_arrow.png') no-repeat; transition:all .3s ease;}
.mainVisual .textView a h2 { margin-bottom:7px; font-size:14px; color:#fff; font-family:'roboto'; font-weight:500; text-transform:uppercase; }
.mainVisual .textView a .text { font-size:12px; color:rgba(255,255,255,0.5); line-height:18px;}
.mainVisual .textView a:hover:after {right:20px;}

.mainVisual .bg1 .textView { background:#7c6c5d;}
.mainVisual .bg2 .textView { background:#5c6f6f;}
.mainVisual .bg3 .textView { background:#6b6563;}
.mainVisual .bg4 .textView { background:#8e8270;}

.mainVisual .visual > div.on { background:rgba(0,0,0,0);}
.mainVisual .visual > div.on .textBox { transition: all .6s ease;}
.mainVisual .visual > div.off { background:none;}
.mainVisual .visual > div.off .textBox { bottom:60px !important; opacity:0.7;}

.mainVisual .visualView { font-size:0;}
.mainVisual .visualView > div { position:absolute; top:0; min-height:840px;}
.mainVisual .visualView > div span { visibility:hidden; opacity:0; position:absolute; top:0; left:0; bottom:0; transition:opacity .1s ease, transform 5s ease 1s;}
/*
.mainVisual .visualView > .bg1 { background:url('/resource/images/pc/main/img_main_visual1.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg2 { background:url('/resource/images/pc/main/img_main_visual2.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg3 { background:url('/resource/images/pc/main/img_main_visual3.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg4 { background:url('/resource/images/pc/main/img_main_visual4_en.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg5 { background:url('/resource/images/pc/main/img_main_visual5.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg1 span { background:url('/resource/images/pc/main/img_main_visual1_view.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg2 span { background:url('/resource/images/pc/main/img_main_visual2_view.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg3 span { background:url('/resource/images/pc/main/img_main_visual3_view.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg4 span { background:url('/resource/images/pc/main/img_main_visual4_view_en.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg5 span { background:url('/resource/images/pc/main/img_main_visual5_view.jpg') no-repeat center bottom; background-size:cover;}
*/
/* 20200527 변경요청
.mainVisual .visualView > .bg1 { background:url('/resource/images/pc/main/img_main_visual6.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg2 { background:url('/resource/images/pc/main/img_main_visual7.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg3 { background:url('/resource/images/pc/main/img_main_visual8.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg4 { background:url('/resource/images/pc/main/img_main_visual4_en.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg5 { background:url('/resource/images/pc/main/img_main_visual9.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg1 span { background:url('/resource/images/pc/main/img_main_visual6_view.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg2 span { background:url('/resource/images/pc/main/img_main_visual7_view.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg3 span { background:url('/resource/images/pc/main/img_main_visual8_view.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg4 span { background:url('/resource/images/pc/main/img_main_visual4_view_en.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg5 span { background:url('/resource/images/pc/main/img_main_visual9_view.jpg') no-repeat center bottom; background-size:cover;}
 */
 /* 20200828 */
.mainVisual .visualView > .bg1 { background-size:cover;}
.mainVisual .visualView > .bg2 { background-size:cover;}
.mainVisual .visualView > .bg3 { background-size:cover;}
.mainVisual .visualView > .bg4 { background-size:cover;}
.mainVisual .visualView > .bg5 { background-size:cover;}
/*
.mainVisual .visualView > .bg1 span { background:url('/resource/images/pc/main/img_main_visual6_view.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg2 span { background:url('/resource/images/pc/main/img_main_visual7_view.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg3 span { background:url('/resource/images/pc/main/img_main_visual8_view.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg4 span { background:url('/resource/images/pc/main/img_main_visual4_view_en.jpg') no-repeat center bottom; background-size:cover;}
.mainVisual .visualView > .bg5 span { background:url('/resource/images/pc/main/img_main_visual9_view.jpg') no-repeat center bottom; background-size:cover;}
*/

.bg1 { background:url('/resource/images/pc/main/main_1.jpg') no-repeat center bottom; background-size:cover;}
.bg2 { background:url('/resource/images/pc/main/main_2.jpg') no-repeat center bottom; background-size:cover;}
.bg3 { background:url('/resource/images/pc/main/main_3.jpg') no-repeat center bottom; background-size:cover;}
.bg4 { background:url('/resource/images/pc/main/main_4.jpg') no-repeat center bottom; background-size:cover;}
.bg5 { background:url('/resource/images/pc/main/main_5.jpg') no-repeat center bottom; background-size:cover;}
/*
.mainVisual .visualView > div.show { z-index:1;}
.mainVisual .visualView > div.show span { visibility:visible; opacity:1; transform:scale(1.03);}
.mainVisual .visualView > div.active span { visibility:visible; opacity:1;}
*/

.mainVisual .jsSwiperMotion .swiperWrap2 > ul {z-index:1;transition: all ease 1s;}
.mainVisual .jsSwiperMotion .swiperWrap2 > ul.show { visibility:visible; opacity:1; transform:scale(1.03);}

/*
[lang="ko"] .mainVisual .visualView > .bg4 { background:url('/resource/images/pc/main/img_main_visual4.jpg') no-repeat center bottom; background-size:cover;}
[lang="ko"] .mainVisual .visualView > .bg4 span { background:url('/resource/images/pc/main/img_main_visual4_view.jpg') no-repeat center bottom; background-size:cover;}*/
/* 20200527 변경요청 */
/*
[lang="ko"] .mainVisual .visualView > .bg4 { background:url('/resource/images/pc/main/img_main_visual9.jpg') no-repeat center bottom; background-size:cover;}
[lang="ko"] .mainVisual .visualView > .bg4 span { background:url('/resource/images/pc/main/img_main_visual9_view.jpg') no-repeat center bottom; background-size:cover;}
*/
[lang="ko"] .mainVisual .visualView > .bg4 { background:url('/resource/images/pc/main/main_4.jpg') no-repeat center bottom; background-size:cover;}
[lang="ko"] .mainVisual .visualView > .bg4 span { background:url('/resource/images/pc/main/main_4.jpg') no-repeat center bottom; background-size:cover;}
@keyframes mainVisual{
	0% { transform:scale(1);}
	50% { transform:scale(1.03);}
	100% { transform:scale(1);}
}


.mainVisual .scrollDown { position:absolute; bottom:0px; left:50%; width:96px; height:43px; margin-left:-28px; font-size:0; background:url('/resource/images/pc/common/bg_scrollDown.png') no-repeat;}
.mainPop {position: fixed; top:50%; left:50%; z-index:1000; transform:translate(-50%, -50%); background:#fff; -webkit-box-shadow: 0 11px 16px rgba(0,0,0,.2);-moz-box-shadow: 0 11px 16px rgba(0,0,0,.2);box-shadow: 0 11px 16px rgba(0,0,0,.2);}
.mainPop .popFoot {padding:25px 32px;border-top:1px solid #d7d7d7;}
.mainPop .popFoot .btnPopClose {float:right;display:inline-block;width:18px;height:18px;background:url('/resource/images/pc/common/btn/btn_close.png') no-repeat 0 0;}

/* 회원가입 bottom  */
.newOfferSearchArea{position: relative;padding:0;width: 100%; min-width: 1280px;}
.clickBg{position:absolute;top:0;left:0;right:0;bottom:0;}
.bimBg{display:none;position:fixed; top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.8) ;z-index:1000}
.bimBg.on{display:block;}
.newOfferSearchArea article{width: 1280px; padding: 0 40px 0 30px; margin: 0 auto;font-size:0; vertical-align: top;position:relative;} 
.newOfferSearchArea .offerSearchSect{display:inline-block;height:60px; padding-left:50px; padding-right:50px; vertical-align: top; border-right:1px solid #e7e6e5; position:relative;}
.newOfferSearchArea .offerSearchSect:first-child{padding-left:0; width:100%}
.newOfferSearchArea .offerSearchSect:nth-last-of-type(1){border-right:none;}
.newOfferSearchArea .offerClickArea{ position:relative; z-index:1;}
.newOfferSearchArea .offerCalenderClickArea{ position:relative; z-index:1;}
.newOfferSearchArea .offerSearchSect>.offerClickArea>h3{font-size:24px;color: #333333; font-weight: 450; display:inline-block;}
.newOfferSearchArea .offerTit{display:block; font-size:14px;color: #9c836a; font-weight: 300 !important; margin-bottom:6px;}

.newOfferSearchArea .offerSearchSect .guestsList{font-size: 0;}
.newOfferSearchArea .offerSearchSect .guestsList>li{display: inline-block; margin-right:40px;}
.newOfferSearchArea .offerSearchSect .guestsList>li:last-child{margin-right: 0;}
.newOfferSearchArea .offerSearchSect .guestsList em{display:block; text-align:center;font-weight:300; font-family:roboto; line-height: 38px; color:#333;}*/
.newOfferSearchArea article .offerEnter{color: #fff; background-color: #9c836a; height:26px; line-height:26px;text-align:center; font-size:14px; padding:0 68px; position:absolute; top:0;right:40px;}
.newOfferSearchArea .offerClickArea{padding-right:13px;}
.newOfferSearchArea .offerSearchSect{height:56px;}
.newOfferSearchArea .offerTit{margin-bottom:7px;}
.newOfferSearchArea .offerSearchSect:first-child{/*width:80%;*/}
.newOfferSearchArea .offerSearchSect:first-child .offerTitImg{width:176px;}
.newOfferSearchArea .offerSearchSect{padding-left:63.5px; padding-right:63.5px;}
.newOfferSearchArea .offerSearchSect .offer_HTL>.offerCalenderClickArea>ul>li{padding-right:85px;}
.newOfferSearchArea article .offerEnter{padding:0; width:160px; height: 56px; font-size:18px;}
/*.newOfferSearchArea .offerSearchSect .guestsList em{font-size: 15px;line-height: 15px;}*/
.newOfferSearchArea .offerSearchSect .guestsList em{font-size: 16px;line-height: 22px;}
.newOfferSearchArea .offerSelectHd>h3{font-size:18px; font-weight:450;}

 /* ==============================
 * subMain
 * ============================== */
#container .subMain { overflow:hidden; width:100%; min-width:1280px; padding-bottom:112px;}
#container .subMain.pb0 {padding-bottom:0;}

.subMainCont {padding:80px 0 0;}
.subMainCont h2 { margin-bottom:10px; font-size:30px; font-weight:100; text-align:center; color:#9c836a; text-transform:uppercase;}
.subMainCont p.tit { margin-bottom:43px; font-size:16px; color:#666; text-align:center; line-height: 26px;}
.subMainCont .btnMore { margin-top:20px; text-align:center;}
.subMainCont .btnMore a { font-size:14px; color:#9c836a; text-decoration:underline;}

.subMainCont {padding-bottom:70px;}
.subMainCont .innerBox {position:relative;}
.subMainCont p.img {display:inline-block;position:relative;}
.subMainCont .img .hover {position:relative;display:block;overflow:hidden;}
.subMainCont .img .hover img{transition:all .3s ease;}
.subMainCont .img .hover:hover img {transform:scale(1.06);} 

/* ART & NATURE */
.SMArtNature {padding:0 0 270px;}
.SMArtNature .SMArtNatureCont {position:relative;}
.SMArtNature .SMArtNatureCont h2 {margin-bottom:25px; font-weight:200; font-size:16px; color:#9c836a; text-align:left; text-transform: none;}
.SMArtNature .SMArtNatureCont h2 span {display:block;margin-bottom:5px;font-size:30px; font-weight:100;text-transform:uppercase;}
.SMArtNature .textBox {position:absolute;}
.SMArtNature .type1 .img:after {content:'';position:absolute;bottom:-1px;right:-1px;width:95px;height:208px;background:#fff;}
.SMArtNature .type1 {margin-bottom:212px;}
.SMArtNature .type1 .textBox {bottom:0;right:0;width:448px;}
.SMArtNature .type2 {text-align:right;padding-bottom:57px;margin-bottom:100px;/*background:#f9f9f9;*/}
.SMArtNature .type2 .img {margin-top:-113px;margin-right:-80px;}
.SMArtNature .type2 .textBox {top:0;left:80px;width:358px;padding:60px 0 0 62px;text-align:left;}
.SMArtNature .type3 {margin-bottom:100px;}
.SMArtNature .type3 .img:after {content:'';position:absolute;top:0;right:0;width:95px;height:284px;background:#fff;}
.SMArtNature .type3 .textBox {top:0;right:0;width:405px;padding:58px 80px 0 0;}
.SMArtNature .type4 {text-align:right;margin-bottom:178px;}
.SMArtNature .type4 .img:after {content:'';position:absolute;bottom:0;left:0;width:95px;height:143px;background:#fff;}
.SMArtNature .type4 .textBox {bottom:0;left:80px;width:400px;text-align:left;}
.SMArtNature .type5 .bgbar {position: absolute;top:0;left:50%;width:505px;height:470px;transform:translate(-800px, 300px);background:#eeeae7;}
.SMArtNature .type5 .textBox {top:50%;right:0;width:435px;padding-right:80px;transform:translate(0, -50%);}
.SMArtNature.SMArt .SMArtNatureCont h2 span {text-transform:none;}
.SMArtNature.SMArt .textBox {text-align:left;}
.SMArtNature.SMArt .textBox h2 span {margin-bottom:20px;}
.SMArtNature.SMArt .textBox .text {line-height:22px;}
.SMArtNature.SMArt .textBox .text + .text {margin-top:15px;}
.SMArtNature.SMArt .type1 {text-align:right;margin-bottom:0;z-index:1;}
.SMArtNature.SMArt .type1 .textBox {bottom:auto;right :auto;top:20px;left:0;width:375px;}
.SMArtNature.SMArt .type1 .img:after {right:auto;left:-1px;width:155px;height:133px;background:#f9f9f9;}
.SMArtNature.SMArt .type2 {height:310px;padding-top:100px;margin:0px 0 408px;text-align:left;background:#f9f9f9;}
[lang="ja"] .SMArtNature.SMArt .type2 {margin-bottom:470px;}
.SMArtNature.SMArt .type2 .img {margin:0;}
.SMArtNature.SMArt .type2 .textBox {top:20px;left:auto;right:80px;padding:0;width:422px;}
.SMArtNature.SMArt .type2 .textBox h2 {margin-bottom:55px;}
.SMArtNature.SMArt .type3 {margin-bottom:160px;text-align:right;}
.SMArtNature.SMArt .type3 .textBox {top:0;right:auto;left:80px;;padding:0;width:405px;}
.SMArtNature.SMArt .type3 .img:after {content:none;}
.SMArtNature.SMArt .type3 .bgbar {display:block;position: absolute;right:0;left:50%;width:332px;height:289px;transform: translate(300px, 250px);background:#eeeae7;}
.SMArtNature.SMArt .type4 {margin-bottom:0px;text-align:left;}
.SMArtNature.SMArt .type4 .textBox {top:20px;left:auto;right:80px;padding:0;width:470px;}
.SMArtNature.SMArt .type4 .img:after {content:'';position: absolute;top:-1px;left:auto;right:-1px;width:205px;height:440px;background:#fff;}
[lang="ja"] .SMArtNature.SMArt .type4 .img:after {height:420px;}
.SMArtNature.SMArt .type5 {text-align:right;}
.SMArtNature.SMArt .type5 .textBox {top:0;right:auto;left:80px;padding:0;width:450px;transform: translate(0, 0);}
.SMArtNature.SMArt .type5 .img:after {content:'';position: absolute;bottom:-1px;right:-1px;width:123px;height:166px;background:#fff;}

/* wedding overview */
.wedding h3{margin-bottom: 16px;font-size:16px;color:#333;text-transform: uppercase;}	
.wedding > div{padding-bottom: 48px; border-bottom: 1px solid #f4f2ef}	
.wedding > div.movieVisual {width:1120px;height:496px;overflow:hidden;padding:0;}
.wedding > div.movieVisual .videoC {display:block;} 
.wedding > div.movieVisual #video1 {margin:-87px 0 0 -40px;}
.wedding > div:last-child{border-bottom: none; padding-bottom: 0;}
.wedding > .concept {padding-top:0;margin-top:45px;}
.wedding > .concept ul {margin: 0 -16px;}
.wedding > .concept li {float: left; width: 25%; padding: 0 16px;}
.wedding > .concept li > p.txt{line-height: 22px; letter-spacing: -0.02em;}
.wedding > .concept li > p.txt span{display: block; margin: 26px 0 9px; font-size: 16px; font-weight: 450; color: #333; line-height: 1; text-transform: uppercase;}

.SMOffers { position:relative;}
.SMOffers.bg { padding-bottom:80px; background:#f9f9f9;}
.SMOffers div.offers:last-of-type { padding-bottom:0;}
.SMOffers div.offers ul{margin: 0 0px 0 -32px; text-align:center; font-size:0;}
.SMOffers div.offers ul li{ display:inline-block; width: 256px; margin: 0 0px 20px 32px; text-align:left;}
.SMOffers div.offers ul li:nth-child(1) { animation-delay: 0s;}
.SMOffers div.offers ul li:nth-child(2) { animation-delay: 0.2s;}
.SMOffers div.offers ul li:nth-child(3) { animation-delay: 0.4s;}
.SMOffers div.offers ul li:nth-child(4) { animation-delay: 0.6s;}
.SMOffers div.offers ul li div.img{position: relative;}
.SMOffers div.offers ul li div.img img { width:256px; height:169px;}
.SMOffers div.offers ul li div.img p{position: absolute;top: 0; left: 0;}
.SMOffers div.offers ul li div.img p span{float: left; display: block; padding: 0 8px; color: #fff; font-size: 12px; font-weight: 300; line-height: 24px; background-color: #857b71; vertical-align: top;}
.SMOffers div.offers ul li div.img p span.type1{background-color: #e66045;}
.SMOffers div.offers ul li div.img p span.type2{background-color: #9c836a}
.SMOffers div.offers ul li.sold div.img:after{display: block; content: 'SOLD OUT'; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(156,131,106,0.9); text-align: center; color: #fff; font-weight: 450; line-height: 168px;}
.SMOffers div.offers ul li div.txt{padding: 20px 25px 30px; border: 1px solid #f4f2ef; border-top: 0;}
.SMOffers div.offers ul li strong{display: block; color: rgba(0,0,0,0.85); font-weight: 450; text-transform: uppercase; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px;}
.SMOffers div.offers ul li span.sub{overflow:hidden; display: block; height:38px; margin: 12px 0 16px; color: rgba(0,0,0,0.7); font-size:14px;}
.SMOffers div.offers ul li p.price{height:20px;margin-bottom: 18px;}
.SMOffers div.offers ul li p.price span{font-weight: 450;}
.SMOffers div.offers ul li p.price span.price1{font-size: 14px; color: rgba(0,0,0,0.85);}
.SMOffers div.offers ul li p.price span.price2{position: relative; font-size: 12px; margin-left: 1px; color: rgba(0,0,0,0.4);}
.SMOffers div.offers ul li p.price span.price2:after{display: block; content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: rgba(0,0,0,0.3);}
.SMOffers div.offers ul li p.price span.discount{font-size: 14px;color: #e66045; margin-left: 5px;}
.SMOffers div.offers ul li span.tag{display: block; font-size: 12px; line-height: 18px;}
.SMOffers div.offers ul li span.date{display: block; font-size: 12px; line-height: 1; margin-top: 2px; }
.subMainCont.SMOffers div.offers ul li div.txt {min-height:186px;}

/* .SMOffers + .SMEvent { margin-top:80px;}
.section02 + .SMEvent { margin-top:120px;} */

.SMEvent { position:relative; padding-bottom:80px; background:#f9f9f9;}
.SMEvent.bgN { background:none;}
.SMEvent ul.eventList { text-align:center;}
.SMEvent ul.eventList li a { text-align:left;}
.SMEvent ul.eventList li .img img { width:352px; height:232px;}

.SMMembership { position:relative;}
.SMMembership.bg { margin-top:80px; padding-bottom:80px; background:#f9f9f9;}
.SMMembership ul { font-size:0; margin-left:-32px; text-align:center;}
.SMMembership ul li { display:inline-block; width:352px; margin-left:32px;}
.SMMembership .img { overflow:hidden; position:relative; width:100%; height:432px;}
.SMMembership .img .cover { visibility:hidden; position:absolute; top:0; left:0; right:0; bottom:0; text-align:center; vertical-align:middle; opacity:0; background:rgba(0,0,0,0.8); transition:all .3s ease;}
.SMMembership .img .cover div { position:absolute; top:50%; left:0; width:100%; font-size:14px; color:#fff; transform:translateY(-50%);}
.SMMembership .img .cover div p { padding: 0 20px; line-height: 22px; transform:translateY(-10px); transition:all .3s ease;}
.SMMembership .img .cover div  a { display:inline-block; margin-top:20px; transform:translateY(10px);}
.SMMembership .text { margin-top:20px; font-size:14px; color:#333; text-align:center; font-weight:450;}

.SMMembership li:hover .cover { opacity:1; visibility:visible;}
.SMMembership li:hover .cover div p,
.SMMembership li:hover .cover div a { transform:translateY(0px);}

@media screen and (max-width:640px){
}

/* 202107 메인 리뉴얼 */
/* SLICK */
/* 라이브러리 */
.con {margin:0 auto;}
.img-box{width:100% !important;display:block;}
.row::after {content:"";display:block;clear:both;}
.margin-0-auto {margin:0 auto;}
.block {display:block;}
.inline-block {display:inline-block;}
.text-align-center {text-align:center;}
.line-height-0-ch-only {line-height:0;}
.line-height-0-ch-only > * {line-height:normal;}
.relative {position:relative;}
.absolute-left {position:absolute;left:0;}
.absolute-right {position:absolute;right:0;}
.absolute-middle {position:absolute;top:50%;transform:translateY(-50%);}
.table {display:table;}
.table-cell {display:table-cell;}
input, button, select, fieldset {-webkit-border-radius: 0;border-radius: 0;-webkit-appearance: none;-moz-appearance: none;appearance: none;border:0;background-color:transparent;}
.blind, legend {overflow: hidden;position: absolute;width: 1px;height: 1px;font-size: 12px;clip: rect(1px, 1px, 1px, 1px);}

.con {max-width:1920px;}
.con-min-width {min-width:320px;}
.slider-wrap {position:relative;}
.main-slider {position:relative;margin-bottom:0 !important;}
.main-slider .slide-item .slide-con {position:relative;}
/* 기본 */
/*.main-slider .slide-item > .slide-con > .slide-text {position:absolute;top:50%;transform:translatey(-50%);padding-left:10%;z-index:50;color: #fff;}*/
/* 상단 좌측
.main-slider .slide-top-left > .slide-con > .slide-text{left:10%; transform:translatex(-50%);padding:0;text-align:center;top:10%;}
/* 상단 중앙
.main-slider .slide-top-center > .slide-con > .slide-text{left:50% ;transform:translatex(-50%);padding:0;text-align:center;top:10%;}
/* 상단 우측
.main-slider .slide-top-right > .slide-con > .slide-text{right:10%; transform:translatex(-50%);padding:0;text-align:center;top:10%;}
/* 중앙 좌측 
.main-slider .slide-center-left > .slide-con > .slide-text{left:10%; transform:translatex(-50%);padding:0;text-align:center;top:30%;}
/* 중앙 중앙 
.main-slider .slide-center-center > .slide-con > .slide-text{left:50% ;transform:translatex(-50%);padding:0;text-align:center;top:30%;}
/* 중앙 우측 
.main-slider .slide-center-right > .slide-con > .slide-text{right:10%; transform:translatex(-50%);padding:0;text-align:center;top:30%;}
/* 하단 좌측
.main-slider .slide-bottom-left > .slide-con > .slide-text{left:10%; transform:translatex(-50%);padding:0;text-align:center;top:70%;}
/* 하단 중앙
.main-slider .slide-bottom-center > .slide-con > .slide-text{left:50% ;transform:translatex(-50%);padding:0;text-align:center;top:70%;}
/* 하단 우측 
.main-slider .slide-bottom-right > .slide-con > .slide-text{right:10%; transform:translatex(-50%);padding:0;text-align:center;top:70%;}
*/

.main-slider .slide-item > .slide-con > .slide-text {position:absolute;z-index:50;width:80%;}
/* 상단 좌측  */
.main-slider .slide-top-left > .slide-con > .slide-text{left:232px; /*transform:translatex(-50%);*/padding:0;text-align:center;top:10%;}
/* 상단 중앙 */
.main-slider .slide-top-center > .slide-con > .slide-text{left:50% ;transform:translatex(-50%);padding:0;text-align:center;top:10%;}
/* 상단 우측 */
.main-slider .slide-top-right > .slide-con > .slide-text{right:212px; /*transform:translatex(-50%);*/padding:0;text-align:center;top:10%;}
/* 중앙 좌측 */
.main-slider .slide-center-left > .slide-con > .slide-text{left:8.3%; /*transform:translatex(-50%);*/padding:0;text-align:center;top:40%;}
.main-slider .slide-center-left_b > .slide-con > .slide-text{left:8.3%; /*transform:translatex(-50%);*/padding:0;text-align:center;top:35%;}
/* 중앙 중앙 */
.main-slider .slide-center-center > .slide-con > .slide-text{left:50% ;transform:translatex(-50%);padding:0;text-align:center;top:35%;}
/* 중앙 우측 */
.main-slider .slide-center-right > .slide-con > .slide-text{right:212px; /*transform:translatex(-50%);*/padding:0;text-align:center;top:30%;}
/* 하단 좌측 */
.main-slider .slide-bottom-left > .slide-con > .slide-text{left:232px; /*transform:translatex(-50%);*/padding:0;text-align:center;top:70%;}
/* 하단 중앙 */
.main-slider .slide-bottom-center > .slide-con > .slide-text{left:50% ;transform:translatex(-50%);padding:0;text-align:center;top:70%;}
/* 하단 우측 */
.main-slider .slide-bottom-right > .slide-con > .slide-text{right:212px; /*transform:translatex(-50%);*/padding:0;text-align:center;top:70%;}

/*.main-slider .slide-item-1 > .slide-con > .slide-text {left:50%;transform:translatex(-50%);padding:0;text-align:center;}*/
.main-slider .slide-item > .slide-con > .slide-text > h2.main-title {font-size:2.708vw;font-family:'Noto Sans';font-weight:bold;letter-spacing: -2px;line-height: 3vw;}
.main-slider .slide-item > .slide-con > .slide-text > p.sub-title {font-size:18px;font-weight:300;margin-top:16px;}
.main-slider .slide-item > .slide-con > .slide-text > p.dept-title {font-size:20px;font-weight:300;margin-top:16px;font-family:'Noto Sans';font-weight:400;}
.main-slider .slide-item > .slide-con > .slide-text > .main-button {margin-top:46px;}
.main-slider .slide-item > .slide-con > .slide-text > .main-button > a {font-size:14px;display:inline-block;}
.main-slider .slide-item > .slide-con > .slide-text > .main-button > a.main-button-a {position:relative;margin-right:31px;}
.main-slider .slide-item > .slide-con > .slide-text > .main-button > a.main-button-a::after {content:"";width:0;height:1px;position:absolute;left:50%;bottom:0;transform:translatex(-50%);/*background-color:#555;*/}
.main-slider .slick-active .slide-item .slide-text > .main-button > a.main-button-a::after {animation:more-btm-line 1s 1 .2s;animation-fill-mode: forwards;}
.main-slider .slick-active .slide-item .slide-text > .main-button > a.main-button-a:hover::after {animation:more-btm-line-hover 1s 1;animation-fill-mode: forwards;}
@keyframes more-btm-line {0%{width:0;}100%{width:100%;}}
@keyframes more-btm-line-hover {0%{width:0;}100%{width:100%;}}
/* 기본 - 흰색 */
.main-slider .slide-item > .slide-con > .slide-text > .main-button > a.main-button-b {padding:12px 38px;border:1px solid #fff;border-radius:45px;line-height:1;/*letter-spacing:.05rem;*/color:#fff;transition:all .5s;}
.main-slider .slide-item > .slide-con > .slide-text > .main-button > a.main-button-b:hover {/*background-color:#555;*/}
/* 사이드 버튼 */
.main-slider .slick-arrow {position:absolute;top:50%;left:24px;transform:translatey(-50%);display:block;z-index:50;}
.main-slider .slick-arrow::before {display:block;width:35px;height:55px;opacity:1;color:#fff;}
.main-slider .slick-next {left:auto;right:24px;}
/* 페이지 버튼 */
.main-slider .slick-dots {font-size:0;position:absolute;left:50%;bottom:45px;transform:translatex(-50%);/*width:54%;*/width:40%;z-index:2;}
.main-slider .slick-dots::after {content:"";display:block;clear:both;}
.main-slider .slick-dots > li {width:20%;height:auto;padding-left:16px;margin:0;box-sizing:border-box;float:left;}
/*.main-slider .slick-dots > li > button {width:100%;height:2px;background-color:rgba(255,255,255,.3);outline:none;position:relative;padding:0;color:inherit;line-height:normal;}*/
/* 투명 */
.main-slider .slick-dots > li > button {width:100%;height:2px;background-color:transparent;outline:none;position:relative;padding:0;color:inherit;line-height:normal;}

.main-slider .slick-dots > li > button::before {/* display:none;*/}
.main-slider .slick-dots > li > button > .s-line-fill {content:"";width:0;height:2px;background-color:transparent;position:absolute;top:0;left:0;opacity:1;}
/* 투명
.main-slider .slick-dots > li > button > .s-line-fill {content:"";width:0;height:2px;background-color:transparent;position:absolute;top:0;left:0;opacity:1;}*/
/*.slider-wrap .slick-dots .slick-active > button > .s-line-fill {animation:slick-progressbar 4s 1;animation-fill-mode: forwards;}*/
.slider-wrap .slick-dots .slick-active > button > .s-line-fill {animation:slick-progressbar 7s;animation-fill-mode: forwards;}
.slider-wrap[data-slick-autoplay-status="N"] .slick-dots .slick-active > button > .s-line-fill {animation-play-state:paused;}
@keyframes slick-progressbar {
    0% {width:0%;}
    100% {width:100%;}
}
/* 페이지 버튼 인디케이터 */
.main-slider .slick-dots > li > button > .s-indicator {position:absolute;left:50%;bottom:0;transform:translatex(-50%);width:110%;overflow:hidden;border-right:1px solid rgba(238, 238, 238, 0.2);height:42px;
display:flex;
align-items:center;}
.main-slider .slick-dots > li:last-child  > button > .s-indicator {border-right:0px;}
.main-slider .slick-dots > li.slick-active > button > .s-indicator > .inner-txt{opacity: 1;}
.main-slider .slick-dots > li > button > .s-indicator > .inner-txt {/*opacity: 0.4;*/line-height: 13px;font-size:13px;font-weight:500;white-space:nowrap;display:block;width:100%;/*transform:translatey(100%);*//*transition:all .8s;*/padding-bottom:5px;}
.main-slider .slick-dots > li > button:hover > .s-indicator > .inner-txt {/*transform:translatey(0); opacity:1;padding-bottom:5px;*/}
/* 오토플레이 버튼
.slider-wrap .s-autoplay-btn {position:absolute;left:79%;left:71%;bottom:37px;z-index:50;font-size:20px;color:#fff;}
.slider-wrap[data-slick-autoplay-status="Y"] .s-autoplay-btn:after {content:"❚❚";display:block;}
.slider-wrap[data-slick-autoplay-status="N"] .s-autoplay-btn:after {content:"▶";display:block;font-size:15px;}
.slider-wrap .slide-dummy {position:absolute;top:0;left:0;width:100%;height:90%;}
 */
.index_text{position:absolute;left:79%;left:71%;bottom:37px;z-index:50;font-size:20px;left: 97px;top: 41.1%;font-size:13px;}
.s-autoplay-btn {position:absolute;left:79%;left:71%;bottom:37px;z-index:50;font-size:20px;left: 95px;top:-11%;outline:0;display:none;}
.btnArrow:hover .s-autoplay-btn{display:block;}
.btnArrow:hover .index_text{display:none;}

.slider-wrap .slide-dummy {position:absolute;top:0;left:0;width:100%;height:90%;}