@charset "utf-8";

:root {
	/* size */
	--max-width: 800px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, button, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin:0; 
    padding:0; 
    border:0;
    background:none;
    overflow: unset;
}

body{
	max-width:800px !important;
	margin:0 auto !important;
	/* font-size: .875rem; */
	font-size: 1.0rem; padding:0 !important;
    font-family: "Noto Sans", "Noto Sans KR", "AppleSDGothicNeo",  Dotum, 돋움, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height:100%;
	overflow-x : hidden;
	letter-spacing: -1px;
	font-weight: 300;
}

ol, ul, li{
    margin:0;
    padding:0;
    list-style:none;
}

table{
    border-collapse:collapse; 
    border-spacing:0;
}

sup{
    vertical-align:text-top;
}

sub{
    vertical-align:text-bottom;
}

strong, b{
    font-weight:normal;
}

button{
    cursor:pointer;
}

input,textarea,select{
    margin:0px;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}

a:link, a:visited{
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

legend {
    display:none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

body {
    line-height:100%;
    overflow-x : hidden;
}         

blockquote, q{
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after{
    content:'';
    content:none;
}

p, a, h1, h2, h3, h4, h5, h6 {
    transform: skew(-0.1deg);
}

img{
    vertical-align: middle;
}
a{
    text-decoration: none;
    color: inherit;
    display: block;
}
/* 메인 카테고리 p font-size:35px; */

    
    body.menu-open{
        overflow: hidden;
    }
    .main-wrap{
        position: relative;
		padding-bottom:89px;
    }

    /* 메뉴 css */
    .menu-wrap{
        background-color: #fff;
        position: fixed;
		max-width:800px !important;
        width: 100%;
        height: 100%;
        z-index: 999;
        display: none;
        overflow: scroll;
    }
    .menu-wrap .login{
        background-color: #000;
        color: #fff;
        padding: 25px 30px;
        display: flex;
        justify-content: space-between;
    }
    .menu-wrap .login a{
        position: relative;
        display: flex;
        align-items: center;
        font-size: 20px;    
    }
    .menu-wrap .login a i{
        width: 30px;
        height: 30px;
		font-size: 30px;
		margin-right:10px;
    }
    .menu-wrap .login .close-btn i{
        width: 30px;
        height: 30px;
		font-size: 30px;
    }

    /* 메뉴-서브메뉴 */
    .menu-wrap .sub-menu{
        background-color: #fff;
    }
    .menu-wrap .sub-menu .sub-box{
        display: flex;
        padding: 20px 0;   
        justify-content: space-around;
        border-bottom: #ddd solid 1px;
    }
    .menu-wrap .sub-menu .sub-box .sub-icon:nth-child(4){
        border: none;
    }
    .menu-wrap .sub-menu .sub-box .sub-icon{
        width: 25%;
        border-right: #ddd solid 1px;
    }
    .menu-wrap .sub-menu .sub-box .sub-icon a{
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
		text-align: center;
		font-size: 0.875rem;
		padding: 0 5px;
    }
    .menu-wrap .sub-menu .sub-box .sub-icon a::before{
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        margin-bottom: 8px;
    }
    .menu-wrap .sub-menu .sub-box .join a::before{
        background-image: url(../images/sub-join.png);
    }
    .menu-wrap .sub-menu .sub-box .board a::before{
        background-image: url(../images/sub-clipboard.png);
    }
    .menu-wrap .sub-menu .sub-box .travel a::before{
        background-image: url(../images/sub-info.png);
    }
    .menu-wrap .sub-menu .sub-box .notice a::before{
        background-image: url(../images/sub-notification.png);
    }
    .menu-wrap .sub-menu .sub-box .mypage a::before{
        background-image: url(../images/sub-mypage.png);
    }
    .menu-wrap .category-menu{
        padding: 0 40px;
    }
    .menu-wrap .category-menu .gnb{
        font-size: 18px;
        padding: 15px 0;
    }
    .menu-wrap .category-menu .gnb span{
        display: inline-block;
        padding: 15px 0;
        position: relative;
        width: 100%;
        font-weight: bold;
        font-size: 18px;
    }

    .menu-wrap .category-menu .gnb span::after{
        content: "\f107";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        position: absolute;
        right: 10px;
		font-family: FontAwesome;
		font-size: 25px;
    }
    .menu-wrap .category-menu .gnb span.open::after{
        transform: rotate(180deg);
    }
    .menu-wrap .category-menu .lnb{
        background-color: #fff;
        font-size: 16px;
        padding-left: 15px;
        display: none;
    }
    .menu-wrap .category-menu .lnb li{
        padding: 10px 0;
    }
    .menu-wrap .category-menu .lnb li a{
        padding: 10px 0;
    }

	.top-logo-wrap  { max-width:800px !important; position: relative; }


    /* 검색 */
    .search-wrap{
        background-color: #fff;
        position: fixed;
        z-index: 9999;
		max-width:800px !important;
        width: 100%;
        height: 100%;
        display: none;
        overflow: scroll;
    }
    .search-wrap .search-container{
        width: 90%;
        margin: 0 auto;
    }
    .search-wrap .search-top {
        padding: 40px 0 30px;
        display: flex;
        align-items: center;
    }

    .search-wrap .search-top .search{
        width: 80%;
        margin: 0 auto;
        position: relative;
    }
    .search-wrap .search-top .search input{
        width: 100%;
        padding: 15px 45px 15px 20px;
        background-color: #eee;
        border: none;
        border-radius: 50px;
    }

    .search-wrap .search-top .search .icon {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

	.search-wrap .search-top .search .icon a::before {
		content: "\f002";
		font-family: FontAwesome;
		font-size: 25px;
	}

    .search-wrap .search-middle{
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
    }
    .search-wrap .search-middle > p{
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
    }
    .search-wrap .search-middle .search-text{
        padding: 15px 0;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        
    }
    .search-wrap .search-middle .search-text .text{
        width: 20%;
        margin: 5px;
        background-color: #eee;
        padding: 15px 5px;
        border-radius: 50px;
    }
    .search-wrap .search-bottom{
        padding: 20px 0;
    }

    .search-wrap .search-bottom > p{
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
    }

    .search-wrap .search-bottom .brand-list{
        display: flex;
        padding: 20px 0;
    }
    .search-wrap .search-bottom .brand-list div {
        width: 20%;
        text-align: center;
    }
    .search-wrap .search-bottom .brand-list div a{
        font-weight: bold;
    }
    .search-wrap .search-bottom .brand-list div a::before{
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position:  center;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
        box-shadow: 2px 2px 10px #ddd;
        margin-bottom: 15px;
        background-color: #fff;
    }
    .search-wrap .search-bottom .brand-list .list1 a::before{
        background-image: url(../images/search-brand1.png);
    }
    .search-wrap .search-bottom .brand-list .list2 a::before{
        background-image: url(../images/search-brand2.png);
    }
    .search-wrap .search-bottom .brand-list .list3 a::before{
        background-image: url(../images/search-brand3.png);
    }
    .search-wrap .search-bottom .brand-list .list4 a::before{
        background-image: url(../images/search-brand4.png);
    }
    .search-wrap .search-bottom .brand-list .list5 a::before{
        background-image: url(../images/search-brand5.png);
    }


    /* 헤더 css */
    .header-container{
        width: 90%;
        margin: 0 auto;
    }
    .main-header {
        display: flex;
        padding: 50px 0 35px;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    .main-header .logo p{
        font-family: 'Abril Fatface';
        font-size: 40px;
        text-align: center;
        line-height: 1;
    }
	.main-header .logo a { letter-spacing: -2px; text-transform: capitalize; /* text-transform: uppercase; */ }
    .main-header .text a{
        text-indent: -9999px;
    }
    .main-header .menu-icon{
        position: absolute;
        left: 0;
    }
    .main-header .menu {
        font-size: 25px;
        width: 25px;
        height: 25px;
    }
    .main-header .search-box{
        position: absolute;
        right: 32px;
    }
    .main-header .search-box .search-icon{
		font-size: 25px;
        width: 25px;
        height: 25px;
    }
    .main-header .shopping-bag {
        position: absolute;
        right: 0;
    }
    .main-header .shopping-bag span{
        position: absolute;
        background-color: #000;
        color: #fff;
        width: 21px;
        height: 21px;
        padding: 3px;
        text-align: center;
        line-height: 1.2;
        border-radius: 50%;
        top: -4px;
        right: -12px;
        font-size: 14px;
        FONT-WEIGHT: 600;
    }
    .main-header .shopping-bag a{
	    text-indent: 0;
		font-size: 25px;
        width: 25px;
        height: 25px;
    }


 /* 하단 내비게이션 */

    /* 뒤로가기 버튼 */
    .arrow-left{
		font-size: 30px;
        width: 30px;
        height: 30px;
    }
	.arrow-left::before{
		content: "\f053";
		font-family: FontAwesome;
		font-size: 30px;
	}

    /* 버튼 */
    .bottom-btn{
        margin: 20px auto;
    }
    .bottom-btn button{
        color: #fff;
        padding: 13px 0;
        width: 100%;
        background-color: #000;
        border: 1px solid #000;
    }
    /* 알림창 */
    .popup-wrap{
        background-color: #fff;
		min-width:220px; max-width:440px; width:80%;
        text-align: center;
        position: fixed;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        padding: 40px 20px 30px;
        display: none;
    }
    .popup-wrap .popup > p{
        font-weight: bold;
        font-size: 20px;
        line-height: 1;
        padding-bottom: 15px;
    }
    .popup-wrap .text > p{
        line-height: 1.3;
    }
    .popup-wrap .popup-btn {
        margin-top: 15px;
    }
    .popup-wrap .popup-btn button a {
        color: #fff;
        background-color: #000;
        padding: 10px;
        width: 100px;
        margin: 0 auto;
        border: 1px #000 solid;
    }

    .popup-bg{
        background-color: rgba(97, 97, 97, 0.438);
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0; left:0;
        display: none;
    }
     /* 하단 내비게이션 */
    .main-bottom{
        background-color: #000;
        color: #fff;
        position: fixed;
		max-width:800px !important;
        width: 100%;
        bottom: 0;
        z-index: 999;
    }
    .main-bottom .bottom-gnb{
        display: flex;
        padding: 15px 0 10px;
        /* font-family: "AppleSDGothicNeoL"; */
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
        align-items: center;
    }
    .main-bottom .bottom-gnb li{
        display: flex;
        flex-direction: column;
        width: 85px;
        text-align: center;
        font-size: 12px;
    }
	.main-bottom .bottom-gnb li a i, .main-bottom .bottom-gnb li div i {
		font-size:20px;
		width: 20px;
		height: 20px;
		margin: 0 auto;
		margin-bottom: 6px;
		display: block;
	}
    .main-bottom .bottom-gnb li .like span{
        background-color: #fff;
        color: #000;
        width: 21px;
        height: 21px;
        padding: 3px;
        position: absolute;
        border-radius: 50%;
        font-weight: 600;
        top: -6px;
        right: 12px;
        text-align: center;
    }

i.money:before { content: "WON"; padding-left:4px; font-size: 0.75em; letter-spacing:-1px; }

.item-img { position:relative; }
.item-img.soldout:before  {
	content:"SOLD OUT";
	font-size:24px;
	color: red;
	position:absolute;
	left:50%;
	top: 50%;
	border: 3px solid red;
	max-width:120px;
	width:100%;
	margin:0;
	font-weight: 900;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	transform: translateX(-50%) translateY(-50%) rotate(-15deg);
	background-color:rgba(255,255,255,0.1);
	text-align: center;
}
.item-img.event:before  {
	content:"EVENT";
	font-size:24px;
	color: blue;
	position:absolute;
	left:50%;
	top: 50%;
	border: 3px solid blue;
	max-width:120px;
	width:100%;
	margin:0;
	font-weight: 900;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	transform: translateX(-50%) translateY(-50%) rotate(-15deg);
	background-color:rgba(255,255,255,0.1);
	text-align: center;
}

.goods-contents .media-list .item-img.soldout:before  {
	content:"SOLD OUT";
	font-size:24px;
	color: red;
	position:absolute;
	left:50%;
	top: 50%;
	border: 3px solid red;
	max-width:150px;
	width:100%;
	margin:0;
	font-weight: 900;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	transform: translateX(-50%) translateY(-50%) rotate(-15deg);
	background-color:rgba(255,255,255,0.1);
	text-align: center;
	padding: 2px 0 4px;
	line-height: 1.1;
}
.goods-contents .media-list .item-img.event:before  {
	content:"EVENT";
	font-size:24px;
	color: blue;
	position:absolute;
	left:50%;
	top: 50%;
	border: 3px solid blue;
	max-width:150px;
	width:100%;
	margin:0;
	font-weight: 900;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	transform: translateX(-50%) translateY(-50%) rotate(-15deg);
	background-color:rgba(255,255,255,0.1);
	text-align: center;
	padding: 2px 0 4px;
	line-height: 1.1;
}

.goods-contents {
	font-size: 20px;
}

.goods-contents .media-list .item-img {
	position:relative;
	height: 150px;
	overflow: hidden;
}

.goods-contents .media-list .item-img img, .goods-contents .media-list .item-img video {
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: block;
}

.goods-contents .media-list .item-img iframe {
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: block;
}


.goods-contents .goods-list p {
    line-height: 1.4;
    font-size: 1.0rem;
    font-weight: bold;
}

.goods-contents .goods-list s {
    color: rgb(150, 150, 150);
    text-decoration: line-through;
    font-size: 1.0rem;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 5px;
    display: block;
}
.goods-contents .goods-list span {
	font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    display: block;
}

.pagination{display: block; text-align: center; }
.pagination a{display: inline-block; vertical-align: middle; width: 34px; height: 34px; line-height: 34px; margin: -1px 0 0 -1px; border: 1px solid #000; color: #000; background-color: #fff; }
.pagination a:hover,
.pagination .active{background-color: #000 !important; border-color: #000 !important; color: #fff !important; }
.pagination .arrow{border: 0; background-color: transparent; }
.pagination span.active, .pagination span i{display: inline-block; vertical-align: middle; width: 34px; height: 34px; line-height: 34px; margin: -1px 0 0 -1px; border: 1px solid #000; color: #000; background-color: #fff; }


table.table-border-dark th, table.table-border-dark td {
	border-top: 1px solid #343a40 !important;
	border-bottom: 1px solid #343a40 !important;
}

table.ellipsis {table-layout: fixed;}
table.ellipsis .ellipsis {white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

a.link {
  text-decoration: underline;
  line-height: 1.1;
}

.like i.fa-heart { color:#F00; -webkit-text-stroke: 5px rgba(0,0,0, 0.25); }
input:read-only { background: #EEE; }

.bg-black { background-color: #000000!important; }
.bg-white { background-color: #ffffff!important; }
.txt-black { color: #000000!important; }
.txt-white { color: #ffffff!important; }

input::placeholder {color:#ccc!important;}
textarea::placeholder {color:#ccc!important;}


input[type="checkbox"]:disabled {
	border: 1px solid #999 !important;
    background: #ccc !important;
}

.button-black {
    width: 100%;
    background-color: #000;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px #000 solid;
	color: #fff;
}

.button-white {
    width: 100%;
    border: 2px #000 solid;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

@media (min-width: 1200px) {
	.xl-none{display: none; }
	.lg-none{display: none; }
}
@media (max-width: 1199px) and (min-width: 992px) {
	.lg-none{display: none; }
	.xl-none{display: none; }
}
@media (max-width: 991px) and (min-width: 768px) {
	.md-none{ display: none; }
}
@media (max-width: 767px) and (min-width: 576px) {
	.sm-none{ display: none; }
}
@media (max-width: 575px) {
	.xs-none{ display: none; }
	.sm-none{ display: none; }
}
