@charset "utf-8";

.concept-bg1 {
    background: rgba(225,225,225,1);
}
.concept-bg2 {
	background: rgba(80,50,20,1);
}
.concept-bg3 {
	background: rgba(247,244,231,1);
	
}
.concept-bg4 {
	background: rgba(245,235,220,1);
}
.concept-bg5 {
	background: #80584a;
}
.concept-bg0 {
	background: #fff;
}
.concept-bg6 {
	background: rgba(190,130,100,1) url(/imgs/pat/02.png) 0 0 no-repeat;
}
.concept-bg7 {
	background: rgba(190,130,100,1);
}
.concept-bg-gray {
	background: rgba(250,250,250,1);	
}

.concept-bg8 {
	background: rgba(246,246,247,1);
}

.inXA {
	opacity:0;
	-webkit-transform:translateX(80px);
	transform:translateX(80px);
}
.inYA {
	opacity:0;
	-webkit-transform:translateY(80px);
	transform:translateY(80px);
}
.inA {
	opacity:0;
}
.inY10 {
	-webkit-animation: inY 1s ease-in-out forwards;
	-moz-animation:    inY 1s ease-in-out forwards;
	-o-animation:      inY 1s ease-in-out forwards;
	animation:         inY 1s ease-in-out forwards;
}
.inY15 {
	-webkit-animation: inY 1.5s ease-in-out forwards;
	-moz-animation:    inY 1.5s ease-in-out forwards;
	-o-animation:      inY 1.5s ease-in-out forwards;
	animation:         inY 1.5s ease-in-out forwards;
}
.inY20 {
	-webkit-animation: inY 2s ease-in-out forwards;
	-moz-animation:    inY 2s ease-in-out forwards;
	-o-animation:      inY 2s ease-in-out forwards;
	animation:         inY 2s ease-in-out forwards;
}
.inY25 {
	-webkit-animation: inY 2.5s ease-in-out forwards;
	-moz-animation:    inY 2.5s ease-in-out forwards;
	-o-animation:      inY 2.5s ease-in-out forwards;
	animation:         inY 2.5s ease-in-out forwards;
}
.inY30 {
	-webkit-animation: inY 3s ease-in-out forwards;
	-moz-animation:    inY 3s ease-in-out forwards;
	-o-animation:      inY 3s ease-in-out forwards;
	animation:         inY 3s ease-in-out forwards;
}
.inY35 {
	-webkit-animation: inY 3.5s ease-in-out forwards;
	-moz-animation:    inY 3.5s ease-in-out forwards;
	-o-animation:      inY 3.5s ease-in-out forwards;
	animation:         inY 3.5s ease-in-out forwards;
}
.inY40 {
	-webkit-animation: inY 4s ease-in-out forwards;
	-moz-animation:    inY 4s ease-in-out forwards;
	-o-animation:      inY 4s ease-in-out forwards;
	animation:         inY 4s ease-in-out forwards;
}
@-webkit-keyframes inY {
	
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}
@-moz-keyframes inY {
  	
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}
@-o-keyframes inY {
  	
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}
@keyframes inY {
 	
	100% {
		opacity: 1;	 
		transform:translate(0px,0px);
		-ms-transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}


.inH {
	height:0%;
}
.inH10 {
	-webkit-animation: inH 1s ease-in-out forwards;
	-moz-animation:    inH 1s ease-in-out forwards;
	-o-animation:      inH 1s ease-in-out forwards;
	animation:         inH 1s ease-in-out forwards;
}
@-webkit-keyframes inH {
	
	100% {
		height:100%;
	}
}
@-moz-keyframes inH {
  	
	100% {
		height:100%;
	}
}
@-o-keyframes inH {
  	
	100% {
		height:100%;
	}
}
@keyframes inH {
 	
	100% {
		height:100%;
	}
}

.sep-bg {
	position:absolute;
	width:100%;
	z-index:-1;
}


/* 페이지네비 */
#pageNavi {text-align:center;padding:40px 0px 40px;}
#pageNavi b,
#pageNavi span,
#pageNavi a {
	*zoom: 1;margin: 0px 0px 0px 0px; 
	text-align: center; width: 38px; text-decoration: none; position: relative; 
	display:inline-block; 
	color:rgba(205,205,205,1);  font-size:16px;
	border: rgba(205,205,205,1) 1px solid; 
	line-height:36px;
	vertical-align:middle;
}
#pageNavi a:hover { color: rgba(205,205,205,1); background: #fff; border: rgba(205,205,205,1) 1px solid; }
#pageNavi span { color:rgba(205,205,205,1);}
#pageNavi b { background:rgba(205,205,205,1); color:#fff; border:rgba(205,205,205,1) 1px solid;}
#pageBtn {text-align:center;padding:30px 0;background:#666666;}

.bbsPage{ border-top: 1px solid rgba(0,0,0,1); width:100%; margin:0px auto 0;}
.bbsPage table{width: 100%;}
.bbsPage td{color:rgba(51,51,51,1); text-align:left; padding:16px 0 16px 24px; border-bottom:1px solid rgba(204,204,204,1); font-weight:normal;}
.bbsPage td a{color: rgba(20,20,20,1);}
.bbsPage .viewArrow{ background:url("/imgs/board/arrow_top.png") right 50% no-repeat; padding-right:28px; color:rgba(51,51,51,1); }
.bbsPage .viewArrow2{background:url("/imgs/board/arrow_bottom.png") right 50% no-repeat; padding-right:28px;  color:rgba(51,51,51,1);}

@media screen and (max-width: 640px) {
	.bbsPage .no1 {width:105px}
	.bbsPage td{padding:16px 10px 16px 10px;font-size:14px;}
	.bbsPage .viewArrow,
	.bbsPage .viewArrow2 {padding-right:15px;}
}



.btnArea {text-align:center;margin-top:20px;}
.btn-pos-L {text-align:left;}
.btn-pos-R {text-align:right;}
.btnArea a {margin-right:10px;}
.btnArea a:last-child {margin-right:0px;}
.btnCall{
	position:relative;
	display:inline-block;
	text-align:center;vertical-align:middle;box-sizing:border-box;
	color:rgba(102,102,102,1);
	border:1px solid rgba(102,102,102,1);
	background:#fff;
}
.btnCall[disabled]{color:#b2b2b2!important;border-color:#e6e6e6!important;background:#e6e6e6!important;cursor:default}
.btnCall[disabled]:before{display:none}
.btnL{min-width:180px;height:60px;padding:0 25px;line-height:58px;font-size:18px;letter-spacing:-.01em}
.btnM{min-width:160px;height:50px;padding:0 25px;line-height:48px;font-size:17px;letter-spacing:-.01em}
.btnS{display:inline-block;min-width:70px;font-size:15px;border:0;vertical-align:top}

.btnCall[class*="type"]{background:transparent;border-color:rgba(205,205,205,1);}
.btnCall[class*="type"] span{position:relative;display:inline-block;}

.btnActive{
	background:rgba(205,205,205,1) !important;
	color:rgba(51,51,51,1) !important;
	
}
.typeList {color:rgba(205,205,205,1) !important;}
.btnActive:hover{background:#fff!important;}
.typeList:hover{color:rgba(102,102,102,1) !important;background:#fff!important;}
.btnOver:hover{background:rgba(205,205,205,1) !important;color:#fff !important}

.btnActive-w{background:#fff !important;color:rgba(205,205,205,1) !important}
.btnActive-w:hover{color:#fff !important;background:rgba(205,205,205,1) !important;}
.btnArrow {
	padding:0 60px 0 40px;
}
.btnArrow span:after{
	position:absolute;right:20px;bottom:23px;width:10px;height:10px;
	transition:all 0.5s ease-in-out;
	content:"";border-style:solid;border-color:#fff;border-width:0 1px 1px 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);
}
.btnArrow:hover span:after{
	border-color:rgba(205,205,205,1);;
}
.btn-list {
	position:relative;
	display:inline-block;
	text-align:center;vertical-align:middle;box-sizing:border-box;
	color:rgba(51,51,51,1);
	border:1px solid rgba(205,205,205,1);
	padding:0 20px;
	font-size:14px;
	line-height:36px;
}
.btn-list:hover {
	color:#fff;
	background:rgba(205,205,205,1);
}


.head-bar {
	position:relative;
	display:block;
	text-align:center;
}
.head-bar .in {
	position:relative;
	display:inline-block;
	width:1px;
	background: rgba(204,204,204,1);
}

.article-head {
	position: relative;
	text-align: center; 
	padding: 120px 0 0px;
	margin:0px auto 0px;
	z-index:10;
	font-size:16px;
	color:rgba(51,51,51,1);
}

.article-head:before {
	display: block;
 	background:rgba(204,204,204,1);
    width: 1px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
}
.article-head.no-bar {
	padding: 80px 0 0px;
}
.article-head.no-bar:before {
	display: none;
}

.article-head h1 {
	position:relative;
	font-size: 40px;
	font-size: 3.250em;
	font-size: 2.500em;
	letter-spacing:-0.5px; 
	line-height: 120%;
	/*font-family:"Bodoni Moda","Song Myung",serif;*/
	text-align:center;
    font-weight: 600;
	color:rgba(102,102,102,1);
}

.article-head .horizon-bar {
	display:inline-block;
	padding:15px 0px 15px;
	border-top:1px solid rgba(204,204,204,1);
	border-bottom:1px solid rgba(204,204,204,1);
}

.body-bg .article-head {
    color: rgba(115,115,115,1);
}
.body-bg .article-head:before {
	background: rgba(205,205,205,.5);
}
.body-bg .article-head .horizon-bar {
	border-color:rgba(205,205,205,.5);
}


.light-text .article-head {
	color:rgba(205,205,205,1);
}
.light-text .article-head:before {
	background: rgba(205,205,205,.5);
}
.light-text .article-head .horizon-bar {
	border-color:rgba(205,205,205,.5);
}

.light-text2 .article-head {
    color: rgba(115,115,115,1);
}
.light-text2 .article-head:before {
	background: rgba(205,205,205,.5);
}
.light-text2 .article-head .horizon-bar {
	border-color:rgba(205,205,205,.5);
}



.article-head .italic {
	font-style:italic;
}
.article-head h1 strong {
	font-weight:600;
}

.article-head h2 {
	font-size: 20px; 
	font-size: 1.250em;
	font-style: normal; 
	letter-spacing: 0px;
	line-height: 180%;
    color: rgba(205,205,205,1);
}
.article-head .slogan {
	position:relative;
	font-size: 40px;
	font-size: 2.000em;
	font-weight:400;
	line-height:150%;
	font-family:"Noto Serif KR",serif;
	letter-spacing:-0.5px;
}

.article-head .point {
	font-size: 26px; 
	font-size: 1.625em;
	font-style: normal; 
	letter-spacing: 0px;
	line-height: 170%;
	font-family:"Noto Serif KR",serf;
}
.space-line {
	position:relative;
	display:inline-block;
	width:60px;
	height:1px;
	background:rgba(51,51,51,1);
}

.article-head h3 {
	font-size: 16px; 
	letter-spacing: 0; 
	line-height: 170%; 
}

.article-head .big {
	position:relative;
	font-size: 60px;
	font-size: 3.750em;
	letter-spacing:0px; 
	line-height: 120%;
	font-weight: 700;
	font-family:"Raleway","Gothic A1",serf;
	text-align:center;
	color:rgba(215,120,60,1);
	color:rgba(215,120,60,1);
}
.article-head .eng {
	font-size: 20px;
	font-weight: 700;
	font-style: normal; 
	letter-spacing: 0px;
	line-height: 180%;
	font-family:"Raleway","Gothic A1",serf;
}
.article-head img {
	max-width:300px;
}
.article-head .big80 {
	font-size: 80px;
	font-size: 5.000em;
}
	
@media screen and (max-width: 1024px) {
	.article-head.first {padding: 80px 0 0px;}
	.article-head.first:before {
		display:none;
	}
	.article-head.no-bar {
		padding: 80px 0 0px;
	}
}
@media screen and (max-width: 768px) {
	.article-head.first {padding: 60px 0 0px;}
	.article-head.no-bar {
		padding: 60px 0 0px;
	}
	.article-head {
		font-size: 14px;
	}	
	.article-head h3 {
		font-size: 15px;
	}
	
	.article-head h2 {
		color:inherit;
		
	}
}
@media screen and (max-width: 480px) {
	.article-head {
		font-size: 11px;
	}
	.article-head h2 {
		font-size: 1.600em;
	}
	.article-head {padding: 80px 0 0px;}
	.article-head:before {
		width: 1px;
		height: 50px;
	}
	/*.article-head .horizon-bar {
		padding:15px 10px 20px;
	}*/
	.article-head img {
		max-width:240px;
	}
}



.section-head {
	position: relative;
	text-align: center; 
	padding: 100px 0 0px;
	margin:0px auto 0px;
	z-index:10;
	font-size:16px;
}
.section-head:before {
	display: block;
 	background:rgba(204,204,204,1);
	background:rgba(180,180,180,.4);
    width: 1px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
}

.section-head.no-bar:before {
	display: none;
}
.section-head h1 {
	position:relative;
	font-size: 40px;
	font-size: 2.250em;
	letter-spacing:-1px; 
	line-height: 120%; 
	color:rgba(80,50,20,1);
	
	text-align:center;
    line-height: 130%;
    font-weight: 400;
	padding:10px 0px;
}
.section-head .horizon-bar {
	display:inline-block;
	padding:10px 0px;
	margin:10px 0;
	border-top:1px solid rgba(180,180,180,.4);
	border-bottom:1px solid rgba(180,180,180,.4);
}
.section-head .italic {
	font-style:italic;
}
.section-head h1 strong {
	font-weight:600;
}

.section-head h2 {
	font-size: 20px; 
	font-size: 1.125em;
	font-style: normal; 
	letter-spacing: 0px;
	line-height: 150%; 
	color:rgba(180,180,180,1);
}

.section-head h3 {
	font-size: 16px; 
	letter-spacing: 0; 
	line-height: 170%; 
	color:rgba(180,180,180,1);
}
@media screen and (max-width: 1024px) {
	.section-head.first {padding: 80px 0 0px;}
	.section-head.first:before {
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.section-head.first {padding: 60px 0 0px;}
	.section-head {
		font-size: 13px;
	}	
	.section-head h3 {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.section-head {
		font-size: 11px;
	}
	.section-head h2 {
		font-size: 1.400em;
	}
	.section-head {padding: 80px 0 0px;}
	.section-head:before {
		width: 1px;
		height: 50px;
	}
	.section-head.no-bar {
		padding: 60px 0 0px;
	}
	/*.section-head .horizon-bar {
		padding:15px 10px 20px;
	}*/
}


.section-title-LR {
	position:relative;
	padding:0px 0px 0;
	display:table;
	margin:0 auto;
}

.section-title-LR .section-title-L {
	position:relative;
	display:table-cell;
	vertical-align:top;
	width:40%;
	width:auto;	
	padding-right:40px;
	text-align:right;
}
.section-title-LR .section-title-R {
	position:relative;
	display:table-cell;
	vertical-align:top;	
	padding-left:40px;
}
.section-title-LR .section-title-R: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(215,215,215,1);
	
}

.section-title-LR .section-title-R:after {
    content: '';
    position: absolute;
	top:0;
	left:0px;
    height:60px;
    width: 1px;
	background:rgba(150,130,105,1);
}

@media screen and (max-width: 768px) {
	.section-title-LR .section-title-L {
		display:block;
		width:100%;
		text-align:center;
		padding:0;
	}
	.section-title-LR .section-title-R {
		display:block;
		padding:0px 0px 0;
		width:100%;
		text-align:center;
	}
	.section-title-LR .section-title-R:before { 
		display:none;
	}
	
	.section-title-LR .section-title-R:after {
		display:none;
	}
	
}

	
.section-other-head {
	position: relative;
	margin:0px auto 0px;
	font-size:16px;
}
.section-other-head .in {
	position: relative;
	display:inline-block;
}
.section-other-head strong {
	font-weight:500;
}
.section-other-head h1 {
	color:rgba(102,102,102,1);
	color:rgba(80,50,20,1);
    font-size: 2.500em;
    line-height:1em;
    display: inline-block;
    padding: 0px;
    letter-spacing: -0.5px;
    margin: 0;
	word-break: keep-all;
	white-space: nowrap;
    font-weight: 500;
	font-family:"Bodoni Moda","Noto Serif KR",serif;
}
.point-text-color {
	color:rgba(190,130,100,1);
	color:rgba(190,130,100,1);
}


.section-other-head h2 {
    letter-spacing: 0em;
    line-height: unset;
	font-size: 1.250em;
	word-break: keep-all;
	white-space: nowrap;
	padding-right:3px;	
	color: rgba(205,205,205,1);
	
}
.section-other-head h3 {
	color: rgba(115,115,115,1);
    letter-spacing: 0em;
    line-height: unset;
	font-size:1.125em;
    margin-bottom: 20px;
	
	font-family:"Bodoni Moda","Noto Serif KR",serif;
}
.section-other-head h4 {
	color: rgba(115,115,115,1);
    letter-spacing: 0em;
    line-height: unset;
	font-size:1.00em;
	font-family:"Bodoni Moda","Noto Serif KR",serif;
}
.section-other-head p {
    letter-spacing: 0em;
    line-height: unset;
	font-size:16px;
}

@media screen and (max-width: 768px) {
	.section-other-head {
		font-size: 14px;
	}
	.section-other-head h2 {
		padding-right:0px;	
		color:inherit;
		
	}
	.section-other-head .horizon-bar {
		padding:15px 0px 15px;
		border-top:1px solid rgba(204,204,204,1);
		border-bottom:1px solid rgba(204,204,204,1);
	}
}
@media screen and (max-width: 480px) {
	.section-other-head {
		font-size: 11px;
	}
	.section-other-head h2 {
		font-size: 1.600em;
	}
	.section-other-head h3 {
		font-size: 15px;
	}
	.section-other-head h4 {
		font-size: 15px;
	}
}


.section-tit-head {
	position: relative;
	margin:0px auto 0px;
	font-size:16px;
	color:rgba(80,50,20,1);
	text-align:center;
}
.section-tit-head .in {
	position: relative;
	display:inline-block;
}
.section-tit-head strong {
	font-weight:500;
}
.section-tit-head .tit-bar {
	position:relative;
	text-align:center;
	font-size:0;
}
.section-tit-head .tit-bar .line {
	position:relative;
	display:inline-block;
	width:1px;
	background:rgba(204,204,204,1);
}
.section-tit-head.no-bar .tit-bar {
	display:none;
}
.section-tit-head .tit-no-bar {
	display:none;
}
.section-tit-head.no-bar .tit-no-bar {
	display:block;
}
.section-tit-head h1 {
    font-size: 3.500em;
    line-height:1em;
    display: inline-block;
    padding: 0px;
    letter-spacing: -0.5px;
    margin: 0;
	word-break: keep-all;
	white-space: nowrap;
    /*font-weight: 500;*/
	font-family:"Playfair Display","Noto Serif KR",serif;
}

.section-tit-head h2 {
    letter-spacing: -0.063em;
	letter-spacing: -0.025em;
    line-height: unset;
	font-size: 1.625em;
	word-break: keep-all;
	white-space: nowrap;
	font-weight:500;
	
}
.section-tit-head h3 {
	color: rgba(115,115,115,1);
    letter-spacing: 0em;
    line-height: unset;
	font-size:1.125em;
    margin-bottom: 20px;
	
}
.section-tit-head h4 {
	color: rgba(115,115,115,1);
    letter-spacing: 0em;
    line-height: unset;
	font-size:1.00em;
}
.section-tit-head p {
    letter-spacing: 0em;
    line-height: unset;
	font-size:16px;
}

.section-tit-head .point {
	color:rgba(204,102,0,1);
	color:rgba(190,130,100,1);
	
}
.section-tit-head .italic {
	font-style:italic;
}

.section-tit-head .slogan-kor {
    font-size: 3.000em;
    line-height:140%;
    display: inline-block;
    padding: 0px;
    letter-spacing: -0.063em;
	letter-spacing: -0.031em
    margin: 0;
	
	font-weight:400;
	/*word-break: keep-all;
	white-space: nowrap;*/
	font-family:"Playfair Display","Noto Serif KR",serif;
}
.section-tit-head .slogan-kor2 {
	font-size: 3.000em;
    line-height:140%;
    display: inline-block;
    padding: 0px;
    margin: 0;
	
	font-weight:400;
    letter-spacing:-1px;
}
.section-tit-head .slogan-kor3 {
	font-size: 3.000em;
    line-height:140%;
    display: inline-block;
    padding: 0px;
    margin: 0;
	
	font-weight:500;
    letter-spacing:-1px;
	font-family:"Gothic A1",serif;
}
.section-tit-head .slogan-eng {
    letter-spacing: 0.250em;
    line-height: unset;
	font-size: 1.625em;
	word-break: keep-all;
	white-space: nowrap;
	font-family:"Playfair Display","Noto Serif KR",serif;
}

.section-tit-head .slogan-ment {
    letter-spacing: 0em;
    line-height: unset;
	font-size:1.125em;
}
.section-tit-head .slogan-ment2 {
    letter-spacing: 0em;
    line-height: unset;
	font-size:1.375em;
	font-family:"Gothic A1",serif;
	font-weight:500;
}

@media screen and (max-width: 768px) {
	.section-tit-head {
		font-size: 13px;
	}
	.section-tit-head h3 {
		font-size: 15px;
	}
	.section-tit-head h4 {
		font-size: 15px;
	}
	.section-tit-head .slogan-ment {
		font-size: 15px;
	}
	.section-tit-head .slogan-ment2 {
		font-size: 1.385em;
	}
}
@media screen and (max-width: 480px) {
	.section-tit-head {
		font-size: 10px;
	}
	.section-tit-head h2 {
		font-size: 1.600em;
	}
	.section-tit-head .slogan-kor {
		font-size: 2.400em;
	}
	.section-tit-head .slogan-kor2 {
		font-size: 2.400em;
	}
	.section-tit-head .slogan-kor3 {
		font-size: 2.750em;
	}
	.section-tit-head .slogan-ment2 {
		font-size: 16px;
	}
}


.section-bar-head {
	position: relative;
	margin:0px auto 0px;
	font-size:16px;
	color:rgba(80,50,20,1);
	text-align:center;
}
.section-bar-head .in {
	position: relative;
	display:inline-block;
}
.section-bar-head strong {
	font-weight:500;
}
.section-bar-head .tit-bar {
	position:relative;
	text-align:center;
	font-size:0;
}
.section-bar-head .tit-bar .line {
	position:relative;
	display:inline-block;
	width:1px;
	background:rgba(204,204,204,1);
}
.section-bar-head.no-bar .tit-bar {
	display:none;
}
.section-bar-head .tit-no-bar {
	display:none;
}
.section-bar-head.no-bar .tit-no-bar {
	display:block;
}
.section-bar-head h1 {
    font-size: 2.750em;
    line-height:1em;
    display: inline-block;
    padding: 0px;
    letter-spacing: -0.5px;
    margin: 0;
	word-break: keep-all;
	white-space: nowrap;
    /*font-weight: 500;*/
	font-family:"bodoni Moda","Noto Serif KR",serif;
}
.section-bar-head .big {
    font-size: 3.250em;
	font-weight:500;
}
.section-bar-head .horizon-bar {
	display:inline-block;
	padding:20px 0px 20px;
	border-top:1px solid rgba(190,130,100,1);
	border-bottom:1px solid rgba(190,130,100,1);
}

.section-bar-head h2 {
    letter-spacing: 0;
    line-height: unset;
	font-size: 1.625em;
	font-size: 2.000em;
	word-break: keep-all;
	white-space: nowrap;
	font-weight:500;
	
}
.section-bar-head h3 {
	color: rgba(115,115,115,1);
	
    letter-spacing: 0em;
    line-height: unset;
	font-size:1.250em;
    margin-bottom: 20px;
	
}
.section-bar-head h4 {
	color: rgba(115,115,115,1);
    letter-spacing: 0em;
    line-height: unset;
	font-size:1.00em;
}
.section-bar-head p {
    letter-spacing: 0em;
    line-height: unset;
	font-size:16px;
}

.section-bar-head .point {
	color:rgba(204,102,0,1);
	color:rgba(190,130,100,1);
	
}
.section-bar-head .italic {
	font-style:italic;
}


@media screen and (max-width: 768px) {
	.section-bar-head {
		font-size: 13px;
	}
	.section-bar-head h3 {
		font-size: 16px;
	}
	.section-bar-head h4 {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.section-bar-head {
		font-size: 10px;
	}
	.section-bar-head .big {
 	   font-size: 2.500em;
	}
	.section-bar-head h3 {
		font-size: 15px;
	}
}
@media screen and (max-width: 375px) {
	
}
/* reservation */
.hallBtn {
	text-align:center;
	padding-bottom:20px;
}
.hallBtn2 {
	padding:0px 0 20px;
}
a.btnReservation, a.confirm {
	position: relative; 
	color: rgba(255,255,255,1);
	background:rgba(205,205,205,1);
	background:rgba(190,130,100,1);
	border:none;
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; 
	
	line-height: 60px; 
	text-align: center; font-size: 18px; letter-spacing: .0em; 
	
	padding: 0 50px 0 50px; 
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}
a.btnReservation:before { 
	display: inline-block; *display: inline; *zoom: 1; 
	font-size: 16px; 
	font-family: 'themify'; content: "\e61d"; 
	font-weight: normal; 
	margin-right:10px;
	/*-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; */
}
a.btnReservation:hover, a.confirm:hover {
	background:rgba(80,50,30,1);
}

a.btnReservation2 {
	position: relative; 
	color: rgba(255,255,255,1);
	background:rgba(205,205,205,1);
	border:none;
	display: inline-block;
	width: auto; 
	
	line-height: 50px; 
	text-align: center; 
	font-size: 16px; letter-spacing: .0em; 
	
	padding: 0 40px 0 40px; 
}
a.btnReservation2:before { 
	display: inline-block; *display: inline; *zoom: 1; 
	font-size: 16px; 
	font-family: 'themify'; content: "\e61d"; 
	font-weight: normal; 
	margin-right:10px;
	/*-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; */
}
a.btnReservation2:hover {
	background:rgba(20,20,20,1);
}

/* error */
.rForm_required_text { font-size: 14px; font-weight: normal; color: #d3000c; }

/* legend */
.do_legend {display: block;width: 100%;font-size: 15px;font-weight: 400;color: #666;}
/* label */
.do_label {
	display: inline-block;padding-bottom: 4px;padding-right: 4px;position: relative;vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	color: #333;
}
.do_label_required:after {content: '*';display: inline-block;padding-left: 4px;vertical-align: middle;font-size: 15px;font-weight: 400;color: #ff0000;}
/* input */
.do_form_field {display: inline-block;width: 390px;height: 40px;padding: 8px 10px;vertical-align: middle;font-size: 16px;line-height:150%;color: #777;background: #f8f8f8;border: 1px solid #ddd;border-radius: inherit;}
textarea.do_form_field {height: 200px;overflow: auto;resize: none;}
/* input block */
.do_form_block_field {display: block;}

/* input 설명글 */
.do_form_field_guide {padding-top: 8px;}
.do_form_field_guide *, .do_form_field_guide p {padding: 0;font-size: 13px;line-height: 1.87;font-style: normal;font-weight: 400;color: #666;}

/* 약관동의 */
.do_agree_rule {width: 100%;height: 160px;padding: 24px 24px;background: #f8f8f8;border: 1px solid #dedede;overflow: auto;}
.do_agree_rule p {padding-bottom: 0;}
.do_agree_check {padding: 12px 0 48px;text-align: right;}
.do_agree_check div[class^="icheckbox"] + span {padding-right: 0;padding-left: 8px;font-size: 13px;}


.reservForm {}
.rForm_body { overflow: hidden; }
.rForm_content { position: relative; }
.rForm_submit { position: relative; }
.rForm_header {margin-bottom: 9px;}
.rForm_title {font-size: 16px;font-weight:normal;letter-spacing: -0.025em;margin-bottom: 6px;}
.rForm_list { border-top: 4px solid #d3000c; }
.rForm_list:after {display: table; clear: both; content: ''; }
.rForm_listitem {position: relative;padding: 0px 0 30px;/*border-bottom: 1px solid #ddd;*/}
.rForm_listitem .radioLabel {margin-right:10px;}
.rForm_listitem .radioLabel:after {content:'';display:inline-block;}
.rForm_listitem .your-memo { height: 120px; }
.rForm_listitem .your-memo2 { height: 180px; }

.rForm_listitem_project .rForm_header { margin-bottom: 16px; }
.rForm_listitem_project{ padding-bottom: 0; }

.do_label_info {font-size: 16px;font-weight: normal;margin-bottom:5px;padding: 0;letter-spacing: -0.025em;}
.do_form_field_request { width: 100%; height: 40px; border-width: 1px; background: #fff; }
.do_form_field_date { width: 40%; min-width:120px;height: 40px; border-width: 1px; background: #fff; text-align:center;}
.do_form_field_date2 { width: 100%; height: 40px; border-width: 1px; background: #fff; text-align:center;}
.do_form_field_date3 { width: 30%; min-width:120px;height: 40px; border-width: 1px; background: #fff; text-align:center;}

.do_form_field_tel { width: 30%; height: 40px; border-width: 1px; background: #fff;}
.do_form_field_cap { width: 50%; height: 40px; border-width: 1px; background: #fff;}
.do_form_field_caller { width: 100%; height: 40px; border-width: 1px; background: #fff;}
.do_form_field_telbar {position:relative;display:inline-block;width:5%; height: 100%; text-align:center;vertical-align:middle; margin:0 -5px;}
.do_form_field_datebar {position:relative;display:inline-block;width:2.5%; height: 100%; text-align:center;vertical-align:middle;}
.do_form_field_text {position:relative;display:inline-block;width:10%; height: 100%;text-align:right; vertical-align:middle;font-size:16px;}
.do_form_field_date.do_time { width: 25%;min-width:70px;padding-left:10px;}
.do_form_field_date.do_time3 { width: 30%;min-width:100px;padding-left:10px;}
.do_form_field_timebar {position:relative;display:inline-block;width:5%; height: 100%; text-align:center;vertical-align:middle; margin:0 -6px;}
.do_form_field_telbar .bar {display:block;width:50%;height:1px;background-color:#ccc;position:absolute;top:50%;left:50%;margin-left:-25%;}

@media screen and (max-width: 980px) {
	.do_form_field_text {width:100%; text-align:left;}
}
.do_form_field_select { 
	border-radius:0; 
	background:#fff url(/imgs/icon/angle-down.png) no-repeat right 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none; 
	text-overflow: ''; 
	vertical-align: middle; 
	padding-left:15px;
	text-align:left;
}
.do_form_field_select::-ms-expand {
    display: none;
}
.ie8 .do_form_field_select { background:none; line-height:1; }

.do_form_list_info {margin: 4px -12.5px -7px;}
.do_form_listitem_info {float: left;width: 50%;padding:5px 12.5px 10px;}
.do_form_submit {float: left;width: 50%;padding:5px 0 0px;}
.do_form_control {text-align: center; padding-top:30px;}

.do_agree_check_request { /*border-top:2px solid rgba(80,50,20,.2);*/padding: 20px 0 30px 0px; text-align: left; word-break: keep-all; letter-spacing:-1px; }
.do_agree_check_request_anchor { margin-right: 3px; padding-bottom: 0px; color: rgba(80,50,20,1); border-bottom: 1px solid #d3000c;}
.do_agree_check_request_anchor.noBorder {border-bottom:none;}
.do_agree_check_request_anchor:hover { color: #d3000c; }
.do_agree_check_request .icheckbox_minimal { left: -23px; }

/* 달력 */
#ui-datepicker-div.ui-datepicker {position:absolute; margin:5px 0 0 0px; padding:20px 20px 16px 20px; border:1px solid #e8e8e8; background:#fff; z-index:10 !important; display:none;}
#ui-datepicker-div.ui-datepicker a {text-decoration:none; cursor:pointer; transition:color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.1s linear 0s !important;}
#ui-datepicker-div.ui-datepicker .ui-widget-header .ui-icon {position:absolute; top:18px; width:27px; height:27px; padding:0 !important; text-indent:-9999px;}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev .ui-icon {left:20px;background:url(/imgs/icon/btn_pre.gif) 0 0 no-repeat;}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next .ui-icon {right:20px; background:url(/imgs/icon/btn_next.gif) 0 0 no-repeat;}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title {margin-bottom:6px; padding-bottom:12px; font-size:15px; color:#996b56; text-align:center; border-bottom:1px solid #e8e8e8; display:block; font-weight:600;margin-top:-2px;}
#ui-datepicker-div.ui-datepicker.st01 {margin:0;}
#ui-datepicker-div.ui-datepicker.ui-datepicker-multi {clear:both; width:auto !important; height:auto; overflow:hidden;}
#ui-datepicker-div.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {float:left; width:200px; height:219px; margin:0 10px;}
#ui-datepicker-div.ui-datepicker .ui-datepicker-row-break {clear:both;}
#ui-datepicker-div.ui-datepicker select {
	padding: 5px 0.5em 4px;
   	font-size: 14px;
	line-height:1;
	margin:0px 2px 0px;
	vertical-align:2px;
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-focus {
	background: #eee;
	font-weight: bold;
}

#ui-datepicker-div table.ui-datepicker-calendar {width:200px;}
#ui-datepicker-div table.ui-datepicker-calendar th, 
#ui-datepicker-div table.ui-datepicker-calendar td {width:26px; height:26px; padding:0; line-height:26px; font-size:12px; color:#696969; text-align:center;}
#ui-datepicker-div table.ui-datepicker-calendar th {font-family:"Gothic A1";}
#ui-datepicker-div table.ui-datepicker-calendar thead th:first-child {color:#996b56;}
#ui-datepicker-div table.ui-datepicker-calendar td a {height:100%; line-height:26px; display:block;}
#ui-datepicker-div table.ui-datepicker-calendar td:first-child a, table.ui-datepicker-calendar td.holiday a {color:#996b56;}
#ui-datepicker-div table.ui-datepicker-calendar td.ui-state-disabled {color:#ccc;}
#ui-datepicker-div table.ui-datepicker-calendar td.ui-state-highlight {background:#996b56;}
#ui-datepicker-div table.ui-datepicker-calendar td.start, 
#ui-datepicker-div table.ui-datepicker-calendar td.end, 
#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-current-day {background:#885d49;}
#ui-datepicker-div table.ui-datepicker-calendar td.start a, 
#ui-datepicker-div table.ui-datepicker-calendar td.end a, 
#ui-datepicker-div table.ui-datepicker-calendar td.ing a, 
#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-current-day a, 
#ui-datepicker-div table.ui-datepicker-calendar td.ui-state-highlight a {color:#fff;}
#ui-datepicker-div table.ui-datepicker-calendar span {padding:0 !important;}
#ui-datepicker-div table.ui-datepicker-calendar .ui-state-highlight::last-child {background:#996b56;}


.reserv {position:relative;padding-bottom: 0px;}
.reserv .addr {text-align:center;margin-bottom:20px;}
.reserv .link {text-align: center; margin-top: 40px; font-size: 0; }
.reserv .link a.btn { width: 50%; line-height: 55px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0;  }
.reserv .link a.btnl { width: 50%; line-height: 55px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0;  }
.reserv .link a.btnr { width: 50%; line-height: 55px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0; }
.reserv .link a.btnl2 { width: 50%; line-height: 45px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0;  }
.reserv .link a.btnr2 { width: 50%; line-height: 45px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0; }
.reserv .link a.btn-border { width: 50%; max-width: 284px; line-height: 55px; text-align: center; font-size: 15px; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0; }

.reserv .link a.btn:after,
.reserv .link a.btnl:after,
.reserv .link a.btnr:after,
.reserv .link a.btn-border:after { font-family: 'themify'; content: "\e611"; font-size: 16px; font-weight: normal; line-height: 55px; }
.reserv .link a.btn:after,
.reserv .link a.btnl:after { right: auto; left: 10px; font-size: 16px; content: "\e693"; line-height: 55px; }
.reserv .link a.btnl2:after { font-family: 'themify'; content: "\e681"; font-size: 16px; font-weight: normal; line-height: 45px; }
.reserv .link a.btnr2:after { font-size: 16px; content: "\e6a7"; line-height: 45px; }

.reserv .tableBox {
	/*border:rgba(240,240,240,1) 1px solid;*/
	display:table;
	width:100%;
	margin:0 auto;
	position:relative;
}

.reserv .tableCell {
	display:table-cell; 
	vertical-align:top;
	background:rgba(255,255,255,1);
	
}
.reserv .tableCell.all {
	width: 100%;
	background:rgba(250,250,250,1);
}
.body-bg .reserv .tableCell.all {
	background:rgba(255,255,255,1);
}
.reserv .tableCell .inner {padding:60px 40px;/*border:1px solid rgba(240,240,220,1);border-right:none;*/}
.reserv .tableCell .inner2 {padding: 0 60px 0 0px;}
.reserv .tableCell.right {width:30%;background:transparent}
.reserv .tableCell.right2 {width:40%;background:transparent}

.reserv .tableCell .titImg img {width: 100%;max-width:100%;}
.reserv .tableCell .titImg {position:relative;width:100%;margin-bottom:30px;overflow:hidden;padding-bottom:140%;}
.reserv .tableCell .titImg .img {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}
.reserv .hName { position: relative; padding-bottom:30px;text-align:center;font-family:"Noto Serif KR",serif}
.reserv h2 {font-size:26px;letter-spacing:-1px;line-height:1.2em; word-break:keep-all;color:rgba(80,50,20,1);font-weight:300;}
.reserv h2 span {border-bottom:1px solid rgba(80,50,20,1);padding-bottom:6px;}
.reserv h3 { font-size: 16px; letter-spacing: .0em; line-height:1.4;margin-bottom:10px; color:rgba(80,50,20,1);margin-top:20px;}
.reserv h4 { font-size: 16px; letter-spacing: .0em; line-height:1.4;margin-bottom:10px; color:rgba(80,50,20,1);margin-top:10px;}

.reserv .out_tit {
	padding: 20px 20px 10px 20px;
    background-color: #fff;
	/*border:rgba(240,240,240,1) 1px solid;*/
	margin-bottom:0;	
}
.reserv .inner_tit {
	padding: 20px 20px 10px 20px;
    background-color: #fff;
	/*border-bottom:rgba(240,240,240,1) 1px solid;*/
	margin-bottom:0;	
	margin-top:0px;
}
.reserv .help_txt {
	position: relative;
    top: 4px;
    float: right;
	font-size: 12px;
	color:#c1c1c1;
}
.reserv .help_txt i {
    font-size: 12px;
    color:#F00;
	font-weight:600;
}


.reserv .infoBox { margin-top: 20px; }
.reserv .infoBox.telEmail {display:inline-block; width:40%;}
.reserv .infoBox h4.category-en { font-size: 15px; font-weight: normal; letter-spacing: .05em; /*text-transform: uppercase;*/}
.reserv .infoBox h4.category-kr { font-size: 12px; font-weight: 300; letter-spacing: .05em; }
.reserv .infoBox p { letter-spacing: .1em; line-height:2;margin-top:0px !important;}
.reserv .infoBox p i { font-size: 12px; line-height: 2; font-weight: normal; padding-right: 8px; vertical-align: 0; }
.reserv .infoBox p {font-size:16px;letter-spacing:0px;line-height: 1.7; margin-top: 30px;}

/* ol */
.reserv .infoBox ol { margin: 0; padding: 0; list-style: decimal !important; padding-left: 1.2em; }
.reserv .infoBox ol li { font-weight: normal; list-style: decimal !important; letter-spacing: .1em; line-height: 2; }
/* ul.circle */
.reserv .infoBox ul.circle { margin: 5px 0 0; padding: 0; list-style: circle !important; padding-left: 1.5em; }
.reserv .infoBox ul.circle li { list-style: circle !important;  letter-spacing: .05em; line-height: 1.5; margin-bottom:5px;}
/* ul.disc */
.reserv .infoBox ul.disc { margin: 10px 0 0; padding: 0; list-style: disc !important; padding-left: 1.5em; }
.reserv .infoBox ul.disc li { font-weight: normal; list-style: disc !important; letter-spacing: .0.5em; line-height: 1.5; margin-bottom:5px;}
.reserv .infoBox ul.disc li.discMargin {margin-top:10px;}

.reserv ul.subway { margin: 15px 0 0; padding: 0; list-style: disc !important; padding-left: 1.5em; }
.reserv ul.subway li { font-size: 15px; font-weight: 300; list-style:circle outside none;letter-spacing: -0.5px; line-height: 1.5; margin-bottom:5px;}
.reserv ul.subway li.none {list-style:none;margin-left: -1.2em; }
.reserv ul.subway li.red {color:#CC0000;}

.reserv ul.subway18 { margin: 15px 0 0; padding: 0; list-style: disc !important; padding-left: 1.5em; }
.reserv ul.subway18 li { font-size: 18px; font-weight: normal; list-style:circle outside none;letter-spacing: 0px; line-height: 1.5; margin-bottom:5px;}
.reserv ul.subway18 li.none {list-style:none;margin-left: -1.2em; }
.reserv ul.subway18 li.red {color:#CC0000;}


.reserv ul.subway2 { margin: 10px 0 0; padding: 0; list-style:none !important; padding-left:1em;}
.reserv ul.subway2 li { font-size: 15px; font-weight: 300; list-style:circle outside none;letter-spacing: 0px; line-height: 1.5; margin-bottom:5px; }
.reserv ul.subway2 li.none {list-style:none;margin-left: -1.2em; }
.reserv ul.subway2 li.red {color: #F00;}

.reserv ul.disc2 { margin: 7px 0 20px; padding: 0; list-style:disc !important; padding-left: 2em; }
.reserv ul.disc2 li { font-size:14px;font-weight: 300; list-style:disc !important; letter-spacing: .0.5em; line-height: 1.5; margin-bottom:3px;}

@media screen and (max-width: 1440px) {
	.reserv .tableBox {
		border:none;
	}
	.reserv .tableCell.right:not(.harim) {display:none};
	
	.reserv .tableBox {display:block !important;}
	.reserv .tableCell {display:block;width: 100% !important;/*background:none;*/}
	.reserv .tableCell .inner {border:none;padding:30px;}
	.reserv .harim .inner2 {padding: 0 0px 30px 0px;}
	.reserv h2 { font-size:26px;}
}
@media screen and (max-width: 768px) {
	.do_form_field_date { width: 38%; }
	.do_form_field_date.do_time { width: 26%;}
	.do_form_field_datebar {width:2%; }
	.do_form_field_timebar {width:2%; margin:0 0px;}
	.db_form_field_br {display:block;margin-top:5px;}
	
	.do_form_field_date3 { width: 47%; }
	.do_form_field_date.do_time3 { width: 47%;}
}
@media screen and (max-width: 640px) {
	.reserv .tableCell .inner { padding: 30px 20px 60px;}
	.reserv .harim .inner2 {padding: 0 20px 30px 20px;}
	.reserv h2 { font-size:20px;}
	.reserv h3 { font-size:16px}
	.reserv .infoBox ul.circle li { font-size:15px;}
	.reserv .hName { padding-bottom:20px;}
}

.tableArea {margin:0px auto 0px;}
.tableArea:after {content:'';clear:both;display:table;}
.tableArea .infoBox {text-align:left}
.tableArea .infoBox.etc {padding-left:10px}
.tableArea .infoBox ul.item { margin:0px 0 0px; padding: 0; list-style: disc !important; padding-left: 1.5em; }
.tableArea .infoBox ul.item li { font-size: 15px; font-weight: normal; list-style:circle outside none;letter-spacing: -0.5px; line-height: 1.5; margin-bottom:5px;}
.tableArea .infoBox ul.item li.none {list-style:none;margin-left: -1.2em; }
.tableArea .infoBox ul.item li.red {color:#CC0000;}

.tableArea .infoBox ul.itemSub { margin: 5px 0 8px; padding: 0; list-style:disc !important;padding-left: 1.5em; }
.tableArea .infoBox ul.itemSub li {font-size:15px; font-weight: 300;list-style:disc !important; letter-spacing:0px; line-height: 1.5; margin-bottom:5px;}
.tableArea .infoBox .blue {color:#09F;font-weight:300;margin:5px 0 8px;}
.tableTit {text-align:center;position:relative;margin-bottom:-22px;}
.tableTit .item {  
	background:rgba(80,50,20,1);
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; 
	line-height: 40px; 
	text-align: center; 
	font-size: 16px; 
	letter-spacing:0; 
	position: relative; 
	font-weight:normal;
	padding: 0 30px 0 30px; 
	border:rgba(80,50,20,1) 2px solid;
	color: rgba(255,255,255,1);
	
	-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;
}
.tableTit .dal-item {  
	background: rgba(80,50,20,1);
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; 
	line-height: 40px; 
	text-align: center; 
	font-size: 16px; 
	letter-spacing:0; 
	position: relative; 
	font-weight:normal;
	padding: 0 30px 0 30px; 
	color: rgba(255,255,255,1);
	
	-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;
}
.dal-tableCont {
	color:#333;
	text-align:center;
	font-size:16px;
	margin: 0px auto 30px;
	background:#fff;
	padding:40px 30px 30px;
}
.tableCont {
	position:relative;
	color:#333;
	text-align:center;
	font-size:16px;
	overflow-x:auto;
	margin: 0px auto 30px;
	
}
.tableArea .tfL {
	float:left;
	width:48%;
}
.tableArea .tfR {
	float:right;
	width:48%;
}

.program-box {
	display:table;
	width:100%;
	margin:0 auto;
	position:relative;
}

.program-box .programCell {
	display:table-cell; 
	vertical-align:top;
}
.program-box .programCell .inner {padding: 0 0px 0 60px;}
.program-box .programCell.right {width:30%;/*background:transparent*/}
.program-box .programEtcArea {
	padding:10px 30px 30px;
	background:rgba(245,245,245,1);
}
.program-box.full {
	display:block;
}
.program-box.full .programCell {
	display:block; 
}
.program-box.full .programCell .inner {padding: 20px 0px 0 0px;}
.program-box.full .programCell.right {width:100%;/*background:transparent*/}
.program-box.full .guideBtn .btnDown2 {
	width: calc(50% - 9px); 
	margin:0 14px 10px 0px;
}
.program-box.full .guideBtn .btnDown2:last-child {
	margin:0;
}
@media screen and (max-width: 1024px) {
	
	.program-box {
		display:block; 
	}
	.program-box .programCell {
		display:block; 
	}
	.program-box .programCell .inner {padding: 20px 0px 0 0px;}
	.program-box .programCell.right {width:100%;}
}
@media screen and (max-width: 480px) {
	.program-box .programEtcArea {
		padding:0 20px 20px;
	}
	.guideArea {padding:0px 0 30px 0}
	.program-box.full .guideBtn .btnDown2 {
		width: calc(100%); 
		margin:0 0px 10px 0px;
	}
}
.tableCont.outer {
	position:inherit;
	background:#fff;
	padding:40px 30px 30px;
	/*border:1px solid rgba(80,50,20,1);*/
	overflow:hidden;
	-webkit-border-radius: 10px; 
	   -moz-border-radius: 10px; 
		    border-radius: 10px;
}
.tableCont:after {content:'';clear:both;display:table;}
.tableCont table {
    position: relative;
	width:100%;padding: 10px 5px;border-top: 1px solid rgba(235,235,235,1);
}
.tableCont .col0 {width:10%}
.tableCont .col1 {width:20%}
.tableCont .col2 {width:20%}
.tableCont .col {width:40%}
.tableCont .col50 {width:50%}

.table-sub {position:relative;display:table;width:100%;}
.table-sub .tb-sub {position:relative;display:table-cell;vertical-align:top;text-align:center;padding:0 5px;}
.table-sub .tb-sub2 {padding:0 5px;}
.tb-sub .tit {
    white-space: nowrap;
	color:#fff;background:rgba(205,205,205,1);
    vertical-align: middle;
	text-align:center;
	padding:5px 20px;
	margin-bottom:5px;
}

txtR {color:#F00}
txtB {color:#06F}

.tableCont table > thead > tr > th {
	font-weight: normal;
    white-space: nowrap;
    border-bottom: 1px solid rgba(235,235,235,1);
    border-left: 1px solid rgba(235,235,235,1);
    border-right: 1px solid rgba(235,235,235,1);
    text-align: left;
	color:#333;background:#f9fbfb;
	color:#fff;background:rgba(205,205,205,1);
    font-size: 15px;
    vertical-align: middle;
	text-align:center;
	padding:5px 20px;
}


.tableCont table > thead > tr > th:first-child {
    border-left: 0;
}
.tableCont table > thead > tr > th:last-child {
    border-right: 0;
}

.tableCont table.menu_table > thead > tr > th {
	color:#fff;background:rgba(160,160,160,1);
    font-size: 18px;
	padding:10px 20px;
}

.tableCont table > tbody > tr > th {
    border-bottom: 1px solid rgba(225,225,225,1);
    vertical-align: middle;
    border-right: 1px solid rgba(225,225,225,1);
    font-size: 16px;
	padding:10px 20px;
	text-align:center;
	font-weight:normal;
	background:rgba(245,245,245,1);
}
.tableCont table > tbody > tr > td {
    color: #555555;
    border-bottom: 1px solid rgba(225,225,225,1);
    vertical-align: middle;
    border-left: 1px solid rgba(225,225,225,1);
    font-size: 16px;
	padding:10px 20px;
	text-align:center;
	word-break:break-all;
}

.tableCont table > tbody > tr > td .serif {
    font-family:'Noto Serif KR', serif;
    font-size: 16px;
	padding:10px 0 20px;
}
.tableCont table > tbody > tr > td .serif .in {
    font-family:'Gothic A1', serif;
    font-size: 14px;
	color:#999;
}
.tableCont table > tbody > tr > td strong {
	font-weight:500;
}
.tableCont table > tbody > tr > td:first-child {
    border-left: 0;
}

.tableCont table > tbody td .check {
	margin:15px 0 10px -3px; 
	padding:0 15px 0 10px; 
	height:30px; 
	line-height:28px; 
	border-radius:0 15px 15px 0;
	display: -moz-inline-stack;
	display:inline-block; 
	min-width:auto;
	white-space:nowrap;
	text-align:center; 
	font-size:15px; 
	color:#000; 
	vertical-align:top;
	border:1px solid rgba(0,0,0,.2);
}

.tableCont table > tbody td .point {
	margin:0px 0 10px 0px; 
	padding:0 10px 0 10px; 
	height:30px; 
	line-height:28px; 
	border-radius:15px 15px 15px 15px;
	display:none; 
	white-space:nowrap;
	text-align:center; 
	font-size:15px; 
	color:#000; 
	vertical-align:top;
	border:1px solid rgba(0,0,0,.2);
}

.tableCont table > tbody td .check i {
    font-size: 13px !important;
    color:#F00 !important;
	font-weight:600 !important;
	margin-right:5px;
}
.tableCont table > tbody td.etc	{border-bottom:none;padding:20px;}
.tableCont table > tbody td.info {border:none;padding:20px;}
.tableCont table > tbody th hr, .tableCont table > tbody td hr	{
	display: block; 
	height: 1px;
    border: 0; 
	margin:10px -20px;
	*margin:0px -20px;
	border-top: 1px solid rgba(225,225,225,1);
}

.tableCont table > tbody > tr > td h1 {
	font-family:"Bodoni Moda","Noto Serif KR",serif;
	font-size:30px;
	line-height:120%;
	font-style:italic;
}
.tableCont table > tbody > tr > td h2 {
	font-family:"Noto Serif KR",serif;
	font-size:20px;
}

.tableCont .desc {text-align:left;color:#333;padding:20px 20px 20px;}
.tableCont .desc>li { position:relative; padding-left:12px; font-size:16px;margin:5px 0;line-height:150%;}
.tableCont .desc>li:before { content:""; display:block; position:absolute; top:12px; left:0; width:4px; height:4px; background-color:#333;}
.tableCont .add {}
.tableCont .add>li { position:relative; padding-left:10px; margin:0px 0;}
.tableCont .add>li:before { content:""; display:block; position:absolute; top:10px; left:0; width:4px; height:4px; background-color:#999;}

@media screen and (max-width: 640px) {
	
	.tableCont table > tbody > tr > td {
		font-size: 14px;
		padding:10px;
	}
	.tableCont.no-wrap table > tbody > tr > td {
		white-space:nowrap;
	}
	
}

/* location */
.infoBox { margin:40px 0 0px; width:100%;}
.infoBox:first-child { margin:0px 0 0px; }
.infoBox.telEmail {display:inline-block; width:45%;}
.infoBox .infoTit {
	display:inline-block;width:auto;
	margin:10px 0 10px -60px;
	padding:10px 30px 10px 20px;
	background:rgba(245,245,245,1);
	-webkit-border-radius: 0 25px 25px 0; -moz-border-radius: 0 25px 25px 0; border-radius: 0 25px 25px 0;
	
}
.infoBox .infoTit.right {background:rgba(255,255,255,1);}
.infoBox h4.category-en { display:inline-block;font-size: 18px; color:rgba(0,0,0,1);font-weight: normal; vertical-align:middle;line-height:120%;}
.infoBox h4.category-kr { font-size: 14px; font-weight: 300; letter-spacing: .05em; }
.infoBox .ico {display:inline-block; margin:0px 10px 0px 0;vertical-align:top;}
.infoBox .ico img {margin-top:-0px;width:30px;}
.infoBox p { letter-spacing: .1em; line-height:2;margin-top:5px !important;}
.infoBox p i { font-size: 12px; line-height: 2; font-weight: normal; padding-right: 8px; vertical-align: 0; }
.infoBox p {font-size:16px;letter-spacing:0px;line-height: 1.4; margin-top: 30px;}
.infoBox p.in {padding-left:25px;}

/* ol */
.infoBox ol { margin: 0; padding: 0; list-style: decimal !important; padding-left: 1.2em; }
.infoBox ol li { font-weight: normal; list-style: decimal !important; letter-spacing: .1em; line-height: 2; }
/* ul.circle */
.infoBox ul.circle { margin: 15px 0 0; padding: 0; list-style: circle !important; padding-left: 1.5em; }
.infoBox ul.circle li { font-size:16px;list-style: circle !important;  letter-spacing: .05em; line-height: 1.8; margin-bottom:10px;}
/* ul.disc */
.infoBox ul.disc { margin: 10px 0 0; padding: 0; list-style: disc !important; padding-left: 1.5em; }
.infoBox ul.disc li { font-weight: normal; list-style: disc !important; letter-spacing: .0.5em; line-height: 1.8; margin-bottom:5px;}
.infoBox ul.disc li.discMargin {margin-top:10px;}

.infoBox ul.subway { margin: 15px 0 0; padding: 0; list-style: disc !important; padding-left: 1.5em; }
.infoBox ul.subway li { font-size: 16px; font-weight: normal; list-style:circle outside none;letter-spacing: 0px; line-height: 1.8; margin-bottom:8px;}
.infoBox ul.subway li.none {list-style:none;margin-left: -1.2em; }
.infoBox ul.subway li.red {color:#CC0000;}

span.red {color:#FF3300;}

.infoBox ul.subway18 { margin: 15px 0 0; padding: 0; list-style: disc !important; padding-left: 1.5em; }
.infoBox ul.subway18 li { font-size: 18px; font-weight: normal; list-style:circle outside none;letter-spacing: 0px; line-height: 2; margin-bottom:8px;}
.infoBox ul.subway18 li.none {list-style:none;margin-left: -1.2em; }
.infoBox ul.subway18 li.red {color:#CC0000;}

.infoBox strong {font-weight:500;}
.infoBox ul.subway2 { margin: 15px 0 0; padding: 0; list-style:none !important; padding-left: 1.5em; }
.infoBox ul.subway2 li { font-size: 16px; font-weight: normal; list-style:none;letter-spacing: -0.5px; line-height: 1.5; margin-bottom:5px;}
.infoBox ul.subway2 li.none {list-style:none;margin-left: -1.2em; }
.infoBox ul.subway2 li.red {color:#CC0000;}

.infoBox ul.disc2 { margin: 15px 0 20px; padding: 0; list-style:disc !important; padding-left: 2.8em; }
.infoBox ul.disc2 li { font-size:16px;font-weight: normal; list-style:disc !important; letter-spacing: .0.5em; line-height: 1.8; margin-bottom:5px;}

.infoBox ul.disc3 { margin: 5px 0 20px; padding: 0; list-style:none !important; padding-left: 0em; }
.infoBox ul.disc3 li { font-size:15px;font-weight: normal; list-style:none !important; letter-spacing: .0.5em; line-height: 1.8; margin-bottom:5px;}

.infoBox ul.disc4 { margin: 15px 0 20px; padding: 0; list-style:disc !important; padding-left: 2.8em; }
.infoBox ul.disc4 li { font-size:16px;font-weight: normal; list-style:disc !important; letter-spacing: .0.5em; line-height: 1.8; margin-bottom:5px;}

.infoBox ul.bus2 { margin: 7px 0 20px; padding: 0; list-style:disc !important; padding-left: 2.8em; }
.infoBox ul.bus2 li { font-size:16px;font-weight: normal; list-style:disc !important; letter-spacing: .0.5em; line-height: 1.8; margin-bottom:10px;}
.infoBox ul.bus2 li:after {content:"";display:block;clear:both;}
.infoBox ul.bus2 li .num {font-weight:400;color:#000;}
.infoBox ul.bus2 li .desc {}

.infoBox ul.subwayDesc { margin: 10px 0 10px; padding: 0; list-style: disc !important; padding-left: 2em; font-size: 18px;}
.infoBox ul.subwayDesc li { list-style:outside !important; letter-spacing: -0.5px; line-height: 1.5; margin-bottom:8px;margin-left: 1em;}

.infoBox ul.bus {margin: 15px 0 10px; padding: 0; list-style: none; }
.infoBox ul.bus li {display:block;position:relative; letter-spacing: .0.5em; padding:0px 20px 0 100px; margin-bottom:10px; min-height:20px;vertical-align:baseline;font-size:16px;line-height:24px;}
.infoBox ul.bus li span {
	position:absolute;left:0;top:0px;display:block;width: 90px; height: 24px; text-align: center; font-weight: normal; line-height: 22px; color:#fff;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;font-size:14px;
}
.infoBox ul.bus li span.blue {background: #386de8;}
.infoBox ul.bus li span.yellow {background: #ffba00;}
.infoBox ul.bus li span.green {background: #3cc344;}
.infoBox ul.bus li span.red {background: #fb5852;}

.infoBox ul.bus li span.gup {background: #f64941;}
.infoBox ul.bus li span.maeul {background: #87c700;}
.infoBox ul.bus li span.gic {background: #951b16;}
.infoBox ul.bus li span.air {background: #65a6d2;}
.infoBox ul.bus li span.seat {background: #8841d2;}

.infoBox .mapInner {margin-top:10px;background:#fff;/*border:1px solid #C5BCBA;*/}
.infoBox .mapInner img {width:100%;}

.parkingNum {
	display:inline-block;background:#FF0000;color:#fff;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
	
	font-weight:600;
	font-size:14px;
	height:24px;
	width:24px;
	text-align:center;
	line-height:22px;
	vertical-align:middle;
	margin:0 5px 5px 0;
}
.subwayNum {
	display:inline-block;color:#fff;
	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;
	padding:0 15px 0px;
	width:auto;
	margin-right:3px;
	font-size:16px;
	line-height:30px;
	font-weight:500;
}
.subway-line1 {background:#365abc;}
.subway-line2 {background:#32AD42;}
.subway-line3 {background:#FD7136;}
.subway-line4 {background:#33a5eb;}
.subway-line5 {background:#704D93;}
.subway-line6 {background:#8C6C54;}
.subway-line7 {background:#889823;}
.subway-line8 {background:#E71E6E;}
.subway-lineBd {background:#f7ba21;}
.subway-lineSbd {background:#DE4552;}
.subway-lineEver {background:#71d071;}
.subway-lineAir {background:#6FB7E3;}
.subway-lineKc {background:#3D9E9E;}



.subwayProcess {line-height:130%;margin-top:50px;}
.subwayProcess ul {vertical-align:top;font-size:0;}
.subwayProcess ul li {display:inline-block;width:50%;background:none; margin:0 0 20px 0;vertical-align:top;}
.subwayProcess .img {width:130px;float:left;}
.subwayProcess .img img {width:100%;max-width:100%;}
.subwayProcess .ment {margin-left:145px;font-size:15px;}
.subwayProcess ul li:nth-child(2n+0) {padding-left: 20px; }

.subwayProcess p {color:rgba(80,50,20,1); font-size:18px;font-weight:500;}

.link {text-align: center; font-size: 0; }

.link a.btn {  
	background:rgba(51,51,51,1);
	border:1px solid rgba(51,51,51,1);
	color:#fff;
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; 
	line-height: 60px; 
	text-align: center; 
	font-size: 14px; 
	font-weight: normal; 
	letter-spacing: .05em; 
	position: relative; 
	padding: 0 50px; 
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link a.btnl {
	/*border:1px solid rgba(51,51,51,1);
	background:rgba(51,51,51,1);*/
	color:#fff;	
	border:1px solid rgba(65,40,25,1);
	background:rgba(65,40,25,1);
	display: inline-block; *display: inline; *zoom: 1; 
	width: 44%; line-height: 60px; 
	text-align: center; 
	font-size: 16px; 
	font-weight: normal; 
	letter-spacing: .05em; 
	position: relative; padding: 0 50px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link a.btnr { 
	color:rgba(51,51,51,1);
	background:rgba(255,255,255,1);
	border:1px solid rgba(51,51,51,1);
	border:1px solid rgba(65,40,25,1);
	display: inline-block; *display: inline; *zoom: 1; 
	width: 44%; line-height: 60px; 
	text-align: center; 
	font-size: 16px; 
	font-weight: normal; 
	letter-spacing: .05em; 
	position: relative; padding: 0 50px; 
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.link a.btnl2 {
	background:rgba(255,255,255,1);
	color:rgba(51,51,51,1);
	border:rgba(205,205,205,1) 1px solid;
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; line-height: 60px; 
	text-align: center; 
	font-size: 14px; 
	font-weight: normal; 
	letter-spacing: .05em; 
	position: relative; padding: 0 50px; 
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link a.btnr2 {
	background:rgba(255,255,255,1);
	color:rgba(51,51,51,1);
	border:rgba(205,205,205,1) 1px solid;
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; line-height: 60px; 
	text-align: center; 
	font-size: 14px; 
	font-weight: normal; 
	letter-spacing: .05em; 
	position: relative; padding: 0 50px; 
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link a.btnlr {
	background:rgba(51,51,51,1);
	border:1px solid rgba(51,51,51,1);
	color:#fff;
	display: inline-block; *display: inline; *zoom: 1; 
	width: 100%; line-height: 60px; 
	text-align: center; 
	font-size: 14px; 
	font-weight: normal; 
	letter-spacing: .05em; 
	position: relative; padding: 0 50px; 
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link a.btn-border { 
	color:#B19B70; 
	background:#fff; 
	border:#B19B70 2px solid; 
	display: inline-block; 
	*display: inline; *zoom: 1; 
	width: auto; 
	line-height: 60px; 
	text-align: center; 
	font-size: 14px; 
	font-weight: normal; 
	letter-spacing: .05em; 
	position: relative; 
	padding: 0 50px; 
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link a.btn:hover,
.link a.btnl:hover,
.link a.btnl2:hover,
.link a.btnr:hover,
.link a.btnr2:hover,
.link a.btnlr:hover { 
	color:#fff;
	background:rgba(51,51,51,1);
	border:rgba(51,51,51,1) 1px solid;
}
.link a.btn-border:hover { 
	border:1px solid rgba(50,40,30,1);
	color:rgba(50,40,30,1);
}

.link a.btn:after,
.link a.btnl:after,
.link a.btnr:after,
.link a.btnl2:after,
.link a.btnr2:after,
.link a.btnlr:after,
.link a.btn-border:after { position: absolute; top: 0; right: 10px; bottom: 0; display: block; font-size: 16px; font-family: 'themify'; content: "\e649"; font-weight: normal; line-height: 60px;}



/* contact */
.locationArea {padding:40px 0 100px;color:#333;}
#mapCover {position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:2;display:none;}
.contact {position:relative;}
.contact .addr {text-align:center;margin-bottom:30px;}
.contact .link {text-align: center; margin:20px -5px 20px; font-size: 0; }
.contact .link a.btn { margin:0 5px 0; width:calc(50% - 10px); line-height: 45px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0;  }
.contact .link a.btnl { margin:0 5px 0; width:calc(50% - 10px); line-height: 55px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0;  }
.contact .link a.btnr { margin:0 5px 0; width:calc(50% - 10px); line-height: 55px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0; }
.contact .link a.btnl2 { margin:0 5px 0; width:calc(50% - 10px); line-height: 45px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0;  }
.contact .link a.btnr2 { margin:0 5px 0; width:calc(50% - 10px); line-height: 45px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0; }
.contact .link a.btnlr { margin:10px 5px 0; width:calc(100% - 10px); line-height: 45px; text-align: center; font-size: 15px; font-weight: normal; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0; }
.contact .link a.btn-border { margin:0 5px 0; width:calc(50% - 10px); max-width: 284px; line-height: 55px; text-align: center; font-size: 15px; font-weight: normal; letter-spacing: .05em; position: relative; padding: 0; }


.contact .link a.btnl:after,
.contact .link a.btnr:after,
.contact .link a.btnlr:after,
.contact .link a.btn-border:after { font-family: 'themify'; content: "\e611"; font-size: 16px; font-weight: normal; line-height: 55px; }
.contact .link a.btnl:after { right: auto; left: 10px; font-size: 16px; content: "\e693"; line-height: 55px; }
.contact .link a.btnl2:after { font-family: 'themify'; content: "\e681"; font-size: 16px; font-weight: normal; line-height: 45px; }
.contact .link a.btnr2:after { font-family: 'themify'; content: "\e6a7"; font-size: 16px; font-weight: normal; line-height: 45px; }
.contact .link a.btn-down:after { font-family: 'themify'; content: "\e6a7";  font-size: 16px; font-weight: normal; line-height: 45px; }
.contact .link a.btn:after,
.contact .link a.btnlr:after { font-family: 'themify'; font-size: 16px; content: "\e6a7"; font-weight: normal; line-height: 45px; }

.contact .locationBox {width:100%;height:100%;display:table;background:#fff;border:1px solid rgba(245,245,245,1);}
.body-bg .contact .locationBox {border:none;}
.contact .locationBox:after {content: "";height: 0;display: block;clear: both;}

.contact .locationBox2 {width:100%;height:100%;display:table;background:#fff;}
.contact .locationBox2:after {content: "";height: 0;display: block;clear: both;}

.contact .contactL { display:table-cell; width: 50% !important;vertical-align:top;position:relative;height:100%;}
.contact .contactR { display:table-cell; width: 50% !important;vertical-align:top;position:relative;height:100%;background:rgba(245,245,245,1);}

.contact .contactL2 { display:table-cell; width: 70% !important;vertical-align:top;position:relative;height:100%;}
.contact .contactR2 { display:table-cell; width: 30%;vertical-align:bototm;position:relative;height:100%;background:rgba(245,245,245,1);}

.contact .contactL3 { display:table-cell; width: 60% !important;vertical-align:top;position:relative;height:100%;}
.contact .contactR3 { display:table-cell; width: 40%;vertical-align:bototm;position:relative;height:100%;background:rgba(245,245,245,1);}

.contact .mapDiv {position:relative;margin:0px 0;max-width:100%;min-width:100%;height:100%;min-height:400px;/*border: #dddddd 1px solid;*/ } 

.contact .contactLR { display:block; width: 100%;position:relative;}
.contact .contactLR .mapDiv {min-height:560px;} 
.contact .contactLR2 { display:block; width: 100%;position:relative;background:rgba(245,245,245,1);}

.contact .inner { position:relative;display:block;padding: 40px 60px;width:100%;height:100%;}
.contact .inner2 { position:relative;display:block;padding: 20px 20px;width:100%;height:100%;}

.contact .hName { position: relative; padding-bottom:10px;}
.contact h2 { font-size: 26px !important;font-weight: normal !important; letter-spacing: .0em; margin-top:0px;text-indent:0px !important;color:#333 !important;margin-bottom:10px;}
.contact h2 { font-family: 'Noto Serif KR', sans-serif !important;line-height:1 !important;}
.contact h3.en { font-size: 16px !important; font-weight: normal; letter-spacing: .0em; line-height:1 !important;margin-bottom:10px;font-family: 'Bodoni Moda', 'Noto Serif KR',serif; font-style:italic;}
.contact h3.kr { font-size: 25px !important; font-weight: normal; letter-spacing: .0em; }
.contact h3.mapkr { font-size: 20px; font-family: 'Noto Serif KR', sans-serif !important;font-weight: normal; letter-spacing: -0.5px; line-height:150%;}
.contact h3.map { font-size: 20px; font-weight: normal; letter-spacing: -1.5px; }

.contact .caution {display:inline-block;margin:20px 0 20px;padding:40px 40px 20px;background:#fff;}
.contact .caution h4.category-en { font-size: 18px; font-weight: normal; letter-spacing: 0em;}
.contact .caution ul.disc { margin: 5px 0 15px; padding: 0; list-style: disc !important; padding-left: 1.4em;}


.contactTitle {
	color:rgba(0,0,0,1);
	font-weight:400;
	font-size:22px;
	letter-spacing:0px;
	padding-left:25px;
	position:relative;
	margin:80px 0 20px;
}
.contactTitle:before {content:'';display:inline-block;width:15px;height:2px;background:rgba(0,0,0,1);position:absolute;top:50%;left:2px;}

.contact a.btnTB { 
	display: inline-block; 
	margin:10px 0 0 0px;
	width: auto; 
	min-width:210px;
	color:#fff;
	background:rgba(180,180,180,1);
	border:rgba(180,180,180,1) 1px solid;
	line-height: 40px;   
	font-weight: 400; 
	letter-spacing: 0; 
	position: relative; 
	font-family:"Gothic A1",serif;
	padding: 0px 10px 0px 40px; 
	text-align:left;
	/*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;*/
	font-size:14px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contact a.btnTB:before { position: absolute; top: 0px; left: 12px; bottom: 0; display: block; font-size: 16px; font-family: 'themify'; content: "\e693"; font-weight: normal; }
.contact a.big {
	border:rgba(180,180,180,1) 1px solid;
	color:rgba(51,51,51,1);
	background:#fff;
}
.contact a.big:before { content: "\e611"; }
.contact a.btnTB:hover { 
	
	color:#fff;
	background:rgba(180,180,180,1);
	border:rgba(180,180,180,1) 1px solid;
}

.moreVideoArea {margin:80px auto 40px;}
.moreVideoArea i {
	margin-right:10px;
}
.moreVideoArea .moreVideoDesc {
	padding:60px 20px 40px;
	text-align:center;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	/*border:2px solid rgba(50,40,30,1);*/
	background: rgba(245,245,245,1);
}
.moreVideoArea .moreVideoTit {text-align:center;position:relative;margin-bottom:-20px;}
.moreVideoArea .moreVideoTit .item {  
	color:rgba(50,40,30,1);
	color:rgba(255,255,255,1);
	background:rgba(230,220,200,1);
	background:rgba(50,40,30,1);
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; 
	height:40px;
	text-align: center; 
	font-size: 20px; 
	letter-spacing:0; 
	position: relative; 
	font-weight:normal;
	padding: 0 30px 0 30px; 
	line-height: 38px; 
	-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;
}

.moreVideo {
	position:relative;
	margin:0 auto;
	max-width:840px;
}

.moreVideoAdd {
	display:inline-block;
	width: calc(50% - 30px); 
	margin: 0px 10px 0px;
	vertical-align:top;
	position:relative;
}
.moreVideoAdd a {
	display: inline-block;
    padding: 20px;
	background:#fff;
	border:1px solid rgba(195,135,100,1);
	position:relative;
	-webkit-border-radius: 15px 0 15px 15px; 
	   -moz-border-radius: 15px 0 15px 15px; 
			border-radius: 15px 0 15px 15px;
}
.moreVideoAdd a:hover {box-shadow:3px 6px 20px rgba(0,0,0,0.2);}


.moreVideoAdd .itemTitle {
	float:left;
	display:inline-block;
	*display: inline;
	*zoom:1;
	width:50%;
	padding:0px;
	text-align:left;
	vertical-align:top;
	padding: 0px 0px 0px;
}
.moreVideoAdd .imgArea {
	float:right;
    position: relative;
    padding: 0px;
    overflow: hidden;
	display:inline-block;
	*display: inline;*zoom:1;
	width:50%;
	padding:0px;
	vertical-align:top;
	-webkit-border-radius: 10px 0px 10px 10px; 
	-moz-border-radius: 10px 0px 10px 10px; 
	border-radius: 10px 0px 10px 10px;
}
.moreVideoAdd img {
	width:100%;box-shadow:none !important;
}


.moreVideoAdd .play {
	margin:15px 0 0px 0px; 
	padding:0 15px 0 15px; 
	color:#fff; 
	height: 30px;
    line-height: 28px;
    display: -moz-inline-stack;
    display: inline-block;
    min-width: auto;
    white-space: nowrap;
    text-align: center;
	text-transform:uppercase;
	
	background:rgba(180,180,180,1);
	background:rgba(195,135,100,1);
	vertical-align:top;
	border:none;
	font-size:14px;
	-webkit-border-radius: 15px 15px 15px 15px; 
	   -moz-border-radius: 15px 15px 15px 15px; 
			border-radius: 15px 15px 15px 15px; 
}
.moreVideoAdd h1 {
	font-size:20px; 
	font-weight:normal;
	line-height:130%;
	display:block;
	color:rgba(0,0,0,1);	
	letter-spacing:-0.5px;
}

.cautionArea {margin:80px auto 40px;}
.cautionArea.left {
	/*position:absolute;bottom:0px;display:block;;width:32%;font-size:0;margin:0px;*/
	position:relative;bottom:0px;display:block;;width:100%;font-size:0;margin:30px auto 20px;text-align:left;
}
.cautionArea i {
	margin-right:10px;
}
.marker {position:relative;}
.marker:before {content:""; position:absolute; left:-2%; right:-2%; bottom:0; width:104%;height:10px; border-radius:10px; background:rgba(255,190,60,.5);z-index:-1;}
.marker-small {position:relative;}
.marker-small:before {content:""; position:absolute; left:0%; right:0%; bottom:0px; width:100%;height:3px; border-radius:1px; background:rgba(255,190,60,1);z-index:-1;}

.cautionArea .cautionDesc {
	padding:50px 20px 20px;
	text-align:center;
	background:rgba(255,255,255,1);
	color:rgba(63,63,63,1);
	border:2px solid rgba(51,51,51,1);
	margin-bottom:40px;
	/*-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;*/
}
.cautionArea .caution-t {
	font-size:20px;
	font-weight:500;
	line-height:140%;
	color:rgba(63,63,63,1);
	position:relative;
	display:inline-block;
	z-index: 1;
	margin-bottom:20px;
	/*border-bottom:1px solid rgba(80,50,20,1);padding-bottom:6px;*/
}
.cautionTit {text-align:center;position:relative;margin-bottom:-20px;}
.cautionTit .item {  
	color:rgba(51,51,51,1);
	color:rgba(255,255,255,1);
	background:rgba(230,220,200,1);
	background:rgba(51,51,51,1);
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; 
	
	text-align: center; 
	font-size: 20px; 
	letter-spacing:0; 
	position: relative; 
	font-weight:normal;
	padding: 0 30px 0 30px; 
	line-height: 40px; 
	/*-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;*/
	
}

.cautionArea .info {
	padding:50px 0px 0px;
	text-align:center;
	background:rgba(255,255,255,1);
	border-top:1px solid rgba(189,163,136,1);
}

.cautionArea .info #infoPrice {margin-bottom:0px;}

.cautionSet #infoPrice {margin-bottom:20px;}
.cautionSet #infoPrice .infoL .inner { padding-top: 0px;}
.cautionSet #infoPrice .infoR .inner { padding-top: 0px;}


.cautionArea .link {text-align:center;margin:30px auto 30px;}
.cautionArea .link a.more {
	color:rgba(255,255,255,1);
	text-transform:none;
	background:rgba(51,51,51,1);
	font-size: 18x;
	font-weight:normal;padding:0 40px 2px 30px;
	line-height:40px;
	border-radius: 20px 0px 0px 20px;
	/*-webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px ;*/
}
.cautionArea .link a.more:after { top: 50%; right: 20px; line-height: 0px;}
.cautionArea .link a.more:hover { 
	color:rgba(51,51,51,1);
	background:rgba(230,220,200,1);
	background:rgba(110,85,63,1);color:rgba(255,255,255,1);
}

.cautionArea > ul {
	padding:30px 20px 20px;
	/*-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;*/
	text-align:left;
	color:#fff;
	background:rgba(230,224,208,1);
	background:rgba(255,255,255,1);
	color:rgba(63,63,63,1);
	border:2px solid rgba(51,51,51,1);
	
}
.cautionArea > ul>li { position:relative; font-size:18px;margin:5px 0 5px 20px;line-height:150%;list-style: circle ; }
.cautionArea > ul>li.strike {text-decoration:line-through;}
.cautionArea > ul>li span.yellow {color: #ff3333;font-weight:600;}

.cautionArea.ment .cautionTit .item {  
	color:rgba(255,255,255,1);
	background:rgba(189,163,136,1);
}
.cautionArea.ment ul {
	background:rgba(255,255,255,1);
	color:rgba(189,163,136,1);
	border:3px solid rgba(189,163,136,1);
}

.cautionArea.event {margin:-20px auto 70px;margin:70px auto 0px;}
.cautionArea.event .cautionTit {margin-bottom:-25px;}  
.cautionArea.event .cautionTit .item {  
	font-size: 25px; 
	padding: 0 30px; 
	line-height: 50px; 
	-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
	background:rgba(189,163,136,1);
	border:3px solid rgba(189,163,136,1);
	background:rgba(255,255,255,1);
	color:rgba(120,90,55,1);
	border:3px solid rgba(120,90,55,1);
	color:rgba(189,163,136,1);
	color:rgba(160,70,140,1);
	background:rgba(255,255,255,1);
	border:3px solid rgba(250,230,240,1);
		
	color:rgba(189,163,136,1);
	border:3px solid rgba(189,163,136,1);
}
.cautionArea.event ul {
	padding:40px 30px 30px;
	background:rgba(120,90,55,1);
	color:rgba(255,255,255,1);
	background:rgba(250,230,240,1);
	background:rgba(250,230,240,1);
	color:rgba(160,70,140,1);
	/*border:3px solid rgba(250,230,240,1);*/
	
	background:rgba(189,163,136,1);
	color:#fff;
}
.cautionArea.event ul>li {
	font-size:30px;
	font-weight:500;
	line-height:140%;
}


/* a.naverMap */
.infoBox a.naverMap { 
	display: block; 
	display: inline-block; *display: inline; *zoom: 1; 
	margin:0px 10px 10px 0px;
	width: auto; 
	
	background:rgba(180,180,180,1);
	border:rgba(180,180,180,1) 1px solid;
	line-height: 40px; 
	text-align: center;  
	font-weight: 400; 
	letter-spacing: 0; 
	position: relative; 
	padding: 0px 20px 0px 40px; 
	color:#fff;
	/*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;*/
	font-size:14px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-family:"Gothic A1",serif;
}

.infoBox a.naverMap:before { position: absolute; top: 0px; left: 12px; bottom: 0; display: block; font-size: 16px; font-family: 'themify'; content: "\e693"; content: "\e611"; font-weight: normal; }
.infoBox a.naverMap:hover { 
	border:1px solid rgba(60,45,45,1);
	color:#fff;
	background:rgba(60,45,45,1);
}

.infoBox a.mapDesc { 
	display: block; 
	display: inline-block; *display: inline; *zoom: 1; 
	margin:0px 0 10px 0px;
	width: auto; 
	border:rgba(180,180,180,1) 1px solid;
	color:rgba(180,180,180,1);
	background:#fff;
	line-height: 40px; 
	text-align: center;  
	font-weight: 400; 
	letter-spacing: 0; 
	position: relative; 
	padding: 0px 20px 0px 40px; 
	font-size:14px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-family:"Gothic A1",serif;
}

.infoBox a.mapDesc:before { position: absolute; top: 0px; left: 8px; bottom: 0; display: block; font-size: 16px; font-family: 'themify'; content: "\e693"; font-weight: normal; }
.infoBox a.mapDesc:hover { 
	border:1px solid rgba(60,45,45,1);
	color:#fff;
	background:rgba(60,45,45,1);
}

.infoBox a.mapDesc2 { 
	display: block; 
	display: inline-block; *display: inline; *zoom: 1; 
	margin:0px 0 0 0px;
	width: auto; 
	border:1px solid rgba(105,75,60,1);
	color:#fff;
	background:rgba(105,75,60,1);
	line-height: 30px; 
	text-align: center;  
	font-weight: 400; 
	letter-spacing: 0; 
	position: relative; 
	padding: 0px 10px 0px 30px; 
	/*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;*/
	font-size:14px;
}

.infoBox a.mapDesc2:before { position: absolute; top: 0px; left: 8px; bottom: 0; display: block; font-size: 16px; font-family: 'themify'; content: "\e693"; font-weight: normal; }
.infoBox a.mapDesc2:hover { 
	border:1px solid rgba(105,75,60,1);
	color:#fff;
    background:rgba(105,75,60,1);
}

/* kakao map */
.infoWindow {position: absolute;left: 0;bottom: 40px;width:130px;padding-bottom:10px;margin-left: -65px;text-align: center;overflow: hidden;font-size: 14px;line-height: 1.5;}
.infoWindow .info {width: 100%;border-radius: 5px;border: 1px solid #ccc;border-bottom: 2px solid #ccc;overflow: hidden;background: #fff;color:#000;font-weight:500;}
.info .desc {position: relative;padding: 5px 0px;}
.info:after {content: '';position: absolute;margin-left: -12px;left: 50%;bottom: 0;width: 22px;height: 12px;background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')}

@media screen and (max-width: 1280px) {
	.contact .inner {padding: 40px 40px;}
	.contact .infoBox .infoTit {margin:10px 0 10px -40px;padding:10px 30px 10px 30px;}
	
	.contact .locationBox {display:block !important;/*border-left:none;border-right:none;*/}
	.contact .locationBox2 {display:block;margin-top:0px;border:none;}
	
	.contact .contactL,
	.contact .contactR,
	.contact .contactL2,
	.contact .contactR2,
	.contact .contactL3,
	.contact .contactR3 {
		display:block; width: 100% !important;
	}
	
}
@media screen and (max-width: 768px) {
	
	.contact .hName { margin-bottom: 0px; text-align:center; }
	.contact h2 { font-size:22px !important;}

	.contact .inner { padding: 30px 30px; }
	.contact .infoBox.telEmail {width:100%;}
	.contact .infoBox h4.category-en { font-size: 18px;}
	
	
	.contactTitle {
		font-size:24px;
		margin:40px 0 20px;
		text-align:center;
		padding:60px 0 0;
	}
	.contactTitle:before {content:'';display:inline-block;width:1px;height:40px;background:#ccc;position:absolute;top:0;left:50%;}
	.contact .caution {display:block;}
}
@media screen and (max-width: 640px) {
	.infoBox { margin:0px 0 20px;}
	.contact .infoBox.telEmail {margin:0px 0 10px;}
	.infoBox:first-child { margin:0px 0 20px; }
	.infoBox:last-child { margin:0px 0 0px; }

	.infoBox h4.category-en { font-size: 16px;}
	.infoBox.telEmail h4.category-en { font-size: 14px;line-height:1.4;}
	.infoBox p {font-size:14px;margin-left:5px;display:inline-block;}
	.infoBox ul.circle { margin: 5px 0 0; }
	.infoBox ul.circle li { font-size:14px;margin-bottom:5px;}
	/*.infoBox .jibun, .infoBox.telEmail {display:none;}*/
	
	.contact .locationBox {border:none;}
	.contact .link {margin:20px 0; }
	.contact .link a.btn,
	.contact .link a.btnl,
	.contact .link a.btnl2,
	.contact .link a.btnr2,
	.contact .link a.btnr {margin:5px 0px;padding:0; width:100%;}
	.contact .mapDiv {min-height:400px !important;} 
	
	.contact .infoBox ul.subway18 { margin: 20px 0 0;}
	.contact .infoBox ul.subway18 li { line-height:170%; }
	.contact .infoBox ul.subwayDesc li {margin-left: 0.5em;line-height:170%;}
}
@media screen and (max-width: 480px) {
	.contact .infoBox .infoTit {
		/*background:rgba(255,255,255,1);*/
	}
	.contact .caution br {display:none;}
	.contact .caution {font-size:14px;padding:40px 20px 20px;}
	.contact .link a.btnl2 { margin:0 5px 0; width:calc(100% - 10px); }
	.contact .link a.btnr2 { margin:10px 5px 0; width:calc(100% - 10px); }
	.infoBox ul.subway18 li { font-size: 16px;}
	.infoBox ul.subwayDesc li { font-size: 16px;}
	.contact .inner { padding: 30px 20px; }
}
@media screen and (max-width: 320px) {
	.infoBox a.naverMap { 
		display:none;
	}
	
	.contact .link {margin:20px 20px; }
	.infoBox .link {margin:20px 0px; }	
	
}

.data-no-area {
	padding:40px 0;text-align:center;background: rgba(255,255,255,1);
	border-top: 2px solid rgba(204,204,204,1);
	border-bottom: 1px solid rgba(204,204,204,1);
}

.data-no-area h2 {font-size:20px;font-family:"Noto Serif KR",serif;letter-spacing:-1px;line-height:1.5em; word-break:keep-all;color:rgba(80,50,20,1);margin:0px 0 0;}
.data-no-area h2 span {border-bottom:1px solid rgba(80,50,20,1);}
.data-no-area p {font-size:18px;font-weight:130%;color:#666666;}
@media screen and (max-width: 640px) {
	.data-no-area h2 {font-size:16px;}
}

/* offers */
#offers-section {
	position:relative;
	
}
.offers-article {
	position:relative;
	display:block;
	padding:0px 0 0;
	vertical-align:top;
	margin: 0px -2.5% 0px;
	font-size:0; 	
}

.offers-article li {
	position:relative;
	width:45%; 
	margin: 0px 2.5% 5%;
	position: relative;
	
	vertical-align:top;
	display:inline-block;
}
.offers-article.type1 li {width:95%;}
.offers-article.type2 li {width:45%;}
.offers-article.type3 li {width:28.333%;}
.offers-article.type4 li {width:20%;}
.offers-article.type5 li {width:15%;}

.offers-article-item .box {
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	padding-bottom:100%;
}
.offers-article-item .box .img {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}
.offers-article-item a:hover {
	/*background: rgba(245,245,245,1);*/
}
.offers-article-item .inner {position:relative;display:block;}
.offers-article-item .thumb .more {
	display: block;
	position: absolute;
	right:0; top: 0;
	width:36px; height:36px; background: url('/imgs/icon/btn_addMore.png') no-repeat;
}
.offers-article-item .thumb {
	position:relative;
	vertical-align:top;
	width:100%;
	overflow:hidden;
	/*-webkit-border-radius: 10px 10px 10px 10px; 
	   -moz-border-radius: 10px 10px 10px 10px; 
		    border-radius: 10px 10px 10px 10px; */
}
.offers-article-item .thumb img {width:100%;height:auto;max-height:auto;}
.offers-article-item .cont {
	position:relative;
	padding:20px;
}

.offers-article-item .eventActive {
	display: none;
	position: absolute;
	right:5px; top: 0;
	width:80px; height:80px;
	z-index:2;
}
.offers-article-item .cont .cont-tit {
	position:relative;
	padding:0 0 0 20px;
}
.offers-article-item .cont .cont-tit::before {
	content:''; 
	display: block;
	position: absolute;
	left: 0px;
	width: 1px;
	height: calc(100% + 40px);
	top: -40px;
	background:rgba(190,130,100,.4);
}


.offers-article-item .cont .tit {
	font-family:"Noto Serif KR",serif;
	font-size:28px;
	font-weight:500;
	letter-spacing:-0.5px;
    color: rgba(80,50,20,1);
	
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-word;
	white-space:nowrap;	
}
.offers-article-item .cont .txt {
	line-height:160%;
	color:#333;
	overflow:hidden;
	/*white-space:nowrap;*/
	display:inline-block;
	font-size:16px;
	margin:10px 0px;
	min-height:46px;
	text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	
}

.offers-article-item .cont .dateTxt {text-align:left;}
.offers-article-item .cont .dateTxt:after {content:"";display:block;clear:both;}
.offers-article-item .cont .dateTxt .dateTit {display:inline-block;font-size:16px;color:#fff;background:#cccccc;padding:2px 10px 4px; margin-right:10px;letter-spacing:-1px;}
.offers-article-item .cont .dateTxt .period {display:inline-block;font-size:18px;color:#999999;}

.offers-article-item .contBox {
	position:relative;
	margin:30px 0px 0px;
	font-size:18px;color:#333;
	min-height:60px;
}

.type3 .offers-article-item .cont .tit {
	font-size:20px;
}
.type3 .offers-article-item .cont .txt {
	font-size:15px;	
}
.type3 .offers-article-item .cont .dateTxt .dateTit {font-size:14px;}
.type3 .offers-article-item .cont .dateTxt .period {font-size:15px;}
.type3 .offers-article-item .contBox {font-size:15px;}
.type3 .offers-article-item .contBox dl dt	{
	width:50px;
}
.type3 .offers-article-item .btnArea .btnL {min-width:auto;height:56px;line-height:56px;font-size:15px;padding:0 15px;}
.type3 .offers-article-item .contBox dl {width:calc(100% - 110px);}
.offers-article-item .contBox dl {position:relative;padding:0 0 0px 0px;display:table;margin-bottom:1px;}
.offers-article-item .contBox dl.benefit {/*padding:0 0 24px 0px;*zoom:1;*/}
.offers-article-item .contBox dl:after	{content:"";display:block;clear:both;}
.offers-article-item .contBox dl dt	{
	position:relative;
	display:table-cell;
	vertical-align:top;
	width:80px;
	padding:6px 0 3px 0px;
	line-height:135%;
}
.offers-article-item .contBox dl dd	{
	display:table-cell;
	line-height:135%;
	vertical-align:top;
	padding:8px 0 3px 0px;
	
	font-family:"Gothic A1",serif;
}

.offers-article-item .contBox .titBox {
	position:relative;
	width:80px;
	height:26px;
	font-size:14px;
	letter-spacing:-1px;
	line-height:24px;
	text-align:center;
	border:1px solid #333;
}
.offers-article-item .contBox dl dt.black .titBox {background:#CC3300;}
.offers-article-item .contBox dl dd.bold {font-weight:normal}
.offers-article-item .contBox dl dd p {margin-left:17px;padding-bottom:5px;font-size:11px !important;color:#a5a5a5 !important;font-weight:normal;letter-spacing:0px}
.offers-article-item .contBox .btnArea{position:absolute;right:1px;top:1px;margin:0}
.offers-article-item .contBox .btnArea > *{vertical-align:middle}
.offers-btn-hide .offers-article-item .contBox .btnArea{
	display:none;
}
.offers-btn-hide .offers-article-item .contBox dl {width:calc(100%);}

.offers-article-item .tag {
	/*position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
	display:block;
	width: 40px; 
	height: 22px; 
	text-align: center; 
	font-weight: normal; 
	line-height: 22px;
	font-size:12px;
	-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;	
	/*background:rgba(205,205,205,1);*/
	font-family:"Gothic A1",serif;
	/*background:#fff;*/
	/*border:1px solid rgba(205,205,205,1);*/
	color:#fff;
	border:1px solid rgba(190,130,100,.5);
	color:rgba(190,130,100,1);
}


.offers-item-white {
	margin: 0px -2% 0px;
}
.offers-item-white li {
	width:46%;
	margin: 0px 2% 6%;
	background:#fff;
	box-shadow:1px 3px 8px rgba(0,0,0,0.05);
}
.offers-item-white.type1 li {width:96%;}
.offers-item-white.type2 li {width:46%;}
.offers-item-white.type3 li {width:29.3333333%;}
.offers-item-white.type4 li {width:21%;}
.offers-item-white.type5 li {width:16%;}

.offers-item-white li .inner {
	padding:20px;
}
.offers-item-white li .cont {
	padding:20px 0 0;
}
.offers-item-white li .cont .cont-tit {
	padding:0 0 0 0px;
}
.offers-item-white li .cont .cont-tit::before {
	display: none;
}
.offers-item-white li .contBox {
	margin:20px 0px 0px;
}

.offers-article-main {
	position:relative;
	margin:0px -3% 0px;
	font-size:0; 	
	list-style:none;
	vertical-align:top;
}
.offers-article-main:after {content: ".";height: 0;display: block;visibility: hidden;clear: both;}
.offers-article-main li {
	width:44%; 
	margin: 40px 3% 0px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:top;
	display:inline-block;
}
.offers-article-main.type1 li {width:94%;}
.offers-article-main.type2 li {width:44%;}
.offers-article-main.type3 li {width:27.333%;}
.offers-article-main.type4 li {width:19%;}
.offers-article-main.type5 li {width:14%;}

.offers-article-main li:first-child {
	width:94%;
	margin: 0px 3% 0px;
}
.offers-article-main .offers-article-item .cont .tit {
	font-size:28px;
	font-weight:600;
	font-family:"Gothic A1", serif;
}

.offers-article-main .offers-article-item .cont .txt {
	font-size:16px;
	margin:15px 0px 0;
	min-height:54px;
}
.offers-article-main.type1 .offers-article-item .cont .tit {
	font-size:34px;
}
.offers-article-main.type1 .offers-article-item .cont .txt {
	font-size:18px;
}

.offers-article-main .offers-article-item .contBox {
	margin:20px 0px 0px;
	font-size:14px;
}
.offers-article-main .offers-article-item .contBox dl dt	{
	width:40px;
}
.offers-article-main .btnArea .btnL {min-width:auto;height:46px;line-height:44px;font-size:14px;padding:0 20px;}

.lavie-quick {
	padding:45px 0 0px;
}

@media screen and (max-width: 1440px) {
	
	.type3 .offers-article-item .contBox dl {width:calc(100%);}
	.offers-article-item .btnArea {display:none;}

}

@media screen and (max-width: 1440px) {
	.offers-article-item .cont .tit {
		font-size:20px;
	}
	.type3 .offers-article-item .cont .tit {
		font-size:20px;
	}
	.offers-article-item .cont .txt {
		font-size:16px;
	}
	.offers-article-item .contBox {
		margin:40px 0px 0px;
		font-size:16px;
	}
	.offers-article li {
		width:44% !important;
	}
	.offers-article-item .btnArea .btnL {min-width:auto;height:54px;line-height:52px;}

	.offers-item-white li {
		width:46% !important;
	}
	
	.type3 .offers-article-item .contBox dl {width:calc(100% - 110px);}
	.offers-article-item .btnArea {display:block;}

}
@media screen and (max-width: 768px) {
	.offers-article li {
		/*margin-bottom:50px;*/
	}
	
	.offers-article-item .contBox {
		margin:20px 0px 0px;
		font-size:15px;
	}
	.offers-article-item .contBox dl dt	{
		width:40px;
	}
	.offers-article-item .cont .txt {
		font-size:15px;
		min-height:48px;
	}
	
	.type3 .offers-article-item .contBox dl {width:calc(100%);}
	.offers-article-item .btnArea {display:none;}
	
	
}
@media screen and (max-width: 640px) {
	.offers-article {
		margin: 0px -2% 0px;
	}
	.offers-article li {
		width:96% !important;
		margin:0 2% 50px;
		
	}
	.offers-article-item .cont {
		padding:30px 0 20px;
	}
	.offers-article-item .cont .cont-tit::before {
		display: none;
	}
	.offers-article-item .cont .cont-tit {
		position:relative;
		padding:0 0 0 0px;
	}
	
	.offers-article-item .cont .tit {
		overflow:inherit;
		line-height:130%;
		white-space:inherit;
	}
	.offers-article-item .cont .txt {
		overflow:inherit;
		min-height:auto;
		display:block;
		-webkit-line-clamp:none;
		margin: 15px 0px 10px;
	}
	.offers-article-item .contBox {
		margin:30px 0px 0px;
	}
	.offers-article-item .contBox dl dt	{
		width:50px;
	}
	.offers-article-item .btnArea {display:block;}
	.offers-article-item .btnArea .btnL {min-width:auto;height:52px;line-height:50px;font-size:16px;padding:0 15px;}
	
	.offers-item-white li {
		margin-bottom:20px;
		box-shadow:none;
	}
	
	.offers-article-main {
		margin: 0px 0% 0px !important;
	}
	.offers-article-main li {
		width:100% !important; 
		margin: 0px 0 40px !important;
	}
	.offers-article-main li:last-child {
		margin: 0px 0 0px !important;
	}
	.link_line {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.offers-article {
		margin:0;
		background:rgba(245,245,245,1);
	}
	.body-bg .offers-article {
		background:transparent;
	}
	.offers-article li {
		width:100% !important;
		margin:0;
		
	}
	.offers-article li {margin-bottom:15px;background:#fff;}
	/*.offers-article li:last-child {margin-bottom:0px;}*/
	.offers-article-item .inner {padding:30px 20px 20px;/*background:#fff;*/margin-bottom:10px}
	.offers-article-item:first-child .inner {padding:20px 20px 20px;}
	.offers-article-item:last-child .inner {margin-bottom:0;}
	
	
	.offers-item-white li {margin-bottom:15px;}
	.offers-item-white li .inner {padding:20px 20px 30px;}
	.offers-item-white li .cont {padding:30px 0 0;}
	
	
	.offers-article-main {
		background:rgba(245,245,245,1);
	}
	.offers-article-main li {
		margin: 0px 0 0px !important;
	}
	.offers-article-main .offers-article-item:last-child .inner {margin-bottom:10px;}
	.type3 .offers-article-item .contBox dl {width:calc(100%);}
	.offers-article-item .contBox .btnArea{position:relative;display:block;margin-top:30px;}
	
}
@media screen and (max-width: 414px) {
	
	.offers-article-item .cont .tit {
		font-size:20px !important;
	}
}


.offersRead {
	padding:80px 0 0;
}
.offersRead .offers-header {
	margin-bottom:40px;
}
.offersRead-single {
	padding:0px 0 0;
}
.offersArea {
	position:relative;
	display:table;
	width:100%;
}
.offersArea .imgArea {
	position:relative;
	display:table-cell;
	width:auto;
	padding-right:100px;
	vertical-align:top;
}
.offersArea .imgArea img {
	position:relative;
	width:100%;
}
.offersArea .contArea {
	position:relative;
	display:table-cell;
	width:840px;
	padding:40px;
	vertical-align:top;
	background:rgba(250,250,250,1);
}
.body-bg .offersArea .contArea {
	background:rgba(255,255,255,1);
}
.offersArea #eventData {max-width:100%}

.offersRead-single .offersArea {
	position:relative;
	margin:0px auto 0px;
	display:block;
	width:100%;
	max-width:920px;
	padding:0px;
	background:rgba(250,250,250,1);
}
.body-bg .offersRead-single .offersArea {
	background:rgba(255,255,255,1);
}
.offersRead-single .offersArea.image-use {
	border-top: 2px solid rgba(0,0,0,1);
}
.body-bg .offersRead-single .offersArea.image-use {
	border:none;
}
.offersRead-single .bbsPage {max-width:920px;}

.offersRead-single .header-2 {
	display:none;
}
.offersRead-single .offersArea .imgArea {
	display:none;
}
.offersRead-single .offersArea .contArea {
	display:block;
	width:100%;
}

.offersBox {
	font-size:16px;
	font-weight:180%;
}
.offersBox .titBox {
	padding:0px 0 40px;
	color:rgba(20,20,20,1);
}
.offersBox .tit {
	margin-bottom:15px;
	font-size:36px;
	line-height:140%;
	font-weight:500;
	letter-spacing:-.01em;
	text-transform:uppercase;
	/*font-family:"Noto Serif KR",serif;*/
}



.offersBox .titImg {position:relative;}
.offersBox .titImg img {width:100%;max-width:880px;}
.offersBox .summary {width:100%; margin:20px 0 25px;}
.offersBox .dateSet .time,
.offersBox .dateSet .tel {display:inline-block; font-size:14px;padding:0 30px 0px 25px; background:url(/imgs/event/ico_package.png) 0px -65px no-repeat;}
.offersBox .dateSet .time {background-position:0 2px;}
.offersBox .dateSet:after {content:"";display:block;clear:both;}

.offersBox .contBox {border-top:1px dotted rgba(0,0,0,1);padding:40px 0px 0}
.offersBox .contBox dl	{padding:0 0 10px 0px;display:table;}
.offersBox .contBox dl.benefit	{padding:0 0 30px 0px;}
.offersBox .contBox dl:after	{content:"";display:block;clear:both;}
.offersBox .contBox dl dt {display:table-cell;width:100px;vertical-align:top;}
.offersBox .contBox dl dt span {display:block;width:100px;height:30px;color:#fff;font-size:16px;background:#ACACAC;text-align:center;line-height:28px;vertical-align:top;font-family:"Gothic A1",serif;}
.offersBox .contBox dl dt.black span {background:#CC3300;}
.offersBox .contBox dl dd	{display:table-cell;padding:0px 0 0 20px;}
.offersBox .contBox dl.benefit dd	{}
.offersBox .contBox dl dd.white {color:#333333;}
.offersBox .contBox dl dd.bold {font-weight:normal}
.offersBox .contBox dl dd p {margin-left:17px;padding-bottom:5px;font-size:11px !important;color:#a5a5a5 !important;font-weight:normal;letter-spacing:0px}
.offersBox .contText {border-top:1px dotted #c7c7c7;padding:40px 0;}
.offersBox .contText img {width:100%;max-width:840px;}

.offersBox ul { margin: 10px 0 0; padding: 0; list-style: disc !important; padding-left: 1.5em; }
.offersBox ul> br {display:none;}
.offersBox ul li { list-style:circle outside none;letter-spacing: -0.5px; line-height: 1.5; margin-bottom:5px;}
.offersBox ul li.none {list-style:none;margin-left: -1.2em; }
.offersBox ul li.red {color:#CC0000;}

@media screen and (max-width: 1024px) {
	.offersArea .imgArea {
		display:none;
	}
	.offersArea {
		margin:0px auto 0px;
		display:block;
		width:100%;
		max-width:840px;
	}
	.offersArea .contArea {
		display:block;
		width:100%;
	}
	.header-2 {
		/*display:none;*/
	}
	.offers-header {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	.offersRead {
		padding:20px 0 0;
	}
	.offersArea .contArea {
		padding:40px 20px 20px;
	}
	.offersRead-single {
		padding:0px 0 0;
	}
	.offersRead-single .offersArea {
		padding:0px 0px 0;
	}
	.offersBox {
		font-size:16px;
	}
	.offersBox .tit {
		font-size:30px;
	}
}

@media screen and (max-width: 480px) {
	.offersRead {
		padding:0px 0 0;
	}
	.offersBox .tit {
		font-size:24px;
	}
	/*.offersBox .dateCount {text-align:left;;margin-bottom:0px;}
	.offersBox .dateCount div {font-size:14px;}
	.offersBox .dateCount .date  {background:none; }
	.offersBox .dateCount .count {text-align:right;display:block;margin-top:5px;}
	.offersBox .dateSet .time,
	.offersBox .dateSet .tel {font-size:13px;}*/
	
	.offersBox .contBox dl	{padding:0 0 20px 0px;*zoom:1;}
	.offersBox .contBox dl dt	{display:block;}
	.offersBox .contBox dl dd	{display:block;padding:5px 0 0 0px;}
	.offersBox .contBox dl.benefit dd	{;padding:15px 0 0 0px;}
}


/* offer Full */
.offerFull-area {
	position: relative;
}
.offerFull {
	position: relative; overflow: hidden; 
	height:calc(100vh - 210px);
	background:rgba(0,0,0,1);
	margin-bottom:0px;
	z-index:4;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
}
.offerFull .img {
	position:relative;
	opacity:.4;
	width:100%;height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2) rotate(0.02deg);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-animation: scaleFade 1.5s ease-out forwards;
	-moz-animation:    scaleFade 1.5s ease-out forwards;
	-o-animation:      scaleFade 1.5s ease-out forwards;
	animation:         scaleFade 1.5s ease-out forwards;
}

.offerFull .visualCover {
	position:absolute;
	left:0;right:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	z-index:10;
}

.offerFull .offerFullTit {
	position:absolute;
	width:80%;
	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%);
	text-align:center;
	z-index:20;
}

.offerFull .offerFullTit h1 {
	position:relative;
	font-size:60px;
	line-height:130%;
    letter-spacing:-1px;
	display:block;
	color:rgba(255,255,255,1);
	word-break:keep-all;
	/*white-space: nowrap;*/
}
.offerFull .offerFullTit .horizon-bar {
	display:inline-block;
	padding:15px 15px 20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.offerFull .offerFullTit h2 {
	position:relative;
	font-size:20px;
	line-height:150%;
	display:block;
	color:rgba(255,255,255,1);
	word-break:keep-all;
}

.offerFull .bar-scroll {
	position: absolute;
    top: 3px;
    right: 0px;
    width: 1px;
    height: calc(100% - 3px);
    background:rgba(255,255,255,1);
    overflow: hidden;
    bottom: 0px;
    left:50%;
	top:auto;
	right:auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    height: 100px;
	z-index:20;
}
.offerFull .bar-scroll:before {
	display: block;
    content: '';
    background:rgba(0,0,0,1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    width: 1px;
    height: 100%;
    -moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	
    animation-name: bScroll;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
	
    height: 100px;
    -moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.offerFull-info {
	position:absolute;
	width:100%;
	bottom:0;
	
	z-index:5;
}
.offerFull-info .full-info {
	position: relative;
	background:rgba(0,0,0,.5);
	padding: 30px 0 30px 0;
	min-height:120px;
	text-align: left;
	color:rgba(0,0,0,1);
	color:#fff;
   
	font-size:18px;
}
.offerFull-info .in {
	position: relative;

}
.offerFull-info dl > dt {
	float:left;
	width:110px;
	font-weight:500;
	font-family:"Gothic A1",serif;
}
.offerFull-info dl > dd{
	overflow:hidden;
}
.offerFull-info .btnArea{position:absolute;right:0px;top:0px;margin:0}
.offerFull-info .btnArea > *{vertical-align:middle}

@media screen and (max-width: 1440px) {
	.offerFull-info .btnArea{right:40px;}
}

@media screen and (max-width: 1280px) {
	.offerFull .offerFullTit h1 {
		font-size:60px;
	}
}
@media screen and (max-width: 1024px) {
	.offerFull {
		margin-top:calc(40px * -1);
		height: calc(100vh - 80px);
	}
	.offerFull .offerFullTit {
		margin-top:calc(40px * -1);
	}
	.offerFull .offerFullTit h1 {
		font-size:40px;
		white-space:inherit;
	}
	.offerFull .offerFullTit h2 {
		font-size:18px;
	}
	.offerFull-info .btnArea{right:30px;}
}
@media screen and (max-width: 768px) {
	
	.offerFull .offerFullTit h1 {
		font-size:34px;
	}
	.offerFull .offerFullTit h2 {
		font-size:18px;
	}
	.offerFull-info .full-info {
		font-size:16px;
	}
	.offerFull-info .btnArea {right:20px;}
	.offerFull-info .btnArea .btnL {min-width:auto;height:54px;line-height:54px;}
}
@media screen and (max-width: 480px) {
	
	.offerFull .offerFullTit h1 {
		font-size:30px;
	}
	.offerFull .offerFullTit h2 {
		font-size:16px;
	}
	.offerFull .bar-scroll {
		height: 60px;
	}
	.offerFull .bar-scroll:before {
		height: 60px;
	}
	.offerFull-info .btnArea {position:relative;display:block;left:0;right:0;margin-top:30px;}
	.offerFull-info .btnArea .btnL {min-width:auto;height:46px;line-height:42px;}
}


.blueimp-gallery.simple {
    background: rgba(0,0,0,1);
	background: rgba(0,0,0,.9);
}

.blueimp-gallery.simple>.close, .blueimp-gallery.simple>.prev, .blueimp-gallery.simple>.next {
    opacity: 1;
}

.blueimp-gallery.simple>.close:before, .blueimp-gallery.simple>.close:after {
    margin-top: -3px;
    top: 50%;
    left: 50%;
    margin-left: -18px;
}

.blueimp-gallery.simple>.close:before, .blueimp-gallery.simple>.close:after, .blueimp-gallery.simple>.prev:before, .blueimp-gallery.simple>.prev:after, .blueimp-gallery.simple>.next:before, .blueimp-gallery.simple>.next:after {
    content: "";
    display: block;
    background-color: #fff;
    height: 1px;
    width: 100%;
    position: absolute;

	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;
	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
			box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.blueimp-gallery.simple>.close:before, .blueimp-gallery.simple>.close:after, .blueimp-gallery.simple>.prev:before, .blueimp-gallery.simple>.prev:after, .blueimp-gallery.simple>.next:before, .blueimp-gallery.simple>.next:after {
    box-shadow: none;
    height: 3px;
    background-color: #999;
}

.blueimp-gallery.simple>.close:hover:before, .blueimp-gallery.simple>.close:hover:after, .blueimp-gallery.simple>.prev:hover:before, .blueimp-gallery.simple>.prev:hover:after, .blueimp-gallery.simple>.next:hover:before, .blueimp-gallery.simple>.next:hover:after {
    background-color: #fff !important;
}

.blueimp-gallery.simple > .title {
    top: 40px;
    left: 60px;
	font-size:18px;
    color: #fff;
    text-shadow:none;
	opacity: 1;
	/*display:none;*/
	/*font-weight:700;*/
}
.blueimp-gallery.simple > .title:hover {
	color: #fff;
	opacity: 1;
}
.blueimp-gallery.simple>.close {
    z-index: 20;
	font-size: 0;
    width: 30px;
    height: 30px;
    top: 56px;
    right: 74px;
	/*top:31px;
	right:30px;*/
}
.blueimp-gallery > .indicator > li {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	image-rendering: -webkit-optimize-contrast;
}
.blueimp-gallery.white {
	background: rgba(255,255,255,1);
}
.blueimp-gallery.white > .title {
    color: #000;
}
.blueimp-gallery.white > .title:hover {
	color: #000;
}

.blueimp-gallery.white>.close:before, .blueimp-gallery.white>.close:after, .blueimp-gallery.white>.prev:before, .blueimp-gallery.white>.prev:after, .blueimp-gallery.white>.next:before, .blueimp-gallery.white>.next:after {
    background-color: #666;
}

.blueimp-gallery.white>.close:hover:before, .blueimp-gallery.white>.close:hover:after, .blueimp-gallery.white>.prev:hover:before, .blueimp-gallery.white>.prev:hover:after, .blueimp-gallery.white>.next:hover:before, .blueimp-gallery.white>.next:hover:after {
    background-color: #000 !important;
}
.blueimp-gallery.white> .indicator > li {
	opacity:1 !important;
}

.blueimp-gallery.white > .indicator > li:hover,
.blueimp-gallery.white > .indicator > .active {
  background: rgba(0,0,0,1) !important;
}

.blueimp-gallery.simple>.prev, .blueimp-gallery.simple>.next {
    margin-top: -25px;
    border: none;
    background: none;
}
.blueimp-gallery.simple>.close:after, .blueimp-gallery.simple>.prev:before, .blueimp-gallery.simple>.next:after {
    -webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.blueimp-gallery.simple>.prev:before, .blueimp-gallery.simple>.prev:after, .blueimp-gallery.simple>.next:before, .blueimp-gallery.simple>.next:after {
    width: 24px;
    top: 50%;
}
.blueimp-gallery.simple>.close:before, .blueimp-gallery.simple>.close:after {
    margin-left: -15px;
}

.blueimp-gallery.simple>.prev {
    left: 0;
}
.blueimp-gallery.simple>.next {
    right: 0;
}
.blueimp-gallery.simple>.prev, .blueimp-gallery.simple>.next {
    font-size: 0;
    border-radius: 0;
    width: 120px;
    height: 120px;
    margin-top: -60px;
}

.blueimp-gallery.simple>.prev:after, .blueimp-gallery.simple>.next:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

.blueimp-gallery.simple>.close:before, .blueimp-gallery.simple>.prev:after, .blueimp-gallery.simple>.next:before {
   -webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

.blueimp-gallery.simple>.prev:before, .blueimp-gallery.simple>.prev:after {
    left: 60px;
}
.blueimp-gallery.simple>.next:before, .blueimp-gallery.simple>.next:after {
    right: 60px;
}

.blueimp-gallery.simple>.prev:before, .blueimp-gallery.simple>.next:before {
    margin-top: -7.5px;
}
.blueimp-gallery.simple>.prev:after, .blueimp-gallery.simple>.next:after {
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
	.blueimp-gallery.simple > .title {
		top: 15px;
		left: 20px;
	}
	.blueimp-gallery.simple>.close {
		top:31px;
		right:30px;
	}
	.blueimp-gallery.simple>.prev, .blueimp-gallery.simple>.next {
		width: 60px;
		height: 80px;
		margin-top: -40px;
	}

	.blueimp-gallery.simple>.prev:before, .blueimp-gallery.simple>.prev:after {
		left: 16px;
	}
	.blueimp-gallery.simple>.prev:before, .blueimp-gallery.simple>.prev:after {
		left: 16px;
	}
	.blueimp-gallery.simple>.next:before, .blueimp-gallery.simple>.next:after {
    	right: 16px;
	}
	.blueimp-gallery.simple>.next:before, .blueimp-gallery.simple>.next:after {
 	   right: 16px;
	}
	.blueimp-gallery.simple>.indicator {
		display: none !important;
	}
}

/* fix Width */
.video-outer {
	position:relative;
	margin:0px 0px 0px;
	font-size:0; 
	list-style:none;
	*zoom:1;
	padding:0px 0px 20px;
	overflow:hidden;
}
.video-outer.bgGray {
	background:rgba(255,255,255,0.08);
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
	margin:0px 0 30px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe{border:none;}

#movieCtrl {position:relative;text-align:center;margin-top:-10px;}

#movieCtrl .ctrl {
	display:block;
	margin-bottom:10px;
	vertical-align:middle;
}

#movieCtrl .video-play{
	display:none;
	cursor:pointer;
}
#movieCtrl .video-pause{
	display:none;
	cursor:pointer;
}
#movieCtrl .video-play, #movieCtrl .video-pause {
	color:#fff; 
	background:rgba(55,45,40,1); 
	width: auto; 
	line-height: 20px; 
	height:30px;
	text-align: center; 
	font-size: 12px; 
	font-weight:normal; 
	letter-spacing: -1; 
	position: relative; 
	padding: 0 10px 0 15px; 
	text-transform: uppercase;
	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
	vertical-align:middle;
	line-height:30px;
}
#movieCtrl .video-play {
	background:rgba(195,135,100,1); 
}

#movieCtrl .sound-play{
	display:none;
	cursor:pointer;
}
#movieCtrl .sound-pause{
	display:none;
	cursor:pointer;
}
#movieCtrl .sound-play, #movieCtrl .sound-pause {
	color:#fff; 
	background:rgba(55,45,40,1); 
	width: auto; 
	line-height: 20px; 
	height:30px;
	text-align: center; 
	font-size: 12px; 
	font-weight:normal; 
	letter-spacing: -1; 
	position: relative; 
	padding: 0 10px 0 15px; 
	text-transform: uppercase;
	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
	vertical-align:middle;
	line-height:30px;
}
#movieCtrl .sound-play {
	background:rgba(195,135,100,1); 
}
#movieCtrl span {
	margin:0px 0 0px 7px;
}
#movieCtrl img {
	margin-top:-2px;
	height:15px;
}

#inVideoCtrl {position:relative;text-align:center;margin-top:-10px;}
#inVideoCtrl .ctrl {
	position:relative;
	display:block;
	vertical-align:middle;
	font-size:0;
}
#inVideoCtrl .playSet {
	position:relative;
	display: inline-block;	
	color:rgba(0,0,0,1);
	text-transform:uppercase;
	-webkit-border-radius: 30px 0 0 30px; -moz-border-radius: 30px 0 0 30px; border-radius: 30px 0 0 30px; 
	-webkit-border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; border-radius: 30px 30px 30px 30px; 
	overflow:hidden;
	margin:0 3px;
}
#inVideoCtrl .soundSet {
	-webkit-border-radius: 0 30px 30px 0; -moz-border-radius: 0 30px 30px 0; border-radius: 0 30px 30px 0;
	-webkit-border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; border-radius: 30px 30px 30px 30px; 
	margin:0 3px;
}
#inVideoCtrl .btnSet {
	position:relative;
	width:40px;
	height:40px;
}

#inVideoCtrl .sound-play{
	display:none;
	cursor:pointer;
}
#inVideoCtrl .sound-pause{
	display:none;
	cursor:pointer;
}
#inVideoCtrl .video-play {
	display:none;
	cursor:pointer;
}
#inVideoCtrl .video-pause{
	display:none;
	cursor:pointer;
}

#inVideoCtrl .video-play {
	background:rgba(55,45,40,1) url(/imgs/video/w_play.png) 60% center no-repeat;
	background:rgba(55,45,40,1) url(/imgs/video/w_play.png) center center no-repeat;
}
#inVideoCtrl .video-pause {
	background:rgba(195,135,100,1) url(/imgs/video/w_pause.png) 60% center no-repeat;
	background:rgba(195,135,100,1) url(/imgs/video/w_pause.png) center center no-repeat;
}
#inVideoCtrl .sound-play {
	background:rgba(195,135,100,1) url(/imgs/video/w_sound_on.png) center center no-repeat;
}
#inVideoCtrl .sound-pause {
	background:rgba(55,45,40,1) url(/imgs/video/w_sound_off.png) center center no-repeat;
}


#posVideoCtrl {position:absolute;text-align:center;bottom:20px;right:20px;z-index:10;}
#posVideoCtrl.open {position:relative;bottom:0;right:0;}
#posVideoCtrl .ctrl {
	position:relative;
	display:block;
	vertical-align:middle;
	font-size:0;
}
#posVideoCtrl .playSet {
	position:relative;
	display: inline-block;	
	color:rgba(0,0,0,1);
	text-transform:uppercase;
	-webkit-border-radius: 30px 0 0 30px; -moz-border-radius: 30px 0 0 30px; border-radius: 30px 0 0 30px; 
	-webkit-border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; border-radius: 30px 30px 30px 30px; 
	overflow:hidden;
	margin:0 3px;
}
#posVideoCtrl .soundSet {
	-webkit-border-radius: 0 30px 30px 0; -moz-border-radius: 0 30px 30px 0; border-radius: 0 30px 30px 0;
	-webkit-border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; border-radius: 30px 30px 30px 30px; 
	margin:0 3px;
}
#posVideoCtrl .btnSet {
	position:relative;
	width:40px;
	height:40px;
}

#posVideoCtrl .sound-play{
	display:none;
	cursor:pointer;
}
#posVideoCtrl .sound-pause{
	display:none;
	cursor:pointer;
}
#posVideoCtrl .video-play {
	display:none;
	cursor:pointer;
}
#posVideoCtrl .video-pause{
	display:none;
	cursor:pointer;
}

#posVideoCtrl .video-play {
	background:rgba(55,45,40,1) url(/imgs/video/w_play.png) 60% center no-repeat;
	background:rgba(55,45,40,1) url(/imgs/video/w_play.png) center center no-repeat;
}
#posVideoCtrl .video-pause {
	background:rgba(195,135,100,1) url(/imgs/video/w_pause.png) 60% center no-repeat;
	background:rgba(195,135,100,1) url(/imgs/video/w_pause.png) center center no-repeat;
}
#posVideoCtrl .sound-play {
	background:rgba(195,135,100,1) url(/imgs/video/w_sound_on.png) center center no-repeat;
}
#posVideoCtrl .sound-pause {
	background:rgba(55,45,40,1) url(/imgs/video/w_sound_off.png) center center no-repeat;
}

/* 3Depth tab */
#subMenuTab {
	position:relative;
	display:table;
	width:100%;
	font-size:0;
}
#subMenuTab:after {content: ".";height: 0;display: block;visibility: hidden;clear: both;}
#subMenuTab li {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:50%;
	color: rgba(51,51,51,1);
	border:1px solid rgba(204,204,204,1);
	border-top-color:transparent;
	border-left:none;
	background:rgba(245,245,245,1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	
}
#subMenuTab li:last-child{border-right:none;}
#subMenuTab li a {
	display:block;
	font-size:18px;
	padding:20px 0px 15px;
	text-decoration:none;
	line-height:140%;
}
#subMenuTab li a span {
	padding:0 0px;
}
#subMenuTab li.on, 
#subMenuTab li:focus {
	border-top:1px solid rgba(204,204,204,1);
	border-bottom-color:transparent;
	background:transparent;
    color: rgba(20,20,20,1);
}
#subMenuTab li.on a	{
	font-weight:400;
}

#subMenuTab.type3 li {width:33.3333336%;}
#subMenuTab.type4 li {width:25%;}
#subMenuTab.type5 li {width:20%;}
#subMenuTab.type6 li {width:16.6666666%;}

@media screen and (max-width: 1024px) {
	#subMenuTab li a {
		font-size:16px;
	}	
	
	#subMenuTab li a span {
		padding:0 0px 0 0px;
		background:none;
	}
	#subMenuTab li.on a span {background:none;}
}
@media screen and (max-width: 768px) {
	#subMenuTab li a span {
		padding:0 0px 0 0px;
		background:none;
	}
	#subMenuTab li.on a span {background:none;}
}
@media screen and (max-width: 640px) {
	#subMenuTab {margin-bottom:0px;}
	#subMenuTab li a {
		font-size:14px;
	}
	#subMenuTab li a span {
		padding:0 0px 0 0px;
		background:none;
	}
	#subMenuTab li.on a span {background:none;}
}

/* guide table */

.alignL {text-align:left !important}
.alignC {text-align:center !important}
.alignR {text-align:right !important}

.tbWidth {width:48%}
.tbLeft {float:left}
.tbRight {float:right}

.guideArea {position:relative;padding:0px 0 0px 0}
.guideCaption {
	position:relative;
	padding:30px 0px 30px 20px;
	font-size:20px;
	color:rgba(20,20,20,1);
	font-family:"Noto Serif KR",serif;
	font-weight:400;
}
.guideCaption:before {
	/*display: block;
 	background:rgba(51,51,51,1);
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';*/
	position: absolute; 
	top: 50%; left:0;
	font-size: 14px; 
	font-family: 'themify'; content: "\e661";
	top:50%;
	line-height:100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	 -webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	 font-weight:normal;
}
.guideCaption .ico {
	vertical-align:2px;
	margin-right:8px;
}

.guideCaptionNum {
	padding:15px 10px 15px 0px;
	font-size:18px;
	color:rgba(80,50,20,1);
	text-align:left;
}

.guideBtn {
	position:relative;
	z-index:2;
}
.guideBtn.rt {text-align:right;margin-bottom:-75px;}
.guideBtn.rb {text-align:right;margin-top:-60px;}
.guideBtn.rc {text-align:right;margin-top:-50px;}
.guideBtn.ct {text-align:center;}

.guideBtn .btnItem {
	letter-spacing:-1px;
	font-size:16px; 
	text-align:center; 
	position:relative;
	display: inline-block; *display: inline; *zoom: 1; width: auto; 
	padding:0 50px 0 20px;
	line-height: 40px; 
	margin:0 0px 10px 0;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
	border:1px solid rgba(60,50,45,1);
	color: rgba(255,255,255,1);
	background:rgba(60,50,45,1);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	/*-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px*/
}
.guideBtn .btnItem:after { 
	position: absolute; 
	top: 0; right: 16px; bottom: 0; 
	font-size: 14px; 
	font-family: 'themify'; content: "\e681";
	line-height:40px;
	 -webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	 font-weight:normal;
}
.guideBtn.rt .btnItem, .guideBtn.rc .btnItem, .guideBtn.ct .btnItem {
	color:#666666;
	border:1px solid #ccc;
	background:#fff;
}
.guideBtn.ct .btnItem {
	color: rgba(255,255,255,1);
	
	border:1px solid rgba(190,130,100,1);
	background:rgba(190,130,100,1);
	border:1px solid rgba(190,130,100,1);
	background:rgba(190,130,100,1);
}
.guideBtn a.btnItem:hover {
	color:#fff;
	border:1px solid rgba(60,50,45,1);
	background:rgba(60,50,45,1);
}

.guideBtn .btnDown {
	letter-spacing:-1px;
	font-size:16px; 
	text-align:center; 
	position:relative;
	display: inline-block; *display: inline; *zoom: 1; width: auto; 
	padding:0 50px 0 20px;
	line-height: 40px; 
	margin:0 0px 10px 0;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
	border:1px solid rgba(60,50,45,1);
	color: rgba(255,255,255,1);
	background:rgba(60,50,45,1);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	/*-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px*/
}
.guideBtn .btnDown:after { 
	position: absolute; 
	top: 0; right: 16px; bottom: 0; 
	font-size: 14px; 
	font-family: 'themify'; content: "\e6a7";
	line-height:40px;
	 -webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	 font-weight:normal;
}
.guideBtn.rt .btnDown {
	color:#666666;
	border:1px solid #ccc;
	background:#fff;
}
.guideBtn a.btnDown:hover {
	border:1px solid rgba(0,0,0,1);
	color:#fff;
	background:rgba(0,0,0,1);
}

.guideBtn .btnDown2 {
	letter-spacing:-1px;
	font-size:16px; 
	text-align:left; 
	position:relative;
	display: inline-block; 
	width: calc(50% - 12px); 
	width: calc(100%); 
	padding:10px 35px 13px 15px;
	line-height: 160%; 
	margin:0 0px 10px 0px;
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
	color:#666666;
	border:1px solid #ccc;
	background:#fff;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px
}
.guideBtn .btnDown2:last-child {
	margin:0;
}
.guideBtn .btnDown2:after { 
	position: absolute; 
	top: 10px; right: 15px; bottom: 0; 
	font-size: 14px; 
	font-family: 'themify'; content: "\e6a7";
	 -webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	 font-weight:normal;
}

.guideBtn a.btnDown2:hover {
	border:1px solid rgba(60,50,45,1);
	color:#fff;
	background:rgba(60,50,45,1);
	text-decoration:none;
}

@media screen and (max-width: 640px) {
	.guideBtn.rt, .guideBtn.rc {display:none}
	.guideCaption {
		font-size:18px;
		padding: 20px 0px 20px 20px;
	}
}

.guideMent {
	text-align:center;
	font-size: 15px; letter-spacing: 0; line-height: 1.6; 
	color:rgba(80,50,20,1);
	margin:20px 0;
	font-family: "Noto Serif KR", "Bodoni Moda", sans-serif;
}

.program-box {
	display:table;
	width:100%;
	margin:0 auto;
	position:relative;
}

.program-box .programCell {
	display:table-cell; 
	vertical-align:top;
}
.program-box .programCell .inner {padding: 0 0px 0 60px;}
.program-box .programCell.right {width:30%;/*background:transparent*/}
.program-box .programEtcArea {
	padding:10px 30px 30px;
	background: rgba(245,245,245,1);
}
.program-box.full {
	display:block;
}
.program-box.full .programCell {
	display:block; 
}
.program-box.full .programCell .inner {padding: 20px 0px 0 0px;}
.program-box.full .programCell.right {width:100%;/*background:transparent*/}
.program-box.full .guideBtn .btnDown2 {
	width: calc(50% - 9px); 
	margin:0 14px 10px 0px;
}
.program-box.full .guideBtn .btnDown2:last-child {
	margin:0;
}
@media screen and (max-width: 1024px) {
	
	.program-box {
		display:block; 
	}
	.program-box .programCell {
		display:block; 
	}
	.program-box .programCell .inner {padding: 0px 0px 0 0px;}
	.program-box .programCell.right {width:100%;}
}
@media screen and (max-width: 480px) {
	.program-box .programEtcArea {
		padding:0 20px 20px;
	}
	.guideArea {padding:0px 0 30px 0}
	.program-box.full .guideBtn .btnDown2 {
		width: calc(100%); 
		margin:0 0px 10px 0px;
	}
}

.tb_program {
	position:relative;
	display:block;
	background:#fff;
	color:#333;
	text-align:center;
	font-size:16px;
	overflow-x:auto;
}
.tb_program table {position:relative;width:100%;padding: 10px 5px;background:#fff;border-top: 1px solid rgba(235,235,235,1);}
.tb_program .col0 {width:10%}
.tb_program .col1 {width:20%}
.tb_program .col2 {width:20%}
.tb_program .col25 {width:25%}
.tb_program .col3 {width:30%}
.tb_program .col {width:40%}
.tb_program .col50 {width:50%}

.tb_program thead th {
	font-weight: normal;
    white-space: nowrap;
    border-bottom: 1px solid rgba(235,235,235,1);
    border-left: 1px solid rgba(235,235,235,1);
    border-right: 1px solid rgba(235,235,235,1);
    text-align: left;
	color:#333;background:#f9fbfb;
	color:#fff;background:rgba(205,205,205,1);
    font-size: 15px;
    vertical-align: middle;
	text-align:center;
	padding:10px 20px;
	line-height:120%;
}
.tb_program thead th:first-child {
    border-left: 0;
}
.tb_program thead th:last-child {
    border-right: 0;
}

.tb_program tbody th {
    border-bottom: 1px solid rgba(235,235,235,1);
    vertical-align: middle;
    border-right: 1px solid rgba(235,235,235,1);
    font-size: 16px;
	padding:10px 20px;
	text-align:center;
	font-weight:normal;
	background:rgba(250,250,250,1);
}
.tb_program tbody td {
    color: #555555;
    border-bottom: 1px solid rgba(235,235,235,1);
    vertical-align: middle;
    border-left: 1px solid rgba(235,235,235,1);
    font-size: 16px;
	padding:20px 20px;
	text-align:center;
	
	word-break:break-all;
}
.tb_program tbody th hr, .tb_program tbody td hr	{
	display: block; 
	height: 1px;
    border: 0; 
	margin:20px -20px;
	border-top: 1px solid rgba(235,235,235,1);
}
.tb_program tbody td.etc {border-bottom:none;}
.tb_program tbody td strong {
	font-weight:500;
}
.tb_program tbody td:first-child {
    border-left: 0;
}

@media screen and (max-width: 640px) {
	/*.tb_program table, 
	.tb_program thead, 
	.tb_program tbody, 
	.tb_program th, 
	.tb_program td, 
	.tb_program tr { 
		display: block; 
	}
	
	.tb_program thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.tb_program tbody tr {border-bottom: none;margin-bottom:20px;}
	.tb_program tbody th { 
		border: none;
	}	
	.tb_program tbody td { 
		border: none;
		border-bottom: 1px solid rgba(235,235,235,1);
		position: relative;
		padding-left: 30%; 
		text-align:left;
		font-size:14px;
	}	
	
	.tb_program tbody td:before { 
		position: absolute;
		top: 10px;
		left: 10px;
		width: 65%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.tb_program tbody td:nth-of-type(1):before { content: "CHECK TIME"; }
	.tb_program tbody td:nth-of-type(2):before { content: "ORDER"; }
	.tb_program tbody td:nth-of-type(3):before { content: "MENT"; }*/
	
	.tb_program table > thead > tr > th {
		padding:10px 10px;
	    font-size: 12px;
		
	}
	.tb_program table > tbody > tr > th {
		padding:10px;
		font-size: 14px;
		white-space:nowrap;
	}
	.tb_program table > tbody > tr > td {
		padding:10px;
		font-size: 14px;
		white-space:nowrap;
	}
	.tb_program tbody th hr, .tb_program tbody td hr	{
		margin:10px -10px;
	}
}

/* space View */


.spacePopLayer {
	display:none;
	position:fixed;
	top:0;left:0;
	bottom:0; right:0;
	width:100%;height:100%;
	z-index:19010;
}

.spacePopBack {
	position:fixed;
	top:0;left:0;
	bottom:0; right:0;
	width:100%;height:100%;
	z-index:0;
	background: url('/imgs/common/bg_overlay.png') repeat 0 0;
	/*background:rgba(0,0,0,0.3)*/
}

.spacePopLayer .spaceTable {position:relative;display:table;width:100%;height:100%;}
.spacePopLayer .spaceTable .spaceCell {position:relative;display:table-cell;vertical-align:middle;}

.spacePopLayer .spacePopWrap {
	position:relative;
	max-width:1000px;
	width:90%;
	margin:0 auto;
	text-align:center;
	overflow-y:auto;
	overflow-x:hidden;
}

.spacePopLayer .dataWrap {
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	overflow-y:auto;
	overflow-x:hidden;
	z-index:1;
	background:#fff;
	
}
.spacePopLayer .spaceClose {
    position: absolute;
    right:0px; top:0px;
	width:60px; height:60px; background: url('/imgs/common/btn_close.png') repeat 0 0;
	z-index:2;

}
.spacePopLayer .spaceClose.fix {
	position:fixed;
}
.spacePopLayer .spaceClose a{ display: block;width:60px;height:60px;}
.spacePopLayer .spaceClose a span{
    text-indent: -9999px;
	overflow: hidden;
}

#spaceArea {position:relative}
#spaceArea .txtArea {position:relative;display:block;padding: 20px;vertical-align:top;text-align:center;background:rgba(255,255,255,1)}
#spaceArea .itemTitle {
	text-align:center;	
	vertical-align:middle;
}
#spaceArea .txtArea h3 {
	font-size:22px; 
	font-family:"Noto Serif KR", sans-serif;
	font-weight:400;
	line-height:1.4;
	display:block;
	color: #000;
}
#spaceArea .txtArea h4 {
	font-size:16px; 
	line-height:1.4;
	letter-spacing:0px;
	display:block;
	color:#999;
	vertical-align:bottom;
	margin:0 0 10px 0px;
	color: #000;
	
	color: rgba(190,130,100,1);
	font-family:"Noto Serif KR", sans-serif;
}


#spaceArea .txtArea p {
	line-height:140%;
	color:#999;
	overflow:hidden;
	display:block;
	font-size:16px;
	margin:15px 0px 5px;
	text-align:center;
}

#spaceArea .txtArea .tit {
	display:inline-block;
	background:url('/imgs/icon/blt2.gif') no-repeat 0 center;
	padding-left:15px;
	color:rgba(102,102,102,1);
	
	font-size: 14px;
	letter-spacing: 0px;
	line-height:24px;
}
#spaceArea .txtArea .tit span {margin:0;color:rgba(153,153,153,1);font-weight:normal;text-decoration:underline;}
#spaceArea .txtArea .tit span.titSpan {margin:0 10px 0 10px;text-decoration:none;}

#spaceArea .videoBox {
	position:relative;
	overflow:hidden;
	width:100%;
}

#spaceArea .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
	margin:0px 0 0px;
}
#spaceArea .slideBox {
	position:relative;
	max-height:720px;
	overflow:hidden;
	width:100%;
}
#spaceArea .slideBox .slides {
	position:relative;
}
#spaceArea .slideBox .bx-width img {position:relative;display:inline-block; margin: 0 auto; max-width:100%;width:100%;}
#spaceArea .slideBox .bx-middle img {position:relative;display:inline-block; margin: 0 auto;max-width:100%;width:auto;height:660px;}

#spaceArea .slideBox .logo {
	position:absolute; right:0; top:0px; padding:20px; z-index:50;
}

#spaceArea .slideBox .logo img {width:auto !important;}

#spaceArea .slideBox .bx-wrapper {
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
	padding:0 0 30px;
	padding:0 0 0px;
	background:none;
	
}
#spaceArea .slideBox .bx-wrapper .bx-viewport{
    position:relative;
    width:100%;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background:none;
}

#spaceArea .slideBox .bx-wrapper .bx-viewport li {position:relative;min-height: 1px; min-width: 1px;}
/*#spaceArea .slideBox .bx-middle {
   vertical-align: middle;
    display: inline-block;
    float: none !important;
}*/

#spaceArea .slideBox .bx-controls-direction a {
	width: 50px;
    height: 50px;
	background: rgba(255,255,255,1);
    position: absolute;
    opacity: 1;
    border-radius: 0;
	/*margin-top:-22px;*/
	text-indent:-9999px;
	top:50%;
	margin-top:-25px;
}
#spaceArea .slideBox .bx-controls-direction a:after {
	content: '';
    position: absolute;
    border-top: 2px solid rgba(255,255,255,1);
    border-left: 2px solid rgba(255,255,255,1);
	border-top: 2px solid rgba(80,50,20,1);
    border-left: 2px solid rgba(80,50,20,1);
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 20px;
}
#spaceArea .slideBox .bx-controls-direction a.bx-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 13px;
}
#spaceArea .slideBox .bx-controls-direction a:hover {
	background:rgba(230,230,230,1);	
}
#spaceArea .slideBox .bx-controls-direction a:hover:after {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
	
	border-top: 2px solid rgba(80,50,20,1);
    border-left: 2px solid rgba(80,50,20,1);
}


/*#spaceArea .slideBox .bx-prev {top:auto !important;left:auto !important;bottom:10px !important;right:70px !important;}
#spaceArea .slideBox .bx-next {top:auto !important;bottom:10px !important;right:10px !important;}*/

#spaceArea .slideBox .bx-prev {
	left:0 !important;right:auto !important;
}
#spaceArea .slideBox .bx-next {
	right:0px !important;
}	


#spaceArea .slideBox .bx-wrapper .bx-pager {
	position:absolute;
	width:100%;
    bottom:20px;
    z-index: 110;
	text-align:center;
	padding:0 10px;
	font-size:0;
}
#spaceArea .slideBox .bx-wrapper .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin:3px;
	
}

#spaceArea .slideBox .bx-wrapper .bx-pager.bx-default-pager a {
	width:12px; height:12px;
	margin:0;
	background:none;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	border:2px solid rgba(255,255,255,.7);
	border-radius:12px;
	
}

#spaceArea .slideBox .bx-wrapper .bx-pager.bx-default-pager a:hover,
#spaceArea .slideBox .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:none rgba(255,255,255,1);
}

#spaceArea .slideBox .imgCaption {
	position:absolute;
	display:block;
	z-index:20;
	left:0px;
	top:20px;
	text-align:left;
}

#spaceArea .slideBox .imgCaption h4 {
	border-radius: 0px 20px 20px 0;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 110%;
	letter-spacing:0px;
	background-color:rgba(0,0,0,.6);
	color: rgba(255,255,255,1);
}

@media screen and (max-width: 1024px) {
	#spaceArea .slideBox .bx-controls-direction a {
		width: 44px;
		height: 44px;
		margin-top:-22px;
	}
	#spaceArea .slideBox .bx-controls-direction a:after {
		width: 10px;
		height: 10px;
		top: 17px;
		left: 19px;
	}
	#spaceArea .slideBox .bx-controls-direction a.bx-next:after {
		left: 14px;
	}
	
	/*#spaceArea .slideBox .bx-prev {right:60px !important;}
	#spaceArea .slideBox .bx-next {right:10px !important;}*/
	#spaceArea .slideBox .logo {padding:10px;}
}
@media screen and (max-width: 768px) {
	#spaceArea .slideBox .logo {display:none;}
	#spaceArea .slideBox .imgCaption {
		top:10px;
	}
	#spaceArea .slideBox .imgCaption h4 {
		padding: 10px 15px 10px 15px;
		font-size: 13px;
	}
	#spaceArea .txtArea h3 {
		font-size:20px; 
	}
	#spaceArea .txtArea h4 {
		font-size:16px; 
	}
	#spaceArea .txtArea p {
		font-size:14px;
	}
}
@media screen and (max-width: 375px) {
	#spaceArea .slideBox .bx-wrapper {padding:0 0 0px}
	#spaceArea .slideBox .bx-wrapper .bx-pager {
		display:none;
	}
	
	#spaceArea .slideBox .bx-controls-direction a {
		width: 34px;
		height: 34px;
		margin-top:-17px;
	}
	#spaceArea .slideBox .bx-controls-direction a:after {
		width: 10px;
		height: 10px;
		top: 11px;
		left: 13px;
	}
	#spaceArea .slideBox .bx-controls-direction a.bx-next:after {
		left: 9px;
	}
	
	/*#spaceArea .slideBox .bx-prev {right:50px !important; bottom:10px !important;}
	#spaceArea .slideBox .bx-next {right:10px !important;bottom:10px !important;}*/
	
	/*#spaceArea .slideBox .bx-prev {left:0 !important;right:auto !important;top:50% !important;margin-top:-17px;}
	#spaceArea .slideBox .bx-next {right:0px !important;top:50% !important;margin-top:-17px;}*/
}

.sub-head {
	position:relative;
	padding:0px 0;
	color:rgba(20,20,20,1);
}

.sub-head h1 {
	
	line-height:140%; 
	font-weight:300; 
	font-size:30px;  
	font-weight:600;
	/*font-family: 'Noto Serif KR', serif;*/
	letter-spacing:-0.5px;
}
.sub-head h2 {
	margin:15px 0 15px;
	line-height:160%; 
	font-weight:400; 
	font-size:18px; 
	color: rgba(205,205,205,1);
	font-family: 'Noto Serif KR', serif;
}
.sub-head h3 {
	margin:0px 0 0px;
	line-height:160%; 
	font-weight:500; 
	font-size:24px; 
}
.sub-head .desc  {
	margin:30px 0 0;
	line-height:180%;
	font-size:16px;
}
.sub-head-bar {
	text-align: center; 
	padding: 100px 0 0px;
	margin:0px auto 0px;
}
.sub-head-bar:before {
	display: block;
	background:rgba(204,204,204,1);
    width: 1px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
}

.sub-head-bar h1 {
	font-size: 40px;
	letter-spacing:0;
}

.sub-head-bar h1 strong {
	font-weight:600;
	/*color:rgba(220,120,1,1);*/
}

.sub-head-bar h2 {
	margin:20px 0 15px;
}
@media screen and (max-width: 640px) {
	.sub-head h1 {
		font-size:24px;  
	}
	.sub-head h2 {
		font-size:16px; 
	}
	.sub-head h3 {
		font-size:20px; 
	}
	.sub-head .desc  {
		font-size:15px;
	}
	.sub-head-bar h1 {
		font-size: 26px;
	}
	.sub-head-bar {padding: 80px 0 20px;}
	.sub-head-bar:before {
		width: 1px;
		height: 50px;
	}
	
}


.cont-head {
	position:relative;
	padding:0px 0;
	color: rgba(80,50,20,1);
}

.cont-head h1 {
	line-height:140%; 
	font-weight:300; 
	font-size:34px;  
	font-weight:400;
	letter-spacing:-0.5px;
}
.cont-head h2 {
	margin:10px 0 10px;
	line-height:160%; 
	font-weight:400; 
	font-size:18px; 
	color:rgba(190,130,100,1);
}
.cont-head h3 {
	margin:0px 0 0px;
	line-height:160%; 
	font-weight:500; 
	font-size:24px; 
	
}
.cont-head .desc  {
	margin:20px 0 0;
	line-height:180%;
	font-size:16px;
	color: rgba(115,115,115,1);
}
.cont-head-bar {
	text-align: center; 
	padding: 100px 0 0px;
	margin:0px auto 0px;
}
.cont-head-bar:before {
	display: block;
	background:rgba(204,204,204,1);
    width: 1px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
}

.cont-head strong {
	font-weight:500;
}

.cont-head .point {
	color:rgba(190,130,100,1);
	
}
.cont-head .italic {
	font-style:italic;
}


.cont-head-bar h1 {
	font-size: 40px;
	letter-spacing:0;
}

.cont-head-bar h1 strong {
	font-weight:600;
	/*color:rgba(220,120,1,1);*/
}

.cont-head-bar h2 {
	margin:20px 0 15px;
}
@media screen and (max-width: 640px) {
	.cont-head h1 {
		font-size:24px;  
	}
	.cont-head h2 {
		font-size:16px; 
	}
	.cont-head h3 {
		font-size:20px; 
	}
	.cont-head .desc  {
		font-size:15px;
	}
	.cont-head-bar h1 {
		font-size: 26px;
	}
	.cont-head-bar {padding: 80px 0 20px;}
	.cont-head-bar:before {
		width: 1px;
		height: 50px;
	}
	
}

.cont-btn {
	position:relative;
	z-index:2;
}
.cont-btn.rt {text-align:right;margin-top:0px;}
.cont-btn.ct {text-align:center;}

.cont-btn .btnItem {
	letter-spacing:-1px;
	font-size:14px; 
	text-align:center; 
	position:relative;
	display: inline-block; *display: inline; *zoom: 1; width: auto; 
	padding:0 50px 0 20px;
	line-height: 34px; 
	margin:0 0px 10px 0;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
	border:1px solid rgba(190,130,100,1);
	color: rgba(255,255,255,1);
	background:rgba(190,130,100,1);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cont-btn.rt .btnItem, .cont-btn.rc .btnItem, .cont-btn.ct .btnItem {
	border: 1px solid rgba(190,130,100,1);
    color: rgba(190,130,100,1);
	background:#fff;
}
.cont-btn.ct .btnItem {
	color: rgba(255,255,255,1);
	border:1px solid rgba(190,130,100,1);
	background:rgba(190,130,100,1);
}
.cont-btn a.btnItem:hover {
	color:#fff;
	border:1px solid rgba(190,130,100,1);
	background:rgba(190,130,100,1);
}
.cont-btn .prt:after { 
	position: absolute; 
	top: 0; right: 16px; bottom: 0; 
	font-size: 14px; 
	font-family: 'themify'; content: "\e681";
	line-height:34px;
	 -webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	 font-weight:normal;
}
.cont-btn .down:after { 
	position: absolute; 
	top: 0; right: 16px; bottom: 0; 
	font-size: 14px; 
	font-family: 'themify'; content: "\e6a7";
	line-height:34px;
	 -webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	 font-weight:normal;
}
@media screen and (max-width: 640px) {
	.cont-btn.rt {margin-top:0px;}
	
}

.tb_dimension {
	position:relative;
	display:block;
	color:#333;
	text-align:center;
	font-size:15px;
	margin: 0px auto 0px;
	overflow-x:auto;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-bottom:20px;
	
	/* Hide scrollbar for IE, Edge and Firefox */
	/*-ms-overflow-style: none;
	scrollbar-width: none;*/
}
.table-type {
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
}
.table-type 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:30px;
}
/* Hide scrollbar for Chrome, Safari and Opera */

/* 스크롤바 설정*/
.tb_dimension::-webkit-scrollbar{
    height: 4px;
}

/* 스크롤바 막대 설정*/
.tb_dimension::-webkit-scrollbar-thumb{
    height: 17%;
	border-radius: 0px;  
    background-color: rgba(204,204,204,1);
	background-color: rgba(190,130,100,1);
}

/* 스크롤바 뒷 배경 설정*/
.tb_dimension::-webkit-scrollbar-track{
    background-color: rgba(245,245,245,1);
	background-color: rgba(235,235,235,1);
}
.tb_dimension.over-false {
	overflow-x:hidden;
}

.tb_dimension table {
	position:relative;
	width:100%;
	background:#fff;
	border-collapse:separate;
	empty-cells:show;
	border-spacing:0;
	
}
.tb_dimension caption{overflow:hidden;position:static;top:0;left:0;width:0;height:0;font-size:0;line-height:0;text-transform:uppercase}

.tb_dimension thead tr th {
	position: sticky;
	top: 0;
	z-index: 1;
	
	background:rgba(240,240,240,1);
	padding:15px 15px;	
	border-right:1px solid rgba(230,220,200,1);
	border-bottom:1px solid rgba(230,220,200,1);
	text-align:center;
	color:#333;
	font-weight:400;
	line-height:140%;
	white-space:nowrap;
}
.tb_dimension thead tr:first-child th {
	border-top:2px solid rgba(210,190,155,1);
}
.tb_dimension thead tr:nth-child(2) th {
	/*top:42px;*/
}
.tb_dimension thead th.first-sticky {
	position: sticky;
	left: 0;
	z-index: 2;
}
.tb_dimension thead tr th:last-child {border-right:none}

.tb_dimension tbody th {
	position: sticky;
	left: 0;
	z-index: 1;
	
}
.tb_dimension .classType,
.tb_dimension .shapeType,
.tb_dimension .roundType,
.tb_dimension .theaterType,
.tb_dimension .receptionType {padding-top:60px}
.tb_dimension .classType:after,
.tb_dimension .shapeType:after,
.tb_dimension .roundType:after,
.tb_dimension .theaterType:after,
.tb_dimension .receptionType:after {
	content:'';
	position:absolute;
	top:20px;left:50%;
	margin-left:-15px;
	background:url(/imgs/meeting/table_type.png) no-repeat;
	width:34px;height:30px;
}
.tb_dimension .classType:after{background-position:0 0}
.tb_dimension .roundType:after{background-position:0 -30px}
.tb_dimension .theaterType:after{background-position:0 -60px}
.tb_dimension .shapeType:after{background-position:0 -90px}
.tb_dimension .receptionType:after{background-position:0 -120px}

.tb_dimension tbody tr th,
.tb_dimension tbody tr td {
	white-space:nowrap;
	padding:15px 15px;
	border-right:1px solid rgba(230,220,200,1);
	border-bottom:1px solid rgba(230,220,200,1);
	text-align:center;line-height:140%;
}
.tb_dimension tbody .sep th,
.tb_dimension tbody .sep td {
	
	border-bottom-width:2px;
	border-bottom-color:rgba(210,190,155,1);
}
.tb_dimension tbody .all th,
.tb_dimension tbody .all td {
	background:rgba(250,250,250,1);
}
.tb_dimension tbody .blank th,
.tb_dimension tbody .blank td {
	border-color:transparent;
	padding:5px;
	border-bottom:1px solid rgba(230,220,200,1);
}

.tb_dimension tbody tr td.date{font-family:font-family:"Raleway","Gothic A1",serif;}
.tb_dimension tbody tr th{background: rgba(255,255,255,1);color:#000;}
.tb_dimension tbody .eng {color:#999;font-weight:300;font-size:0.875em;}
.tb_dimension tbody tr th:last-child,
.tb_dimension tbody tr td:last-child {border-right:none}

.tb_dimension .lineL {border-left:1px solid rgba(230,220,200,1) !important}
.tb_dimension .lineR {border-right:1px solid rgba(230,220,200,1) !important}

@media screen and (max-width: 640px) {
	.tb_dimension {
		font-size:12px;
	}	
	.tb_dimension thead tr th {
		padding:10px 10px;	
	}
	.tb_dimension tbody tr th,
	.tb_dimension tbody tr td {
		padding:10px 10px;
	}
}


.tb_meeting {
	position:relative;
	display:block;
	background:#fff;
	color:#333;
	text-align:center;
	font-size:16px;
	margin: 0px auto 0px;
	overflow-x:auto;
	font-family:"Gothic A1",serif;
}
.tb_meeting.over-false {
	overflow-x:hidden;
}

.tb_meeting table {
	position:relative;
	width:100%;
	background:#fff;
	border-collapse:separate;
	empty-cells:show;
	border-spacing:0
}
.tb_meeting caption{overflow:hidden;position:static;top:0;left:0;width:0;height:0;font-size:0;line-height:0;text-transform:uppercase}

.tb_meeting thead tr th, .tb_meeting tbody tr td{background:#fff}
.tb_meeting thead tr th{
	position:relative;
	background:rgba(250,250,250,1);
	padding:16px;
	border-top:1px solid #000;
	border-left:1px solid rgba(235,235,235,1);
	border-bottom:1px solid rgba(235,235,235,1);
	text-align:center;
	
	color:#333;
	font-weight:600;
}
.tb_meeting .classType,
.tb_meeting .shapeType,
.tb_meeting .roundType,
.tb_meeting .theaterType,
.tb_meeting .receptionType {padding-top:60px}
.tb_meeting .classType:after,
.tb_meeting .shapeType:after,
.tb_meeting .roundType:after,
.tb_meeting .theaterType:after,
.tb_meeting .receptionType:after {
	content:'';
	position:absolute;
	top:20px;left:50%;
	margin-left:-15px;
	background:url(/imgs/meeting/table_type.png) no-repeat;
	width:34px;height:30px;
}
.tb_meeting .classType:after{background-position:0 0}
.tb_meeting .roundType:after{background-position:0 -30px}
.tb_meeting .theaterType:after{background-position:0 -60px}
.tb_meeting .shapeType:after{background-position:0 -90px}
.tb_meeting .receptionType:after{background-position:0 -120px}

.tb_meeting thead tr th:first-child, .tb_meeting tbody tr td:first-child{border-left:none}
.tb_meeting tbody tr td{padding:16px;border-left:1px solid rgba(235,235,235,1);;border-bottom:1px solid rgba(235,235,235,1);;text-align:center}
.tb_meeting tbody tr td.date{font-family:font-family:"Raleway","Gothic A1",serif;}
.tb_meeting tbody tr td.lineL, .tb_meeting tbody tr th.lineL{border-left:1px solid rgba(235,235,235,1);}
.tb_meeting tbody tr th{background: rgba(250,250,250,1);padding:16px;border-bottom:1px solid rgba(235,235,235,1);}
.tb_meeting th abbr, .tb_meeting td abbr{margin-left:0;font-weight:inherit;font-size:18px;font-family:font-family:"Raleway","Gothic A1",serif;vertical-align:0}

.tblV{border-top:1px solid #000}
.tblV tbody tr th, .tblV tbody tr td{padding:15px 20px;border-bottom:1px solid rgba(235,235,235,1);text-transform:uppercase}
.tblV tbody tr th{text-align:left;text-transform:uppercase;font-family:"Raleway","Gothic A1",serif;color:#333;font-weight:500;}
.tblV tbody tr td{border-left:1px solid rgba(235,235,235,1);background:#fff}
.tblV.tcenter th{text-align:center}
.tblV.tcenter th[scope=rowgroup]{border-right:1px solid rgba(235,235,235,1);}
.tblV.tdLeft td{text-align:left;}
.txtGuide{margin-top:30px}
.txtGuide li{position:relative;color:#888;padding-left:16px;font-size:16px;letter-spacing:-.01em}
.txtGuide li:before{content:'-';position:absolute;left:0;top:2px;font-size:15px;font-weight:600;} 
.txtGuide li + li{margin-top:6px}

@media screen and (max-width: 640px) {
	.tb_meeting {
		font-size:14px;
	}
	.tb_meeting thead tr th,
	.tb_meeting tbody tr td {
		padding:10px;
		white-space:nowrap;
	}
	.tb_meeting.over-false tbody tr td {
		white-space:inherit;
	}
	.tb_meeting.over-false tbody tr th {
		white-space:nowrap;
	}
	.txtGuide li{font-size:14px;}
	.txtGuide li:before{top:0px;} 
}


.tb_shuttle {
	position:relative;
	display:block;
	background:#fff;
	color:#333;
	text-align:center;
	font-size:16px;
	margin: 0px auto 0px;
	overflow-x:auto;
	/*font-family:"Gothic A1",serif;*/
}
.tb_shuttle.over-false {
	overflow-x:hidden;
}

.tb_shuttle table {
	position:relative;
	width:100%;
	background:#fff;
	border-collapse:separate;
	empty-cells:show;
	border-spacing:0
}
.tb_shuttle caption{overflow:hidden;position:static;top:0;left:0;width:0;height:0;font-size:0;line-height:0;text-transform:uppercase}

.tb_shuttle thead tr th, .tb_shuttle tbody tr td{background:#fff}
.tb_shuttle thead tr th{
	position:relative;
	background:rgba(250,250,250,1);
	padding:16px;
	border-top:1px solid #000;
	border-left:1px solid rgba(235,235,235,1);
	border-bottom:1px solid rgba(235,235,235,1);
	text-align:center;
	vertical-align:top;
	
	color:#333;
	font-weight:600;
}
.tb_shuttle thead tr th span {
	position:relative;
	display:block;
	margin-top:10px;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
}
.tb_shuttle .classType,
.tb_shuttle .shapeType,
.tb_shuttle .roundType,
.tb_shuttle .theaterType,
.tb_shuttle .receptionType {padding-top:60px}
.tb_shuttle .classType:after,
.tb_shuttle .shapeType:after,
.tb_shuttle .roundType:after,
.tb_shuttle .theaterType:after,
.tb_shuttle .receptionType:after {
	content:'';
	position:absolute;
	top:20px;left:50%;
	margin-left:-15px;
	background:url(/imgs/meeting/table_type.png) no-repeat;
	width:34px;height:30px;
}
.tb_shuttle .classType:after{background-position:0 0}
.tb_shuttle .roundType:after{background-position:0 -30px}
.tb_shuttle .theaterType:after{background-position:0 -60px}
.tb_shuttle .shapeType:after{background-position:0 -90px}
.tb_shuttle .receptionType:after{background-position:0 -120px}

.tb_shuttle thead tr th:first-child, .tb_shuttle tbody tr td:first-child{border-left:none}
.tb_shuttle tbody tr td{padding:16px;border-left:1px solid rgba(235,235,235,1);;border-bottom:1px solid rgba(235,235,235,1);;text-align:center}
.tb_shuttle tbody tr td.date{font-family:font-family:"Raleway","Gothic A1",serif;}
.tb_shuttle tbody tr td.lineL, .tb_shuttle tbody tr th.lineL{border-left:1px solid rgba(235,235,235,1);}
.tb_shuttle tbody tr th{background: rgba(250,250,250,1);padding:16px;border-bottom:1px solid rgba(235,235,235,1);}
.tb_shuttle th abbr, .tb_shuttle td abbr{margin-left:0;font-weight:inherit;font-size:18px;font-family:font-family:"Raleway","Gothic A1",serif;vertical-align:0}


@media screen and (max-width: 640px) {
	.tb_shuttle {
		font-size:14px;
	}
	.tb_shuttle thead tr th,
	.tb_shuttle tbody tr td {
		padding:10px;
		white-space:nowrap;
	}
	.tb_shuttle.over-false tbody tr td {
		white-space:inherit;
	}
	.tb_shuttle.over-false tbody tr th {
		white-space:nowrap;
	}
}



.story-section {
}
.story-item {
	position:relative;
	text-align:center;
}
.story-item:nth-child(even) {
	/*background:rgba(247,244,231,1);*/
}
.story-item .tit {
	position:relative;
}
.story-item .tit .tit-eng {
	position:relative;
	display:inline-block;
    color:rgba(115,115,115,1);
	font-family: "Bodoni Moda","Noto Serif KR", serif;
	font-size:50px;
	line-height:120%;
	font-style:italic;
	font-weight:300;
}
.story-item .tit .tit-eng span {
	font-size:18px;
	font-style:normal;
	margin-left:10px;
}
.story-item .tit .tit-eng:before {
	content:'';
	position:absolute;
	top:-15px;
	left:-15px;
	width: 15px;
    height: 15px;
	/*border-radius: 50%;*/    
	border:2px solid rgba(115,115,115,1);
	border-radius: 50%;
}
.story-item .tit .tit-kor {
	position:relative;
	display:block;
    color:rgba(115,115,115,1);
	font-family: "Bodoni Moda","Noto Serif KR", serif;
	font-size:18px;
	line-height:120%;
	font-weight:300;
	margin-bottom:10px;
}
.story-item .tit .tit-ment {
	position:relative;
	padding:0px 0 0px;
	color:rgba(51,51,51,1);
	color: rgba(80,50,20,1);
	font-size:20px;
	line-height:160%;
	font-weight:400;
	font-weight:500;
	letter-spacing:-0.5px;
}
.story-item .txt {
	position:relative;
	padding:0px 0 0px;
	color: rgba(80,50,20,1);
	font-size:18px;
	line-height:unset;
}
.story-item strong {
	font-weight:500;
}
.story-item .img img {
	position:relative;
	max-width:100%;
}


.story-item .photo {
	text-align:center;
}
.story-item .photo .circle-frame {
	position:relative;
	width: 500px;
	display:inline-block;
	overflow:hidden;
	
	/*-webkit-border-radius: 50% 30% 0 0;
	   -moz-border-radius: 50% 30% 0 0;
		    border-radius: 50% 30% 0 0;*/
	border-top-left-radius: 50% 30%;
   	border-top-right-radius: 50% 30%;
			
}
.story-item .photo .circle-frame:after {
	content:'';
	display:block;
    padding-bottom: 140%;
}
.story-item .photo .circle-frame {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	image-rendering: -webkit-optimize-contrast;
	z-index:1;
	font-size:0;
}

.story-item .photo .box {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.story-item .photo .img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	display:none;
	
}
.story-item .photo .img img{
	position:relative;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	
	width:100%;height:auto;
	width:auto;height:100%;
	
	-webkit-transition: all 1.3s ease; -moz-transition: all 1.3s ease; -o-transition: all 1.3s ease; transition: all 1.3s ease;
}

@media screen and (max-width: 768px) {
	.story-item .tit .tit-eng {
		font-size:40px;
	}
	.story-item .tit .tit-ment {
		font-size:18px;
	}
	.story-item .txt {
		font-size:16px;
	}
	.story-item .photo .circle-frame {
		width:400px;
	}
}
@media screen and (max-width: 480px) {
	.story-item {
		text-align:center;
	}
	.story-item .tit .tit-eng {
		font-size:30px;
		text-align:center;
	}
	.story-item .tit .tit-eng span {
		display:block;
		font-size:18px;
		margin-left:0px;
		margin-top:5px;
	}
	.story-item .tit .tit-ment {
		font-size:16px;
	}
	.story-item .tit .tit-ment,
	.story-item .txt {
		/*text-align:left;*/
	}
	.story-item .photo .circle-frame {
		width:280px;
	}
}

.guide-btn {
	position:relative;
	font-size:0;
}
.guide-btn .btn {
	position:relative;
	letter-spacing:0px;
	font-size:16px; 
	text-align:center; 
	display: inline-block;
	width: auto; 
	padding:0 50px 0 20px;
	line-height: 50px; 
	margin:0 10px 0px 0;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
	border:1px solid rgba(0,0,0,1);
	font-family:"Gothic A1",serif;
	font-weight:500;
	color:rgba(0,0,0,1);
	white-space: nowrap;
}
.guide-btn .btn:hover {
	background:rgba(0,0,0,1);
	color:#fff;
}
.guide-btn-50-p .btn {
	width:calc(50% - 10px);
}
.guide-btn-50-p .btn:last-child {
	width:calc(50%);
	margin:0 0px 0px 0;
}
@media screen and (max-width: 480px) {
	.guide-btn-50-p .btn {
		width:calc(100%);
		margin:0 0px 10px 0;
	}
	.guide-btn-50-p .btn:last-child {
		width:calc(100%);
		margin:0 0px 0px 0;
	}
}

.guide-btn .btn-bg { 
	background:rgba(0,0,0,1);
	color:#fff;
}
.guide-btn .btn-down:after { 
	position: absolute; 
	top: 0; right: 15px; bottom: 0; 
	font-family: 'themify'; content: "\e6a7";
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	font-weight:normal;
}

.service-list {
	position:relative;
	font-size:16px;
}

.service-list .tit {
	position:relative;
	display:block;
	font-size:1.875em;
	font-weight:400;
	color:#000;
}
.service-list .tit-sub {
	position:relative;
	display:block;
	font-size:20px;
	font-weight:400;
	color:#000;
}
.service-list-tit {
	position:relative;
	font-size:1.125em;
	font-weight: 500;	
	margin:0 0 10px;
}
.service-list-tit-ment {
	position:relative;
	font-size:16px;
	margin:0 0 10px;
}
.service-list-text {
	margin:0 0 20px;
}
.service-list-text li{
	position:relative;
	padding:3px 20px 3px 13px;
	font-size:16px;
	line-height:160%;
}

.service-list-text li:after { 
	position:absolute;
	display:inline-block;
	/*top:50%;
	-webkit-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);*/
	top:13px;		
	left:1px;
	background:#999;
	content:'';
	width:4px;
	height:4px;
	-webkit-border-radius: 50%; 
	   -moz-border-radius: 50%; 
		    border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.service-list {
		font-size:12px;
	}
	.service-list .tit-sub {
		font-size:18px;
	}
	.service-list-tit {
		font-size:16px;
	}
	.service-list-tit-ment {
		font-size:15px;;
	}
	.service-list-text li{
		font-size:14px;
	}
}

.service-request-box {
	padding:30px 0px 30px;
	border-top:2px solid #000;
	display:table;
	width:100%;
	position:relative;
}
.service-request-box .in-list {
	position:relative;
	display:table;
	width:100%;
	padding:20px 20px 20px 40px;
	border-bottom:1px solid  rgba(204,204,204,1);
}
.service-request-box .in {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
	padding-right:60px;
}
.service-request-box .in + .in {
	padding-right:0px;
	width:auto;
}
.service-request-box .in-30 {
	width:30%;
}
.service-request-box .in-40 {
	width:40%;
}
.service-request-box .process-tit {
	font-size: 1.875em;
	letter-spacing: -0.03em;
	line-height: 1.15;
	font-weight:400;
	font-family:"Gothic A1",serif;
}
.service-request-box .process-tit strong {
	font-size: 1.211em;
	display: block;
	font-weight:700;
	margin-bottom: .13em;
	/*margin-bottom:0;
	margin-right:0.2em;*/
}

@media screen and (max-width: 768px) {
	.service-request-box {
		padding:25px 0;
	}
	.service-request-box .in-list {
		padding:0px 15px 10px;
	}
	.service-request-box .in {
		display:block;
		width:100%;
		padding-right:0px;
	}
	.service-request-box .in + .in {
		padding-right:0px;
	}
	
	.service-request-box .process-tit strong {
		display: inline-block;
		margin-bottom:0;
		margin-right:0.2em;
	}
}


.service-info-area {
	position:relative;
	background:rgba(243,242,245,1);
	padding:0 40px 40px;
}
.service-info-heading {
	position:relative;
	font-size:30px;
	text-align:center;
	color:#000;
	text-transform:uppercase;
	padding:45px 0 30px;
	font-weight:600;
}
.service-info-heading-in {
	position:relative;
	font-size:24px;
	text-align:center;
	color:#000;
	text-transform:uppercase;
	padding:25px 0 20px;
	font-weight:600;
}
.service-info-ment {
	position:relative;
	font-size:18px;
	text-align:center;
	padding:0px 0 30px;
	margin-top:-10px;
}
/*.service-info-heading:before {
	display: block;
    background:rgba(51,51,51,1);
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
}*/
.service-info-detail {
	position:relative;
	border:1px solid #e6e6e6;
	border-left:none;
	border-right:none;
}
.service-info-division {
	position:relative;
	padding:40px 20px;
	text-align:center;
	background:#fff;
}
.service-info-list-group {
	position:relative;
	display:inline-block;
}
.service-info-list {
	position:relative;
	display:inline-block;
	text-align:left;
	vertical-align:top;
}
.service-info-list .headTit {
	font-weight: 500;
	font-size: 20px;
	color: #333;
	padding-bottom:20px;
}
.service-info-list + .service-info-list {
  margin-left: 80px;
}

.service-info-listbox {
	display: table;
}
.service-info-item {
	display: table-row;
	font-size:18px;
}
.service-info-item .title {
	display: table-cell;
	line-height:160%;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	padding:4px 0;
	text-transform:uppercase;
}
.service-info-item .ment {
	display: table-cell;
	word-break:break-all;
	color: #333;
	line-height:160%;
	padding:5px 0 5px 30px;
}
.service-info-item p {
	color: #999;
	line-height:160%;
	font-size:14px;
	margin-top:5px;
}
.service-info-box {
	position:relative;
	padding: 60px 40px;
    text-align: center;
	background:rgba(255,255,255,1);
	border: 20px solid rgba(243,242,245,1);
	overflow: hidden;
}
.service-info-box .service-info-box-in {
	position: relative;
    display: inline-block;
	
	vertical-align:top;
}
.service-info-box .service-info-box-group {
	position: relative;
	display: table;
	text-align:left;
	vertical-align:top;
}
.service-info-box .service-head {
	display: table-cell;
	padding:0px 70px 0px 0;
	/*border-right: 1px solid #ddd;*/
}
.service-info-box .service-info {
	padding-left: 70px;
	display: table-cell;
}
.service-info-box .service-head h2 {
	color:rgba(190,130,100,1);
	font-size:20px;
}
.service-info-box .service-head h1 {
	font-weight: 600;
	font-size:30px;
}

.service-info-box .service-info ul {
	font-size:18px;
}
.service-info-box .service-info ul li {
	position: relative;
	font-weight: 400;
	padding-left: 20px;	
	margin-bottom: 10px;
}
.service-info-box .service-info ul li:last-child {
	margin-bottom: 0px;
}
.service-info-box .service-info ul li::before{
	content: ''; 
	display: block;
	width: 5px; 
	height: 5px; 
	background-color:rgba(190,130,100,1); 
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top:10px;
	left: 0;
}

.service-info-box .item {
	display: table;
}
.service-info-box .row {
	display: table-row;
}
.service-info-box .title {
	display:table-cell;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	
    padding: 0px 0 4px;
}
.service-info-box .ment {
	display:table-cell;
	word-break:break-all;
	color: #333;
    padding: 0px 0 4px 20px;
}
.service-info-box .service-btn {
	margin-top:10px;
}
@media screen and (max-width: 1280px) {
	.room-info-detail .service-info-area {
		padding:0 20px 40px;
	}
	.room-info-detail .service-info-item {
		display: table-row;
		font-size:16px;
	}

}
@media screen and (max-width: 1024px) {
	
	.service-info-list {
		display:block;
	}
	.service-info-list + .service-info-list {
	  margin:10px 0px 0 0;
	}
	.service-info-box .service-head {
		padding:0px 20px 0px 0;
	}
	.service-info-box .service-info {
		padding-left: 40px;
	}
	.service-info-box .service-head h1 {
		font-size:28px;
	}
	.service-info-box .service-head h2 {
		font-size:18px;
	}

}
@media screen and (max-width: 768px) {
	.service-info-division {
		padding:20px;
	}
	.service-info-list {
		display:block;
	}
	.service-info-list + .service-info-list {
	  margin:10px 0px 0 0;
	}
	.service-info-item {
		font-size:15px;
	}
	.service-info-heading {
		font-size:22px;
		padding:35px 0 20px
	}
	.service-info-heading-in {
		font-size:20px;
		padding:25px 0 20px
	}
	.service-info-heading:before {
		height: 25px;
	}
	
	.service-info-box {
		padding: 40px 20px;
	}
	
	.service-info-box .service-head h1 {
		font-size:22px;
	}
	.service-info-box .service-head h2 {
		font-size:16px;
	}
	.service-info-box .service-info ul {
		font-size:16px;
	}
}
@media screen and (max-width: 480px) {
	.service-info-mobile {
		display:block;
	}
	.service-info-box .service-head {
		display:block;
		padding:0px 0px 30px 0;
		text-align:center;
	}
	.service-info-box .service-info {
		display:block;
		padding: 0px;
	}
	.service-info-box .service-btn {
		text-align:center;
	}
}

@media screen and (max-width: 414px) {
	.service-info-heading {
		font-size:20px;
	}
	.service-info-area {
		padding:0 20px 40px;
	}
}



.wga-reserv-process {
	position:relative;
	display:block;
	padding:0px 0 0;
	vertical-align:top;
	margin: 0px 0 0px 0;
	font-size:0; 	
	z-index:2;
}

.wga-reserv-process li {
	position:relative;
	width:29.333333%; 
	margin: 0px 4% 3% 0;
	display:inline-block;
	vertical-align:top;
	color: rgba(80,50,20,1);
	background:rgba(195,170,140,.1);
	
	background:rgba(195,170,140,.1);
	background:rgba(243,242,245,1);
	border:1px solid rgba(195,170,140,.5);
	/*overflow:hidden;*/
	-webkit-border-radius: 20px 50% 50% 20px;
	   -moz-border-radius: 20px 50% 50% 20px;
		    border-radius: 20px 50% 50% 20px;
	border-top-right-radius: 25% 50%;
   	border-bottom-right-radius: 25% 50%;	
	-webkit-box-shadow: 10px 10px 30px rgba(0,0,0,.05);
	   -moz-box-shadow: 10px 10px 30px rgba(0,0,0,.05);
			box-shadow: 10px 10px 30px rgba(0,0,0,.05);
}



.wga-reserv-process.type1 li {width:96%;}
.wga-reserv-process.type2 li {width:46%;}
.wga-reserv-process.type3 li {width:29.3333333%;}
.wga-reserv-process.type4 li {width:21%;}
.wga-reserv-process.type5 li {width:16%;}

.wga-reserv-process li:nth-child(even) {
	background:rgba(195,170,140,0);
	background:rgba(255,255,255,1);
}
.wga-reserv-process li:nth-child(1) {
	margin-top:0%;
}
.wga-reserv-process li:nth-child(2) {
	margin-top:2%;
}
.wga-reserv-process li:nth-child(3) {
	margin-top:4%;
}
.wga-reserv-process li:nth-child(4) {
	margin-top:-2%;
	margin-left:4%;
	margin-right:0%;
}

.wga-reserv-process li:nth-child(5) {
	margin-top:0%;
	margin-left:4%;
	margin-right:0%
}
.wga-reserv-process li:nth-child(6) {
	margin-top:2%;
	margin-left:4%;
	margin-right:0%
}

.wga-reserv-process li:after {
	content: '';
	position: absolute;
	display:block;
	/*top:100%;
	left:50%;
	width: 1px;
	height: 41px;*/
	background:rgba(195,170,140,1);
	background:url("/imgs/sub/arrow.png") right 50% no-repeat;
	/*top:50%;*/
	top:0;
	right:-40px;
	width:40px;
	height:100%;
	
	/*display:none;*/
	
	/*화살표 border: 10px solid transparent;
	border-top-width:20px;
	border-top-color:rgba(195,170,140,1);
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -20px;*/	
}

.wga-reserv-process li:nth-child(3):after {
	display:none;
}
.wga-reserv-process li:before {
	content: '';
	position: absolute;
	display:block;
	background:rgba(195,170,140,1);
	background:url("/imgs/sub/arrow.png") 100% 50% no-repeat;
	top:0;
	left:-60px;
	width:40px;
	height:50%;
	display:none;
}
.wga-reserv-process li:last-child:after {
	display:none;
}
.wga-reserv-process li:first-child:before {
	display:none;
}
.wga-reserv-process li:nth-child(4):before {
	display:block;
}

.wga-reserv-process .box {
	position:relative;
	width:100%; 
	height:100%;
	padding:50px 30px 50px 80px;
	vertical-align:top;
	display:block;
	text-align:left;
	overflow:hidden;
	font-family:"Gothic A1",serif;
}

.wga-reserv-process .tb {
	position: relative;
	display:table;
	width:100%;
}
.wga-reserv-process .tb-cell {
	position: relative;
	display:table-cell;
	vertical-align:top;
	width:auto;
	
	white-space:nowrap;
}
.wga-reserv-process .tb-cell + .tb-cell {
	position:relative;
	text-align:right;
	width:40%;
	padding-left:20px;
}

.wga-reserv-process .icon {
	position:relative;
	
}
.wga-reserv-process .icon .img {
	position:relative;
	display:inline-block;
	width:100%;
	z-index:2;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	image-rendering: -webkit-optimize-contrast;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		    border-radius: 50%;
}
.wga-reserv-process .icon .img::after {
	content:'';
	display:block;
    padding-bottom: 100%;
	
}
.wga-reserv-process .icon img {
	position:absolute;
	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%);
	max-width:100%;
	max-height:100%;
	display:none;
}
.wga-reserv-process .number {
	position:absolute;
	font-size:80px;
	letter-spacing:-1px;
	font-family:"Bodoni Moda", serif;
	font-weight:400;
	font-style:italic;
	z-index:1;
	line-height:100%;
	color:rgba(195,170,140,1);
	top:10px;
	left:20px;
}
.wga-reserv-process li:nth-child(odd) .number {
	/*color:rgba(255,255,255,1);*/
}
.wga-reserv-process h1 {
	position:relative;
	padding:0px 0 0px;
	font-size:20px;
	font-weight:600;
	letter-spacing:-0.5px;
	font-family:"Noto Serif KR", serif;
	line-height:140%;
	z-index:2;
}
/*.wga-reserv-process h1::after { 
	content: ""; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	width: 40px; 
	height: 2px;
	background-color:rgba(85,30,10,.7);
}*/
.wga-reserv-process p {
	position:relative;
	font-size:15px;
	font-weight:400;
	letter-spacing:0px;
	line-height:160%;
	
}
.wga-reserv-process-img {
	position:relative;
	text-align:center;
}
.wga-reserv-process-img img {
	position:relative;
	
	max-width:100%;
}


@media screen and (max-width: 1400px) {
	.wga-reserv-process h1 {
		font-size:18px;
	}
	.wga-reserv-process .box {
		padding:50px 30px 50px 40px;
	}
	.wga-reserv-process .number {
		font-size:70px;
		top:-15px;
		left:10px;
	}
}
@media screen and (max-width: 1200px) {
	.wga-reserv-process li {
		width:44% !important; 
		margin-bottom:4%;
		/*-webkit-box-shadow:none;
		   -moz-box-shadow:none;
				box-shadow:none;*/
	}
	.wga-reserv-process li:nth-child(even) {
		margin-top:4% !important;
	}
	.wga-reserv-process li:nth-child(odd) {
		margin-top:0% !important;
	}
	.wga-reserv-process li:nth-child(3) {
		margin-top:0%;
		margin-left:4%;
		margin-right:0%
	}
	.wga-reserv-process li:nth-child(5) {
		margin-top:0%;
		margin-left:8%;
		margin-right:0%
	}
	.wga-reserv-process li:nth-child(3):after {
		display:block;
	}
	.wga-reserv-process li:nth-child(even):after {
		display:none;
	}
	.wga-reserv-process li:after {
		right:-35px;
		width:35px;
	}
	.wga-reserv-process li:before {
		left:-45px;
		width:35px;
	}
	.wga-reserv-process li:nth-child(3):before,
	.wga-reserv-process li:nth-child(5):before {
		display:block;
	}
	.wga-reserv-process li:nth-child(4):before {
		display:none;
	}
	.wga-reserv-process .box {
		padding:40px 30px 40px 80px;
	}
	.wga-reserv-process .number {
		top:10px;
		left:20px;
	}

}
@media screen and (max-width: 768px) {
	
	.wga-reserv-process li {
		width:72% !important;
		
		margin-right:0px !important;
		margin-bottom:40px !important;	
		border-width:1px;
		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
				box-shadow:none;
	}
	.wga-reserv-process li:nth-child(even) {
		margin-top:0% !important;
		margin-left:28% !important;
	}
	.wga-reserv-process li:after {
		top:100%;
		left:50%;
		right:auto;
		width: 1px;
		height: 41px;
		background:rgba(195,170,140,1);
		display:block !important;
	}
	.wga-reserv-process li:nth-child(even):after {
		left:20%;
	}
	.wga-reserv-process li:last-child:after {
		display:none !important;
	}
	.wga-reserv-process li:before {
		display:none !important;		
	}
}
@media screen and (max-width: 480px) {
	
	.wga-reserv-process li {
		width:100% !important;
		margin-left:0px !important;
		margin-right:0px !important;
		margin-top:0% !important;
		margin-bottom:30px !important;
		-webkit-border-radius: 10px ;
		   -moz-border-radius: 10px ;
			    border-radius: 10px ;
		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
				box-shadow:none;
	}
	.wga-reserv-process li:nth-child(even) {
		margin-top:0% !important;
		margin-left:0% !important;
	}
	.wga-reserv-process li:nth-child(even):after {
		left:50%;
	}
	.wga-reserv-process li:after {
		height:31px;
	}
	.wga-reserv-process .box { 
		padding:20px 20px 20px;
	}
	.wga-reserv-process p {
		font-size:14px;		
	}
	.wga-reserv-process .number {
		font-size:40px;
		top:auto;
		left:auto;
		right:20px;
		bottom:10px;
		display:none;
	}
}

.companyArea {
	position:relative;
	margin: 0px -0.5% 0px;
	font-size:0;
}
.companyBox {
	display:inline-block;
	width: 32.3333%; 
	width: 49%; 
	margin: 0px 0.5% 0px;
	background:#fff;
	vertical-align:top;
	position:relative;
	overflow:hidden;
	background:rgba(105,90,80,1);
	
}
.type3 .companyBox {
	width: 32.3333%; 
}
.companyBox .txtArea {display:block;padding: 25px 15px 20px;vertical-align:top;text-align:center;}
.companyBox .imgArea {display:block;padding: 0px;vertical-align:top;position:relative;}
.companyBox .imgArea a {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
	
}

.companyBox .imgArea a img {
	position:relative;
	overflow: hidden;
	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:101%;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;
}
.companyBox .imgArea a:hover img{
	transform:scale(1.05,1.05) translate(-48%, -2%);;  
	-ms-transform:scale(1.05,1.05) translate(-48%, -2%);
	-moz-transform: scale(1.05,1.05) translate(-48%, -2%) rotate(0.02deg);
}

.companyBox .itemTitle {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.companyBox h3 {
	font-size:22px; 
	font-weight:400;
	line-height:1.4;
	display:block;
	color:rgba(255,255,255,1);
}
.companyBox .txtArea p {
	line-height:140%;
	color:rgba(255,255,255,.6);
	font-size:14px;
	margin:15px 0px 0;
}
.companyBox .txtArea .tel {
	color:rgba(255,255,255,1);
	font-size:16px;
	margin:5px 0px 0;
}

.companyBox .contactBox {
	margin:20px auto 10px;
	letter-spacing:0px;
	color:rgba(255,255,255,1);
	background:rgba(35,26,20,1);
	font-family:"Gothic A1",serif;
	display:inline-block;
	width:220px;
	width:auto;
	font-size:16px;
	line-height:40px;
	padding:0px 20px; 
	text-align:center;
	position:relative;
	-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px 
}
.companyBox .contactBox:after { 
	/*position: absolute; top: 4px; left: 15px; display: block; font-size: 18px; font-family: 'themify'; content: "\e62d"; font-weight: normal; */
}
.companyBox .contactBox.noneLink:after { 
	display:none;
}

.companyBox .contactBox:hover {
	color:rgba(35,26,20,1);
	background:rgba(255,255,255,1);
}
.companyBox .contactBox.noneLink:hover {
	color:rgba(255,255,255,1);
	background:rgba(35,26,20,1);
}

@media screen and (max-width: 1024px) {
	.companyBox h3 {
		font-size:18px; 
	}
	.companyBox .contactBox {
		font-size:14px;
	}
}
@media screen and (max-width: 640px) {
	.companyArea {
		margin: 0px 0 0px;
	}
	.companyBox,
	.type3 .companyBox {
		display:table;
		width: 100%;
		margin: 0px 0 20px;
	}
	.companyBox .imgArea {display:table-cell;width:240px;}
	.companyBox .txtArea {display:table-cell;padding:10px 20px 10px;;vertical-align:middle;text-align:left !important;}
	.companyBox .contactBox {
		margin:20px 0 0px;
		width:auto;
		font-size:15px;
		line-height:36px;
		left:-20px;
		padding:0 20px 0 20px;
		color:rgba(35,26,20,1);
		font-weight:400;
		background:rgba(255,255,255,1);
		-webkit-border-radius: 0 40px 40px 0; 
			-moz-border-radius: 0 40px 40px 0;
				border-radius: 0 40px 40px 0;
	}
}
@media screen and (max-width: 480px) {
	.companyBox {
		margin: 0px 0 10px;
	}
	.companyBox .imgArea {width:180px;}
	.companyBox .txtArea {padding:20px 0 20px 20px;}
	.companyBox .imgArea a {
		width:180px;
		height:180px;
	}
	.companyBox .imgArea a img {
		width:auto;height:100%;
	}
	.companyBox .contactBox {
		margin:15px auto 0px;
	}
	.companyBox h3 {
		font-size:16px; 
	}
}
@media screen and (max-width: 414px) {
	.companyBox .imgArea {width:120px;}
	.companyBox .imgArea a {
		width:120px;
		height:160px;
	}
	.companyBox .contactBox {
		font-size:12px;
		line-height:30px;
		left:-15px;
	}
	
	.companyBox .txtArea p {
		font-size:12px;
	}
	.companyBox .txtArea .tel {
		font-size:14px;
	}
	.companyBox .txtArea {padding:10px 0px 10px 15px;}
}
@media screen and (max-width: 360px) {
	.companyBox .imgArea {width:100px;}
	.companyBox .imgArea a {
		width:100px;
	}
}
@media screen and (max-width: 320px) {
	.companyBox .imgArea {display:block;width:100%;}
	.companyBox .txtArea {display:block;width:100%;padding:20px 20px 20px;;vertical-align:middle;text-align:center !important;}
	.companyBox .contactBox {
		left:auto;
		padding:0 20px 0 20px;
		-webkit-border-radius: 40px 
			-moz-border-radius: 40px;
				border-radius: 40px;
	}
	.companyBox .imgArea a {
		width: 100%;
		height:auto;
		height:160px;
	}
	.companyBox .imgArea a img {
		width: 100%;height:auto;
	}
}