@charset "UTF-8";


#wrap {
    width: 100%;
}

.w_main_bg { 
	position: relative;
    max-width: 1920px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.minframe {
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.maxframe {
	max-width: 1920px;
	margin: 0 auto;
}

/*
	2019-07-30 head code renewal============================================
*/
#whead { 
	position: relative;
	z-index: 50;
	user-select: none;
}

#whead .h_sub { 
    font-size: 90%;
	background-color:#fff; 
	padding:0; 
	margin:0; 
}

.h_sub .left { 
	margin-left: -12px;
}

.h_sub .right { 
	margin-right: -12px;
}

#whead .h_sub button, 
#whead .h_sub .btn { 
	font-size: 90%;
    color: #7B7B7B;
}

.h_sub .cart_txt { 
	display: inline-block;
	padding-right: 1.2rem;
}

#whead .h_main { 
	position: absolute;
    left: 0;
    right: 0;
	background-color: rgba(255, 255, 255, 0.6); 
	top: 37px; 
	color:#000;
}
.ver_menu > li { 
	float: left;
	position: relative;
	margin-left: 23px;
}
#whead .h_main h1 img { 
	width: 137.39px;
	height: 25px;
    margin-top: 13px;
	margin-bottom: 10px;
	transition: .15s linear;
}
#whead .h_main h1 .logo_sub { 
	display: block;
	margin-top: -5px;
    font-size: 90%;
	font-weight: 400;
    color: #76232f;
	line-height: 1;
}
.h_main .main_menu .menu_item { 
	display: inline-block;
    font-size: 16px;
    padding: 1.5rem 1rem;
    white-space: nowrap;
}
.h_main .main_menu li:last-of-type .menu_item {
	padding-right: 0;
}
.h_main .main_menu .menu_item.bna-link {
	color: #cb9f76;
    font-weight: 600;
}
.sub .h_main.stiky .main_menu .menu_item.bna-link {
	color: #ffffff;
}
.main_menu .menu_item > img { 
	width: 12px;
	height: 12px;
}
.secon_menu { 
	display: none;
	position: absolute;
	width: 180px;
    z-index: 10;
    left: 50%;
    right: 0;
    padding: 0.8rem 0;
    background-color: #fff;
    border-top-width: 2px;
    border-top-style: solid;
	color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.27);
}

.secon_menu.menu_scroll { 
	overflow-y: auto;
	max-height: 35rem;
}

.secon_menu > li > a { 
    display: block;
	width: 100%;
	padding: 0.6rem 1rem;
    line-height: 24px;
	/*font-weight: bold;*/
    color: #787878;
}

.secon_menu > li > a:hover { 
	color: #a73439;
}

.main_menu .menu_item:hover + .secon_menu,
.main_menu .secon_menu:hover{ 
	display: block;
}

/*stiky*/
#whead .h_main.stiky { 
	position: fixed;
    top: 0 !important;
	z-index: 100;
    width: 100%;
}

#whead .h_main.stiky.chg { 
	background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.19);
}

/*sub*/
#whead.sub { 
	min-height: 9.7rem;
    color: #545454;
    background-color: #fff;
    border-bottom: 1px solid #CB9F76;
}

#whead.sub .h_main { 
    top: 4rem;	
}

/*stiky*/
#whead.sub .h_main.stiky { 
	background-color: #cb9f76;
	color: rgba(255, 255, 255, 0.8);
	border: 0;
}
#whead.sub .h_main.stiky h1 img { 
    margin-bottom: 8px;
}
#whead.sub .h_main.stiky .logo_sub { 
	color: #fff;
    margin-bottom: 10px;
}

/*click down menu*/
.down-menu-wrap { 
	display: inline-block;
	position: relative;
}

.down-menu + .secon_menu > li:first-child > b { 
	padding-top: 0;
} 

.down-menu + .secon_menu > li > b { 
    display: block;
	padding: 1rem 0.2rem 0.2rem;
	white-space: nowrap;
}
.down-menu + .secon_menu > li > a { 
	line-height: 1.2;
	white-space: nowrap;
}
.h_sub .down-menu {
	display: block;
}
.h_sub .down-menu + .secon_menu { 
    width: auto;
	min-width: 120px;
	font-size: 13px;
	right: auto;
}
.h_sub .down-menu + .secon_menu.on { 
	display: block;
}


/*
	footer=============================================================
*/
.ft_bg  { 
    background-color: #e8e8e8;
}

footer h1 { 
	text-align: left;
	padding-top: 0.35rem;
	padding-left: 1rem;
}

footer h1 img { 
	width: 7rem;
	height: 1.55rem;
}

footer .line_top { 
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #e8e8e8;
}

footer .line_top a { 
	width: 9em;
}

footer .line_top a:first-child { 
	position: relative;
	margin-right: 1em;
}

footer .line_top a:first-child:after { 
	content: '';
	position: absolute;
    top: 50%;
	right: -0.5em;
    width: 1px;
    height: 1em;
	margin-top: -0.5em;
    background-color: #ccc;
}

footer .ft_bottom { 
    border-top: 1px solid #d6d5d5;
	padding-top: 0.7rem;
}

footer .ft_txt { 
	color: #6b6b6b;
}

footer .compInfoBtn { 
	cursor: pointer;
	text-align: center;
    padding-bottom: 0.7rem;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.18);
}

footer .compInfoBtn span.selbox {
	border: 0;
    padding-right: 20px;
    height: auto;
}

footer .compInfoBtn span.selbox:before { 
	transform: rotate(135deg);
}

footer .compInfoBtn span.selbox:after { 
	transform: rotate(45deg);
}

/*off company info*/
footer .compInfoBtn.off { 
	box-shadow: none;
}
 
footer .compInfoBtn.off span.selbox:before { 
	transform: rotate(45deg);
}

footer .compInfoBtn.off span.selbox:after { 
	transform: rotate(135deg);
}
 
 
footer .selbox { 
	width: auto;
}

footer address { 
    font-style: normal;
	padding: 0.5rem 1rem 1.5rem;
    color: #6b6b6b;
	font-size: 90%;
}

footer address p { 
	margin-bottom: 0;
}

/*fixed bottom 이 있을때 사용*/
.fb_wrap { 
	margin-bottom: 35px;
}

.fb_wrap footer .compInfoBtn.off { 
	padding-bottom: 1.7rem;
}

/* 
fix bottom
(active button)
 */

#fix_bottom {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
	width: 100%;
}


/*******************************************
side fix*/
#side-fix-menu {
    position: fixed;
	width: 80px;
    top: 130px;
    right: 0;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.15);
	        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.15);
	text-align: center;
	/*overflow: hidden;*/
    z-index: 100;
}
#side-fix-menu .side-sns-list {
	background-color: #fff;
}
.side-sns-list .sns-item {
	transition: 0.2s ease-out;
}
.side-sns-list .sns-item:hover {
	background-color: #f5f5f5;
}
.side-sns-list .sns-item:hover .sns-pop {
	display: block;
}
.side-sns-list .sns-item .sns-pop {
	width: 350px;
	height:350px;
	display: none;
	position: absolute;
    top: 50%;
    right: 100%;
	padding: 1rem;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
	z-index: 10;
}

.side-sns-list .sns-item .sns-pop img{
	width:100%;
}

#side-fix-menu .side-sns-list a {
    position: relative;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 5px;
    min-height: 47px;
	cursor: pointer;

}
#side-fix-menu .side-sns-list a:after {
	content: '';
	position: absolute;
	height: 1px;
	bottom: 0;
	left: 10px;
	right: 10px;
	background-color: #DDDDDD;
}
#side-fix-menu .side-sns-list a img {

	max-height:34px;
}
#side-fix-menu .side-sns-list .en {
    display: block;
    padding: 4px 0;
    line-height: 1.3;
    color: #cb9f76;
    font-size: 12px;
    font-weight: 600;
}
#side-fix-menu .side-menu-tit {
	background-color: #cb9f76;
    padding: 14px 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
}
#side-fix-menu .side-menu-tit .en {
	display: block;
	padding-top: 0.5em;
	line-height: 1.1;
}

#taxrefundModal {
	display: none;
	position: fixed;
	z-index: 999;
	right: 130px;
	top: 130px;
	width: 425px;
	height: 500px; 
}
#taxrefundModal .modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 0;
    background: #fff;
	box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.15);
    border: none;
    text-align: center;
	opacity: 0;
	transform: translateY(100px);
}
#taxrefundModal.open {
	display: block;
}
#taxrefundModal.open .modal-content {
	animation: fade-in 1s ease-out 1 forwards;
}
#taxrefundModal .modal-content .close {
    top: 9px;
    right: 10px;
    padding: 3px;
    color: #AAAAAA;
}
#taxrefundModal .tax-refund-info {
    padding: 30px 20px;
}
.tax-refund-info .logo {
	max-height: 24px;
}
.tax-refund-info h3 {
	font-size: 20px;
	color: #A73439;
	line-height: 1;
    margin-top: 0.5em;
}
.tax-refund-info .line-bar {
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #9A232B;
	margin: 20px auto;
}
.tax-refund-info .__sub-p {
	margin-top: 0;
    font-size: 16px;
    color: #888888;
}
.tax-refund-info .__scheme-list {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: left;
}
.tax-refund-info .__scheme-list h4 {
    font-size: 17px;
    margin-bottom: 0.8em;
}
.tax-refund-info .__scheme-list li {
	font-size: 14px;
    text-indent: -0.8em;
    margin-left: 1.6em;
    margin-bottom: 0.5em;
}
.tax-refund-info .__scheme-list li:last-child {
	margin-bottom: 0;
}
.tax-refund-info .__scheme-list b {
    display: inline-block;
    margin-right: 0.5em;
	color: #cb9f76;
    font-weight: 500;
}
.tax-refund-info .__last-p {
	text-align: left;
    font-size: 12px;
    color: #AAAAAA;
    text-indent: -0.8em;
    margin-left: 0.8em;
}

/*******************************************************************
*modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-inner {
	width: 50%;
    height: 100%;
    max-width: 1280px;
    min-width: 320px;
    margin: auto;
}
.modal.large .modal-inner {
    width: 80%;
}
.modal-content {
    position: absolute;
    top: 10vh;
    bottom: 10vh;
    left: 0;
    right: 0;
    padding-right: 0;
    background-color: #fefefe;
    border: 1px solid #888;
    margin: auto;
    text-align: left;
	opacity: 0;
	transform: translateY(100px);
}
.modal.open {
	display: block;
}
.modal.open .modal-inner {
	animation: fade-in 0.5s ease-out 1 forwards;
}
.modal.open .modal-content {
	animation: fade-in 1s ease-out 1 forwards;
}
.modal-content .modal-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 65px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23);
    background-color: #fff;
	padding: 20px 15px;
	z-index: 100;
}
.modal-content .close {
	position: absolute;
	top: 15px;
	right:20px;
	color: #000;
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
}
.modal-content .modal-body {
    position: absolute;
    top: 65px;
    left: 0;
    bottom: 0;
    right: 0;
	padding: 20px 20px 40px;
    overflow: auto;
}
.modal-content .modal-btn-box {
	padding-top: 30px;
    text-align: center;
}
.modal-content .modal-btn-box .btn {
	width: 50%;
}
.is-scroll-lock body {
    overflow: hidden;
    height: 100%;
}

/*******************************************
cookies*/
.webpage-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 200;
}
.webpage-cookie .wpc-container {
    width: 500px;
    margin-left: auto;
	padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
.wpc-container h4 {
	font-size: 17px;
}
.wpc-container a {
	text-decoration: underline;
}
.webpage-cookie button {
    width: 135px;
}
.webpage-cookie .btn {
	background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #000;
	margin-right: 20px;
}

/*******************************************
btn */
.btn_wrap {
    overflow: hidden;
    /*border-top-left-radius: 1em;*/
    /*border-top-right-radius: 1em;*/
}

.btn_wrap > button {
    float: left;
    line-height: 2.5rem;
    width: 50%;
    text-align: center;
    /*color: #222;*/
    font-weight: bold;
}

.btn_wrap.btn3 > button {
    width: 33.33333%;
}

.btn_wrap.space > button {
	width: 48%;
}

.btn_wrap.space > button:last-child {
	float: right;
}

.fx_b { 
	margin-bottom: 4.5rem;
}


/*for web
/******************************************************/
/*footer*/
#w_footer { 
	padding: 2rem 0;
	color: #868686;
	background-color: #221e1f;
}

#w_footer h1 img {
   width: 158px;
   height: 28.73px;
   opacity:0.85;
}
#w_footer .on-adr {
	padding-left:2rem;
}
#w_footer .on-adr address {
	margin-top: 1.26rem;
	font-size: 13px;
	line-height: 1.5;
}
#w_footer .selbox { 
	width: 260px;
    border: 1px solid #7e7d7d;
}
#w_footer .selbox:before,
#w_footer .selbox:after {
	background-color: #7e7d7d;
}
#w_footer .selbox select { 
	background-color: transparent;
	color: #bfbfbf;
}
#w_footer .sub-adr-block {
	padding-left: 5rem;
}
.sub-adr-block .finfo {
	line-height:30px; 
	margin-bottom:1.26rem;
}
.sub-adr-block .finfo a {
	margin-right: 1.5rem;
}
.sub-adr-block .finfo a:last-child {
	margin-right: 0;
}
.finfo a.fi-mark {
	color: #b5b5b5;
}
.sub-adr-block > address {
	font-size:13px; 
	line-height:1.5; 
	opacity:.75;
}
#w_footer .main-address {
	margin-top: 16px;
}

.rf #w_footer {
	visibility: hidden;
}

/****************************************
keyframes*/
@-webkit-keyframes fade-in {
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1
    }
}
@keyframes fade-in {
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

/****************************************
grid system*/
.row:after { 
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	clear: both;
	content: "";
}

.row>[class^=col] { 
	float: left;
}
.row>.col2 { 
	width: 50%;
}
.row>.col3 { 
	width: 33.333%;
}
.row>.col4 { 
	float: left;
	width: 25%;
}
.row>.col5 { 
	width: 20%;
}
.row>.col6 { 
	width: 60%;
}
.row>.col66 { 
	width: 66.666%;
}
.row>.col6 + .col4 { 
	width: 40%;
}
.row>.col7 { 
	width: 70%;
}
.row>.col7 + .col3 { 
	width: 30%;
}
.row.row_padding { 
	margin-left: -1rem;
	margin-right: -1rem;
}
.row.row_padding>.col2,
.row.row_padding>.col3,
.row.row_padding>.col4,
.row.row_padding>.col5 { 
	padding-right: 1rem;
	padding-left: 1rem;
}
/*============================*/
     /*new grid system*/
.col-2-offset {
	margin-left: 16.6666%;
}
