@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url("https://use.typekit.net/vlu7czu.css");


html, body, header, section, article, aside, footer, nav, hgroup, h1, h2, h3, h4, h5, h6, div, p, ul, li, figure, fieldset {
    padding: 0;
    margin: 0;
}
html, body { height:100% }
[hidden], area, base, basefont, command, datalist, head, input[type=hidden], link, menu[type=context], meta, noembed, noframes,
param, script, source, style, track, title { /* case-insensitive */
    display: none;
}

address, article, aside, blockquote, body, center, dd, dir, div, dl, dt, figure, figcaption, footer, form, h1, h2, h3, h4, h5, h6, header,
hgroup, hr, html, legend, listing, menu, nav, ol, p, plaintext, pre, section, summary, ul, xmp { 
    display: block; 
}

table { display: table; border-collapse: collapse; }
caption {display: none; }
colgroup { display: table-column-group; }
col { display: table-column; }
thead { display: table-header-group; }
tbody { display: table-row-group; }
tfoot { display: table-footer-group; }
tr { display: table-row; }
td, th { display: table-cell;}

li { display: list-item; }

ruby { display: ruby; }
rt { display: ruby-text;}

fieldset, img, img a { border: 0 none; vertical-align:middle; }
ul, li { list-style: none; margin:0; padding:0;}
dl, dd, dt {list-style: none; margin:0;padding:0 }
em, address, i { font-style: normal; }
a {color:#666; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: none; }

b, strong {font-weight:600;}
h1, h2, h3, h4, h5	{margin:0; padding:0;}

html {
	width:100%; /*640px*/
	height:100%;
	font-size:16px;	
}

body {
 	color: #333;
  	font-family: 'Noto Sans', sans-serif;
  	font-size: 16px;
  	font-weight:400;
  	background:#fff;
  	line-height: 1.6;
 	width:100%;
	min-width:320px;
}
.navbar {
  	border:0; 
  	padding:28px 0 15px;
	width:100%;
	margin:0 auto;
	background:#fff;
  	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	box-shadow: 0px 0px 20px #00000030;

}
.navbar-nav{
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top:30px;
}
.navbar-collapse{
	margin:0;
	position:relative;
}
.navbar-nav>li{
	margin:0 30px;
}
.navbar.navbar-nav li {
  	margin: 0;
}
.navbar .btn_eng{
	position:absolute;
	top:12px;
	right:0;
}
.navbar .home{
	position:absolute;
	left:0;
	bottom:0;
	display:none;
}

.navbar .navbar-nav > li > a {
  	color: #000;
  	font-size:13px;
  	font-weight:600;
	padding:0;
  	border-bottom: 1px solid transparent;
}
.navbar .navbar-nav > .active > a {
 	border-bottom:1px solid #000;
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none;
}
.navbar-toggle {
  	border: 0;
  	border-radius: 0;
  	margin-top: 8px;
}
.navbar-toggle .icon-bar {
  	background-color: #000;
	 position: absolute;
	 left: 0;
	transition: .25s ease-in-out;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-toggle span.icon-bar:nth-child(2){
	top:0;	
}
.navbar-toggle span.icon-bar:nth-child(3){
	top:5px;	
	margin:0;
}
.navbar-toggle span.icon-bar:nth-child(4){
	top:10px;	
	margin:0;
}
.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(2) {  
	top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(3) {  	
	display:none;
}
.navbar-toggle[aria-expanded="true"]  span.icon-bar:nth-child(4) {  	
	top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);	
}

.header {
 	 width: 100%;
  	position: relative;
  	text-align: center;
  	background-color: rgba(255, 255, 255, 0.5);
  	display: table;
	z-index:9999px;
}

.footer {
  	background-color: #000;
  	color: #fff;
  	text-align: center;
  	padding: 50px 0;
}
.footer .site-info {
  	font-weight: 400;
  	margin-bottom: 10px;
}
.footer .footer_cont {
	overflow:hidden;
  
}
.footer .footer_cont  .f_logo{
	float:left;
}
.footer .footer_cont  address{
	float:right;
	text-align:right;
	font-size:12px;
	color:#fff;
	line-height:19px;
	margin-top:20px;	
	font-family:'Dotum','돋움';
}
.container{
	width:1200px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.main_visual{
	width:100%;
	height:877px;
	background:url(../images/visual_img.jpg) center 175px no-repeat;
	background-attachment:fixed;
}
.about{
	background:#000;
	padding:90px 0 30px;	
}
.about h2.title {  
	font-size:37px;
    line-height: 1.5;
	color:#fff;
	letter-spacing:-0.5px;
    margin-bottom:50px;
	font-family: questa, serif;
	font-weight: 400;
}
.about h2.title span{
	font-size:60px;
}
.about dl{
	overflow:hidden;
}
.about dt{
	float:right;	
}
.about dd{
	float:left;
	width:50%;
	font-size:16px;
}
.about dd p{
	color:#fff;
	font-size:16px;
    line-height: 1.6;
	margin-bottom:30px;
}
.history .container{
	padding:0 0 30px;

}
.history h2.title {  
	font-family: questa, serif;
	font-weight: 400;
	font-size:60px;
    line-height: 1.5;
	color:#000;
	text-align:right;
	letter-spacing:-0.5px;
	margin-right:30px;
}
.history h2.title em{
	font-style: italic;
	font-size:120px;
}
.history p.text{	
	color:#000;
	font-size:20px;
	line-height:40px;
	text-align:right;
	margin-right:30px;
	position:relative;
	z-index:99;
}
.history p.text span{
	width:50%;
	display:inline-block;
	background:#fff;
}
.history_slide{	
	width:100%;	
    position: relative;
	margin-top:-70px;
	padding-bottom:50px;
}
.history_img{
	float:left;
	width:540px;
	margin-right:0;
}
.history_info{
	float:right;
	width:425px;
	box-sizing:border-box;
    position: relative;
	background:#f2f2f2;
	padding:20px 40px 50px;
	margin:140px 30px 0;
	height:500px;

}
/* PAGER */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.history_slide .bx-controls {
	width:100%;
}
.history_slide .bx-controls .bx-pager {
	position:absolute;
	right:30px;
	bottom:60px;
	width:425px;
	text-align:center;
	z-index:99
}
.history_slide .bx-controls .bx-controls-auto {
	position:absolute;
	left:0;
	width:100%;
	top:-50%;
	z-index:99
}
.history_slide .bx-controls .bx-pager a {
	display:inline-block;
	background:#e7e7e7;
    text-indent:-9999px;
    width:9px;
    height:9px;
    margin:0 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
.history_slide .bx-controls .bx-pager a.active {
	background:#dcd096
}
.history_slide .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background:#dcd096
}
.history_slide .bx-wrapper .bx-controls-direction a {
	position: absolute;
	right:30px;	
	width:15px;
	height: 9px;
	text-indent:-9999px;
	z-index: 999;
}
.history_slide .bx-wrapper .bx-prev {
	top:110px;	
	background: url(../images/controls1.png) no-repeat 0 0;
}

.history_slide .bx-wrapper .bx-next {
	bottom:30px;
	background: url(../images/controls1.png) no-repeat 0 100%;
}
.business_slide{
	position:relative;
}
.business_slide .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:45%;	
	width:19px;
	height:33px;
	text-indent:-9999px;
	z-index: 999;
}
.business_slide .bx-wrapper .bx-prev {
	left:-25px;	
	background: url(../images/controls2.png) no-repeat 0 0;
}
.business_slide .bx-wrapper .bx-next {
	right:-25px;
	background: url(../images/controls2.png) no-repeat right 0;
}

.history_slide li{
	height:645px;
}
.history_slide dt{
	color:#b3a359;
	font-size:25px;
	font-weight:600;
	text-align:right;
	margin:0 0 10px;	
}
.history_slide dd{
	color:#000;
	font-size:16px;
	text-align:right;
	line-height:26px;	
}
.video{
	padding:90px 0;
	background:url(../images/video_bg.png) left top no-repeat;
}
.video p{
	font-size:20px;
	color:#fff;
	margin-top:30px;
	text-align:center;
	font-family: questa, serif;
	font-weight: 400;
}
.business{
	padding:70px 0;	
}
.business h2.title{
	font-size:42px;
	color:#000;
	margin-bottom:10px;
	letter-spacing:-0.5px;
	font-family: questa, serif;
	font-weight: 400;
}
.business p{
	font-size:18px;
	color:#000;
	line-height:40px;
}
.business_slide li{
	text-align:center;
}
.shop{
	width:100%;
	height:503px;
	background:url(../images/shop_bg.png) center top no-repeat;
	background-attachment:fixed;
}


@media (max-width: 960px) {
	h1 img{
		width:130px;
	}
	.header .container{
		width:100%;
	}
	.container{
		width:94%;
	}
	.section .container img{
		width:100%;
	}
	.navbar{
		height:80px;
		padding:20px 0 15px;
	}
	.container>.navbar-header{
		margin-top:-35px;
		margin-right:0;
	}
	.navbar-collapse{
		background:#fff;
		margin-top:10px;
	}
	.navbar-nav{
		margin-top:15px;
	}
	.navbar-nav>li{
		margin:10px 10px;
	}
	.navbar .btn_eng {
		position: absolute;
		top: 10px;
		right: 20px;
	}
	.footer{
		padding: 30px 0 0;
	}
	.footer .footer_cont .f_logo{
		width:100%;
		float:none;
		text-align:center;
		margin-bottom:30px;
	}
	.footer .footer_cont .f_logo img{
		width:150px
	}
	.footer .footer_cont address{
		width:100%;
		float:none;
		text-align:center;
	}
	.main_visual{	
		height: 450px;
		background: url(../images/visual_img.jpg) center 80px no-repeat;
		background-attachment: fixed;
		background-size: auto 380px;
	}
	.about{
	    padding:40px 0 20px;
	}
	.about h2.title{
		font-size:16px;
		margin-bottom:10px;
	}
	.about h2.title span{
		font-size:28px;
	}
	.about dt,.about dd{
		float:none;
		width:100%;
		margin-top:30px;
	}
	.about dd p{
		font-size:14px;
	    margin-bottom: 20px;
	}
	.about dd p br{
		display:none;		
	}
	.history .container{
		padding:10px 0 20px;
		background:none;
	}
	.history h2.title{
		font-size:28px;
		margin-right:0;
	}
	 .history h2.title em{
		font-size:50px;
	 }
	.history p.text span{
		font-size:14px;
		margin-right:0;
		line-height:1.6;
	}
	.history_slide{
		float:none;
		width:100%;	
		margin:30px 0 40px;
		background: #f2f2f2;	
	}
	.history_info{
		float:none;
		width:100%;		
		height:390px;	
		background:none;
		margin:0;
	    padding: 20px 40px 20px;
	}
	.history_img{
		display:none;
	}
	.history_slide li{
		height:390px;
	}
	.history_slide dt{
		font-size:20px;
	}
	.history_slide dd{
		font-size:14px;
	    line-height:20px;
	}
	.history_slide .bx-controls .bx-pager{
		width:100%;
		right:0;
		bottom:10px;
	}
	.history_slide .bx-wrapper .bx-prev{
		top:-18px;
		right:0 !important;
	}
	.history_slide .bx-wrapper .bx-next{
		bottom:-18px;
		right:0 !important;
	}
	.business h2.title{
	    font-size: 23px;
		line-height:1.4;
	}
	.business p{
		font-size:14px; 
		line-height:1.6;
	}
	.business_slide{
		margin:40px 0 0; 
	}
	.business_slide .bx-wrapper .bx-controls-direction a.bx-prev{
	    width:13px;
		height:20px;
		left:-10px;
	    background-size:30px;
}
	.business_slide .bx-wrapper .bx-controls-direction a.bx-next{
	    width:13px;
		height:20px;
		right:-10px;
	    background-size:30px;
}
	.business{
	padding:40px 0;	
	}
	.shop{
		height: 300px;
		background: url(../images/shop_bg_mobile.png) center top no-repeat;  
	    background-attachment: fixed;
		background-size: auto 700px;
	}

}

