@charset "utf-8";

.front-bg {
	position:absolute;
	width:100%;
	height:60%;
	z-index:1;
}
.front2-bg {
	position:absolute;
	width:100%;
	height:50%;
	z-index:1;
}
.front-bg1 .front-bg {
	background:rgba(190,130,100,1);
}
.front-bg1 .front2-bg {
	background:rgba(190,130,100,1);
}
.front-bg2 .front-bg {
	background:rgba(51,51,51,1);
}
.front-bg2 .front2-bg {
	background:rgba(51,51,51,1);
}

.front-bg3 {
	background:rgba(250,247,243,1);
}
.front-bg4 {
	background:rgba(13,49,41,1);
}

.article-section {width:100%;position:relative;padding:0px 0 60px;}
.article-section-8080 {width:100%;position:relative;padding:80px 0 80px;}
.article-section-00100 {width:100%;position:relative;padding:0px 0 100px;}

@media screen and (max-width: 1024px) {
	.article-section-8080 {padding:60px 0 60px;}
}
@media screen and (max-width: 768px) {
	.front-bg {
		height:55%;
	}
	.article-section-8080 {padding:40px 0 40px;}
	.article-section-00100 {padding:0px 0 80px;}
}
@media screen and (max-width: 640px) {
	.article-section {padding:0px 0 40px;}
	
}

#main-top {
	padding:120px 0 0;
}
.main-title {
	padding:120px 0 80px;
	text-align:center;
}

.main-title .logo {
	position:relative;
	width:100%;
	margin:0 auto;
	display:inline-block;
	padding:0px 0 100px;
}
.main-title .logo img {max-width:100%;}

.main-title h1 {
	position: relative;
	font-size: 100px;
	letter-spacing: 0px; 
	line-height: 100%; 	
    color:rgba(0,0,0,1);
	font-family:"DietDidot","Noto Serif KR",serif;
	position:relative;
	padding:0px 0 10px;
	text-transform:uppercase;
}
.main-title h1.point {
	color:rgba(190,130,100,1);
	text-transform:inherit;
	font-family: "Pinyon Script","Noto Serif KR", sans-serif;
}
.main-title h1 .italic {
	text-transform:inherit;
	font-style:italic;
}
.main-title h1.point2 {
	color:rgba(190,130,100,1);
}
.main-title h2 {
	position: relative;
	font-size: 80px;
	letter-spacing: 0px; 
	line-height: 100%; 	
	padding:40px 0 0px;
    color: rgba(190,130,100,.7);
	font-family: "netherscript","Noto Serif KR", sans-serif;	
	font-family: "Pinyon Script","Noto Serif KR", sans-serif;
	
}
.main-title h3 {
	position: relative;
	font-size: 24px;
	letter-spacing: 0px; 
	line-height: 170%; 	
    color: rgba(34,34,34,1);
	position:relative;
	padding:30px 0 0px;
	font-weight:400;
}
.main-title .underline {
	position: relative;
	padding-bottom:3px;
	color:rgba(190,130,100,1);
	border-bottom:1px solid rgba(190,130,100,1);
}
.main-title .textile-effect {
	visibility: hidden;
}
.main-title .textyle-effect {
	opacity: 0;
	perspective: 200px;
}
.main-title .texyle-effect span {
	transform: rotateY(-90deg);
	opacity: 0;
}
.main-title .texyle-effect2 {
	opacity: 0;
}
.main-title .texyle-effect2 span {
	position: relative;
	top: 30px;
	left: 0px;
	opacity: 0;
}

@media screen and (max-width: 1280px) {
	.main-title h1 {
		font-size: 60px;
	}
	.main-title h2 {
		font-size: 18px;
	}
	.main-title h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1024px) {
	#main-top {
		padding:60px 0 0 !important;
	}
	.main-title {
		padding:80px 0 60px;
	}
	.main-title .logo {
		padding:0px 0 60px;
	}
}

@media screen and (max-width: 768px) {
	
	.main-title h1 {
		font-size: 50px;
	}
	.main-title h2 {
		font-size: 16px;
	}
	
}

@media screen and (max-width: 480px) {
	.main-title .logo img {height:100px;}
	.main-title {
		padding:60px 0 40px;
	}
	.main-title h1 {
		font-size: 50px;
	}
	.main-title h1.point {
		text-transform:inherit;
		font-family: "Pinyon Script","Noto Serif KR", sans-serif;
	}
}

@media screen and (max-width: 375px) {
	.main-title h1 {
		font-size: 40px;
	}
}
.article-head {
	position: relative;
	text-align: center; 
	padding: 100px 0 80px;
	margin:0px auto 0px;
}
.article-head:before {
	display: block;
    background:rgba(51,51,51,1);
	background:rgba(64,64,64,.4);
    width: 1px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
}

.article-head h1 {
	font-size: 70px;
	letter-spacing:-1px; 
	line-height: 1.2; 
	color: rgba(51,51,51,1);
	
	font-family: "Pinyon Script","Noto Serif KR", sans-serif;
	font-family: 'Bodoni Moda', 'Noto Sans KR', sans-serif;
	position:relative;
	text-align:center;
	padding-bottom:25px;
}
.article-head .italic {
	font-style:italic;
}
.article-head h1 strong {
	font-weight:500;
}

.article-head h2 {
	font-size: 22px; 
	font-style: normal; 
	letter-spacing: 0; 
	line-height: 150%; 	
	color: rgba(51,51,51,1);
	font-family:"Raleway", "Noto Sans KR", serif;
	margin-bottom:15px;
}

.article-head h3 {
	font-size: 16px; letter-spacing: 0; line-height: 170%; 
	color:rgba(64,64,64,1);
	margin-top:10px;
}

.front-bg1 .article-head:before {
	background:rgba(255,255,255,.4);
}

.front-bg1 .article-head h1 {
	color:#fff;
}
.front-bg1 .article-head h2 {
	color:#fff;
}

.front-bg1 .article-head h3 {
	color:#fff;
}
.front-bg2 .article-head h1 {
	color:rgba(190,130,100,1);
}
.front-bg2 .article-head h2 {
	color:#fff;
}

.front-bg2 .article-head h3 {
	color:rgba(190,130,100,1);
}
.front-bg2 .article-head:before {
	background: rgba(190,130,100,.7);
}

.front-bg1 .slick-arrow-bar,
.front-bg2 .slick-arrow-bar {
    color:#fff;
}


@media screen and (max-width: 768px) {
	.article-head h1 {
		font-size: 60px;
		padding-bottom:20px;
	}
	.article-head.sub h1 {
		font-size: 40px;
	}
	.article-head h2 {
		font-size: 20px;
	}
	
	.article-head h3 {
		font-size: 16px;
	}
	.about-area {
		padding:0px 0 40px;
	}
}
@media screen and (max-width: 480px) {
	.article-head h1 {
		font-size: 46px;
	}
	.article-head h2 {
		font-size: 18px;
	}
	.article-head {padding: 80px 0 40px;}
	.article-head:before {
		width: 1px;
		height: 50px;
	}
}

.grand-header {
	position: relative;
	padding: 60px 0 60px;
	margin:0px auto 0px;
	text-align:center;
}
.grand-header .head-image {
    position: relative;
	z-index:1;
    margin-bottom: -20px;
}
.grand-header .head-image img {
    position: relative;
}
.grand-header h1 {
	position: relative;
	font-size: 40px;
	letter-spacing: 0px; 
	line-height: 100%; 	
	
    color: rgba(75,125,90,1);
	font-family:"Bodoni Moda","Noto Serif KR",serif;
	position:relative;
	padding:15px 0 20px;
	font-style:italic;
	z-index:2;
}
.grand-header h2 {
	position: relative;
	font-size: 18px;
	letter-spacing: -1px; 
	line-height: 100%; 	
    color:rgba(200,135,100,1);
	padding:0px 0 20px;
	position:relative;
	z-index:2;
}
.grand-header h3 {
	position: relative;
	font-size: 15px;
	letter-spacing: 0px; 
	line-height: 165%; 
    color: rgba(75,125,90,1);
	font-family:"Noto Serif KR",serif;
	padding:10px 0 0;
	z-index:2;
}

@media screen and (max-width: 1280px) {
	.grand-header {
		padding: 50px 0 50px;
	}

	.grand-header h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 768px) {
	.grand-header {
		padding: 40px 0 40px;
	}
	.grand-header h1 {
		font-size: 30px;
		line-height:120%;
	}
	
	
}
@media screen and (max-width: 414px) {
	.grand-header {
		padding: 30px 0 30px;
	}
	
	.grand-header h1 {
		font-size: 26px;
	}
	.grand-header h2 {
		font-size: 16px; 
	}
	.grand-header h3 {
		font-size: 14px;
	}
}


.base-btn {
	position:relative;
	font-family:"Noto Sans KR"; 
	font-size:16px; 
	color:#fff; 
	font-weight:500; 
	text-align:center; 
	border:1px solid transparent; 
	background:none; 
	vertical-align:middle;
}
a.base-btn {color:#fff; vertical-align:middle; display:inline-block;}
.base-btn > span, a.base-btn.em:before, a.base-btn.em:after {vertical-align:middle; display:inline-block;}
a.base-btn.em:before, a.base-btn.em:after {height:100%; content:"";}
a.base-btn.em {line-height:18px !important;}
a.base-btn.em > span {line-height:18px;}

.base-btn.base {height:45px; padding:0 20px; border-radius:0; background:#534e4b;}
a.base-btn.base {line-height:43px;}
.base-btn.base {height:45px; padding:0 20px; border-radius:0; background:#534e4b;}
a.base-btn.base {line-height:43px;}
.base-btn.base.st01 {height:60px;}
a.base-btn.base.st01 {line-height:58px;}
.base-btn.base.st02 {height:40px; font-size:14px; font-weight:400;}
a.base-btn.base.st02 {line-height:38px;}
.base-btn.base.st03 {height:50px; border:1px solid rgba(255,255,255,0.50); background:none;}
a.base-btn.base.st03 {line-height:48px;}
.base-btn.base.st04 {height:35px; font-size:12px; font-weight:400;}
a.base-btn.base.st04 {line-height:33px;}
.base-btn.base.st05 {min-width:147px; height:50px; color:#fff;}
a.base-btn.base.st05 {line-height:48px;}
.base-btn.base.st06 {height:37px; padding:0 20px; font-size:14px; font-weight:400; background:rgba(0,0,0,.5);}
a.base-btn.base.st06 {line-height:35px;}
.base-btn.base.st06:after {width:6px; height:9px; margin-left:13px; background:url(/imgs/ico/ico_angle01.gif) 0 0 no-repeat; display:inline-block; content:"";}
.base-btn.base.st07 {height:50px; padding:0 30px;}
a.base-btn.base.st07 {line-height:48px;}
.base-btn.base.st08 {height:50px; color:#333; font-weight:700; border-color:#bfbfbf; background:#fff;}
.base-btn.base.st09 {height:30px; font-size:14px; font-weight:700;}
.base-btn.base.down {position:relative; height:30px; padding:0 43px 0 24px; font-size:12px; font-weight:400; text-align:center;}
a.base-btn.base.down {line-height:28px;}
.base-btn.base.down:after {position:absolute; top:50%; right:20px; width:13px; height:11px; margin-top:-6px; background:url(/imgs/ico/ico_download01.gif) 0 0 no-repeat; display:block; content:"";}

.base-btn.txt {font-size:14px; color:#666; font-weight:400;}
.base-btn.txt:before, .base-btn.txt:after {background-position:50% 50%; background-repeat:no-repeat; vertical-align:middle; display:inline-block; content:"";}
.base-btn.txt.st01:before {width:3px; height:3px; margin-right:4px; background:#6c7594; vertical-align:4px;}
.base-btn.txt.st02 {color:#fff;}
.base-btn.txt.st02:after {margin-top:3px; height:1px; background:#fff; display:block;}
.base-btn.txt.st03 {padding-left:13px; color:#fff; line-height:19px; text-align:left;}
.base-btn.txt.st03:before {width:3px; height:3px; margin:0 10px 0 -13px; background:rgba(255,255,255,0.50); vertical-align:4px;}
.base-btn.txt.st04 {padding-bottom:3px; border-bottom:1px solid #c2c2c2;}
.base-btn.txt.st04:before {width:8px; height:8px; margin-right:7px; background-image:url(/imgs/ico/ico_plus03.gif); vertical-align:1px;}
.base-btn.txt.st05 {padding-bottom:3px; color:#333; border-bottom:1px solid #666;}
.base-btn.txt.code {color:rgba(255,255,255,0.40); line-height:21px;}
.base-btn.txt.code:after {width:21px; height:21px; margin-left:13px; background-image:url(/imgs/ico/ico_cross01.png); background-color:#484848;}

.base-btn.more:after {width:65px; height:8px; margin-left:20px; background:url(/imgs/gnb/ico/ico_arrow03.png) 0 0 no-repeat; vertical-align:1px; display:inline-block; content:"";}
.base-btn.more.type01 {position:relative; padding-left:40px; text-align:left;}
.base-btn.more.type01:after {position:absolute; top:50%; right:40px; margin-top:-4px;}
.base-btn.more.type02:after {background-image:url(/imgs/gnb/ico/ico_arrow08.png);}
.base-btn.more.type03 {padding-left:20px; padding-right:30px;}
.base-btn.more.type03:after {right:18px; left:auto; width:9px; height:9px; background-image:url(/imgs/ico/ico_plus05.gif);}
.base-btn.more.base.st02 {font-size:13px; font-weight:400;}
.base-btn.more.base.st03 {width:180px; font-size:0;}
.base-btn.more.base.st03:after {vertical-align:-3px;}


.base-btn.round.st01 {height:30px; padding:0 12px; font-size:14px; border-radius:9px;}
.base-btn.round.st01:before {width:9px; height:11px; margin-right:6px; background:url(/imgs/ico/ico_caret01.png) 0 0 no-repeat; display:inline-block; content:"";}
.base-btn.round.st01.on:before {width:47px; background:url(/imgs/ico/ico_caret01.png) 0 0 no-repeat, url(/imgs/blt/blt_dot04.png) 7px 100% no-repeat;}
.base-btn.round.on.courseA {background:#1f43c8;}
.base-btn.round.on.courseB {background:#93217f;}
.base-btn.round.on.courseC {background:#0c79de;}
.base-btn.round.on.courseD {background:#da6125;}
.base-btn.round.on.courseJ {background:#da2525;}

.base-btn.fold {width:100%; height:92px; font-size:28px; color:#333; font-weight:700; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#fff;}
.base-btn.fold:after {width:30px; height:17px; margin-left:28px; background:url(/imgs/ico/ico_fold04.png) 100% 0 no-repeat; display:inline-block; content:"";}
.base-btn.fold.on:after {background-position:0 100%;}

.base-btn.em01 {background:#6c7594;}
.base-btn.em02 {background:#333 !important;}
.base-btn.em03 {font-weight:700 !important;}
.base-btn.em04 {background:#bababa;}
.base-btn.em05 {color:#333 !important; border:1px solid #333 !important; background:none;}
.base-btn.st02.em05:hover {color:#fff !important; background:#333 !important;}
.base-btn.st02.em05.more:hover {color:#fff !important; background:#333 !important;}
.base-btn.st02.em05.more:hover:after {background:url(/imgs/gnb/ico/ico_arrow03.png) 0 0 no-repeat;}
.base-btn.em06 {border-color:#ccc;}
.base-btn.em07 {color:#666; border:1px solid #ddd; background:none;}
.base-btn.em08 {border-color:rgba(102,102,102,0.50) !important;}
.base-btn.em09 {font-size:14px; font-weight:400;}
.base-btn.em10 {font-size:0;}
.base-btn.em11 {background:#666;}
.base-btn.em12 {width:100% !important;}
.base-btn.em13 {color:#666; border:1px solid #999; background:none;}
.base-btn.em14 {font-weight:500;}
.base-btn.em15 {background:#474e61;}

.base-btn[disabled] {opacity:0.5; cursor:default;}

.base-btnL.half ol {clear:both; height:auto; margin-top:-5px; overflow:hidden;}
.base-btnL.half ol > li {width:50%; margin-top:5px;}
.base-btnL.half ol > li:nth-child(odd) {clear:both; float:left; padding-right:2.5px;}
.base-btnL.half ol > li:nth-child(even) {height:auto; padding-left:2.5px; text-align:right; overflow:hidden;}
.base-btnL.half .base-btn {width:100% !important;}

.more-btn {
	position:relative;
	padding:30px 0 0;
}

.main-wedding-venue {
	position:relative;
	overflow:hidden;
	width:100%;
}
.main-wedding-venue .inner {
	position:relative;
	padding:40px 0px 0;	
	display:block;
	margin:-3.5%;
	overflow:hidden;
	font-size:0;
}
.main-wedding-venue .venueHead {
	position:relative;
	float:left;
	width:43%;
	vertical-align:top;
	text-align:left;
	padding:40px 40px;
	margin:3.5%;
	text-align:right;
}
.wedding-venue-box {
	position:relative;
	float:left;
	/*width:calc(100% - 30px);
	margin: 0 15px 0px;*/
	width:43%;
	margin:3.5%;
	font-size:0;
}
.main-wedding-venue .txtBox {
	position:relative;
	display:inline-block;
	padding:0px 0 0 0px;
	vertical-align:top;
	text-align:right;
}
.main-wedding-venue .txtBox h1 {
	position:relative;
	font-size: 65px;
	letter-spacing: -2px; 
	line-height: 1; 
	color:rgba(50,40,30,1);
	color:rgba(80,50,20,1);
	color:rgba(105,75,60,1);
	color:rgba(160,40,40,1);
	color:rgba(102,102,102,1);	
	
	font-family:'Bodoni Moda','Noto Sans KR', sans-serif;
	text-indent:-5px;
	position:relative;
	padding:0px 0 30px;
	text-transform:uppercase;
	line-height:115%;
}
.main-wedding-venue .txtBox span {
	color:rgba(51,51,51,1);
	color:rgba(50,40,30,1);	
	color:rgba(160,40,40,1);
	color:rgba(51,51,51,1);
}
.main-wedding-venue .txtBox strong {
	font-weight:600;
}
.main-wedding-venue .txtBox h2 {
	position:relative;
	font-size:34px;
	line-height:130%;
	font-weight:300;
	position:relative;
	color:rgba(51,51,51,1);
	letter-spacing:-0.5px;
	margin-top:0px;
	white-space: nowrap;
	word-break:keep-all;
	margin-bottom:20px;
}
.main-wedding-venue .txtBox h2 .in {
	/*display: inline-block;
	position: relative;
	z-index: 50;
	padding: 0 0px 0 40px;
	background: #fff;*/
}
.main-wedding-venue .txtBox h2:before{
	display: none;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
	
	width: 100%;
	height:5px;
	margin-top:2px;
	
	background:rgba(50,40,30,.5);
	background:rgba(160,40,40,1);
}
.main-wedding-venue .txtBox h3 {
	position:relative;
	font-size: 18px; 
	padding-top:30px;
	font-weight:300;
	color:#666;
	letter-spacing: 0; line-height: 1.5; 
}
/*.main-wedding-venue .txtBox h3:before {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #666;
	position: absolute;
	left: 0;
	top: 0;
}*/


.wedding-venue-box a {
	position:relative;
	display:block;
	width:100%;
}
.wedding-venue-box .box-frame {
}
.wedding-venue-box .box-frame:after {
	content:'';
	display:block;
    padding-bottom: 100%;
}

.wedding-venue-box .more {
	width: 40px;
    height: 40px;
    background:rgba(50,35,30,0);
    position: absolute;
	text-indent:-9999px;
	top:15px;
	right:15px;
	z-index: 100;
	
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
}
.wedding-venue-box .more:before {
	content: '';
    position: absolute;
    background:#fff;
	height:20px;
    width: 1px;
    top: 10px;
    left: 19px;
}
.wedding-venue-box .more:after {
	content: '';
    position: absolute;
    background:#fff;
	height:1px;
    width: 21px;
    top: 19px;
    left: 9px;
}

.wedding-venue-box .box {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.wedding-venue-box .img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	/*border-radius: 10px;
	-webkit-border-radius:10px;*/	
}
.wedding-venue-box .img img{
	position:relative;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	
	width:100%;height:auto;
	width:auto;height:100%;
	
	-webkit-transition: all 1.3s ease; -moz-transition: all 1.3s ease; -o-transition: all 1.3s ease; transition: all 1.3s ease;
}
.wedding-venue-box  a:hover .img img{
	transform:scale(1.05,1.05) translate(-48%, -48%);;  
	-ms-transform:scale(1.05,1.05) translate(-48%, -48%);
	-moz-transform: scale(1.05,1.05) translate(-48%, -48%) rotate(0.02deg);
}

.wedding-venue-box .out-title {
	left: calc(100% + 40px);
	
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: left top;
	transform: rotate(90deg);
	transform-origin: left top;
	position: absolute;
	top: 0;
	white-space: nowrap;
}
.wedding-venue-box .out-title h3 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing:1px;
	color:rgba(80,50,20,1);
	text-transform:uppercase;
	font-family: "Raleway","Noto Sans KR", serif;
	font-family: 'Bodoni Moda', 'Noto Sans KR', sans-serif;
}
.wedding-venue-box .out-title h3::before {
	background-color:rgba(80,50,20,1);
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 1em;
	position: relative;
	top: -0.05em;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	vertical-align: middle;
	width: 26px;
}
.wedding-venue-box {
	/*padding-left: 4%;*/
}


.wedding-venue-box .cover {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:10;
	/*border-radius: 10px;
	-webkit-border-radius:10px;*/
	background:rgba(0,0,0,.3);
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
}



.wedding-venue-box a .titBox {
	position: absolute;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index:11;
	opacity:1;
	-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;
}

.wedding-venue-box .out {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:11;
	padding:10px;
	opacity:0;
	-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;
}
.wedding-venue-box .out .in {
	position:relative;
	width:100%;
	height:100%;
	display:block;
	border:1px solid rgba(255,255,255,0.5);
}

.wedding-venue-box a .titBox .tableBox {
	display:table;
	position:static;
	width:100%;
	height:100%;
	padding:30px;
}
.wedding-venue-box a .titBox .tableBox .tableCell {
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	/*text-align:left;
	vertical-align:bottom;*/
}
.wedding-venue-box a .titBox .tableBox h1 {
	/*font-family: 'Raleway', 'Noto Sans KR', sans-serif;*/
	color:rgba(255,255,255,1);
	font-size:32px;
	line-height:100%;
	letter-spacing:0px;
	position:relative;
	font-weight:700;
	margin:10px 0 0px;
	text-transform:uppercase;
}

.wedding-venue-box a .titBox .tableBox h2 {
	color:rgba(255,255,255,1);
	font-size:20px;
	letter-spacing:0px;
	line-height:160%;
	position:relative;
	text-indent:1px;
	margin-top:20px;
}
.wedding-venue-box a .titBox .tableBox p {
	color:rgba(255,255,255,1);
	font-size:16px;
	letter-spacing:0px;
	line-height:150%;
	position:relative;
	-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;
    max-height: 0;
    overflow: hidden;
	margin-top:20px;
}

.wedding-venue-box  a:hover {
	/*-webkit-box-shadow: 18px 36px 50px rgba(0,0,0,.35);
	   -moz-box-shadow: 18px 36px 50px rgba(0,0,0,.35);
			box-shadow: 18px 36px 50px rgba(0,0,0,.35);*/
}
.wedding-venue-box  a:hover .titBox .tableBox p {max-height: 100px;}
.wedding-venue-box  a:hover .cover {
	background:rgba(0,0,0,.6);
}
.wedding-venue-box  a:hover .titBox {
	opacity:1;
}
.wedding-venue-box  a:hover .out {
	opacity:1;
	padding:10px;
}
.main-wedding-venue .inner {
	margin-bottom:-140px;
}
.wedding-venue2 {
	top:-180px;
}
.wedding-venue3 .box-frame:after {
    padding-bottom: calc(100% - 100px);
}
@media screen and (max-width: 1440px) {
	.main-wedding-venue .venueHead {
		padding:40px;
	}
	.main-wedding-venue .inner {
		/*margin-bottom:-150px;*/
	}
	.wedding-venue2 {
		top:-150px;
	}
	.wedding-venue3 .box-frame:after {
		/*padding-bottom: calc(100% - 150px);*/
	}
	
}
@media screen and (max-width: 1280px) {
	.main-wedding-venue .txtBox h1 {
		font-size:60px;
	}
	.main-wedding-venue .txtBox h2 {
		font-size:35px;
	}
	.wedding-venue-box a .titBox .tableBox h1 {
		font-size:35px;
	}
	
	.main-wedding-venue .inner {
		padding:20px 0 0;
		margin-bottom:-100px;
	}
	.wedding-venue2 {
		top:-100px;
	}
	.wedding-venue3 .box-frame:after {
		padding-bottom: calc(100% - 60px);
	}
	
	.main-wedding-venue .venueHead {
		padding:20px;
	}
}
@media screen and (max-width: 1024px) {
	.main-wedding-venue .txtBox h1 {
		font-size:50px;
		padding:0;
	}
	
	.main-wedding-venue .txtBox h2 {
		font-size:30px;
	}
	.main-wedding-venue .txtBox h3 {
		font-size:16px; 
	}
	.wedding-venue-box a .titBox .tableBox h1 {
		font-size:30px;
	}
	.wedding-venue-box a .titBox .tableBox h2 {
		font-size:18px;
	}
	.main-wedding-venue .inner {
		margin-bottom:0px;
	}
	.wedding-venue2 {
		top:0px;
	}
	.wedding-venue3 .box-frame:after {
		padding-bottom: calc(100% - 0px);
	}
	

}
@media screen and (max-width: 768px) {
	.main-wedding-venue .inner {
		padding:0px 0 0;
		margin:-10px;
	}
	.main-wedding-venue .venueHead {
		padding:20px;
		float:none;
		width:calc(100% - 20px);
		margin:10px 10px 50px;
		text-align:center;
	}
	.main-wedding-venue .txtBox {
		text-align:center;
	}
	.wedding-venue-box {
		width:calc(50% - 20px);
		margin:10px;
	}
	/*.wedding-venue3 {
		width:calc(100% - 20px);
	}
	.wedding-venue3 .box-frame:after {
		padding-bottom: 50%;
	}
	.wedding-venue3 .img img{
		width:100%;height:auto;
	}*/
	.wedding-venue1 {
		width:calc(100% - 20px);
	}
	.wedding-venue1 .box-frame:after {
		padding-bottom: 50%;
	}
	.wedding-venue1 .img img{
		width:100%;height:auto;
	}
	
	.main-wedding-venue .txtBox h1 {
		font-size:40px;
		letter-spacing:-1px;
		padding:0;
		line-height:120%;
	}
	.main-wedding-venue .txtBox h2 {
		font-size:24px;
	}
	.main-wedding-venue .txtBox h2 .in {
		padding:0;
	}
	.main-wedding-venue .txtBox h2:before {
		display:none;
	}
	.wedding-venue-box a .titBox .tableBox h1 {
		font-size:26px;
	}
	.main-wedding-venue .venueHead {
		padding:0px;
	}
}
@media screen and (max-width: 640px) {
	.main-wedding-venue {
		padding:0 0 40px;
	}
}
@media screen and (max-width: 480px) {
	.main-wedding-venue .venueHead {
		margin:10px 10px 40px;
	}
	.wedding-venue-box {
		float:none;
		width:calc(100% - 20px);
	}
	.wedding-venue1 {
		float:none;
	}
	.wedding-venue1 .box-frame:after {
		padding-bottom: 100%;
	}
	.wedding-venue1 .img img{
		width:auto;height:100%;
	}
	
	/*.wedding-venue3 {
		float:none;
	}
	.wedding-venue3 .box-frame:after {
		padding-bottom: 100%;
	}
	.wedding-venue3 .img img{
		width:auto;height:100%;
	}*/
	.main-wedding-venue .txtBox h1 {
		font-size:34px;
	}
	.main-wedding-venue .txtBox h2 {
		font-size:20px;
	}
	.wedding-venue-box a .titBox .tableBox h1 {
		font-size:22px;
	}
	.wedding-venue-box a .titBox .tableBox h2 {
		font-size:16px;
	}
	.wedding-venue-box a .titBox .tableBox p {
		font-size:14px;
	}
	.wedding-venue-box .out {
		opacity:1;
	}
}
@media screen and (max-width: 414px) {
	.main-wedding-venue .txtBox h1 {
		font-size:32px;
	}
	.main-wedding-venue .txtBox h2 {
		font-size:18px;
	}
}

.main-visualText {
	position:absolute; 
	top:50%; 
	left:50%; 
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:80;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	text-align:center;
}	

.main-visualText .in {
	position:relative; 
	display:block;
	width:1200px;
	height:100%;
	white-space: nowrap;
	word-break:keep-all;
	margin:100px 0px 0 0;
	/*text-align:left;*/
}
.main-visualText h1 {
	font-size:60px;
	color:rgba(255,255,255,1);
	letter-spacing:-1px;
	line-height:125%;
	padding:0px 0 10px;
	font-weight:500;
}
.main-visualText strong {
	font-weight:700;
}
	
@supports (-webkit-text-stroke: 1px black) {
	.main-visualText h1 span {
		color: transparent;
		-webkit-text-stroke: 1px rgba(255,255,255,1);;
		text-stroke: 1px rgba(255,255,255,1);
		font-weight:700;
		letter-spacing:0px;
	}
}
.main-visualText h2 {
	color:rgba(255,255,255,1);
	font-size:35px;
	letter-spacing:0px;
	line-height:140%;
	position:relative;
	font-weight:300;
	/*font-family:"Noto Serif KR", serif;*/
}
.main-visualText h2 strong {
	font-weight:500;
}
.main-visualText h3 {
	color:rgba(255,255,255,1);
	font-size:22px;
	letter-spacing:0px;
	line-height:160%;
	position:relative;
	font-weight:400;
}

@media screen and (max-width: 1280px) {
	
	.main-visualText .in {
		width:1000px;		
	}
	.main-visualText h1 {
		font-size:50px;
	}
	.main-visualText h2 {
		font-size:30px;
	}
	.main-visualText h3 {
		font-size:20px;
	}
}

@media screen and (max-width: 1024px) {
	.main-visualText .in {
		margin-top:0px;
		width:auto;
		text-align:center;
	}
}

@media screen and (max-width: 768px) {
	.main-visualText h1 {
		font-size:40px;
		padding:0px 0 10px;
	}
	.main-visualText h2 {
		font-size:26px;
	}
	.main-visualText h3 {
		font-size:20px;
	}
}

@media screen and (max-width: 480px) {
	.main-visualText h1 {
		font-size:30px;
		line-height:130%;
	}
	.main-visualText h2 {
		font-size:24px;
	}
	.main-visualText h3 {
		font-size:18px;
	}
	.main-visualText {
		left:20px;
		top:auto;
		bottom:100px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.main-visualText .in {
		text-align:left;
	}
}

@media screen and (max-width: 375px) {
	.main-visualText h1 {
		font-size:26px;
	}
	.main-visualText h2 {
		font-size:20px;
	}
	.main-visualText h3 {
		font-size:16px;
	}
}

.noText-bar-scroll {
	position: absolute;
	bottom: 0px;
	top:auto;
	right:60px;
	/*right:auto;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);*/
    height: 100px;
	z-index:80;
}

@media screen and (max-width: 1400px) {
	.noText-bar-scroll {
		right:40px;
	}
}
@media screen and (max-width: 1024px) {
	.noText-bar-scroll {
		right:30px;
	}
}

@media screen and (max-width: 768px) {
	.noText-bar-scroll {
		right:20px;
	}
	.noText-bar-scroll .bar-scroll {
		height: calc(100% - 3px);
	}
	.noText-bar-scroll .bar-scroll:before {
		height: 100%;
	}
}

@media screen and (max-width: 480px) {
	
	.noText-bar-scroll .bar-scroll {
		top:auto !important;
	}

	.noText-bar-scroll {
		left:auto;
		right:20px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.center-bar-scroll {
	position: absolute;
	bottom: 0px;
	top:auto;
	right:auto;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    height: 100px;
	z-index:80;
}

@media screen and (max-width: 768px) {
	.center-bar-scroll .bar-scroll {
		height: calc(100% - 3px);
	}
	.center-bar-scroll .bar-scroll:before {
		height: 100%;
	}
}

@media screen and (max-width: 480px) {
	.center-bar-scroll .bar-scroll {
		top:auto !important;
		height: 50px;
	}
	.center-bar-scroll .bar-scroll:before {
		height: 50px;
	}

	.center-bar-scroll {
		left:auto;
		right:20px;
		height: 50px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.main-article-head {
	position: relative;  text-align: left; padding: 0px 0 40px;margin:0px auto 0px;
}
.main-article-head.tBar {
	padding:80px 0 50px;
	text-align:center;
}
.main-article-head.hBar {

}
.main-article-head h1 .in {
	display: inline-block;
	position: relative;
	z-index: 50;
	padding: 0 60px 0 0px;
	background: #fff;
}
.main-article-head h1 {
	font-size: 56px;
	letter-spacing: 0px; 
	line-height: 1.2; 
	color:rgba(102,102,102,1);
	color:rgba(51,51,51,1);
	
	color:rgba(160,40,40,1);
	font-weight:300;
	
	font-family: "Bodoni Moda","Noto Sans KR", serif;
	position:relative;
	padding:15px 0;
	text-transform:uppercase;
}
.main-article-head.hBar h1:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height:5px;
	-webkit-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
	background:rgba(50,40,30,.5);
	background:rgba(160,40,40,1);
}
.main-article-head h1 span {
	color:rgba(50,40,30,1);
}
.main-article-head h1 .sm {
	font-size: 16px;
	font-weight:400;
	color:rgba(80,50,20,1);
	vertical-align:middle;
}

.main-article-head.mini h1 {
	font-size: 30px;
	/*text-transform:uppercase;*/
}


.main-article-head h3 {
	font-size: 18px; letter-spacing: 0; line-height: 1.5; 
	color:rgba(40,30,25,1);
}

@media screen and (max-width: 1024px) {
	.main-article-head h1 {
		font-size: 46px;
	}
}
@media screen and (max-width: 768px) {
	
	.main-article-head.mini .moreArea {
		bottom:30px;
	}
}

@media screen and (max-width: 640px) {
	.main-article-head h1 {
		font-size: 40px;
	}
	.main-article-head h3 {
		font-size: 16px;
	}
	.main-article-head h1 .in {
		padding: 0 40px 0 0px;
		background: rgba(245,245,245,1);
	}
}

@media screen and (max-width: 480px) {
	.main-article-head {
		text-align:center;
		padding: 0px 0 40px;
	}
	.main-article-head h1 {
		font-size: 34px;
		padding:10px 0;
	}
	.main-article-head.mini {
	}
	.main-article-head.mini .moreArea {
		bottom:20px;
	}
	.main-article-head.mini h1 {
		font-size: 28px;
	}
	.main-article-head h1 .in {
		padding: 0 0px 0 0px;
	}
	.main-article-head.hBar h1:before{
		display: none;
	}
}

/* main event */
.main-offers-section {
	margin:0px 0 0px;
}
.main-offers-section .section-slick-list {
	padding:0 0 20px 0;
}
.main-offers-section .slick-arrow-controls.bar-top-right {
	top:-55px;
}
.main-offers-section .section-slick-list .slick-list {
	margin: 0 -25px;
}
.main-offers-section .section-slick-list .slick-slide {
    padding: 0 25px 0px;
}
.main-offers-section .offers-article-item {
	/*position:relative;
	width:auto; 
	vertical-align:top;
	display:inline-block;*/
	box-sizing: border-box;
}
/*.main-offers-section .offers-article-item .cont {
	overflow:hidden;
	padding:15px 25px 20px;
	background:#fff;
	margin-top: -50px;
	-webkit-border-radius: 0 0px 0px 20px;
	-moz-border-radius: 0 0px 0 20px; 
	border-radius: 0 0px 0 20px;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	margin-left:20px;
	width:calc(100% - 20px);
}*/
.main-offers-section .offers-article-item .contBox {
	margin:20px 0px 0px;
	font-size:14px;
	min-height:50px;
	font-family:"Noto Sans KR",serif;
}

.main-offers-section .type3 .offers-article-item .cont .tit {
	font-size:20px;
}
.main-offers-section .type3 .offers-article-item .cont .txt {
	font-size:15px;	
	font-family:"Noto Sans KR",serif;
}

.main-offers-section .offers-article-item .cont .txt {
	min-height:44px;
}
.main-offers-section .type3 .offers-article-item .contBox dl {width:calc(100%);}

.main-offers-section .slick-dots li.slick-active button
{
    background:rgba(190,130,100,1);
}

.main-offers-articleArea {padding:60px 0 60px;}
.bg.main-offers-articleArea {padding:60px 0 80px;}
.bar.main-offers-articleArea {padding:0px 0 40px;}

@media screen and (max-width: 1024px) {
	.main-offers-articleArea {padding:40px 0 40px;}
	.bg.main-offers-articleArea {padding:40px 0 40px;}
	.bar.main-offers-articleArea {padding:0px 0 40px;}
}
@media screen and (max-width: 640px) {
	.main-offers-articleArea {padding:40px 0 40px;}
}

@media screen and (max-width: 1024px) {
	.main-offers-section .section-slick-list .slick-list {
		margin: 0 -25px;
		padding:0 25px 0px 0;
	}
	.main-offers-section .section-slick-list .slick-slide {
		padding: 0 0px 10px 25px;
	}
}
@media screen and (max-width: 768px) {
	.main-offers-section .offers-article-item .cont .txt {
		display: -webkit-box;
		overflow:hidden;
		min-height:44px;
		text-overflow:ellipsis;
		-webkit-line-clamp: 2;
	}
	.main-offers-section .offers-article-item .contBox .btnArea{display:none;}
	
	.main-offers-section .offers-article-item .cont .tit {
		font-size:18px !important;
	}
	.main-offers-section .section-slick-list .slick-list {
		margin: 0 -20px;
		padding:0 20px 0px 0;
	}
	.main-offers-section .section-slick-list .slick-slide {
		padding: 0 0px 10px 20px;
	}
	
}
@media screen and (max-width: 640px) {
	.main-offers-section .offers-article-item .cont .tit {
		overflow:hidden;
		white-space:nowrap;
	}
	
}
@media screen and (max-width: 480px) {
	.main-offers-section {
		margin:0px 0 0px;
	}
	.main-offers-section .slick-arrow-controls.bar-top-right {
		top:0px;
	}
	.main-offers-section.little-view {
		padding:0 0px 0px;
	}
	.main-offers-section.little-view .section-slick-list {
		padding:0 0px 10px;
	}
	.bg .main-offers-section.little-view .section-slick-list {
		padding:0 0px 20px;
	}
	.main-offers-section.little-view .section-slick-list .slick-list {
		padding:0 50px 0px;
		margin:0 0 20px -20px;
	}
	.main-offers-section.little-view .section-slick-list .slick-slide {
		padding: 0 0px 20px 30px;
	}
	
	.main-offers-section.little-view .section-slick-list .slick-dots {
		display:block !important;
	}
	.main-offers-section.little-view .slick-arrow-controls {
		position:relative;
		text-align:center;
		display:none !important;
	}
	.main-offers-section.little-view .slick-arrow-controls.bar-bottom-right {
		bottom:0px;
	}
	
	.main-offers-section .offers-article-item .inner {padding:0px;margin-bottom:0px}
	.main-offers-section .offers-article-item:first-child .inner {padding:0px 0px 0px;}
}
@media screen and (max-width: 414px) {
	
}
@media screen and (max-width: 375px) {
	
	.main-offers-section.little-view .section-slick-list .slick-list {
		padding:0 0px 0px;
		margin:0 0px 10px;
	}
	.main-offers-section.little-view .section-slick-list .slick-slide {
		padding: 0 20px 20px;
	}

}




/* room */
.main-rooms-visual {position:absolute; overflow: hidden; width:100%;height:640px;background:rgba(0,0,0,1);z-index:1;}
.main-rooms-visual {
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
}
.main-rooms-visual .img {
	position:relative;
	width:100%;height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
}

.main-rooms-visual .visualCover {
	position:absolute;
	left:0;right:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	z-index:2;
}

.main-rooms-cont {
	position:relative;
	z-index:3;
	padding:0px 0 40px;
}
.main-rooms-cont .tBar:before {
    background:rgba(255,255,255,.6);
}
.main-rooms-cont #contentsHead h1 {
	color:rgba(255,255,255,1);
	text-transform:uppercase;
}
.main-rooms-cont #contentsHead h2 {
	color:rgba(255,255,255,1);
	margin:10px 0 10px;
}

.main-rooms-cont #contentsHead h3 {
	color:rgba(255,255,255,.8);
}

.main-rooms-brand {
	position: relative; 
	font-size:0;
	
	background:rgba(50,40,30,1);
	background:rgba(160,40,40,1);
	
	background:rgba(245,245,245,1);
	background:rgba(255,255,255,1);
	
	margin:0 0 0px;
	display:table;
	width:100%;
	-webkit-border-radius: 0 20px 0px 20px;
	-moz-border-radius: 0 20px 0 20px; 
	border-radius: 0 20px 0 20px;
	overflow:hidden;
	
	box-shadow: 10px 10px 0px rgba(0,0,0,.1);
	box-shadow: 10px 10px 20px rgba(0,0,0,.1);
}
.main-rooms-brand-list {
	position: relative; 
	width:70%;
	display:table-cell; 
    vertical-align: middle;
	text-align:center;
}
.main-rooms-brand-list + .main-rooms-brand-list {
	width:auto;	
	padding:40px;
}
.main-rooms-brand-list img {
	position: relative; 
	width:100%;
}
.main-rooms-brand-list + .main-rooms-brand-list img {
	position: relative; 
	width:220px;
	max-width:100%;
}

.rooms-brand-info {
	position:relative;
	display:block;
}
.rooms-brand-info .head {
	position:relative;
	padding:0 0 0px;
}
.rooms-brand-info .head h1 {
	position:relative;
	font-size:20px;
	color:#000;
	line-height:120%;
	text-transform:uppercase;
	
	margin-bottom:10px;
}
.rooms-brand-info .head h2 {
	position:relative;
	font-size:30px;
	color:#000;
	line-height:120%;
	text-transform:uppercase;
	font-family:"Bodoni Moda","Noto Sans KR",serif;
	margin-bottom: 25px;
}
.rooms-brand-info .head .txt {
	font-size:16px;
}
.rooms-brand-info dl {
	font-size:16px;
}
.rooms-brand-info dl dt {
	font-size: 14px;
	color: #999;
	line-height: 120%;
	margin-bottom: 10px; 
}
.rooms-brand-info dl dd {
	font-size: 16px;
	color: #111;
	margin-bottom: 20px;
	line-height: 150%;
}

.main-rooms-brand-ment {
	position: relative; 
	display:table;
	padding:60px 40px;
	width:100%;
}
.main-rooms-brand-ment .ment-list {
	position: relative; 
	width:auto;
	display:table-cell; 
    vertical-align: top;
	padding:0 40px 0 0;
}

.main-rooms-brand-ment .ment-list + .ment-list {
	width:40%;
	padding:0 0 0 40px;
}
.main-rooms-brand-ment .ment-list + .ment-list:before { 
	content:''; 
	position:absolute; 
	top:50%; left:0px; 
	width:1px; 
	height:100%; 
	-webkit-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
	background:rgba(210,210,210,1);
}

.main-rooms-brand-ment .ment-list + .ment-list:after {
    content: '';
    position: absolute;
	top:0;
	left:0px;
    height:70px;
    width: 1px;
	background:rgba(0,0,0,1);
}
.main-rooms-brand-ment .eng {
	position: relative;
	font-size: 30px;
	line-height:140%;
	letter-spacing: 0px; 
	color:rgba(0,0,0,1);
	font-family:"Bodoni Moda","Noto Sans KR",serif;
	text-transform:uppercase;
	margin-bottom:20px;
}
.main-rooms-brand-ment h2 {
	position: relative;
	font-size: 26px;
	line-height:140%;
	letter-spacing: -0.5px; 
	color:rgba(0,0,0,1);
	font-weight:400;
}
.main-rooms-brand-ment p {
	position: relative;
	font-size: 18px;
	line-height:170%;
	letter-spacing: -0.5px; 
	color:rgba(51,51,51,1);
	margin:20px 0 0;
}

/* room swiper */
.main-rooms-section {
	margin:0px 0 30px;
}
.main-rooms-section .section-slick-list {
	padding:0 0 20px 0;
}
.main-rooms-section .slick-arrow-controls.bar-top-right {
	top:-55px;
}
.main-rooms-section .section-slick-list .slick-list {
	margin: 0 -25px;
}
.main-rooms-section .section-slick-list .slick-slide {
    padding: 0 25px 40px;
}

@media screen and (max-width: 1280px) {
	.main-rooms-visual {height:600px;}
}
@media screen and (max-width: 1024px) {
	.main-rooms-visual {height:500px;}
	.main-rooms-brand-ment {
		padding:50px 40px;
	}
	.main-rooms-brand-ment .eng {
		font-size: 26px;
	}
	.main-rooms-brand-ment h2 {
		font-size: 22px;
	}
	.main-rooms-brand-ment p {
		font-size: 16px;
	}
	.rooms-brand-info .head h1 {
		font-size:18px;
	}
	.rooms-brand-info .head h2 {
		font-size:24px;
		margin-bottom: 25px;
	}
	.rooms-brand-info .head .txt {
		font-size:15px;
	}
	.main-rooms-brand-list + .main-rooms-brand-list {
		padding:30px;
	}
	
}
@media screen and (max-width: 900px) {
	
	.main-rooms-brand-list {
		width:100%;
		display:block; 
	}
	.main-rooms-brand-list + .main-rooms-brand-list {
		width:auto;	
		padding:40px;
	}
	.main-rooms-brand-list + .main-rooms-brand-list img {
		max-width:150px;
	}
}
@media screen and (max-width: 768px) {
	.main-rooms-section {
		margin:10px 0 30px;
	}
	.main-rooms-brand-ment h2 {
		font-size: 20px;
	}
	.main-rooms-brand-ment p {
		font-size: 15px;
	}
	.main-rooms-brand-ment {
		padding:40px;
	}
	
	.rooms-brand-info .head h1 {
		font-size:18px;
	}
	.rooms-brand-info .head h2 {
		font-size:22px;
		margin-bottom: 25px;
	}
	.rooms-brand-info .head .txt {
		font-size:15px;
	}
	
	.main-rooms-section .section-slick-list .slick-list {
		margin: 0 -20px;
		padding:0 40px 0px;
	}
	.main-rooms-section .section-slick-list .slick-slide {
		padding: 0 15px 40px;
	}
	.main-rooms-brand-list + .main-rooms-brand-list {
		padding:40px 20px;
	}
	
	
}
@media screen and (max-width: 640px) {
	
	.main-rooms-cont {
		padding:0px 0 20px;
	}
	.main-rooms-brand-ment {
		padding:40px 20px;
	}
	.main-rooms-brand-ment .ment-list {
		width:100%;
		display:block; 
		padding:0px 0 20px 0px;
	}
	
	.main-rooms-brand-ment .ment-list + .ment-list {
		width:100%;
		padding:20px 0 0 0px;
	}
	.main-rooms-brand-ment .ment-list + .ment-list:before { 
		top:0; left:0px; 
		width:100%; 
		height:1px; 
		-webkit-transform: translateY(0);
			 -o-transform: translateY(0);
				transform: translateY(0);
	}
	.main-rooms-brand-ment .ment-list + .ment-list:after {
		width:40px;
		height:1px;
	}
	.main-rooms-brand-ment .eng  br {
		/*display:none;*/
	}
	
	.main-rooms-brand-ment h2 {
		font-size: 18px;
	}
	
	.main-rooms-cont #contentsHead h2 {
		margin:10px 0 0px;
	}
	
	.rooms-brand-info .head h2 {
		min-height:50px;
		margin-bottom:20px;
	}

	
}
@media screen and (max-width: 480px) {
	.main-rooms-visual {height:600px;}
	.main-rooms-brand-ment {
		padding:20px 20px 40px;
	}
	.main-rooms-section.little-view {
		padding:0 0px 0px;
	}
	.main-rooms-section.little-view .section-slick-list {
		padding:0 0px 0px;
	}

	.main-rooms-section.little-view .section-slick-list .slick-list {
		padding:0 40px 0px;
		margin:0 0 0px -20px;
	}
	.main-rooms-section.little-view .section-slick-list .slick-slide {
		padding: 0 40px 40px 0;
	}
	.main-rooms-section.little-view .slick-arrow-controls.bar-bottom-right {
		bottom:0px;
	}
	
}
@media screen and (max-width: 375px) {

	.main-rooms-brand-list + .main-rooms-brand-list {
		padding:30px 20px;
	}
	.main-rooms-brand-list + .main-rooms-brand-list img {
		max-width:120px;
	}
	
	.main-rooms-section .section-slick-list .slick-list {
		padding:0 0px 0px;
		margin:0 -20px;
	}
	.main-rooms-section .section-slick-list .slick-slide {
		padding: 0 20px 40px;
	}
	.main-rooms-section.little-view .section-slick-list .slick-list {
		padding:0 0px 0px;
		margin:0 0 0px 0px;
	}
	.main-rooms-section.little-view .section-slick-list .slick-slide {
		padding: 0 20px 40px;
	}
}


.main-space-list {
	position:relative;
	margin:0px -1% 40px;
	font-size:0; 	
	list-style:none;
	vertical-align:top;
}
.main-space-box {
	position:relative;
	display:inline-block;
	width:23%;
	margin:0 1%;
	font-size:0;
}
.main-space-box:last-child {
	position:relative;
	display:none;
}

.main-space-box a {
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 0 10px 0 10px; 
	   -moz-border-radius: 0 10px 0 10px; 
		    border-radius: 0 10px 0 10px; 
}
.main-space-box .box {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.main-space-box .img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.main-space-box .img img{
	position:relative;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	
	width:100%;height:auto;
	width:auto;height:100%;
	
	-webkit-transition: all 1.3s ease; -moz-transition: all 1.3s ease; -o-transition: all 1.3s ease; transition: all 1.3s ease;
}
.main-space-box  a:hover .img img{
	transform:scale(1.05,1.05) translate(-48%, -48%);;  
	-ms-transform:scale(1.05,1.05) translate(-48%, -48%);
	-moz-transform: scale(1.05,1.05) translate(-48%, -48%) rotate(0.02deg);
}

.main-space-box .cover {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:10;
	background:rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
}


.main-space-box a .titBox {
	position: absolute;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index:11;
	opacity:1;
	-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;
}

.main-space-box a .titBox .tableBox {
	display:table;
	position:static;
	width:100%;
	height:100%;
	padding:30px;
}
.main-space-box a .titBox .tableBox .tableCell {
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	/*text-align:left;
	vertical-align:bottom;*/
}
.main-space-box a .titBox .tableBox h1 {
	font-family: 'Raleway', 'Noto Sans KR', sans-serif;
	color:rgba(255,255,255,1);
	font-size:20px;
	line-height:125%;
	letter-spacing:0px;
	position:relative;
	font-weight:600;
	margin:7px 0 0px;
	text-transform:uppercase;
}

.main-space-box a .titBox .tableBox h2 {
	color:rgba(255,255,255,1);
	font-size:16px;
	letter-spacing:0px;
	line-height:160%;
	position:relative;
	text-indent:1px;
	margin-top:15px;
}
.main-space-box a .titBox .tableBox p {
	color:rgba(255,255,255,1);
	font-size:14px;
	letter-spacing:0px;
	line-height:150%;
	position:relative;
	-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;
    max-height: 0;
    overflow: hidden;
	margin-top:20px;
}

.main-space-box  a:hover .titBox .tableBox p {max-height: 100px;}
.main-space-box  a:hover .cover {
	background:rgba(0,0,0,.5);
	background:rgba(160,40,40,.5);
	background:rgba(150,160,0,.6);
	
	background:rgba(95,165,115,.7);
	background:rgba(210,165,150,.7);
	
}
.main-space-box  a:hover .titBox {
	opacity:1;
}

.main-space-box .box-frame {
}
.main-space-box .box-frame:after {
	content:'';
	display:block;
    padding-bottom: 100%;
}

.main-space-box a {
	height:440px;
}

@media screen and (max-width: 1024px) {
	.main-space-list {
		margin:0px -1% 0px;
	}
	.main-space-box a {
		height:400px;
	}
	.main-space-box a .titBox .tableBox {
		padding:20px;
	}
	.main-space-box a .titBox .tableBox h2 {
		font-size:14px;
	}
	.main-space-box a .titBox .tableBox p {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	.main-space-box {
		width:31.33333%;
		margin:1% 1% 1%;
	}
	.main-space-box:last-child {
		display:inline-block;
	}
	.main-space-box a {
		height:auto;
	}
	.main-space-box1,.main-space-box2 {
		width:48%;
	}
	.main-space-box a .titBox .tableBox h1 {
		font-size:18px;
	}
}

@media screen and (max-width: 640px) {
	
	.main-space-list {
		margin:0px -1% 20px;
	}
	.main-space-box {
		width:31.33333%;
		margin:1% 1% 1%;
	}
	.main-space-box a {
		height:auto;
	}
	.main-space-box1,.main-space-box2 {
		width:48%;
	}
	/*.main-space-box1 .box-frame:after,
	.main-space-box2 .box-frame:after {
		padding-bottom: 60%;
	}*/
}

@media screen and (max-width: 480px) {
	
	.main-space-box {
		width:48%;
	}
	.main-space-box1 {
		width:98%;
	}
	.main-space-box1 .box-frame:after {
		padding-bottom: 60%;
	}
	.main-space-box2 .box-frame:after {
		padding-bottom: 100%;
	}
	
}

@media screen and (max-width: 414px) {
	
	.main-space-box a .titBox .tableBox h2 {
		display:none;
	}
}


.main-banquet-list {
	position:relative;
	margin:0px -2% 40px;
	font-size:0; 	
	list-style:none;
	vertical-align:top;
}
.main-banquet-box {
	position:relative;
	display:inline-block;
	width:29.3333%;
	margin:0 2%;
	font-size:0;
}

.main-banquet-box a {
	position:relative;
	display:block;
	width:100%;
}
.main-banquet-box .box-frame {
	position:relative;
	width: 100%;
	display:block;
	overflow:hidden;
	box-shadow:3px 6px 20px rgba(0,0,0,0.2);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		    border-radius: 50%;
}

.main-banquet-box .box-frame:after {
	content:'';
	display:block;
    padding-bottom: 100%;
}

.main-banquet-box .box {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.main-banquet-box .img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	
}
.main-banquet-box .img img{
	position:relative;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	
	width:100%;height:auto;
	width:auto;height:100%;
	
	-webkit-transition: all 1.3s ease; -moz-transition: all 1.3s ease; -o-transition: all 1.3s ease; transition: all 1.3s ease;
}
.main-banquet-box  a:hover .img img{
	transform:scale(1.05,1.05) translate(-48%, -48%);;  
	-ms-transform:scale(1.05,1.05) translate(-48%, -48%);
	-moz-transform: scale(1.05,1.05) translate(-48%, -48%) rotate(0.02deg);
}

.main-banquet-box .cover {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:10;
	background:rgba(0,0,0,0);
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
}


.main-banquet-box a .titBox {
	position: absolute;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index:11;
	opacity:1;
	display:none;
	-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;
}

.main-banquet-box a .titBox .tableBox {
	display:table;
	position:static;
	width:100%;
	height:100%;
	padding:30px;
}
.main-banquet-box a .titBox .tableBox .tableCell {
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	/*text-align:left;
	vertical-align:bottom;*/
}
.main-banquet-box a .titBox .tableBox h1 {
	font-family: 'Raleway', 'Noto Sans KR', sans-serif;
	color:rgba(255,255,255,1);
	font-size:18px;
	line-height:125%;
	letter-spacing:0px;
	position:relative;
	font-weight:600;
	margin:7px 0 0px;
	text-transform:uppercase;
	
}

.main-banquet-box a .titBox .tableBox h2 {
	color:rgba(255,255,255,1);
	font-size:16px;
	letter-spacing:0px;
	line-height:160%;
	position:relative;
	text-indent:1px;
	margin-top:15px;
}
.main-banquet-box a .titBox .tableBox p {
	color:rgba(255,255,255,1);
	font-size:14px;
	letter-spacing:0px;
	line-height:150%;
	position:relative;
	-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;
    max-height: 0;
    overflow: hidden;
	margin-top:20px;
}

.main-banquet-box  .tit {
	position:relative;
	text-align:center;
	margin-top:25px;
}
.main-banquet-box .tit h1 {
	font-weight:400;
	font-size:20px;
	line-height:110%;
	position:relative;
	margin:5px 0 0px;
	letter-spacing:-0.5px;
}

.main-banquet-box  .tit h2 {
	font-size:16px;
	letter-spacing:0px;
	line-height:130%;
	position:relative;
	letter-spacing:0px;
	font-family: "Raleway","Noto Sans KR", serif;
}


.main-banquet-box  a:hover .titBox .tableBox p {max-height: 100px;}
.main-banquet-box  a:hover .cover {
	background:rgba(0,0,0,.3);
	
}
.main-banquet-box  a:hover .titBox {
	opacity:1;
}


@media screen and (max-width: 1024px) {
	.main-banquet-list {
		margin:0px -1% 0px;
	}

	.main-banquet-box a .titBox .tableBox {
		padding:20px;
	}
	.main-banquet-box a .titBox .tableBox h2 {
		font-size:14px;
	}
	.main-banquet-box a .titBox .tableBox p {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	.main-banquet-box {
		width:31.33333%;
		margin:1% 1% 1%;
	}
	
	.main-banquet-box a .titBox .tableBox h1 {
		font-size:18px;
	}
	.main-banquet-box .tit h1 {
		font-size:18px;
	}
	
	.main-banquet-box  .tit h2 {
		font-size:12px;
	}
}

@media screen and (max-width: 640px) {
	
	.main-banquet-list {
		margin:0px -1% 20px;
	}
	
	.main-banquet-box a {
		height:auto;
	}
	.main-banquet-box1 {
		width:98%;
	}
	.main-banquet-box2,.main-banquet-box3 {
		width:48%;
	}
	.main-banquet-box .box-frame {
		box-shadow:none;
		-webkit-border-radius: 0 10px 0 10px; 
		   -moz-border-radius: 0 10px 0 10px; 
				border-radius: 0 10px 0 10px; 
		/*-webkit-border-radius: 0;
	   		-moz-border-radius: 0;
		    	border-radius: 0;*/
	}
	.main-banquet-box1 .box-frame:after {
		padding-bottom: 60%;
	}
	.main-banquet-box1 a .titBox {
		display:block;
	}	
	.main-banquet-box1  .tit {
		display:none;
	}
	.main-banquet-box1 .cover {
		background:rgba(0,0,0,.2);
	}
}

@media screen and (max-width: 480px) {
	.main-banquet-box  .tit {
		margin-top:15px;
	}
	
	
}

@media screen and (max-width: 414px) {
	
	.main-banquet-box a .titBox .tableBox h2 {
		display:none;
	}
	.main-banquet-box .tit h1 {
		font-size:16px;
	}
	
	.main-banquet-box  .tit h2 {
		font-size:10px;
	}
}

.grand-quick {
	padding:40px 0 0px;
}

.grand-support-area {
	position:relative;
	width:100%;
	display:table;
}
.grand-support-LR {
	position:relative;
	width:100%;
	display:block;
	vertical-align:top;
	border-bottom:1px solid rgba(204,204,204,.6);
	padding:0 0px 40px 0;
}
.grand-support-LR-type3 {
	position:relative;
	width:100%;
	display:block;
	vertical-align:top;
	border-bottom:1px solid rgba(204,204,204,.6);
	padding:0 0px 40px 0;
}
.grand-support-LR:last-child {
	border-bottom:none;
	padding:40px 0px 40px 0;
}
.grand-support-LR .grand-news {
	position:relative;
	width:50%;
	display:table-cell;
	vertical-align:top;
}
.grand-support-LR .grand-quick {
	position:relative;
	width:50%;
	display:table-cell;
	vertical-align:top;
	padding:80px 0px 0 60px;
}
.grand-support-L {
	position:relative;
	width:70%;
	display:table-cell;
	vertical-align:top;
	border-right:1px solid rgba(204,204,204,.6);
	padding:0 60px 0 0;
}
.grand-support-R {
	position:relative;
	width:30%;
	display:table-cell;
	vertical-align:top;
	padding:0 0px 0 60px;
}
.grand-support-area .titArea {
	position:relative;
	padding:0 0 30px 0;
}
.grand-support-area .titArea h1 {
	position:relative;
	font-size:34px;
	color:#000;
	font-family:"Bodoni Moda","Noto Sans KR",serif;
	font-weight:500;
	letter-spacing:0px;
	text-transform:uppercase;
	line-height:60px;
}


@media screen and (max-width: 1280px) {
	.grand-support-L {
		padding:0 40px 0 0;
	}
	.grand-support-R {
		padding:0 0px 0 40px;
	}
	.grand-support-area .titArea {
		padding:0 0 20px 0;
	}
}
@media screen and (max-width: 1024px) {
	.grand-support-L {
		width:100%;
		display:block;
		border-right:none;
		padding:0 0px 40px 0;
	}
	.grand-support-R {
		width:100%;
		display:table;
		padding:0 0px 0 0px;
	}
	.grand-news {
		position:relative;
		width:50%;
		display:table-cell;
		vertical-align:top;
	}
	.grand-quick {
		position:relative;
		width:50%;
		display:table-cell;
		vertical-align:top;
		padding:80px 0px 0 60px;
	}
}
@media screen and (max-width: 768px) {
	.grand-support-area .titArea h1 {
		font-size:30px;
	}
	
	.grand-news {
		position:relative;
		width:100% !important;
		display:block !important;
	}
	.grand-quick {
		width:100% !important;
		display:block !important;
		padding:40px 0px 0 0px !important;
	}
	.moreArea {
		bottom:30px;
	}

}
@media screen and (max-width: 640px) {
	.grand-support-R {
		padding:0 0px 20px;
	}
}
@media screen and (max-width: 480px) {
	.grand-support-L, .grand-support-LR-type3 {
		padding:0 0px 40px 0;
		border-bottom:none;
	}
	.grand-support-L .titArea, .grand-support-LR-type3 .titArea {
		padding:0 20px 20px 20px;
	}
	.grand-support-R {
		padding:0 20px 20px;
	}
	.grand-support-LR:last-child {
		border-bottom:none;
		padding:0px 20px 0;
	}

	.grand-support-area .titArea h1 {
		font-size:24px;
	}
	.moreArea {
		bottom:35px;
	}
	.grand-support-L .moreArea, .grand-support-LR-type3 .moreArea {
		right:20px;
	}
	
}
@media screen and (max-width: 414px) {

}

/* quick Location */
.grand-location {
	position:relative;
	width:100%;
}

.grand-location .location {position:relative;}
.grand-location .bottom {position:relative;padding-top:30px;}
.grand-location .mapDiv {
	position:relative;margin:0px 0;max-width:100%;min-width:100%;height:100%;height:500px;/*border: #dddddd 1px solid;*/ 
}
.grand-location .location-info-box {
	position:relative;
	display:table;
	width:100%;
	color: #fff;
    background: rgba(50,40,30,1);
	color: #000;
	background: rgba(245,245,245,1);
}
.grand-location .location-info-box .info-div {
	position:relative;
	display:table-cell;
	width:55%;
	padding:40px;
}
.grand-location .location-info-box .info-R {
	width:45%;
	text-align:center;
	vertical-align:middle;
	padding:40px 0;
}

.grand-location .location-info-box  h4 {
	display:inline-block;font-size: 20px; 
	font-weight: normal; vertical-align:middle;line-height:120%;
}

.grand-location .location-info-box ul { margin: 15px 0 0; padding: 0; list-style: circle !important; padding-left: 1.5em; }
.grand-location .location-info-box ul li { font-size:16px;list-style: circle !important;  letter-spacing: .05em; line-height: 1.5; margin-bottom:7px;}

.location-btn {
    position: relative;
	display:inline-block;
	font-size:16px;
	height:60px;
	line-height:58px;
	background:#fff;
	color:#000;
	padding: 0 20px;
	text-align: center;
    border: 1px solid transparent;
}
.location-btn:after {width:65px; height:8px; margin-left:20px; background:url(/imgs/gnb/ico/ico_arrow11.png) 0 0 no-repeat; vertical-align:2px; display:inline-block; content:"";}

.location-btn.red {
	color:#fff;
	background:rgba(210,165,150,1);
}
.location-btn.red:after {background:url(/imgs/gnb/ico/ico_arrow11w.png) 0 0 no-repeat;}
.location-btn.red:hover {
	color:#000;
	background:#fff;
	border: 1px solid rgba(210,165,150,1);
}
.location-btn.red:hover:after {background:url(/imgs/gnb/ico/ico_arrow11.png) 0 0 no-repeat;}

@media screen and (max-width: 768px) {
	.grand-location .mapDiv {height:340px}
}

@media screen and (max-width: 640px) {
	.grand-location .location-info-box .info-div {
		display:block;
		width:100%;
		padding:30px;
	}
	.grand-location .location-info-box .info-R {
		width:100%;
		padding:0 0 30px;
	}
}

@media screen and (max-width: 480px) {
	.grand-location {
		padding:0 0px;
	}
}

@media screen and (max-width: 375px) {
	.grand-location .mapDiv {height:300px}
}


.quickNews {
	position:relative;
	min-height:290px;
	margin-bottom:40px;
}
.body-bgs .quickNews {
	position:relative;
	padding:15px;
	background:#fff;
	-webkit-border-radius: 10px 10px 10px 10px; 
	   -moz-border-radius: 10px 10px 10px 10px; 
		    border-radius: 10px 10px 10px 10px; 
}
.quickNews li{
	position:relative;
	width:100%;
	/*border-top:1px dotted rgba(145,115,80,.6);*/
	font-size:0;
	padding:0px 0;
}
.quickNews li:first-child {
	border-top:none;
}
.quickNews .news-nodata {
	position:relative;
	display:table;
	width:100%;
	height:100%;
}
.quickNews .news-nodata .in {
	position:relative;
	display:table-cell;
	padding:10px 20px 10px 20px;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	line-height:130%;
	color:#000;
}
.quickNews li a {
	position:relative;display:table;width:100%;padding:10px 0 0px;
	-webkit-border-radius: 10px 10px 10px 10px; 
	   -moz-border-radius: 10px 10px 10px 10px; 
		    border-radius: 10px 10px 10px 10px; 
}
.quickNews li:first-child a {padding:0px 0 0px;}
.quickNews li:nth-child(n+2) {
	/*display:none;*/
}
.quickNews li a:hover {background:#fff;}
.quickNews li .date {
	position:relative;
	display:table-cell;
	width:80px;
	vertical-align:middle;
	text-align:center;
	background:rgba(245,245,245,1);
	-webkit-border-radius: 10px 10px 10px 10px; 
	   -moz-border-radius: 10px 10px 10px 10px; 
		    border-radius: 10px 10px 10px 10px; 
}
.body-bg .quickNews li .date,
.body-bg .quickNews li a {
	background:#fff;
}
.quickNews li .date .dd {
	font-size:36px;
	line-height:40px;
	color:rgba(190,130,100,1);
	font-family:"Bodoni Moda","Noto Sans KR", serif;
	font-weight:500;
}
.quickNews li .date .yymm {
	font-size:15px;
	color:rgba(145,115,80,1);
	letter-spacing:0.5px;
	font-family:"Barlow","Noto Sans KR",serif;
}
.quickNews li .titleImg {
	position:relative;
	display:block;
	margin-bottom:10px;
}
.quickNews li .titleImg img {
	position:relative;
	width:100%;
}
.quickNews li .cont {
	position:relative;
	display:table-cell;
	display:block;
	padding:10px 20px 10px 20px;	
	vertical-align:middle;
}
.quickNews li .cont .tit {
	overflow:hidden;
	font-size:20px;
	line-height:140%;
	font-weight:normal;
	color:#000;
	/*white-space:nowrap;text-overflow:ellipsis;*/
	overflow:hidden;
	/*min-height:25px;
	max-height:25px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
	margin-bottom:10px;
	letter-spacing:-0.5px;
	/*font-family:"Noto Serif KR",serif;*/
}
.quickNews li .cont .txt {
	line-height:140%;
	color:#767676;
	overflow:hidden;
	/*white-space:nowrap;text-overflow:ellipsis;*/
	display:inline-block;
	font-size:14px;
	margin:0px 0px 0px;
	min-height:22px;
	max-height:22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	font-family:"Noto Sans KR",serif
}

@media screen and (max-width: 1280px) {
	.quickNews li .cont .tit {
		/*font-size:16px;*/
	}
}
@media screen and (max-width: 1024px) {
	.quickNews li .cont .tit {
		font-size:18px;
	}
	.quickNews li:nth-child(n+2) {
		display:block;
	}
}
@media screen and (max-width: 768px) {
	.quickNews {
		min-height:60px;
	}
	.quickNews li .cont .tit {
		font-size:16px;
	}
}

.quickLink {
	position:relative;
	margin:0 -1.5%;
	list-style:none;
	*zoom:1;
	display:block;
	font-size:0;
}
.quickLink .quickItem {
	position:relative;
	width:30.3333333%;
	margin:0 1.5%;
	display:inline-block;
	vertical-align:top;
	-webkit-border-radius: 0 10px 0 10px; 
	   -moz-border-radius: 0 10px 0 10px; 
		    border-radius: 0 10px 0 10px; 
	box-sizing: border-box;
	/*border:2px solid rgba(145,115,80,1);*/
	box-shadow:1px 3px 8px rgba(0,0,0,0.05);
	overflow:hidden;
	background:#fff;
	border:0;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

.quickLink .quickItem a {
	position:relative;
	
}
.quickLink .quickItem .in {
	position:relative;
	display:table;
	width:100%;
	text-align:center;
}
.quickLink .quickItem .icon {
	position:relative;
	display:block;
	padding:25px 0 25px;
	border:none;
	vertical-align:middle;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	background: rgba(145,115,80,1) url(/imgs/gnb/footer-pattern4.png);
	background: rgba(120,90,60,1) url(/imgs/gnb/footer-pattern4.png);
}
.quickLink .quickItem:hover {
	background:rgba(254,253,241,1);
	background:rgba(255,255,255,1);	
	
	box-shadow:3px 6px 20px rgba(0,0,0,0.2);
}
.quickLink .quickItem:hover .icon {
	background: rgba(50,38,38,1) url(/imgs/gnb/footer-pattern4.png);
}

.quickLink .quickItem .icon img {
	position:relative;
	height:60px;
}
.quickLink .quickItem:hover .img img{
	transform:scale(1.05,1.05) translate(-48%, -48%);;  
	-ms-transform:scale(1.05,1.05) translate(-48%, -48%);
	-moz-transform: scale(1.05,1.05) translate(-48%, -48%) rotate(0.02deg);
}
.quickLink .quickItem .imgArea {
	position:relative;
	height:110px;
	width: 100%;
	display:block;	
	overflow:hidden;
}
.quickLink .quickItem .img {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
}
.quickLink .quickItem .img img {
	position:relative;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width:auto;height:100%;
	width:100%;height:auto;
	
	-webkit-transition: all 1.3s ease; -moz-transition: all 1.3s ease; -o-transition: all 1.3s ease; transition: all 1.3s ease;
}
.quickLink .quickItem .cont {
	position:relative;
	display:block;
	vertical-align:middle;
	padding:15px 10px 20px;
}
.quickLink .quickItem h1 {
	font-size:17px;
	letter-spacing:-1px; 
	line-height: 1.3; 
	color:rgba(190,130,100,1);
	font-weight:400;	
	position:relative;
	display:block;
}
.quickLink .quickItem h1:after{content:''; display:block; margin:15px auto 15px; width:20px; height:1px; background:rgba(220,120,1,1);background:rgba(190,130,100,1);}
.quickLink .quickItem h2 {
	font-size:13px;
	letter-spacing: 0px; 
	line-height: 1.2; 
	color:rgba(80,50,20,.7);
	font-family: "Raleway","Noto Sans KR", serif;
	font-weight:400;
	position:relative;
	padding-bottom:5px;
}
.quickLink .quickItem p {
	font-size:14px;
	line-height: 160%; 
	font-family: "Noto Sans KR", serif;
	color:rgba(54,54,54,1);
	font-weight:300;
	position:relative;
}

@media screen and (max-width: 1280px) {
	.quickLink .quickItem .imgArea {
		height:100px;
	}
}
@media screen and (max-width: 1024px) {
	.quickLink .quickItem {
		width:47%;
		margin:0 1.5% 3%;
	}
	.quickLink .quickItem:last-child {
		width:97%;
		margin:0 1.5% 0px;
	}
	.quickLink .quickItem:last-child .icon {
		display:table-cell;
		width:120px;
	}
	.quickLink .quickItem .imgArea {
		height:110px;
	}
	.quickLink .quickItem:last-child .imgArea {
		display:table-cell;
		width:120px;
	}
	.quickLink .quickItem:last-child .img img {
		width:auto;height:100%;
	}
	.quickLink .quickItem:last-child .cont {
		display:table-cell;
		text-align:left;
		padding:20px;
	}
	.quickLink .quickItem h1:after {display:none;}
	.quickLink .quickItem h1 {margin-bottom:10px}
	.quickLink .quickItem h2 {display:none;}
	.quickLink .quickItem:last-child .ot {display:none;}
	.quickLink-head {display:none}
}
@media screen and (max-width: 768px) {
	.quickLink-head {display:block}
	.quickLink .quickItem {
		width:30.333333%;
		margin:0 1.5% 0;
	}
	.quickLink .quickItem:last-child {
		width:30.333333%;
		margin:0 1.5% 0px;
	}
	.quickLink .quickItem:last-child .icon {
		display:block;
		width:auto;
	}
	.quickLink .quickItem:last-child .cont {
		display:block;
		text-align:center;
		padding:15px 10px 20px;
	}
	.quickLink .quickItem h1:after {display:block;}
	.quickLink .quickItem h1 {margin-bottom:0px}
	.quickLink .quickItem h2 {display:block;}
	.quickLink .quickItem:last-child .ot {display:block;}
	
	.quickLink .quickItem:last-child .imgArea {
		height:110px;
		width: 100%;
		display:block;	
	}
	.quickLink .quickItem:last-child .img img {
		width:100%;height:auto;
	}
	.quickLink .quickItem:last-child .cont {
		display:block;
		text-align:center;
		padding:15px 10px 20px;
	}
}
@media screen and (max-width: 480px) {
	.quickLink {
		margin:0 0 0;
	}
	.quickLink .quickItem {
		width:100% !important;
		margin:0 0 20px !important;
	}
	.quickLink .quickItem .icon {
		display:table-cell !important;
		width:120px !important;
	}
	.quickLink .quickItem .imgArea {
		display:table-cell !important;
		width:120px !important;
	}
	.quickLink .quickItem .img img {
		width:auto;height:100%;
	}
	.quickLink .quickItem:last-child .img img {
		width:auto;height:100%;
	}
	.quickLink .quickItem .cont {
		display:table-cell !important;
		text-align:left !important;
		padding:20px !important;
	}
	.quickLink .quickItem h1:after {display:none;}
	.quickLink .quickItem h1 {margin-bottom:10px}
	.quickLink .quickItem h2 {display:none;}
	.quickLink .quickItem .ot {display:none !important;}
	
}
@media screen and (max-width: 375px) {
	.quickLink .quickItem .icon {
		width:100px !important;
	}
	.quickLink .quickItem .icon img {
		height:50px;
	}
	.quickLink .quickItem .ot {display:block !important;}
}

.grand-wedding-tit {
}
.grand-wedding-tit strong {
	font-weight:700;
}
.grand-wedding-tit h2 {
	display:block;
	margin:10px 0 30px;
	font-size:30px;
	font-weight:500;
	letter-spacing: 0;
	color:rgba(210,165,150,1);
	font-family: "Raleway","Noto Sans KR", serif;
}
.grand-wedding-tit h1 {
	font-size:50px;color:#1c1c1c;font-weight:500;line-height: 1.435em;letter-spacing: -.075em;
	word-break: keep-all;word-wrap: break-word;
}

@media screen and (max-width: 1024px) {
	.grand-wedding-tit h2 {
		margin-bottom:20px;
		font-size:20px;
	}
	.grand-wedding-tit h1 {
		font-size:34px;
	}
}
@media screen and (max-width: 768px) {
	.grand-wedding-tit h1 {
		font-size:30px;
	}	
}

@media screen and (max-width: 480px) {
	.grand-wedding-tit h1 {
		font-size:24px;
	}
}

@media screen and (max-width: 320px) {
	.grand-wedding-tit h1 {
		font-size:20px;
	}
}

.grand-wedding-area {
	padding:100px 0 0px;
	width:100%;
	position: relative;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	
	-webkit-flex-direction: column;
			flex-direction: column;
			
	align-items: center;
    justify-content: center;
}
.grand-wedding-area .grand-wedding-section {
	position: relative;
	display:block;
	
	margin-bottom:150px;
}

.grand-wedding-section .photo-area {
	position: relative;
	display:block;
}
.grand-wedding-section .photo-img {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index:2;
}
.grand-wedding-section .photo-img img {
	
	position:relative;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	
	width:auto;height:100%;
	width:100%;height:auto;
	
	-webkit-transition: all 0.3s ease; 
	   -moz-transition: all 0.3s ease; 
	     -o-transition: all 0.3s ease; 
	        transition: all 0.3s ease;
}
.grand-wedding-section .videoBox {
    position:relative;
    top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width:auto;height:100%;
	width:100%;height:auto;
}
.grand-wedding-section .photo-mask {
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
	overflow:hidden;
	background:rgba(0,0,0,1);
	z-index:1;
}
.grand-wedding-section .cover {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:2;
	background:rgba(0,0,0,.1);
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
}

.grand-wedding-section .photo-base {
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
	overflow:hidden;
	z-index:3;
}
.grand-wedding-section .shadow {
	-webkit-box-shadow: 18px 36px 50px rgba(0,0,0,.35);
	   -moz-box-shadow: 18px 36px 50px rgba(0,0,0,.35);
			box-shadow: 18px 36px 50px rgba(0,0,0,.35);
}
.grand-wedding-section .photo-info {
	position: absolute;
	text-align:right;
	
    left:50%;
	top:50%;
	
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
		 -o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);		
			transform: translate(-50%,-50%);
			
	/*-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);		
			transform: translateX(-50%);
	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);		
			transform: translateY(-50%);*/
			
	-webkit-transition: all 0.3s ease; 
	   -moz-transition: all 0.3s ease; 
	     -o-transition: all 0.3s ease; 
	        transition: all 0.3s ease; 			
}

.grand-wedding-section .photo-info h3 {
	position: relative;
	font-size: 70px;
	line-height:100%;
	white-space: nowrap;
	font-weight:700;
	/*font-weight:600;
	text-transform:uppercase;*/
	
	color:rgba(0,0,0,1);	
	color:rgba(185,150,140,1);
	margin:10px 0 30px;
	letter-spacing:-1px;
	/*font-family: "Bodoni Moda","Noto Sans KR", serif;*/
	
}
.grand-wedding-section .photo-info h4 {
	position: relative;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 10px;
	color:rgba(0,0,0,1);
	font-weight:400;
	margin-right:5px;
}
.grand-wedding-section .photo-info p {
	position: relative;
	font-size: 18px;
	line-height: 150%;
	color:rgba(0,0,0,1);
	font-weight:300;
	/*font-family: "Noto Serif KR", serif;
	letter-spacing:-0.5px;*/
}

.grand-wedding-section .photo-info.info-white * {
	color:rgba(175,150,75,1);
	color:rgba(205,175,95,1);
	color: #fff;
}

.photo-area.active .photo-img img {
	/*filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
}
.photo-area.active .cover {
	background:rgba(0,0,0,.5);
}

.flex-end .photo-info {
	text-align:left;
}
.flex-end .photo-info p {
	margin-left:5px;
}
.flex-end .photo-info h4 {
	margin-left:5px;
}

.grand-wedding-section .photo-area {
	height:500px;
}
.grand-wedding-box1 {
	width:75%;
}
.grand-wedding-box1 .photo-area {
	height:540px;
}
.grand-wedding-box2 {
	width:65%;
}
.grand-wedding-box3 {
	width:60%;
}
.grand-wedding-box3 .photo-img img, .grand-wedding-box3 .videoBox {
	width:auto;height:100%;
}
.grand-wedding-box4 {
	width:55%;
}
.grand-wedding-box4 .photo-img img, .grand-wedding-box4 .videoBox {
	width:auto;height:100%;
}
.grand-wedding-box5 {
	width:65%;
}


.chapterArea {
	padding:40px 0 0px;
	width:100%;
	position: relative;	
}
.chapter {
	position: relative;
	width:100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-flex-direction: row;
			flex-direction: row;
	
	
	margin-bottom:120px;
}

.chapter .photo-area {
	position: relative;
	display:block;
	width:60%;
	max-width:1000px;
	order:1;
}
.chapter .photo-info {
	position: relative;
	display:block;
	width:40%;
	order:2;
	z-index:3;
	background:#fff;
}
.chapter .photo-info .in {
	position:absolute;
	width:100%;
	height:auto;
	padding:0 0px 50px 60px;
	padding:0 0px 60px 60px;
	bottom:0;
}
.chapter .photo-info .bar {
	position:relative;
	display:block;
	width:100%;
	height:25%;
	padding:0 70px;
}
.chapter .photo-info .bar .line {
	position:relative;
	display:inline-block;
	width:1px;
	height:80%;
	background:rgba(190,130,100,1);
	margin:0 0px 0px 0px;
}
.chapter:nth-child(even) .photo-area {
	/*text-align:right;*/
	order:2;
}
.chapter:nth-child(even) .photo-info {
	order:1;
	/*text-align:right;*/
}
/*.chapter:nth-child(even) .photo-info .in {
	padding:0 60px 50px 0;
	padding:0 60px 60px;
}*/
.chapter:last-child {
	/*margin-bottom:40px;*/
}
.chapter .photo-img {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index:2;
}

.chapter .photo-img img {
	position:relative;
	/*top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width:auto;height:100%;*/
	width:100%;height:auto;
}
.chapter .videoBox {
    position:relative;
	width:100%;height:auto;
}
.chapter .photo-mask {
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
	overflow:hidden;
	background:rgba(0,0,0,1);
	z-index:1;
}
.chapter .cover {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:2;
	background:rgba(0,0,0,0);
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
}

.chapter .photo-base {
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
	overflow:hidden;
	z-index:3;
}
.chapter .shadow {
	-webkit-box-shadow: 18px 36px 50px rgba(0,0,0,.35);
	   -moz-box-shadow: 18px 36px 50px rgba(0,0,0,.35);
			box-shadow: 18px 36px 50px rgba(0,0,0,.35);
}
.chapter .photo-area.active .cover {
	background:rgba(0,0,0,.4);
}
.chapter .photo-info.active a.btn-detail {
	padding: 0 10px 0 30px; 
}

.chapter .photo-info h3 {
	position: relative;
	font-size: 60px;
	line-height:110%;
	color:rgba(0,0,0,1);
	color:rgba(190,130,100,1);
	font-weight:500;
	margin:20px 0 30px;
	font-family: "DietDidot","Noto Serif KR",serif;
	letter-spacing:-0.5px;
	/*text-transform:uppercase;	*/
}

.chapter .photo-info h4 {
	position: relative;
	font-size: 24px;
	line-height: 100%;
	color: rgba(190,130,100,1);
	color:rgba(0,0,0,1);
	font-weight:400;
	margin:0 0px 0px 5px;
    font-family: "DietDidot","Noto Serif KR",serif;
}
.chapter:nth-child(even) .photo-info h4 {
	margin:0 5px 0px 0;
}
.chapter .photo-info p {
	position: relative;
	font-size: 18px;
	line-height: 150%;
	color:rgba(0,0,0,1);
	font-weight:300;
	letter-spacing:-0.5px;
	/*white-space: nowrap;*/
}
.chapter .link-detail {
    padding: 40px 0 0px;
}
.chapter a.btn-detail {
	color:rgba(130,75,30,1);
	background:rgba(255,255,255,1);
	border:1px solid rgba(130,75,30,1);
	padding: 0 20px; 
	line-height: 40px; 
	font-size: 22px;
}
.chapter a.btn-detail:hover {
	padding: 0 10px 0 30px; 
}
.chapter .detail-link {
	margin:30px 0 0;
	/*display: inline-block;
    padding: 6px 0 2px;
    border-bottom: 1px solid rgba(190,130,100,1);
    font-family: 'Raleway', 'Noto Sans KR', sans-serif;
    font-size: 14px;
	font-weight:500;
    line-height: 1.43;
    color: rgba(190,130,100,1);*/

	padding:0 20px 0; 
	height:34px; 
	line-height:32px; 
	border-radius:34px;
	display: -moz-inline-stack;
	display:inline-block; 
	min-width:auto;
	white-space:nowrap;
	text-align:center; 
	font-size:14px; 
	color:rgba(190,130,100,1);
	vertical-align:top;
	border:1px solid rgba(190,130,100,.7);
	background:#fff;
	font-weight:500;
	font-family: 'Raleway', 'Noto Sans KR', sans-serif;
}
.chapter .detail-link i {
	font-size: 14px;
}
.chapter .detail-link:hover {
    color:#fff;
	background:rgba(190,130,100,1);
}
/*.chapter-box1 .photo-area {
	width:70%;
}
.chapter-box1 .photo-info {
	width:30%;
}
.chapter-box3 .photo-area {
	width:50%;
}
.chapter-box3 .photo-info {
	width:50%;
}*/

@media screen and (max-width: 1366px) {
	.chapter .photo-info .bar {
		height:20%;
		padding:0 60px;
	}
	/*.chapter .photo-info .in {
		padding:0px 0px 30px 50px;
	}
	.chapter:nth-child(even) .photo-info .in {
		padding:0 50px 30px 0;
	}*/
}
@media screen and (max-width: 1280px) {
	.chapter .photo-info .bar {
		padding:0 40px;
	}
	.chapter .photo-info .in {
		padding:0 0px 40px 60px;
	}
	.chapter .photo-info h3 {
		font-size:50px;
	}
	.chapter .photo-info h4 {
		font-size:22px;
	}
	.chapter .photo-info p {
		font-size:16px;
	}
}
@media screen and (max-width: 1024px) {
	.chapter .photo-info h3 {
		font-size:40px;
	}
	.chapter .photo-info {
		min-height:auto;
	}
	.chapter .photo-info .in {
		padding:0 0px 40px 40px;
		height:auto;
	}
	.chapter .photo-info .bar {
		padding:0 40px;
		height:50px;
	}
	.chapter {
		margin-bottom:60px;
	}
	.chapter .photo-info h3 {
		font-size:36px;
		margin:10px 0 20px 0px;
	}
	/*.chapter .photo-info .in {
		top:0;
		bottom:auto
	}
	.chapter .photo-info .in {
		padding:20px 0px 0px 50px;
	}
	.chapter:nth-child(even) .photo-info .in {
		padding:20px 50px 0px 0;
	}*/
}
@media screen and (max-width: 768px) {
	
	/*.chapter .photo-info .in {
		padding:0px 0px 0px 40px;
	}

	.chapter:nth-child(even) .photo-info .in {
		padding:0px 40px 0px 0;
	}
	
	.chapter .photo-area {
		width:55% !important;
	}
	.chapter .photo-info {
		width:45% !important;
	}
	.chapter-box1 {
		margin-bottom:200px;
	}*/
}

@media screen and (max-width: 768px) {
	.chapterArea {
		padding:0;
	}
	.chapter {
		width:100% !important;
		margin-bottom:40px !important;
	}
	.chapter:nth-child(even) .photo-area {
		order:1;
		text-align:left;
	}
	.chapter:nth-child(even) .photo-info {
		order:2;
		text-align:center;
	}
	
	.chapter .photo-area {
		width:100% !important;
	}	
	.chapter .photo-info {
		text-align:center;
		background:#fff;
		width:100% !important;
	}
	.chapter .photo-info .in{
		position:relative;
		padding:25px 30px 35px !important;
	}
	.chapter .photo-info .bar {
		display:inline-block;
		height:60px;
		margin-top:-30px;
	}
	.chapter .photo-info .bar .line {
		height:100%;
	}
	.chapter .photo-base {
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	
	.chapter .photo-info h3 {
		font-size:36px;
		margin:10px 0 20px 0px;
	}
	.chapter .photo-info h4 {
		font-size:20px;
	}
	.chapter .photo-info p {
		/*white-space:inherit;
		text-align:left;*/
	}
	.chapter .photo-info p br {
		/*display:none;*/
	}
	.chapter .photo-info p span {
		display:block;
	}
	
	.chapter .shadow {
		display:none;
	}
	.chapter .link-detail {
		padding: 30px 0 0px;
	}
	.chapter a.btn-detail {
		line-height: 34px; 
		font-size: 22px;
	}
}

@media screen and (max-width: 480px) {
	.chapterArea {
		/*background:rgba(245,245,245,1);*/
	}
	.chapter {
		padding:20px 20px 20px;
		background:rgba(255,255,255,1);
		margin-bottom:15px !important;
	}
	.chapter:first-child {
		/*padding:0 20px 20px;*/
	}
	
	.chapter .photo-info {
		background:rgba(255,255,255,1);
	}
	.chapter .photo-info .in {
		padding:25px 0px 15px !important;
	}
	.chapter .photo-info h3 {
		font-size:32px;
	}
	.chapter .photo-info h4 {
		font-size:18px;
		margin:0 0 5px 0;
	}
	
}
@media screen and (max-width: 414px) {
	
	.chapter a.btn-detail {
		line-height: 30px; 
		font-size: 20px;
	}
	
}

.intro-section {
	position:relative;
	padding:80px 0 40px;
	margin:0px 0 0px;
	width:100%;
	display:table;
}

.intro-section .photo {
	position:relative;
	display:table-cell;
	width:52%;
	vertical-align:top;
	order:2;
}
.intro-section .ment {
	position:relative;
	display:table-cell;
	width:48%;
	vertical-align:middle;
	text-align:center;
	order:1;
}
.intro-section .detail-link {
	margin:20px 0 0;
	display: inline-block;
    padding: 6px 0 2px;
    border-bottom: 1px solid rgba(75,125,90,1);
    font-family: 'Raleway', 'Noto Sans KR', sans-serif;
    font-size: 14px;
	font-weight:500;
    line-height: 1.43;
    color: rgba(75,125,90,1);
}
.intro-section .detail-link i {
	font-size: 12px;
}
.intro-header {
	position: relative;
	padding: 0px 0 0px;
	margin:0px auto 0px;
	text-align:center;
}
.intro-header .head-image {
    position: relative;
	z-index:1;
    margin-bottom: -10px;
}
.intro-header .head-image img {
    position: relative;
}
.intro-header h1 {
	position: relative;
	font-size: 30px;
	letter-spacing: -1px; 
	line-height: 130%; 	
	
    color: rgba(75,125,90,1);
	font-family:"Noto Serif KR",serif;
	position:relative;
	padding:15px 0 40px;
	text-transform:uppercase;
	z-index:2;
}
.intro-header h2 {
	position: relative;
	font-size: 22px;
	letter-spacing: -1px; 
	line-height: 100%; 	
    color:rgba(200,135,100,.7);
	font-family:"Bodoni Moda","Noto Serif KR",serif;
	position:relative;
	font-style:italic;
	z-index:2;
}
.intro-header h3 {
	position: relative;
	font-size: 15px;
	letter-spacing: 0px; 
	line-height: 160%; 
    color: rgba(75,125,90,1);
	font-family:"Noto Serif KR",serif;
	z-index:2;
}

.intro-ment {
	position: relative;
	padding: 0px 0 0px;
	margin:0px auto 0px;
	display:inline-block;
	text-align:left;
	white-space: nowrap;
}
.intro-ment h1 {
	position: relative;
	font-size: 26px;
	line-height:130%;
	letter-spacing: -0.5px; 
	color:rgba(200,135,100,1);
	font-weight:400;
	font-family:"Raleway","Noto Sans KR",serif;
}
.intro-ment h2 {
	position: relative;
	font-size: 20px;
	line-height:140%;
	letter-spacing: -0.5px; 
	color:rgba(0,0,0,1);
	font-family:"Noto Serif KR",serif;
	
	margin:20px 0 0;
}
.intro-ment p {
	position: relative;
	font-size: 15px;
	line-height:170%;
	letter-spacing: -0.5px; 
	color:rgba(51,51,51,1);
	margin:20px 0 0;
}

.grid-gallery {
	position: relative;
    display: inline-block;
    width: 100%;
	margin-bottom:-20px;
    vertical-align: middle;
	-webkit-box-sizing: border-box;
    		box-sizing: border-box;
}
.grid-masonry-list {
	position: relative;
    margin: 0 -10px;
	-webkit-box-sizing: border-box;
    		box-sizing: border-box;
}
.grid2 .grid-masonry-sizer {
	width:50%;
}
.grid3 .grid-masonry-sizer {
	width:33.3333%;
}
.grid4 .grid-masonry-sizer {
	width:25%;
}
.grid5 .grid-masonry-sizer {
	width:20%;
}
.grid-masonry-gutter {
	width: 0;
    padding: 0;
    margin: 0
}
.grid-masonry-item {
	position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
	float: left;
	padding: 0 10px;
    margin: 0 0 20px;
}
.grid-masonry-item .inner {
	position: relative;
    display: inline-block;
    width: 100%;
	vertical-align: middle;
    box-sizing: border-box;
	overflow:hidden;
}

/* 정사각형 */
.grid-masonry-item .inner:after {
	content:'';
	display:block;
    padding-bottom: 100%;
}

.grid-masonry-item .img {
	position:absolute;
	display:block;
	left:0;
	top:0;
	bottom:0;
	right:0;
}

.grid-masonry-item .img img {
	position:relative;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width:auto;height:100%;
	width:100%;height:auto;
}
.grid-masonry-item .hoz img {
	width:auto;height:100%;
}

.grid2 .grid-masonry-item {
	width:50%;
}
.grid3 .grid-masonry-item {
	width:33.3333%;
}
.grid4 .grid-masonry-item {
	width:25%;
}
.grid5 .grid-masonry-item {
	width:20%;
}

.grid2 .scale-2X2, .grid2 .scale-2X1 {
    width:100%;
}
.grid3 .scale-2X2, .grid3 .scale-2X1 {
    width:66.6666%;
}
.grid4 .scale-2X2, .grid4 .scale-2X1 {
    width:50%;
}
.grid5 .scale-2X2, .grid5 .scale-2X1 {
    width:40%;
}

.scale-2X1 .inner:after {
    padding-bottom: calc(50% - 10px);
}

.scale-1X2 .inner:after {
    padding-bottom: calc(200% + 20px);
}
.scale-1X2 .img img {
	width:auto;height:100%;
}


@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1024px) {
	.intro-section {
		padding:60px 0 0px;
	}
	.intro-section:last-child {
		padding:60px 0 0px;
	}
	.intro-section .photo {
		width:50%;
	}
	.intro-section .ment {
		width:50%;
	}
	
	.grid-gallery {
		margin-bottom:-10px;
	}
	.grid-masonry-list {
		margin: 0 -5px;
	}
	.grid-masonry-item {
		padding: 0 5px;
		margin: 0 0 10px;
	}
	.scale-2X1 .inner:after {
		padding-bottom: calc(50% - 5px);
	}
	
	.scale-1X2 .inner:after {
		padding-bottom: calc(200% + 10px);
	}
}
@media screen and (max-width: 768px) {
	
	.intro-header h1 {
		font-size: 26px;
	}
	.intro-header h2 {
		font-size: 20px;
	}	
	
	.intro-ment h1 {
		font-size: 22px;
	}
	.intro-ment h2 {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px) {
	.intro-section {
		display: flex;
		flex-flow: row wrap;
		width:100%;
		padding:40px 0 0px;
	}
	.intro-section:last-child {
		padding:40px 0 0px;
	}
	.intro-section .photo {
		display:block;
		width:100%;
	}
	
	.intro-section .ment {
		display:block;
		width:100%;
		vertical-align:top;
		padding-bottom:40px;
	}
	.intro-ment {
		text-align:center;
	}
	
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 360px) {
	
}
