@charset "utf-8";



.one{
	position:relative;
	width:100%;
	height:100%;
	padding:210px 0 0 0;

}
@media only screen and (max-width: 1024px) {
	.one{
		padding:0;
	}
}
.item{	
	width:100%;
	height:100%;
	min-height:400px;	
}
.content-slider{
	
	width:100%;
	height:100%;
	margin:0em;
	overflow-x:hidden;
	
	
}
@media only screen and (max-width: 1023px) {
	.item{
		height:100%;
	}
}
.content-slider li{
	
	text-align:center;
	width:100%;
	height:100%;

	overflow:hidden;
}
@media only screen and (max-width: 778px) {
	.content-slider li{
		min-height:100%;
	}
}
.item .lSSlideOuter .lSPager.lSpg {
	text-align:right;
	bottom:-15px;
	
}
@media only screen and (max-width: 1024px) {
	.item .lSSlideOuter .lSPager.lSpg {
	bottom:15px;
	
}
}
.item  .lSSlideOuter .lSPager.lSpg > li a{
	 display:inline-block;
	 display: -moz-inline-stack;/*safari용 inline-block*/
	 cursor: pointer;
	 width:0.68em;	
	 height:0.20em;
	 background:#333;  
	 margin-right:0px;  
	 margin-top:0px; 
	 margin-left:0px;
	 overflow:hidden; 
	 text-indent:-3000em;      *display:inline;   *zoom:1;  
}
.ismobile .item  .lSSlideOuter .lSPager.lSpg > li a{
	background:#999;
}
.item  .lSSlideOuter .lSPager.lSpg > li:hover a, .item  .lSSlideOuter .lSPager.lSpg > li.active a {
	 background:#903;
}
.ismobile .item  .lSSlideOuter .lSPager.lSpg > li:hover a, .ismobile .item  .lSSlideOuter .lSPager.lSpg > li.active a {
	 background:#FFF;
}
.sticky-menu-activate .item .lSSlideOuter .lSPager.lSpg{
	display:none !important;
}
.item-content{
	width:100%;
	height:100%;
	background:#993;
}



.item  a.isPrev, .item  a.isNext{
	position:absolute;
	top:50%;
	margin-top:-40px;
	display:inline-block;
	width: 25px;
    height: 80px;
	background:#FFF;
    cursor: pointer;
	color:#000;
	line-height:82px;    
	z-index:99;
	
	transition: width 1s;
    -webkit-transition: width 1s; /* Safari 3.1 to 6.0 */
	-moz-transition: width 1s;
	-o-transition: width 1s;
	-ms-transition: width 1s;;
	
}
.item  a.isPrev{
	left:20px;
	opacity: 0.5;
	padding-left:8px;
	text-align:left;

	
	
}
.item  a.isNext{
	right:20px;
	opacity: 0.5;
	padding-right:8px;
	text-align:right;
       direction: rtl;
	
	
}
.item  a.isPrev i, .item  a.isNext i{
	
	color:#000;

	font-size:1.88em;
	font-weight:600;
}


.item  a.isPrev:hover, .item  a.isNext:hover{
	
	width:105px;
	
}
.item  a.isPrev:hover{
	background-position:25px 0;
}
.item  a.isNext:hover{
	background-position:right 25px top;
}

.item.it-1  a.isPrev:hover{
	background-image:url(../img/s-thumb03.jpg);
	background-repeat:no-repeat;
	background-size:80px 80px;
      opacity: 1;
	
	
}
.item.it-1  a.isNext:hover{
	background-image:url(../img/s-thumb02-2.jpg);
	background-repeat:no-repeat;
	background-size:80px 80px;
	opacity: 1;
	
	
	
}
.item.it-2  a.isPrev:hover{
	background-image:url(../img/s-thumb01.jpg);
	background-repeat:no-repeat;
	background-size:80px 80px;
	opacity: 1;
	
}
.item.it-2  a.isNext:hover{
	background-image:url(../img/s-thumb03.jpg);
	background-repeat:no-repeat;
	background-size:80px 80px;
	opacity: 1;
	
	
}
.item.it-3  a.isPrev:hover{
	background-image:url(../img/s-thumb02-2.jpg);
	background-repeat:no-repeat;
	background-size:80px 80px;
	opacity: 1;
	
}
.item.it-3  a.isNext:hover{
	background-image:url(../img/s-thumb01.jpg);
	background-repeat:no-repeat;
	background-size:80px 80px;
	opacity: 1;
	
}
/*
.item  a.isPrev:hover,.item  a.isNext:hover{
	opacity: 1;
	-webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
*/
@media only screen and (min-width: 769px) {
	.item .lSAction > .lSPrev, .item .lSAction > .lSNext{
		display:none;
	}
}

@media only screen and (max-width: 768px) {
	/*
	.item .lSAction > .lSPrev, .item .lSAction > .lSNext{
		display:none;
	}
	*/
	.item  a.isPrev, .item  a.isNext{
		display:none;
	}
}


.hidden{
	visibility:hidden;
}
.slider-overlay{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	/*
	background:url(../img/blackbold.png);
	*/
	background:rgba(255,255,255,0.3);
	backface-visibility:hidden;
	z-index:1;
}

.caption-wrap{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	display:table;
	width:100%;
	height:100%;
	/* for dissapearing in Android */
	-webkit-backface-visibility: hidden;
	
}
.caption-child{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.hasIframe .slider-overlay, .hasIframe .caption-wrap{
	display:none;
}
		
.centered {
 position: relative;
  display: inline-block;
 
 padding-left:20%;
  width:100%;
  color:#FFF;
}


.title-devider{
	width:100%;
	position:relative;
	padding:0.5em 0;
	text-align:center;
}
.td-square{
	width:1em;
	height:1em;
	margin:0 auto;
	text-align:center;
}
.td-square i{
	font-size:0.8em;
	color:#CCC;
}
.centered .td-square:after,
.centered .td-square:before {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
 
  background: #fff;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.centered .td-square:after {
  position: relative;
  left: 0px;
}
.active .centered .td-square{
	font-size:1.0em;
	opacity:1;
}
.active .centered .td-square:after, .active .centered .td-square:before{
	width:5em;
}
@media only screen and (max-width: 778px) {
	.s-one .left-upper{
		position:absolute;
		background:rgba(0,0,0,.4);
		z-index:3;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}
	.centered{
		padding-left:10%;
	}
	.active .centered .td-square:after, .active .centered .td-square:before{
	width:3em;
}
}
.cover_title small.small-divider{
	display:inline-block;
	position:relative;
	font-size:0.6em;
	color:#e5e5e5;
	margin: 0.2em 0 1.5em;
}

.cover_title small.small-divider:after{
	content: "";
	position: absolute;
	width:0;
	height: 1px;
	background:#c5c5c5;
	top: 50%;
	-webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.ken-burn03{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	visibility:hidden;
	z-index:0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.s3 .ken-burn03{
	visibility:visible;
	-webkit-transition: all 8s;
	-moz-transition: all 8s;
	-o-transition: all 8s;
	transition: all 8s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* for dissapearing in Android */
	-webkit-backface-visibility: hidden;
	background-position:left center !important;
}
.hidden{
	visibility:hidden;
}
.s-two .cover_title small.small-divider, .s-three .cover_title small.small-divider{
	color:#333;
}
.s-two .cover_title small.small-divider:after, .s-three .cover_title small.small-divider:after{
	background:#333;
}
.cover_title small.small-divider:before{
	right: 100%;
	margin-right: 10px;
}
.cover_title small.small-divider:after{
	left: 100%;
	margin-left: 10px;
}

.active .cover_title small.small-divider:before, .active .cover_title small.small-divider:after{
	width:18em;
}
@media only screen and (max-width: 778px) {
	.active .cover_title small.small-divider:before, .active .cover_title small.small-divider:after{
		width:10em;
	}
}
.cover_title h1{
	font-family:"Open Sans Condensed", sans-serif;
	font-size:3.28em;
	letter-spacing:2px;
	
}
.s-two .cover_title h1, .s-three .cover_title h1{
	color:#333;
}
.cover_title h5{
	font-family:'Montserrat',sans-serif, arial,'MalgunGothic';
	color:#e5e5e5;
	font-size:1.08em !important;
	letter-spacing:3px;
}
.cover_title small{
	font-size:0.95em;
	color:#ffffff;
	letter-spacing:2px;
}
.cover_title .title-txt{
	width:16em;
	margin:0 auto;
	text-align:left;
}
.cover_title  p{
	color:#e5e5e5;
	font-size:0.94em;
	font-weight:500;
	letter-spacing:2px;	
	margin:0.5em 0 1.5em;
}
.s-two .cover_title  p, .s-three .cover_title  p{
	color:#000;
}
.cover_title span{
	
	display:inline-block;
	/*
	padding:0.2em 0.8em;
	border:#ffffff 1px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:1em 0 0.5em;
	*/
}
.cover_title span:hover{
	background:#FFF;
}
.cover_title span a{
	color:#ffffff;
}
.cover_title span a:hover{
	color:#903;
}
.cover_title .cover_title-primary{
	font-size:1.0em;
	opacity:1;
}
.cover_title .cover_title-primary h1{
	font-size:4.24em !important;
	font-weight:bold;
}
.centered span.en-txt{
	margin-left:0.5em;
	padding:0 0.5em ;
	border-left:#CC6 solid 5px;
	font-size:2.21em;
	font-weight:bold;
	color:#FF0;
	line-height:1.0;
	
	}

.ca-height{
	width:100%;
	-webkit-height:calc(((100% - 120px)/2));
	height:calc(((100% - 120px)/2));
	background:rgba(255,255,255,0.4);
}
.cover_title{
	width:100%;
	height:120px;
	text-align:center;
	margin:0 auto;
}


.s-one a.sl-link, .s-two a.sl-link, .s-three a.sl-link{
	display:inline-block;
	padding:0.4em 1.0em;
	
	
}
.s-one a.sl-link{
	border:#c5c5c5 1px solid;
	color:#c5c5c5;
}
.s-two a.sl-link, .s-three a.sl-link{
	border:#3e3e3e 1px solid;
	color:#3e3e3e;
	
}
.s-one a.sl-link:hover{
	border:#FC6 1px solid;
	color:#FC6;
}
.s-two a.sl-link:hover, .s-three a.sl-link:hover{
	border:#903 1px solid;
	color:#903;
}

.s-two{
		background-position:center center;
	}
@media (max-width: 768px) {
	.s-one{
		background-position:65% top;
	}
	.s-two{
		background-position:68% top;
	}
}
.arrow-text{
	position:absolute;
	text-align:center;
	width:250px;
	bottom:38px;
	left:50%;
	margin-left:-125px;
	color:#ccc;
	
	font-family: 'Montserrat', sans-serif;
	
	z-index:10;

}
.arrow-text small{
   font-size:0.72em;
   letter-spacing:1px;
}
.arrow-text b{
	font-size:0.82em;
	letter-spacing:2px;
}
@media only screen and (max-width: 1024px) {
 .arrow-text{
	color:#FFF;
}
}
.scroll-down-button,
.filling {
  display: block;
  width: 30px;
  height: 20px;
  background-image:url(../img/scrolldown02.png);
  background-repeat:no-repeat;
  z-index:10;
  /*
  border-radius: 9px;
  border: 2px solid #fff;
  */
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -15px;
  background-position: center center;
  -webkit-transition-property: border;
  transition-property: border;
}
@media only screen and (max-width: 1024px) {
.scroll-down-button,
.filling {
	background-image:url(../img/scrolldown02.png);
}
}
.scroll-down-button:hover{
	background-image:url(../img/scrolldown_red.png);
}
.scroll-down-button span,
.filling span {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 3px;
  height: 8px;
  background: #fff;
  border-radius: 3px;
  -webkit-animation: scrollDown 2.5s ease-in-out infinite;
  -o-animation: scrollDown 2.5s ease-in-out infinite;
  animation: scrollDown 2.5s ease-in-out infinite;
}
.scroll-down-button.black,
.filling.black {
  border-color: #3a3a3a;
}
.scroll-down-button.black span,
.filling.black span {
  background: #3a3a3a;
}
@media (max-width:768px){
.item .lSSlideOuter .lSPager.lSpg {
	display:none;
}
.content-slider li{
	font-size:0.9em;
}
}

#sns-echo a{
	display:inline-block;
	margin:0.2em 0.4em;
	width:25px;
	height:25px;	
	
}
#sns-echo a.short-cut{
	width:111px;
}
@media (max-width: 768px) {
	#sns-echo  a{
		margin:0.2em 0.5em;
	}
}
#sns-echo  a.tweeter-i{
	background-image:url(../img/main-tw.png) ;
	background-repeat:no-repeat;
	background-size:25px 25px;
}
#sns-echo  a.tweeter-i:hover{
	background-image:url(../img/main-twOn.png) ;
}
#sns-echo  a.facebook-i{
	background-image:url(../img/main-fb.png) ;
	background-repeat:no-repeat;
	background-size:25px 25px;
}
#sns-echo  a.facebook-i:hover{
	background-image:url(../img/main-fbOn.png) ;
}
#sns-echo  a.google-i{
	background-image:url(../img/main-goo.png) ;
	background-repeat:no-repeat;
	background-size:25px 25px;
}
#sns-echo  a.google-i:hover{
	background-image:url(../img/main-gooOn.png) ;
}
#sns-echo  a.kakao-i{
	background-image:url(../img/main-kakao.png) ;
	background-repeat:no-repeat;
	background-size:25px 25px;
}
#sns-echo a.kakao-i:hover{
	background-image:url(../img/main-kakaoOn.png) ;
}
#sns-echo  p{
	color:#000;
	font-weight:700;
}
#sns-echo  a.short-cut{
	background-image:url(../img/shortcut.png) ;
	background-repeat:no-repeat;
	background-size:111px 25px;
}
@media (max-width: 800px) {
	#sns-echo  .mob-hidden{
		display:none;
	}
}
/*GLOBAL SECTION*/
.icon-ko, .icon-us, .icon-cn, .icon-th, .icon-vn, .icon-ph{
	display:inline-block;
	padding-left:16px !important;
	background-size:13px 13px;
	background-repeat:no-repeat;
	background-position:left top;
	font-size:0.82em !important;
	font-weight:600;
	

}
.icon-ko{
	background-image:url(../img/flag-ko.png);
}
.icon-us{
	background-image:url(../img/flag-us.png);
}
.icon-cn{
	background-image:url(../img/flag-cn.png);
}
.icon-th{
	background-image:url(../img/flag-th.png);
}
.icon-vn{
	background-image:url(../img/flag-vn.png);
}
.icon-ph{
	background-image:url(../img/flag-ph.png);
}
.indexContainer{
	position:relative;
	width:75%;
	margin:0 auto;
	padding:1em 36px ;
	text-align:center;
}
.indexContainer h1{
	font-family:"Playfair Display","Open Sans Condensed", serif;
	color:#222222;
	font-size:2.88em;
	margin:0;
	padding:0;
	line-height:1.0;
	
}
.indexContainer .main-title, .lay-title .main-title{
	line-height:1.2;
	
}
.indexContainer b{
	font-family:"Open Sans Condensed", serif;
	color:#222222;
	font-size:2.68em;
	text-transform:uppercase;
}
@media (max-width: 1024px) {
	.indexContainer{
		width:90%;
	padding:3em 1em;
}
}
@media (max-width: 768px) {
	.indexContainer{
		width:100%;
	padding:1em 0;
}

}
/*
.light .indexContainer .long-letter:after,
.light .indexContainer .long-letter:before {
  content: '';
  width: 45px;
  height: 1px;
  display:inline-block ;
  vertical-align:super;
  background:#999;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.dark .indexContainer .long-letter:after,
.dark .indexContainer .long-letter:before {
  content: '';
  width: 45px;
  height: 1px;
  display:inline-block ;
  vertical-align:super;
  background:#CCC;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.lay-title .long-letter:after, .lay-title .long-letter:before {
	 content: '';
  width: 45px;
  height: 1px;
  display:inline-block ;
  vertical-align:super;
  background:#CCC;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.light .indexContainer .long-letter:before, .dark .indexContainer .long-letter:before{
position: relative;
  right: 10px;	

}
.light .indexContainer .long-letter:after, .dark .indexContainer .long-letter:after{
position: relative;
  left: 10px;
}
*/
.indexContainer .title-bottom img{
	width:7em;
	height:auto;
}
.indexContainer .long-letter{
	font-family:"Poppins", serif;
	font-size:0.80em;
	color:#666;
	letter-spacing:1px;
	text-transform:uppercase;
}
.inner-container{
	padding:3em 0 1em;
}
.inners{
	padding:1em;
}
.more-read{
	display:inline-block;
	color:#FFF !important;
	background:#9BA78A;
	margin:2em 0;
	padding:0.3em 1em;
	
}
.more-read:hover{
	background:#6f7763;
}
/* ---------------------------------------- section two    --------------------------------- */
.two{
	padding-top:5em;
	padding-bottom:1em;
	}
a.lay-href{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	background:none;
}
.pd-wrap{
	border:#CCC 2px solid;
	padding:3px;
	
}
.pd-inner{
	border:#CCC 1px solid;
	
}
.pd-cell{
	overflow:hidden;
}
.idx-brand:hover .pd-cell h3{
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pd-cell img {
	width:100%;
	height:auto;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.idx-brand:hover .pd-wrap{
	border:#d7ab35 2px solid;
}
.idx-brand:hover .pd-inner{
	border:#d7ab35 1px solid;
}
.idx-brand:hover .pd-cell{
	overflow:hidden;
}
.idx-brand:hover .pd-cell h3{
	color:#6623b1;
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.idx-brand:hover .pd-cell img {
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hv-border{
	border:#ccc 2px solid;
	overflow:hidden;
}
.hv-border a{
	border:#ccc 1px solid;
	overflow:hidden;
}
.hv-border:hover, .hv-border a:hover{
	border-color:#d5be61;
}
.hv-border a img{
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hv-border a:hover img{
	
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* ---------------------------------------- section para    --------------------------------- */
.section-para{
	
	color:#ffffff;
}
.section-para .indexContainer{
	width:100%;
	padding-top:5em;
	padding-bottom:5em;
	
}
.section-para .indexContainer h1{
	color:#FFF;
}
.section-para .indexContainer span.title-bottom img{
	margin-bottom:1.5em;
}
.section-para .indexContainer p{
	padding:0.5em 1.5em 0;
}
.section-para .indexContainer p.thin-white{
	color:#c5c5c5;
}
.section-para .indexContainer a.read-more{
	display:inline-block;
	padding:0.4em 1.2em;
	background:#bea30f;
	color:#FFF;
	margin-top:3.5em;
	font-size:0.84em;
}
.section-para .indexContainer a.read-more:hover{
	background:#95852a;
}
/* ---------------------------------------- section three    --------------------------------- */

.playing .vid-cover{
	display:none !important;
}
.vid-cover{
	position:absolute;
	background-image:url(../img/vide-bg03.jpg);
	width:100%;
	height:100%;
	/* for safari */
	top:0;
	left:0;
	bottom:0;
	right:0;
	
	backface-visibility:hidden;
	z-index:1;
	
}
.cover-outer{
	width:100%;
	height:100%;
	display:table;
}
.cover-coverInner{
	display:table-cell;
	vertical-align:middle;
	background:rgba(0,0,0,.3);
	color:#FFF;
}
.cover-coverInner p{
	font-size:1.14em;
}
.cover-coverInner a{
	display:inline-block;
	width:4em;
	height:4em;
	margin-top:1em;
	background-image:url(../img/wplay_overOFF.png);
	background-size:4em 4em;
	background-repeat:no-repeat;
}
.cover-coverInner a:hover{
	background-image:url(../img/wplay_overON.png);
}
@media (max-width: 768px) {
.side-wrap{
	padding-top:2em !important;
}
}
.side-board  h4{
	font-size:1.88em !important;
	font-family:'Open Sans Condensed',"Montserrat", san-serif;
	font-weight:500;
	color:#333;
	margin:0 0.3em 0 0;
}
.side-board  h4:before{
	content:'';
	display:inline-block;
	width:0.26em;
	height:0.26em;
	background:#993366;
	vertical-align:top;
	margin-right:0.2em;
}
.side-board span{
	color:#999;
	display:inline-block;
	margin:0.4em 0;
}
.side-board span i{
	margin-right:0.5em;
}
.side-board p{
	color:#333;
}
.side-board a.more{
	margin-top:0.5em;
	margin-left:1em;
	display:inline-block;
	padding:0.2em 0.5em;
	background:#adadad;
	color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.side-board a.more:hover{
	color:#990033;
}
.side-board:nth-child(2){
	margin-top:1.5em;
}


/* ---------------------------------------- section para 2   --------------------------------- */
.section-para.para2{
	margin-bottom:3em;
}
.section-para .indexContainer{
	text-align:center;
}
.section-para .indexContainer a.net{
	display:inline-block;
	margin:0 1em;
}
.section-para .indexContainer a.net img{
	width:10em;
	height:auto;
}
/* -----------------------           section four        --------------------------------- */


.grey-container{
	padding:0 1.5em;
}
@media (max-width: 768px) {
	.grey-container{
	padding:0;
}
}

.grey-box{
	/*
	background:#e5e5e5;
	*/
	padding:0 0 1em 0 ;
	margin-bottom:1.5em;
}
.grey-box .box-title{
	padding:1.5em 1em 0.7em;
	text-align:left;
}
.grey-box .box-title h4, .box-title span{
	display:inline-block;
}
.grey-box .box-title h4{
	font-size:1.88em !important;
	font-family:"Open Sans Condensed","Montserrat", san-serif;
	font-weight:500;
	margin-right:0.3em;
}
.box-title span{
	margin-left:0.3em;
	padding-left:0.5em;
	border-left:#a60505 1px solid;
	line-height:1;
}
/* img responsive */
.grey-box .box-img{
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.26%;
	
	overflow:hidden;
}
.grey-box .box-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grey-box  .video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
	
}
.grey-box  .youtube iframe{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
	
}
.grey-box .box-content{
	padding:1em;
	text-align:left;
	
}
@media (max-width: 768px) {
	.grey-box .box-content{
	padding:1em 2em;
	
}
}
.grey-box .box-content b{
	font-size:1.0em;
	font-family:'Droid Sans', Arial, Helvetica, Sans-serif,"MalgunGothic","NanumGothic", "Gullim" ;
	line-height:2.5;
}
.grey-box .box-content b.bold-title{
	color:#990033;
	margin-right:1.0em;
}
.grey-box .box-content p.author{
	margin-right:1em;
	font-size:0.98em;
	color:#999;
}
.grey-box .box-content p.author i{
	margin-right:0.5em;
}
.grey-box .box-content p.honbun{
	padding:0 ;
}
.grey-box .box-content .btn-more{
	padding-top:0.5em;
	text-align:right;
}
.grey-box .box-content .btn-more a{
	
	font-size:0.84em !important;
	display:inline-block;
	border:#666 1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:0.2em 0.4em;
	margin-right:1em;	

}

.three{
	padding:5em 0;
	width:100%;	
	color:#FFF ;
	
}
.small-titleBox{
	
	padding:0.2em 0 1em;
	/*
	border-top:#666 1px solid;
	text-align:right;
	*/
	
}
.small-titleBox span{
	display:inline-block;
	margin-right:0.3em;
}
.small-titleBox span.left-border{
	
	padding-left:0.6em;
}
.small-titleBox h4{
	font-family:"Montserrat", san-serif;
	font-weight:400;
	text-transform:uppercase;
	margin-right:0.3em;
}
/*  board  */

.bo-sjt{
	padding:1.5em 0 0;
}

.lat-board ul{
	margin:0;
	padding:0.3em 0;
	list-style:none;
}
.lat-board ul:after{
	content:" ";
	display:block;
	clear:both;
}
.lat-board ul li{
	float:left;
	padding:0 0.5em;
	
}
.lat-board ul li.squair{
	width:5.5em;
	height:5.5em;
	padding-top:0;
	background:#6f7763;
	text-align:center;
	overflow:hidden;
}
.lat-board ul li.squair-img {
	width:5.5em;
	height:5.5em;
	padding:0;
	background:#333;
	line-height:5.5em;
	text-align:center;
	overflow:hidden;
}
.lat-board ul li.board-title{
    text-align:left;
	padding-left: 6.5em;
    margin-left: -5.5em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.lat-board ul li.squair p{
	color:#FFF;
	line-height:1.0;
	margin:0.2em;
}
.lat-board ul li.squair h1{
	color:#FFF;
	margin-bottom:0;
	margin-top:0.3em;

}
.lat-board ul li.squair-img img{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	vertical-align:middle;
}
.lat-board a.lat-more{
	display:inline-block;
	padding:1.0em 0.5em 0 ;
	color:#6f7763;
	font-weight:600;
}
.lat-board a.lat-more:hover{
	color:#903;
}
.lat-board a.lat-more i{
	margin-right:0.3em;
}
/*  ---//board---  */

.four{
	
	
}
.q-link{
	background:#CCC;
}
.q-outer{
	margin:0.5em;
	display:table;
	border:#999 1px solid;
	width:100%;
	height:6em;
}
.five{
	color:#b7c5a4;
}
.para-container{ 
   position:relative;
   padding:0;
   margin:0;
   overflow-x:hidden;
}
.lay-title{
	position:absolute;
	width:100%;
	left:0; 
	top:30px;
	text-align:center;
	color:#FFF;
	-webkit-backface-visibility:hidden;
	z-index:2;
}
 .lay-title h1{
	font-family:"Open Sans Condensed";
	color:#ffffff;
	font-size:2.58em;
	margin:0;
	padding:0;
	line-height:1.0;
	text-transform:uppercase;
}
.lay-title .main-title:before{
position: relative;
  right: 10px;	

}
.lay-title .main-title:after{
position: relative;
  left: 10px;
}
.para-container.no-margin .col-md-6:first-child {
    padding-right: 0;
}
.para-container.no-margin .col-md-6:last-child {
    padding-left: 0;
}

.central{
	display:table;
	width:100%;
	height:100%;
}
.central-child{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.central-center{
	display:inline-block;
	 text-align:center;
  width: 100%;
  padding:0 1.5em;
}

/*-------------------------------------------------------------------------*/
/* page section
/*-------------------------------------------------------------------------*/
.item-head .dark-gold{
	color:#B39700;
	font-size:0.92em;
	
}
.page-heading{
	display:none;
}
.page .page-heading{
	display:block;
}
.page-heading p {
	margin-top:30px !important;
	letter-spacing:8px;
	font-weight:500;
}
.page-heading .title-block{
	margin-bottom:0.5em;
}
.page-heading .title-block span{
	display:inline-block;
	line-height:1;
	vertical-align:middle;
}
.page-heading .title-block span img{
	width:15px;
	height:auto;
	margin:0;
	vertical-align:middle;
}
.page-heading .title-block span h4{
	margin:0em 0.5em !important;
	line-height:1;
	font-size:1.54em;
	letter-spacing:5px;
	text-transform:uppercase;
}
.page-heading .title-block:before, .page-heading .title-block:after {
	content:"";
	width:7em;
	height:1px;
	background:#666;
	display:inline-block;
	vertical-align:middle;

}
@media only screen and (max-width:767px) {
	.page-heading .title-block:before, .page-heading .title-block:after {
		width:2em;
	}
}
.page-heading .title-block:before{
	position:relative;
	right:10px;
}
.page-heading .title-block:after{
	position:relative;
	left:10px;
}
.detail h3{
	font-size:22px;
}
.detail h4{
	font-size:16px;
}
.detail .tab-inner h5.detail-title{
	font-size:1.18em !important;
	padding:0.6em 2em !important;
}
.z-headline em{
	font-size:1.12em !important;
}
#bo_v_title {
	font-size:1.12em !important;
}
.pro-container{
	position:relative;
	width:100%;
}
.pro-container:after{
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
}
.pro-container h4{
	margin-bottom:0.2em;
}
#pro-slider{
	width:100%;
	position:relative;
}
#pro-slider li{
	width:100%;
	
	
}

#pro-slider li .gall_text_href a{
	display:inline-block;
	padding:0.3em;
	height:45px;
	-webkit-border-radius:0 0 5px 5px ;
	-moz-border-radius:0 0 5px 5px ;
	-o-border-radius:0 0 5px 5px ;
	-ms-border-radius:0 0 5px 5px ;
	border-radius:0 0 5px 5px ;
}
.yb #pro-slider li .gall_text_href a:hover{
	background:#F30;
	color:#FFF !important;
	
}
.vita #pro-slider li .gall_text_href a:hover{
	background:#036;
	color:#FFF !important;
	
}
.the #pro-slider li .gall_text_href a:hover{
	background:#030;
	color:#FFF !important;
	
}
.pro-container .sl-nav h4, .pro-container .sl-nav a{
	display:inline-block;
	vertical-align:middle;
}
.pro-container .sl-nav a{
	width: 28px;
    height: 28px;
    background-image: url('../img/controls05_small.png');
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
	margin:0 ;
	
}
.pro-container .sl-nav a.isPrev{
	background-position:0 0;
}
.pro-container .sl-nav a.isNext{
	background-position:-28px 0;
}
.pro-container .sl-nav a:hover{
	opacity: 1;
}
.pro-container h4{
	font-family: "Slabo 27px", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.pro-container  #current{
	font-size:1.14em;
}
.pro-container  #current, #pro-slider li.active .gall_text_href a{
	color:#060;
}
.heading .center-it{
	
	/* for android 4.0 below */
	-webkit-backface-visibility: hidden;
}
.sub-logo img{
	width:15em;
}
.board-head{
	margin:3em 0 4em;
}
.iboard-head h1{
	margin-bottom:2em;
	text-transform:uppercase;
}
.board-head span{
	display:inline-block;
}
.board-head span img{
	width:2.0em;
	vertical-align:text-bottom;
}
/*------------------bottom cection----------------*/
.bottom{
	padding:1.5em 0;
	position:relative;
	background:#6f7763;
	text-align:center;
	color:#FFF;
	
}
.sns-wrap h4{
	letter-spacing:2px;
}
.sns-wrap h4:after{
	content:'';
	display:block;
	width:0.7em;
	height:1px;
	background:#CCC;
	margin:0.6em auto;
}
.bottom-credit{
	padding:2em 0;
}
.bottom-credit p{
	padding-bottom:1em;
}
.bottom-credit a, .bottom-credit a i{
	color:#FFF;
}
.bottom-credit img.bot-logo{
	width:15em;
	height:auto;
	margin-top:1em;
	margin-bottom:2em;
}
.bottom-credit span{
	display:inline-block;
	line-height:1;
	padding:0 1em;
	border-right:#FFF 1px solid;
}
.bottom-credit span.last{
	border-right:none;
}
.bottom-nav{
	text-align:center;
	padding:3em 0 1em;
}
.bottom-nav span{
	display:inline-block;
	padding:0 1em;
}
.bottom-nav span.right-border{
	border-right:#6e6e6e 1px solid;
}
.bottom-nav span a{
	margin:0;
	line-height:1;
	color:#333;
	font-size:1.0em;
	text-transform:uppercase;
}
.bottom-nav span a:hover{
	color:#903;
}
.bottom-nav span a i{
	color:#903;
	margin-right:0.5em;
}
.ebm-wrap span{
	display:inline-block;
	vertical-align:middle;
	margin:0 0.8em;
}
.ebm-wrap span.ebm03{
	background:#fefefe;
	padding:0.3em 0.2em;
	border-radius:5px;
}
.ebm-wrap span img.ebm-big{
	width:2.7em;
	height:auto;
}
.ebm-wrap span img.ebm-small{
	width:4.5em;
	height:auto;
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ffffff !important;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
  z-index:9; }
  .scroll-to-top i{
	  color:#FFF;
  }
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white; }
  .scroll-to-top:hover {
    background: #343a40; }
  .scroll-to-top i {
    font-weight: 800; }
/*-------------------------------------------------------------------------*/
/* footersection
/*-------------------------------------------------------------------------*/

.shoe{
	height:32px;
	background:#1e1e1e;
	text-align:center;
	line-height:32px;
	color:#CCC;
}