@charset "utf-8";

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');
@font-face {
	font-family: 'noto_sans';
	font-style: normal;
	font-weight: 100;
	src: url(../font/notokr-light.eot);
	src: url(../font/notokr-light.eot?#iefix) format('embedded-opentype'), url(../font/notokr-light.woff) format('woff');
}
@font-face {
	font-family: 'noto_sans';
	font-style: normal;
	font-weight: 300;
	src: url(../font/notokr-demiLight.eot);
	src: url(../font/notokr-demiLight.eot?#iefix) format('embedded-opentype'), url(../font/notokr-demiLight.woff) format('woff');
}
@font-face {
	font-family: 'noto_sans';
	font-style: normal;
	font-weight: 500;
	src: url(../font/notokr-regular.eot);
	src: url(../font/notokr-regular.eot?#iefix) format('embedded-opentype'), url(../font/notokr-regular.woff) format('woff');
}
@font-face {
	font-family: 'noto_sans';
	font-style: normal;
	font-weight: 700;
	src: url(../font/notokr-medium.eot);
	src: url(../font/notokr-medium.eot?#iefix) format('embedded-opentype'), url(../font/notokr-medium.woff) format('woff');
}
@font-face {
	font-family: 'noto_sans';
	font-style: normal;
	font-weight: 800;
	src: url(../font/notokr-bold.eot);
	src: url(../font/notokr-bold.eot?#iefix) format('embedded-opentype'), url(../font/notokr-bold.woff) format('woff');
}

/*********************************
2. Body and some general stuff
*********************************/
* {
	margin: 0;
	padding: 0;
	outline: none !important;
}
html {
	font-size: 15px;
}
body {
	font-family: "Noto Sans KR",arial,verdana, '맑은고딕', 'Poppins', "noto_sans", "Noto Sans", "나눔고딕", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	background: #FFFFFF;
	color: #1e1e27;
	position: relative;
	min-height: 100%;
	min-width: 320px;

}
div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
	list-style: none;
	margin-bottom: 0px;
}
p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #989898;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 2px #f1f1f1;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
p a:active {
	position: relative;
	color: #557aea;
}
p a:hover {
	color: #557aea;
	background: #fcf5ee;
}
p a:hover::after {
	opacity: 0.2;
}
::-moz-selection {
	background: #fcf5ee;
	color: #557aea;
}
::selection {
	background: #fcf5ee;
	color: #557aea;
}
p::-moz-selection {
	background: #fcf5ee;
}
p::selection {
	background: #fcf5ee;
}
h1 {
	font-size: 72px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #282828;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}
::-webkit-input-placeholder {
	font-size: inherit !important;
	font-weight: 200;
	color: #777777 !important;
}
:-moz-placeholder
/* older Firefox*/

{
	font-size: inherit !important;
	font-weight: 200;
	color: #777777 !important;
}

::-moz-placeholder
/* Firefox 19+ */

{
	font-size: inherit !important;
	font-weight: 200;
	color: #777777 !important;
}
:-ms-input-placeholder {
	font-size: inherit !important;
	font-weight: 200;
	color: #777777 !important;
}
::input-placeholder {
	font-size: inherit !important;
	font-weight: 200;
	color: #777777 !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
legend {
	display: none
}
section {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select::-ms-expand {
	display: none
}
select option:disabled{
	background: #f5f5f5;
}
.screen-out {
	font-size: 0;
	text-indent: -99999px
}
.clear {
	clear: both;
}
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.trans_200 {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300 {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400 {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height {
	height: 100%;
}
.super_container {
	width: 100%;
	overflow: hidden;
}
.m-0-auto {
	margin: 0 auto
}
.background-f7 {
	background-color: #f7f7f7
}
.min-height-58vh{
	min-height: 58vh;
}
.mobile-only{
    display:none;
  }
@media only screen and (max-width: 768px) {
  .mobile-only{
    display:block;
  }
}
/*********************************
3. Home
*********************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 10;
}
.top_nav {
	width: 100%;
	height: 36px;
}
.top_nav_left {
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	overflow: hidden
}

/*********************************
3.1 Currency
*********************************/
.currency {
	display: inline-block;
	position: relative;
	min-width: 50px;
	padding-left: 2px;
	text-align: center;
	vertical-align: middle;
}
.currency > a {
	display: block;
	color: #191919;
	font-weight: 500;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	text-transform: uppercase;
}
.currency > a > i {
	margin-left: 0px;
}
.currency:hover .currency_selection {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.currency_selection {
	display: block;
	position: absolute;
	left: -2%;
	top: 120%;
	margin: 0;
	width: 150px;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	-webkit-box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.currency_selection li {
	line-height: 40px;
}
.currency_selection li a {
	display: block;
	color: #232530;
	border-bottom: solid 1px #e7e7e7;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.currency_selection li a:hover {
	color: #b5aec4;
}
.currency_selection li:last-child a {
	border-bottom: none;
}
.banner-sm {
	padding-right: 15px;
}
.gnb-2 .currency > a {
	border-radius: 3px; 
	padding: 0 20px;
	color: #191919;
	border:1px solid #e5e5ea;
	background:#ffffff;
	font-weight: 400;
}
.gnb-2 .currency > a.img-bikopay{
	border: 1px solid #000; transition: all .35s ease-out;
}
.gnb-2 .currency > a.img-bikopay:hover{
	background-color: #191919; color: #fafafa;
}

.img-bikopay-mo{
	display: block;
	width:100%;
	background:#fff; 
	border-radius:6px;
	border:1px solid #e1e1e1;
	padding: 12px 20px; 
	color: #333;
}
.top_my_menu {
	position:absolute;
	right:15px;
	top:24px;
}
.top_my_menu .currency{
	margin-right:5px;
}
.top_my_menu .currency > a{
	position: relative;
	padding-top:32px;
	color:#666;
	height:auto;
}
.top_my_menu .currency > a > i {
	position:absolute;
	top:0;
	left:26%;
	font-size:1.7rem;
	color:#111;
}
/*********************************
3.2 Language
*********************************/
.language {
	display: inline-block;
	position: relative;
	min-width: 50px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
}
.language > a {
	display: block;
	color: #585858;
	font-weight: 300;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}
.language > a > i {
	margin-left: 8px;
}
.language:hover .language_selection {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.language_selection {
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 150px;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	-webkit-box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.language_selection li {
	line-height: 44px;
}
.language_selection li a {
	display: block;
	color: #232530;
	border-bottom: solid 1px #e7e7e7;
	font-size: 14px;
	-webkit-transition: opacity 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.language_selection li a:hover {
	color: #b5aec4;
}
.language_selection li:last-child a {
	border-bottom: none;
}

/*********************************
3.3 Account
*********************************/
.account {
	display: inline-block;
	position: relative;
	min-width: 50px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
}
.account > a {
	display: block;
	color: #888;
	font-weight: 200;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.account > a > i {
	margin-left: 8px;
}
.account:hover .account_selection {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.account_selection {
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 150px;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	-webkit-box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.account_selection li {
	line-height: 44px;
}
.account_selection li a {
	display: block;
	color: #232530;
	border-bottom: solid 1px #e7e7e7;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.account_selection li a:hover {
	color: #b5aec4;
}
.account_selection li:last-child a {
	border-bottom: none;
}
.account_selection li a i {
	margin-right: 10px;
}

/*********************************
3.4 Main Navigation
*********************************/
.main_nav_container {
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	z-index: 0;
}
.navbar {
	width: auto;
	padding: 10px 0;
}
@media screen and (max-width: 991px) {
	.navbar{
		padding: 10px 0;
	}
	.navbar ul{
		width: 100% !important;
	}
}
.navbar_menu > li {
	display: inline-block;
	text-align: center;
}
.navbar_menu > li:not(:first-of-type){
	margin-left: 5px;
}
.navbar_menu > li a {
	display: block;
	color: #1e1e27;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 20px;
}
.navbar_menu > li a:hover {
	color: #000  /*#e0ff00*/;
}
.navbar_menu > li + li a {	
	font-size: 15px;
	color: #ffffff;
	background-color: #e34561 ;
	border-radius: 30px ;
	padding:7px 24px;	
	/*text-shadow: 1px 1px 10px white;*/
}
.navbar_menu_list:nth-child(3) a{
	background-color:#ef9016;
}
.navbar_menu_list:nth-child(4) a{
	background-color:#8767CA;
}
.navbar_menu_list:nth-child(5) a{
	background-color:#27b3a5;
}
.navbar_menu > li + li a:hover{
	color:#fff;
}
.navbar_menu > li + li a i{
	margin-right: 6px;
}
.navbar_user {
	margin-left: 37px;
}
.navbar_user li {
	display: inline-block;
	text-align: center;
}
.navbar_user li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 40px;
	height: 40px;
	color: #1e1e27;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.navbar_user li a:hover {
	color: #b5aec4;
}
.checkout a {
	background: #eceff6;
	border-radius: 50%;
}
.checkout_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 9px;
	right: -9px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #f4004b;
	font-size: 9px;
	color: #FFFFFF;
}

/*********************************
3.5 Hamburger Menu
*********************************/

.hamburger_container,
.search_container {
	display: none;
	margin-left: 40px;
}
.hamburger_container i,
.search_container i {
	font-size: 28px;
	color: #1e1e27;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 1rem;
}
.hamburger_container:hover i {
	color: #b5aec4;
}
.hamburger_menu {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.95);
	z-index: 10;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.hamburger_menu.active {
	right: 0;
}
.fs_menu_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: rgba(255, 255, 255, 0);
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger_close {
	position: absolute;
	top: 26px;
	right: 10px;
	padding: 10px;
	z-index: 1;
}
.hamburger_close i {
	font-size: 24px;
	color: #1e1e27;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.hamburger_close:hover i {
	color: #b5aec4;
}
.hamburger_menu_content {
	padding-top: 100px;
	width: 100%;
	height: 100%;
	padding-right: 20px;
}
.menu_item {
	display: block;
	position: relative;
	border-bottom: solid 1px #b5aec4;
	vertical-align: middle;
}
.menu_item > a {
	display: block;
	color: #1e1e27;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
}
.menu_item > a:hover {
	color: #b5aec4;
}
.menu_item > a > i {
	margin-left: 8px;
}
.menu_item.active .menu_selection {
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu_selection {
	margin: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu_selection li {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.menu_selection li a {
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu_selection li a:hover {
	color: #b5aec4;
}
.menu_selection li:last-child a {
	border-bottom: none;
}

/*********************************
3.6 Logo
*********************************/

.logo_container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
	letter-spacing: 0.5px
}
.logo_container a {
	font-size: 27px;
	color: #1e1e27;
	font-weight: 700;
	text-transform: uppercase;
}
.logo_container a span {
	color: #f4004b;
}



.title-wrap .header-title a {
	font-size: 20px;
	color: #1e1e27;
	font-weight: 700;
	text-transform: uppercase;
}

/*********************************
4. Breadcrumbs
*********************************/

.breadcrumbs {
	width: 100%;
	height: 40px;
/*	border-bottom: solid 1px #ebebeb;*/
}
.breadcrumbs ul li {
	display: inline-block;
	margin-right: 17px;
}
.breadcrumbs ul li:first-child i{
 display: none
}
.breadcrumbs ul li.active a {
	color: #ef5700;
}
.breadcrumbs ul li i {
	margin-right: 17px;
}
.breadcrumbs ul li a {
	color: #51545f;
}

/*********************************
  Footer
*********************************/

.footer {
	background: #fff;
}
/* .footer__copyright__text{
	padding: 10px 0 !important;
} */
@media only all and (max-width: 991px){
	.footer{
		position: relative; width: 100%; left: 0; bottom: 0;
		margin-bottom:56px !important;
	}
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about .footer__logo {
	margin-bottom: 20px;
}

.footer__about .footer__logo a {
	display: inline-block;
}

.footer__about p {
	color: #b7b7b7;
	margin-bottom: 10px;
}

.footer__widget {
	margin-bottom: 20px;
}

.footer__widget h6 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.footer__widget ul li {
	line-height: 24px;
	list-style: none;
}

.footer__widget ul li a {
	color: #b7b7b7;
	font-size: 13px;
}

.footer__widget .footer__newslatter p {
	color: #b7b7b7;
}

.footer__widget .footer__newslatter form {
	position: relative;
}

.footer__widget .footer__newslatter form input {
	width: 100%;
	font-size: 14px;
	color: #3d3d3d;
	background: transparent;
	border: none;
	padding: 15px 0;
	border-bottom: 2px solid #ffffff;
}

.footer__widget .footer__newslatter form input::-webkit-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-moz-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input:-ms-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-ms-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form button {
	color: #b7b7b7;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	background: transparent;
	border: none;
}

.footer__copyright__text {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 0;
}

.footer__copyright__text p {
	color: #b7b7b7;
	margin-bottom: 0;
}

.footer__copyright__text p i {
	color: #e53637;
}

.footer__copyright__text p a {
	color: #e53637;
}
/*********************************
  custom
*********************************/

[data-toggle='collapse'] {
	cursor: pointer
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	-o-text-overflow: ellipsis
}
.btn-transparent {
	background: transparent;
	padding: 0;
}
.d-table {
	display: table;
	width: 100%
}
.d-table-layout {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.display-none {
	display: none !important
}
.display-block {
	display: block !important
}
.display-inline {
	display: inline-block !important
}
.text-underline {
	text-decoration: underline !important
}
.border-bottom-dot {
	border-bottom: 1px dotted;
}
.header-top {
	margin-top: 66px;
	min-height: calc(100vh - 145px);
}
.special-header-top{
	min-height: calc(100vh - 504px)
}
@media (min-width: 480px) and (max-width: 991px) {
	.header-top {
		margin-top: 100px;
		min-height: calc(100vh - 235px);/*110px(116+76+56)*/
	}
	.special-header-top{
		min-height: calc(100vh - 360px)
	}
}
@media all and (max-width: 479px) {
	.header-top {
		margin-top: 65px;
		min-height: calc(100vh - 200px);
	}
	.special-header-top{
		min-height: auto;
	}
}
.position-r {
	position: relative
}
.position-ab {
	position: absolute
}

/*form list*/

.section-border-bottom {
	border-bottom: 2px solid #868686;
	padding-bottom: .8rem
}
.section-list {
	border: 2px solid #868686;
	border-width: 2px 0
}
.section-list .form-group {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 15px 0;
}
.section-list .form-group:last-child {
	border: none
}
.btn-inspection {
	font-size: .9rem;
	padding: 0.6rem 2rem;
}
.btn-gray {
	color: #292b2c;
	background-color: #fff;
	border-color: #e5e5e5;
}
.color-purple {
	color: #674cfe !important
}
.background-purple {
	background-color: #674cfe !important;
}
.background-pink {
	background-color: #fff6f6 !important;
}
.badge-secondary {
	color: #fff;
	background-color: #fe4c50;
}
.bg-gradient-primary {
	background-color: #000;
}
.badge-secondary2 {
	color: #fff;
	background-color: #674cfe
}
.btn-outline-purple {
	color: #674cfe;
	background-color: #fff;
	border-color: #674cfe;
}
.btn-outline-purple:hover {
	color: white;
	background-color: #674cfe;
	border-color: #674cfe;
}
.btn-outline-purple:focus,
.btn-outline-purple.focus {
	color: white;
	background-color: #674cfe;
	border-color: #674cfe;
}
.btn-outline-purple:not([disabled]):not(.disabled).active,
.btn-outline-purple:not([disabled]):not(.disabled):active {
	color: white;
	background-color: #674cfe;
	border-color: #674cfe;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(103, 76, 254, 0.5019607843137255);
	box-shadow: 0 0 0 0.2rem rgba(103, 76, 254, 0.5019607843137255);
}
input[type=checkbox],
input[type=radio] {
	display: none
}
.checkbox label {
	cursor: pointer
}
.check-primary,
.check-info,
.check-square {
	position: relative
}
.check-primary input:checked + label .icon {
	color:#BC8E67 /*#127847;*/ !important;
}
.check-primary input:checked + label .icon:before {
	content: "\e90c";
}
.check-square input:checked + label i {
	color: #674cfe !important
}
.check-square.chk-black input:checked + label i {
	color: #333 !important
}
.check-square input:checked + label i:before {
	content: "\f14a";
	font-weight: bold
}
.check-info input:checked + label .icon {
	color: #191919 !important
}
.check-info.chk-black input:checked + label .icon {
	color: #333 !important
}
.check-info input:checked + label .icon:before {
	content: "\e958";
}
.bar {
	display: inline-block;
	width: 1px;
	height: 11px;
	margin: 0 6px;
	background-color: #a9a9a9;
	vertical-align: unset;
}
.bar2 {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #fff;
}
.shadow-box {
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

/*all-categories*/
.gnb-1 {
	min-width:320px;
	height: 101px;
	position: relative;
}
.gnb-1-2 .img-bikopay {
	display: none
}
.currency .icon {
	font-size: 10px;
}
.top_icon{
	width:15px;
	height:15px;
	margin-bottom: -2px;
	display: inline-block;
	background: no-repeat center center ;
	background-size: 100% 100%;
	opacity: .8;
}
.top_icon.cart{
	background-image:url('/shop/img2/icon/cart2.svg');
}
.top_icon.search{
	background-image:url('/shop/img2/icon/search.svg');
}
.top_icon.center{
	background-image:url('/shop/img2/icon/center.svg');
}
.top_icon.mypage{
	background-image:url('/shop/img2/icon/mypage.svg');
}
.top_icon.mypage-wh{
	background-image:url('/shop/img2/icon/mypage_wh.svg');
}
.top_icon.login{
	background-image:url('/shop/img2/icon/login.svg');
}
.top_icon.login-wh{
	background-image:url('/shop/img2/icon/login_wh.svg');
}
.top_icon.logout{
	background-image:url('/shop/img2/icon/logout.svg');
}
.top_icon.logout-wh{
	background-image: url('/shop/img2/icon/logout_wh.svg');
}
.top_icon.join{
	background-image:url('/shop/img2/icon/join.svg');
}
.top_icon.join-wh{
	background-image:url('/shop/img2/icon/join_wh.svg');
}
.top_icon.gift{
	background-image:url('/shop/img2/icon/gift.svg');
}
.btn-main .top_icon.gift{
	background-image:url('/shop/img2/icon/gift.svg');
}
.nav-m .top_icon{	
	width:24px;
	height:24px;
}
.nav-m .top_icon.cart, .nav-m .top_icon.search{	
	position: absolute;	
	top:7px;
	left:2px;
	font-size:0;
}
.nav-m .top_icon.search{
	left:8px;
}
#searchBtn{
	display: none;
}
@media only screen and (max-width: 479px) {
	#searchBtn, #searchModal .main-search{
		display: block;
	}
	.main-search{
		display: none;
	}
	#searchModal .modal-content{
		background-color:transparent;
	}
	#searchModal .modal-content, #searchModal .modal-header, #searchModal .modal-footer {
		border:none;
	}
	#searchModal .main-search{
		width:90%;
		left:12vw;
		height:50px;
		padding:10px 20px;
	}
	#searchModal .main-search .btn-search{
		top:10px;
	}
	#searchModal .close{
		color:#fff;
		text-shadow: none;
		opacity:1;
	}

}
.top_nav_menu .flag-icon {
	width: 14px;
	margin-right: 4px
}
.top_nav_menu > li:after {
	content: '';
	width: 0px;
	height: 11px;
	margin: 0 0px;
	background-color: #e1e1e1;
	position: absolute;
	right: -5px;
	top: 12px;
}
.top_nav_menu li:last-child::after {
	background: none
}
.top_nav_menu.trans .li-top {
	top: 60px;
	right: 0;
	border: none;
	height: 40px;
	background: #fff;
	color: #1e1e27;
	width: 110px;
	padding: 0;
	display: block !important;
	position: absolute
}
.top_nav_menu.trans .li-top > a {
	color: #1e1e27;
	font-size: 13px;
}
.top_nav_menu.trans .li-left {
	right: 100px
}
.top_nav_menu.trans .li-left a {
	margin-right: 15px !important;
}
.top_nav_menu.trans .li-top:after {
	content: '';
	background: none
}
.title-wrap {
	width: 100%
}
.title-wrap .header-title {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 46px;
}
.title-wrap .link-back {
	font-size: 18px;
	color: #333;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px 14px;
}
.title-wrap .nav-m {
	position: absolute;
	right: .1rem;
	top:7px;
	display: flex;
	/* gap:5px; */
}
.title-wrap .nav-m.nav-l {
	left: .8rem;
}
.gnb-2 {
	z-index: 0;
	background: #fff;
	border-top: 1px solid #f5f5f5;
}
.header-static {
	top:-10px !important;
}
.gnb-2.static {
	position: static;
	height: 0;
	display: none;
}
.gnb-2.static .navbar_menu > li, .gnb-2.static .banner-sm > li {
	display: none !important;
}
.gnb-2.static .all-categories-btn {
	display: block !important;
	position: absolute;
	top: -80px;
}
.gnb-2.static .all-categories-btn > a {
	width: 60px;
	height: 80px;
}
.gnb-2.static .all-categories-btn .txt {
	display: none
}
.gnb-2.static .all-categories-btn .icon {
	margin: 0;
	font-size: 20px;
	line-height: 90px;
	color: #fff;
	font-weight: bold
}
.gnb-2.static .all-categories-list {
	top: 77px;
}

/*mobile category*/
.m-category .l-tlt {
	margin: 1.5rem .5rem .7rem .5rem;
	display: inline-block;
}
.m-category .l-tlt a {
	color: #424242;
	font-size: 1rem;
}
.m-category .l-tlt .icon {
	color: #ccc;
	font-size: .8rem;
}
.m-category .m-cate {
	background: #fff;
	border: 1px solid #ececec;
	border-bottom: 0
}
.m-category .m-cate li {
	width: 50%;
	height: 45px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #f1f1f1;
}
.m-category .m-cate li:nth-last-child(1):nth-child(odd) {
	width: 100%
}
.m-category .m-cate a {
	display: inline-block;
	line-height: 45px;
	color: #666;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	position: relative
}
.m-category .m-cate a::after {
	content: "\e906";
	position: absolute;
	right: 10px;
	color: #d6d6d6;
	font-size: .8rem;
	font-family: 'pay-icon' !important;
}


/*search*/

.main-search {
	position: absolute;
	top: 52%;
	left: 50%;
	width: 510px;
	height: auto;
	background-color: #fff;
	color:#f1f1fa;
	border: 1px solid #dfdfdf;
	border-radius:22px;
	padding: 0 44px 0 20px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.main-search label {
	height: 38px;
	width: 100%;
	margin-bottom: 0;
}
.main-search .input-search {
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 15px;
	line-height: 1;
	color: #1e1e27;
	background-color: transparent;
}
.main-search .btn-search {
	position: absolute;
	top: 0;
	right: 10px;
	width: 40px;
	height: 40px;
}
.main-search .btn-search i {
	font-size: 18px;
	color: #ccc;
}
.main-search .search-dropdown {
	width: 20%;
	height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
	cursor: pointer
}
.main-search .search-dropdown select{
	border: none;
	border-radius: 24px;
	height: 37px;
	padding: 0 10px 0 18px;
	line-height: 37px;
	font-weight: bold;
	font-size: 1rem;
}
.nav-m > a, .nav-m .m-search-dropdown > a {
	width: 40px;
	height: 37px;
	display: inline-block;
	line-height: 37px;
	color: #191919;
	font-size: 1.4rem;
}
.nav-m .nav-m-icon {
	font-size: 1.4rem;
	color: #fff;
	font-weight: 600; 
}
.nav-m .checkout_items {
	right: 5px
}
/*m-search*/
.m-search-dropdown .dropdown-toggle::after{
	display:none;
}
.m-search-dropdown .dropdown-menu{
	border: none !important;
	height:50px;
	width:97vw;
}
.m-search-dropdown .main-search{
	display: block !important;
	top:15%;
	left:10%;
	width:97%;
}
.m-search-dropdown .main-search .btn-search i{
	font-size:20px;
	color:#ccc;
}
.all-categories-list {
	position: absolute;
	top: 63px;
	left: 0;
	border: 1px solid #000;		
	border-radius: 10px;
	background: #fff;
	z-index: 9999;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
	width: 920px;
	min-height: 360px;
	height: auto;
	display: none;
	padding:5px;
}
.all-categories-btn:hover .all-categories-list {
	display: block;
}
.all-categories-list .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	background: #eeeeee;
	border: none;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 0;
	font-size: 17px;
	color: #7a7a7a;
	cursor: pointer;
	z-index: 1;
}
.all-categories-list .menu01 {
	position: relative;
	border-radius: 12px;
	min-height: 310px;
}
.all-categories-list .menu01 > li {
	width: 167px;
	text-align: left;
	border-radius: 8px 0 0 8px;
}
.all-categories-list::before,.all-categories-list::after{
	position:absolute;
	top:1px;
	left:172px;
	width:1px;
	height:calc(100% - 2px);
	background-color: #eee;
	content: '';
}
.all-categories-list::after{
	left:370px;
}
.all-categories-list .menu01 > li > a {
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	color: #474747;
	font-size: 14px;
	width: 100%;
	display: inline-block;
	font-weight: 100;	
	border-radius: 8px 0 0 8px;
}
.all-categories-list .menu01 > li.active, .all-categories-list .menu01 > li > a:hover {
	background: #eee;
}
.all-categories-list .menu01 > li.active > a {
	color: #1e1e27;
	font-weight: bold;
}
.all-categories-list .menu02 {
	display: none;
	position: absolute;
	top: 15px;
	left: 195px;
	width: 40%;
	height: 90%
}
.all-categories-list .menu02 h3::before {
	content: '';
	display: inline-block;
	height: 14px;
	width: 3px;
	background: #926E50;
	margin-right: 5px;
}
.all-categories-list .menu02 h3 {
	font-size: 20px;
	font-weight: 700;
	color: #926E50;
	margin-bottom: 1rem;
}
.all-categories-list .menu02 > ul > li {
	margin-bottom: 5px;
}
.all-categories-list .menu02 > ul > li > a {
	font-weight: bold;
	width: 170px;
	padding-left: 8px;
}
.all-categories-list .menu02 > ul > li.active > a {
	color: #1e1e27;
	background-color: #eee /* #f4004b*/
}
.all-categories-list .menu02 a {
	height: 25px;
	line-height: 25px;
	padding-left: 0px;
	color: #1e1e27;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
}
.all-categories-list .menu01 > li.active .menu02 {
	display: block;
}
.all-categories-list .menu02 > ul > li.active .menu03 {
	display: block;
}
.all-categories-list .menu03 {
	display: none;
	position: absolute;
	left: 180px;
	top: 35px;
	padding-left: 15px;
}
.all-categories-list .menu03 li {
	margin-bottom: 5px
}
.all-categories-list .productBest, .all-categories-list .productRecommend {
	position: absolute;
	right: 20px;
	top: 130px;
	width: 340px;
	text-align: left;
}
.all-categories-list .productRecommend {
	top:20px;
}
.all-categories-list .productRecommend li{
	display: inline-block;
	margin-bottom:5px;
}
.all-categories-list .productRecommend li a{
	position: relative;
	padding:5px 10px 5px 33px;
	height:30px;
	border:1px solid #e1e1e1;
	border-radius: 18px;
	color:#474747;
	font-size:0.88019rem;
	font-weight: normal;
	line-height: 19px;
}
.all-categories-list .productRecommend li a span{
	position: absolute;
	top:2px;
	left:2px;
	width:24px;
	height: 24px;
	border-radius: 50%;
	background:#eee no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	content: '';
}
.all-categories-list .productRecommend li a span.birthday{
	background-image: url('/shop/images/cate-icon-birthday.png');
}
.all-categories-list .productRecommend li a span.good{
	background-image: url('/shop/images/cate-icon-good.png');
}
.all-categories-list .productRecommend li a span.club{
	background-image: url('/shop/images/cate-icon-club.png');
}
.all-categories-list .productRecommend li a span.luxury{
	background-image: url('/shop/images/cate-icon-luxury.png');
}
.all-categories-list .productRecommend li a span.coupon{
	background-image: url('/shop/images/cate-icon-coupon.png');
}
.all-categories-list .productRecommend li a span.good{
	background-image: url('/shop/images/cate-icon-good.png');
}
.all-categories-list .productRecommend li a span.display{
	background-image: url('/shop/images/cate-icon-display.png');
}

.all-categories-list .productBest li {
	margin-bottom: 10px;
	width: 36%;
	float: left;
}
.all-categories-list .productBest li:nth-child(2n) {
	margin-left: 2%
}
.all-categories-list .productBest a {
	border: 1px solid #e7e7e7;
	padding: 10px;
}
.all-categories-list .productBest h6 {
	margin-bottom: 0;
	font-size: .98rem;
	overflow: hidden;
	height: 2.3rem;
	text-overflow: ellipsis;
	word-wrap: normal;
}
.all-categories-list .productBest p {
	color: #333;
	font-size: 0.91rem;
	margin-bottom: 0;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break: break-all;
}


.btn-top-scroll {
	position: fixed;
	right: 1.02rem;
	bottom: 5rem;
	z-index: 10;
	width: 2.1rem;
	border-radius: 6px;
	height: 2.1rem;
	border: 1px solid #e0e0e0;
	background-color: rgba(255, 255, 255, 0.9);
	line-height: 2.1rem;
	text-align: center;
	display: none;
	cursor: pointer
}
.btn-top-scroll .icon {
	font-size:15px;
}

/*nav_banner*/



.main_banner_nav {
	position: absolute;
	bottom: 40px;
	text-align: center;
	margin: 0 auto;
	width: 1110px;
	left: 50%;
	margin-left: -555px;
	height: 55px;
	background: rgba(0, 0, 0, 0.4);
}
.main_banner_nav li {
	position: relative
}
.main_banner_nav a {
	line-height: 55px;
	color: #fff;
	font-size: 17px;
	display: block;
	width: 100%;
}
.main_banner .slick-current {
	opacity: 1 !important;
}

/*plugin*/

.main_banner .slick-dots {
	bottom: 6%;
}
.main_banner .slick-slide {
	margin: 0 10px
}
@media only all and (max-width: 991px){
.main_banner .slick-slide{
   margin: 0
}
}
.main_banner .slick-slide img {
	width: 100%;
}
.main_banner .slick-dotted.slick-slider {
	margin-bottom: 0
}
.main_banner .custom_paging {
	display: block;
	position: absolute;
	bottom: 1.5rem;
	right: 0;
	opacity: 0.8;
	border-radius: 5px;
	color: #fff;
	height: 1.95rem;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 1rem 0 0 1rem;
	width: 4rem;
	height: 1.96rem;
	text-align: center;
}
.main_banner .custom_paging li {
	display: none;
	font-size: .9rem;
	letter-spacing: 4px;
	line-height: 1.96rem;
}
.main_banner .custom_paging li.slick-active {
	display: block;
}
.main_banner .custom_paging li em {
	font-size: 74%;
}
.main_banner .slick-dots li button:before {
	content: "\e929";
	color: #fff;
	font-family: "pay-icon";
	font-weight: 900;
	opacity: .5;
	font-size: 5px
}
.main_banner .slick-dots li.slick-active button:before {
	content: "\e929";
	color: #fff;
	font-family: "pay-icon";
	opacity: 1
}
.main_banner .ic-right-arrow,
.main_banner .ic-left-arrow {
	position: absolute;
	top: 50%;
	width: 5rem;
	height: 5rem;
	font-size: 4.5rem;
	cursor: pointer;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
	opacity: .8;
}
.main_banner .ic-right-arrow {
	right: 14%;
}
.main_banner .ic-left-arrow {
	left: 14%;
	z-index: 1;
}

/*dl-list*/

.dl-list {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7
}
.dl-list dl {
	display: table;
	width: 100%;
	margin-bottom: 0
}
.dl-list dl + dl {
	border-top: 1px solid #eaeaea
}
.dl-list dt {
	width: 34%;
	background: #f9f9f9;
	font-weight: bold;
	word-break: keep-all;
}
.dl-list dd {
	white-space: pre-line;
	color: #585858;
}
.dl-list dt,
.dl-list dd {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 20px;
	word-break: break-word;
	font-weight: 100;
}
.ul-tabs li {
	display: inline-block;
	text-align: center;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	width: 200px;
	background: #e2e4e6;
}
.ul-tabs li.active {
	background: #fff;
}
.ul-tabs li + li {
	border-left: 1px solid #e7e7e7
}
.ul-tabs li a {
	color: #333;
	width: 100%;
	display: inline-block;
	padding: .8rem 1rem;
}
.section01 .tlt {
	font-size: 1.14rem;
	margin: 1.2rem 0 .6rem 1rem
}
.section01 .product_name {
	font-size: 16px
}
.section01 .product_price {
	font-size: 18px
}
.section01 .product_slider_container {
	margin-top: 0
}
.section02 {
	background: #f8f8f8;
}
.section02 .product_image {
	background: #fff;
}
.star_rating .fa-star.star-o {
	font-weight: 100
}

/*star*/

.star_rating {
	display: inline-block;
	margin-left: 1rem;
}
.star_rating li {
	display: inline-block;
	margin-right: -2px;
	cursor: pointer;
}
.star_rating li i {
	color: #fac451;
}

/*login*/

.form-code input {
	width: 74%
}
.form-code .p-txt {
	right: 0;
	top: 0;
	width: 24%;
	height: 100%;
	margin: 0;
	position: absolute;
	color: #fff;
	background: #1e1e27;
}
@media only screen and (max-width: 767px) {
	.user-search-header {
		text-align: center;
	}
	.user-search-header h2 {
		font-size: 1.2rem !important
	}
	.ul-tabs li {
		width: 46%
	}
}

/*********************************
  image
*********************************/

.js-image-preview {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 5rem 5rem;
	background-image: url('../../images/images.svg');
	border: 1px solid #e7e7e7;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(12, 12, 12, 0.1);
	box-shadow: 0px 4px 12px 0px rgba(12, 12, 12, 0.1);
}
.js-image-preview input[type='file'] {
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	display: block
}

/*kyc modal */

.md-kyc {
	background: #7e9ca7;
}
.md-kyc .bg-kyc {
	background: #7e9ca7;
	padding: .7rem
}
.md-kyc .txt-kyc {
	background: #192026;
	margin-top: .7rem
}
.md-kyc .txt-kyc li {
	font-size: .94rem;
	color: #aab7bc;
	padding-left: .5rem;
	position: relative;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: .3rem;
}
.md-kyc .txt-kyc li::before {
	content: '-';
	position: absolute;
	left: 0;
}

/*table orderinfo */
.con-orderinfo{
	padding: 0rem;
}
.con-orderinfo .dl-txt,
.con-orderinfo .dd-txt{
	padding: 8px 5px;
}
.con-orderinfo .ul-info li {
	border: 1px solid #eee; border-radius: 5px;
}
.con-orderinfo .ul-info > li:not(:last-of-type){
	margin-bottom: 1rem;
}
.con-orderinfo .ul-info li .status-tit{
	padding: 1rem; border-bottom: 1px dotted #eee; font-weight: 500; background-color: #fafafa;
}
.con-orderinfo .ul-info li .status-tit+div{
	padding: 1rem;
}
.con-orderinfo .ul-info li .reply-detail{
	padding: 1rem;
}
.con-orderinfo .ul-info li .reply-detail ul li{
	border: none;
}
.con-orderinfo .ul-info li .reply-detail ul li.con-product:not(:first-of-type){
	border-top: 1px solid #eee;
}
.con-orderinfo .table-order {
	width: 100%
}
.con-orderinfo .table-order td {
	vertical-align: top
}
.con-orderinfo .table-order .td-deliver {
	vertical-align: middle;
	border-left: 1px solid #f1f1f1;
}
.con-orderinfo .table-order tr {
	border-top: 1px solid #ddd
}
#md-ordercoupon .coupon-all {
	height: 418px;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
@media all and (min-width: 768px) {
	.remodal.coupon-wrap {
		max-width: 900px
	}
}

/*mypage menu*/
.mypage_sidebar_categories {
	padding: 1.5rem 1rem 1.5rem 1.5rem;
}
.mypage_sidebar_categories h5 {
	font-size: 1.1rem;
}
.mypage_sidebar_categories h5 span {
	font-size: 1.05rem;
	margin-right: 6px;
	color: #666
}
.mypage_sidebar_categories_detail li + li {
	margin-top: .2rem
}
.mypage_sidebar_categories_detail li a {
	font-size: 0.96rem;
	color: #5a5a5a;
}
.mypage_sidebar_categories_detail li:before {
	content: '-';
	margin-right: 6px;
}
.mypage_sidebar_categories_detail li.active > a,
.mypage_sidebar_categories_detail li:hover > a,
.mypage_sidebar_categories_detail li.active:before {
	color: #BC8E67/*#68b991*/;
}
@media only screen and (min-width: 992px) {
	#mypageWrap .mypage_sidebar {
		background: #f7f7fa;
		height:100%;
		margin-top: -23px;
		border-radius: 10px;
	}
	.mypage_sidebar_title {
		background-color: #f1f1fa;
		height: 55px;
		padding-left:1.5rem;
	}
	.mypage_sidebar_title .mypage_title {
		font-size: 1.35rem;
		line-height: 55px;
	}
	.mypage_sidebar_categories_detail {
		margin: .2rem 0 2rem .6rem;
	}
}
@media only screen and (max-width: 991px) {
	.mypage_sidebar_categories {
		padding: 0;
	}
	.mypage_sidebar_categories h5 {
		margin-top: 10px;
		font-size: 1rem;
	}
	.mypage_sidebar_categories > li {
		margin-bottom: 2.2rem
	}
	.mypage_sidebar_categories_detail ul > li {
		margin: 0 0 -1px -1px;
	}
	.mypage_sidebar_categories_detail li {
		border-bottom: 1px solid #ececec;
	}
	.mypage_sidebar_categories_detail li:last-child {
		margin-bottom: 18px;
	}
	.mypage_sidebar_categories_detail li a {
		line-height: 45px;
		padding-left: 10px;
		width: 100%;
		display: inline-block;
		font-size: 0.9rem;
		position: relative
	}
	.mypage_sidebar_categories_detail li a::after {
		font-family: 'pay-icon' !important;
		content: "\e906";
		position: absolute;
		right: 0;
		font-size: .8rem;
	}
	.mypage_sidebar_categories_detail li:before {
		content: none;
		margin-right: 4px;
	}
}
/*support*/
.supportWrap .con-collapse {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666
}

.supportWrap .con-collapse .panel + .panel {
	border-top: 1px solid #e6e6e6
}

.supportWrap .con-collapse .collapse > div {
	border-top: 1px solid #f6f6f6
}

.supportWrap h2 .icon {
	font-size: 170%;
	vertical-align: sub;
	margin-right: 7px;
}

.supportWrap h2 .ic-notice {
	font-size: 132%;
	vertical-align: text-bottom;
	margin-right: 4px;
}

.supportWrap .con-qnalist {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.supportWrap .con-notice {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7
}

.supportWrap .con-notice li {
	border-top: 1px solid #e6e6e6;
	position: relative
}

.supportWrap .con-notice li:hover {
	background: #fafafa
}

.supportWrap .con-notice li > a::after {
	content: '\e906';
	font-family: 'pay-icon' !important;
	color: #898989;
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -10px;
	font-size: .8rem
}

.supportWrap .con-notice .txt-notice {
	border-top: 1px solid #e7e7e7
}

.supportWrap .paging-list a {
	color: #333;
	padding: 1rem;
	font-weight: 600;
	font-size: .98rem
}

.supportWrap .paging-list a .icon {
	font-size: 90%;
	color: #666
}

.paging-list a:hover {
	color: #fe4c50
}

@media only screen and (max-width: 767px) {
	.supportWrap h2 {
		font-size: 1.25rem !important
	}

	.head-notice {
		display: none
	}

	.supportWrap .con-notice li:first-child {
		border: none
	}
}
/*product-list*/
.list-sm .con-product .con-img {
	float: left;
}

.list-sm .con-product .con-img img {
	width: 80px;
	height: 80px;
	overflow: hidden
}

.list-sm .con-product .con-info {
	width: calc(100% - 95px);
	float: right;
	margin-top: .4rem
}


/*모바일 검색*/
.search-bar-wrapper {
	position: absolute;
	top: 0.4rem;
	right: 3rem;
	width: 49%;
	height: 30px;
	background-color: #fff;
	border: 2px solid #1e1e27;
	border-radius: 25px;
}

.search-bar-wrapper input {
	color: #1e1e27;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 15px;
  line-height: 1;
  background: transparent;
}

.search-bar-wrapper label {
	height: 28px;
	padding-left: 1rem;
  width: 80%;
  margin-bottom: 0;
}

.search-bar-wrapper .btn-search{
	position: absolute;
	top: 5px;
	right: 8px;
}

.search-bar-wrapper .btn-search i{
	font-size: 14px;
}

@media only screen and (max-width: 991px){

	.logo_container {
		display: none;
		
	}
	.main-search {
		top: 0.7rem;
		left: 40vw;
		width: 36vw;
		height: 32px;
		position: absolute;		
		-webkit-transform: translate(-10%, 0%);
		-moz-transform: translate(-10%, 0%);
		-ms-transform: translate(-10%, 0%);
		-o-transform: translate(-10%, 0%);
	}
	.main-search .search-dropdown{
		display: none;
	}

	.main-search .btn-search{
		width: 30px;
		height: 32px;
	}
	.main-search .btn-search i{
		font-size: 16px;
		line-height: 23px;
	}
	.main-search label {
		height: 32px;
		width: 100%;
	}
	.m-search {
		position: absolute;
		z-index: 99;
	}
	.title-wrap .header-title a,
	.title-wrap .nav-m a{
		position: relative;
		z-index: 9999;
		text-align: center;
	}
}

@media only screen and (max-width: 768px){
	.logo_container {
		display: none;
		
	}
	.main-search .search-dropdown{
		display: none;
	}

	.main-search .btn-search{
		width: 20px;
		height: 30px;
	}
	.main-search label {
		height: 32px;
		width: 100%;
	}
	.m-search {
		position: absolute;
		z-index: 99;
	}
}
.btn-back-button {
	position: fixed;
    left: 1.02rem;
    bottom: 5rem;
    z-index: 9;
    width: 2.2rem;
    border-radius: 5px;
    height: 2rem;
    border: 1px solid #d2d2d2;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
}
.btn-back-button .icon{
	font-size: 16px;
	color:#1e1e27
}


/*주문내역 - 리뷰모달*/

.delivery_mesaage{
	margin-top: 16px;
  }
.delivery_mesaage select{
width: 100%;
appearance: none; /* 기본 화살표 제거 */
-webkit-appearance: none;
-moz-appearance: none;
background: url('https://fonts.gstatic.com/s/i/materialicons/arrow_drop_down/v14/24px.svg') no-repeat right 8px center;
background-size: 24px;
padding-right: 32px; /* 아이콘 위치 확보 */
padding-left: 16px;
border: 1px solid #e8e8e8;
border-radius: 4px;
color: #4f4f4f;
font-size: 14px;
line-height: 1rem;
}
.delivery_mesaage textarea{
width: 100%;
height: 120px;
resize: none;
margin-top: 10px;
background-color: #fafafa;
border: 1px solid #e8e8e8;
border-radius: 4px;
padding: 10px 14px;
box-sizing: border-box;
}
.form-control[type=file]{
padding:.375rem;
}
.delivery_mesaage textarea::placeholder{
font-size: 14px;
color: #c8c8c8;
}

.delivery_mesaage dl{
	display: flex;
}
.delivery_mesaage dt{
	margin-top:5px;
}
.delivery_mesaage dd{
	margin-bottom:0;
}




