@charset "utf-8";
/* title */
.pretendard { font-family: 'Pretendard'; }
.BTB { font-size: 28px !important; font-weight: 600 !important; }
.BTM { font-size: 28px !important; font-weight: 400 !important; }
.MTB { font-size: 24px !important; font-weight: 600 !important; }
.MTM { font-size: 24px !important; font-weight: 400 !important; }
.STB { font-size: 18px !important; font-weight: 600 !important; }
.STM { font-size: 18px !important; font-weight: 400 !important; }
.BCB { font-size: 17px !important; font-weight: 600 !important; }
.MCM { font-size: 15px !important; font-weight: 400 !important; }
.SCM { font-size: 13px !important; font-weight: 400 !important; }
.BPB { font-size: 22px !important; font-weight: 600 !important; }
.BPM { font-size: 22px !important; font-weight: 400 !important; }
.MPB { font-size: 17px !important; font-weight: 600 !important; }
.MPM { font-size: 17px !important; font-weight: 400 !important; }
.SPB { font-size: 14px !important; font-weight: 600 !important; }
.SPM { font-size: 14px !important; font-weight: 400 !important; }
.BB1 { font-size: 16px !important; font-weight: 600 !important; }
.BB2 { font-size: 15px !important; font-weight: 600 !important; }
.BB3 { font-size: 14px !important; font-weight: 600 !important; }
.BB4 { font-size: 13px !important; font-weight: 600 !important; }
.BB5 { font-size: 12px !important; font-weight: 600 !important; }
.B1  { font-size: 16px !important; font-weight: 400 !important; }
.B2  { font-size: 15px !important; font-weight: 400 !important; }
.B3  { font-size: 14px !important; font-weight: 400 !important; }
.B4  { font-size: 13px !important; font-weight: 400 !important; }
.B5  { font-size: 12px !important; font-weight: 400 !important; }
.TG1 { font-size: 14px !important; font-weight: 700 !important; }
.TG2 { font-size: 13px !important; font-weight: 700 !important; }
.MT1 { font-size: 20px !important; font-weight: 500 !important; }
@media(max-width: 768px) {
    .BTB { font-size: 20px !important; font-weight: 600 !important; }
    .BTM { font-size: 20px !important; font-weight: 400 !important; }
    .MTB { font-size: 17px !important; font-weight: 600 !important; }
    .MTM { font-size: 17px !important; font-weight: 400 !important; }
    .STB { font-size: 15px !important; font-weight: 600 !important; }
    .STM { font-size: 15px !important; font-weight: 400 !important; }
    .BCB { font-size: 15px !important; font-weight: 600 !important; }
    .MCM { font-size: 13px !important; font-weight: 400 !important; }
    .SCM { font-size: 12px !important; font-weight: 400 !important; }
    .BPB { font-size: 17px !important; font-weight: 600 !important; }
    .BPM { font-size: 17px !important; font-weight: 400 !important; }
    .MPB { font-size: 15px !important; font-weight: 600 !important; }
    .MPM { font-size: 15px !important; font-weight: 400 !important; }
    .SPB { font-size: 13px !important; font-weight: 600 !important; }
    .SPM { font-size: 13px !important; font-weight: 400 !important; }
    .BB1 { font-size: 15px !important; font-weight: 600 !important; }
    .BB2 { font-size: 14px !important; font-weight: 600 !important; }
    .BB3 { font-size: 13px !important; font-weight: 600 !important; }
    .BB4 { font-size: 12px !important; font-weight: 600 !important; }
    .BB5 { font-size: 11px !important; font-weight: 600 !important; }
    .B1  { font-size: 15px !important; font-weight: 400 !important; }
    .B2  { font-size: 14px !important; font-weight: 400 !important; }
    .B3  { font-size: 13px !important; font-weight: 400 !important; }
    .B4  { font-size: 12px !important; font-weight: 400 !important; }
    .B5  { font-size: 11px !important; font-weight: 400 !important; }
    .TG1 { font-size: 12px !important; font-weight: 700 !important; }
    .TG2 { font-size: 11px !important; font-weight: 700 !important; }
    .MT1 { font-size: 14px !important; font-weight: 500 !important; }
}
.page-title { padding: 35px 0 25px 0; }
.page-title > .BTB { }
.page-title > .MTM { display: inline-block; margin-left: 10px; color: var(--colorgray); }
@media(max-width: 768px) {
    .page-title { padding: 25px 0 15px 10px; }
    .page-title > .BTB { }
    .page-title > .MTM { }
}

/* sub page */
.page-top-wrap { position: relative; margin: 35px 0 35px 0; }
.page-top-wrap > ul { position: relative; display: flex; }
.page-top-wrap > ul > li { }
.page-top-wrap > ul > li:not(:last-child) { margin-right: 8px; }
.page-top-wrap > ul > li > a { position: relative; display: block; width: 133px; height: 46px; line-height: 46px; white-space: nowrap; text-align: center; background-color: #f6f6f6; border: 1px solid #f6f6f6;border-radius: 69px; }
.page-top-wrap > ul > li > a:not(.on):hover { background-color: var(--accent); border-color: var(--accent); color: #fff; }
.page-top-wrap > ul > li > a.on { background-color: var(--accent); border-color: var(--accent); color: #fff; }
@media (max-width: 768px) {
    .page-top-wrap { margin: 10px 0 25px 0; padding: 0 10px; overflow-x: auto; }
    .page-top-wrap > ul { }
    .page-top-wrap > ul > li { }
    .page-top-wrap > ul > li:not(:last-child) { margin-right: 8px; }
    .page-top-wrap > ul > li > a { width: auto; padding: 0 15px; height: 40px; line-height: 40px; font-size: 13px; }
    .page-top-wrap > ul > li > a:not(.on):hover { }
    .page-top-wrap > ul > li > a.on { }
}

/* mshop list default */
#list-top-wrapper { }
.top-wrap-inner { display: flex; height: 50px; }
.top-wrap-inner .top-left  { position: relative; display: flex; flex: 1 1 auto; align-self: center; }
.top-wrap-inner .top-right { margin-left: auto; flex: 0 0 auto; display: flex; padding-right: 10px; }
.top-wrap-inner .top-right > div:not(:last-child) { margin-right: 10px; }
.top-wrap-inner .top-left > .total-count { align-self: center; }
.top-wrap-inner .top-left > .icon-list-type { display: none; }

.top-wrap-inner .top-right > .sort-item-row { margin-left: auto; flex: 0 0 150px; position: relative; margin-top: 10px; z-index: 2; }
.top-wrap-inner .top-right > .sort-item-row > ul { position: absolute; width: 120px; height: 40px; top: 0px; left: 0; overflow: hidden; background-color: #fff; border: 1px solid #ddd; border-right: none; border-top-left-radius: 12px; border-bottom-left-radius: 12px; }
.top-wrap-inner .top-right > .sort-item-row > ul.open { overflow: visible; height: auto; right: 0; width: 100%; border-right: 1px solid #ddd; border-radius: 12px; }
.top-wrap-inner .top-right > .sort-item-row > ul > li { display: none; padding: 0 55px 0 15px; font-size: 14px; width: 100%; cursor: pointer; height: 40px; line-height: 40px; white-space: nowrap; }
.top-wrap-inner .top-right > .sort-item-row > ul > li.active { display: block; }
.top-wrap-inner .top-right > .sort-item-row .btn-arrow-down { position: absolute; display: flex; justify-content: center; align-items: center; top: 0px; right: 0; bottom: 0; background-color: transparent; background-color: #fff; width: 30px; height: 40px; padding: 0; border-top-right-radius: 12px; border-bottom-right-radius: 12px; line-height: 40px; border: 1px solid #ddd; border-left: none; }
.top-wrap-inner .top-right > .sort-item-row > ul.open + .btn-arrow-down { border-bottom: none; border-left: none; border-bottom-right-radius: 0; }

@media(max-width: 768px) {
    .top-wrap-inner .top-left > .total-count { align-self: center; }
    .top-wrap-inner .top-left > .icon-list-type { display: block; margin-left: auto; }
    .top-wrap-inner .top-left > .icon-list-type > a { display: inline-block; }
    .top-wrap-inner .top-left > .icon-list-type > a + a { margin-left: 3px; }
    .top-wrap-inner .top-left > .icon-list-type > a svg { }
    .top-wrap-inner .top-left > .icon-list-type > a svg rect { fill: #b4b4b4; }
    .top-wrap-inner .top-left > .icon-list-type > a.on svg rect { fill: #131313; }
}
.top-layer-box { position: relative; width: auto; min-width: 160px; display: flex; margin-top: 10px; }
.top-layer-box.top-layer-bill { width: 310px; }
.layer-select-box { position: relative; width: 100%; }
.layer-select-box > ul { position: relative;  width: 100%; height: 40px; border: 1px solid #ddd; border-radius: 8px; background-color: #fff; z-index: 10; color: #3b3b3b; overflow: hidden; }
.layer-select-box > ul:hover {  }
.layer-select-box > ul.open { overflow-y: auto; height: auto; max-height: 360px; background-color: #fff; border: 1px solid #000; }
.layer-select-box > ul.open::-webkit-scrollbar{ width: 0px; box-sizing: border-box; }
.layer-select-box > ul.open::-webkit-scrollbar-thumb{ width: 0px; box-sizing: border-box; border-radius: 0; }
.layer-select-box > ul.open::-webkit-scrollbar-track{}
.layer-select-box > ul.open > li:first-child {  }
.layer-select-box > ul > li { display: none; padding: 0 55px 0 10px; width: 100%; cursor: pointer; height: 38px; line-height: 38px; white-space: nowrap; }
.layer-select-box > ul > li.open { display: block; }
.layer-select-box > ul > li.open:not(:first-child):hover { color: var(--fontaccent); }
.layer-select-box > .select-open { position: absolute; top: 0; right: 0; bottom: 0; background-color: transparent; width: 30px; height: 38px; z-index: 10; }
.layer-select-box > .select-open.open { z-index: 21; }
#list-container-wrap { position: relative; width: 100%; display: flex;; }
.item-list-container { position: relative; flex: 1 1 auto; max-width: 100%; margin-top: 30px; margin-bottom: 30px }
.list-container-top { margin: 25px 0; }
.list-filter-multi { position: relative; width: 100%; display: flex; }
.list-filter-multi > .page-row-title { flex: 0 0 auto; margin-right: 25px; color: #000; font-weight: 600; align-self: center; margin-bottom: 35px; }
.list-filter-multi > .multi-filter { flex: 1 1 auto; display: flex; flex-wrap: wrap; margin-bottom: 35px; }
.list-filter-multi > .multi-filter > li { margin-right: 7px; }
.list-filter-multi > .multi-filter > li:last-child { margin-right: 0; }
.list-filter-multi > .multi-filter > li > a { display: inline-block; padding: 6px 16px; min-width: 90px; border: 1px solid #ddd; border-radius: 25px; text-align: center; color: #ababab; font-size: 15px; }
.list-filter-multi > .multi-filter > li > a.active {  color: #000; }
.list-filter-sort { position: relative; width: 100%; display: flex; }
.list-filter-sort > .list-title { flex: 0 0 auto; }
.list-filter-sort > .list-title > p { font-weight: 600; font-size: 24px; line-height: 1; }
.list-filter-sort > .list-title > span { font-size: 13px; color: #5d5d5d; }
.list-filter-sort > .sort-item-row { flex: 0 0 auto; margin-left: auto; align-self: flex-end; padding-bottom: 3px; }
.list-filter-sort > .sort-item-row > ul { display: flex; }
.list-filter-sort > .sort-item-row > ul > li { display: flex; }
.list-filter-sort > .sort-item-row > ul > li:not(:last-child):after { display: inline-block; content: ''; width: 1px; height: 12px; background-color: #5d5d5d; margin: 0 8px; align-self: center; }
.list-filter-sort > .sort-item-row > ul > li > a { display: inline-block; font-size: 14px; }
.list-filter-sort > .sort-item-row > ul > li > a.active { color: #000; }
.list-filter-sort > .total-count { flex: 0 0 auto; margin-left: 10px; align-self: flex-end; padding-bottom: 3px; font-size: 14px; }
.list-filter-sort > .total-count > span { }
.list-filter-sort > .total-count > span > b { display: inline-block; padding: 0 1px 0 2px; color: var(--fontaccent); }
/* item-list */
#item-list-wrapper { width: 100%; min-height: 460px; }
.search-item-list { position: relative; width: 100%; max-width: 100%; display: flex; flex-wrap: wrap; margin: 0; }
.search-item-list.swiper-wrapper { flex-wrap: nowrap; }
.search-item-list > .item-list { position: relative; padding: 0 8px; margin-bottom: 15px; }
.search-item-list.swiper-wrapper > .item-list { }
.item-list > .goods-box { position: relative; display: block; padding: 10px 20px; background-color: #fff; border-radius: 8px; border: 1px solid var(--boxbrbase); }
.item-list > .goods-box > .list-image { margin-top: 59px; }
.item-list > .goods-box > .list-image img { width: 100%; }
.item-list > .goods-box > .list-image .item-color { margin: 10px auto 5px auto; display: flex; justify-content: center; }
.item-list > .goods-box > .list-item { }
.item-list > .goods-box > .list-item > .list-tags { margin-top: 25px; height: 21px; display: flex; }
.item-list > .goods-box > .list-item > .list-tags > .tag { color: var(--fontaccent); position: relative; }
.item-list > .goods-box > .list-item > .list-tags > .tag:before { content: '#'; }
.item-list > .goods-box > .list-item > .list-tags > .tag:not(:first-child) { margin-left: 5px; }
.item-list > .goods-box > .list-item > .list-name { }
.item-list > .goods-box > .list-item > .list-exp { }
.item-list > .goods-box > .list-item > .list-exp > span { color: #b4b4b4; }
.item-list > .goods-box > .list-item > .list-price { margin-top: 12px; }
.item-list > .goods-box > .list-item > .list-price > p { display: flex; }
.item-list > .goods-box > .list-item > .list-price > p > b { flex: 0 0 80px; max-width: 80px; align-self: center; }
.item-list > .goods-box > .list-item > .list-price > p > span { display: inline-block; }
.item-list > .goods-box > .list-item > .list-price > .model_price { align-self: center; color: #636363; }
.item-list > .goods-box > .list-item > .list-price > .model_price .strike { position: relative; display: inline-block; padding-left: 3px; }
.item-list > .goods-box > .list-item > .list-price > .model_price .strike:after { position: absolute; content: ''; left: 3px; right: 0; top: 50%; width: calc( 100% - 3px ); height: 1px; background: #636363; }
.item-list > .goods-box > .per-ico { position: absolute; display: block; top: -1px; right: -1px; width: 36px; height: 36px; background: var(--accent); color: #fff; text-align: center; line-height: 35px; border-top-right-radius: 8px; border-bottom-left-radius: 8px; }
.item-list > .goods-box > .item-icon-wrap { top: 15px; left: 15px; }
.list-empty { flex: 1 1 100%; max-width: 100%; padding: 50px; text-align: center; }
#item-list-more { display: none; width: 100%; text-align: center; margin: 35px 0; border: 1px solid #ddd; line-height: 45px; border-radius: 8px; }
#item-list-more > span { display: inline-block; margin-right: 3px; cursor: pointer; font-size: 15px; }
.item-icon-wrap { top: 0; left: 5px; }
@media (max-width: 768px) {
    #list-top-wrapper { background: transparent; }
    .top-wrap-inner { display: flex; flex-wrap: wrap; min-height: 60px; height: auto; }
    .top-wrap-inner .top-left  { flex: 1 1 100%; max-width: 100%; justify-content: space-between; flex-wrap: wrap; padding: 0 10px;  }
    .top-wrap-inner .top-right { flex: 1 1 100%; max-width: 100%; display: flex; margin: 0; margin-top: 12px; padding: 0; }
    .top-wrap-inner .top-right > div:not(:last-child) { margin: 0px; }
    .top-wrap-inner .top-right > .sort-item-row { margin: 0; flex: 0 0 90px; }
    .top-wrap-inner .top-right > .sort-item-row > ul,.top-wrap-inner .top-right > .sort-item-row > ul.open { border-radius: 0; }
    .top-wrap-inner .top-right > .sort-item-row > .btn-arrow-down { border-radius: 0; }
    .top-layer-box { margin: 0; min-width: 100px; }
    .layer-select-box > ul { border-radius: 0; border-left: none; border-right: none; }
    .layer-select-box > ul.open { position: absolute; top: 0; right: 0; left: 0; z-index: 20; max-height: 360px; overflow-y: auto; }
    .layer-select-box > ul > li { font-size: 13px; }
    .layer-select-box > ul > li:not(:first-child) { height: 32px; line-height: 32px; }
    .layer-select-box > ul > li.open:not(:first-child):hover { background-color: #fff; color: #3b3b3b; }
    .top-layer-box:not(:first-child) .layer-select-box > ul { border-left: 1px solid #ddd; }
    .top-layer-box:not(:first-child) .layer-select-box > ul.open { border-left: 1px solid #000; }
    .item-list-container { margin: 0; }
    .list-container-top { padding: 0; margin: 25px 0 0 0; }
    .list-filter-multi { position: relative; width: 100%; display: block; }
    .list-filter-multi > .page-row-title { display: block; order: 0; margin-bottom: 15px; }
    .list-filter-multi > .multi-filter { display: flex; flex-wrap: nowrap; width: 100%; overflow-x: auto; margin-bottom: 15px; }
    .list-filter-multi > .multi-filter > li { padding: 4px 0 12px 0; }
    .list-filter-multi > .multi-filter > li > a { padding: 4px 8px; font-size: 12px; white-space: nowrap; }
    .list-filter-sort { flex-wrap: wrap; margin-bottom: 10px; }
    .list-filter-sort > .list-title { flex: 1 1 100%; margin-bottom: 10px; }
    .list-filter-sort > .list-title > p { font-size: 19px; }
    .list-filter-sort > .list-title > span { font-size: 12px; }
    .list-filter-sort > .sort-item-row { margin-left: auto; order: 3; align-self: center; }
    .list-filter-sort > .sort-item-row > ul { }
    .list-filter-sort > .sort-item-row > ul > li { }
    .list-filter-sort > .sort-item-row > ul > li > a { font-size: 13px; letter-spacing: -1px; }
    .list-filter-sort > .total-count { order: 1; margin-left: 0; font-size: 14px; align-self: center; padding: 0;  }
    .search-item-list { position: relative; width: 100%; display: flex; flex-wrap: wrap; margin: 0; padding: 0 3px; }
    .search-item-list.swiper-wrapper { flex-wrap: nowrap; }
    .search-item-list .item-list { position: relative; padding: 0 4px; margin-bottom: 15px; }
    .search-item-list.swiper-wrapper > .item-list { padding: 0 5px; }
    .item-list > .goods-box { position: relative; display: block; padding: 5px; height: 100%; }
    .item-list > .goods-box > .list-image { margin-top: 39px; }
    .item-list > .goods-box > .list-image img { }
    .item-list > .goods-box > .list-image .item-color { }
    .item-list > .goods-box > .list-item { }
    .item-list > .goods-box > .list-item > .list-tags { }
    .item-list > .goods-box > .list-item > .list-tags > .tag { }
    .item-list > .goods-box > .list-item > .list-tags > .tag:before { }
    .item-list > .goods-box > .list-item > .list-tags > .tag:not(:first-child) { }
    .item-list > .goods-box > .list-item { }
    .item-list > .goods-box > .list-item > .list-name { }
    .item-list > .goods-box > .list-item > .list-exp { }
    .item-list > .goods-box > .list-item > .list-exp > span { color: #b4b4b4; }
    .item-list > .goods-box > .list-item > .list-price { }
    .item-list > .goods-box > .list-item > .list-price > p { display: flex; }
    .item-list > .goods-box > .list-item > .list-price > p > b { flex: 0 0 60px; max-width: 60px; }
    .item-list > .goods-box > .list-item > .list-price > p > span { }
    .item-list > .goods-box > .list-item > .list-price > .model_price { }
    .item-list > .goods-box > .list-item > .list-price > .model_price .strike { }
    /* item-rows */
    .search-item-list.album { margin-top: 25px; }
    .search-item-list.rows { margin: 0; padding: 0; }
    .search-item-list.rows > .item-list { flex: 1 1 100% !important; max-width: 100% !important; padding: 0; margin-bottom: 0; }
    .search-item-list.rows > .item-list > .goods-box { border-radius: 0; border-top: none; border-left: none; border-right: none; display: flex; }
    .search-item-list.rows > .item-list:not(:first-child) > .goods-box { }
    .search-item-list.rows > .item-list > .goods-box > .list-image { flex: 1 1 30%; max-width: 30%; }
    .search-item-list.rows > .item-list > .goods-box > .list-item { flex: 1 1 70%; max-width: 70%; padding-left: 15px; }
    #item-list-more { display: none; width: auto; text-align: center; margin: 25px 7px 35px 7px; border: 1px solid #ddd; line-height: 45px; border-radius: 8px; }
}

.item-list-Simple { }
.item-list-Simple > .goods-box { position: relative; display: block; padding: 10px 20px 25px 20px; background-color: #fff; border-radius: 8px; border: 1px solid var(--boxbrbase); }
.item-list-Simple > .goods-box > .list-image { margin-top: 25px; }
.item-list-Simple > .goods-box > .list-image img { width: 100%; }
.item-list-Simple > .goods-box > .list-image .item-color { margin: 10px auto 5px auto; display: flex; justify-content: center; }
.item-list-Simple > .goods-box > .list-item { }
.item-list-Simple > .goods-box > .list-item > .list-tags { margin-top: 25px; height: 21px; display: flex; justify-content: center; }
.item-list-Simple > .goods-box > .list-item > .list-tags > .tag { color: var(--colorgray); position: relative; }
.item-list-Simple > .goods-box > .list-item > .list-tags > .tag:before { content: '#'; }
.item-list-Simple > .goods-box > .list-item > .list-tags > .tag:not(:first-child) { margin-left: 5px; }
.item-list-Simple > .goods-box > .list-item > .list-name { text-align: center; }
.item-list-Simple > .goods-box > .list-item > .list-exp { text-align: center; }
.item-list-Simple > .goods-box > .list-item > .list-exp > span { color: var(--darkgray); }
.item-list-Simple > .goods-box > .list-item > .list-price { margin-top: 12px; text-align: center; }
.item-list-Simple > .goods-box > .list-item > .list-price > span { }
.item-list-Simple > .goods-box > .list-item > .list-price > p { display: block; color: var(--fontaccent); text-align: center; letter-spacing: -0.5px; }
.item-list-Simple > .goods-box > .item-icon-wrap { top: 15px; left: 15px; }
@media(max-width: 768px) {
    .item-list-Simple { }
    .item-list-Simple > .goods-box { padding: 10px 8px 25px 8px; }
    .item-list-Simple > .goods-box > .list-image { }
    .item-list-Simple > .goods-box > .list-image img { }
    .item-list-Simple > .goods-box > .list-image .item-color { }
    .item-list-Simple > .goods-box > .list-item { }
    .item-list-Simple > .goods-box > .list-item > .list-tags { }
    .item-list-Simple > .goods-box > .list-item > .list-tags > .tag { }
    .item-list-Simple > .goods-box > .list-item > .list-tags > .tag:before { }
    .item-list-Simple > .goods-box > .list-item > .list-tags > .tag:not(:first-child) { margin-left: 2px; }
    .item-list-Simple > .goods-box > .list-item > .list-name { }
    .item-list-Simple > .goods-box > .list-item > .list-exp { }
    .item-list-Simple > .goods-box > .list-item > .list-exp > span { }
    .item-list-Simple > .goods-box > .list-item > .list-price { }
    .item-list-Simple > .goods-box > .list-item > .list-price > span { }
    .item-list-Simple > .goods-box > .list-item > .list-price > p { }
    .item-list-Simple > .goods-box > .item-icon-wrap { }
}

/* color bg */
.item-color { display: none; }
.color-bg { width: 14px; height: 14px; display: inline-block; border-radius: 50%; margin-right: 5px; }
.color-bg:last-child { margin-right: 0; }

.myModal.view-content { }
.myModal.view-content .myModal-dialog { max-width: 760px; height: auto; border-radius: 0; }
.myModal.view-content .myModal-dialog { height: auto; }
.myModal.view-content .myModal-dialog .myModal-content { border: none; border-radius: 0; }
.myModal.view-content .myModal-dialog .myModal-content .myModal-header { background: var(--primary); border-radius: 0; padding: 0; }
.myModal.view-content .myModal-dialog .myModal-content .myModal-header .header-title { color: #fff; padding-left: 10px; letter-spacing: -1px; font-size: 1.25rem; }
.myModal.view-content .content-view-wrap { }
.myModal.view-content .content-view-wrap h2 { padding-bottom: 8px; border-bottom: 1px solid #ddd; margin-bottom: 12px; }
.myModal.view-content .content-view-wrap .content-view-head { display: flex; }
.myModal.view-content .content-view-wrap .content-view-head > div { margin-left: 12px; }
.myModal.view-content .content-view-wrap .content-view-head > div.score { margin-left: auto; align-self: center; }
.myModal.view-content .content-view-wrap .content-view-body { margin-top: 10px; border: 1px solid #ddd; padding: 25px; min-height: 460px; }
.myModal.view-content .content-view-wrap .content-view-body img { width: 100%; height: auto; }

/* --------------------------- */
.inner-form-wrap { position: relative; width: 100%; max-width: 560px; margin: 25px auto; padding: 35px; border: 3px solid #5083f2; border-radius: 16px; }
.inner-form-wrap > .form-title { position: absolute; top: -30px; left: calc( 50% - 30px ); width: 60px; height: 60px; background-color: #5083f2; text-align: center; color: #fff; font-weight: 600; border-radius: 50%; z-index: 2; line-height: 1; display: inline-flex; align-self: center; align-items: center; justify-content: center; }
.inner-form-wrap > .form-header { position: relative; margin: 12px 0; }
.inner-form-wrap > .form-header > h2 { }
.inner-form-wrap > .form-header > p { font-size: 15px; margin: 8px 0; letter-spacing: -1px; font-weight: 500; }
.inner-form-wrap > .form-header > span { font-size: 13px; letter-spacing: -1px; margin-top: 3px; }
.inner-form-wrap > .form-header > .check-custom { position: relative; margin: 12px; 0; display: flex; justify-content: center; }
.inner-form-wrap > .form-header > .check-custom > .check-privacy { }
.inner-form-wrap > .form-header > .check-custom > label { align-self: center; margin-left: 3px; cursor: pointer; }
.inner-form-wrap > .form-header > .check-custom > a { display: inline-block; margin-left: 5px; font-size: 12px; color: #5083f2; align-self: center; }
.inner-form-wrap > .form-body { margin: 35px 0 25px 0; padding: 0 50px; }
.inner-form-wrap > .form-body > dl { display: flex; margin-bottom: .5rem; }
.inner-form-wrap > .form-body > dl:last-child { margin-bottom: 0; }
.inner-form-wrap > .form-body > dl > dt { flex: 0 0 120px; max-width: 120px; font-weight: 500; text-align: left; }
.inner-form-wrap > .form-body > dl > dd { flex: 1 1 auto; max-width: calc( 100% - 120px ); text-align: left; }
.inner-form-wrap > .form-body > dl > dd > .form-input { width: 100%; padding: .5rem .75rem; border: 1px solid #ccc; }
.inner-form-wrap > .form-body > dl > dd > .form-select { width: 100%; padding: .5rem .75rem; border: 1px solid #ccc; }
.inner-form-wrap > .form-body > dl > dd > .form-input:focus,
.inner-form-wrap > .form-body > dl > dd > .form-select:focus { border: 1px solid #5083f2; }
.inner-form-wrap > .form-button { padding: 0 50px; }
.inner-form-wrap > .form-button > button { width: 100%; background-color: #5083f2; color: #fff; text-align: center; padding: .5rem 0; border-radius: 25px; font-size: 16px; font-weight: 600; }

/* article */
.article-list-wrapper { margin-top: 25px; }
.article-desc1 { position: relative; display: block; border-bottom: 1px solid #ededed; }
.article-desc1.article-desc-list { padding: 15px 0; border-top: 2px solid #131313; }
.article-desc1.article-desc-list + .article-desc-list { border-top: 2px solid transparent; }
.article-desc1.article-desc-table { padding: 15px 0 0 0; }
.article-desc1 > .article-list { display: flex; }
.article-desc1 > .article-list > .article-image { flex: 0 0 100px; max-width: 100px; padding: 0 10px; }
.article-desc1 > .article-list > .article-image img { width: 100%; height: auto; }
.article-desc1 > .article-list > .article-subject { align-self: center; flex: 1 1 auto; max-width: calc( 100% - 260px ); padding: 0 15px; }
.article-desc1 > .article-list > .article-subject > .star { }
.article-desc1 > .article-list > .article-subject > .star .star_div:not(:first-child) { margin-left: 3px; }
.article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:before,
.article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:after { font-size: 16px; }
.article-desc1 > .article-list > .article-subject > p { padding: 10px 0 15px 0; }
.article-desc1 > .article-list > .article-subject > span { color: #b4b4b4; white-space: nowrap; }
.article-desc1 > .article-list > .article-subject > span + span { margin-left: 10px; }
.article-desc1 > .article-list > .article-name { flex: 0 0 60px; max-width: 60px; align-self: center; text-align: center; color: #b4b4b4; }
.article-desc1 > .article-list > .article-date { flex: 0 0 100px; max-width: 100px; align-self: center; text-align: center; color: #b4b4b4; }
.article-desc1 > .article-list > .article-btn { align-self: center; margin-left: auto; }
.article-desc1 > .article-content { padding: 8px 15px 12px 70px; }
.article-desc1 > .article-content > .desc-content { padding: 25px; background-color: #fafafa; }
.article-desc1 > .article-content img { width: auto; max-width: 100%; height: auto; }
.article-desc1 > .article-flex { position: relative; display: flex; }
.article-desc1 > .article-flex.article-header { background-color: #fafafa;  border-top: 2px solid #131313; border-bottom: 1px solid #ededed; }
.article-desc1 > .article-flex > div { display: inline-block; padding: .75rem .75rem; text-align: center; font-size: 15px; align-self: center; }
.article-desc1 > .article-flex > div.num { flex: 0 0 60px; max-width: 60px; }
.article-desc1 > .article-flex > div.state { flex: 0 0 120px; max-width: 120px; }
.article-desc1 > .article-flex > div.subject { flex: 1 1 auto; }
.article-desc1 > .article-flex > div.name { flex: 0 0 100px; max-width: 100px; }
.article-desc1 > .article-flex > div.date { flex: 0 0 100px; max-width: 100px; }
.article-desc1 > .article-body > div.subject { text-align: left; cursor: pointer; }
.article-desc1 > .article-body > div.subject > span { position: relative; }
.article-desc1 > .article-body > div.subject > span:after { position: absolute; content: '\f023'; font-family: 'FontAwesome'; font-size: 14px; right: -15px; top: 50%; transform: translateY(-50%); color: var(--darkgray); }
.article-desc1 > .article-body > div.state > span { display: block; padding: .375rem .75rem; background-color: var(--accent); border: 1px solid var(--accent); color: #fff; text-align: center; }
.article-desc1 > .article-body > div.state.ready > span { background-color: #fff; border: 1px solid var(--darkgray); color: #131313; }
.article-list-wrapper ~ .article-btn { margin: 25px 0; }
.article-desc1 > .article-body ~ .article-body { border-top: 1px solid #ededed; }
.article-btn { display: flex; justify-content: flex-end; }
.article-btn .btn_write { display: inline-block; padding: 8px 12px; border: 1px solid var(--accent); color: #fff; background-color: var(--accent); border-radius: 6px; min-width: 120px; text-align: center; }
@media(max-width: 768px) {
    .article-desc1 { }
    .article-desc1 > .article-list { }
    .article-desc1 > .article-list > .article-image { flex: 0 0 70px; max-width: 70px; padding: 0 10px; }
    .article-desc1 > .article-list > .article-image img { width: 100%; height: auto; }
    .article-desc1 > .article-list > .article-subject { align-self: center; flex: 1 1 auto; max-width: calc( 100% - 200px ); padding: 0 10px; }
    .article-desc1 > .article-list > .article-subject > .star { }
    .article-desc1 > .article-list > .article-subject > .star .star_div:not(:first-child) { margin-left: 3px; }
    .article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:before,
    .article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:after { font-size: 14px; }
    .article-desc1 > .article-list > .article-subject > p { padding: 10px 0 15px 0; }
    .article-desc1 > .article-list > .article-subject > span { color: #b4b4b4; }
    .article-desc1 > .article-list > .article-name { flex: 0 0 50px; max-width: 50px; }
    .article-desc1 > .article-list > .article-date { flex: 0 0 80px; max-width: 80px; }
    .article-desc1 > .article-list > .article-btn { align-self: flex-end; }
    .article-desc1 > .article-content { padding: 8px 15px 12px 46px; font-size: 12px; }
    .article-desc1 > .article-content > .desc-content { padding: 15px; }
    .article-desc1 > .article-flex > div { display: inline-block; padding: .75rem .375rem; text-align: center; font-size: 12px; align-self: center; }
    .article-desc1 > .article-flex > div.num { flex: 0 0 40px; max-width: 40px; }
    .article-desc1 > .article-flex > div.state { flex: 0 0 70px; max-width: 70px; }
    .article-desc1 > .article-flex > div.subject { flex: 1 1 auto; }
    .article-desc1 > .article-flex > div.name { flex: 0 0 70px; max-width: 70px; }
    .article-desc1 > .article-flex > div.date { display: none; }
    .article-desc1 > .article-body > div.subject { text-align: left; cursor: pointer; }
    .article-desc1 > .article-body > div.subject > span { position: relative; }
    .article-desc1 > .article-body > div.state > span { padding: .375rem 0; white-space: nowrap; }
    .article-desc1 > .article-body > div.state.ready > span { }
    .article-btn .btn_write { border-radius: 6px; min-width: 90px; font-size: 14px; margin-right: 10px; }
}

/* gift */
.item-list-header { position: relative; display: flex; padding: 12px 0 12px 0; margin: 10px 0 15px 0; border-bottom: 1px solid var(--base); }
.item-list-header .item-count { font-size: 20px; padding-left: 5px; }
.item-list-header .item-count > b { font-weight: 600; color: var(--accent); }
.item-list-header .item-sort-filter { position: relative; width: auto; min-width: 100px; margin-left: auto; }
.item-list-header .item-sort-filter .item-sort-box { position: relative; width: 100%; z-index: 10; }
.item-list-header .item-sort-filter .item-sort-box > ul { position: absolute; width: 100%; height: 32px; top: 0px; right: 30px; overflow: hidden; background-color: #fff; padding-bottom: 5px; border: 1px solid #f0f0f0; border-right: none; border-top-left-radius: 12px; border-bottom-left-radius: 12px; }
.item-list-header .item-sort-filter .item-sort-box > ul.open { overflow: visible; height: auto; right: 0; width: calc( 100% + 30px ); border-right: 1px solid #f0f0f0; border-radius: 12px; }
.item-list-header .item-sort-filter .item-sort-box > ul > li { display: none; padding: 0 55px 0 15px; font-size: 14px; width: 100%; cursor: pointer; height: 32px; line-height: 30px; white-space: nowrap; }
.item-list-header .item-sort-filter .item-sort-box > ul > li.on { display: block; }
.item-list-header .item-sort-filter .item-sort-box .btn-arrow-down { position: absolute; display: flex; justify-content: center; align-items: center; top: 0px; right: 0; bottom: 0; background-color: transparent; background-color: #fff; width: 30px; height: 30px; padding: 0; border-top-right-radius: 12px; border-bottom-right-radius: 12px; line-height: 30px; border: 1px solid #f0f0f0; border-left: none; }
.item-list-header .item-sort-filter .item-sort-box > ul.open + .btn-arrow-down { border-bottom: 1px solid transparent; border-left: 1px solid transparent; border-bottom-right-radius: 0; }
.search-gift-list { }
.search-gift-list > .item-list { }
.search-gift-list > .item-list > .goods-box { padding: 0; }
.search-gift-list > .item-list > .goods-box > .list-image { margin: 0; }
.search-gift-list > .item-list > .goods-box > .list-item { padding: 12px 10px 15px; }
.search-gift-list > .item-list > .goods-box > .list-item > .list-name { line-height: 1.2; height: 52px; overflow: hidden; text-overflow: ellipsis; }
.search-gift-list > .item-list > .goods-box > .list-item > .list-price { text-align: center; }
.search-gift-list > .item-list > .goods-box > .list-item > .list-price > p {  display: flex; justify-content: center; color: var(--darkgray); }
.search-gift-list > .item-list > .goods-box > .list-item > .list-price > p.sp { color: var(--fontaccent); }
.search-gift-list > .item-list > .goods-box > .list-item > .list-price > p.sp > small { display: inline-block; align-self: center; margin-left: 1px; }

.goods-view-wrap { position: relative; width: 100%; display: flex; }
.goods-view-wrap > .goods-image-wrap { position: relative; flex: 1 1 40%; max-width: 40%; }
.goods-view-wrap > .goods-info-wrap  { position: relative; flex: 1 1 60%; max-width: 60%; padding-left: 50px; display: flex; flex-direction: column; }
.goods-image-wrap > .goods-image-box { position: relative; width: 100%; }
.goods-image-wrap > .goods-image-box > img { width: 100%; height: auto; }
.goods-image-wrap > .goods-thumb-wrap { position: relative; width: 90%; margin: 25px auto 10px; }
.goods-image-wrap > .goods-thumb-wrap img { width: 100%; height: auto; }
.goods-info-wrap > h5 { }
.goods-info-wrap > .goods-price { margin: 25px 0; }
.goods-info-wrap > .goods-price > .goods-radio-box { }
.goods-info-wrap > .goods-price > .goods-radio-box + .goods-radio-box { margin-top: 15px; }
.goods-info-wrap > .goods-price > .goods-radio-box > input[type="radio"] { display: none; }
.goods-info-wrap > .goods-price > .goods-radio-box > label { position: relative; display: flex; padding: 15px 22px; border: 1px solid var(--boxbrbase); border-radius: 8px; cursor: pointer; color: var(--colorgray); }
.goods-info-wrap > .goods-price > .goods-radio-box > label > p { align-self: center; }
.goods-info-wrap > .goods-price > .goods-radio-box > label > p.price { margin-left: auto; }
.goods-info-wrap > .goods-price > .goods-radio-box > label > p.price > span { display: block; text-align: right; }
.goods-info-wrap > .goods-price > .goods-radio-box > input[type="radio"]:checked + label { border-color: var(--accent); color: var(--colorblack); }
.goods-info-wrap > .goods-price > .goods-radio-box > input[type="radio"]:checked + label > p.price > span.MTB { color: var(--accent); }
.goods-info-wrap > .goods-btn { margin-top: 35px; }
.goods-info-wrap > .goods-btn > .btn-wrap { position: relative; width: 100%; display: flex; }
.goods-info-wrap > .goods-btn > .btn-wrap > button { flex: 1 1 auto; max-width: 100%; }
.goods-info-wrap > .goods-btn > .btn-wrap-db > button { flex: 1 1 100; max-width: 100%; }
.goods-info-wrap > .goods-btn > .btn-wrap-db > button + button { margin-left: 8px; }
.goods-info-wrap > .goods-btn > .btn-wrap + .btn-wrap { margin-top: 12px; }
@media(max-width: 768px) {
    .goods-view-wrap { flex-wrap: wrap; }
    .goods-view-wrap > .goods-image-wrap { flex: 1 1 100%; max-width: 100%; }
    .goods-view-wrap > .goods-info-wrap  { flex: 1 1 100%; max-width: 100%; padding: 0 10px; margin-top: 25px; }
}
.goods-content-wrap { position: relative; margin: 50px 0; }
.detail-menu-tab { position: relative; display: flex; width: 100%; max-width: 100%; border-bottom: none; }
.detail-menu-tab:after { position: absolute; left: 0; right: 0; bottom: 0; content: ''; height: 1px; background-color: var(--darkgray); z-index: 1; }
.detail-menu-tab > li { flex: 1 1 auto; max-width: 25%; z-index: 2; }
.detail-menu-tab > li:not(:first-child) > a { }
.detail-menu-tab > li > a { display: block; padding: 12px 10px; text-align: center; color: #959595; background-color: #f2f2f2; border: 1px solid #d5d5d5; border-bottom: 0; font-size: 15px; margin-left: -1px; }
.detail-menu-tab > li.on > a { z-index: 1; padding: 12px 10px 13px; border-color: var(--darkgray); background-color: #fff; color: var(--darkgray); }
.detail-menu-tab li.on + li > a { margin-left: 0; border-left: none; }
.detail-menu-wrap.menu-fixed { position: fixed; z-index: 1090; }
.detail-menu-wrap.menu-fixed .detail-info-tab { background-color: #f2f2f2; }
.detail-menu-wrap .tab-menu-line { width: 100%; height: 1px; background-color: #333; }
.detail-content { padding: 25px 0; }
.detail-content > .content-box { margin-bottom: 25px; text-align: center;}
.detail-content > .content-box p { text-align: left; }
.detail-content img { width: auto; height: auto; max-width: 100%; }
.item-spec { margin: 10px 0; padding: 15px 25px; background-color: #f8f8f8; border-radius: 0.25rem; }
.item-spec div { background-color: #f8f8f8 !important; }
.detail-menu-tab.menu-fixed { position: fixed; z-index: 1090; }
.detail-menu-tab.menu-fixed .detail-info-tab { background-color: #f2f2f2; }

/* foot board */
.foot-board-wrapper { position: relative; display: flex; }
.foot-board-wrapper > div { flex: 0 0 50%; max-width: 50%; height: 60px; display: inline-flex; align-items: center; }
.foot-board-wrapper > div > div { width: calc( var(--maxwidth) / 2 ); display: flex; }
.foot-board-wrapper > div.foot-notice { background-color: var(--accent); }
.foot-board-wrapper > div.foot-notice > .ft-notice-list { margin-left: auto; }
.foot-board-wrapper > div.foot-faq { background-color: #414141; }
.foot-board-wrapper > div > div > h5 { color: var(--colorwhite); flex: 0 0 90px; align-self: center; }
.foot-board-wrapper > div > div > h5 a { color: var(--colorwhite); }
.foot-board-wrapper > div > div > ul { align-self: center; flex: 1 1 auto; }
.foot-board-wrapper > div > div > a { flex: 0 0 auto; display: flex; align-items: center; }
.foot-board-wrapper > div > div.ft-faq-list > h5 { text-align: center; }
.ft-notice-list > a { padding-right: 28px; }
ul.ft-board-roll { position: relative; overflow: hidden; height: 19px; }
ul.ft-board-roll > li { position: absolute; height: 19px; bottom: -24px; }
ul.ft-board-roll > li > a { display: block; line-height: 18px; color: var(--colorwhite); display: -webkit-box; text-decoration: none; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
ul.ft-board-roll > li.current { display: block; top: 0px; transition: top 2s ease; }
ul.ft-board-roll > li.prev { top: -24px; transition: top 2s ease; }
ul.ft-board-roll > li.next { top: 24px; }
@media(max-width: 768px) {
    .foot-board-wrapper { flex-wrap: wrap; }
    .foot-board-wrapper > div { flex: 1 1 100%; max-width: 100%; }
    .foot-board-wrapper > div > div { width: 100%; }
    .foot-board-wrapper > div > div > h5 { flex: 0 0 80px; }
    .foot-board-wrapper > div > div > h5 { text-align: center; }
}