@charset "UTF-8";
@import 'fontSet.css';
@import 'main.css?v=20200528';
@import 'check-radio.css';
/*
	Copyright 2016 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/

body {
  height: 100%;
  color: #333;
  background-color: #fff;
}
html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}


.btnWish .icon1{}
.btnWish .icon2{display:none;}
.btnWish.wish-on .icon2{display:block}
.btnWish.wish-on .icon1{display:none}

.btn-active:hover{
	border:1px solid #f5aa00 !important;
	background:#f5aa00 !important;
	color:#fff !important;
}
.btn-active2:active{
	background:#f5aa00 !important;
	color:#fff !important;
}

.btn.btn-red-o{
	background:none;
	border:1px solid #c02126;
	color:#c02126;
}
.radius-none{
	border-radius:0 !important
}
@media (min-width: 1200px){
	.container {
		width: 1230px;
	}
	.container.container-lg{
		width:1280px;
	}
	.container.container-sm{
		width:1100px;
	}
	.container.container-xs{
		width:1000px;
	}
}



/*boots 추가 스타일*/
/* content styles */

.inside {

}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}


#Wrapper {
 height: 100%;
  width: 100%;
  _overflow-x:hidden !important;
}

/*라인 설정*/
.titleLine {border-top:1px solid #00aeef;}
.titleLine.lineBlue{border-color:#00aeef;}
.titleLine.lineWhite{border-color:#fff;}
.titleLine.line-lg {border-width:6px;}
.titleLine.line-md {border-width:4px;}
.titleLine.line-sm {border-width:2px;}
.titleLine.line-left{display:inline-block;}


/**/
.listMore {
	padding:30px 0;
	text-align:center;
}


/*메인 검색*/
.global-search.search-main {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:10;
	padding-bottom:80px;
}
@media(max-width:767px){
	.global-search {
		padding-bottom:60px;
	}
	.global-search.search-main {
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		z-index:10;
		padding-bottom:270px;
	}
}
.global-search .main-search-inner{
	max-width:520px;
	margin:0 auto;
}
.global-search.search-sub .main-search-inner{
	max-width:320px;
	margin:0 auto;
}
.global-search .main-search-inner .search-form .search-border{
	border:4px solid #f5aa00;
	position:relative;
}
.global-search .main-search-inner .search-form .search-border input[type='image']{
	position:absolute;
	left:5px;
	top:50%;
	transform:translateY(-50%);
}
.global-search .main-search-inner .search-form .search-border input[type='text']{
	border: none;
	background: transparent;
	box-shadow:none;
	color:#fff;
	text-align:center;
	padding-left:45px;
	height:60px;
}
.global-search.search-sub .main-search-inner .search-form .search-border input[type='text']{
	border: none;
	background: transparent;
	box-shadow:none;
	color:#fff;
	text-align:left;
	padding-left:35px;
	height:36px;
}
@media(max-width:767px){
	.global-search .main-search-inner h1 img{
		width:140px;
	}
	.global-search .main-search-inner .search-form .search-border input[type='image']{
		position:absolute;
		left:5px;
		top:50%;
		transform:translateY(-50%);
		width:30px;
	}
	.global-search .main-search-inner .search-form .search-border{
		border:3px solid #f5aa00;
		position:relative;
	}
	.global-search .main-search-inner .search-form .search-border.border-white{
		border:3px solid #fff;
		position:relative;
	}
	.global-search .main-search-inner{
		max-width:420px;
		margin:0 auto;
		padding:0px 20px;
	}
	.global-search .main-search-inner .search-form .search-border input[type='text']{
		border: none;
		background: transparent;
		box-shadow:none;
		color:#fff;
		text-align:center;
		padding-left:35px;
		height:40px;
	}
}



.global-link-menu{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background:rgb(16,25,47);
	padding:0;
	z-index:15;
}
.global-link-menu .container{
	padding:0;
}
@media(min-width:768px){
	.subtop-link{
		display:block !important;
		}
}
@media(max-width:767px){
	.subtop-link{
		display:none;
		}
}
.global-link-menu.subtop-link{
	position:static;
}
.global-link-menu > div > ul{
	display:table;
	width:100%;
	margin:0;
	z-index:5;
}
.global-link-menu > div > ul > li {
	display:table-cell;
	width:25%;
}
.global-link-menu > div > ul > li > a {
	display:block;
	padding:10px;
	text-align:center;
	font-size:16px;
	text-decoration:none;
}
.global-link-menu > div > ul > li > a.active,
.global-link-menu > div > ul > li > a:hover{
	background:#f5aa00;
	color:#fff !important;
}
.global-link-menu > div > ul > li > a > strong{
	font-size:20px;
}
@media(max-width:767px){
	.global-link-menu > div > ul{
		display:block;
		width:100%;
		margin:0;
	}
	.global-link-menu > div > ul > li {
		display:block;
		width:100%;
		border-top:1px solid #252d40;
	}
	.global-link-menu > div > ul > li > a {
		display:block;
		padding:20px 15px;
		text-align:center;
		font-size:20px;
		text-decoration:none;
	}
	.global-link-menu > div > ul > li > a > strong{
		display:inline-block;
		margin-right:5px;
	}
}



/*해더*/
#header{
	position:relative;
	z-index:20;
}
#header .subtop-location{
	padding:50px 0;
	border:1px solid red;
}


/*푸터*/
#footerWrap {
	background:#fff;
	position:relative;
	z-index:10;
	color:#999;
}

#footerWrap.footerWrap2{
	background:#424242;
	color:#fff;
}
#footerWrap .finfo {
	letter-spacing:-0.04em;
}
#footerWrap .fquick1 a{
	color:#999;
}
#footerWrap .fquick2 a {
	border:1px solid #888;
	border-radius:20px;
	color:#666;
}
@media(max-width:767px){
	#footerWrap {
		background:#424242;
	}
}

#footerWrap .f-m-line{
	border-bottom:1px solid #858585;
	padding-top:10px;
	padding-bottom:10px;
}


#footerWrap.footerWrap2 .fquick1 a{
	color:#fff;
}
#footerWrap.footerWrap2 .fquick2 a{
	color:#fff;
	border:1px solid #fff;
}
/*서브*/
#header.sub-header-search{

}
@media(max-width:767px){
	#header.sub-header-search{
		position:fixed;
		background:#fff;
		width:100%;
		height:55px;
		z-index:30;
	}
}
.subLocation-title{
	min-height:200px;
	position:relative;
	z-index:5;
	background:#161e33;
}
.subLocation-title > .m-location{
	position:absolute;
	padding-top:55px;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.subLocation-title > .m-location h2{
	font-size:30px;
}


#subVisual-Wrap {
	position:relative;
	overflow:hidden;
}
#subVisual-Wrap .subVisual-text {
	position:relative;
	left:0;
	top:0;
	height:100%;
	width:100%;
	padding:150px 0;
	z-index:2;
}
#subVisual-Wrap .subVisual-text > div > div > h4{
	letter-spacing:-0.08em;
	line-height:1.1
}
#subVisual-Wrap .subVisual-text > div > div > div{
	letter-spacing:-0.08em;
	line-height:1.1
}
#subVisual-Wrap .subVisual-text .dp-table{
	height:100%;
}
#subVisual-Wrap .subVisual-bg{
	position:absolute;
	left:0;
	top:0;
	z-index:1;

}
/*로케이션 메뉴*/
#sub_location{
	position:relative;
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
	z-index:100;
	height:60px;
}
#sub_location .sub_location_area{
	position:absolute;
	left:0;
	width:100%;
	height:60px;
}
#sub_location .sub_location_area > ul{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	z-index:99;
	height:60px;

}
#sub_location .sub_location_area > ul li.home{
	border-left:1px solid #ddd;
	float:left;
	background:none !important;
}
#sub_location .sub_location_area > ul li.home a{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	color:#333;
	line-height:60px;
	text-align:center;
}
#sub_location .sub_location_area > ul li.sub_dept{
	float:left;
	width:200px;
	text-align:left;
	margin-left:-1px;
	box-sizing:border-box;
}
@media(max-width:767px){
	#sub_location .sub_location_area > ul li.sub_dept{
		width:50%;
	}
}
#sub_location .sub_location_area > ul li.sub_dept ul{
	border:1px solid #ddd;
	background:#f1f1f1;
	height:60px;
	border-bottom:0 !important;
	border-top:0 !important;
	overflow:hidden;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen li:first-child a{
	color:#333;
	background:url(../images/lnb-arrow.png) no-repeat right center;
	background-size:40px 10px;
}
#sub_location .sub_location_area > ul li.sub_dept ul.arrowOpen.opend li:first-child a{
	background:url(../images/lnb-arrow2.png) no-repeat right center;
	background-size:40px 10px;

}
#sub_location .sub_location_area > ul li.sub_dept ul li:first-child a:hover{
	background:#f1f1f1;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a{
	display:block;
	padding-left:20px;
	font-size:14px;
	font-weight:700;
	color:#052969;
	line-height:59px;
	border-bottom:1px solid #ddd;
}
#sub_location .sub_location_area > ul li.sub_dept ul li:last-child a{
	line-height:58px;
}
#sub_location .sub_location_area > ul li.sub_dept ul li a:hover{ background:#f1f1f1;}
#sub_location .sub_location_area > ul li.sub_1dept{top:0px; left:61px;}
#sub_location .sub_location_area > ul li.sub_2dept{top:0px; left:260px;}


#sub-inner-wrap {
	position:relative;
}
#sub-inner-wrap #subTitle {
	margin-bottom:40px;
	margin-top:0;
}

#sub-inner-wrap #left-menu {
	position:absolute;
	left:0;
	top:50px;

}
#sub-inner-wrap #left-menu ul{
	border-top:1px solid #0098f3;
	border-bottom:1px solid #0098f3;
	padding:20px 0;
	top:120px;
}
#sub-inner-wrap #left-menu ul li {
	margin:14px 0px;
	padding:0 30px;
}
#sub-inner-wrap #left-menu ul li a{
	display:block;
	color:#888;
}
#sub-inner-wrap #left-menu ul li.on{
	border-left:10px solid #0098f3;
	padding-left:20px;
}
#sub-inner-wrap #left-menu ul li.on a{
	color:#0098f3
}

/*레프트메뉴 있을시*/
#sub-inner-wrap #left-menu2 {}
#sub-inner-wrap #left-menu2 ul li a{
	border:1px solid #ddd;
	display:block;
	padding:20px 20px;
	font-size:16px;
	color:#555;
	margin:-1px 0;
}
#sub-inner-wrap #left-menu2 ul li a:after {
	content:">";
	float:right;
	font-family:dotum;
}
#sub-inner-wrap #left-menu2 ul li.on a{
	color:#037bc1;
	font-weight:bold;
}
.left-menu-wrap #subTitle{
	margin-bottom:0 !important;
	padding:100px 0px 20px 20px;
	background:#037bc1;
}
@media(max-width:992px){
	.left-menu-wrap #subTitle{
		margin-bottom:0 !important;
		padding:20px 20px 20px 20px;
		background:#037bc1;
		cursor:pointer;
	}
	.left-menu-wrap #subTitle:after {
		content:"▼";
		float:right;
	}
}

@media(max-width:992px){
	#over_menu_m {margin-bottom:30px;}
	#over_menu_m ul {display:none;}
	#over_menu_m ul li a {
		display:block;
		padding:20px 20px;
		border:1px solid #ddd;
		background:#fff;
		margin:-1px 0;
		font-size:16px;
		color:#444;
	}
	#over_menu_m ul li a:after {
		content:">";
		float:right;
		font-family:dotum;
	}
}





/*메뉴*/
#topNav{
	margin-bottom:0;
	height:0;
	min-height:0;
	border:none;
	background:none;
	position:relative;
	z-index:13;
}
#topNav .global-menu-btn,
#topNav .right-quick-btn{
	position:absolute;
	top:40px;
}
#topNav .global-menu-btn{
	left:40px;
}
#topNav .right-quick-btn{
	right:40px;
}
@media(max-width:1200px){
	#topNav .global-menu-btn img,
	#topNav .right-quick-btn img{
		width:50px;
	}
}
@media(max-width:767px){
	#topNav .global-menu-btn,
	#topNav .right-quick-btn{
		position:absolute;
		top:10px;
		padding:0;
	}
	#topNav .global-menu-btn{
		left:15px;
		width:140px;
	}
	#topNav .right-quick-btn{
		right:15px;
	}
	#topNav .global-menu-btn img,
	#topNav .right-quick-btn img{
		width:34px;
	}
}



/*글로벌메뉴*/
.navbar-toggle{
	display:block;
	margin-right:-20px !important;
}
.navbar-toggle{
	float:none;
	border:none;
	padding:0px;
	margin:0;
	border-radius:0;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus{
	background:none !important;
}
.navbar-toggle .icon-bar{
	background:#fff !important;
}

#topNav .com-link a{
	color:#9d9484;
	display:inline-block;
	margin-left:20px;
}
#topNav .global-menu {
	position:fixed;
	width:80%;
	max-width:350px;
	height:100%;
	top:0px;
	background:#b9bcb8;
	display:none;
	z-index:5;
}
#topNav .global-menu .navbar-collapse{
	width:200px;
	margin:0 auto;
	max-height:100%;
	border-top:0;
}
#topNav .global-menu .navbar-nav > li {
	text-align:center;
	float:none;
	display:block;
}
#topNav .global-menu .navbar-nav > li.opened > a {
	color:#f5aa00;
}
#topNav .global-menu .navbar-nav > li > a {
	font-size:28px;
	color:#fff;
	font-weight:bold;
	padding:10px 0px;
	text-align:left;
}
#topNav .global-menu .navbar-nav > li > a:hover{
	color:#f5aa00
}
#topNav .global-menu .navbar-collapse .q-menu a.btn{
	color:#fff;
	border:1px solid #fff;
	border-radius:25px;
	font-weight:bold;
	font-size:16px;
}
@media(max-width:1200px){
	#topNav .global-menu {
		width:70%;
		max-width:300px;
	}
	#topNav .global-menu .navbar-collapse{
		width:200px;
	}
	#topNav .global-menu .navbar-nav > li > a {
		font-size:24px;
		padding:7px 0px;
	}
	#topNav .global-menu .navbar-collapse .q-menu a.btn{
		border-radius:25px;
		font-size:15px;
		width:100px !important;
	}
	#topNav .global-menu .navbar-toggle img{
		width:30px;
	}
}
@media(max-width:767px){
	#topNav .global-menu {
		width:70%;
	}
	#topNav .global-menu .navbar-collapse{
		width:200px;
	}
	#topNav .global-menu .navbar-nav > li > a {
		font-size:20px;
		padding:5px 0px;
	}
	#topNav .global-menu .navbar-collapse .q-menu a.btn{
		border-radius:25px;
		font-size:14px;
		width:100px !important;
	}
	#topNav .global-menu .navbar-toggle img{
		width:30px;
	}
}

.modal-blind{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:2;
	background:rgba(0,0,0,.4);
	opacity:0;
}


/*서브 컨텐츠 about*/
.sub-position-nav{
	position:fixed;
	top:250px;
	right:50px;
	z-index:20;
}
.sub-position-nav > ul > li {}
.sub-position-nav > ul > li > a {
	display:block;
	width:3px;
	height:45px;
	background:rgba(0,0,0,.5);
	overflow:hidden;
	font-size:0;
	text-indent:-100px;
	padding:0;
	margin:5px;
}
.sub-position-nav > ul > li.active > a{
	background:rgba(245,170,0,.7)
}

.sub-about-wrap > .greeting{
	background:#eee;
	padding-bottom:50px;
}
.sub-about-wrap > .greeting .img-year{
	max-width:204px;
	padding-top:140px;
}
@media(max-width:767px){
	.sub-about-wrap > .greeting .img-year{
		max-width:100%;
		padding:0px 30%;
		padding-top:40px;
	}
}


.sub-about-wrap > .history > .history-area{
	position:relative;
	overflow:hidden;
}
.sub-about-wrap > .history > .history-area:after{
	content:"";
	position:absolute;
	top:0px;
	width:30px;
	margin-left:-15px;
	height:100%;
	left:50%;
	background:#053868;
	z-index:1;
}
.sub-about-wrap > .history > .history-area > div dl {
	position:relative;
	z-index:2;
	width:50%;
}
.sub-about-wrap > .history > .history-area > div dl.finish {
	position:relative;
	z-index:2;
	width:100%;
	text-align:center;
	margin-bottom:0;
	background:#fff;
}
.sub-about-wrap > .history > .history-area > div dl:before{
	content:"";
	position:absolute;
	top:50%;
	width:7px;
	height:7px;
	border-radius:10px;
	background:#e3ebf0;
}
.sub-about-wrap > .history > .history-area > div dl.important:before{
	top:50%;
	margin-top:-5px;
	width:11px;
	height:11px;
	border-radius:30px;
}
.sub-about-wrap > .history > .history-area > div dl.none:before{
	display:none;
}
.sub-about-wrap > .history > .history-area > div dl.finish:before{
	top:0px;
	width:11px;
	height:11px;
	left:50%;
	margin-left:-5px;
	border-radius:30px;
}

.sub-about-wrap > .history > .history-area > div dl.left:before{
	right:-4px;
}
.sub-about-wrap > .history > .history-area > div dl.right:before{
	left:-3px;
}
.sub-about-wrap > .history > .history-area > div dl.important.left:before{
	right:-6px;
}
.sub-about-wrap > .history > .history-area > div dl.important.right:before{
	left:-5px;
}

.sub-about-wrap > .history > .history-area > div dl.left{
	text-align:right;
	padding-right:30px;
}
.sub-about-wrap > .history > .history-area > div dl.right{
	margin-left:50%;
	text-align:left;
	padding-left:30px;
}

.sub-about-wrap > .history > .history-area > div dl > dt{
	font-size:20px;
}
.sub-about-wrap > .history > .history-area > div dl > dd{
	font-size:20px;
	color:#666;
}
.sub-about-wrap > .history > .history-area > div dl.important > dt,
.sub-about-wrap > .history > .history-area > div dl.finish > dt{
	color:#f5aa00;
	font-size:40px;
	font-weight:800;
}
@media(max-width:767px){
	.sub-about-wrap > .history > .history-area > div dl.important > dt,
	.sub-about-wrap > .history > .history-area > div dl.finish > dt{

		font-size:30px;
	}
	.sub-about-wrap > .history > .history-area > div dl > dt{
		font-size:16px;
	}
	.sub-about-wrap > .history > .history-area > div dl > dd{
		font-size:16px;
	}
}
.sub-about-wrap > .history > .history-area > div .float-year .left{
	float:left;
}
.sub-about-wrap > .history > .history-area > div .float-year .right{
	float:right;
	margin-left:0;
}
.sub-about-wrap > .factory > .factory-info {
	position:relative;
}
.sub-about-wrap > .factory > .factory-info > div{
	position:absolute;
	left:70px;
	top:70px;
}
@media(max-width:767px){
	.sub-about-wrap > .factory > .factory-info > div{
		position:absolute;
		left:20px;
		top:20px;
	}
}

.sub-about-wrap #section4{
	background:#f1f1f1;
	padding:150px 0;
}
.sub-about-wrap #section4 .line-p{
	width:1px;
	height:100px;
	border-left:1px solid #053768;
	opacity:.3
}

.sub-about-wrap #section5{
	padding:100px 0;
}
.sub-about-wrap #section5 .line-p{
	height:1px;
	width:100%;
	border-top:1px solid #053768;
	opacity:.3;
}

.sub-about-wrap #section6{
	background:#f1f1f1;
	padding:150px 0;
}
.sub-about-wrap #section6 .line-p{
	width:1px;
	height:100px;
	border-left:1px solid #053768;
	opacity:.3
}
.sub-about-wrap #section6 .num{
	position:relative;
	overflow:hidden;
}
.sub-about-wrap #section6 .num p {
	position:absolute;
	right:0;
	bottom:-70px;
}

.sub-about-wrap #section7{
	background:#f5aa00;
	padding:150px 0;
}
@media(max-width:992px){
	.sub-about-wrap #section5 .line-p{
		height:50px;
		width:1px;
		display:inline-block;
		border-top:0;
		border-left:1px solid #053768;
		opacity:.3;
	}
	.sub-about-wrap #section6 .num p {
		bottom:-50px;
	}
}
@media(max-width:767px){
	.sub-about-wrap #section4,
	.sub-about-wrap #section6{
		padding:80px 0;
	}
	.sub-about-wrap #section5{
		padding:50px 0px 70px 0;
	}
	.sub-about-wrap #section4 .line-p{
		height:50px;
	}






	.sub-about-wrap #section7{
		padding:80px 0;
	}
}




/*제품소개*/
.sub-product-wrap{

}
.sub-product-wrap .porduct-search{
	width:240px;
	background:rgb(238,239,235);
	padding:60px 40px;

}
.sub-product-wrap .porduct-search .checkbox-style1{
	margin:0px 10px 0px 0;
}
.sub-product-wrap .porduct-search .porduct-search-inner{
	width:80%;
	margin:0 auto;
}
.sub-product-wrap .porduct-search .porduct-search-inner > .check-area {
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	padding-bottom:10px;
}

.sub-product-wrap .porduct-search .check-color > ul > li{
	text-align:left;
	margin-bottom:0px;
}
.sub-product-wrap .porduct-search .btn{
	border-radius:20px;
	width:100%;
	padding:3px 0px 5px 0px;
	background:#fff;

}
.sub-product-wrap .porduct-list{
	padding:80px;
}
.sub-product-wrap .porduct-list .box{
	padding:0 30px;
	margin-bottom:30px;
}
@media(max-width:1200px){
	.sub-product-wrap .porduct-list{
		padding:80px 40px;
	}
	.sub-product-wrap .porduct-list .box{
		padding:0 20px;
	}
}
@media(max-width:767px){
	@media(max-width:1200px){
		.sub-product-wrap .porduct-list{
			padding:40px 30px;
		}
	}
}

.sub-product-wrap .porduct-list .box .box-in{
	position:relative;
	max-width:300px;
	min-height:400px;
	margin:0 auto;
}
@media(max-width:767px){
	.sub-product-wrap .porduct-list .box .box-in{
		position:relative;
		max-width:300px;
		min-height:auto;
		margin:0 auto;
	}
}
.sub-product-wrap .porduct-list .box .box-in > .thum{
	position:relative;
	box-shadow:1px 1px 2px rgba(0,0,0,.3)
}
.sub-product-wrap .porduct-list .box .box-in > .thum  .icon-box{
	position:absolute;
	width:60px;
	left:-20px;
	top:-20px;
	z-index:6;
}
.sub-product-wrap .porduct-list .box .box-in > .thum  .icon-box img{
	margin-bottom:5px;
}
.sub-product-wrap .porduct-list .box .box-in > .thum > div{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	opacity:0;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	z-index:5;
}
.sub-product-wrap .porduct-list .box .box-in > .thum > div:hover,
.sub-product-wrap .porduct-list .box .box-in > .thum > div:active,
.sub-product-wrap .porduct-list .box .box-in > .thum > div:focus{
	opacity:1;
}
.sub-product-wrap .porduct-list .box .box-in > .thum > div > p{
	display:table;
	width:100%;
	height:100%;
}
.sub-product-wrap .porduct-list .box .box-in > .thum > div > p > a{
	width:100%;
	height:100%;
	vertical-align:middle;
	text-decoration:none;
	display:none;
}
.sub-product-wrap .porduct-list .box .box-in > .thum > div:hover > p > a{
		display:table-cell;
}
.sub-product-wrap .porduct-list .box .box-in > .thum > div > p > a .btn{
	border-radius:20px;
	padding:4px 15px 6px 15px;
}
.sub-product-wrap .porduct-list .wish-up{
	display:inline-block;
	background:url(../images/icon-wish-o.png) no-repeat right center;
	background-size:18px 15px !important;
	padding-right:22px;
}
.sub-product-wrap .porduct-list .wish-up.wish-on{
	background:url(../images/icon-wish-on.png) no-repeat right center;
	background-size:18px 15px !important;
}

.sub-product-wrap > .detail-location{
	border-bottom:1px solid #ccc;
	padding:15px ;
}

.sub-product-wrap > .product-detail{
	background:#eeefeb;
	padding:70px 0;
}
.sub-product-wrap > .product-detail > .container{position:relative;}
.sub-product-wrap > .product-detail .thum {}
.sub-product-wrap > .product-detail .thum .thum-in{
	background:#fff;
	padding:80px;
	position:relative;
}

.sub-product-wrap > .product-detail .thum .thum-in > .wish-up{
	position:absolute;
	right:20px;
	bottom:20px;
}
@media(max-width:767px){
	.sub-product-wrap > .product-detail{
		background:#eeefeb;
		padding:40px 0;
	}
	.sub-product-wrap > .product-detail .thum .thum-in{
		background:#fff;
		padding:40px;
		position:relative;
	}
	.sub-product-wrap > .product-detail .thum .thum-in > .wish-up{
		position:absolute;
		right:10px;
		bottom:10px;
	}
	.sub-product-wrap > .product-detail .thum .thum-in > .wish-up img{
		width:25px;
	}
}
.sub-product-wrap > .product-detail .thum .thum-in > div{
	position:relative;
}
.sub-product-wrap > .product-detail .thum .thum-in > div > .icon{
	position:absolute;
	left:-30px;
	top:-30px;
}
.sub-product-wrap > .product-detail .spec > div > .spac-detail{
	padding:20px 0;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
}
.sub-product-wrap > .product-detail .spec > div > .order-color > ul > li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	box-shadow:1px 1px 2px rgba(0,0,0,.3)
}
.sub-product-wrap > .product-detail .pro-detail-sns{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:-100px;
}
.sub-product-wrap > .product-detail .pro-detail-sns > a{
	display:block;
	padding:5px;
}


.product-tag{
	border-top:1px solid #6d6e6c;
	padding:30px 0;
}

.product-tag > span{
	float:left;
	padding:6px 15px;
	background:#cccccc;
	color:#002855;
	margin-right:8px;
	margin-bottom:8px;
	border-radius:8px;
}





.product-search-mobile{
	position:fixed;
	right:0;
	top:0;
	height:100%;
	width:100%;
	z-index:100;
	display:none;
	overflow:hidden;
}
.product-search-mobile > .close-btn{
	position:absolute;
	left:20px;
	top:20px;
	z-index:1;
}
@media(max-width:767px){
	.product-search-mobile > .close-btn img{
		max-width:30px !important;
		width:100% !important;
	}
}

.product-search-mobile > .back-black{
	background:rgba(0,0,0,.7);
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.product-search-mobile .porduct-search-inner{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:80%;
	min-width:270px;
	overflow-y:auto;
	background:#fff;
	z-index:2;
}
.product-search-mobile .porduct-search-inner .panel{
	border:none;
	box-shadow:none;
}
.product-search-mobile .porduct-search-inner .panel + .panel{
	margin-top:0;
}
.product-search-mobile .porduct-search-inner h4{
	background:#cccccc;
	padding:0;
	margin:0;
	border-bottom:2px solid #f5aa00;
	border-top:1px solid #333;
}
.product-search-mobile .porduct-search-inner h4 > a{
	display:block;
	padding:15px 20px;
	position:relative;
}

.product-search-mobile .porduct-search-inner h4.no-dp > a:after{
	display:none !important;
}

.product-search-mobile .porduct-search-inner h4 > a.collapsed:after{
	background:url(../images/icon-p.png) no-repeat;
	background-size:cover;
}
.product-search-mobile .porduct-search-inner h4 > a:after,
.product-search-mobile .porduct-search-inner h4.active > a:after{
	content:"";
	width:22px;
	height:22px;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	background:url(../images/icon-m.png) no-repeat;
	background-size:cover;
}
.product-search-mobile .porduct-search-inner h4.af-none  > a:after{
	display:none !important;
}
.product-search-mobile .porduct-search-inner h4.af-none.active{
	background:#bbb
}
.product-search-mobile .porduct-search-inner h4.af-none.active > a{
	font-weight:bold !important;
}
.product-search-mobile .porduct-search-inner  .panel-collapse > div{
	background:#fff;
	margin:20px;
}
.product-search-mobile .porduct-search-inner  .panel-collapse > div > a{
	margin-bottom:5px;
    font-weight: normal;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    padding: 0;
    margin: 0 auto;
    width: 65PX;
    height: 40px;
    min-width: auto;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 35px;
	color:#666;
}
.product-search-mobile .porduct-search-inner  .panel-collapse > div > a.active,
.product-search-mobile .porduct-search-inner  .panel-collapse > div > a:active{
	background:#f5aa00;
	border:1px solid #f5aa00;
	color:#fff;
}



/*갤러리*/
.gallery-category{
	border-bottom:1px solid #bfbfbf;
	padding:10px 0;
}
.gallery-category > div > ul{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
.gallery-category > div > ul > li{
	float:left;
	width:14.2857142857%;
	text-align:center;
	position:relative;
}
.gallery-category > div > ul > li.active:after {
	content:"";
	background:url(../images/gallery-category-arrow.png) no-repeat;
	background-size:18px 9px;
	position:absolute;
	height:9px;
	width:18px;
	bottom:-19px;
	left:50%;
	transform:translateX(-50%);
}
.gallery-category > div > ul > li > a {
	font-weight:400;
	color:#888;
	font-size:20px;
	display:block;
	text-decoration:none;
	padding:5px 0;
	font-weight:bold;
}
.gallery-category > div > ul > li.active > a{
	background:#f5aa00;
	color:#fff;
}
.gallery-category > div > ul > li > ul {
	position:absolute;
	top:60px;
	width:500px
}
.gallery-category > div > ul > li > ul.left{
	left:0;
}
.gallery-category > div > ul > li > ul.right{
	right:0;
}
.gallery-category > div > ul > li > ul > li {
	float:left;
	width:100px;
}
.gallery-category > div > ul > li > ul > li:first-child{
	width:60px;
}
.gallery-category > div > ul > li > ul > li > a{
	color:#888;
	font-size:18px;
	text-align:center;
}
.gallery-category > div > ul > li > ul > li.active > a{
	color:#f5aa00;
	font-size:18px;
	text-align:center;
}



.gallery-detail-wrap{
	height:100%;
	overflow-y:auto;
	position:relative;
	background:#002854;
}
.gallery-detail-wrap > .thum{
	overflow-x:auto;
	overflow-y:auto;
	width:100%;
	height:100%;
	text-align:center;
}
.gallery-detail-wrap > .thum img{
	width:auto;
	height:100%;
}

.list-go,
.prev-page,
.next-page,
.list-go2{
	position:absolute;
	top:50%;
}
.list-go2.fixed{
	position:fixed;
}
.list-go {
	left:50px;
	top:50px;
	width:60px;
	overflow:hidden;
}
.list-go2,
.list-go3{
	right:50px;
	top:50px;
	width:50px;
	overflow:hidden;
}
.list-go2.info{
	top:110px;
}
.list-go3{
	position:absolute;
	right:50%;
	margin-right:-600px;
	top:80px;
	z-index:10;
}
@media(max-width:1300px){
	.list-go3{
		right:30px;
		margin-right:0;
	}
}
@media(max-width:767px){
	.list-go3{
		top:60px;
		right:30px;
		margin-right:0;
	}
}
.list-go:active img,
.list-go2:active img,
.list-go3:active img{
	margin-left:-50px;
}
@media(max-width:767px){
	.list-go {
		left:20px;
		top:20px;
		width:30px;
		overflow:hidden;
	}
	.list-go2 {
		right:20px;
		top:20px;
		width:30px;
		overflow:hidden;
	}
	.list-go3 {
		width:30px;
		overflow:hidden;
	}
	.list-go2.fixed{
	top:80px;
		position:fixed;
	}
	.list-go2.info{
		top:55px;
	}
	.list-go img,
	.list-go2 img,
	.list-go3 img{
		width:60px !important;
	}
	.list-go:active img,
	.list-go2:active img,
	.list-go3:active img{
		margin-left:-30px;
	}
}
.prev-page{
	left:50px;
	transform:translateY(-50%);
}
.next-page{
	right:50px;
	transform:translateY(-50%);
}
@media(max-width:767px){
	.prev-page{
		left:10px;
		transform:translateY(-50%);
	}
	.next-page{
		right:10px;
		transform:translateY(-50%);
	}
}

.gallery-detail-wrap .sns{
	position:absolute;
	bottom:20px;
	right:0px;
	background:#fff;
	border-radius:5px 0px 0px 5px;
}
.gallery-detail-wrap .sns > a {
	display:block;
	padding:10px;
}

.gallery-detail-wrap .sns > a:first-child{
	border-bottom:1px solid #ddd;
}
.gallery-detail-wrap .sns > .sharing{
	background:#fff;
	padding:14px 10px;
	border-radius:5px;
	position:absolute;
	width:130px;
	bottom:0;
	right:46px;
	display:none;
}
@media(max-width:767px){
	.gallery-detail-wrap .sns > a {
		display:block;
		padding:6px;
	}
	.gallery-detail-wrap .sns > .sharing{
		padding:7px 8px;
		right:40px;

	}
}


.gallery-detail-wrap .sns > .sharing a{
	float:left;
}

.gallery-detail-pop > .inner{
	width:400px;
	margin:0 auto;
}
@media(max-width:767px){
	.gallery-detail-pop > .inner{
		width:300px;
		margin:0 auto;
	}
}

.gallery-detail-pop .wish-up{
	display:inline-block;
	background:url(../images/icon-wish-red-o.png) no-repeat right center;
	background-size:24px 20px;
	padding-right:28px;
}
.gallery-detail-pop .wish-up.wish-on{
	display:inline-block;
	background:url(../images/icon-wish-red.png) no-repeat right center;
	background-size:24px 20px;
	padding-right:28px;
}
.gallery-detail-pop .owl-prev,
.gallery-detail-pop .owl-next{
	position:absolute;
	z-index:10;
	top:50%;
	transform:translateY(-50%);
	overflow:hidden;
	text-indent:-200px;
	width:26px;
	height:48px;
}
.gallery-detail-pop .owl-prev{
	left:-50px;
	background:url(../images/icon-arrow-left.png) no-repeat left top !important;
	background-size:cover !important;
}
.gallery-detail-pop .owl-next{
	right:-50px;
	background:url(../images/icon-arrow-right.png) no-repeat left top !important;
	background-size:cover !important;
}
.gallery-detail-pop .owl-dots {
	position:absolute;
	bottom:-30px;
	left:0;
	width:100%;
}
.gallery-detail-pop .owl-dots .owl-dot span{
	background:rgba(0,0,0,.3) !important
}
.gallery-detail-pop .owl-dots .owl-dot.active span, .gallery-detail-pop .owl-dots .owl-dot:hover span{
	background:#f5aa00 !important
}

/*사이트맵*/
#sitemap-view{

}
#sitemap-view .inner {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
#sitemap-view .inner  .sitemap-member{
	position:absolute;
	width:20%;
	padding:0px 30px;
	right:20px;
	bottom:-40px;
}
@media(max-width:767px){
	#sitemap-view .inner  .sitemap-member{
		position:relative;
		width:100%;
		padding:0px 0px;
		right:0px;
		bottom:0px;
	}
	#sitemap-view .inner  .sitemap-member > p{
		display:inline-block;
		margin-right:10px;
	}
	#sitemap-view .inner  .sitemap-member > p:last-child{
		margin-right:0;
	}
	#sitemap-view .inner  .sitemap-member > p > .btn{
		padding-left:8px !important;
		padding-right:8px !important;
		width:90px !important;
	}
}
#sitemap-view .inner .map-dp1{
	float:left;
	width:20%;
	padding:0px 30px;
}

#sitemap-view .inner .map-dp1 > a{
	border-bottom:2px solid #fca508;
	display:block;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding:5px 0;
}
#sitemap-view .inner .map-dp1 > ul{
	margin:5px 0;
}
#sitemap-view .inner .map-dp1 > ul > li > a{
	display:block;
	color:#fff;
	font-size:18px;
	margin-bottom:5px;
}
@media(max-width:992px){
	#sitemap-view .inner .map-dp1{
		padding:0px 20px;
	}
	#sitemap-view .inner .map-dp1 > a{
		font-size:18px;
	}
	#sitemap-view .inner .map-dp1 > ul > li > a{
		font-size:16px;
	}
}
@media(max-width:767px){
	#sitemap-view .inner .map-dp1{
		width:50%;
		padding:0px 15px;
		margin-bottom:30px;
	}
	#sitemap-view .inner .map-dp1 > a{
		font-size:17px;
	}
	#sitemap-view .inner .map-dp1 > ul > li > a{
		font-size:15px;
	}
}

.join-wrap {
	margin:120px auto;
	max-width:750px;
}
.join-wrap.mem-modify {
	margin:0;
	max-width:650px;
}
.join-wrap.login-wrap {
	margin:120px auto;
	width:100%;
	max-width:100%;
}
@media(max-width:767px){
	.join-wrap {
		margin:40px auto;
		max-width:750px;
	}
	.join-wrap.login-wrap {
		margin:40px auto;
		width:100%;
		max-width:100%;
	}
}

.join-wrap .btn-join{
	border-radius:35px;
	width:100%;
	max-width:340px;
	border:1px solid #444;
	color:#444;
	font-weight:bold;
	padding:14px;
	font-size:22px;
}

.join-wrap .basic-join .btn-join:hover{
	border:1px solid #f5aa00;
	background:#f5aa00;
	color:#fff;
}

.join-wrap .sns-join .btn-join{
	position:relative;
	padding-left:60px;
}

.join-wrap .btn-join.btn-naver{
	border:1px solid #3aba1e;
	background:#3aba1e;
	color:#fff;
}
.join-wrap .btn-join.btn-kakao{
	border:1px solid #ffd81a;
	background:#ffd81a;
	color:#fff;
}
.join-wrap .btn-join.btn-facebook{
	border:1px solid #3b5998;
	background:#3b5998;
	color:#fff;
}
.join-wrap .btn-join i{
	position:absolute;
	height:100%;
	left:20px;
	top:0;
	padding-right:10px;
	border-right:1px solid #231916
}
.join-wrap .btn-join i img{
	width:35px;
	height:auto;
	margin-top:10px;
}

.join-wrap.join-step2 .form-group{
	position:relative;
}
.join-wrap.join-step2 .form-group > .dec{
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%);
	color:#666;
}
@media(max-width:767px){
.join-wrap.join-step2 .form-group input:active + .dec,
.join-wrap.join-step2 .form-group input:focus + .dec{
	display:none;
}
}

.join-wrap.login-wrap .basic-login-area{
	border-right:1px solid #ddd;
}
@media(max-width:767px){
	.join-wrap.login-wrap .basic-login-area{
		border-right:0;
	}
}
.join-wrap.login-wrap .basic-login-area .form-group{
	position:relative;
}
.join-wrap.login-wrap .basic-login-area .form-group strong{
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
}
.join-wrap.login-wrap .basic-login-area .form-group .input-join{
	border:0;
	border-bottom:2px solid #333;
	border-radius:0;
	background:#fff;
	padding-left:120px;
}


.mypage-wrap {
	margin:120px 0;
}
@media(max-width:992px){
	.mypage-wrap {
		margin:60px 0;
	}
	.mypage-wrap h3 small{
		float:right;
		margin-top:-15px;
	}
}

.mypage-wrap .my-stats > div {
	padding:15px;
	text-align:center;
	background:#f5aa00;
}
.mypage-wrap .my-stats > div > div{
	padding:25px 0;
	color:#fff;
	border-bottom:1px solid #fff;
}

.mypage-wrap .my-stats > div > div:last-child{
	border-bottom:0;
}
@media(max-width:992px){
	.mypage-wrap .my-stats > div {
		padding:15px 5px;
	}
	.mypage-wrap .my-stats > div > div{
		padding:10px 0;
		float:left;
		width:33.33%;
		border-bottom:0;
		border-right:1px solid #fff;
	}
	.mypage-wrap .my-stats > div > div:last-child{
		border-right:0;
	}
}

.mypage-wrap h4.title{
	border-bottom:2px solid #595757;
	padding-bottom:15px;
}

.mypage-wrap .wish-list-wrap > div{
	border-bottom:1px solid #ddd;
}
.mypage-wrap .wish-list-wrap > div:last-child{
	border-bottom:2px solid #595757;
}

.my-inquiry-list tr.detail{
	background:#f1f1f1;
}

/*카탈로그*/
.ebook-wrap {
	padding:100px 0;
}
@media(max-width:992px){
	.ebook-wrap {
		padding:50px 0;
	}
}
.ebook-wrap .col{
	margin:30px 0;
}
.ebook-wrap .col > a{
	text-decoration:none;
	display:block;
	padding:0px 0px;
}
.ebook-wrap .thum{
	max-width:300px;
	margin:0 auto;
	padding:0px 20px;
}
@media(max-width:767px){
	.ebook-wrap .thum{
		max-width:240px;
		margin:0 auto;
		padding:0px 10px;
	}
	.ebook-wrap .col{
		margin:15px 0;
	}
}
.ebook-wrap .title{
	border-top:1px solid #f5aa00;
	padding-top:20px;
	margin-top:20px;
	position:relative;
}
.ebook-wrap .title:after{
	content:"";
	position:absolute;
	top:-7px;
	left:50%;
	transform:translateX(-50%);
	width:14px;
	height:14px;
	border-radius:14px;
	background:#f5aa00;
}

/*sns*/
.sns-close{
	position:absolute;
	right:40px ;
	top:40px;
	width:50px;
	overflow:hidden;
}
.sns-close img{
	width:100px;
}
.sns-close:hover img,
.sns-close:active img{
	margin-left:-50px;
}
.sns-list > li {
	position:relative;
	height:400px;
}
.sns-list > li a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(0,0,0,.7);
	padding:20px;
	color:#fff;
	text-decoration:none;
	opacity:0;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
}
.sns-list > li:hover a{
	opacity:1;
}
.sns-list > li .insta{

	overflow:hidden;
	position:relative;
}
.sns-list > li .insta{
	background-size:cover !important;
}
@media(max-width:767px){
	.sns-list > li a{
		display:none;
		opacity:1;
	}
	.sns-list > li:hover a{
		opacity:1;
	}

}
.sns-list > li a > .wish{
	position:absolute;
	left:20px;
	bottom:20px;
}
.sns-list > li a > .wish > span{
	display:inline-block;
	padding-right:10px;
}

.location-tabs{
	border-bottom:0;
}
.location-tabs > li > a{
	border:0 !important;
	color:#999;
}
@media(max-width:767px){
	.location-tabs > li > a{
		padding:5px 10px;
		font-size:15px;
		letter-spacing:-0.05em;
	}
}
.location-tabs > li.active > a,
.location-tabs > li.active > a:active,
.location-tabs > li.active > a:focus{
	border:0 !important;
	color:#f5aa00 !important;
}
.location-tabs > li > a:hover{
	background:none !important;
}

.go-top-bottom{
	position:fixed;
	bottom:40px;
	right:30px;
	z-index:20;
}
@media(max-width:767px){
	.go-top-bottom{
		position:fixed;
		bottom:60px;
		right:5px;
		z-index:20;
	}
}
.go-top-bottom > a{
	display:block;
	margin:5px 0;
}

.go-top-bottom .filter-btn {
	height:50px;
	width:50px;
	line-height:48px;
	border-radius:50px;
	background:#002855;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
@media(max-width:767px){
	.go-top-bottom > a > img{
		max-width:35px !important;
		width:100% !important;
	}
	.go-top-bottom .filter-btn {
		height:35px;
		width:35px;
		line-height:32px;
		font-size:14px;
		color:#fff;
	}
}

/*개인정보 취급방침*/
.privacy .johang-title{
	border-top:2px solid #888;
	border-bottom:1px solid #ddd;
}
.privacy .agree-title{
	border-top:0;
}
.privacy .agree-tab > li {
	border-bottom:2px solid #ddd;
	padding:10px 0;
}
.privacy .agree-tab > li > a{
	color:#aaa;
}
.privacy .agree-tab > li.active{
	border-bottom:2px solid #888;
}
.privacy .agree-tab > li.active > a{
	color:#333;
}
.magazine-wrap{
	max-width:800px;
	margin:0 auto;
	min-height:500px;
}
.magazine-wrap.magazine-detail{
	max-width:1000px;
}
.magazine-wrap .img-box{

}
.magazine-wrap .box > a {
	display:block;
	background:#ffffff;
	padding:20px 15px;
	text-decoration:none;
	box-shadow:1px 1px 8px rgba(0,0,0,.05)
}
.magazine-wrap .box > a:hover,
.magazine-wrap .box > a:active{
	background:#f5aa00;
	color:#fff !important;
}

@media(max-width:767px){
	.magazine-wrap .box > a {
		display:block;
		background:#ffffff;
		padding:10px 15px;
		text-decoration:none;
	}
}
@media(max-width:767px){
	#magazine-wrap .list-go{
		left:20px;
	}
	#magazine-wrap .prev-page{
		left:20px;
	}
	#magazine-wrap .next-page{
		right:20px;
	}
}


#section-video{
	background:#1b2034;
	padding:200px 15px;
}
.video-box-area{
	max-width:1200px;
	margin:0 auto;
	border:5px solid #f5aa06;
}
.video-box{
	position:relative;
	margin:0 auto;
	padding-top:55.25%;
}
.video-box iframe{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#section-video .videoText {width:100%; max-width:1200px; margin:0 auto; font-size:14px; color:#ffffff; text-align:right; padding:10px 0;}
#section-video .topSpace {margin-top:150px;}
@media(max-width:1200px){
	#section-video{
		background:#1b2034;
		padding:150px 15px;
	}
}
@media(max-width:992px){
	#section-video{
		background:#1b2034;
		padding:100px 15px;
	}
	#section-video .topSpace {margin-top:100px;}
}
@media(max-width:767px){
	#section-video{
		background:#1b2034;
		padding:50px 15px;
	}
	#section-video .topSpace {margin-top:50px;}
}

/*
	brand
*/
.brandMenu {width:100%; max-width:800px; font-size:0; margin:0 auto; padding:80px 0;}
.brandMenu > a {display:inline-block; width:calc((100% - 20px) / 2); margin-right:20px; margin-bottom:20px;}
.brandMenu > a:nth-child(2n) {margin-right:0;}
.brandMenu > a:last-child {width:100%; margin-right:0; margin-bottom:0;}
.brandMenu > a img {width:100%;}
.brandMenu > a img.normalImg {display:block;}
.brandMenu > a img.overImg {display:none;}
.brandMenu > a:hover img.normalImg {display:none;}
.brandMenu > a:hover img.overImg {display:block;}

.brandContCell img {width:100%;}
