@charset "UTF-8";
/* common */

li { list-style-type: none; margin: 0; }
p,ul { margin: 0; padding: 0; }

.gnb { position: fixed; top: 0; left: -100%; width: 80%; height: 100%; transition: all 0.5s; z-index: 99999; }
.gnb_bg { position: fixed; top: 0; right: -100%; width: 80%; height: 100%; transition: all 0.5s; z-index: 99998; background: rgba(0,0,0,0.4); }
.gnb_bg.on { right: 0; }
.gnb.on{ left: 0; }

.gnb { background: #fff; }
.gnb .top { padding: 15px; position: relative; }
.gnb .top .gnb_logo { width: 150px; }
.gnb .top .close_btn { width: 20px; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); }
.gnb .gnb_list { margin-top: 20px; }
.gnb .gnb_list .dep1 { width:100%; }
.gnb .gnb_list .dep1 .gnb_dep1 { padding: 20px;  font-size: 16px; border-bottom: 1px solid #e6e6e6; font-weight: 700; width:100%;}
.gnb .gnb_list .dep1 ul { display: none; }
.gnb .gnb_list .gnb_dep2_list a { padding: 20px; padding-left: 30px; background: #f1f1f1; display: block; font-size: 16px; border-bottom: solid 1px #cacaca; color: #333; }

/*.side_menu_btn { position: fixed; top: 20px; left: 15px; z-index: 3000; }*/

.gnb_dep2_list li {width:100%;}
.gnb .gnb_list .gnb_dep2_list a { font-size: 0.9em; padding:5px;}
.gnb .gnb_list .dep1 .gnb_dep1 { font-size: 1em; padding:10px 5px;}
.gnb .gnb_list { margin-top: -10px; }


.sub-tit {
  color: #ab9957;
  font-size: 20px;
  font-weight: 400;
  padding-left: 10px;
  position: relative;
/*  overflow: hidden;*/
  margin-bottom:30px;
}

/*.sub-tit:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 3px;*/
/*  height: 15px;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  margin-top: -7.5px;*/
/*  background: #ab9957;*/
/*}*/

.sub-tit:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 3px;
  top: 27%;
  padding-left: 10px;
  margin-top: -10.5px;
  background: #ab9957;
  
}

.modal_popup{

	position: absolute; 
	top: 15%; 
	left: 5%; 
/*	transform: translate(-10%, 0%);*/
	width: 90%; 
	height: 70%; 
/*	padding: 35px; */
/*	border: 0px solid orange; */
/*	background-color: white; */
	z-index:1002; 
	overflow: no; 
/*	font-size:30px;*/
/*	text-align:center;*/

	text-align:center;
	padding:25px 10px;
	background:url(/img/main/modal_popup.jpg) no-repeat center center;
	background-size:cover;

}

.black_overlay{ 
		display: none; 
		position: absolute; 
		top: 0%; 
		left: 0%; 
		width: 100%; 
		height: 100%; 
		background-color: black; 
		z-index:1001; 
		-moz-opacity: 0.7; 
		opacity:.70; 
		filter: alpha(opacity=70); 
	} 

.modal_popup .tit{
	color:#333333;
	font-weight:normal;
	font-size:18px;
	margin-bottom:30px;
}

.modal_popup .tit .modal_color{
	color:#ab9957;	
}

.modal_popup .select-area{
/*	max-width:563px;*/
	margin:0 auto;
}
.modal_popup .select-area .selects{
	float:left;
	width:80px;
	margin-left:10px;
	position:relative;
}

select {
/*	width: 200px;*/
/*	padding: .8em .5em;*/
/*	border: 1px solid #999;*/
/*	font-family: inherit;*/
/*	background: url('arrow.jpg') no-repeat 95% 50%;*/
/*	border-radius: 0px;*/
/*	-webkit-appearance: none;*/
/*	-moz-appearance: none;*/
/*	appearance: none;*/
}

select::-ms-expand {
	display: none;
}


.modal_popup .select-area .selects div select {
	display:inline-block;
	width: 80px;
	padding: .8em .5em;
	border: 1px solid #999;
	font-family: inherit;
	background:#fff url(/img/main/pop-sel-bg.png) no-repeat 94% center;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.modal_popup .select-area{
	display:inline-block;
	max-width:320px;
	clear:both;
	margin:0 auto;
}

.modal_popup .agree_check{
	clear:both;
	margin:0 auto;
	margin-top:30px;
	color:#999999;
	font-size:14px;
	line-height:24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.modal_popup .btn {
  margin-top: 40px;
}

.modal_popup .btn a {
  display: inline-block;
  border: solid 1px #ab9957;
  color: #ab9957;
  height: 42px;
  box-sizing: border-box;
  line-height: 42px;
  font-size: 12px;
  text-align: center;
  width: 193px;
  font-weight: normal;
  position: relative;
  z-index: 1;
/*  -webkit-transition: all .5s;*/
/*  -moz-transition: all .5s;*/
/*  -ms-transition: all .5s;*/
/*  -o-transition: all .5s;*/
/*  transition: all .5s;*/
}

/*.modal_popup .btn a:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  z-index: -1;*/
/*  -webkit-transition: all 0.5s;*/
/*  -moz-transition: all 0.5s;*/
/*  transition: all 0.5s;*/
/*  width: 100%;*/
/*  height: 0;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background: #ab9957;*/
/*}*/

.modal_popup .btn a:hover:before, .modal_popup .btn a:focus:before {
  height: 100%;
}


/*section*/
.section_wrap {
/*	display:inline-block;*/	
}
.main-section {
  position:relative;
  width: 100%;
  
}
/*.main-section .shop-btn{*/
/*	position:absolute;*/
/*	left:50%;*/
/*	top:50%;*/
/*	margin-top:-30px;*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*	.footer_wrapper {*/
/*  padding: 15px 20px;*/
/*  border-top: solid 1px #ddd;*/
/*}*/
/*	.main-section .shop-btn{*/
/*	display:none;*/
/*}*/
/**/
/*}*/
.main-section .product-area {
  width: 100%;
  height: auto;
/*  float: left;*/
  text-align: center;
/*  box-sizing: border-box;*/
  padding: 50px 20px;
/*  position:relative;*/
}

.main-section .product-area .shop-btn{
	position:absolute;
	text-align:right;
	left:100%;
	top:50%;
	transform: translate( -50%, -50% );
/*	margin-top:-30px;*/
}

.main-section .brand-area {
  width: 100%;
  height: auto;
/*  float: right;*/
  text-align: center;
/*  box-sizing: border-box;*/
  padding: 50px 20px;
}


/*.main-section .product-area:hover .img-box img, .main-section .product-area:focus .img-box img, .main-section .brand-area:hover .img-box img, .main-section .brand-area:focus .img-box img {
  transform: scale(1.04);
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}*/

.main-section .img-box img {
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
/*  width: 100%;*/
}

.main-section .main-tit2 {
  text-align: center;
	position: absolute;
/*	top: 50%;*/
	top: 60%;
	left: 50%;
	transform: translate( -50%, -50% );
/*  margin-top: 20px;*/
  font-size: 32px;
  font-weight: 500;
/*  letter-spacing: 10px;*/
  padding-left: 10px;
  color:#fff;
}

.main-section .main-con2 {
  margin-top: 20px;
  line-height: 2;
  text-align: center;
	position: absolute;
/*	top: 60%;*/
	top: 70%;
	left: 40%;
	transform: translate( -40%, -60% );
	color:#fff;
}

.main-section .product-area {
  background: #ededec;
/*  background: #e2e2e4;*/
}

.main-section .product-area .main-tit {
  color: #080808;
}

.main-section .product-area .btn a:hover, .main-section .product-area .btn a:focus {
  color: #eeeeee;
}

.main-section .brand-area {
  background: #1d1d1e;  
  position:relative;
}

.main-section .brand-area .main-tit {
  color: #d1d1d1;
}

.main-section .brand-area .main-con {
  color: #777;
}

.main-section .brand-area .btn a:hover, .main-section .brand-area .btn a:focus {
  color: #1d1d1e;
}

.main-section .main-tit {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 500;
/*  letter-spacing: 10px;*/
  padding-left: 10px;
}

.main-section .main-con {
  margin-top: 20px;
  line-height: 2;
}

.main-section .btn {
  margin-top: 40px;
}

.main-section .btn a {
  display: inline-block;
  border: solid 1px #ab9957;
  color: #ab9957;
  height: 42px;
  box-sizing: border-box;
  line-height: 42px;
  font-size: 12px;
  text-align: center;
  width: 193px;
  font-weight: normal;
  position: relative;
  z-index: 1;
/*  -webkit-transition: all .5s;*/
/*  -moz-transition: all .5s;*/
/*  -ms-transition: all .5s;*/
/*  -o-transition: all .5s;*/
/*  transition: all .5s;*/
}

.main-section .btn a:before {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #ab9957;
}

.main-section .btn a:hover:before, .main-section .btn a:focus:before {
  height: 100%;
}


.subpage_visual {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: 60% center;
}



/*.subpage_img1 {*/
/*  background:url('/img/mobile/sub_m_img1.jpg'); */
/*}*/

@media screen and (max-width: 1200px) {
  .subpage_visual_area {
    width: 100%;
    float: none;
    height: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .subpage_visual img {
	width: 100%;
    height: 250px;
    background-position: center center;
  }
}

@media screen and (max-width: 1200px) {
  .subpage_section {
    padding: 55px 15px 0 15px;
    float: none;
    width: 100%;
    height: auto;
    overflow: inherit;
	background-color:#fff;
  }
}

@media screen and (max-width: 1024px) {
  .subpage_section {
    padding: 55px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .subpage_section {
    padding: 40px 0 0 0;
  }
}


.product-box {
	padding:0px 10px;
}

 .product-box .img-box img {
    padding-left:1px;
	padding-right:10px;
  }

.product-box .product_info .prod_title_area .prod_S_title{
/*	padding:0px 10px;*/
	font-size:16px;
}
.product-box .product_info .prod_desc{
	color:#000;
	margin-top:30px;
/*	padding:0px 10px;*/
}
.product-box .product_info .prod_detail{
	margin-top:28px;
/*	padding:0px 10px;*/
}
.product-box .product_info .prod_detail .table-type-01 th{
	background:none;
	text-align:left;
	color:#ab9957;
	padding:12px 5px;  
	border-bottom:solid 1px #ddd;
/*	border:1px solid #bcbcbc;*/
}

.product-box .product_info .prod_detail .table-type-01 td{
	background:none;
	text-align:left;
	color:#ab9957;
	padding:12px 5px;  
	border-bottom:solid 1px #ddd;
/*	border:1px solid #bcbcbc;*/
}
.product-box .product_info .prod_detail .table-type-01 th:first-child{
/*	border-top:solid 1px #ddd;*/
/*	border:1px solid #3f51b5;*/
}
.product-box .product_info .prod_detail .table-type-01{
/*	border-top:none;*/
	border-top:solid 1px #ddd;
}

.footer_section {
	padding: 15px 20px;
	border-top: solid 1px #ddd;
}

.footer_section .footer_address p{
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color:#625a5a;
}