@charset "UTF-8";

/* common
============================================================================= */
:root {
    --color-pink: #ed4099;
    --color-yellow: #faf7a8;
    --color-green: #67a67a;
}

/* title style */
.sub-title {
    font-size:30px;
	padding:50px 60px 40px;
	text-align:center;
	font-family: var(--body-font-e);
}

@media screen and (max-width: 767px) {
.sub-title {
    font-size:22px;
	padding:20px 15px 20px;
}
}

/* loof style */
.item-loof {
    padding:0px 60px;
}

.item-loof > ul {
    margin:0px -15px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
} 
.item-loof > ul > li{
    padding:0px 15px;
	width:25%;
}

@media screen and (max-width: 767px) {

.item-loof {
    padding:0px 15px;
}

.item-loof > ul {
    margin:0px -5px;
} 
.item-loof > ul > li{
    padding:0px 5px;
	width:50%;
}
}

/* thumbnail */
.wrap-thumbnail {
     width:100%;
	 padding:0px 0px 50px;
}

.wrap-thumbnail .thumbnail .prdimg {
    border:solid 1px #eee;
	border-radius: 1em 1em;
	overflow:hidden;
	display:block;
	position:relative;
}

.wrap-thumbnail .thumbnail .prdimg img {
    width:100%;
}

.wrap-thumbnail .thumbnail .prdimg .best-ico {
    position:absolute;
	display:inline-block;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	background-color:var(--color-pink);
	color:#FFFFFF;
	font-weight:600;
	font-size:16px;
}

.wrap-thumbnail .thumbnail .prdimg .best-ico em {
    color:#fef78d;
}

.wrap-thumbnail .description .brand {
    font-family: var(--body-font-e);
	font-size:20px;
	font-weight:600;
    padding:25px 0px 0px;
	text-align:center;
}
.wrap-thumbnail .description .name {
    font-size:16px;
	font-weight:400;
    padding:15px 0px 0px;
	text-align:center;
}

@media screen and (max-width: 767px) {
.wrap-thumbnail .thumbnail .prdimg {
    border:solid 1px #eee;
	border-radius: 0.4em 0.4em;
	overflow:hidden;
	display:block;
	position:relative;
}

.wrap-thumbnail .thumbnail .prdimg .best-ico {
	width:36px;
	height:36px;
	line-height:36px;
	font-size:11px;
}

.wrap-thumbnail .description .brand {
	font-size:15px;;
    padding:15px 0px 0px;
}
.wrap-thumbnail .description .name {
    font-size:12px;
    padding:6px 0px 0px;
}


}


/* etc */
.bottom-space{
    height:150px;
}
@media screen and (max-width: 767px) {
.bottom-space{
    height:60px;
}
}



/* swiper
============================================================================= */

.wrap-over-arr-bt{
    position:relative
}

.swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
	box-sizing: content-box;
}
.swiper-slide {    
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

.swiper-slide img { width:100%;}

/* pagination style */
.kustom-pagination .swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.kustom-pagination .swiper-pagination-bullets{bottom:20px;left:0;width:100%}
.kustom-pagination .swiper-pagination-bullet{width:16px;height:16px;display:inline-block;border-radius:100%; border:solid 2px #fff; opacity:1;}
.kustom-pagination .swiper-pagination-bullet-active{opacity:1;background:var(--color-pink); border:solid 2px var(--color-pink);}
.kustom-pagination .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}

@media screen and (max-width: 767px) {
.kustom-pagination .swiper-pagination-bullets{bottom:12px;left:0;width:100%}
.kustom-pagination .swiper-pagination-bullet{width:12px;height:12px;}
}

/* Arrows style */
.kustom-arr-bt .swiper-button-next,.kustom-arr-bt .swiper-button-prev{position:absolute;top:50%;width:50px;height:50px;margin-top:-25px;z-index:10;cursor:pointer; background-color:rgba(0,0,0,0.6); border-radius:100%; overflow:hidden;}
.kustom-arr-bt .swiper-button-next.swiper-button-disabled,.kustom-arr-bt .swiper-button-prev.swiper-button-disabled{background-color:rgba(0,0,0,0);cursor:auto;pointer-events:none}
.kustom-arr-bt .swiper-button-prev{
    left:65px;
	right:auto;
}
.kustom-arr-bt .swiper-button-next{
    right:65px;
	left:auto
}
.kustom-arr-bt .swiper-button-prev i,.kustom-arr-bt .swiper-button-next i{
    display:block;
	width:50px;
	height:50px;
	position:relative;
}

.kustom-arr-bt .swiper-button-next.swiper-button-disabled i, .kustom-arr-bt .swiper-button-prev.swiper-button-disabled i{
    display:none;
}

.kustom-arr-bt .swiper-button-prev i:before, .kustom-arr-bt .swiper-button-next i:before {
    content: '';
	height:40px;
	width:40px;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	position: absolute;
	display: block;
	background-image: var(--sprite-icon);
	background-repeat: no-repeat;
	background-size: 200px 200px;
}
.kustom-arr-bt .swiper-button-prev i:before {
    background-position: -40px 0px;
}
.kustom-arr-bt .swiper-button-next i:before {
    background-position: -80px 0px;
}
@media screen and (max-width: 767px) {
.kustom-arr-bt .swiper-button-next,.kustom-arr-bt .swiper-button-prev{
    display:none;
}
}

/* gallery style */
.gallery-thumbs .swiper-slide {
    width: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* header
============================================================================= */

.warp-header {
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	height:80px;
}

.header {
    width:100%;
    margin:0 auto;
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	padding:0px 60px;
	height:80px;
	position:fixed;
	top:0px;
    z-index: 99999;
	background-color:#FFF;
    border-bottom:solid 1px #e8e8e8;
}

.header .logo {
    display:inline-block;
	width:200px;
	margin:0px 0px 0px 0px;
}
.header .logo img { width:100%;}

.header .hamburger {
    display:block;
	width:40px;
	height:40px;
	background-color:var(--color-pink);
	position:relative;
	border-radius: 100%;
	position:relative;
}

.header .hamburger i {
    position:absolute;
	display:inline-block;
	width: 28px;
	height:28px;
	transform: translate(-50%, -50%);
    background-image: var(--sprite-icon);
    background-repeat: no-repeat;
    background-size: 140px 140px; 
    background-position: 0px 0px;
	z-index:1;
}

@media screen and (max-width: 767px) {
.warp-header {
	height:48px;
}
.header {
	padding:0px 15px;
	height:48px;
}
.header .logo {
	width:100px;
	margin:3px 0px 0px 0px;
}
.header .hamburger {
	width:26px;
	height:26px;
}
.header .hamburger i {
	width: 20px;
	height:20px;
    background-size: 100px 100px; 
}
}


/* gnb */
.gnb-nav {
	margin:0 auto;
	padding:15px 60px;
}

.gnb-nav > ul {
    display:flex;
	display: -webkit-flex;
	margin:0px 0px 0px -30px;
}
.gnb-nav > ul > li {
    padding:0px 0px 0px 30px;
}

.gnb-nav > ul > li a{
    display:block;
	padding:0px 60px 0px 0px;
	font-size:20px;
	font-family: var(--body-font-e);
	font-weight:500;
	position:relative;
	line-height:1.0em;
}

.gnb-nav > ul > li a.on:before {
    position:absolute;
	content:"";
	width:100%;
	height:6px;
	background-color:rgba(255,253,21,0.5);
	z-index:-1;
	bottom:0;
	left:-5px;
	border-radius:3px 3px;
}

@media screen and (max-width: 767px) {
.gnb-nav {
	margin:0 auto;
	padding:14px 15px;
}
.gnb-nav > ul {
	margin:0px 0px 0px -16px;
}
.gnb-nav > ul > li {
    padding:0px 0px 0px 16px;
}
.gnb-nav > ul > li a{

	padding:0px 16px 0px 0px;
	font-size:16px;
}

.gnb-nav > ul > li a.on:before {
	height:4px;
	left:-3px;
	border-radius:2px 2px;
}

}

/* layer gnb */

.wrap-layer-lnb .layer-lnb {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all, 0.4s;
    -webkit-transition: all, 0.4s;
    background: rgba(244, 74, 163, 1);
    z-index: 100001;
}
.wrap-layer-lnb .layer-lnb.active {
    left: 0;
}

.wrap-layer-lnb .transparency {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    cursor: pointer;
}

.layer-lnb .layer-lnb-header {
    padding:0px 60px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	border-bottom:solid 1px #ff72c7;
	height:100px;
}

.layer-lnb .layer-lnb-header .logo {
    width:200px;
	display:inline-block;
}

.layer-lnb .layer-lnb-header .logo img {
    width:100%;
	opacity: 0.5;
}

.layer-lnb .layer-lnb-header .btn-close {
    width:60px;
	height:60px;
    background-image: var(--sprite-icon);
    background-repeat: no-repeat;
    background-size: 300px 300px;
    background-position: -180px -120px;
	display:inline-block;
}

.layer-lnb .layer-lnb-content .layer-lnb-menu {
    padding:0px 60px 0px;
}

.layer-lnb .layer-lnb-content .layer-lnb-menu > ul > li {
    width:100%;
	padding:25px 0px;
}

.layer-lnb .layer-lnb-content .layer-lnb-menu > ul > li a{
    display:inline-block;
	font-size:50px;
	font-weight:700;
	color:#fff;
	font-family: var(--body-font-e);
}

.layer-lnb .layer-lnb-content .layer-lnb-menu > ul > li a:hover {
	color:#fff58e;
}

@media screen and (max-width: 767px) {
.layer-lnb .layer-lnb-header {
    padding:0px 15px;
	height:60px;
}
.layer-lnb .layer-lnb-header .logo {
    width:100px;
}

.layer-lnb .layer-lnb-header .btn-close {
    width:40px;
	height:40px;
    background-size: 200px 200px;
    background-position: -120px -80px;
}

.layer-lnb .layer-lnb-content .layer-lnb-menu {
    padding:0px 15px 0px;
}
.layer-lnb .layer-lnb-content .layer-lnb-menu > ul > li {;
	padding:18px 0px;
}

}


/* main
============================================================================= */
.main-content {
    margin:150px 0px 0px 0px;
}

/* main visual  banner */
.main-visual-swiper a {
    display:block;
}

.main-visual-swiper a .pc {
    display:block;
}
.main-visual-swiper a .mobile {
    display:none;
}

@media screen and (max-width: 767px) {
.main-visual-swiper a .pc {
    display:none;
}
.main-visual-swiper a .mobile {
    display:block;
}
}
/* brand banner */

.wrap-brand-banner .brand-banner {
    width:100%;
	max-width:1280px;
	margin:0 auto;
} 

.wrap-brand-banner .brand-banner > ul {
    display: flex;
    display: -webkit-flex;
	margin:0px -40px;
}

.wrap-brand-banner .brand-banner > ul > li {
    width:50%;
	padding:0px 40px;
}

.wrap-brand-banner .banner-wrap{
    width:100%;
    display: flex;
    display: -webkit-flex;
	flex-flow: column nowrap;
}
.wrap-brand-banner .banner-wrap .thum a {
    display:block;
}
.wrap-brand-banner .banner-wrap.left .thum img { width:100%; margin:30px 0px 0px;}
.wrap-brand-banner .banner-wrap.right .thum img { width:100%; margin:0px 0px 30px;}
.wrap-brand-banner .banner-wrap .text { padding:0px 15px 0px;}
.wrap-brand-banner .banner-wrap .text .logo{padding:8px 0px 0px;}
.wrap-brand-banner .banner-wrap .text .logo img { width:60%;}
.wrap-brand-banner .banner-wrap .text h3 {
	font-family: var(--body-font-e);
	font-weight:700;
	font-size:30px;
	color:var(--color-pink);
}

.wrap-brand-banner .banner-wrap.right .text h3 {
	color:var(--color-green);
}

.wrap-brand-banner .banner-wrap .text span {
    display:block;
	padding:15px 0px 0px;
	color:#666;
}

.wrap-brand-banner .banner-wrap .brand-bt {
    display:inline-block;
	height:50px;
	line-height:50px;
	border:solid 1px #eee;
	border-radius: 25px 25px;
	font-family: var(--body-font-e);
	font-size:16px;
	font-weight:700;
	padding:0px 60px 0px;
	margin:20px 0px 0px;
	position:relative;
}
.wrap-brand-banner .banner-wrap .brand-bt:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 50px;
    top: -10px;
    right: -44px;
    background-image: var(--sprite-icon);
    background-repeat: no-repeat;
    background-size: 350px 350px;
    background-position: -280px -70px;
}
@media screen and (max-width: 767px) {
.main-content {
    margin:50px 0px 0px 0px;
}
.wrap-brand-banner .brand-banner {
	max-width:100%;
} 
.wrap-brand-banner .brand-banner > ul {
	flex-flow: column wrap;
	margin:0px 0px;
}

.wrap-brand-banner .brand-banner > ul > li {
    width:100%;
	padding:0px 0px;
}

.wrap-brand-banner .banner-wrap.left {
	flex-flow: column-reverse nowrap;
}

.wrap-brand-banner .banner-wrap.left .thum img, .wrap-brand-banner .banner-wrap.right .thum img {margin:0px 0px 16px;}
.wrap-brand-banner .banner-wrap.left .text { padding:0px 15px 30px;}
.wrap-brand-banner .banner-wrap .text h3 {
	font-size:20px;
}
.wrap-brand-banner .banner-wrap .brand-bt {
	height:40px;
	line-height:40px;
	border-radius: 20px 20px;
	font-size:15px;
		font-weight:600;
	padding:0px 40px 0px;

}
.wrap-brand-banner .banner-wrap .brand-bt:before {
    width: 60px;
    height: 40px;
    top: -12px;
    right: -36px;
    background-size: 300px 300px;
    background-position: -240px -60px;
}
}

/* main pr */
.wrap-main-pr .main-pr .title {
    text-align:center;
	font-size:50px;
	font-family: var(--body-font-e);
	font-weight:700;
	padding:0px 0px 40px;
}

.wrap-main-pr .main-pr-swiper {
    margin:0px 90px;
}

.wrap-main-pr .more-bt {
    border:solid 1px #e1ddf6;
	border-radius: 25px 25px;
	height:50px;
	width:200px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size:16px;
}

.wrap-main-pr .more-bt i {
    display:block;
    width: 20px;
    height: 20px;
    background-image: var(--sprite-icon);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: -20px -20px;
	margin:0px 0px 0px 3px;
}

@media screen and (max-width: 767px) {
.wrap-main-pr .main-pr .title {
	font-size:26px;
	padding:0px 0px 20px;
}

.wrap-main-pr .main-pr-swiper {
    margin:0px 0px 0px 15px;
}

.wrap-main-pr .more-bt {
	border-radius: 20px 20px;
	height:42px;
	width:200px;
	font-size:13px;
}

.wrap-main-pr .more-bt i {

    width: 16px;
    height: 16px;
    background-size: 80px 80px;
    background-position: -16px -16px;
	margin:0px 0px 0px 3px;
}

}

/* main store banner */
.wrap-store-banner {
    position:relative;
	width:100%;
	padding-top: 32.3%;
	background-image: url(/resources/images/contents/Smart_Store_bg.jpg);
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center;
}

.wrap-store-banner .store-banner-bt {
	position:absolute;
	width:100%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	display: flex;
	display: -webkit-flex;
	flex-flow: column wrap;
	justify-content: center;
}

.wrap-store-banner .store-banner-bt .banner-bt {
    display:inline-block;
	width:360px;
	height:100px;
	line-height:100px;
	text-align:center;
	color:#FFF;
	font-size:26px;
	font-weight:600;
	border:solid 1px #FFFFFF;
	border-radius : 50px 50px;
	background-color: rgba(0, 0, 0, 0.1);
	margin:0 auto;
	
}
.wrap-store-banner .store-banner-bt .banner-text{
    display:inline-block;
	text-align:center;
	font-size:22px;
	color:#FFF;
	padding:20px 0px 0px;
} 

@media screen and (max-width: 767px) {
.wrap-store-banner {
	width:100%;
	padding-top: 70%;
	background-size: cover; 
}

.wrap-store-banner .store-banner-bt .banner-bt {
	width:200px;
	height:50px;
	line-height:50px;
	font-size:20px;
	border-radius : 25px 25px;
}

.wrap-store-banner .store-banner-bt .banner-text{
	font-size:15px;
	padding:15px 0px 0px;
} 

}

/* footerlink */
.wrap-footer-link {
    padding:40px 60px
}

.wrap-footer-link > ul {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	margin:0px -60px;
}

.wrap-footer-link > ul > li {
    width:50%;
	margin:0px 0px;
	padding:10px 60px;
}

.wrap-footer-link > ul > li + li {
    border-left:dashed 1px #ddd;
}

.wrap-footer-link .footer-link {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
}

.wrap-footer-link .footer-link .info {
    flex:1;
}
.wrap-footer-link .footer-link .info  h3 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
    font-size:20px;
}

.wrap-footer-link .footer-link .info  h3 i {
    display:block;
	width:10px;
	height:10px;
	background-color:var(--color-pink);
	border-radius: 100%;
	margin:0px 10px 0px 0px;
}

.wrap-footer-link .footer-link .info .contents {
    padding:10px 0px 0px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
}

.wrap-footer-link .footer-link .info .contents span {
    padding:0px 15px 0px 0px;
	font-size:16px;
	display:inline-block;
}
.wrap-footer-link .footer-link .info .contents span + span {
    padding:0px 15px;
	border-left: solid 1px #333;
}

.wrap-footer-link .footer-link .info .contents em {
    color:var(--color-pink);
}

.wrap-footer-link .footer-link .bt a { 
    width:90px;
	height:90px;
	border: solid 1px #e1ddf6;
	border-radius: 100%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size:18px;
	font-weight:600;
	position:relative;
}

.wrap-footer-link .footer-link .bt a i.instagram {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:60px;
	height:60px;
	background-image: var(--sprite-icon);
    background-repeat: no-repeat;
    background-size: 300px 300px;
    background-position: -60px -120px;

}

@media screen and (max-width: 767px) {
.wrap-footer-link {
    padding:0px 15px
}

.wrap-footer-link > ul {
	flex-flow: column nowrap;
	margin:0px -15px;
}

.wrap-footer-link > ul > li {
    width:100%;
	margin:0px 0px;
	padding:20px 15px;
}

.wrap-footer-link > ul > li + li {
    border-left:dashed 0px #ddd;
	border-top:dashed 1px #ddd;
}

.wrap-footer-link .footer-link .info {
    padding:0px 15px 0px 0px;
}

.wrap-footer-link .footer-link .info  h3 {
    font-size:15px;
}

.wrap-footer-link .footer-link .info  h3 i {
	width:6px;
	height:6px;
	margin:0px 8px 0px 0px;
}

.wrap-footer-link .footer-link .info .contents {
    padding:5px 0px 0px;
	flex-flow: column wrap;
}
.wrap-footer-link .footer-link .info .contents span {
    padding:0px 0px 0px 0px;
	font-size:13px;
}

.wrap-footer-link .footer-link .info .contents span + span {
    padding:0px 0px;
	border-left: solid 0px #333;
}

.wrap-footer-link .footer-link .bt a { 
    width:50px;
	height:50px;
	font-size:13px;
}

.wrap-footer-link .footer-link .bt a i.instagram {
	width:35px;
	height:35px;
    background-size: 175px 175px;
    background-position: -35px -70px;

}
}

/* shop
============================================================================= */

.visual-banner a { 
    display:block;
}

.visual-banner img {
    width:100%;
}

/* item view */

/* ÁÜ°Ö·¯¸® */
.wrap-zoom-gallery .zoom-gallery-top {
    width:100%!important;
	position:relative;
    overflow:hidden;
	border-radius: 1em 1em;
	border:solid 1px #eee;
}

.wrap-zoom-gallery .zoom-gallery-top .zoom-img{
    width:100%;
}

.wrap-zoom-gallery .zoom-group {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	 margin:6px 0px -2px;
}

.wrap-zoom-gallery .zoom-group a {
    width:20%;
	display:block;
	padding:0px 2px 0px;
    overflow:hidden;
	border-radius: 0.6em 0.6em;
}

.wrap-zoom-gallery .zoom-group a img {
    width:100%;
	opacity: 0.5;
    border:solid 0px #eee;
}

.wrap-zoom-gallery .zoom-group a.active img {
    opacity: 1;
}

.wrap-item-info .item-info {
    margin:0 auto;
	max-width:1600px;
	padding:50px 0px;
	border-bottom:solid 1px #111;
} 

.wrap-item-info .item-info > ul {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
}

.wrap-item-info .item-info .thum-area {
    width:600px;
}
.wrap-item-info .item-info .info-area {
    padding:0px 0px 0px 80px;
	flex:1;
}

/* °Ö·¯¸® */
.thum-gallery-top > ul > li {
    overflow:hidden;
	border-radius: 1em 1em;
	border:solid 1px #eee;
}

.thum-gallery-thumbs > ul > li {
    overflow:hidden;
	border-radius: 0.6em 0.6em;
	border:solid 0px #eee;
	margin:6px 0px 0px;
}

.info-area .detail-info h1 {
    font-size:30px;
}

.info-area .detail-info .item-text {
    background-color:#f6f5fb;
	border:solid 1px #eee;
	border-radius: 0.6em 0.6em;
	padding:40px 30px;
	width:100%;
	margin:30px 0px 80px;
}

.info-area .detail-info .item-text > ul > li {
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
}

.info-area .detail-info .item-text span {
	font-size:15px;
	display:block;
	flex:1;
}

.info-area .detail-info .item-text i {
    display:block;
    width:8px;
	height:8px;
	background-color:var(--color-pink);
	border-radius:100%;
	margin:7px 12px 0px 0px;
}

.info-area .detail-info .shop-bt {
    border: solid 1px #e1ddf6;
	height:80px;
	width:500px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size:17px;
	border-radius: 40px 40px;
	margin:0 auto;
}

.info-area .detail-info .shop-bt i {
    display:block;
	width:50px;
	height:50px;
	background-image: var(--sprite-icon);
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -100px -100px;
	margin:0px 5px 0px 0px;
}

.detail-pic {
    margin:0 auto;
	max-width:1600px;
	padding:50px 0px 0px;
} 

.detail-pic > ul > li img {
    margin:0px auto;
	max-width:100%;
	display:block

}

@media screen and (max-width: 767px) {

.wrap-zoom-gallery .zoom-gallery-top {
	border-radius: 0em 0em;
	border:solid 0px #eee;
}

.wrap-zoom-gallery .zoom-group a {
	border-radius: 0.4em 0.4em;
}

.wrap-zoom-gallery .zoom-group a img {
	border:solid 1px #eee;
}

.wrap-item-info .item-info {
	max-width:100%;
	padding:0px 0px 50px 0px;

} 
.wrap-item-info .item-info > ul {
	flex-flow: column nowrap;
}

.wrap-item-info .item-info .thum-area {
    width:100%;
}
.wrap-item-info .item-info .info-area {
    padding:40px 15px 0px;
    width:100%;
}

.thum-gallery-top > ul > li {
	border-radius: 0em 0em;
	border:solid 0px #eee;
}

.thum-gallery-thumbs > ul > li {
	border-radius: 0.6em 0.6em;
	border:solid 1px #eee;
}

.info-area .detail-info h1 {
    font-size:20px;
}

.info-area .detail-info .item-text {
	border-radius: 0.4em 0.4em;
	padding:20px 15px;
	margin:20px 0px 30px;
}

.info-area .detail-info .item-text span {
	font-size:14px;
}

.info-area .detail-info .item-text i {
    width:8px;
	height:8px;
	margin:7px 12px 0px 0px;
}

.info-area .detail-info .shop-bt {
	height:70px;
	width:100%;
	font-size:15px;
	border-radius: 35px 35px;
}

.info-area .detail-info .shop-bt i {
	width:50px;
	height:50px;
    background-size: 250px 250px;
    background-position: -100px -100px;
	margin:0px 5px 0px 0px;
}

.detail-pic {
	max-width:100%x;
	padding:50px 0px 0px;
} 
}

/* brand
============================================================================= */

/* ºê·£µå ÆäÀÌÁö ÀÌµ¿ ¸Þ´º */
.brand-nav {
    width:100%;
	overflow:hidden;
	margin:50px 0px;
}

.brand-nav > ul {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin:0px -25px;
}

.brand-nav > ul > li {
    padding:0px 25px;
}

.brand-nav > ul > li .brand-move {
    display:block;
	position:relative;
	width:240px;
	height:28px;
    background-repeat: no-repeat;
	background-size: 200px 28px;
	background-position: 50% 50%;
}

.brand-nav > ul > li .brand-move.on:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background-color: rgba(255,253,21,0.5);
    z-index: -1;
    bottom: -2px;
	left:0px;
    border-radius: 5px 5px;
}

.brand-nav > ul > li .brand-move.vavi {	
    background-image:url(/resources/images/logo/vavimello_ci_g.svg);
}
.brand-nav > ul > li .brand-move.on.vavi {
    background-image:url(/resources/images/logo/vavimello_ci_b.svg);
}
.brand-nav > ul > li .brand-move.milcott {
    background-image:url(/resources/images/logo/milcott_ci_g.svg);
}
.brand-nav > ul > li .brand-move.on.milcott {
    background-image:url(/resources/images/logo/milcott_ci_b.svg);
}

@media screen and (max-width: 767px) {
.brand-nav {
	margin:25px 0px;

}

.brand-nav > ul {
	margin:0px -10px;
}

.brand-nav > ul > li {
    padding:0px 10px;

}

.brand-nav > ul > li .brand-move {
	width:140px;
	height:17px;
	background-size: 120px 17px;
}

.brand-nav > ul > li .brand-move.on:before {
    height: 6px;
    border-radius: 3px 3px;
}
}


/* ºê·£µå ¸ÞÀÎ ºñÁê¾ó */

.brand-visual, .brand-visual img{
    width:100%;
}

.brand-visual .pc {
    display:block;
}
.brand-visual .mobile {
    display:none;
}

@media screen and (max-width: 767px) {
.brand-visual .pc {
    display:none;
}
.brand-visual .mobile {
    display:block;
}

}

/* ºê·£µå ÄÁ¼Á ÄÁÅÙÃ÷ */

.wrap-brand-contents {
    width:100%;
	max-width:1600px;
	margin:0 auto;
	padding:0px 0px 150px;
    background:url(/resources/images/contents/brand/barnd_info_line.png) repeat-y left 0px center / 1px auto; 

}

.brand-contents {
    width:100%;
	padding:100px 0px 0px;
}

.brand-contents .contents-tit {
    padding:15px 50px 15px;
	border-left:solid 3px var(--color-pink);
}

.brand-contents .contents-tit h2{
    font-size:36px;
	font-family:var(--body-font-e)
}

.brand-contents .contents-tit .sub-tit {
    font-size:18px;
	padding:10px 0px 0px;
}

.brand-contents .brand-concept {
    margin:50px 50px 0px;
	background-color:#f6f5fb;
	border-radius:1.4em 1.4em;
	padding:50px 50px;
	text-align:center;
}

.brand-contents .brand-concept .concept-top {
    display:inline-block;
	margin:0 auto;
	width:auto;
	max-width:80%;
	position:relative;
	font-size:20px;
}

.brand-contents .brand-concept.vavi .concept-top:after, .brand-contents .brand-concept.vavi .concept-top:before,
.brand-contents .brand-concept.milcott .concept-top:after, .brand-contents .brand-concept.milcott .concept-top:before {
    content: "";
	display:block;
	position:absolute;
	width:40px;
	height:40px;
    background-image: var(--sprite-icon);
    background-repeat: no-repeat;
    background-size: 200px 200px;
}

.brand-contents .brand-concept .concept-top:after {
	top:-10px;
	left:-50px;
}
.brand-contents .brand-concept .concept-top:before {
	bottom:-10px;
	right:-50px;
}

.brand-contents .brand-concept.vavi .concept-top:after {
    background-position: 0px -120px;
}

.brand-contents .brand-concept.vavi .concept-top:before {
    background-position: -40px -120px;
}

.brand-contents .brand-concept.milcott .concept-top:after {
    background-position: -120px -120px;
}

.brand-contents .brand-concept.milcott .concept-top:before {
    background-position: -160px -120px;
}

.brand-contents .brand-concept > ul {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding:30px 0px 20px;
}

.brand-contents .brand-concept > ul > li {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center; 
}

.brand-contents .brand-concept > ul > li:nth-child(2) {
    width:300px;
	padding:0px 0px;
}

.brand-contents .brand-concept .circle-concept {
    width:300px;
	height:300px;
    border-radius: 100%;
	padding:0px 15px;
	text-align:center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center; 
	flex-flow: column wrap;
}

.brand-contents .brand-concept .circle-concept .circle-tit {
    font-size:30px;
	font-weight:600;
	font-family:var(--body-font-e);
	display:inline-block;
}
.brand-contents .brand-concept .circle-concept .circle-sub {
    font-size:16px;
	padding:10px 0px 0px;
    opacity: 0.8;
	display:inline-block;
}

.brand-contents .brand-concept .circle-concept.pink{
    background-color: var(--color-pink);
	color:#fff;
}
.brand-contents .brand-concept .circle-concept.yellow{
    background-color:var(--color-yellow);
	color:#63635b;
}

.brand-contents .brand-concept .circle-concept.green{
    background-color:var(--color-green);
	color:#ffebbe;
}


.brand-contents .brand-concept.milcott .circle-concept.yellow{
	color:var(--color-green);
}

.brand-contents .brand-concept .plus-ico {
    width:70px;
	height:70px;
	display:block;
    background-image: var(--sprite-icon);
    background-repeat: no-repeat;
    background-size: 350px 350px;
}
.brand-contents .brand-concept.vavi .plus-ico {
    background-position: -140px -210px;

}

.brand-contents .brand-concept.milcott .plus-ico {
    background-position: 0px -280px;

}

.brand-contents .brand-concept .concept-bottom {
    display:inline-block;
	margin:0 auto;
	width:auto;
	font-size:17px;
}

.brand-contents .brand-concept.milcott .concept-bottom {
	font-size:30px;
	color:var(--color-green);
}

@media screen and (max-width: 767px) {

.wrap-brand-contents {
	max-width:100%;
	padding:0px 0px 60px;
    background:url(/resources/images/contents/brand/barnd_info_line.png) repeat-y left 10px center / 1px auto; 

}

.brand-contents {
	padding:50px 10px 0px;
}

.brand-contents .contents-tit {
    padding:6px 30px 6px;
	border-left:solid 3px var(--color-pink);
}

.brand-contents .contents-tit h2{
    font-size:22px;;
}

.brand-contents .contents-tit .sub-tit {
    font-size:14px;
	padding:5px 0px 0px;
}

.brand-contents .brand-concept {
    margin:20px 15px 0px;
	border-radius:1.2em 1.2em;
	padding:30px 15px;
}

.brand-contents .brand-concept .concept-top {
	font-size:15px;
}

.brand-contents .brand-concept.vavi .concept-top:after, .brand-contents .brand-concept.vavi .concept-top:before,
.brand-contents .brand-concept.milcott .concept-top:after, .brand-contents .brand-concept.milcott .concept-top:before {
	width:20px;
	height:20px;
    background-size: 100px 100px;
}

.brand-contents .brand-concept .concept-top:after {
	top:-2px;
	left:-28px;
}
.brand-contents .brand-concept .concept-top:before {
	bottom:-2px;
	right:-28px;
}

.brand-contents .brand-concept.vavi .concept-top:after {
    background-position: 0px -60px;
}

.brand-contents .brand-concept.vavi .concept-top:before {
    background-position: -20px -60px;
}

.brand-contents .brand-concept.milcott .concept-top:after {
    background-position: -60px -60px;
}

.brand-contents .brand-concept.milcott .concept-top:before {
    background-position: -80px -60px;
}

.brand-contents .brand-concept > ul {
	flex-flow: column nowrap;
	padding:20px 0px 15px;
}

.brand-contents .brand-concept > ul > li:nth-child(2) {
    width:100%;
	padding:20px 0px;
}

.brand-contents .brand-concept .circle-concept {
    width:220px;
	height:220px;
}

.brand-contents .brand-concept .circle-concept .circle-tit {
    font-size:26px;
}
.brand-contents .brand-concept .circle-concept .circle-sub {
	padding:5px 0px 0px;
}

.brand-contents .brand-concept .plus-ico {
    width:60px;
	height:60px;
    background-size: 300px 300px;
}
.brand-contents .brand-concept.vavi .plus-ico {
    background-position: -120px -180px;
}
.brand-contents .brand-concept.milcott .plus-ico {
    background-position: 0px -240px;
}

.brand-contents .brand-concept .concept-bottom {
	font-size:15px;
}

.brand-contents .brand-concept.milcott .concept-bottom {
	font-size:22px;
}

}

/* ºê·£µå º£½ºÆ® »óÇ° ÄÁÅÙÃ÷ */

.brand-contents .best-pr-loof > ul > li {
    padding:50px 50px 0px;
    display: flex;
    display: -webkit-flex;
	flex-flow: column nowrap;
}


.brand-contents .best-pr {
    display: flex;
    display: -webkit-flex;
	flex-flow: row nowrap;
}

.brand-contents .best-pr .best-pr-thum {
    border-radius: 1em 1em;
	overflow:hidden;
	width:580px;
}

.brand-contents .best-pr .best-pr-thum img {
    width:100%;
}

.brand-contents .best-pr .best-pr-info {
    flex:1;
	margin:0px 0px 0px 60px;
} 

.brand-contents .best-pr .best-pr-info .best-pr-tit {
    border-bottom:solid 1px #000;
	padding:15px 5px;
}

.brand-contents .best-pr .best-pr-info .best-pr-tit h3 {
    font-size:26px;
}

.brand-contents .best-pr .best-pr-info .best-pr-tit .best-pr-tit-e {
    padding:15px 0px 0px;
    font-size:22px;
	font-family: var(--body-font-e);
}

.brand-contents .best-pr .best-pr-info > ul {
    padding:15px 5px 0px;
    display: flex;
    display: -webkit-flex;
	flex-flow: column nowrap;
}

.brand-contents .best-pr .best-pr-info > ul > li {
    position:relative;
	font-size:16px;
	color:#666;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 16px;
}

.brand-contents .best-pr .best-pr-info > ul > li + li {
	margin:10px 0px 0px 0px;
}

.brand-contents .best-pr .best-pr-info > ul > li .point {
	display:block;
	position:absolute;
	top:10px;
	left:0px;
	width:6px;
	height:6px;
	background-color:#666;
	border-radius:100%;
}

.brand-contents .best-pr .best-pr-info .best-pr-count {
    padding:20px 0px 0px 16px;
	font-size:20px;
	font-weight:600;
} 

.brand-contents .best-pr .best-pr-info .best-pr-count em {
    color:var(--color-pink);
}

.brand-contents .best-pr-loof > ul > li:nth-child(2n) .best-pr {
	flex-flow: row-reverse nowrap;
}

.brand-contents .best-pr-loof > ul > li:nth-child(2n) .best-pr .best-pr-info {
	margin:0px 60px 0px 0px;
}

@media screen and (max-width: 767px) { 

.brand-contents .best-pr-loof > ul > li {
    padding:20px 15px 0px;
}

.brand-contents .best-pr-loof > ul > li + li {
    padding:50px 15px 0px;
}


.brand-contents .best-pr {
	flex-flow: column nowrap;
}

.brand-contents .best-pr .best-pr-thum {
    border-radius: 0.4em 0.4em;
	width:100%;
}


.brand-contents .best-pr .best-pr-info {
	margin:0px 0px 0px 0px;
} 

.brand-contents .best-pr .best-pr-info .best-pr-tit {
	padding:15px 5px;
}

.brand-contents .best-pr .best-pr-info .best-pr-tit h3 {
    font-size:22px;
}

.brand-contents .best-pr .best-pr-info .best-pr-tit .best-pr-tit-e {
    padding:10px 0px 0px;
    font-size:18px;
}


.brand-contents .best-pr .best-pr-info > ul > li {
	font-size:14px;
	padding:0px 0px 0px 15px;
}

.brand-contents .best-pr .best-pr-info > ul > li .point {
	top:8px;
	width:5px;
	height:5px;
}

.brand-contents .best-pr .best-pr-info .best-pr-count {
	font-size:18px;
} 


.brand-contents .best-pr-loof > ul > li:nth-child(2n) .best-pr {
	flex-flow: column nowrap;
}

.brand-contents .best-pr-loof > ul > li:nth-child(2n) .best-pr .best-pr-info {
	margin:0px 0px 0px 0px;
}


}

/* ºê·£µå º£½ºÆ® »óÇ° ÄÁÅÙÃ÷ */
.brand-contents .limited-loof {
    padding:50px 50px 0px;
}

.brand-contents .limited-loof > ul {
    display: flex;
    display: -webkit-flex;
	flex-flow: row wrap;
	margin:-50px -50px 0px;
}

.brand-contents .limited-loof > ul > li {
    width:50%;
	padding:50px 50px 0px;
}

.brand-contents .limited-thumbnail {
	width:100%;
}

.brand-contents .limited-thumbnail .thumbnail {
    width:100%;
	border-radius: 1.0em 1.0em;
	overflow:hidden;
}
.brand-contents .limited-thumbnail .thumbnail img {
    width:100%;
}
.brand-contents .limited-thumbnail .description .name {
    font-family: var(--body-font-e);
    font-size: 26px;
    font-weight: 600;
    padding: 25px 0px 0px;
    text-align: center;
}

.brand-contents .limited-thumbnail .description .sub {
    font-size: 20px;
    padding: 15px 0px 0px;
    text-align: center;
    font-family: var(--body-font-e);
}

@media screen and (max-width: 767px) {

.brand-contents .limited-loof {
    padding:20px 15px 0px;
}

.brand-contents .limited-loof > ul {
	margin:-50px 0px 0px;
}

.brand-contents .limited-loof > ul > li {
    width:100%;
	padding:50px 0px 0px;
}
.brand-contents .limited-thumbnail .thumbnail {
	border-radius: 0.4em 0.4em;
}

.brand-contents .limited-thumbnail .description .name {
    font-size: 24px;
    padding: 20px 0px 0px;

}

.brand-contents .limited-thumbnail .description .sub {
    font-size: 16px;
    padding: 10px 0px 0px;
}

}

/* ÆÇ¸Å½ºÅä¾îÁ¤º¸ */
.brand-contents .store-info {
    padding:50px 50px 0px;
    display: flex;
    display: -webkit-flex;
	flex-flow: row nowrap;
	
}

.brand-contents .store-info .nation {
    width:200px;
	text-align:left;
	padding:0px 0px 15px;
    font-size: 28px;
    font-family: var(--body-font-e);
}

.brand-contents .store-info .store-loof {
    flex:1;
}

.brand-contents .store-info .store-loof > ul {
    display: flex;
    display: -webkit-flex;
	flex-flow: row wrap;
	margin:-40px -20px 0px;
}

.brand-contents .store-info .store-loof > ul > li {
    padding:40px 20px 0px;
	width:33.33%;
}

.brand-contents .store-info .store-loof .store {
    display:block;
	text-align:center;
	width:100%;
	padding:10px 0px;
	border:solid 1px #eee;
	border-radius: 0.6em 0.6em;
}

.brand-contents .store-info .store-loof .store img {
    width:80%;
	display:block;
	margin:0 auto;
}

@media screen and (max-width: 767px) {
.brand-contents .store-info {
    padding:20px 15px 0px;
	flex-flow: column nowrap;	
}

.brand-contents .store-info .nation {
    width:100%;
    font-size: 20px;
}


.brand-contents .store-info .store-loof > ul {
	margin:-10px -5px 0px;
}

.brand-contents .store-info .store-loof > ul > li {
    padding:10px 5px 0px;
	width:50%;
}
}

/* footer
============================================================================= */
.footer {
    padding:60px 60px;
	background-color:#f8f8f8;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-flow: row wrap;
}

.footer .footer-logo {
    flex-shrink: 0;
	width:200px;
	margin:0px 100px 0px 0px;
}

.footer .footer-logo img { width:100%;}

.footer .footer-info {
    flex-grow: 1;
	line-height:1.0em;
}

.footer .footer-info > ul {
    display: flex;
    display: -webkit-flex;
	flex-flow: row wrap;
}

.footer .footer-info > ul > li {
    display: flex;
    display: -webkit-flex;
	align-items: center;
	flex-flow: row wrap;
	font-size:15px;
	padding:0px 20px 0px 0px;
	text-align:left;
}

.footer .footer-info > ul > li + li {
	padding:0px 20px 0px;
	border-left:solid 1px #bbb;
}

.footer .footer-info > ul > li span {
    display:inline-block;
}

.footer .footer-info > ul > li em {
    display:inline-block;
	background-color:#eceaeb;
	color:#777;
	padding:8px 15px;
	border-radius: 4px 4px;
	margin:0px 0px 0px 10px;
	font-size:13px;
}

.footer .footer-info .footer-copy {
    padding:10px 0px 0px;
	text-align:left;
	color:#999;
	font-size:13px;
} 

.top-move-bt {
    position:fixed;
	right:10px;
	bottom:50px;
	width:57px;
	height:57px;
	z-index: 99999;
}

.top-move-bt a{
    width:100%;
	height:100%;
	display:block;
	background:url(/resources/images/ico/right_top_btn.png) no-repeat center center / 100% auto;
}

@media screen and (max-width: 767px) {
.footer {
    padding:30px 15px;
	align-items: flex-start;
	flex-flow: column wrap;
}

.footer .footer-logo {
    width:100px;
	margin:0px 0px 10px 0px;
}

.footer .footer-info > ul {
	flex-flow: column wrap;
}

.footer .footer-info > ul > li {
	font-size:13px;
	padding:0px 0px 0px 0px;
}
.footer .footer-info > ul > li + li {
	padding:8px 0px 0px;
	border-left:solid 0px #bbb;
}
.footer .footer-info > ul > li span {
    width:100%;
}

.footer .footer-info > ul > li em {
	padding:6px 12px;
	border-radius: 4px 4px;
	margin:8px 0px 0px 0px;
}

.footer .footer-info .footer-copy {
    padding:15px 0px 0px;
	font-size:12px;
} 

.top-move-bt {
	right:10px;
	bottom:20px;
	width:40px;
	height:40px;
}
}

/* aside
============================================================================= */




