@import url('common.css');
/* common */
html,
body {
    color: #000;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 13px;
    overflow-x: hidden;
}

.key,
.key * {
    text-transform: capitalize;
    font-family: 'OctinSportsRg-Regular' !important;
}

.title {
    font-size: 15px;
    font-weight: 500;
}

a,
button {
    color: #000;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

button {
    display: block;
}

.input-item,
.select-item {
    display: flex;
    align-items: center;
    padding: 0 27px;
    height: 52px;
    border: 1px solid #C4C4C4;
}

.textarea-item {
    padding: 19px 27px 27px;
    border: 1px solid #C4C4C4;
}

label {
    font-size: 13px;
}

input {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: 0;
}

@media (max-width: 1024px) {
    input[type="checkbox"] {
        -webkit-appearance: checkbox;
        -moz-appearance: checkbox;
        appearance: auto;
        border: 1px solid #000;
    }

    input[type="radio"] {
        width: auto;
        height: auto;
        -webkit-appearance: radio;
        -moz-appearance: radio;
        appearance: auto;
        border: 1px solid #000;
    }

}

input[type="file"] {
    padding-top: 14px;
}

select {
    width: 100%;
    height: 100%;
    border: 0;
}

.input-item label,
.select-item label {
    width: 125px;
}

.input-item input,
.select-item select {
    width: calc(100% - 125px);
}

.textarea-item textarea {
    margin-top: 17px;
    width: 100%;
    height: 100px;
    border: 0;
    resize: none;
}

.radio-item {
    display: inline-block;
    margin-right: 27px;
}

.radio-item input,
.chk-item input {
    display: inline-block;
    vertical-align: middle;
}

.radio-item label,
.chk-item label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.chk-item a {
    text-decoration: underline;
    font-size: 13px;
}

.chk-cont {
    padding: 12px;
    margin-top: 12px;
    width: 100%;
    height: 150px;
    overflow-y: auto;
    border: 1px solid #C4C4C4;
}

.chk-cont p {
    font-size: 12px;
    line-height: 18px;
}

strong {
    font-weight: 500;
}

.type1 button {
    background: #000;
    border: 1px solid #000;
    font-size: 13px;
    color: #fff;
}

.type2 button {
    background: #fff;
    border: 1px solid #000;
    font-size: 13px;
    color: #000;
}

p {
    line-height: 18px;
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .title {
        font-size: 14px;
    }

    .input-item,
    .select-item {
        padding: 0 12px;
    }

    .textarea-item {
        padding: 12px;
        border: 1px solid #C4C4C4;
    }

    .input-item label,
    .select-item label {
        width: 105px;
    }

    .input-item input,
    .select-item select {
        width: calc(100% - 105px);
    }

    .textarea-item textarea {
        margin-top: 12px;
    }
}

/* layout */
html, body {
    height: 100%;
}

#wrap {
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 100vh;
}

.container {
    position: relative;
    z-index: 2;
    padding: 144px 0 0;
    min-height: 100vh;
}

.page-title {
    margin: 70px auto 46px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 1024px) {
    .container {
        padding-top: 104px;
    }

    .page-title {
        margin: 30px auto 19px;
    }
}

/* header */
header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    height: 100px;
}

.header-logo a {
    display: block;
}

.logo-main svg {
    width: 527px;
    height: 52px;
}

.logo-path a {
    font-size: 78px;
}

.header-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    height: 44px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.header-2-depth {
    display: none;
    align-items: center;
    padding: 0 24px;
    height: 44px;
    border-bottom: 1px solid #000;
}

.header-2-depth.on {
    display: flex;
}

.header-2-depth-inner > div {
    display: none;
}

.header-2-depth-inner > div.on {
    display: block;
}

.nav-list {
    display: flex;
}

.nav-util-inner {
    display: flex;
}

.nav-util-list {
    display: flex;
    align-items: center;
}

.nav-item {
    cursor: pointer;
}

.nav-item + .nav-item {
    margin-left: 40px;
}

.nav-item span {
    font-weight: 400;
    font-size: 15px;
}

.nav-item:hover a,
.nav-item.on a {
    text-decoration: underline;
}

.lang {
    margin-right: 50px;
}

.lang-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 5px;
    width: 120px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 15px 15px;
}

.lang button {
    width: 50px;
    height: 20px;
    border-radius: 11px 11px;
}

.lang button.on {
    background: #000;
    color: #fff;
}

.nav-util-item + .nav-util-item {
    margin-left: 40px;
}

.switch-btn {
    margin-left: 50px;
}

.switch-btn button {
    padding: 4px 5px;
    width: 120px;
    height: 28px;
    background: #000;
    border: 1px solid #000;
    border-radius: 15px 15px;
    color: #fff;
    font-size: 12px;
}

.search-bar {
    display: none;
    height: 44px;
    border-bottom: 1px solid #000;
}

.search-bar.on {
    display: block;
}

.search-bar-inner {
    display: flex;
    align-items: center;
    padding: 0 24px;
    height: 100%;
}

.icon-search {
    margin-right: 8px;
}

.icon-search svg {
    width: 15px;
    height: 15px;
}

.search-bar input {
    background: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.m-nav {
    display: none;
}

@media (max-width: 1200px) {
    .lang {
        margin-right: 25px;
    }

    .nav-util-item + .nav-util-item {
        margin-left: 20px;
    }

    .switch-btn {
        margin-left: 25px;
    }
}

@media (max-width: 1024px) {
    header {
        background: #fff;
    }

    .header-logo {
        padding: 0 12px;
        height: 52px;
    }

    .logo-main svg {
        width: 183px;
        height: 18px;
    }

    .logo-path a {
        font-size: 24px;
    }

    .header-nav-inner {
        padding: 0 12px;
        height: 52px;
    }

    .m-nav-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 27px;
        height: 20px;
    }

    .m-nav-btn .close {
        display: none;
        width: 20px;
        height: 20px;
    }

    .m-nav-btn .open {
        display: block;
        width: 27px;
        height: 18px;
    }

    .m-nav-btn.on .close {
        display: block;
    }

    .m-nav-btn.on .open {
        display: none;
    }

    .search-bar.on {
        display: none;
    }

    .m-nav {
        display: block;
        position: fixed;
        z-index: 900;
        top: -100%;
        left: 0;
        width: 100%;
        height: calc(100% - 104px);
        background: #fff;
        transition: top 350ms ease-out;
        overflow-y: auto;
    }

    .m-nav.on {
        top: 104px;
    }

    .m-nav-inner {
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /*padding-bottom: 58px;*/
        width: 100%;
        height: 100%;
    }

    .m-search-bar-inner {
        display: flex;
        align-items: center;
        padding: 0 12px;
        height: 52px;
        border-bottom: 1px solid #000;
    }

    .m-nav-item a,
    .m-nav-item span,
    .m-nav-item button {
        display: block;
        padding: 0 12px;
        width: 100%;
        height: 52px;
        line-height: 52px;
        border-bottom: 1px solid #000;
        text-align: left;
        font-size: 15px;
    }

    .m-nav-title {
        border-bottom: 1px solid #000;
    }

    .m-nav-title-desc {
        padding: 0 12px 18px;
        line-height: 18px;
        font-size: 13px;
        text-align: center;
        word-break: keep-all;
    }

    .m-nav-title button {
        display: block;
        padding: 0 12px;
        width: 100%;
        height: 52px;
        line-height: 52px;
        /*border-bottom: 1px solid #000;*/
    }

    .nav-util-item + .nav-util-item {
        margin-left: 0;
    }

    .nav-util-item a {
        display: block;
        padding: 0 12px;
        width: 100%;
        height: 52px;
        line-height: 52px;
        border-bottom: 1px solid #000;
        text-align: left;
    }

    .m-nav-item button,
    .m-nav-title button {
        position: relative;
    }

    .m-nav-item button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -6px;
        width: 6px;
        height: 12px;
        background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.018' height='13.246' viewBox='0 0 7.018 13.246'%3E%3Cpath d='M233.477,13013.39l5.916,5.621,5.916-5.621' transform='translate(-13012.683 246.016) rotate(-90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
    }

    .m-nav-title button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -6px;
        width: 6px;
        height: 12px;
        background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.018' height='13.246' viewBox='0 0 7.018 13.246'%3E%3Cpath d='M0,5.621,5.916,0l5.916,5.621' transform='translate(0.69 12.539) rotate(-90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
    }

    .m-nav-2depth {
        display: none;
        position: absolute;
        z-index: 20;
        top: 52px;
        left: 0;
        width: 100%;
        height: calc(100% - 52px);
        background: #fff;
    }

    .m-nav-2depth.on {
        display: block;
    }

    .m-nav-2depth-inner {
        display: none;
    }

    .m-nav-2depth-inner.on {
        display: block;
    }

    .m-nav-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 12px 26px;
    }

    .lang {
        margin-left: 0;
    }

    .switch-btn {
        margin-right: 0;
    }
}

/* cart */
.cart {
    position: fixed;
    z-index: 1000;
    top: 144px;
    right: -100%;
    width: 640px;
    height: calc(100vh - 144px);
    border-left: 1px solid #000;
    background: #fff;
    transition: right 350ms ease-out;
}

.cart.on {
    right: 0;
}

.cart-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 26px 44px 44px;
}

.cart-top {
    position: relative;
    padding-bottom: 26px;
    border-bottom: 1px solid #CECECE;
}

.cart-close-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.cart-close-btn svg {
    width: 14px;
    height: 14px;
}

.cart-list {
    height: calc(100% - (42px + 269px));
    overflow-y: auto;
}

.cart-item {
    padding: 44px 0;
    border-bottom: 1px solid #CECECE;
}

.cart-item-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.cart-thumbnail {
    width: 108px;
    height: auto;
}

.cart-info {
    margin-left: 26px;
    padding-right: 42px;
    width: calc(100% - 108px);
    line-height: 16px;
    font-weight: 500;
}

.cart-del-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    text-decoration: underline;
}

.cart-sum {
    padding: 34px 0 26px;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

.cart-sum-row {
    display: flex;
    flex-wrap: wrap;
}

.cart-sum-row + .cart-sum-row {
    margin-top: 12px;
}

.cart-sum-row > div {
    width: 50%;
}

.cart-sum-row:last-child * {
    font-weight: 500;
}

.cart-sum-price {
    text-align: right;
}

.cart-btn-list {
    margin-top: 34px;
}

.cart-btn + .cart-btn {
    margin-top: 10px;
}

.cart-btn button {
    width: 100%;
    height: 50px;
}

@media (max-width: 1024px) {
    .cart {
        z-index: 900;
        top: -100%;
        right: 0;
        width: 100%;
        height: calc(100vh - 104px);
        border-left: 0;
        transition: top 350ms ease-out;
    }

    .cart.on {
        top: 104px;
        right: 0;
    }

    .cart-inner {
        padding: 26px 15px calc(15px + 84px);
    }

    .cart-top {
        padding-bottom: 18px;
    }

    .cart-top .title {
        text-align: center;
    }

    .cart-item {
        padding: 18px 0;
    }

    .cart-list {
        height: calc(100% - (33px + 261px));
    }

    .cart-btn-list {
        margin-top: 26px;
    }
}

/* footer */
footer {
    position: relative;
    z-index: 2;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    padding: 56px 48px 20px;
    background: #fff;
}

.footer-box {
    width: 300px;
}

.footer-logo svg {
    width: 230px;
    height: 23px;
}

.footer-util {
    margin-top: 15px;
    display: flex;
}

.footer-util-item {
    position: relative;
}

.footer-util-item a {
    font-size: 13px;
}

.footer-util-item + .footer-util-item {
    margin-left: 13px;
}

.footer-util-item + .footer-util-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
    width: 1px;
    height: 13px;
    background: #000;
}

.footer-info {
    padding-left: 145px;
    width: calc(100% - 300px);
    line-height: 18px;
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .footer-inner {
        display: block;
        padding: 35px 21px;
    }

    .footer-info {
        margin-top: 38px;
        padding-left: 0;
        width: 100%;
    }
}

.container--shopMain + footer,
.container--magMain + footer {
    padding-bottom: 148px;
}

@media (max-width: 1024px) {
    .container--shopMain + footer,
    .container--magMain + footer {
        padding-bottom: 105px;
    }
}

/* banner */
.banner {
    position: fixed;
    z-index: 500;
    left: 0;
    bottom: 0;
    padding: 21px 0;
    width: 100%;
    border-top: 1px solid #000;
    background: #fff;
}

.banner-inner {
    height: 105px;
}

.banner-list-inner {
    display: flex;
    align-items: center;
}

.banner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 56px;
    width: 90px;
    height: 105px;
    overflow: hidden;
    cursor: pointer;
}

.banner-item span,
.banner-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 105px;
}

.banner-item img {
    width: auto;
    height: 100%;
}

@media (max-width: 1024px) {
    .banner {
        padding: 12px 0;
    }

    .banner-inner {
        height: 80px;
    }

    .banner-item {
        margin-right: 50px;
        width: 65px;
        height: 80px;
    }

    .banner-item span,
    .banner-item a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 65px;
        height: 80px;
    }

    /*.banner-item img {*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*}*/
}

/* sub */
.sub-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    overflow-x: hidden;
}

.sub-item {
    padding: 15px 15px 16px;
    width: 25%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.sub-item.first {
    width: 50%;
}

.sub-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58vh;
    max-height: 588px;
    overflow: hidden;
}

.sub-img img {
    width: auto;
    height: 100%;
}

.sub-text {
    cursor: pointer;
}

.sub-title {
    display: block;
    margin-top: 20px;
    font-weight: 500;
}

.sub-desc {
    margin-top: 15px;
    line-height: 18px;
}

.sub-pagination {
    margin: 38px 0 0;
    padding-bottom: 38px;
    border-bottom: 1px solid #000;
}

@media (max-width: 1024px) {
    .sub-item {
        padding: 12px 12px 13px;
        width: 50%;
    }

    .sub-img {
        height: 33vh;
        max-height: 250px;
    }

    .sub-item.first {
        width: 100%;
    }

    .sub-title {
        margin-top: 12px;
    }

    .sub-desc {
        margin-top: 12px;
    }
}

/* shop list */
.list-wrap {
    padding-left: 355px;
    min-height: calc(100vh - 144px);
}

.category {
    position: fixed;
    z-index: 10;
    top: 144px;
    left: 0;
    width: 355px;
    height: calc(100vh - 144px);
    overflow-y: auto;
    border-right: 1px solid #000;
}

.category-info {
    padding: 28px 24px;
    border-bottom: 1px solid #000;
}

.category-info .title {
    margin-bottom: 12px;
}

.category-item {
    position: relative;
    border-bottom: 1px dashed #000;
}

.category-item.on:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -8px;
    width: 11px;
    height: 16px;
    background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.574' height='10.387' viewBox='0 0 15.574 10.387'%3E%3Cpath id='Icon_ionic-ios-arrow-round-down' data-name='Icon ionic-ios-arrow-round-down' d='M21.435,17.807a.707.707,0,0,0-1-.005l-3.294,3.284V8.573a.7.7,0,0,0-1.406,0V21.085L12.445,17.8a.712.712,0,0,0-1,.005.7.7,0,0,0,.005.99l4.49,4.457h0a.79.79,0,0,0,.222.146.671.671,0,0,0,.27.054.705.705,0,0,0,.492-.2l4.49-4.457A.689.689,0,0,0,21.435,17.807Z' transform='translate(-7.875 21.634) rotate(-90)'/%3E%3C/svg%3E%0A");
}

.category-item a {
    display: block;
    padding: 0 24px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-weight: 500;
}

.list-inner {
    position: relative;
    padding-top: calc(28px + 28px + 24px);
}

.list-top {
    position: fixed;
    z-index: 10;
    top: calc(144px + 28px);
    left: 355px;
    width: calc(100% - 355px);
}

.list-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

.list-page-info,
.filter-btn {
    position: relative;
    z-index: 30;
}

.filter-btn button {
    display: block;
    width: 120px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 15px 15px;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.filter-btn.on button {
    background: #000;
    color: #fff;
}

.filter {
    display: none;
    position: absolute;
    z-index: 20;
    top: -28px;
    right: 0;
    width: 448px;
    background: #fff;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.filter.on {
    display: block;
}

.filter-top {
    padding: 58px 24px 12px;
    border-bottom: 1px solid #000;
}

.filter-row {
    padding: 12px 0 18px;
}

.filter-row + .filter-row {
    border-top: 1px solid #E0E0E0;
}

.filter-label {
    margin-bottom: 13px;
    font-size: 13px;
    font-weight: 500;
}

.filter-input--multi,
.filter-input--single {
    display: flex;
}

.filter-input--multi button,
.filter-input--single button {
    display: block;
    padding: 0 12px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 15px 15px;
    font-size: 13px;
}

.filter-input--multi button.on,
.filter-input--single button.on {
    background: #000;
    color: #fff;
}

.filter-input--multi button + button,
.filter-input--single button + button {
    margin-left: 5px;
}

.filter-input--color {
    display: flex;
}

.filter-input--color button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: transparent;
    overflow: hidden;
}

.filter-input--color button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: transparent;
    overflow: hidden;
}

.filter-input--color .white {
    border: 1px solid #ccc;
}

.filter-input--color button.on {
    border: 1px solid #000;
}

.filter-input--color .black.on {
    border: 1px solid #ccc;
}

.filter-input--color button + button {
    margin-left: 5px;
}

.filter-bottom button {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 13px;
}

.list-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
}

.list-item {
    padding: 0 12px 60px;
    width: 25%;
}

.list-item a {
    display: block;
}

.list-info {
    margin-top: 18px;
    font-size: 13px;
    font-weight: 500;
}

.product-price {
    margin-top: 10px;
}

.view-more-btn {
    margin: 80px auto;
}

.view-more-btn button {
    display: block;
    margin: auto;
    width: 270px;
    height: 52px;
}

@media (max-width: 1200px) {
    .list-item {
        width: 33.33%;
    }
}

@media (max-width: 1024px) {
    .list-wrap {
        padding-left: 0;
    }

    .category {
        position: static;
        width: 100%;
        height: 52px;
        border-right: 0;
    }

    .category-list {
        display: none;
    }

    .category-info {
        display: none;
        padding: 0;
        border-bottom: 0;
    }

    .category-info .title {
        display: none;
    }

    .list-inner {
        padding-top: 26px;
    }

    .list-top {
        top: calc(104px + 12px);
        left: 0;
        width: 100%;
    }

    .list-top-inner {
        padding: 0 12px;
    }

    .list-items {
        padding: 0 6px;
    }

    .list-item {
        padding: 0 6px 40px;
        width: 50%;
    }

    .filter {
        top: -26px;
        width: 100%;
        border-left: 0;
    }

    .filter-top {
        padding: 68px 12px 12px;
    }

}

/* shop detail */
.container.container--shop {
    padding: 144px 0 0;
}

.item-wrap {
    position: relative;
    padding-left: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.item-imgs {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 144px;
    width: 50%;
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.item-imgs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
    width: 0 !important;
}

.item-img + .item-img {
    border-top: 1px solid #000;
}

.item-infos {
    height: calc(100vh - 144px);
    border-left: 1px solid #000;
    overflow-y: auto;
}

.item-infos-inner {
    padding: 47px;
}

.item-name {
    margin-bottom: 8px;
    font-weight: 500;
}

.item-price {
    margin-bottom: 37px;
    font-weight: 500;
}

.item-desc p {
    max-width: 540px;
    line-height: 18px;
    font-size: 12px;
}

.item-option-wrap {
    margin-top: 60px;
}

.item-option + .item-option {
    margin-top: 30px;
}

.item-option-label {
    margin-bottom: 12px;
    font-weight: 500;
}

.item-option_type .item-option-label {
    margin-bottom: 4px;
}

.item-option-inner {
    display: flex;
    flex-wrap: wrap;
}

.item-option_type .item-option-btn {
    margin-top: 8px;
    margin-right: 10px;
}

.item-option-btn button {
    display: block;
    padding: 0 20px;
    min-width: 95px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #B4B4B4;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.item-option-btn button.on {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.item-option-btn button:disabled {
    background: #F0F0F0;
    color: #B4B4B4;
}

.item-qty {
    display: flex;
    height: 36px;
}

.item-qty-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 100%;
    border: 1px solid #B4B4B4;
    cursor: pointer;
}

.item-qty-num {
    width: 40px;
    height: 36px;
    line-height: 36px;
    border-top: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    text-align: center;
    overflow: hidden;
}

.item-qty-num::selection {
    background: #fff;
}

.item-btn-list {
    margin-top: 60px;
}

.item-btn + .item-btn {
    margin-top: 10px;
}

.item-btn button {
    width: 100%;
    height: 52px;
}

.item-info--bottom {
    margin-top: 50px;
}

.info-etc-tab {
    display: flex;
}

.info-etc-tab-item {
    color: #B5B5B5;
    cursor: pointer;
}

.info-etc-tab-item.on {
    text-decoration: underline;
    color: #000;
}

.info-etc-tab-item + .info-etc-tab-item {
    margin-left: 36px;
}

.info-etc {
    margin-top: 20px;
    padding-bottom: 100px;
}

.info-etc > div {
    display: none;
    line-height: 18px;
    overflow: hidden;
}

.info-etc > div.on {
    display: block;
}

@media (max-width: 1024px) {
    .container.container--shop {
        padding: 104px 0 0;
    }

    .item-wrap {
        padding-left: 0;
        overflow: visible;
    }

    .item-imgs {
        position: static;
        padding-top: 0;
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }

    .item-img + .item-img {
        border-top: 0;
    }

    .item-infos {
        height: auto;
        border-left: 0;
        overflow-y: hidden;
    }

    .item-infos-inner {
        padding: 17px 12px 0;
    }

    .item-option-wrap {
        margin-top: 25px;
    }

    .item-btn-list {
        margin-top: 45px;
    }

    .item-info--bottom {
        margin-top: 35px;
    }

    .container.container--shop {
        padding: 104px 0 0;
    }
}

/* input item */
.input-row + .input-row {
    margin-top: 20px;
}

.input-row--2,
.input-row--btn {
    display: flex;
}

.input-row--btn .input-item {
    margin-right: 18px;
    width: calc(100% - 280px);
}

.input-btn button {
    width: 280px;
    height: 52px;
    background: #464646;
    color: #fff;
    font-size: 13px;
}

.input-row--2 .input-item,
.input-row--2 .select-item {
    width: calc(50% - 9px);
}

.input-row--2 > div:first-child {
    margin-right: 18px;
}

#archive_form .input-row--2 .input-item label {
    width: 26px;
}

#archive_form .input-row--2 .input-item input {
    width: calc(100% - 26px);
}

/* order form */
.container--orderform .content {
    margin: auto;
    padding: 0 24px;
    max-width: 1196px;
}

.container--orderform section + section {
    margin-top: 70px;
}

.section-title {
    position: relative;
    margin-bottom: 17px;
    font-size: 15px;
}

.section-title span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
}

.order-product-list {
    border-top: 1px solid #CECECE;
}

.order-product-item {
    border-bottom: 1px solid #CECECE;
}

.order-product-item-inner {
    display: flex;
    align-items: center;
    padding: 17px 0;
}

.order-product-item img {
    width: 108px;
}

.order-product-info {
    margin-left: 26px;
    line-height: 18px;
}

.order-sum-section {
    padding: 22px 0;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

.order-sum-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-sum-row div:last-child {
    text-align: right;
}

.order-sum-row + .order-sum-row {
    margin-top: 12px;
}

.order-sum--middle {
    margin-top: 43px;
}

.order-sum--middle .order-sum-row * {
    font-weight: 500;
}

.order-sum--bottom {
    margin-top: 38px;
}

.order-btn button {
    width: 100%;
    height: 52px;
    background: #464646;
}

@media (max-width: 1024px) {
    .container--orderform .content {
        padding: 0 12px;
    }

    .container--orderform section + section {
        margin-top: 65px;
    }
}

/* account login */
.container--login .content {
    margin: auto;
    max-width: 454px;
}

.account-check {
    margin-top: 12px;
}

.account-btn-list {
    margin: 60px auto 0;
}

.account-btn + .account-btn {
    margin-top: 10px;
}

.account-btn button {
    width: 100%;
    height: 52px;
}

@media (max-width: 1024px) {
    .container--login .content {
        padding: 0 12px;
    }
}

/* account terms */
.container--account .content,
.container--terms .content {
    margin: auto;
    padding: 0 24px;
    max-width: 1196px;
}

.account-list {
}

.account-item {
    padding: 28px 0;
    border-top: 1px solid #CECECE;
    text-align: center;
}

.account-item:last-child {
    border-bottom: 1px solid #CECECE;
}

.account-item a {
    font-size: 13px;
}

.container--account .account-btn-list {
    margin: 40px auto 0;
    max-width: 270px;
}

.orderhistory-item {
    display: flex;
    padding: 33px 0;
    border-top: 1px solid #CECECE;
}

.orderhistory-item div {
    width: 50%;
    line-height: 18px;
}

.orderhistory-item div:last-child {
    text-align: right;
}

.orderhistory-item:last-child {
    border-bottom: 1px solid #CECECE;
}

.orderhistory-item a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
}

.order-history-section + .order-history-section {
    margin-top: 100px;
}

.order-history-sum {
    padding: 34px 0;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

.order-history-sum-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-history-sum-row div {
    width: 50%;
}

.order-history-sum-row:last-child * {
    font-weight: 500;
}

.order-history-sum-row div:last-child {
    text-align: right;
}

.order-history-sum-row + .order-history-sum-row {
    margin-top: 12px;
}

.order-history-sum--ex {
    margin-top: 52px;
}

.order-history-sum--ex div:first-child {
    font-weight: 500;
}

.order-history-sum--ex div:last-child {
    font-weight: normal;
}

.coupon-list {
    margin: auto;
    max-width: 590px;
}

.coupon-item {
    display: flex;
    justify-content: space-between;
    padding: 34px 24px;
    border: 1px solid #C4C4C4;
}

.coupon-item + .coupon-item {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .container--account .content,
    .container--terms .content {
        padding: 0 12px;
    }

    .input-row--2 {
        display: block;
    }

    .input-row--btn .input-item {
        margin-right: 8px;
        width: calc(100% - 120px);
    }

    .input-btn button {
        width: 120px;
    }

    .input-row--2 .input-item,
    .input-row--2 .select-item {
        width: 100%;
    }

    .input-row--2 > div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* transfer */
.container--board .content {
    margin: auto;
    padding: 0 24px;
    max-width: 1196px;
}

.board-list {
    border-top: 1px solid #000;
}

.board-row {
    padding: 30px 0;
    border-bottom: 1px solid #000;
}

.board-row-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.board-cell a {
    display: block;
}

.board-cell.num {
    width: 40px;
    font-size: 18px;
}

.board-cell.thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    width: calc(110px + 80px);
    max-height: 110px;
    overflow: hidden;
}

.board-cell.thumbnail a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.board-cell.board-title {
    width: calc(100% - 400px);
}

.board-cell.status {
    width: 70px;
}

.board-cell.user-info {
    width: 100px;
    text-align: right;
    line-height: 18px;
}

.status-item {
    display: inline-block;
    padding: 6px 10px 5px;
    font-size: 12px;
    border-radius: 13px 13px;
}

.status-item--1 {
    border: 1px solid #000;
    background: #fff;
}

.status-item--2 {
    border: 1px solid #0015B2;
    background: #0015B2;
    color: #fff;
}

.status-item--3 {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.board-btn {
    margin-top: 14px;
    text-align: right;
}

.board-btn button {
    display: inline-block;
    width: 180px;
    height: 52px;
}

.board-pagination {
    margin-top: 58px;
}

.board-search {
    margin-top: 40px;
}

.board-search-inner {
    display: flex;
}

.board-search-inner div {
    margin-right: 6px;
}

.board-search .select-item {
    padding: 0 12px;
    width: 127px;
}

.board-search .input-item {
    padding: 0 12px;
    width: 305px;
}

.board-search .select-item select {
    width: 100%;
}

.board-search .input-item input {
    width: 100%;
}

.board-search-btn button {
    width: 180px;
    height: 52px;
}

.admin-category {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 14px;
}

.admin-category-inner {
    display: flex;
    padding: 4px 5px;
    border: 1px solid #000;
    border-radius: 15px 15px;
}

.admin-category button {
    padding: 1px 10px;
    border: 1px solid transparent;
    font-size: 12px;
    border-radius: 9px 9px;
}

.admin-category button.on {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

@media (max-width: 1024px) {
    .container--board .content {
        padding: 0 12px;
    }

    .board-row {
        padding: 15px 0;
    }

    .board-row-inner {
        position: relative;
        display: block;
        padding: calc(25px + 11px) 0 0 calc(78px + 16px);
    }

    .board-cell.num {
        display: none;
    }

    .board-cell.thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        width: 78px;
        max-height: 80px;
    }

    .board-cell.board-title {
        width: auto;
    }

    .board-cell.status {
        position: absolute;
        top: 0;
        left: calc(78px + 16px);
    }

    .board-cell.user-info {
        margin-top: 26px;
        text-align: left;
    }

    .board-pagination {
        margin-top: 65px;
    }

    .board-btn {
        margin-top: 20px;
    }

    .board-btn button {
        width: 100%;
    }

    .board-search {
        margin-top: 70px;
    }

    .board-search-inner {
        display: block;
    }

    .board-search-inner div {
        margin-right: 0;
        margin-bottom: 18px;
    }

    .board-search .select-item {
        padding: 0 12px;
        width: 100%;
    }

    .board-search .input-item {
        padding: 0 12px;
        width: 100%;
    }

    .board-search-btn button {
        width: 100%;
    }
}

/* transfer detail modify */
.board-edit .textarea-item textarea {
    height: auto;
}

.check-list {
    margin-top: 40px;
}

.check-item + .check-item {
    margin-top: 30px;
}

.board-edit-btn {
    margin-top: 50px;
    text-align: center;
}

.board-edit-btn button {
    display: inline-block;
    width: 270px;
    height: 52px;
}

.board-modify--bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.board-modify-btn-list {
    display: flex;
}

.board-modify-btn + .board-modify-btn {
    margin-left: 12px;
}

.board-modify-btn button {
    width: 180px;
    height: 52px;
}

@media (max-width: 1024px) {
    .board-modify--bottom {
        display: block;
        margin-top: 12px;
    }

    .board-modify-btn-list {
        margin-top: 12px;
        width: 100%;
    }

    .board-modify-btn {
        width: calc(50% - 6px);
    }

    .board-modify-btn button {
        width: 100%;
    }
}

/* transfer detail */
.board-detail-sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
}

.board-detail-info {
    display: flex;
    align-items: center;
}

.board-detail-info > div + div {
    margin-left: 25px;
}

.board-detail--bottom {
    padding: 36px 0;
    border-bottom: 1px solid #000;
}

.board-detail-cont {
    min-height: 50vh;
}

.board-comment {
    margin-top: 41px;
}

.comment-write-inner {
    display: flex;
}

.comment-write-inner .input-item,
.comment-row--add .input-item {
    margin-right: 15px;
    width: calc(100% - 180px);
}

.comment-write-inner .input-item input,
.comment-row--add .input-item input {
    width: 100%;
}

.comment-write-btn button,
.comment-row--add button {
    width: 180px;
    height: 52px;
}

.board-comment--list {
    margin-top: 14px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

.comment-list-item + .comment-list-item {
    border-top: 1px solid #C4C4C4;
}

.comment-row + .comment-row {
    border-top: 1px solid #C4C4C4;
}

.comment-row-inner {
    display: flex;
    padding: 10px 0 10px 54px;
    background: no-repeat 32px center / 12px 12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.168' height='12.375' viewBox='0 0 12.168 12.375'%3E%3Cg id='Icon_feather-corner-down-right' data-name='Icon feather-corner-down-right' transform='translate(-5.5 -5.5)'%3E%3Cpath d='M22.5,15l3.49,3.49L22.5,21.98' transform='translate(-8.822 -4.812)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M6,6v4.886a2.792,2.792,0,0,0,2.792,2.792h8.376' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");;
}

.comment-row:first-child .comment-row-inner {
    padding: 10px 0;
    background: none;
}

.comment-cont {
    width: calc(100% - 55px);
}

.comment-cont .user-info {
    margin-bottom: 8px;
}

.comment-btn-list {
    width: 55px;
    line-height: 20px;
    text-align: right;
}

.comment-btn {
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .board-detail-sum {
        padding-bottom: 12px;
    }

    .board-detail--bottom {
        padding: 30px 0;
    }

    .board-comment {
        margin-top: 30px;
    }

    .comment-row-inner {
        display: flex;
        padding: 10px 0 10px 30px;
        background: no-repeat 8px center / 12px 12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.168' height='12.375' viewBox='0 0 12.168 12.375'%3E%3Cg id='Icon_feather-corner-down-right' data-name='Icon feather-corner-down-right' transform='translate(-5.5 -5.5)'%3E%3Cpath d='M22.5,15l3.49,3.49L22.5,21.98' transform='translate(-8.822 -4.812)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M6,6v4.886a2.792,2.792,0,0,0,2.792,2.792h8.376' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");;
    }


    .comment-row:first-child .comment-row-inner {
        padding: 10px 0;
        background: none;
    }
}

/* magazine */
.mag-hero {
    width: 100%;
    height: 657px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.mag-cont {
    margin: 40px auto 0;
    padding: 0 24px;
    max-width: 1196px;
}

.mag-cont-title {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}

.mag-cont-desc {
    margin: 65px auto 0;
    max-width: 990px;
}

.mag-cont--bottom {
    margin: 160px auto 150px;
}

.recommend-title {
    margin-bottom: 31px;
    font-size: 15px;
    font-weight: 500;
}

.recommend-section {
    padding-bottom: 10px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.recommend-list {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    width: 200%;
    height: 100%;
}

.recommend-item {
    width: 25%;
    max-width: 380px;
    height: 100%;
}

.recommend-item + .recommend-item {
    margin-left: 26px;
}

.recommend-text {
    margin-top: 20px;
    font-weight: 500;
}

.recommend-text .name {
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .mag-hero {
        height: 408px;
        background-position: center center;
        background-size: auto 100%;
    }

    .mag-cont {
        margin: 30px auto 0;
        padding: 0 12px;
    }

    .mag-cont-title {
        font-size: 15px;
    }

    .mag-cont-desc {
        margin: 18px auto 0;
    }

    .mag-cont--bottom {
        margin: 75px auto 50px;
    }

    .recommend-item + .recommend-item {
        margin-left: 18px;
    }
}

.section-title {
    position: relative;
}

.recommend-popup-open-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 44px;
    background: #F5F5F5;
    color: #000;
    font-size: 13px;
}

.recommend-select {
    margin-top: 60px;
}

.recommend-select-list {
    height: 380px;
    border: 1px solid #B4B4B4;
    overflow-y: auto;
}

.recommend-select-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 31px 59px;
    border-bottom: 1px solid #B4B4B4;
}

.recommend-select-item > div {
    display: flex;
    align-items: center;
}

.recommend-select-item > div > img {
    margin-right: 20px;
    width: 100px;
}

.recommend-select-item > div > span {
    font-weight: 500;
}

.recommend-select-item button {
    text-decoration: underline;
    font-size: 13px;
}

.popup-cont--bottom.recommend .recommend-select-item {
    padding: 30px 25px;
    cursor: pointer;
}

.board-edit-btn-list {
    display: flex;
    justify-content: flex-end;
}

.board-edit-btn-list .board-edit-btn + .board-edit-btn {
    margin-left: 10px;
}

.board-edit-btn-list .board-edit-btn button {
    width: 120px;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-btn {
    position: relative;
}

.pagination-btn.prev button {
    padding-left: 30px;
    background: no-repeat left center / 15px 12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='14.17' viewBox='0 0 16.5 14.17'%3E%3Cg id='Arrow_-_Right' data-name='Arrow - Right' transform='translate(16.5 0.311) rotate(90)'%3E%3Cpath id='Stroke_1' data-name='Stroke 1' d='M.5,15V0' transform='translate(6.274 0.75)' fill='none' stroke='%23200e32' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M12.049,0,6.025,6.05,0,0' transform='translate(0.75 9.7)' fill='none' stroke='%23200e32' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pagination-btn.next button {
    padding-right: 30px;
    background: no-repeat right center / 15px 12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='14.17' viewBox='0 0 16.5 14.17'%3E%3Cg id='Arrow_-_Right' data-name='Arrow - Right' transform='translate(0 13.859) rotate(-90)'%3E%3Cpath id='Stroke_1' data-name='Stroke 1' d='M.5,15V0' transform='translate(6.274 0.75)' fill='none' stroke='%23200e32' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M12.049,0,6.025,6.05,0,0' transform='translate(0.75 9.7)' fill='none' stroke='%23200e32' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.page-list {
    margin: 0 35px;
}

.page-item {
    display: inline-block;
    padding: 0 5px;
    color: #B2B2B2;
    font-size: 15px;
    cursor: pointer;
}

.page-item + .page-item {
    margin-left: 20px;
}

.page-item:hover,
.page-item.on {
    color: #000;
}

/* popup */
.popup {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.popup.on {
    display: block;
}

.popup-inner {
    position: relative;
    z-index: 5001;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.popup-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-cont {
    position: relative;
    z-index: 5010;
    width: 410px;
    background: #fff;
    border: 1px solid #000;
}

.popup-cont--top {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 27px;
    height: 58px;
    border-bottom: 1px solid #000;
}

.popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 100%;
    border-left: 1px solid #000;
    cursor: pointer;
}

.popup-close-btn svg {
    width: 16px;
    height: 16px;
}

.popup-cont--bottom {
    padding: 20px;
}

.popup-cont--bottom.recommend {
    padding: 0;
    max-height: 580px;
    overflow-y: auto;
}

.popup-submit-btn {
    margin-top: 120px;
}

.popup-submit-btn button {
    width: 100%;
    height: 52px;
}

@media (max-width: 1024px) {
    .popup-cont {
        width: calc(100% - 50px);
    }

    .popup-cont--bottom {
        padding: 20px;
        max-height: 480px;
        overflow-y: auto;
    }

    .popup-cont--bottom.recommend {
        padding: 0;
    }

    .popup-submit-btn {
        margin-top: 46px;
    }
}

/* popup -archive */
.archive-popup-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.archive-popup-img img {
    width: auto;
    height: 100%;
}

.archive-popup-text > div {
    line-height: 18px;
}

.archive-popup-title {
    margin: 15px 0;
    line-height: normal !important;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

/* archive */
.archive-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    overflow-x: hidden;
}

.archive-item {
    padding: 15px;
    width: 25%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.archive-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 58vh;
    max-height: 588px;
    overflow: hidden;
}

.archive-img img {
    width: auto;
    height: 100%;
}

.archive-text {
    display: flex;
    margin-top: 15px;
}

.archive-title {
    padding-right: 15px;
    width: calc(100% - 66px);
    font-size: 15px;
    font-weight: 500;
}

.archive-btns {
    display: flex;
    align-items: flex-start;
    width: 66px;
}

.archive-btns a {
    display: block;
    font-size: 13px;
    text-decoration: underline;
}

.archive-btns button {
    margin-left: 10px;
    font-size: 13px;
    text-decoration: underline;
}

.archive-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.add-icon svg {
    width: 86px;
    height: 86px;
}

.add-text {
    margin-top: 40px;
    padding: 0 28px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #000;
    border-radius: 25px 25px;
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .archive-item {
        padding: 12px;
        width: 50%;
    }

    .archive-img {
        height: 33vh;
        max-height: 250px;
    }

    .archive-text {
        display: block;
    }

    .archive-title {
        padding-right: 0;
        width: 100%;
        font-size: 13px;
    }

    .archive-btns {
        margin-top: 12px;
    }

    .archive-btns * {
        font-size: 12px;
    }

    .add-icon svg {
        width: 45px;
        height: 45px;
    }

    .add-text {
        margin-top: 21px;
        padding: 0 16px;
        height: 26px;
        line-height: 26px;
        border-radius: 14px 14px;
        font-size: 13px;
    }

    .archive-popup-img {
        height: 50vh;
    }
}

/* about */
.container.container--about {
    height: calc(100vh - 130px);
    min-height: auto;
    overflow: hidden;
}

.about {
    width: 100%;
    height: 100%;
}

.about-inner {
    display: flex;
    width: 100%;
    height: 100%;
}

.about-inner > div {
    width: 50%;
    height: 100%;
}

.about-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-hero img {
    display: none;
}

.about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-title {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 500;
}

.about-text p {
    max-width: 580px;
    line-height: 18px;
}

@media (max-width: 1024px) {
    .container.container--about {
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .about-inner {
        display: block;
    }

    .about-inner > div {
        width: 100%;
    }

    .about-hero {
        background: none !important;
    }

    .about-text {
        display: block;
        padding: 32px 18px 54px;
    }

    .about-title {
        margin-bottom: 31px;
        font-size: 15px;
        text-align: center;
    }
}

/* terms */
.container--terms .content,
.container--terms .guide * {
    line-height: 18px;
}

.container--terms .guide .title {
    margin-bottom: 7px;
}

/* main hero */
.container.container--main {
    padding: 0;
    height: 100vh;
    overflow: hidden;
}

.guide {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 50;
    margin-top: -113px;
    margin-left: -66px;
    width: 132px;
    height: 226px;
    border-radius: 68px 68px;
    background: rgba(0, 0, 0, 0.7);
}

.guide img {
    width: 73px;
}

.guide-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.guide-inner > div {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.hero {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100vh;
    overflow: auto;
    cursor: grab;
    -ms-overflow-style: none; /* IE, Edge */
    scrollbar-width: none; /* Firefox */
}

.hero::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.hero:active {
    cursor: grabbing;
}

.hero-inner {
    position: relative;
    min-width: 1920px;
}

.pin-point {
    position: absolute;
    z-index: 15;
    cursor: pointer;
}

.pin-point-img {
    width: 30px;
}

.pin-point-name {
    display: inline-block;
    margin-top: 7px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 20px 20px;
}

.pin-point--instagram {
    top: 57%;
    left: 52%;
}

.pin-point--shop {
    top: 26%;
    left: 69%;
}

.pin-point--mag {
    top: 36%;
    left: 29%;
}

.pin-point--project {
    top: 22%;
    left: 49%;
}

.pin-point--transfer {
    top: 84%;
    left: 17%;
}

.pin-point--archive {
    top: 20%;
    left: 14%;
}

.pin-point--about {
    top: 75%;
    left: 86%;
}

@media (max-width: 1024px) {
    .hero-inner {
        min-width: fit-content;
        min-height: 1024px;
    }

    .hero-img {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .hero-inner {
        min-width: fit-content;
        min-height: 820px;
    }

    .hero-img {
        width: auto;
        height: 100%;
    }
}

.board-list--top .board-row {
    padding: 15px 0;
    border-bottom: 0;
}

.board-list--top .board-cell.board-title,
.board-list--top .board-cell.change-num {
    text-align: center;
}

.shop-edit .board-cell.num {
    width: 40px;
    font-size: 13px;
    text-align: center;
}

.shop-edit .board-cell.board-title {
    width: calc(100% - 400px);
    text-align: center;
    cursor: pointer;
}

.shop-edit .board-list--top .board-cell.board-title {
    cursor: default;
}

.shop-edit .board-cell.change-num {
    width: 180px;
}

.change-num input {
    width: 100%;
}