.visual-container {
    margin: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.visual-container .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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.visual-container .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;
}

.visual-container .swiper-slide .thumb img {
    width: 100%;
    height: auto;
}

.visual-container .swiper-slide .desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.visual-container .swiper-slide .desc .title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.visual-container .swiper-slide .desc .sub {
    margin-bottom: 24px;
    font-size: 13x;
}

.visual-container .swiper-slide .desc a {
    display: inline-block;
    font-size: 12px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
}

.visual-container .swiper-slide .desc a:hover {
    background: #fff;
    color: #111;
}

.visual-container .swiper-slide .desc p {
    color: rgba(255,255,255,0);
    position: relative;
    top: 30px;
    transition: all 1s 0.4s;
    -ms-transition: all 1s 0.4s;
}

.visual-container .swiper-slide-active .desc p {
    color: rgba(255,255,255,1);
    top: 0;
}

.visual-container .progress_wrap {
    position: absolute;
    z-index: 10;
    left: 12px;
    bottom: 12px;
}

.visual-container .progress_wrap div {
    display: inline-block;
    vertical-align: middle;
    color: #111;
    margin-right: 10px;
    font-size: 12px;
}

.visual-container .swiper-pagination-progressbar {
    position: relative;
    width: 60px;
    height: 2px;
    background: #d3ceca;
    color: #111;
}

.visual-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #111;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transform: scale(0);
    transform-origin: left top;
}

.visual-container .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.visual-container .navigation_wrap {
    position: absolute;
    right: 12px;
    bottom: 14px;
    z-index: 10;
}

.swiper-button-prev,.swiper-button-next {
    width: 8px;
    height: 8px;
    display: inline-block;
    outline: none;
}

.swiper-button-prev {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 8px solid #111;
    border-left: 8px solid none;
}

.swiper-button-next {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 8px solid none;
    border-left: 8px solid #111;
    margin-left: 20px;
}

.prd-container {
    margin: 40px 12px 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.prd-container .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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.prd-container .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;
}

.prd-container .swiper-scrollbar {
    position: relative;
    margin-top: 30px;
    -ms-touch-action: none;
    background: #fff;
    left: 50%;
    bottom: 0;
    z-index: 50;
    height: 8px;
    width: 100%;
    transform: translateX(-50%);
}

.prd-container .swiper-scrollbar::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: 2px;
    background: #d3d3d3;
}

.prd-container .swiper-scrollbar-drag {
    height: 2px;
    width: 100%;
    position: relative;
    background: #333;
    left: 0;
    top: 3px;
}

.prd-container .swiper-scrollbar-cursor-drag {
    cursor: move;
}

.prd-container .swiper-scrollbar-lock {
    display: none;
}

.prdList02 .prdLi {
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.prdList02 .prdLi .thumb {
    position: relative;
    margin-bottom: 16px;
}

.prdList02 .prdLi .thumb img {
    width: 100%;
}

.prdList02 .prdLi .desc a span {
    font-size: 13px !important;
    color: #111 !important;
}

.prdList02 .prdLi .desc ul {
    margin-top: 10px;
}

.prdList02 .prdLi .desc ul li span {
    font-size: 13px !important;
    color: #111 !important;
    font-weight: normal !important;
}

.prdList02 .desc .ec-sale-rate {
    text-align: center;
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    line-height: 36px;
    font-size: 10px !important;
    background: rgba(255,11,5,0.8);
    font-weight: 700 !important;
    color: #fff !important;
}

.prd-container .prdList02 .desc .ec-sale-rate {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12px !important;
}

.prdList02 .thumb .prdIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 30% auto;
}

.ec-product-bgLT {
    background-position: left top;
}

.ec-product-bgLC {
    background-position: left center;
}

.ec-product-bgLB {
    background-position: left bottom;
}

.ec-product-bgRT {
    background-position: right top;
}

.ec-product-bgRC {
    background-position: right center;
}

.ec-product-bgRB {
    background-position: right bottom;
}

.ec-product-bgCT {
    background-position: center top;
}

.ec-product-bgCC {
    background-position: center center;
}

.ec-product-bgCB {
    background-position: center bottom;
}

.videoArea {
    width: 100%;
}

.videoArea .iframe_wrap {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 56.6%;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
}

.iframe_wrap iframe,.iframe_wrap object,.iframe_wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_banner_01 {
    margin-top: -40px;
    position: relative;
}

.main_banner_01 .wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.main_banner_01 .desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    width: 100%;
}

.main_banner_01 .desc .title {
    font-size: 20px;
    margin-bottom: 14px;
    width: 100%;
}

.main_banner_01 .desc a.more {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
}

.main_banner_01 .desc a.more:hover {
    background-color: #fff;
    color: #111;
}

.main_banner_01 .scroll p {
    transition: all 0.8s ease-in-out;
}

.main_banner_01 .scroll a {
    transition: all 0.8s 0.3s ease-in-out;
}

.main_banner_01 .scroll p,.main_banner_01 .scroll a {
    opacity: 0;
    transform: translateY(25px);
}

.main_banner_01 .scroll.move p,.main_banner_01 .scroll.move a {
    opacity: 1;
    transform: translateY(0);
}

.main_banner_02 {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.main_banner_02 .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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.main_banner_02 .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;
}

.main_banner_02 .swiper-slide .img_wrap img {
    width: 100%;
    height: auto;
}

.main_banner_02 .swiper-slide .desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.main_banner_02 .swiper-slide .desc .title {
    margin-bottom: 14px;
    font-size: 20px;
    color: #fff;
}

.main_banner_02 .swiper-slide .desc a {
    display: inline-block;
    font-size: 12px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
}

.main_banner_02 .swiper-slide .desc a:hover {
    background: #fff;
    color: #111;
}

.main_banner_02 .swiper-slide .desc p {
    transition: all 1s 0.4s;
}

.main_banner_02 .swiper-slide .desc a {
    transition: all 1s 0.7s;
}

.main_banner_02 .swiper-slide .desc p,.main_banner_02 .swiper-slide .desc a {
    opacity: 0;
    position: relative;
    top: 25px;
}

.main_banner_02 .swiper-slide-active .desc p,.main_banner_02 .swiper-slide-active .desc a {
    opacity: 1;
    top: 0;
}

.main_banner_02 .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

.main_banner_02 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
}

.main_banner_02 button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_banner_02 .swiper-pagination-bullet-active {
    background: #fff;
}

.main_info {
    margin: 80px 12px 40px;
    text-align: center;
}

.main_info .title {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: bold;
}

.main_info a.btn_more {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #111;
    border-radius: 40px;
    font-size: 12px;
}

@font-face {
    font-family: 'Lato';
    src: url('/img/noto-sans-kr-v12-korean-300.eot');
    src: local('Noto Sans KR Light'),local('NotoSansKR-Light'),url('/img/noto-sans-kr-v12-korean-300.eot?#iefix') format('embedded-opentype'),url('/img/noto-sans-kr-v12-korean-300.woff2') format('woff2'),url('/img/noto-sans-kr-v12-korean-300.woff') format('woff'),url('/img/noto-sans-kr-v12-korean-300.ttf') format('truetype'),url('/img/noto-sans-kr-v12-korean-300.svg#NotoSansKR') format('svg');
}

@font-face {
    font-family: 'Lato';
    src: url('/img/lato-v16-latin-regular.eot');
    src: local('Lato Regular'),local('Lato-Regular'),url('/img/lato-v16-latin-regular.woff2') format('woff2'),url('/img/lato-v16-latin-regular.woff') format('woff'),url('/img/lato-v16-latin-regular.ttf') format('truetype');
    unicode-range: U+0041-005A,U+0061-007A,U+0030-0039;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,span,aside {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

body,code {
    min-width: 320px;
    font-size: 13px;
    font-family: 'Lato';
    color: #111;
    background: #fff;
    -webkit-text-size-adjust: none;
}

code {
    background: none;
    display: block;
}

ul li {
    list-style: none;
}

ol {
    list-style-position: inside;
}

img,fieldset {
    border: none;
}

img {
    vertical-align: middle;
}

hr.layout {
    display: none;
}

em,address {
    font-style: normal;
}

ins {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #111;
}

a:active {
    text-decoration: none;
}

button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #111;
    background: transparent;
    font-family: 'Lato';
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

table {
    width: 100%;
    table-layout: fixed;
    border: 0 none;
    border-spacing: 0;
    border-collapse: collapse;
}

table caption {
    display: none;
}

th,td {
    border: 0;
    line-height: 18px;
}

legend {
    height: 0;
    width: 0;
    display: block;
    text-indent: -9999em;
}

label {
    cursor: pointer;
}

strong {
    font-weight: normal;
}

object,del,sub,var {
    margin: 0;
    padding: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

#contents {
    position: relative;
    margin: 30px 10px 0;
    background-color: #fff;
}

.btnTop {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 100;
    margin: 0 0 0 -36px;
    border: 1px solid #d6d6d7;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    opacity: 0.9;
    background: #616161 url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/bg_btntop.png") no-repeat 90% 7px;
    background-size: 12px 12px;
}

.btnTop a {
    display: inline-block;
    height: 29px;
    padding: 0 26px 0 10px;
    line-height: 29px;
    color: #fff;
}

#mobileQuickLink {
    z-index: 301 !important;
}

#mobileBtnQuickLink {
    z-index: 100 !important;
}

.dimmed {
    display: none;
    position: fixed;
    left: 0px;
    top: 0;
    right: 0px;
    bottom: 0px;
    z-index: 150;
    background: rgba(0,0,0,0.7);
}

#dimmedSlider {
    display: none;
    position: fixed;
    left: 0px;
    top: 0;
    right: 0px;
    bottom: 0px;
    z-index: 500;
    background: rgba(0,0,0,0.7);
}

#main .searchWrap {
    position: relative;
    height: 38px;
    padding: 5px 41px 0 47px;
}

#main .searchWrap .searchForm {
    position: relative;
    padding: 0 28px 0 33px;
    border: 1px solid #ccc;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/bg_search.png") no-repeat 5px 5px;
    background-size: 20px 20px;
}

#main .searchWrap .btnDelete {
    position: absolute;
    right: 3px;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    font-size: 0;
    white-space: nowrap;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/btn_delete.png") no-repeat 0 0;
    background-size: 20px 20px;
}

#main .searchWrap #keyword {
    width: 100%;
    padding: 0;
    border: 0;
}

#main #header #topArea .xans-layout-mobilemaincategory {
    position: relative;
    height: 43px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
}

#main #header #topArea .xans-layout-mobilemaincategory ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 0;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main #header #topArea .xans-layout-mobilemaincategory ul li {
    display: inline-block;
    width: 33.3%;
    font-size: 13px;
    text-align: center;
}

#main #header #topArea .xans-layout-mobilemaincategory .afterNone {
    display: none;
}

#main #header #topArea .xans-layout-mobilemaincategory > ul {
    display: table;
}

#main #header #topArea .xans-layout-mobilemaincategory > ul > li {
    width: 100%;
}

#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul {
    padding: 0 40px;
}

#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul li {
    border-bottom: 3px solid #fff;
    width: 33%;
}

#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul li.selected {
    border-bottom-color: #217bdb;
}

#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 22px 0 18px;
    font-weight: bold;
    color: #9a9a9a;
}

#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul li.selected a {
    color: #217bdb;
}

#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul li a img {
    max-height: 40px;
}

#main #header #topArea .xans-layout-mobilemaincategory p {
    position: absolute;
    top: 0;
    background-color: #fff;
}

#main #header #topArea .xans-layout-mobilemaincategory p.btnPrev {
    left: 0;
    display: none;
}

#main #header #topArea .xans-layout-mobilemaincategory p.btnNext {
    right: 0;
    display: none;
}

#main #header #topArea .xans-layout-mobilemaincategory p a {
    display: inline-block;
    padding: 13px 14px;
}

#main .mainBanner {
    position: relative;
}

#main .mainBanner a img {
    max-height: 290px;
}

#main .mainBanner .ec-base-paginate {
    position: absolute;
    bottom: 8px;
    z-index: 10;
    width: 100%;
}

#main .mainBanner .afterNone {
    display: none;
}

#main .funcArea {
    margin: 0 0 10px 0;
    padding: 6px;
    border-bottom: 1px solid #c2c2c2;
    text-align: right;
    background-color: #fff;
}

#main .funcArea .btnSearchdata {
    width: 33px;
    height: 29px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: url(//img.echosting.cafe24.com/skin/mobile/layout/btn_searchdata.gif) no-repeat 0 0;
    background-size: 33px 29px;
}

#titleArea {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}

#titleArea h2 {
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

#titleArea span {
    display: none;
    position: absolute;
    top: 6px;
    left: 14px;
}

.myshopMain {
    font-size: 13px;
}

.txtWarn {
    color: #111;
}

.txtEm {
    color: #111;
}

.gBlank5 {
    display: block;
    margin-top: 5px;
}

.gBlank7 {
    display: block;
    margin-top: 7px;
}

.gBlank10 {
    display: block;
    margin-top: 10px;
}

.gBlank20 {
    display: block;
    margin-top: 20px;
}

.gBlank30 {
    display: block;
    margin-top: 30px;
}

.gIndent10 {
    margin-left: 10px;
}

.gIndent20 {
    margin-left: 20px;
}

.gSpace10 {
    margin-right: 10px;
}

.gSpace20 {
    margin-right: 20px;
}

.gBreak5 {
    display: block;
    margin-bottom: 5px;
}

.gBreak7 {
    display: block;
    margin-bottom: 7px;
}

.gMerge {
    position: relative;
    z-index: 1;
    margin-top: -1px;
}

.ec-base-qty [type="text"] {
    width: 49px;
}

.ec-base-qty [type="tel"] {
    width: 49px;
    text-align: right;
}

.ec-base-qty button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    background: transparent;
}

.ec-base-qty .qtyUp,.ec-base-qty .qtyDown {
    display: inline-block;
}

.ec-base-field {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.ec-base-field input[type="text"] {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ec-base-field input ~ [class*='btn'] {
    margin-left: 5px;
}

input,textarea,select {
    max-width: 100%;
    font-size: 13px;
    font-family: 'Lato';
    color: #111;
    vertical-align: middle;
    outline: 0;
    border-radius: 0;
}

input[type=text],input[type=password],input[type=number],input[type=tel],textarea {
    padding: 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: inherit;
    color: #353535;
    border: 1px solid #d7d5d5;
    border-radius: 2px;
    outline-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],input[type=password],input[type=number],input[type=tel] {
    height: 29px;
}

input[type="file"] {
    overflow: hidden;
    max-width: 100%;
}

input[type="button"],input[type="text"],input[type="password"],input[type="tel"],input[type="image"],textarea {
    -webkit-appearance: none;
}

select {
    max-width: 100%;
    height: 29px;
    margin: 0;
    padding: 0 20px 0 8px;
    line-height: 29px;
    font-size: 13px;
    color: #111;
    word-break: break-all;
    font-weight: inherit;
    border: 1px solid #d7d5d5;
    border-radius: 0;
    background: #fff url("//img.echosting.cafe24.com/skin/mobile/common/ico_select.gif") no-repeat 100% 49%;
    background-size: auto 40px;
    -webkit-appearance: none;
}

select.disabled,select:disabled,textarea.disabled,textarea:disabled {
    color: #bcbcbc;
}

textarea {
    resize: none;
    line-height: 1.2em;
}

textarea.disabled {
    background-color: #ffffff;
    color: #bfbfbf;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 0;
    background: url("//img.echosting.cafe24.com/skin/mobile/common/bg_checkbox.png") no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-appearance: none;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 50%;
    background: url("//img.echosting.cafe24.com/skin/mobile/common/bg_radio.png") no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-appearance: none;
}

input[type="checkbox"]:checked {
    background-image: url("//img.echosting.cafe24.com/skin/mobile/common/bg_checkbox_checked.png");
    -webkit-appearance: none;
}

input[type="radio"]:checked {
    background-image: url("//img.echosting.cafe24.com/skin/mobile/common/bg_radio_checked.png");
    -webkit-appearance: none;
}

label {
    display: inline-block;
    margin: 0 7px 0 0;
    min-height: 20px;
    line-height: 20px;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio] + label,input[type=checkbox] + label {
    margin: 0 7px 0 4px;
}

label input[type=radio],label input[type=checkbox] {
    margin: 0 4px 0 0;
}

label:last-child,input[type=radio] + label:last-child,input[type=checkbox] + label:last-child {
    margin-right: 0;
}

.ec-base-label {
    display: inline-block;
    margin: 0 7px 0 0;
}

.ec-base-label input[type=radio] + label,.ec-base-label input[type=checkbox] + label {
    margin-right: 0;
}

.fList.typeHor .gLabel {
    margin-right: 20px;
}

.fList.typeVer .gLabel {
    display: block;
}

.ec-base-radio.typeCS {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}

.ec-base-radio.typeCS .ec-base-label {
    margin: 0 0 10px 0;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
}

.ec-base-radio.typeCS .ec-base-label label {
    position: relative;
    height: 100%;
    line-height: 20px;
    padding: 10px 10px 9px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
    display: block;
    text-align: center;
    margin: 0;
}

.ec-base-radio.typeCS .ec-base-label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
}

.ec-base-radio.typeCS .ec-base-label input:checked + label {
    border-color: #508bed;
    font-weight: bold;
    color: #fff;
    background: #508bed;
}

.ec-base-paginate {
    text-align: center;
}

.ec-base-paginate.typeList {
    padding: 14px 0;
    font-size: 0;
    line-height: 0;
}

.ec-base-paginate.typeList ol {
    margin: 0 4px;
}

.ec-base-paginate.typeList ol,.ec-base-paginate.typeList ol li {
    display: inline-block;
    vertical-align: middle;
}

.ec-base-paginate.typeList ol li:not(:first-child) {
    margin: 0 0 0 7px;
}

.ec-base-paginate.typeList ol li a {
    display: inline-block;
    width: 31px;
    height: 27px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 27px;
    color: #333;
    vertical-align: middle;
    background: #fff;
}

.ec-base-paginate.typeList ol li .this {
    color: #666;
}

.ec-base-paginate.typeList [class*='btn'] {
    display: inline-block;
    overflow: hidden;
    width: 31px;
    height: 27px;
    border-radius: 2px;
    font-size: 1px;
    line-height: 0;
    text-indent: -9999em;
    vertical-align: middle;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 9px 9px;
}

.ec-base-paginate.typeList .btnPrev {
    background-image: url("/img/btn_prev.svg");
}

.ec-base-paginate.typeList .btnNext {
    background-image: url("/img/btn_next.svg");
}

.ec-base-paginate.typeMoreview {
    margin: 24px auto;
}

.ec-base-paginate.typeSwipe {
    font-size: 0;
    line-height: 0;
}

.ec-base-paginate.typeSwipe button.circle {
    overflow: hidden;
    margin: 0 3px 0 4px;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}

.ec-base-paginate.typeSwipe button.circle.selected {
    background-color: #333;
}

.ec-base-paginate.typeSwipe span {
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    text-indent: -150%;
}

.ec-base-paginate.typeSwipe button.prev,.ec-base-paginate.typeSwipe button.next {
    width: 31px;
    font-size: 15px;
    line-height: 1.2em;
    border: 0;
    cursor: pointer;
    background: url("//img.echosting.cafe24.com/skin/mobile/layout/btn_prev.png") no-repeat 50% 50%;
    background-size: 7px auto;
}

.ec-base-paginate.typeSwipe button.next {
    background: url("//img.echosting.cafe24.com/skin/mobile/layout/btn_next.png") no-repeat 50% 50%;
    background-size: 7px auto;
}

.ec-base-paginate.typeSwipe .prev,.ec-base-paginate.typeSwipe .next {
    display: none;
}

.ec-base-paginate.typeZoom .btnPrev,.ec-base-paginate.typeZoom .btnNext {
    overflow: hidden;
    width: 31px;
    height: 27px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    text-indent: -150%;
    background: url("//img.echosting.cafe24.com/skin/mobile/layout/btn_prev.png") no-repeat 50% 50%;
    background-size: 7px auto;
}

.ec-base-paginate.typeZoom .btnNext {
    background: url("//img.echosting.cafe24.com/skin/mobile/layout/btn_next.png") no-repeat 50% 50%;
    background-size: 7px auto;
}

.paginate.typeTotal {
    color: #696969;
}

.paginate.typeTotal > span {
    margin: 0 8px;
    font-weight: bold;
}

.paginate.typeTotal p {
    display: inline-block;
    vertical-align: middle;
}

.paginate.typeTotal .icoPrev,.paginate.typeTotal .icoNext {
    width: 7px;
    height: 13px;
    font-size: 15px;
    line-height: 1.2em;
    background: url("//img.echosting.cafe24.com/skin/mobile/layout/btn_prev.png") no-repeat 50% 50%;
    background-size: 7px auto;
}

.paginate.typeTotal .icoNext {
    background: url("//img.echosting.cafe24.com/skin/mobile/layout/btn_next.png") no-repeat 50% 50%;
    background-size: 7px auto;
}

.paginate.typeTotal p span {
    overflow: hidden;
    display: block;
    width: 29px;
    text-indent: -999px;
}

.paginate.typeTotal strong {
    color: #508bed;
}

.ec-base-help {
    margin: 8px 4px;
    font-size: 12px;
    color: #757575;
}

p.ec-base-help,div.ec-base-help,ul.ec-base-help li,ol.ec-base-help li {
    padding: 0 0 2px 18px;
    line-height: 1.5;
    text-align: left;
    background: url("//img.echosting.cafe24.com/skin/mobile/common/ico_help.png") no-repeat 0 2px;
    background-size: 14px auto;
}

ol {
    list-style: none;
}

ol.ec-base-help {
    counter-reset: rank 0;
}

ol.ec-base-help li {
    position: relative;
    padding: 0 0 0 13px;
    background: none;
}

ol.ec-base-help li:before {
    counter-increment: rank 1;
    content: counter(rank)'.';
    position: absolute;
    top: 0;
    left: 0;
}

p.ec-base-help.typeDash,ul.ec-base-help.typeDash li {
    position: relative;
    padding: 0 0 0 10px;
    background: none;
}

p.ec-base-help.typeDash:before,ul.ec-base-help.typeDash li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 1px;
    background: #757575;
}

.ec-admin-icon.cart {
    height: 26px;
    cursor: pointer;
}

.ec-base-product {
    padding: 0;
    background-color: #fff;
}

.ec-base-product h2 {
    max-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 43px;
    padding: 0 42px 0 14px;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/bg_title_close.gif") no-repeat right 14px top 50%;
    background-size: 13px 8px;
    cursor: pointer;
}

.ec-base-product h3 {
    margin-bottom: 14px;
}

.ec-base-product img {
    max-width: 100%;
}

.ec-base-product > ul {
    padding: 14px 0 0;
}

.ec-base-product li {
    vertical-align: top;
}

.ec-base-product [class*="grid"] {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 0 7px;
    font-size: 0;
    line-height: 0;
}

.ec-base-product [class*="grid"] > li {
    display: inline-block;
    margin: 0 0 14px;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}

.ec-base-product .thumbnail {
    position: relative;
    margin: 0 7px 14px;
}

.ec-base-product .thumbnail a {
    display: block;
}

.ec-base-product .thumbnail a img {
    display: block;
    width: 100%;
    border: 1px solid #ededed;
    vertical-align: top;
}

.ec-base-product .thumbnail .prdIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 30% auto;
}

.ec-base-product .thumbnail .wish {
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 10;
}

.ec-base-product .description {
    min-height: 10px;
    margin: 0 7px;
    line-height: 1em;
    text-align: left;
}

.ec-base-product .description .name {
    line-height: 1.3em;
    word-wrap: break-word;
    margin: 0 0 7px;
}

.ec-base-product .description .name a {
    font-size: 13px;
    color: #1b1b1b;
}

.ec-base-product .description .icon {
    margin: 0 0 7px;
}

.ec-base-product .description .icon img {
    margin: 0 4px 0 0;
}

.ec-base-product .description .icon .icon_img {
    margin: 0 0 2px;
}

.ec-base-product .description .price {
    font-size: 12px;
    margin: 0 0 7px;
}

.ec-base-product .description .strike,.ec-base-product .description .mPriceStrike {
    text-decoration: line-through;
}

.ec-base-product .description .mileage {
    display: inline-block;
}

.ec-base-product .description li.mileage {
    margin: 0 0 7px;
}

.ec-base-product .description li.cart {
    margin: 0 0 7px;
}

.ec-base-product .description .color {
    overflow: hidden;
    margin: 0;
}

.ec-base-product .description .color .chips {
    float: left;
    width: 12px;
    height: 10px;
    margin: 0 2px 2px 0;
    font-size: 0;
    line-height: 0;
    border: 1px solid #e3e3e3;
}

.ec-base-product .description .likeButton button {
    border: 0;
    background: none;
}

.ec-base-product .description .likeButton button strong {
    margin: 0 0 0 3px;
    font-size: 11px;
    line-height: 20px;
    color: #757575;
}

.ec-base-product .description .likeButton.selected button strong {
    line-height: 20px;
    color: #2e2e2e;
}

.ec-base-product .more_view {
    margin: 7px 4px 0;
}

.ec-base-product .more_view a {
    display: block;
    padding: 0 0 0 0;
    background: #d4d4d6;
}

.ec-base-product .more_view a span {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 30px;
    text-indent: 120%;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/bg_togglebar_show.png") no-repeat 50% 50%;
    background-size: 12px 12px;
}

.ec-base-product.typeDesc {
    margin: 0;
    background: #fff;
}

.ec-base-product.typeDesc .prdList:after {
    display: block;
    content: "";
    clear: both;
}

.ec-base-product.typeDesc .prdList > li {
    margin: 0;
    padding: 14px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ececec;
}

.ec-base-product.typeDesc .prdList > li:first-child {
    padding: 0 14px 14px;
    border-top: 0;
}

.ec-base-product.typeDesc .prdList > li:after {
    display: block;
    content: "";
    clear: both;
}

.ec-base-product.typeDesc .thumbnail {
    float: left;
    margin: 0;
    padding: 0;
    width: 87px;
}

.ec-base-product.typeDesc .thumbnail .wish {
    right: 4px;
}

.ec-base-product.typeDesc .description {
    padding: 0 0 0 103px;
}

.ec-base-product.typeDesc .description .price {
    color: #494949;
    font-size: 13px;
}

.ec-base-product.typeDesc .description .price.sale {
    color: #000;
    font-size: 15px;
}

.ec-base-product.typeDesc .description .color {
    margin: 0 0 10px;
}

.ec-base-product.typeDesc .description .summary {
    font-size: 11px;
    color: #757575;
    margin: 0 0 10px;
}

.ec-base-product.typeGallery {
    margin: 0;
}

.ec-base-product.typeGallery ul {
    display: table;
    table-layout: fixed;
    padding: 0 14px 0 12px;
    font-size: 0;
    line-height: 0;
}

.ec-base-product.typeGallery li {
    position: relative;
    display: inline-block;
    margin: 0 0 2px;
    padding: 0;
    vertical-align: top;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.2em;
}

.ec-base-product.typeGallery .thumbnail {
    margin: 0 2px;
}

.ec-base-product.typeGallery .thumbnail .wish {
    top: 3px;
    bottom: auto;
}

.ec-base-product.typeGallery .description {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 0 0 2px;
    width: 100%;
    opacity: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ec-base-product.typeGallery .description a {
    overflow: hidden;
    display: block;
    padding: 5px 38px 5px 5px;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(0,0,0,0.6);
}

.ec-base-product.typeGallery .description a .name:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    width: 20px;
    height: 100%;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/ico_arrow_white.png") 0 center no-repeat;
    background-size: 20px 20px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ec-base-product.typeGallery .description a .name {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.ec-base-product.typeGallery .description a .name,.ec-base-product.typeGallery .description a p {
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ec-base-product.typeGallery .description a .price {
    margin: 0;
    font-weight: bold;
}

.ec-base-product.typeGallery .description a .price span {
    display: none;
}

.ec-base-product.typeGallery .description .likeButton {
    position: absolute;
    bottom: 0;
    right: 5px;
    background: rgba(255,255,255,0.8);
}

.ec-base-product .layerDiscountPeriod {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    padding: 11px 7px;
    box-sizing: border-box;
}

.ec-base-product .layerDiscountPeriod .inner {
    border: 1px solid #353535;
    background: #f1f1f1;
    border-radius: 4px;
}

.ec-base-product .layerDiscountPeriod .inner .title {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    background-color: #353535;
    color: #fff;
}

.ec-base-product .layerDiscountPeriod .inner .timeleft {
    padding: 14px;
    color: #508bed;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.ec-base-product .layerDiscountPeriod ul {
    margin: 0 7px 14px;
    padding: 0;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.ec-base-product .layerDiscountPeriod ul li {
    position: relative;
    padding: 14px 13px 14px 100px;
    border-top: 1px solid #ececec;
    color: #353535;
}

.ec-base-product .layerDiscountPeriod ul li:first-child {
    border-top: 0;
}

.ec-base-product .layerDiscountPeriod ul li span {
    position: absolute;
    top: 14px;
    left: 13px;
    color: #757575;
}

.ec-base-product .layerDiscountPeriod .btnClose {
    position: absolute;
    top: 8px;
    right: 4px;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    font-size: 0;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/ico_close_white.png") center center no-repeat;
    background-size: 50% 50%;
}

.ec-product-bgLT {
    background-position: left top;
}

.ec-product-bgLC {
    background-position: left center;
}

.ec-product-bgLB {
    background-position: left bottom;
}

.ec-product-bgRT {
    background-position: right top;
}

.ec-product-bgRC {
    background-position: right center;
}

.ec-product-bgRB {
    background-position: right bottom;
}

.ec-product-bgCT {
    background-position: center top;
}

.ec-product-bgCC {
    background-position: center center;
}

.ec-product-bgCB {
    background-position: center bottom;
}

.ec-base-product .grid1 > li {
    width: 100%;
}

.ec-base-product .grid2 > li {
    width: 50%;
}

.ec-base-product .grid3 > li {
    width: 33.333%;
}

.ec-base-product .grid4 > li {
    width: 25%;
}

.ec-base-product .grid5 > li {
    width: 20%;
}

@media all and (max-width: 480px) {
    .ec-base-product .prdList.grid1 > li {
        width:100%;
    }

    .ec-base-product .prdList.grid2 > li {
        width: 50%;
    }

    .ec-base-product .prdList.grid3 > li {
        width: 33.333%;
    }

    .ec-base-product .prdList.grid4 > li {
        width: 25%;
    }

    .ec-base-product .prdList.grid5 > li {
        width: 20%;
    }

    .ec-base-product .grid1 li .name {
        font-size: 15px;
    }

    .ec-base-product .grid2 li .name,.ec-base-product .grid3 li .name {
        font-size: 13px;
    }

    .ec-base-product .grid4 li .name {
        font-size: 11px;
    }
}

@media all and (min-width: 481px) and (max-width:767px) {
    .ec-base-product .prdList.grid2 > li {
        width:33.333%;
    }

    .ec-base-product .prdList.grid3 > li,.ec-base-product .prdList.grid4 > li,.ec-base-product .prdList.grid5 > li {
        width: 25%;
    }

    .ec-base-product [class*="grid"] li .name {
        font-size: 13px;
    }
}

@media all and (min-width: 768px) {
    .ec-base-product .prdList.grid2 > li {
        width:25%;
    }

    .ec-base-product .prdList.grid3 > li,.ec-base-product .prdList.grid4 > li,.ec-base-product .prdList.grid5 > li {
        width: 20%;
    }

    .ec-base-product [class*="grid"] li .name {
        font-size: 15px;
    }
}

.btnNormal,.btnStrong,.btnBasic,.btnSubmit,.btnEm {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Lato';
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btnNormal,.btnStrong,.btnBasic {
    height: 29px;
    line-height: 27px;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 13px;
}

.btnNormal {
    color: #111;
    border: 1px solid #cfcfcf;
    border-bottom-color: #b5b5b5;
    background: #fff;
}

.btnStrong {
    color: #111;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.btnSubmit {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 13px;
    color: #111;
    border: 1px solid #111;
    background: #fff;
}

.btnEm {
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 13px;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.btnBasic {
    color: #111;
    border: 1px solid #d5d5d5;
    background: #fff;
}

[class*="btn"].mini {
    height: 26px;
    line-height: 24px;
    font-size: 11px;
}

.ec-base-button .soldout {
    cursor: default;
}

.btnIcon {
    max-width: 12px;
    max-height: 12px;
    background-size: 100% 100%;
}

.ec-base-button {
    margin: 10px auto;
    text-align: right;
}

.ec-base-button:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-button.typeMulti {
    margin: 0 auto;
    padding: 7px;
}

.ec-base-button.typeMulti .gTop:after,.ec-base-button.typeMulti .gBottom:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-button.typeMulti .gBottom {
    margin: 7px 0 0;
    padding: 7px 0 0;
    border-top: 1px solid #d5d5d5;
    clear: both;
}

.ec-base-button.gLeft {
    text-align: left;
}

.ec-base-button.gCenter {
    text-align: center;
}

.ec-base-button.gRight {
    text-align: right;
}

.ec-base-button .gLeft {
    float: left;
    text-align: left;
}

.ec-base-button .gRight {
    float: right;
}

.ec-base-button[class*="gColumn"] {
    display: flex;
    margin: 10px 0 10px -4px;
}

.ec-base-button[class*="gColumn"]:after {
    content: none;
}

.ec-base-button[class*="gColumn"] a,.ec-base-button[class*="gColumn"] button {
    flex: 1;
    margin: 0 0 0 4px;
    padding: 0 3px;
    white-space: nowrap;
}

.ec-base-button[class*="gColumn"] .gFlex2 {
    flex: 2;
}

.ec-base-button[class*="gColumn"] .gFlex3 {
    flex: 3;
}

.ec-base-button[class*="gColumn"] .gFlex4 {
    flex: 4;
}

.ec-base-button.gFull {
    margin-bottom: 3px;
}

.ec-base-button.gFull [class*="btn"],[class*="btn"].gFull {
    width: 100%;
}

.ec-base-button.gFull [class*="btn"] {
    margin: 0 0 7px;
}

.ec-base-button.gFixed {
    position: fixed;
    z-index: 120;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 7px;
    box-sizing: border-box;
    background-color: #fff;
}

.ec-base-button.gFixed .btnSubmit {
    height: 40px;
    line-height: 38px;
}

.ec-base-button.gFixed .state + .ec-base-button {
    margin-top: 3px;
}

.ec-base-button.gFixed .state {
    overflow: hidden;
    margin: 0 auto;
    font-size: 11px;
}

.ec-base-button.gFixed .state .count {
    float: left;
    padding: 7px 0;
}

.ec-base-button.gFixed .state .price {
    float: right;
    padding: 7px 0;
}

.ec-base-button.gFixed .price strong {
    font-weight: normal;
}

.ec-base-button.gFixed .count strong,.ec-base-button.gFixed .price em {
    color: #508bed;
    font-weight: bold;
}

@media all and (min-width: 768px) {
    .btnSubmit {
        height:46px;
        line-height: 44px;
        font-size: 16px;
    }

    .btnEm {
        height: 46px;
        line-height: 44px;
        font-size: 16px;
    }
}

.ec-base-box {
    padding: 14px;
    margin: 14px;
    border: 1px solid #d5d5d5;
    line-height: 1.6;
    color: #757575;
    background: #fff;
}

.ec-base-box.center {
    text-align: center;
}

#popup {
    height: 100%;
    background: transparent;
}

.popup .ec-base-layer {
    position: relative;
}

.ec-base-layer {
    position: fixed;
    z-index: 300;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 320px;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ec-base-layer h1 {
    width: 100%;
    height: 36px;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    box-sizing: border-box;
    background: #333;
}

.ec-base-layer .wrap {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 14px;
    font-size: 12px;
    overflow-x: auto;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.ec-base-layer .btnClose {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 510;
    width: 36px;
    height: 36px;
    border: 0;
    padding: 0;
    font-size: 0;
    text-indent: -150%;
    background: url("//img.echosting.cafe24.com/skin/mobile/common/btn_close_white.png") center center no-repeat;
    background-size: 14px 14px;
}

.ec-base-layer[class*="theme1"] .wrap {
    background: #fff;
}

.ec-base-layer.gClearFlex {
    display: block;
    padding: 0 0 94px;
    box-sizing: border-box;
}

.ec-base-layer.gClearFlex .wrap {
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    height: auto;
}

.ec-base-layer.typeModal {
    overflow: hidden;
    z-index: 500;
    top: 50px;
    bottom: auto;
    left: 0;
    right: 0;
    min-width: 280px;
    max-width: 600px;
    width: 92%;
    height: auto;
    margin: auto;
    border: 1px solid #333;
}

.ec-base-layer.typeModal h1 {
    padding: 0 14px;
    line-height: 35px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-weight: normal;
    background: #fff;
}

.ec-base-layer.typeModal .wrap {
    max-height: 200px;
    min-height: 100px;
    padding: 14px;
    background: #fff;
}

.ec-base-layer.typeModal .btnClose {
    background: url("//img.echosting.cafe24.com/skin/mobile/common/btn_close_black.png") center center no-repeat;
    background-size: 14px 14px;
}

.ec-base-layer.typeWide {
    background: #e3e4e7;
}

.ec-base-layer.typeWide h1 {
    height: 56px;
    padding: 0 42px;
    line-height: 56px;
    font-size: 20px;
    font-weight: normal;
    box-sizing: border-box;
}

.ec-base-layer.typeWide .wrap {
    padding: 0;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: -0.4px;
}

.ec-base-layer.typeWide .btnClose {
    top: 10px;
    right: 10px;
    background-image: url("//img.echosting.cafe24.com/skin/mobile/order/btn_close.png");
    background-size: 21px 21px;
}

.ec-base-layer.typeWide > .ec-base-button.gFull {
    padding: 15px 14px 8px;
}

.ec-base-layer .wrap + div > .ec-base-button,.ec-base-layer .wrap + .ec-base-button,.ec-base-layer > .ec-base-button {
    margin: 0;
    padding: 7px 14px 7px 10px;
    box-sizing: border-box;
    background: #fff;
}

.ec-base-layer .ec-base-button.gFull {
    padding: 7px 14px 0;
}

.ec-base-layer .ec-base-button.gFixed .ec-base-button {
    padding: 0;
    border-top: 0;
}

.ec-base-layer .wrap + .ec-base-button > .ec-base-button {
    padding: 0;
}

.ec-base-table {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    word-break: break-all;
    word-wrap: break-word;
    color: #353535;
    background: #fff;
}

.ec-base-table table {
    position: relative;
}

.ec-base-table table:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
}

.ec-base-table th,.ec-base-table td {
    border-top: 1px solid #ececec;
    font-size: 13px;
    vertical-align: top;
}

.ec-base-table th {
    font-weight: normal;
    color: #757575;
}

.ec-base-table td {
    padding: 12px 13px;
}

.ec-base-table tbody th {
    padding: 12px 0 12px 13px;
    text-align: left;
}

.ec-base-table td.clear {
    padding: 0 !important;
}

.ec-base-table.typeWrite td {
    padding: 7px 13px 6px;
    vertical-align: middle;
    line-height: 27px;
}

.ec-base-table.typeWrite tr td:first-child {
    padding: 12px 13px;
}

.ec-base-table.typeWrite img {
    max-width: 100% !important;
    height: auto !important;
}

.ec-base-table.gCellNarrow tbody th {
    padding: 7px 0 7px 13px;
}

.ec-base-table.gCellNarrow td {
    padding: 7px 13px;
}

.ec-base-table.gClearBorderTop {
    border-top-width: 0;
}

.ec-base-table.gClearBorder {
    border-width: 0;
}

.ec-base-table.gClearCell {
    padding: 4px 0;
}

.ec-base-table.gClearCell table:after {
    display: none;
}

.ec-base-table.gClearCell th,.ec-base-table.gClearCell td,.ec-base-table.typeWrite.gClearCell th {
    border-width: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.ec-base-table.typeWrite.gClearCell td {
    padding-top: 3px;
    padding-bottom: 4px;
}

.ec-base-table .gLineTop {
    border-top: 1px solid #ececec !important;
}

.ec-base-table.gClearCell tbody.gLineTop tr:first-child th,.ec-base-table.gClearCell tbody.gLineTop tr:first-child td {
    padding-top: 10px;
}

.ec-base-table.typeList {
    border-width: 0;
}

.ec-base-table.typeList table:after {
    display: none;
}

.ec-base-table.typeList thead th {
    text-align: center;
    background: #fafafa;
}

.ec-base-table.typeList th,.ec-base-table.typeList td {
    padding: 9px 10px;
    vertical-align: middle;
    border: 1px solid #d7d5d5;
}

.ec-base-table.typeList.gClearBorderTop thead th {
    border-top-width: 0;
}

.ec-base-table .left {
    text-align: left;
}

.ec-base-table .center {
    text-align: center;
}

.ec-base-table .right {
    text-align: right;
}

.ec-base-table .top th,.ec-base-table th.top,.ec-base-table .top td,.ec-base-table td.top {
    vertical-align: top;
}

.ec-base-table .middle th,.ec-base-table th.middle,.ec-base-table .middle td,.ec-base-table td.middle {
    vertical-align: middle;
}

.ec-base-table img {
    vertical-align: middle;
}

.ec-base-table .ec-address {
    margin: -4px -13px -3px;
}

.ec-base-table .ec-address > li {
    padding: 4px 13px 3px;
}

.ec-base-table .ec-address > li input[type="text"],.ec-base-table .ec-address > li select {
    width: 100%;
}

.ec-base-table .ec-address .ec-base-help {
    margin-bottom: 4px;
}

.ec-base-table .ec-address .ec-address-area select:not(:first-child) {
    margin-top: 4px;
}

.ec-base-table .ec-address .ec-address-zipcode input[type="text"] {
    width: 80px;
    margin-right: 4px;
}

.ec-base-table .ec-address .ec-address-zipcode .btnBasic {
    margin-right: 4px;
}

.ec-base-table .ec-address .ec-address-zipcode .ec-base-label {
    margin: 0;
}

.ec-base-table td.clear .ec-base-help {
    margin-left: 13px;
    margin-right: 13px;
}

@supports (-webkit-overflow-scrolling: touch) {
    .ec-base-table.typeWrite td {
        line-height: 28px;
    }
}

.ec-base-fold {
    position: relative;
    border: 1px solid #d5d5d5;
}

.ec-base-fold > .title {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 14px 43px 14px 14px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.ec-base-fold > .title h2,.ec-base-fold > .title h3 {
    display: inline-block;
    font-size: 13px;
    line-height: 1.3;
}

.ec-base-fold > .title h3,.ec-base-fold > .title p {
    color: #757575;
}

.ec-base-fold > .title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url("//img.echosting.cafe24.com/skin/mobile/layout/ico_arrow_white.png") no-repeat 50% 50%;
    background-size: 20px auto;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.ec-base-fold .contents {
    display: none;
    background: #fff;
}

.ec-base-fold .ec-base-fold {
    border-width: 1px 0 0;
}

.ec-base-fold + .ec-base-fold {
    margin-top: 7px;
}

.ec-base-fold .ec-base-fold + .ec-base-fold {
    margin-top: 0;
}

.ec-base-fold.selected > .title:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ec-base-fold.selected > .contents {
    display: block;
}

.ec-base-fold.theme1 > .title {
    margin: -1px;
    color: #fff;
    background: #333;
}

.ec-base-fold.theme2 > .title {
    padding-right: 34px;
    color: #333;
    background: #fff;
}

.ec-base-fold.theme2 > .title:after,.ec-base-fold.theme3 > .title:after {
    background-image: url("//img.echosting.cafe24.com/skin/mobile/layout/ico_arrow_gray.png");
}

.ec-base-fold.theme3 > .title {
    color: #333;
    background: #fff;
}

.ec-base-fold.theme3 > .title h3 {
    font-weight: bold;
    color: #333;
}

.ec-base-fold.theme3 .contents {
    padding: 0 14px 14px;
    background: #fff;
}

.ec-base-fold.theme4 {
    margin: 14px 7px 29px;
    font-size: 13px;
}

.ec-base-fold.theme4 dt {
    position: relative;
    padding: 13px 30px 13px 14px;
    line-height: 1.2;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff;
}

.ec-base-fold.theme4 dt:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 100%;
    background: url("//img.echosting.cafe24.com/skin/mobile/layout/ico_arrow_gray.png") no-repeat 0 50%;
    background-size: 20px auto;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.ec-base-fold.theme4 dd + dt {
    border-top: 1px solid #d5d5d5;
}

.ec-base-fold.theme4 dd {
    display: none;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-top: 1px solid #d5d5d5;
    background-color: #f5f5f6;
}

.ec-base-fold.theme4 dd.selected {
    display: block;
}

.ec-base-fold.theme4 dt.selected:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ec-base-fold .ec-base-prdInfo {
    margin: 0;
    border: 0;
}

.ec-base-fold .ec-base-prdInfo .option {
    margin: 0;
}

.ec-base-fold .ec-base-prdInfo .prdFoot {
    margin: 0 -14px -6px;
}

.ec-base-fold .ec-base-prdInfo .prdTotal {
    margin: 0 -14px -6px;
}

.ec-base-fold > .contents .ec-base-table,.ec-base-fold .ec-base-fold > .contents .ec-base-table {
    border: 0;
}

.ec-base-prdInfo {
    position: relative;
    margin: 0 0 7px;
    padding: 14px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    background: #fff;
}

.ec-base-prdInfo .prdCheck {
    display: inline-block;
    margin-bottom: 7px;
}

.ec-base-prdInfo .prdBox {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.ec-base-prdInfo .thumbnail {
    overflow: hidden;
    width: 73px;
    margin-right: 15px;
    border: 0;
    box-sizing: border-box;
}

.ec-base-prdInfo .thumbnail img {
    width: 100%;
}

.ec-base-prdInfo .description {
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.ec-base-prdInfo .description .prdName {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
}

.ec-base-prdInfo .description .prdName a {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.ec-base-prdInfo .description .prdName .ec-set-product-name {
    display: block;
    margin: 0 0 3px;
}

.ec-base-prdInfo .description .info {
    margin: 0 0 14px;
}

.ec-base-prdInfo .description .info li {
    margin: 0 0 7px;
    font-size: 11px;
    color: #999;
}

.ec-base-prdInfo .description .info li .mileage {
    display: inline-block;
}

.ec-base-prdInfo .description .info .price {
    font-size: 13px;
    color: #000;
}

.ec-base-prdInfo .description .info .price .refer {
    font-weight: normal;
    font-size: 11px;
}

.ec-base-prdInfo .description .info .price .discount {
    font-weight: normal;
    text-decoration: line-through;
}

.ec-base-prdInfo .description .info .price .strike {
    font-weight: normal;
    text-decoration: line-through;
}

.ec-base-prdInfo .description .info .price .strike strong {
    font-weight: normal;
}

.ec-base-prdInfo .description .price .quantity {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 0 0 14px;
    font-size: 13px;
}

.ec-base-prdInfo .description .price .quantity:before {
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 13px;
    background: #989899;
}

.ec-base-prdInfo .description input[type="number"] {
    max-width: 51px;
}

.ec-base-prdInfo .description .info .amount button {
    margin: 0;
    padding: 0;
    border: 0;
}

.ec-base-prdInfo .description .info .amount {
    width: 50px;
}

.ec-base-prdInfo .description .info input.amount {
    text-align: right;
}

.ec-base-prdInfo .description input[type="tel"] {
    text-align: right;
}

.ec-base-prdInfo .description .quantity input[type="tel"] {
    width: 51px;
}

.ec-base-prdInfo .prdFoot {
    padding: 6px 12px;
    font-weight: bold;
    line-height: 26px;
    color: #508bed;
    text-align: center;
    background: #f1f1f1;
}

.ec-base-prdInfo .prdFoot:after {
    content: '';
    display: block;
    clear: both;
}

.ec-base-prdInfo .prdFoot .gLeft {
    float: left;
    text-align: left;
}

.ec-base-prdInfo .prdFoot .gRight {
    float: right;
    text-align: right;
}

.ec-base-prdInfo .prdFoot .store {
    color: #000;
    font-weight: normal;
}

.ec-base-prdInfo .prdFoot .btnBasic {
    font-weight: normal;
    background-color: #fff;
}

.ec-base-prdInfo .prdFoot span > span > span {
    font-size: 11px;
}

.ec-base-prdInfo prdFoot span span.discount {
    text-decoration: line-through;
}

.ec-base-prdInfo .prdFoot span span.discount strong {
    font-weight: normal;
}

.ec-base-prdInfo p.option {
    margin: 0 14px;
    padding: 14px 0;
    border-top: 1px solid #ececec;
    font-size: 13px;
}

.ec-base-prdInfo .option {
    padding: 0;
    color: #353535;
}

.ec-base-prdInfo .option > li .name {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 7px 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.ec-base-prdInfo .option > li .name > select {
    max-width: 80%;
}

.ec-base-prdInfo .option > li .optionDesc {
    word-break: break-all;
}

.ec-base-prdInfo .option > li .change {
    margin: 0 0 0 5px;
    white-space: nowrap;
}

.ec-base-prdInfo .option .file a {
    margin: 0 0 0 4px;
    padding: 0 0 0 11px;
    color: #80aeef;
    text-decoration: underline;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/order/ico_attach.png") no-repeat 0 0;
    background-size: 8px 13px;
}

.ec-base-prdInfo .layerOptionModify {
    display: none;
    width: auto;
    margin: 7px 0 14px;
    padding: 14px;
    border: 1px solid #d5d5d5;
    background-color: #f1f1f1;
}

.ec-base-prdInfo .layerOptionModify .titleArea {
    margin-top: 3px;
    display: none;
}

.ec-base-prdInfo .layerOptionModify ul {
    padding: 0;
    font-size: 12px;
}

.ec-base-prdInfo .layerOptionModify li {
    position: relative;
    margin: 0 0 7px;
    padding: 0 0 0 73px;
}

.ec-base-prdInfo .layerOptionModify li .optionItem {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    height: 29px;
    font-size: 13px;
    color: #757575;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ec-base-prdInfo .layerOptionModify select,.ec-base-prdInfo .layerOptionModify input[type="text"] {
    width: 100%;
}

.ec-base-prdInfo .layerOptionModify .ec-base-button.gCenter {
    margin: 0;
}

.orderList .ec-base-prdInfo {
    margin: -1px 0 0;
    border-width: 1px 0 0 0;
}

.orderList .ec-base-prdInfo .option {
    margin: 0;
}

.orderList .ec-base-prdInfo .prdFoot {
    margin: 0 -14px -6px;
}

.orderArea .ec-base-fold .ec-base-prdInfo {
    border-bottom: 1px solid #d5d5d5;
}

.orderConfirmLayer .orderArea .ec-base-prdInfo {
    border-bottom: 0;
}

.orderArea .ec-base-prdInfo + .ec-base-prdInfo {
    border-top: 1px solid #d5d5d5;
}

.header_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#layout .header_wrap {
    position: relative;
}

#header {
    background: #fff;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 990;
}

#header.active {
    position: fixed;
}

#header .menu_wrap {
    position: relative;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    z-index: 999;
}

#header.active .menu_wrap {
    background: #ffffff;
}

#header .btn_menu {
    padding: 0 10px 0 12px;
    z-index: 999;
}

#header .btn_menu span {
    display: block;
    width: 20px;
    height: 1px;
    background: #111;
    margin-bottom: 7px;
    transform: rotate(0.001deg);
    transition: all 0.4s;
}

#header .btn_menu span:last-child {
    margin-bottom: 0;
}

#header .btn_menu.expand span:first-child {
    transform: rotate(45deg) translate(2px,8px);
}

#header .btn_menu.expand span:nth-child(2) {
    opacity: 0;
}

#header .btn_menu.expand span:last-child {
    transform: rotate(-45deg) translate(3px,-9px);
}

#header h1 {
    position: relative;
}

#header h1 img {
    display: block;
    width: auto;
    max-height: 20px;
    transform: translate3d(0,0,0);
    image-rendering: auto;
}

#header h1 img#logo_w {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#header .basket {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 20px;
    height: 20px;
}

#header .basket img {
    display: block;
    width: 100%;
    height: 100%;
}

#header .basket img#i_basket_w {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#header .basket span {
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    font-size: 10px;
}

#header.c_white:not(.expand) .btn_menu span {
    background-color: #111;
}

#header.c_white:not(.expand) h1 #logo {
    opacity: 0;
}

#header.c_white:not(.expand) h1 #logo_w {
    display: block;
}

#header.c_white:not(.expand) .basket #i_basket {
    opacity: 0;
}

#header.c_white:not(.expand) .basket #i_basket_w {
    display: block;
}

#header.c_white:not(.expand) .basket a {
    color: #111;
}

#header.c_white.active .btn_menu span {
    background-color: #111;
}

#header.c_white.active h1 #logo {
    opacity: 1;
}

#header.c_white.active h1 #logo_w {
    display: none;
}

#header.c_white.active .basket #i_basket {
    opacity: 1;
}

#header.c_white.active .basket #i_basket_w {
    display: none;
}

#header.c_white.active .basket a {
    color: #111;
}

.promo_top {
    display: none !important;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 12px;
    z-index: 890;
}

.promo_top a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.promo_top .close {
    position: absolute;
    top: 0px;
    right: 0px;
}

.promo_top .close .check {
    display: none;
}

.promo_top .close:hover .check {
    display: inline;
}

.promo_top .close span {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}

#aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 970;
    background: #ffffff;
    padding: 72px 12px 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0,0,0.5,0.99);
}

#aside.expand {
    transform: translateX(0);
}

#aside .searchArea {
    position: relative;
    margin-bottom: 30px;
}

#aside .searchArea #keyword {
    width: 100%;
    height: 38px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #111;
    font-size: 15px;
    padding: 10px 30px 10px 0;
    line-height: normal;
}

#aside .searchArea .btn_search {
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
    border: 0;
    width: 20px;
    height: 20px;
    background: url('/img/btn_arrow_go.svg') no-repeat 50% 50%;
    background-size: 16px 16px;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
}

#aside .gnb > li > a {
    position: relative;
    display: block;
    font-size: 15px;
    margin-bottom: 18px;
}

#aside .gnb > li .categoryList {
    display: none;
}

#aside .gnb > li > a .ico_select {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url('/img/btn_down.svg') no-repeat 50% 50%;
    background-size: 12px 12px;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
}

#aside .gnb > li > a.selected .ico_select {
    background: url('/img/btn_up.svg') no-repeat 50% 50%;
    background-size: 12px 12px;
}

#aside .categoryList {
    padding-left: 20px;
}

#aside .categoryList li {
    position: relative;
}

#aside .categoryList > li > a.cate {
    display: block;
    margin-bottom: 18px;
}

#aside .categoryList > li a.view {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('/img/btn_down.svg') no-repeat 50% 50%;
    background-size: 12px 12px;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
}

#aside .categoryList > li a.view.selected {
    background: url('/img/btn_up.svg') no-repeat 50% 50%;
    background-size: 12px 12px;
}

#aside .categoryList li.noChild a.view {
    display: none;
}

#aside .categoryList ul {
    display: none;
}

#aside .categoryList li > ul {
    display: none;
    padding-left: 20px;
}

#aside .categoryList li > ul > li > a {
    display: block;
    margin-bottom: 18px;
}

#aside .member li > a {
    font-size: 12px;
    display: block;
    margin-bottom: 18px;
}

#aside nav li:nth-child(1)::marker,#aside nav li:nth-child(2)::marker {
    content: '';
}

.board .categoryList li {
    margin-bottom: 20px;
}

.xans-layout-footerpackage {
    padding: 60px 12px 24px;
    text-align: center;
    font-size: 12px;
}

.xans-layout-footerpackage button {
    border: 0;
    outline: none;
    font-size: 12px;
}

.xans-layout-footerpackage .info {
    margin-bottom: 28px;
}

.xans-layout-footerpackage .info ul li {
    padding: 2px 0;
    font-size: 12px;
}

.xans-layout-footerpackage .info ul li.inline {
    display: inline-block;
    margin-right: 6px;
}

.xans-layout-footerpackage .info ul li span {
    margin-right: 5px;
    color: #999;
}

.xans-layout-footerpackage .info ul li.copyright {
    color: #666666;
}

.xans-layout-footerpackage .info ul li.copyright a {
    color: #666666;
}

.dia_office li {
    float: left;
}

.xans-layout-footerpackage .cs_wrap {
    margin-bottom: 28px;
}

.xans-layout-footerpackage .cs_wrap span {
    line-height: 1.8;
    padding: 0 3px;
}

.xans-layout-footerpackage .about .utilMenu {
    margin-bottom: 14px;
}

.xans-layout-footerpackage .about .utilMenu li {
    display: inline-block;
    padding: 0 7px;
}

.xans-layout-footerpackage .social a {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 5px;
}

.xans-layout-footerpackage .social .instagram {
    background: url('/img/sns_insta.svg') no-repeat;
}

.xans-layout-footerpackage .social .facebook {
    background: url('/img/sns_facebook.svg') no-repeat;
}

.xans-layout-footerpackage .social .youtube {
    background: url('/img/sns_youtube.svg') no-repeat;
}

.btn_top {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    align-items: center;
    z-index: 888;
    cursor: pointer;
}

.btn_top svg {
    position: relative;
    width: 38px;
    height: 38px;
}

.btn_top svg path {
    fill: #494949;
}

.btn_top svg circle {
    width: 36px;
    height: 36px;
    fill: none;
    stroke-width: 1px;
    stroke: #494949;
    stroke-dasharray: 115;
    stroke-dashoffset: 115;
    stroke-linecap: round;
}

.btn_top svg circle:nth-of-type(1) {
    stroke-dashoffset: 0;
    stroke: #ccc;
}
