.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
body, html {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: 'PT Serif Caption';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background:#555;
	text-align: center;
	overflow: hidden;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	transition: opacity 400ms;
}
body, .main, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
  float: left;
}
body .header{
  color: #ecf0f1;
  position:fixed;
}

.menu, .header {
  margin-bottom: 0;
  z-index: 10;
}
.header {
	top:0;
	left:0;
	background: #eff4e9;
	height: 150px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.intro {
	width:100%;
	height:100%;
	background:url(../img/intro.jpg) #000;
	background-size:cover;
	position:fixed;
	z-index:99;
}
.intro_logo {
	position:fixed;
	z-index:100;
	top:50%;
	left:50%;
	margin-top:-51px;
	margin-left:-167px;
}
.main section.page1 {
	background:url(../img/intro_01.jpg);
}
.main section.page2 {
	background:url(../img/about_bg01.jpg);
}
.main section.page3 {
	background:url(../img/about_bg02.jpg);
}
.main section.page4 {
	background:url(../img/about_bg03.jpg);
}
.main section.page5 {
	background:url(../img/shop_01.jpg);
}
.main section.page6 {
	background:url(../img/shop_02.jpg);
}
.main section.page7 {
	background:url(../img/shop_03.jpg);
}
.main section.page8 {
	background:url(../img/shop_04.jpg);
}
.main section.page9 {
	background:url(../img/shop_05.jpg);
}
.main section.page10 {
	background:#000;
}
.main section.page11 {
	background:url(../img/contact.jpg);
}
.main section.page1, .main section.page2, .main section.page3, .main section.page4, .main section.page5, .main section.page6, .main section.page7, .main section.page8, .main section.page9, .main section.page10, .main section.page11 {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.logo {
	float:left;
	margin:42px 0;
	cursor:pointer;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.menu {
	float:right;
	margin:60px 0;
	color:#808080;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.padd {
	padding: 0 50px;
	width: 1140px;
	margin: 0 auto;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.arrow {
	position: fixed;
	margin-left:-33px;
	bottom:20px;
	left:50%;
	width:67px;
	height:67px;
	cursor:pointer;
	background-image:url(../img/down_arrow_c.png);
	background-size:67px 67px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.back {
	cursor:pointer;
	position:absolute;top:0;left:0;margin-top:180px;margin-left:20px;display:none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;}
body.viewing-page-10 .back {display:block;opacity:0;-webkit-opacity:0}
body.viewing-page-2 .arrow, body.viewing-page-3 .arrow, body.viewing-page-4 .arrow, body.viewing-page-9 .arrow {
	background-image:url(../img/down_arrow.png);
}
body.viewing-page-10 .arrow { opacity:0; }
body.viewing-page-1 .sub_menu, body.viewing-page-2 .sub_menu, body.viewing-page-3 .sub_menu, body.viewing-page-10 .sub_menu, body.viewing-page-11 .sub_menu {
	display:none;
}
body.viewing-page-5 .sub_menu, body.viewing-page-6 .sub_menu, body.viewing-page-7 .sub_menu, body.viewing-page-8 .sub_menu, body.viewing-page-9 .sub_menu {
	opacity:1;
	-webkit-opacity:1;
}
body.viewing-page-2 .a1, body.viewing-page-3 .a1, body.viewing-page-4 .a1,
body.viewing-page-5 .a2, body.viewing-page-6 .a2, body.viewing-page-7 .a2,
body.viewing-page-8 .a2, body.viewing-page-9 .a2, body.viewing-page-10 .a3,
body.viewing-page-11 .a4 {
	color:#000000;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
body.viewing-page-5 .sub_menu .a5 {color:#444c61}
body.viewing-page-6 .sub_menu .a6 {color:#444c61}
body.viewing-page-7 .sub_menu .a7 {color:#444c61}
body.viewing-page-8 .sub_menu .a8 {color:#444c61}
body.viewing-page-9 .sub_menu .a9 {color:#444c61}
body.viewing-page-11 .arrow {
	background-image:url(../img/down_arrow.png);
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
body.viewing-page-2 .header h1, body.viewing-page-2 .nav-top span.right a {
  color:rgba(0,0,0,1)
}
.txtsp {}
.txt01 {
	position:absolute;
	text-align:left;
	top:30%;
	left:55%;
}
.txt02 {
	position:absolute;
	text-align:left;
	top:50%;
	left:55%;
}
.txt03 {
	position:absolute;
	text-align:left;
	top:65%;
	left:55%;
}
.txt04 {
	position:absolute;
	text-align:left;
	top:30%;
	left:15%;
}
.txt05 {
	position:absolute;
	text-align:left;
	top:40%;
	left:15%;
}
.txt06 {
	position:absolute;
	text-align:left;
	top:55%;
	left:15%;
}
.txt07 {
	position:absolute;
	text-align:left;
	top:30%;
	left:60%;
}
.txt08 {
	position:absolute;
	text-align:left;
	top:40%;
	left:60%;
}
.txt09 {
	position:absolute;
	text-align:left;
	top:55%;
	left:60%;
}
.aot p {
	text-decoration:underline;
	float:left;
	margin:0;
	padding:0;
	font-size:15px;
	color:#fff;
}
.aom p {
	float:left;
	margin:0;
	padding:0;
	color:#fff;
	font-size:28px;
	line-height:38px;
}
.aob p {
	float:left;
	margin:5px 0;
	padding:0;
	color:#fff;
	font-size:18px;
	line-height:30px;
	font-family: 'Nanum Myeongjo';
	font-weight:700;
}
.txt04 p, .txt05 p, .txt06 p { color:#242E44; }
.shop_dumm {
	height:60%;
	width:100%;
	margin-top:230px;
	margin-left:150px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.shop_dumm img {
	width:389px;
	height:708px;
	cursor:pointer;
}
.dumm {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-369px;
}
.gal1 {
	width:33.3%;
	height:100%;
	background:url(../img/ho_010.jpg);
	background-position:50%;
	background-size:cover;
	float:left;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.gal2 {
	width:33.3%;
	height:100%;
	background:url(../img/ew_040.jpg);
	background-position:50%;
	background-size:cover;
	float:left;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.gal3 {
	width:33.3%;
	height:100%;
	background:url(../img/fp_060.jpg);
	background-position:50%;
	background-size:cover;
	float:left;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.wtt1 {width:44%;background:url(../img/ho_01.jpg);background-position:50%;background-size:cover;}
.wtt2 {width:44%;background:url(../img/ew_04.jpg);background-position:50%;background-size:cover;}
.wtt3 {width:44%;background:url(../img/fp_06.jpg);background-position:50%;background-size:cover;}
.wta {width:28%}
.wwt1 {width:100%;background:url(../img/ho_01.jpg);background-position:50%;background-size:cover;}
.wwt2 {width:100%;background:url(../img/ew_04.jpg);background-position:50%;background-size:cover;}
.wwt3 {width:100%;background:url(../img/fp_06.jpg);background-position:50%;background-size:cover;}
.wwa {width:0%}
.sub_menu {
	z-index:5;
	position:absolute;
	margin-top:240px;
	margin-left:80px;
	opacity:0;
	-webkit-opacity:0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.sub_menu_title {
	z-index:5;
	width:130px;
	border-bottom:1px solid #444c61;
	padding-bottom:5px;
	margin-bottom:15px;
	font-size:26px;
	color:#444c61;
	text-align:left;
}
.sub_menu li {
	z-index:5;
	color:#A5ACC0;
	float:none;
	text-align:left;
	padding:5px 0;
	font-size:21px;
}
.a5, .a6, .a7, .a8, .a9 {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.gallery {
  width: 100%;
  height:100%;
  margin-top:10px;
  color: #000;
  display:none;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
	background:none;
}
.visibleNearby {
  width: 100%;
	background:rgba(60,80,91,0.8);
  color: #FFF;
  padding-top: 50px;
}
.visibleNearby .rsGCaption {
  display: none;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
	background:rgba(60,80,91,0.8);
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}
.visibleNearby .rsGCaption span {
  display: none;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}
/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.dim1, .dim2, .dim3 {
	position:absolute;
	top:0;
	width:33.3%;
	height:100%;
	opacity:0;
	-webkit-opacity:0;
	z-index:88;
}
.dim1 {left:0;} .dim2 {left:33.3%} .dim3 {left:66.6%}
.name {
	position:absolute;
	margin:300px 1%;
	padding:28px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.name img {
	width:256px;
	height:auto;
}
.wtt1 .name, .wtt2 .name, .wtt3 .name {
	position:absolute;
	margin:300px 0 0 5%;
	padding:28px;
	background:rgba(60,80,91,0.56);
}
.wta .name {
	position:absolute;
	margin:300px 0 0 1%;
	padding:28px;
}
.patt {
	cursor:pointer;
	position:absolute;top:0;right:0;margin-top:180px;margin-right:20px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.patt_back {
	cursor:pointer;
	position:absolute;top:0;left:0;margin-top:180px;margin-left:20px;display:none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.gallery_patt {
	position:absolute;
	width:100%;
	height:100%;
	z-index:8;
	display:none;
}
.gallery_patt .rsArrowIcn {
	top:60%;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: 0px 0px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: 24px 0px;
}
.rsDefault .rsArrowIcn {
	width: 24px;
	height: 40px;
	left: 50%;
	margin-top: -20px;
	margin-left: -12px;
	position: absolute;
	cursor: pointer;
	background: url('gallery_arrow.png');
	background-color: rgba(0,0,0,0);
	border-radius: 0px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(255,255,255,0);
}
.rsDefault .rsArrow {
	width:120px;
}
.shop_block {
	position:fixed;
	display:none;
}
.disp {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:100;
	display:block;
}
#shopdet {
	position:fixed;
	top:50%;
	left:50%;
	cursor:pointer;
}
.shopdet1 {	background:url(../img/shopdet01.jpg); }
.shopdet2 {	background:url(../img/shopdet02.jpg); }
.shopdet3 {	background:url(../img/shopdet03.jpg); }
.shopdet4 {	background:url(../img/shopdet04.jpg); }
.shopdet5 {	background:url(../img/shopdet05.jpg); }
.shopdet6 {	background:url(../img/shopdet06.jpg); }
.shopdet7 {	background:url(../img/shopdet07.jpg); }
.shopdet8 {	background:url(../img/shopdet08.jpg); }
.shopdet9 {	background:url(../img/shopdet09.jpg); }
.shopdet1, .shopdet2, .shopdet4, .shopdet9 {
	width:940px;
	height:606px;
	margin-left:-470px;
	margin-top:-303px;
}
.shopdet3, .shopdet5, .shopdet6, .shopdet7, .shopdet8 {
	width:940px;
	height:800px;
	margin-left:-470px;
	margin-top:-400px;
}
@media (max-width:1600px) {
.shop_dumm {
	margin-left:0;
}
.shop_dumm img {
	width:233px;
	height:425px;
}
}
@media (max-width:1370px) {
.header {
	height:120px;
}
.logo {
	margin:27px 0;
}
.padd {
	padding: 0 15px;
	width: 790px;
	margin: 0 auto;
}
.menu {
	float:right;
	margin:48px 0 0 40px;
	color:#808080;
}
.main section.page1 {
	background-position:50% 50px;
}
.shop_dumm {
	margin-top: 150px;
	margin-left:0;
	position:absolute;
	left:10%;
}
.sub_menu {
	margin-top:158px;
	margin-left:10px;
}
.name img {
	width:126px;
	height:auto;
}
.back {
	margin-top:150px;margin-left:20px;
}
.patt {
	margin-top:150px;margin-right:20px;
}
.patt_back {
	margin-top:150px;margin-left:20px;
}
}
@media (max-width:830px) {
.header {
	height:88px;
}
.padd {
	padding: 0 0;
	width: 90%;
	margin: 0 auto;
}
.logo {
	float:none;
	margin:14px auto;
}
.intro_logo img {
	width:240px;
	height:auto;
	margin-left:20px;
}
.menu {
	display:none;
}
.sub_menu {
	margin-top:60px;
	margin-left:10px;
}
.txt01, .txt02, .txt03, .txt04, .txt05, .txt06, .txt07, .txt08, .txt09 {
	position:relative;
	text-align:center;
	margin-top:20px;
	top:0;
	left:0;
}
.txtsp {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-124px;
	margin-left:-120px;
}
.txt01 {
}
.txt01 p, .txt02 p, .txt03 p, .txt04 p, .txt05 p, .txt06 p, .txt07 p, .txt08 p, .txt09 p {
	float:none;
}
.aom p {
	font-size:32px;
}
.aob p {
	font-size:14px;
	line-height: 24px;
	letter-spacing:-1px;
}
.name {display:none;}
.dumm {
	top:0;
	left:0;
	margin-top:110px;
	margin-left:10px;
}
.dumm img {
	width:300px;
	height:auto;
}
}