@charset "utf-8";

#visualArea {position: relative; overflow: hidden; height:100%;min-height:100%;max-height:100% !important;background:rgba(0,0,0,1);}
#visualArea .visualCover {
	position:absolute;
	left:0;right:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	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:"Noto Serif KR", "Justus Roman", sans-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.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) rotate(0.02deg);
	    -ms-transform: scale(1.2) rotate(0.02deg);
    	-webkit-transform: scale(1.2) rotate(0.02deg);
		-moz-transform: scale(1.2) rotate(0.02deg);
	}
	100% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
}

@-webkit-keyframes slideActive {
	0% { 
		transform:scale(1.2) rotate(0.02deg);
	    -ms-transform: scale(1.2) rotate(0.02deg);
    	-webkit-transform: scale(1.2) rotate(0.02deg);
		-moz-transform: scale(1.2) rotate(0.02deg);
	}
	100% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
}
@-moz-keyframes slideActive {
	0% { 
		transform:scale(1.2) rotate(0.02deg);
	    -ms-transform: scale(1.2) rotate(0.02deg);
    	-webkit-transform: scale(1.2) rotate(0.02deg);
		-moz-transform: scale(1.2) rotate(0.02deg);
	}
	100% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
}
@-o-keyframes slideActive {
	0% { 
		transform:scale(1.2) rotate(0.02deg);
	    -ms-transform: scale(1.2) rotate(0.02deg);
    	-webkit-transform: scale(1.2) rotate(0.02deg);
		-moz-transform: scale(1.2) rotate(0.02deg);
	}
	100% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
}




#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);
	color:rgba(230,190,140,1);
	color:rgba(255,230,190,1);
	font-size:80px;
	font-family: "nether",serif;
	letter-spacing:1px;
	/*text-transform: uppercase;*/
	line-height:100%;
	position:relative;
	margin:10px 0 15px;
	visibility: hidden;
}

#visualArea .visualTit h2 {
	color:rgba(255,255,255,1);
	font-size:34px;
	font-family:"Justus Italic", sans-serif;
	letter-spacing:-0.5px;
	line-height:100%;
	position:relative;
	/*visibility: hidden;*/
}
#visualArea .visualTit h3 {
	color:rgba(255,255,255,1);
	font-size:24px;
	letter-spacing:0px;
	line-height:100%;
	position:relative;
	/*text-transform: uppercase;
	visibility: hidden;*/
	font-family:"Justus Roman", sans-serif;
}

#visualArea .visualTit h4 {
	position:relative;
	letter-spacing:2px;
	color:rgba(255,255,255,1);
	font-size:26px;
	letter-spacing:0px;
	font-family:"Roboto Condensed", sans-serif;
	line-height:140%;
	position:relative;
	visibility: hidden;
	font-weight:300;
	text-transform: uppercase;
}

/*#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;
}

.visualSlogan {
	position:absolute;
    bottom:0px;
    z-index: 110;
	margin:0 auto;
	width:auto;
	padding:40px 60px;
	text-align:right;
	right:0;
}
.visualSlogan h1 {
	font-size:56px;
	font-family:"Justus Roman", sans-serif;
	color:rgba(255,255,255,1);
	color:rgba(245,220,190,1);
	line-height:110%;
	letter-spacing:-1px;
	opacity:0;
	-webkit-transform:translateY(60px);
	transform:translateY(60px);
}
.visualSlogan h2 {
	font-size:23px;
	font-family:"Petit Formal Script", sans-serif;
	color:rgba(255,255,255,1);
	color:rgba(245,220,190,1);
	/*letter-spacing:-0.5px;*/
	opacity:0;
	-webkit-transform:translateY(60px);
	transform:translateY(60px);
}
/*.visualSlogan h3 {
	font-size:18px;
	font-family:"Noto Serif KR", sans-serif;
	color:rgba(255,255,255,1);
	color:rgba(245,220,190,1);
	letter-spacing:-0.5px;
	margin-bottom:10px;
	padding-right:70px;
	position:relative;
	opacity:0;
	-webkit-transform:translateY(60px);
	transform:translateY(60px);
}
.visualSlogan h3:after {
	position:absolute;
	display:inline-block;
	top:50%;
	bottom:50%; 
	right:0;
	width:55px;
	height:1px;
	background:rgba(255,255,255,1);
	background:rgba(245,220,190,1);
	content:'';
}*/
.visualSlogan h3 {
	font-size:18px;
	font-family:"Noto Serif KR", sans-serif;
	color:rgba(255,255,255,1);
	color:rgba(245,220,190,1);
	letter-spacing:0px;
	margin-top:10px;
	padding-right:0px;
	position:relative;
	opacity:0;
	-webkit-transform:translateY(60px);
	transform:translateY(60px);
}
.visualSlogan .inStatic {
	opacity: 1;	 
	transform:translate(0px,0px);
	-ms-transform: translate(0px,0px);
	-webkit-transform: translate(0px,0px);
}
.inY5 {
	-webkit-animation: inY .5s ease-out forwards;
	-moz-animation:    inY .5s ease-out forwards;
	-o-animation:      inY .5s ease-out forwards;
	animation:         inY .5s ease-out forwards;
}
.inY10 {
	-webkit-animation: inY 1s ease-out forwards;
	-moz-animation:    inY 1s ease-out forwards;
	-o-animation:      inY 1s ease-out forwards;
	animation:         inY 1s ease-out forwards;
}
.inY15 {
	-webkit-animation: inY 1.5s ease-out forwards;
	-moz-animation:    inY 1.5s ease-out forwards;
	-o-animation:      inY 1.5s ease-out forwards;
	animation:         inY 1.5s ease-out forwards;
}
.inY20 {
	-webkit-animation: inY 2s ease-out forwards;
	-moz-animation:    inY 2s ease-out forwards;
	-o-animation:      inY 2s ease-out forwards;
	animation:         inY 2s ease-out forwards;
}
.inY25 {
	-webkit-animation: inY 2.5s ease-out forwards;
	-moz-animation:    inY 2.5s ease-out forwards;
	-o-animation:      inY 2.5s ease-out forwards;
	animation:         inY 2.5s ease-out forwards;
}
.inY30 {
	-webkit-animation: inY 3s ease-out forwards;
	-moz-animation:    inY 3s ease-out forwards;
	-o-animation:      inY 3s ease-out forwards;
	animation:         inY 3s ease-out forwards;
}
.inX10 {
	-webkit-animation: inX 1s ease-out forwards;
	-moz-animation:    inX 1s ease-out forwards;
	-o-animation:      inX 1s ease-out forwards;
	animation:         inX 1s ease-out forwards;
}
@-webkit-keyframes inY {
	/*0% { 
		opacity: 0;
		transform:translate(0px,80px);
	    -ms-transform: translate(0px,80px);
    	-webkit-transform: translate(0px,80px);
	}*/
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}
@-moz-keyframes inY {
  	/*0% { 
		opacity: 0;
		transform:translate(0px,80px);
	    -ms-transform: translate(0px,80px);
    	-webkit-transform: translate(0px,80px);
	}*/
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}
@-o-keyframes inY {
  	/*0% { 
		opacity: 0;
		transform:translate(0px,80px);
	    -ms-transform: translate(0px,80px);
    	-webkit-transform: translate(0px,80px);
	}*/
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}
@keyframes inY {
 	/*0% { 
		opacity: 0;
		transform:translate(0px,80px);
	    -ms-transform: translate(0px,80px);
    	-webkit-transform: translate(0px,80px);
	}*/
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}

@-webkit-keyframes inX {
	/*0% { 
		opacity: 0;
		transform:translate(0px,80px);
	    -ms-transform: translate(0px,80px);
    	-webkit-transform: translate(0px,80px);
	}*/
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}
@-moz-keyframes inX {
  	/*0% { 
		opacity: 0;
		transform:translate(0px,80px);
	    -ms-transform: translate(0px,80px);
    	-webkit-transform: translate(0px,80px);
	}*/
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}
@-o-keyframes inX {
  	/*0% { 
		opacity: 0;
		transform:translate(0px,80px);
	    -ms-transform: translate(0px,80px);
    	-webkit-transform: translate(0px,80px);
	}*/
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}
@keyframes inX {
 	/*0% { 
		opacity: 0;
		transform:translate(0px,80px);
	    -ms-transform: translate(0px,80px);
    	-webkit-transform: translate(0px,80px);
	}*/
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}


#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%;
	display:none;
}

#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);
}

#jgranArea {position:relative;}
.partyouBrand {
	position:relative;
	width:100%;
	display: flex;
	flex-flow:row wrap;
	display:block;
	padding:60px 0 0;
}
.partyouBox {
	display:table-cell;
	font-size:0;
}
.partyou1 {
	margin:0px 0 0 0;
	order: 1;
	width:50%;
	padding-right:40px;
}
.partyou2 {
	margin:0px 0 0 0;
	order: 2;
	text-align:right;
	width:50%;
	vertical-align:top;
	padding-left:40px;
	position:relative;
}
/*.partyou2: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(235,215,200,1); 
}
.partyou2:after {
    content: '';
    position: absolute;
	top: calc(50% - 4px);
	left:-4px;
    height: 9px;
    width: 9px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(245,170,105,1);

	-webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
}*/

.partyou2 img {
	width:100%;
	max-width:100%;
}
.partyouBrand .brandSet {
	display:inline-block;
	width:100%;
	margin:-100px 0 0 0;
	background:rgba(250,245,240,1);
	background:rgba(245,230,215,1);
	padding:40px 35px 30px;	
}
.partyouBrand .brandTop {
	position:relative;
}
.partyouBrand .brandTop1 {
	display:inline-block;
	font-size:64px;
	line-height:54px;
	color:rgba(50,35,30,1);
	font-family: "Justus Roman","Noto Serif KR", sans-serif;
	letter-spacing:-0.5px;
}
.partyouBrand .brandTop2 {
	position:absolute;
	top:85px;
	left:130px;
	display:inline-block;
	font-size:26px;
	line-height:1;
	color:rgba(50,35,30,1);
	font-family: "Justus Roman","Noto Serif KR", sans-serif;
	letter-spacing:-0.5px;
}
.partyouBrand .brandTop3 {
	display:block;
	margin-top:25px;
	font-size:20px;
	font-weight:300;
	line-height:1;
	color:rgba(50,35,30,1);
	letter-spacing:-1px;
}
.partyouBrand .brandBottom {
	padding-top:100px;
	position:relative;
	display:table;
	width:100%;
}
.partyouBrand .brandLogo {
	display:table-cell;
	position:relative;
	width:110px;
}
.partyouBrand .brandLogo img {
	/*width:100%;*/
	width:100px;
	max-width:100%;
}

.partyouBrand .brandSlogan {
	position:relative;
	width:calc(100% - 100px);
	display:table-cell;
	font-family:"Noto Serif KR", sans-serif;
	font-size:22px;
	color:rgba(50,35,30,1);
	line-height:30px;
	text-align:right;
	vertical-align:middle;
}

.partyouBrand .text1 {
	display:block;
	font-size:34px;
	line-height:44px;
	color:rgba(80,80,60,1);
	font-family: "Justus Italic","Noto Serif KR", sans-serif;
	letter-spacing:-0.5px;
}

.partyouBrand .text2 {
	font-size:24px;
	letter-spacing:-1px;
	color:rgba(180,70,70,1);
	color:rgba(165,160,1,1);
	font-family:"Noto Serif KR","Justus Roman",serif;
	line-height:140%;
	word-break:keep-all;
	margin:20px auto 40px;
}

.partyouBrand .text3 {
	font-size:15.5px;
	letter-spacing:-0.5px;
	line-height:150%;
	word-break:keep-all;
	margin:0px auto 20px;
	color:rgba(37,37,37,1);
	text-align:left;
}

a.aboutBtn {
	color: rgba(230,200,160,1);
	background:rgba(45,30,20,1);
	display: inline-block; *display: inline; *zoom: 1; 
	width:auto; 
	line-height:24px; 
	text-align: center; 
	font-size: 12px; letter-spacing: 0.5px; 
	position: relative; 
	padding: 0 10px 2px; 
	-webkit-border-radius: 4px; 
	   -moz-border-radius: 4px; 
	        border-radius: 4px;
}
a.aboutBtn:after { 
	display: inline-block; *display: inline; *zoom: 1; 
	font-size: 12px; 
	line-height:24px; 
	font-family: 'themify'; content: "\e628"; 
	font-weight: normal; 
	margin-left:10px;
}
a.aboutBtn:hover {
	color:rgba(50,35,30,1);
	background:rgba(230,200,160,1);
}
.partyou2 a {position:relative;display:block;}
.partyouBox .videoBtn{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	background:url("/imgs/main/btn_video.png") center center no-repeat;
}


.partyouBox .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; 
}
.partyouBox .more:before {
	content: '';
    position: absolute;
    background:#fff;
	height:20px;
    width: 3px;
    top: 10px;
    left: 18px;
}
.partyouBox .more:after {
	content: '';
    position: absolute;
    background:#fff;
	height:3px;
    width: 21px;
    top: 18px;
    left: 9px;
}

.hallTour {
	position:relative;
	margin:0px -15px;
	/*display: flex;
	flex-flow: row wrap;*/
	/*overflow:hidden;*/
	font-size:0;
	
}

.hallTourBox {
	float:left;
	/*display:inline-block;*/
	width:calc(50% - 30px);
	margin: 0 15px 30px;
	font-size:0;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.4);
}
.hallTourBox .more {
	width: 40px;
    height: 40px;
    background:rgba(50,35,30,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; 
}
.hallTourBox .more:before {
	content: '';
    position: absolute;
    background:#fff;
	height:20px;
    width: 1px;
    top: 10px;
    left: 19px;
}
.hallTourBox .more:after {
	content: '';
    position: absolute;
    background:#fff;
	height:1px;
    width: 21px;
    top: 19px;
    left: 9px;
}
.hallTourBox a {
	position:relative;
	display:block;
	/*box-shadow: 3px 3px 10px rgba(0,0,0,0.1);*/
}
.hallTourBox a .titBox {
	position: absolute;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index:11;
}
.hallTourBox .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;
}
.hallTourBox .out {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:11;
	padding:10px;
}
.hallTourBox .out .in {
	position:relative;
	width:100%;
	height:100%;
	display:block;
	border:1px solid rgba(255,255,255,.3);
}

.hallTourBox a .titBox .tableBox {
	display:table;
	position:static;
	width:100%;
	height:100%;
	padding:20px;
}
.hallTourBox a .titBox .tableBox .tableCell {
	position:relative;
	display:table-cell;
	text-align:left;
	vertical-align:top;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}
.hallTourBox a .titBox .tableBox h1 {
	font-family: "Noto Serif KR", sans-serif;
	color:rgba(255,255,255,1);
	/*font-weight:500;*/
	font-size:30px;
	line-height:110%;
	/*text-transform:uppercase;*/
	
	position:relative;
	margin:5px 0 0px;
}
.hallTourBox a .titBox .tableBox h2 {
	color:rgba(255,255,255,1);
	font-family: "Noto Sans KR", sans-serif;
	font-size:16px;
	letter-spacing:0px;
	line-height:160%;
	position:relative;
}
.hallTourBox 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;
}

.hallTourBox .img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	
}
.hallTourBox .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;
}
.hallTourBox  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);
}
.hallTourBox  a:hover .titBox .tableBox p {max-height: 100px;}
.hallTourBox  a:hover .cover {
	background:rgba(0,0,0,.6);
}

.hallTourBox a {
	width:100%;
	height:480px;
}

.hallTour1 {
	width:calc(100% - 30px);
}
.hallTour2 a, .hallTour3 a{
	height:300px;
}
.hallTour3 {
	/*margin-top:30px;*/
}


.banquet1,.banquet2 {
	width:calc(50% - 20px);
	margin: 0 10px 20px;
}
.banquet3 {
	width:calc(40% - 20px);
	margin: 0 10px 20px;
}
.banquet4,.banquet5 {
	width:calc(30% - 20px);
	margin: 0 10px 20px;
}

.banquet a {
	height:240px;
}

.banquet .img img{
	width:100%;height:auto;
}

.banquet a .titBox .tableBox h1 {
	font-family: "Barlow Condensed","Noto Sans KR", sans-serif;
	font-size:28px;
	font-weight:400;
	letter-spacing:-0.5px;
	text-transform:none;
	margin:2px 0 0;
}

#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: "Justus Roman", sans-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:5px 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: "Barlow Condensed", "Justus Roman", sans-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:"Noto Serif KR", sans-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: "Barlow Condensed", "Justus Roman", sans-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;
}

.whatsArea .mainLogo {
	position:absolute;
	top:-32px;
	display:block;
	left:0;
	right:0;
	text-align:center;
	z-index:300;
}
#eventArea {padding:20px 0 60px;}
.quickInner {padding:30px 0 30px;padding:0px 0 0px}
.quickItem {
	position:relative;
	width:27%;
	float:left;
	padding:20px 0 0;
	margin-right:3%;
}
.quickItem.location {
	width:22%;
	padding:16px 16px 16px 20px;
	background:rgba(195,130,90,.1);
	background:rgba(255,255,255,.05);
	border:3px solid rgba(195,130,90,0);
	margin-right:2%;
}
.quickItem.reservation {
	width:22%;
	padding:16px 16px 16px 20px;
	border:3px solid rgba(195,130,90,.3);
	margin-right:2%;
}
.quickItem.partner {
	width:22%;
	padding:16px 16px 16px 20px;
	background:rgba(195,130,90,1);
	border:3px solid rgba(195,130,90,.3);
	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:20px; 
	font-family:"Barlow Condensed", "Noto Serif KR", sans-serif;
	font-weight:300;
	line-height:1;
	letter-spacing:0px;
	color:rgba(195,130,90,1);
}
.quickItem .quickTit h3 {
	text-align:left;	
	font-size:15px; 
	font-family:"Noto Serif KR", sans-serif;
	font-weight:300;
	line-height:1;
	margin-top:7px;
	letter-spacing:-0.5px;
	color:rgba(195,130,90,1);
}
.quickItem.location .quickTit h2 {
	color:#fff;
	color:rgba(250,190,155,.8);
}
.quickItem.location .quickTit h3 {
	color:#fff;
	color:rgba(250,190,155,.8);
}
.quickItem .more{
	position:absolute; top:0px; right:0px;
	color:rgba(195,130,90,1);
	font-size:13px;line-height:30px;
}
.quickItem .more a {
	font-family:"Barlow Condensed", "Noto Sans KR", sans-serif;
}

.quickItem .more2 {
	width: 30px;
    height: 30px;
    background:rgba(195,130,90,.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(195,130,90,.8);
	display:inline-block;
	width:50%;
	padding-left:15px;
	line-height:140%;
	vertical-align:top;
}
.quickItem.location .quickDesc .ment {
	color:rgba(235,235,235,1);
	color:rgba(250,190,155,.8);
}
.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;}
/*
.quickItem.location {
	background:rgba(250,245,240,1);
	border:4px solid rgba(250,245,240,1);
}
.quickItem.reservation {
	border:4px solid rgba(250,245,240,1);
}
.quickItem.partner {
	background:rgba(250,245,240,1);
	border:4px solid rgba(250,245,240,1);
}

.quickItem .more2 {
    background:rgba(230,210,185,1);
	background:rgba(225,210,200,.5);
}*/


/*.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);
}*/
.articleArea.bg1 .quickItem.location {
	background:rgba(195,130,90,.15);
}
.articleArea.bg1 .quickItem.location .quickTit h2 {
	color:rgba(145,100,70,1);
}
.articleArea.bg1 .quickItem.location .quickTit h3 {
	color:rgba(145,100,70,1);
}
.articleArea.bg1 .quickItem.location .quickDesc .ment {
	color:rgba(145,100,70,1);
}
.articleArea.bg1 .quickItem.reservation {
	border:3px solid rgba(195,130,90,.2);
}

.quickNews {position:relative;/*height:120px;/*border-top:1px solid #e8e8e8;*/}
.quickNews li{
	position:relative;
	width:100%;
	border-bottom:1px dotted rgba(195,130,90,.4);
	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;
	color:rgba(195,130,90,1);
}

.quickNews li .date {
	width:20%;
	font-size:13px;
	display:inline-block;
	letter-spacing:-0.5px;
	text-align:right;
	color:#999999;
	color:rgba(195,130,90,1);
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	padding:0 1px 2px 0;
}

.articleArea.bg3 .quickNews li{
	border-bottom:1px solid rgba(195,130,90,.2);
}
.articleArea.bg3 .quickNews li .tit {
	color:rgba(195,130,90,1);
}
.articleArea.bg3 .quickNews li .tit a:hover {
	color:rgba(255,255,255,1);
}
.articleArea.bg3 .quickNews li .date {
	color:rgba(195,130,90,.6);
}


#eventArea {
	display: flex;
	flex-flow: row wrap;
}

.eventArea {order: 1;}
.quickArea {order: 2;}


.wtArea {position:absolute;right:120px;top:-500px;z-index:95;width:200px;display:none;}
.wArea {
	background:url('/imgs/main/wt_mid.png') repeat-y;
	color:#000;font-size:16px;line-height:24px;
	font-weight:normal;
	width:260px;/*max-height:190px;*/
	padding:10px 15px;
	letter-spacing:-0.5px;
	overflow-y:auto;
}

#newsArea {padding:20px 0 60px;}
#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 20px;}
.blog_col {
	position:relative;
	float:left;
	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;
	filter: alpha(opacity=100);
	opacity:1;
	
}
.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: "Barlow Condensed", 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.bg3 h3 {color:rgba(230,200,160,.4);}

#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(50,35,30,1);*/
	color:rgba(230,200,160,1);
	background:rgba(45,30,20,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: 6px; left: 20px; display: block; font-size: 20px; font-family: 'themify'; content: "\e62d"; content: "\e61a"; font-weight: normal; 
}

#newsArea .blogMoreBox:hover {
	background:rgba(230,200,160,1);
	color:rgba(50,35,30,1);
	
}

#newsArea .lineBox {
	display:inline-block; width:1px; height:80px; margin:10px auto 10px;
	overflow:hidden;
}
#newsArea .lines {
	display:block; width:1px; height:80px;
	background-color: rgba(220,210,90,1);
}
#newsArea.bg3 .lines { background:rgba(230,200,160,.35);}

#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) {
	
	.visualSlogan {
		padding:40px 30px;
	}

	#visualArea .visualTit h1 {
		font-size:70px;
	}
	#visualArea .visualTit h2 {
		font-size:30px;
	}
	#visualArea .visualTit h3 {
		font-size:20px;
	}
	#visualArea .visualTit h4 {
		font-size:18px;
	}
	
	

	.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;
	}
	
	.partyouBrand .text1 {
		font-size:28px;
		line-height:36px;
	}
	
	.partyouBrand .text2 {
		font-size:20px;
		margin:20px 0;
	}
	
	.banquet4 .img img, .banquet5 .img img{
		width:auto;height:100%;
	}
	
}

@media (max-width: 1024px) {
	#visualArea .visualTit .titleBox .openLogo img {
		/*width:160px;*/
		height:140px;
	}
	.wtArea {display:none !important}
	/*#visualArea {min-height:600px;max-height:600px !important;}*/
	
	
	#visualArea .visualTit .titleBox .openMent {
		margin:0 auto;
	}
	
	#visualArea .visualTit h1 {
		font-size:52px;
	}
	#visualArea .visualTit h2 {
		font-size:26px;
	}
	#visualArea .visualTit h3 {
		font-size:20px;
	}
	#visualArea .visualTit h4 {
		font-size:18px;
	}
	
	.visualSlogan {
		padding:0px 30px 40px;
	}
	.visualSlogan h1 {
		font-size:44px;
	}
	.visualSlogan h2 {
		font-size:20px;
	}
	.visualSlogan h3 {
		font-size:16px;
		/*padding-right:50px;*/
		margin-bottom:0px;
	}
	.visualSlogan h3:after {
		width:40px;
	}
	
	#eventArea, #newsArea {padding:20px 0 40px;}

	/*#visualArea .visualTit .titleBox h2 {
		font-size:50px;
	}
	#visualArea .visualTit .titleBox h3 {
		font-size:20px;
	}*/
	
	.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%;
		float:right;
	}
	.blog_col.blog_new {width:50%;}
	
	.downLeft {display:none;}
	
	.kungBox {
		height:140px;
	}
	
	.kungBox .img {
		height: 140px;
	}
	
	.partyouBrand .text1 {
		font-size:25px;
		line-height:36px;
	}
	
	.partyouBrand .text2 {
		font-size:18px;
		margin:20px 0;
	}
	
	
	.hallTour a {
		height:220px;
	}
	.hallTour1 a {
		height:300px;
	}
	
	.hallTourBox a .titBox .tableBox h1 {
		font-size:24px;
	}
	
}
@media screen and (max-width: 980px) {
	/*#visualArea {margin-top:70px}*/
	.kungBox {
		height:130px;
	}
	
	.kungBox .img {
		height: 130px;
	}
	
	.kungBox2 {
		width:50%;
	}
	
	.kungBox2.box3 {
		float:right;
	}
	
	.banquet3 .img img{
		width:auto;height:100%;
	}
	
}
@media (max-width: 768px) {
	
	#visualArea .visualTit .titleBox .openLogo img {
		/*width:160px;*/
		height:120px;
	}
	
	.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;
	}
	
	
	
	.kungTit {margin:40px auto 30px;}
	.kungTit h1 {
		color:rgba(255,255,255,1);
		font-size:24px;
		font-family: "Justus Roman", sans-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%);;
	}
	
	#visualArea .visualTit {
		padding-top:50px;
	}

	.partyouBrand .text1 {
		font-size:24px;
		line-height:32px;
	}
	
	.partyouBrand .text1 span {
		font-size:26px;
	}
	
	.partyouBrand .text2 {
		font-size:20px;
	}
	
	
	.partyouBrand .text3 {
		font-size:14px;
	}
	
	.hallTour a {
		height:220px;
	}
	.hallTour1 a {
		height:260px;
	}
	.hallTour2 a,.hallTour3 a {
		height:200px;
	}
	
	.banquet1,.banquet2 {
		width:calc(50% - 20px);
	}
	.banquet .img img{
		width:auto;
		height:100%;
	}
	.banquet3 {
		width:calc(40% - 20px);
	}
	.banquet4,.banquet5 {
		width:calc(30% - 20px);
	}
	
	
	
	#artArea { padding:0px 0 30px;}
	/*.quickInner {padding:40px 0 20px}*/
	
}

@media (max-width: 640px) {
	#visualArea {min-height:540px;max-height:540px !important;}
	/*#visualArea {min-height:100%;max-height:100% !important;}*/
	/*#visualArea {margin-top:60px}*/
	
	#visualArea .visualTit h1 {
		font-size:32px;
		margin:10px 0 8px;
	}
	#visualArea .visualTit h2 {
		font-size:16px;
	}
	#visualArea .visualTit h3 {
		font-size:12px;
	}
	#visualArea .visualTit h4 {
		font-size:18px;
	}
	#visualArea .visualTit3 h2 {display:none}
	
	/*#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;
	}
	
	.visualSlogan {
		padding:0px 0px 40px;
		text-align:center;
		position:absolute;
		bottom:60px;
		z-index: 110;
		margin:0 auto;
		width:100%;
		right:auto;
	}
	.visualSlogan h1 {
		font-size:40px;
	}
	.visualSlogan h2 {
		font-size:18px;
	}
	.visualSlogan h3 {
		font-size:16px;
		padding-right:0px;
		margin-top:5px;
	}
	.visualSlogan h3:after {
		width:0px;
		display:none;
	}
	
	.hallTour {
		margin:0px -10px;
	}
	.hallTour a {
		height:200px;
	}
	.hallTour2 .img img, .hallTour3 .img img{
		width:auto;
		height:100%;
	}
	
	
	.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;
	}
	
	.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%;
		float:left;
	}
	.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%;
	}
	
	.partyouBrand {
		padding:30px 0 40px;
	}
	
	
	.partyouBrand .text2 {
		font-size:18px;
		margin:20px 0 30px;
	}
	
	.partyouBrand .text3 {
		font-size:15px;
	}
		
	.partyou2:before { 
		display:none;
	}
	.partyou2:after {
		display:none;
	}
	.partyouBox {
		display:block;
	}
	.partyou1 {
		order: 1;
		width:100%;
		padding:0px 0 30px 0;
	}
	.partyou2 {
		position:relative;
		top:0px;
		margin:0px 0 0 0;
		order: 2;
		text-align:center;
		width:100%;
		padding:0px;
	}
	
	
}


@media (max-width: 480px) {
	
	#visualArea {min-height:500px;max-height:500px !important;}
	.visualSlogan {
		padding:0px 0px 40px;
	}
	.visualSlogan h1 {
		font-size:30px;
	}
	.visualSlogan h2 {
		display:none;
		font-size:14px;
	}
	.visualSlogan h3 {
		font-size:16px;
	}
	#visualArea .visualTit .titleBox .openMent {display:none}
	.quickItem .quickDesc .imgArea {
		width:44%;
	}
	
	.quickItem .quickDesc .ment {
		width:56%;
	}
	
	#visualArea .visualTit .titleBox .openLogo img {
		/*width:160px;*/
		height:80px;
	}
	
	.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;
	}

	#visualArea .directDownArea {
		display:block;
	}
	
	
	.hallTour {
		margin:0;
	}
	.hallTour a {
		height:180px;
	}
	.hallTourBox {
		width:calc(100%) !important;
		margin:0 0 20px;
	}
	.hallTour6 {
		margin:0 0 0px;
	}
	
	/*.hallTourBox a .titBox .tableBox h1 {
		font-size:20px;
		margin:2px 0 0px;
	}
	.hallTourBox a .titBox .tableBox h2 {
		font-size:15px;
	}*/
	
	.hallTourBox .img img{
		width:100%;height:auto;
	}
	
	.hallTourBox .out {
		padding:5px;
	}

	

}

@media (max-width: 375px) {
	
	#visualArea .visualTit .titleBox .openMent img {
		width:300px;
	}
	.hallTour a {
		height:160px;
	}
	
	.partyouBrand .text1 {
		font-size:21px;
		line-height:30px;
	}
	.partyouBrand .text1 span {
		font-size:24px;
	}
	
}
@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;
	}
	
}
