@charset "utf-8";

#visualArea {position: relative; overflow: hidden; height:100%;min-height:94%;max-height:94% !important;background:rgba(0,0,0,1);}
#visualArea .visualCover {
	position:absolute;
	left:0;right:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	z-index:85;
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

#visualArea .visualCover.on {
	background:rgba(0,0,0,.3);
}
#videoArea {
	position:absolute; 
	left:0%; top:0%; 
	min-width:100%; min-height:100%;
	/*overflow:hidden;*/
	z-index:80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin:0px -1px 0;
}
#videoArea iframe {
	width:100%;
	height:100%;
}
#videoCtrl {
	position:absolute;
    bottom:0px;
    z-index: 110;
	margin:0 auto;
	width:100%;
	padding:20px 40px;
	text-align:right;
}
#videoCtrl h4 {
	color:#fff;
	display:block;
	font-family:"Nanum Myeongjo", "Playfair Display", serif;
	letter-spacing:-0.5px;
}
#videoCtrl .videoTitle, #videoCtrl .photoTitle {
	display:none;
}
#videoCtrl .ctrl {
	display:block;
	margin-bottom:4px;
	vertical-align:middle;
}
#videoCtrl .soundSet {
	display:inline-block;
	margin:0 5px;
}
#videoCtrl .sound-play{
	display:inline-block;
	cursor:pointer;
}
#videoCtrl .sound-pause{
	display:none;
	cursor:pointer;
}
#videoCtrl .video-play{
	display:inline-block;
	cursor:pointer;
}
#videoCtrl .video-pause{
	display:none;
	cursor:pointer;
}
#videoCtrl .video-play, #videoCtrl .video-pause {
	color:#121212; 
	background:#fff; 
	width: auto; 
	line-height: 20px; 
	height:22px;
	text-align: center; 
	font-size: 12px; 
	font-weight:normal; 
	letter-spacing: -1; 
	position: relative; 
	padding: 0 10px; 
	text-transform: uppercase;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px 
}
#videoCtrl .video-pause{
	display:none;
	cursor:pointer;
}


#visualArea.fix {margin-top:80px}
#visualArea .bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
	background:rgba(0,0,0,1);
}
#visualArea .visual {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#visualArea .visual, .visual li{
    height: 100% !important;
}
#visualArea .visual li{
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
}

#visualArea .visual li:nth-child(1) {
	/*transform:scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);*/
	transform:scale(1.0);
	-ms-transform: scale(1.0);
	-webkit-transform: scale(1.0);
}
.slideActive {
	transform:scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	
	/* Safari 4.0 - 8.0 */
	-webkit-animation-name: slideActive; 
    -webkit-animation-duration: 5s;
    /*-webkit-animation-iteration-count: 3;
    -webkit-animation-direction: alternate;*/
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
    
    
    animation-name: slideActive;
    animation-duration: 5s;
    /*animation-iteration-count: 3;
    animation-direction: alternate;*/
	animation-timing-function: linear;
	animation-fill-mode: forwards;
		
	/*animation:slideActive 10s ease-in-out forwards; */
}
@keyframes slideActive {
	0% { 
		transform:scale(1.2);
	    -ms-transform: scale(1.2);
    	-webkit-transform: scale(1.2);
	}
	100% { 
		transform:scale(1.0);
		-ms-transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

@-webkit-keyframes slideActive {
	0% { 
		transform:scale(1.2);
	    -ms-transform: scale(1.2);
    	-webkit-transform: scale(1.2);
	}
	100% { 
		transform:scale(1.0);
		-ms-transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
@-moz-keyframes slideActive {
	0% { 
		transform:scale(1.2);
	    -ms-transform: scale(1.2);
    	-webkit-transform: scale(1.2);
	}
	100% { 
		transform:scale(1.0);
		-ms-transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
@-o-keyframes slideActive {
	0% { 
		transform:scale(1.2);
	    -ms-transform: scale(1.2);
    	-webkit-transform: scale(1.2);
	}
	100% { 
		transform:scale(1.0);
		-ms-transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


#visualArea .bx-wrapper .bx-viewport{
    border: none !important;
}

#visualArea .bx-wrapper .bx-controls {
	position:absolute;
    left:50%; bottom:20px;
    z-index: 110;
}


#visualArea .bx-wrapper .bx-pager {position:relative;text-align:center;}
#visualArea .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin:0px 1px 0;
}

#visualArea .bx-wrapper .bx-pager.bx-default-pager a {
	width:50px;
	height:5px;
	margin:0;
	background:none;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	border:1px solid rgba(11,57,162,1);
	border-radius:0;
}

#visualArea .bx-wrapper .bx-pager.bx-default-pager a:hover,
#visualArea .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:none rgba(11,57,162,1);
}

#hotArea .rPopClose {position:absolute;bottom:5px; z-index:120; right:5px; cursor:pointer;}
#hotArea .rPopClose p {font-size:16px; line-height:1;color:#fff;width:32px;height:32px;text-align:center;line-height:32px;}
#hotArea .tmfy {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#visualArea .bx-wrapper .bx-controls-auto {position:absolute; z-index: 60; left:10px; width: 32px;bottom:10px;}
#visualArea .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#visualArea .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 14px;
	outline: 0;
	background: url(/imgs/main/btn_play.png) no-repeat;
}

#visualArea .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 14px;
	outline: 0;
	background: url(/imgs/main/btn_stop.png) no-repeat;
}
#visualArea .visualTit {
	position:absolute;
	left:0;right:0;
	width:100%;
	height:100%;
	z-index:90;
	padding-top:60px;
}

#visualArea .visualTit .titleBox {
	display:table;
	position:static;
	width:100%;
	height:100%;
	padding:0px 0 0px;
	text-align:center;
}
#visualArea .visualTit .titleBox .titleCell {
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	overflow:hidden;
	
}

#visualArea .visualTit h1 {
	color:rgba(255,255,255,1);
	font-size:56px;
	font-family: "Playfair Display","Roboto", serif;
	font-weight:700;
	letter-spacing:0px;
	/*text-transform: uppercase;*/
	line-height:150%;
	position:relative;
	visibility: hidden;	
}

#visualArea .visualTit h2 {
	color:rgba(255,255,255,1);
	font-size:24px;
	font-family:"Nanum Myeongjo", "Playfair Display", serif;
	letter-spacing:-1.5px;
	line-height:130%;
	position:relative;
	visibility: hidden;
	margin-top:10px;
}
#visualArea .visualTit h3 {
	color:rgba(255,255,255,1);
	font-size:24px;
	letter-spacing:1px;
	line-height:130%;
	position:relative;
	visibility: hidden;
}

#visualArea .visualTit h4 {
	position:relative;
	letter-spacing:0px;
	color:rgba(255,255,255,1);
	font-size:26px;
	letter-spacing:0px;
	font-family:"Roboto Condensed", serif;
	line-height:140%;
	position:relative;
	visibility: hidden;
}

#visualArea .visualTit2 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#visualArea .visualTit1 h2 {
	font-size:60px;
	letter-spacing:0px;
}
#visualArea .visualTit1 h3 {
	font-size:18px;
	margin-top:20px;
}


#visualArea .visualTit .titleBox .enterBox {
	letter-spacing:0px;
	border:3px solid rgba(255,255,255,1);
	color:rgba(255,255,255,1);
	width: 230px; 
	margin:0 auto;
	font-size:16px;
	margin-top:20px;
	padding:10px 30px 10px 10px; 
	display: block;	
	font-weight:normal;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position:relative;
	-webkit-border-radius: 28px; -moz-border-radius: 28px; border-radius: 28px 
}
#visualArea .visualTit .titleBox .enterBox:after { 
	position: absolute; top: 6px; right: 15px; display: block; font-size: 20px; font-family: 'themify'; content: "\e663"; content: "\e65f";  font-weight: normal; 
}

#visualArea .visualTit .titleBox .enterBox:hover {
	color:rgba(0,0,0,1);
	background:rgba(255,255,255,1);
}

#visualArea .visualTit .titleBox .lineBox {
	display:inline-block; width:1px; height:50px; margin:10px auto;
	position:relative;
	overflow:hidden;
}
#visualArea .visualTit .titleBox .line {
	display:block; width:1px; height:0px;
	background-color: rgba(205,176,131,1);
	background-color: rgba(255,255,255,1);
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
}
#visualArea .visualTit .titleBox .line.bt {
	top:0px;
}

#visualArea .directDownArea {
	position:absolute;
    bottom:-200px;
    z-index: 130;
	margin:0 auto;
	width:100%;
}

#visualArea .directDownArea .downLeft {
	position:absolute;
	left:30px;
	bottom:0px;
	
}

#visualArea .directDownArea .downLeft .tel {
	font-size:18px;
	letter-spacing:-0.5px;
	color:#fff;
	padding:20px 0;
	background: url('/imgs/common/btn_Phone.png') no-repeat 0px 50%;
}
#visualArea .directDownArea .downLeft .tel span {
	margin-left: 46px;
}

#visualArea .directDownArea .downRight {
	position:absolute;
	right:30px;
	bottom:0px;
	padding:20px 0;
}


#visualArea .directDownArea .arrowOuter {
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;	
}

#visualArea .directDownArea .arrowItem {
	position:relative;
	display:inline-block;
	*display:inline;
	width:190px;	
}

#visualArea .directDownArea svg {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -95px;
	margin-top: -50px;
}

#visualArea .directDownArea svg path {
	
	fill: rgba(255,255,255,1);
}


#visualArea .down-arrow {
  display: block;
  width: 80px;
  height: 80px;
  opacity: 0.7;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  cursor: pointer;
  z-index: 99;
  bottom: -20px;
}

#visualArea .down-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
	width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    border-right: 2px solid rgba(69,69,69,1);
    border-bottom: 2px solid rgba(69,69,69,1);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




.blog_bgOverlay {
	height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,0);
}

.blog_bgOverlay.opa10 {background-color: rgba(38,32,34,0.1);}
.blog_bgOverlay.opa20 {background-color: rgba(38,32,34,0.2);}
.blog_bgOverlay.opa30 {background-color: rgba(38,32,34,0.3);}
.blog_bgOverlay.opa40 {background-color: rgba(38,32,34,0.4);}
.blog_bgOverlay.opa50 {background-color: rgba(38,32,34,0.5);}
.blog_bgOverlay.opa60 {background-color: rgba(38,32,34,0.6);}
.blog_bgOverlay.opa70 {background-color: rgba(38,32,34,0.7);}
.blog_bgOverlay.opa80 {background-color: rgba(38,32,34,0.8);}

.blog_bgImage {
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: -2;
	background-image: url(/imgs/main/n01.jpg);
}

#tweddingArea {position:relative;}
.tweddingTit {position:relative;margin:40px auto 0px;}
.tweddingTit h1 {
	color:rgba(77,44,19,1);
	color:rgba(204,102,0,1);
	font-size:40px;
	font-family: "Philosopher","Playfair Display", serif;
	line-height:140%;
	font-weight:normal;
	position:relative;
}
.tweddingTit h2 {
	margin:5px auto;
	color:rgba(80,80,80,.7);
	font-size:16px;
	line-height:150%;
	/*font-family: "Nanum Myeongjo", serif;*/
}

.tweddingBrand {
	position:relative;
	width:100%;
	display: flex;
	flex-flow: row wrap;
}

.tweddingBox {
	float:left;
	display:block;
}
.tweddingBox .more {
	width: 40px;
    height: 40px;
    background:rgba(60,50,45,0);
    position: absolute;
	text-indent:-9999px;
	top:10px;
	right:5px;
	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; 
}
.tweddingBox .more:before {
	content: '';
    position: absolute;
    background:#fff;
	height:20px;
    width: 3px;
    top: 10px;
    left: 18px;
}
.tweddingBox .more:after {
	content: '';
    position: absolute;
    background:#fff;
	height:3px;
    width: 21px;
    top: 18px;
    left: 9px;
}
.tweddingBox a {position:relative;display:block;box-shadow: 3px 3px 10px rgba(0,0,0,0.1);}
.tweddingBox a .titBox {
	position: absolute;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index:11;
}
.tweddingBox .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;
}

.tweddingBox .out {
	
	position:absolute;
	left:10px;top:10px;
	width:100%;
	height:100%;
	display:none;
	z-index:12;
	
}

.tweddingBox a .titBox .tableBox {
	display:table;
	position:static;
	width:100%;
	height:100%;
	padding:20px;
}
.tweddingBox a .titBox .tableBox .tableCell {
	position:relative;
	display:table-cell;
	text-align:left;
	vertical-align: top;
	overflow:hidden;
}
.tweddingBox a .titBox .tableBox h1 {
	font-family: "Roboto Condensed","Playfair Display", serif;
	color:rgba(255,255,255,1);
	font-size:24px;
	line-height:100%;
	font-weight:500;
	position:relative;
	margin:0px 0 0px;
}
.tweddingBox a .titBox .tableBox h2 {
	color:rgba(255,255,255,1);
	font-size:16px;
	letter-spacing:0px;
	line-height:160%;
	position:relative;
}
.tweddingBox a .titBox .tableBox p {
	color:rgba(255,255,255,1);
	font-size:16px;
	letter-spacing:0px;
	line-height:140%;
	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;
}

.tweddingBox .img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	
}
.tweddingBox .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%;
	webkit-transition: all 1.3s ease; -moz-transition: all 1.3s ease; -o-transition: all 1.3s ease; transition: all 1.3s ease;
}
.tweddingBox  a:hover .img img{
	transform:scale(1.05,1.05) translate(-48%, -48%);;  
	-ms-transform:scale(1.05,1.05) translate(-48%, -48%);;
}
.tweddingBox  a:hover .titBox .tableBox p {max-height: 100px;}
.tweddingBox  a:hover .cover {
	background:rgba(0,0,0,.6);
}

.twedding1 {
	margin:50px 0 0 0;	
	width:25%;
	order: 1;
}
.twedding1 a {
	width:300px; 
	height:400px; 
	width:100%;
}

.twedding2 {
	margin:-90px 1.5% 0;
	width:47%;
	order: 2;
}
.twedding2 a {
	height:540px; 
	width:100%;
}

.twedding2  a:hover .cover {
	background:rgba(0,0,0,0);
}

.twedding3 {
	margin:-20px 0px 0 0px;
	width:25%;
	order: 3;
}
.twedding3 a {
	width:300px;
	height:470px; 
	width:100%;
}

.twedding4 {
	margin:2% 0px 0 0px;
	width:25%;

}
.twedding4 a {
	width:300px; height:183px; 
	width:100%;
}


#kungArea {background:rgba(72,73,75,1);/*background:rgba(72,73,75,1);*/}
#kungArea.main {background:rgba(247,236,215,1);}
.kungTit {text-align:center;margin:40px auto 0px;}
.kungTit h1 {
	color:rgba(255,255,255,1);
	font-size:24px;
	font-family: "Playfair Display", serif;
	line-height:120%;
	font-weight:normal;
	position:relative;
}
#kungArea.main .kungTit h1 {color:rgba(110,97,71,1);}
.kungTit h1 span { position:relative; display:inline-block; padding:0 80px;}
.kungTit h1 span:before {
	content:''; position:absolute; top:0; left:0; height:20px; width:60px; background:url(/imgs/main/tit.png) no-repeat 100% 100%; 
}
.kungTit h1 span:after {
	content:''; position:absolute; top:0; right:0; height:20px; width:60px; background:url(/imgs/main/tit2.png) no-repeat 0 100%; 
}
.kungBrand {padding:20px 0px 0px;}
.kungBox {
	width:33.3333333%;
	height:180px;
	position:relative;
	overflow:hidden;
	float:left;
	margin:0 0 0;
}

.kungBox .more {
	width: 40px;
    height: 40px;
    background:rgba(60,50,45,.6);
    position: absolute;
	text-indent:-9999px;
	top:0px;
	right:0px;
	z-index: 100;
	display:none;
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
}
.kungBox .more:before {
	content: '';
    position: absolute;
    background:#fff;
	height:25px;
    width: 1px;
    top: 8px;
    left: 20px;
}
.kungBox .more:after {
	content: '';
    position: absolute;
    background:#fff;
	height:1px;
    width: 25px;
    top: 20px;
    left: 8px;
}
.kungBox a {position:relative;display:block;}
.kungBox a .titBox {
	position: absolute;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index:11;
}
.kungBox .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,.3);
	webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
}

.kungBox .out {
	
	position:absolute;
	left:10px;top:10px;
	width:380px;
	height:160px;
	display:none;
	z-index:12;
	border:3px solid rgba(255,255,255,.2);
}

	
.kungBox a .titBox .tableBox {
	display:table;
	position:static;
	width:100%;
	height:100%;
	padding:0px 0 0;
}
.kungBox a .titBox .tableBox .tableCell {
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	overflow:hidden;
}
.kungBox a .titBox .tableBox h1 {
	color:rgba(255,255,255,1);
	font-size:44px;
	/*font-family: "Oswald", "Playfair Display", serif;*/
	/*text-transform: uppercase;*/
	line-height:100%;
	font-weight:600;
	position:relative;
	margin:0px 0 0px;
}
.kungBox a .titBox .tableBox h2 {
	color:rgba(255,255,255,1);
	font-size:18px;
	letter-spacing:0px;
	line-height:160%;
	position:relative;
}
.kungBox a .titBox .tableBox p {
	color:rgba(255,255,255,1);
	font-size:16px;
	letter-spacing:0px;
	line-height:140%;
	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;
}

.kungBox .img {
	width: 100%;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
}
.kungBox .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;
	webkit-transition: all 1.3s ease; -moz-transition: all 1.3s ease; -o-transition: all 1.3s ease; transition: all 1.3s ease;
}
.kungBox  a:hover .img img{
	transform:scale(1.05,1.05) translate(-48%, -48%);;  
	-ms-transform:scale(1.05,1.05) translate(-48%, -48%);;
}
.kungBox  a:hover .titBox .tableBox p {max-height: 100px;}
.kungBox  a:hover .cover {
	background:rgba(0,0,0,0);
}

.kungBox2 {
	width:25%;
	position:relative;
	float:left;
	margin:0 0 0;
}

.kungBox2 a {position:relative;display:block;}
.kungBox2 a .titBox {
	position: absolute;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index:11;
}
.kungBox2 .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,.3);
	webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
}
	
.kungBox2 a .titBox .tableBox {
	display:table;
	position:static;
	width:100%;
	height:100%;
	padding:10px 25px;
}
.kungBox2 a .titBox .tableBox .tableCell {
	position:relative;
	display:table-cell;
	text-align:left;
	vertical-align: top;
}
.kungBox2 a .titBox .tableBox .tableCell.center {
	text-align:center;
	vertical-align: middle;
}

.kungBox2 a .titBox .tableBox .tableCell.bottom {
	text-align:right;
	vertical-align: bottom;
}

.kungBox2 a .titBox .tableBox h1 {
	color:rgba(255,255,255,1);
	font-size:20px;
	line-height:100%;
	position:relative;
	letter-spacing:-1px;
	font-weight:400;
	margin:15px 0 15px;
	/*font-family:"Nanum Myeongjo", serif;*/
}

.kungBox2 a .titBox .tableBox h2 {
	color:rgba(255,255,255,.6);
	font-size:13px;
	letter-spacing:0px;
	line-height:140%;
	position:relative;
}

.kungBox2 a .titBox .tableBox h3 {
	color:rgba(255,255,255,1);
	font-size:20px;
	line-height:100%;
	position:relative;
	letter-spacing:0px;
	font-weight:400;
	margin:8px 0 15px;
	
}

.kungBox2 a .titBox .tableBox h1 span {border-top:2px solid rgba(255,255,255,1);padding-top:2px;}
.kungBox2 a .titBox .tableBox h2 span {color:rgba(255,255,255,.8);}
.kungBox2 .img {
	width: 100%;
	margin: 0 auto;
}
.kungBox2 .img img{
	position:relative;
	width:100%;height:auto;
}
.kungBox2  a:hover .cover {
	background:rgba(0,0,0,0);
}



.weddingBrand {margin:20px -1% 0;}

.hallBox {
	width:48%;
	height:400px;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	float:left;
	margin:0 1% 2%;
	border:none solid rgba(249,216,174,0);
	box-sizing: border-box;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.hallBox:last-child {
	margin-bottom:0;
}
.hallBox .more {
	width: 40px;
    height: 40px;
    background:rgba(60,50,45,.6);
    position: absolute;
	text-indent:-9999px;
	top:0px;
	right:0px;
	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; 
}
.hallBox .more:before {
	content: '';
    position: absolute;
    background:#fff;
	height:25px;
    width: 1px;
    top: 8px;
    left: 20px;
}
.hallBox .more:after {
	content: '';
    position: absolute;
    background:#fff;
	height:1px;
    width: 25px;
    top: 20px;
    left: 8px;
}
.hallBox a {position:relative;display:block}
.hallBox a .titBox {
	position: absolute;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index:11;
}
.hallBox .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,.3);
	webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	
}
.hallBox a .titBox .tableBox {
	display:table;
	position:static;
	width:100%;
	height:100%;
	padding:0px 0 0;
}
.hallBox a .titBox .tableBox .tableCell {
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	overflow:hidden;
}
.hallBox a .titBox .tableBox h1 {
	color:rgba(255,255,255,1);
	font-size:40px;
	font-family: "Oswald", "Playfair Display", serif;
	/*text-transform: uppercase;*/
	line-height:100%;
	position:relative;
	margin:0px 0 0px;
	/*text-shadow: 0 1px 0px rgba(0,0,0,.5);*/
}
.hallBox a .titBox .tableBox h2 {
	color:rgba(255,255,255,1);
	font-size:18px;
	letter-spacing:0px;
	line-height:140%;
	position:relative;
	/*text-shadow: 0 1px 0px rgba(0,0,0,.5);*/
}
.hallBox a .titBox .tableBox p {
	color:rgba(255,255,255,1);
	font-size:16px;
	letter-spacing:0px;
	line-height:140%;
	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;
}
.hallBox .img {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}
.hallBox .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;
	webkit-transition: all 1.3s ease; -moz-transition: all 1.3s ease; -o-transition: all 1.3s ease; transition: all 1.3s ease;
}
.hallBox  a:hover .img img{
	transform:scale(1.05,1.05) translate(-48%, -48%);;  
	-ms-transform:scale(1.05,1.05) translate(-48%, -48%);;
}
.hallBox  a:hover .titBox .tableBox p {max-height: 100px;}
.hallBox  a:hover .cover {
	background:rgba(0,0,0,0.6);
}

.hallBox.typeR {
	float:right;
}
.hallBox.type2 {
	height:185px;
}
.hallBox.type2 .img {
	height: 185px;
}
.hallBox.type2 .img img {
	top: 50%;
	width:100% !important;height:auto !important;
}

.hallBox.type2 a .titBox .tableBox h1 {
	font-size:30px;
}

.hallBox.type3 {
	width:23%;
	height:200px;
}
.hallBox.type3 a .titBox .tableBox h1 {
	font-size:24px;
}
.hallBox.type3 .img {
	height:200px;
}

.quickInner {padding:40px 0 20px}
.quickItem {
	position:relative;
	width:27%;
	float:left;
	padding:20px 0 0;
	/*border:10px solid #f7f7f7;
	padding:20px 30px;*/
	margin-right:3%;
}
.quickItem.location {
	width:22%;
	padding:16px 16px 16px 20px;
	background:rgba(225,225,225,1);
	border:4px solid rgba(225,225,225,1);
	margin-right:2%;
}
.quickItem.reservation {
	width:22%;
	padding:16px 16px 16px 20px;
	border:4px solid rgba(225,225,225,1);
	margin-right:2%;
}
.quickItem.partner {
	width:22%;
	padding:16px 16px 16px 20px;
	background:rgba(225,225,225,1);
	border:4px solid rgba(225,225,225,1);
	margin-right:3%;
}
.quickItem.last {
	margin-right:0%;
}

.quickItem .quickTit {
	position:relative;
	padding-bottom:15px;
	/*color:#787878;*/
}
.quickItem .quickTit h2 {
	text-align:left;	
	font-size:24px; 
	font-family:"Oswald", "Noto Sans KR", serif;
	font-weight:300;
	line-height:1;
}
.quickItem .quickTit h3 {
	text-align:left;	
	font-size:17px; 
	font-family:"Oswald", "Noto Sans KR", serif;
	font-weight:400;
	line-height:1;
	margin-top:7px;
}
.quickItem.partner .quickTit h2 {
	color:#fff;
}
.quickItem.partner .quickTit h3 {
	color:#fff;
}
.quickItem .more{
	position:absolute; top:0px; right:0px;
	color:#999999;
	font-size:13px;line-height:30px;
}
.quickItem .more a {
	font-family:"Oswald", "Noto Sans KR", serif;
}

.quickItem .more2 {
	width: 30px;
    height: 30px;
    background:rgba(72,67,67,.6);;
    position: absolute;
	text-indent:-9999px;
	top:0px;
	right:0px;
	z-index: 98;
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
}
.quickItem .more2:before {
	content: '';
    position: absolute;
    background:#fff;
	height:20px;
	width: 1px;
	top: 5px;
	left: 15px;
}
.quickItem .more2:after {
	content: '';
    position: absolute;
    background:#fff;
	height:1px;
    width: 20px;
	top: 15px;
	left: 5px;
}

.quickItem .quickDesc {
	position:relative;
	font-size:0;
	width:100%;
	
}
.quickItem .quickDesc .ment {
	font-size:14px;
	color:rgba(72,67,67,.8);
	display:inline-block;
	width:50%;
	padding-left:15px;
	line-height:140%;
	vertical-align:top;
}
.quickItem.partner .quickDesc .ment {
	color:rgba(225,225,225,1);
}
.quickItem .quickDesc .imgArea {
	position:relative;
	display:inline-block;
	width:50%;
	padding-top:0px;
	vertical-align:top;
	text-align:left;
}
.quickItem .quickDesc .imgArea img {max-width:100%;max-height:80px;}

.articleArea.bg3 .quickItem.location {
	background:rgba(60,50,45,1);
	border:4px solid rgba(60,50,45,1);
}
.articleArea.bg3 .quickItem.reservation {
	border:4px solid rgba(209,182,147,.4);
}
.articleArea.bg3 .quickItem.partner {
	background:rgba(209,182,147,1);
	border:4px solid rgba(209,182,147,1)
}
.articleArea.bg3 .quickItem .quickTit h2 {
	color:rgba(209,182,147,1);
}
.articleArea.bg3 .quickItem .quickTit h3 {
	color:rgba(209,182,147,1);
}
.articleArea.bg3 .quickItem .more2 {
    background:rgba(209,182,147,.6);
}
.articleArea.bg3 .quickItem .more{
	color:rgba(209,182,147,.6);
}


.articleArea.bg3 .quickItem .quickDesc .ment {
	color:rgba(209,182,147,.6);
}


.quickNews {position:relative;height:120px;/*border-top:1px solid #e8e8e8;*/}
.quickNews li{
	position:relative;
	width:100%;
	border-bottom:1px solid #e8e8e8;
	font-size:0;
	padding:7px 0;
}
.quickNews li:last-child {
	border-bottom:none;
}
.quickNews li .tit {
	width:80%;
	font-size:15px;
	display:inline-block;
	letter-spacing:0px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.quickNews li .date {
	width:20%;
	font-size:13px;
	display:inline-block;
	letter-spacing:-0.5px;
	text-align:right;
	color:#999999;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	padding:0 1px 2px 0;
}

.articleArea.bg3 .quickNews li{
	border-bottom:1px solid rgba(209,182,147,.2);
}
.articleArea.bg3 .quickNews li .tit {
	color:rgba(209,182,147,1);
}
.articleArea.bg3 .quickNews li .tit a:hover {
	color:rgba(255,255,255,1);
}
.articleArea.bg3 .quickNews li .date {
	color:rgba(209,182,147,.6);
}


#eventArea {
	display: flex;
	flex-flow: row wrap;
}

.eventArea {order: 1;}
.quickArea {order: 2;}


.wtArea {position:absolute;right:160px;top:-500px;z-index:95;width:200px;display:none;}
.wArea {
	background:url('/imgs/main/wt_mid2.png') repeat-y;
	color:#fff;font-size:16px;line-height:24px;
	font-weight:300;
	width:260px;/*max-height:190px;*/
	padding:15px 15px 20px;
	letter-spacing:-0.5px;
	overflow-y:auto;
}

#newsArea {padding:30px 0 80px;}
#categoryTab {position:relative;margin:0 -10px 40px;overflow:hidden;}
#categoryTab:after {content:"";display:block;clear:both;}
#categoryTab li	{display:block;float:left;padding:10px;width:20%;}
#categoryTab li a {display:block;font-size:16px;padding:5px 10px 7px;text-align:center;border:2px solid #fff;background:rgba(255,255,255,0.0);color:#fff;letter-spacing:-1px;}
#categoryTab li.on a, #categoryTab li a:hover {font-weight: normal;border:2px solid #fff;background:#fff;color:#333}
#categoryTab.type4 li {width:25%;}
#categoryTab.type5 li {width:20%;}
#categoryTab.type6 li {width:16.66666666666667%;}
#categoryTab.type8 li {width:12.5%;}

.blogList {position:relative;margin:0 -10px 40px;}
.blog_col {
	position:relative;
	float:right;
	width:20%;
	padding:10px;
	
}
.blog_sizer {
	width:20%;
}

.blog_col .blog_img {overflow: hidden;/*max-height:240px;*/background:rgba(0,0,0,1);}
.blog_col .blog_img img {display:block;width:100%;
	transition:1.3s all;
	-webkit-transition: 1.3s all;
	filter: alpha(opacity=80);
	opacity:.8;
	
}
.blog_col a:hover .blog_img img {
	transform:scale(1.1); 
	-ms-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
	filter: alpha(opacity=100);
	opacity:1;
}

.blog_col.blog_new {width:40%;float:left;}
.blog_col.blog_new .blog_img {/*max-height:457px;*/width:auto;height:100%;}
.blog_col .blog_img img {height:auto;}
/*.blog_col:nth-child(4) {clear:both}*/
.blog_col .conbox{position:relative;background-color:#fff}
.blog_col.blog_new .conbox{position:absolute;width:40%;bottom:20px;right:20px;}
.blog_col:nth-child(2) .conbox{min-height:200px !important}
.blog_col:after{content:"";position:relative;display:block;clear:both}

.blog_col .conbox {padding:20px 30px 20px}
.blog_col .conbox h4{
	font-size:22px !important;font-weight: normal;line-height:130%;
	color:#555;font-size:22px;letter-spacing: -0.2px;
	margin-bottom: 15px;
}
.blog_col .conbox p{
	color:#898989;font-size:14px;line-height:20px;letter-spacing: 0px;
	height:60px; overflow:hidden; 
	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;
}
.blog_col.blog_new .conbox p{
	height:40px;
	display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
}
.blog_col .conbox .blog-bottom{
	margin-top:20px;
	font-size:12px !important;
	color:rgba(102,102,102,0.8);
}
.blog_col .conbox .blog-bottom .date {
	float:left;
}
.blog_col .conbox .blog-bottom .more {
	float:right;
	border-radius: 20px;
    font-weight: normal;
	padding: 0 10px;
    line-height: 20px;
	letter-spacing:0px;
	background-color:rgba(204,204,204,0.7);
	color: rgb(255, 255, 255);
	font-size:10px !important;
}
.blog_col i {
	margin-right:5px;
}
.blog_col .blog-details{
	/*position: absolute;
    top: 15px;
    right: 13px;
    z-index: 2;*/
	margin-left:-4px;
	margin-bottom:10px !important;
}
.blog_col .blog-cat{
	border-radius: 35px;
    padding: 5px 16px 7px;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
	letter-spacing:0px;
	background-color:rgb(18, 190, 131);
	color: rgb(255, 255, 255);
}
.blog_col.blog_new .blog-cat{
	background-color:#ed1f24;	
}

.blog_bgOverlay {
	height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: -4;
	background-color: rgba(0,0,0,0);
}

.blog_bgOverlay.opa10 {background-color: rgba(0,0,0,0.1);}
.blog_bgOverlay.opa20 {background-color: rgba(0,0,0,0.2);}
.blog_bgOverlay.opa30 {background-color: rgba(0,0,0,0.3);}
.blog_bgOverlay.opa40 {background-color: rgba(0,0,0,0.4);}
.blog_bgOverlay.opa50 {background-color: rgba(0,0,0,0.5);}
.blog_bgOverlay.opa60 {background-color: rgba(0,0,0,0.6);}
.blog_bgOverlay.opa70 {background-color: rgba(0,0,0,0.7);}

#newsArea .blog_bgImage {
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: -6;
	background-image: url(/imgs/main/bg_brand01.jpg);
}
#newsArea.dark .blog_bgImage {
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: -6;
	background-image: url(/attachList/upload/tmpImage/newsBase.jpg); 
}

.blog_inner {
	-webkit-box-shadow: 3px 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 5px 10px rgba(0,0,0,0.2);
	box-shadow: 3px 5px 10px rgba(0,0,0,0.2);
	overflow:hidden;
}


#newsArea.dark .blog_inner {
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,.12);
    box-shadow: 0 1px 20px rgba(0,0,0,.12);
}


.blog_titArea {position: relative;display:block;text-align: center;padding:30px 0 40px;}
.blog_bottomArea {position: relative;display:block;text-align: center;padding:20px 0 0px;}
.blog_titArea h1 {
	font-size: 64px; 
	font-weight:400;
	letter-spacing: .0em; 
	line-height: 1; 
	/*text-transform: uppercase; */
	color:rgba(72,67,67,1);
	font-family: "Oswald", sans-serif;
	
}
.blog_titArea h2 {
	font-size: 24px; letter-spacing: 0; line-height: 1.5; text-transform: uppercase; 
	color:rgba(72,67,67,1);
	
}

.blog_titArea h3 {
	margin-top:40px;
	font-size: 18px; letter-spacing: 0; line-height: 1.5; text-transform: uppercase; 
	color:rgba(72,67,67,1);
	
}

.blog_bottomArea h3 {
	font-size: 16px; letter-spacing: 0; line-height: 1.5; text-transform: uppercase; 
	color:rgba(72,67,67,1);
	
}

#newsArea.dark .blog_titArea h1 {
	color:rgba(255,255,255,1);
	text-shadow: 0 0 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.2), 0 -1px 1px rgba(255,255,255,0.2); 
}

#newsArea.dark .blog_titArea h2 {
	color:rgba(255,255,255,1);
	text-shadow: 0 0 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.2), 0 -1px 1px rgba(255,255,255,0.2); 
}

#newsArea.dark .blog_titArea h3 {
	color:rgba(255,255,255,1);
	text-shadow: 0 0 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.2), 0 -1px 1px rgba(255,255,255,0.2); 
}

#newsArea.dark .blog_bottomArea h3 {
	color:rgba(255,255,255,1);
	text-shadow: 0 0 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.2), 0 -1px 1px rgba(255,255,255,0.2); 
}


.blog_copy {
	position:absolute;
	display:block;
	z-index:20;
	left:10px;
	bottom:20px;
	text-align:left;
}

.blog_copy h4 {
	border-radius: 0px 20px 20px 0;
    padding: 5px 15px 5px 10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
	letter-spacing:0px;
	background-color:rgba(0,0,0,.6);
	color: rgba(255,255,255,.6);
}


	
.blog_titArea .tit .borderBottom { position: absolute; bottom: 0; left: 50%; width: 50px; height: 2px; margin-left: -25px; background: #8D756A;}

#newsArea .titleCell {
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	overflow:hidden;
}

#newsArea .bottomCell {
	position:relavice;
	display:table;
	width:100%;
	left:0px;
}

#newsArea .blogMoreBox {
	letter-spacing:0px;
	border:3px solid rgba(72,67,67,1);
	color:rgba(72,67,67,1);
	width: 240px; 
	margin:0 auto;
	font-size:16px;
	padding:10px 10px 12px 30px; 
	display: block;	
	font-weight:normal;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position:relative;
	-webkit-border-radius: 28px; -moz-border-radius: 28px; border-radius: 28px 
}
#newsArea .blogMoreBox:after { 
	position: absolute; top: 8px; left: 20px; display: block; font-size: 20px; font-family: 'themify'; content: "\e62d"; content: "\e61a"; font-weight: normal; 
}

#newsArea .blogMoreBox:hover {
	color:rgba(255,255,255,1);
	background:rgba(72,67,67,1);
}

#newsArea .lineBox {
	display:inline-block; width:1px; height:80px; margin:10px auto 10px;
	overflow:hidden;
}
#newsArea .line {
	display:block; width:1px; height:80px;
	background-color: rgba(72,67,67,.5);
}

#newsArea.dark .blogMoreBox {
	border:3px solid rgba(255,255,255,1);
	color:rgba(255,255,255,1);
}

#newsArea.dark .blogMoreBox:hover {
	color:rgba(0,0,0,1);
	background:rgba(255,255,255,1);
}

#newsArea.dark .line {
	background-color: rgba(255,255,255,.5);
}
@media (max-width: 1660px) {
	#visualArea {min-height:800px;max-height:800px !important;}
	
}
@media (max-width: 1440px) {
	
	.quickNews li .tit {
		font-size:14px;
	}
	.quickNews li .date {
		font-size:12px;
	}
	
	.quickItem .quickDesc .ment {
		font-size:14px;
		width:58%;
	}
	.quickItem .quickDesc .imgArea {
		width:42%;
	}
	
	.hallBox .img img{
		width:auto;height:100%;
	}
}

@media (max-width: 1280px) {
	.hallBox,
	.hallBox .img  {
		height:390px;
	}
	
	.hallBox.type2 .img img {
		top: 50%;
	}
	.quickItem .quickDesc .ment {
		font-size:13px;
		width:56%;
	}
	.quickItem .quickDesc .imgArea {
		width:44%;
	}
	
	.kungBox {
		height:160px;
	}
	
	.kungBox .img {
		height: 160px;
	}
}

@media (max-width: 1024px) {
	
	.wtArea {display:none !important}
	#visualArea {min-height:600px;max-height:600px !important;}
	
	
	#visualArea .visualTit .titleBox .openMent {
		margin:0 auto;
	}

	#visualArea .visualTit .titleBox h2 {
		font-size:50px;
	}
	#visualArea .visualTit .titleBox h3 {
		font-size:20px;
	}
	

	.quickInner {padding:60px 0 0px}
	.quickItem {
		width:48% !important;
		padding:20px 4px;
		margin-right:0% !important;
		margin-bottom:20px;
	}
	.quickItem.reservation {
		margin-right:4% !important;
	}
	.quickItem .quickDesc .ment {
		font-size:14px;
		width:65%;
	}
	.quickItem .quickDesc .imgArea {
		width:35%;
	}
	.quickNews li .tit {
		font-size:15px;
	}
	.quickNews li .date {
		font-size:13px;
	}
	
	.eventArea {order: 1;}
	.quickArea {order: 2;}
	
	
	.blog_col {
		width:25%;
	}
	.blog_col.blog_new {width:50%;}
	
	.downLeft {display:none;}
	
	.kungBox {
		height:140px;
	}
	
	.kungBox .img {
		height: 140px;
	}
	
	.tweddingTit h1 {font-size:30px}
	.tweddingBox a .titBox .tableBox h1 {
		font-size:22px;
	}
	.tweddingBox a .titBox .tableBox h2 {
		font-size:14px;
	}
}
@media screen and (max-width: 980px) {
	/*#visualArea {margin-top:70px}*/
	.kungBox {
		height:130px;
	}
	
	.kungBox .img {
		height: 130px;
	}
	
	.kungBox2 {
		width:50%;
	}
	
	.kungBox2.box3 {
		float:right;
	}
}
@media (max-width: 768px) {
	
	.hallBox,
	.hallBox .img  {
		height:375px;
	}
	
	.hallBox.type2,
	.hallBox.type2 .img,
	.hallBox.type3,
	.hallBox.type3 .img {
		height:180px;
	}
	.hallBox a .titBox .tableBox h2 {
		font-size:16px;
	}
	.hallBox a .titBox .tableBox h1 {
		font-size:36px;
	}
	.hallBox.type2 a .titBox .tableBox h1 {
		font-size:26px;
	}
	.hallBox.type3 a .titBox .tableBox h1 {
		font-size:20px;
	}
	#visualArea .visualTit .titleBox h1 .space {
		display:none;
	}
	
	#tweddingArea {padding:0px 0px 40px;}
	
	.kungTit {margin:40px auto 30px;}
	.kungTit h1 {
		color:rgba(255,255,255,1);
		font-size:24px;
		font-family: "Playfair Display", serif;
		line-height:120%;
		font-weight:normal;
		position:relative;
	}
	.kungTit h1 span { position:relative; display:inline-block; padding:0 80px;}
	.kungTit h1 span:before {
		content:''; position:absolute; top:50%; left:0; height:20px; width:60px; background:url(/imgs/main/tit.png) no-repeat 100% 100%; 
	}
	.kungTit h1 span:after {
		content:''; position:absolute; top:50%; right:0; height:20px; width:60px; background:url(/imgs/main/tit2.png) no-repeat 0 100%; 
	}
	
	
	.kungBox {
		width:100%;
		height:auto;
		margin-bottom:20px;
	}
	
	.kungBox .img {
		height: auto;
	}
	
	.kungBox .img img{
		position:relative;
		top: 0%;
		left:50%;
		transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-moz-transform:translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
	
		width:100%;height:auto;
	}
	.kungBox  a:hover .img img{
		transform:scale(1.05,1.05) translate(-48%, 0%);;  
		-ms-transform:scale(1.05,1.05) translate(-48%, 0%);;
	}
	
	.tweddingTit {margin:30px auto 30px;text-align:center;}
	.tweddingTit h2 br {display:none}
	
	.twedding1 a {
		height:330px; 
		width:100%;
	}
	
	.twedding2 {
		margin:0px 2% 0;
		width:46%;
	}
	.twedding2 a {
		height:380px; 
		width:100%;
	}
	
	.twedding3 {
		margin:20px 0px 0 0px;
		width:25%;
	}
	.twedding3 a {
		height:360px; 
	}
	
	
	
	#visualArea .visualTit {
		padding-top:50px;
	}

	
	
}

@media (max-width: 640px) {
	#visualArea {min-height:500px;max-height:500px !important;}
	#visualArea {min-height:100%;max-height:100% !important;}
	/*#visualArea {margin-top:60px}*/
	
	
	#visualArea .visualTit .titleBox h2 {
		font-size:40px;
	}
	#visualArea .visualTit .titleBox h3 {
		font-size:16px;
	}

	#visualArea .visualTit .titleBox .enterBox {
		width: 200px; 
		margin:20px auto 10px;
		font-size:14px;
		padding:6px 25px 6px 5px; 
		-webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px 
	}
	#visualArea .visualTit .titleBox .enterBox:after { 
		position: absolute; top: 0px; right: 10px; display: block; 
	}
	
	
	#videoCtrl .videoTitle, #videoCtrl .photoTitle {
		display:none !important;
	}
	
	.weddingBrand {margin:0px}
	.hallBox,.hallBox.type2,.hallBox.type3,.hallBox.typeR {
		width:100%;
		margin:0 0 25px;
	}
	.hallBox:last-child {
		margin-bottom:0;
	}
	.hallBox,
	.hallBox .img  {
		height:160px !important;
	}
	.hallBox .img img {
		width:100% !important;height:auto !important;
	}
	.hallBox.type3 a .titBox .tableBox h1 {
		font-size:26px;
	}
	
	.quickInner {padding:30px 0 0}
	.quickItem {
		width:100% !important;
		padding:20px 4px 0;
		margin-right:0 !important;
	}
	
	.quickNews li .tit {
		width:100%;
	}
	.quickNews li .date {
		display:none;
	}
	
	.blog_col {
		width:50%;
	}
	.blog_col.blog_new {width:100%;}
	
	.blog_titArea h1 {
		font-size: 38px; 
	}
	.blog_titArea h2 {
		font-size: 20px;
	}
	
	.blog_titArea h3 {
		margin-top:30px;
		font-size: 16px; 
	}
	
	.blog_bottomArea h3 {
		font-size: 16px; 
	}
	.quickItem .quickDesc .imgArea {
		width:25%;
	}
	
	.quickItem .quickDesc .ment {
		width:75%;
	}
	
	
	.blog_titArea {padding:30px 0 30px;}
	.blog_bottomArea {padding:20px 0 20px;}
	
	.kungBox2 a .titBox .tableBox {
		padding:10px 20px;
	}	
	.kungBox2 a .titBox .tableBox h1 {
		font-size:18px;
		margin:15px 0 15px;
	}
	
	.kungBox2 a .titBox .tableBox h2 {
		font-size:12px;
	}
	
	.kungBox2 a .titBox .tableBox h3 {
		font-size:18px;
		margin:8px 0 10px;
	}
	
	.kungTit {margin:20px auto 30px;}
	.kungTit h1 {
		font-size:20px;
		line-height:130%;
	}
	
	.tweddingTit {margin:30px auto 20px;text-align:center;}
	.tweddingTit h2 br {display:block}
	.tweddingBox {float:none;}
	.twedding1 {
		margin:20px 0 0 0;	
		width:100%;
		order: 3;
	}
	.twedding1 a {
		width:100%;
		height:200px; 
	}
	
	.twedding2 {
		margin:20px 0 0 0;
		width:100%;
		order: 1;
	}
	.twedding2 a {
		width:100%;
		height:200px; 
	}
	
	.twedding3 {
		margin:20px 0px 0 0px;
		width:100%;
		order: 2;
	}
	.twedding3 a {
		width:100%;
		height:200px; 
	}
	
	.twedding4 {
		margin:20px 0px 0 0px;
		width:100%;
	}
	.twedding4 a {
		width:100%;
		height:200px; 
	}

}
@media (max-width: 425px) {
	#visualArea .visualTit .titleBox .openMent {display:none}
	.quickItem .quickDesc .imgArea {
		width:44%;
	}
	
	.quickItem .quickDesc .ment {
		width:56%;
	}
	
	#visualArea .visualTit .titleBox .openLogo img {
		width:160px;		
	}
	
	.kungBox2 a .titBox .tableBox {
		padding:5px 15px;
	}	
	.kungBox2 a .titBox .tableBox h1 {
		font-size:16px;
		margin:15px 0 15px;
	}
	
	.kungBox2 a .titBox .tableBox h3 {
		font-size:16px;
		margin:8px 0 10px;
	}
	
	.kungTit h1 {
		font-size:16px;
	}

}

@media (max-width: 375px) {
	
	#visualArea .visualTit .titleBox .openMent img {
		width:300px;
	}
	
	/*.kungBox2 {
		width:100%;
		margin-top:20px;
	}
	
	.kungBox2 a .titBox .tableBox {
		padding:10px 25px;
	}

	.kungBox2 a .titBox .tableBox h1 {
		font-size:20px;
		margin:15px 0 15px;
	}
	
	.kungBox2 a .titBox .tableBox h2 {
		font-size:13px;
	}
	
	.kungBox2 a .titBox .tableBox h3 {
		font-size:20px;
		margin:8px 0 15px;
	}*/
	
	.twedding1 a {
		width:100%;
		height:170px; 
	}
	
	.twedding2 a {
		width:100%;
		height:170px; 
	}
	
	.twedding3 a {
		width:100%;
		height:170px; 
	}
	
	.twedding4 a {
		width:100%;
		height:170px; 
	}

	
}
@media (max-width: 320px) {
	.kungBox2 {
		width:100%;
		margin-top:20px;
	}
	
	.kungBox2 a .titBox .tableBox {
		padding:10px 25px;
	}

	.kungBox2 a .titBox .tableBox h1 {
		font-size:20px;
		margin:15px 0 15px;
	}
	
	.kungBox2 a .titBox .tableBox h2 {
		font-size:13px;
	}
	
	.kungBox2 a .titBox .tableBox h3 {
		font-size:20px;
		margin:8px 0 15px;
	}
	
}
