body,html {
    font-family: Pretendard,Arial,sans-serif
}

body.hidden {
    overflow: hidden
}

#layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 1101
}

#layer.active {
    visibility: visible;
    z-index: 1101
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1102
}

.popup .popup-button {
    display: flex;
    height: 70px;
    margin-top: auto;
    flex-shrink: 0
}

.popup .popup_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.4px
}

.popup-confirm {
    width: 380px;
    max-width: 90%;
    background-color: #fff;
    box-shadow: 4px 4px 12px rgba(0,0,0,.16);
    border-radius: 12px
}

.popup-confirm .popup-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 50px 16px 40px
}

.popup-confirm .popup-main .popup-title {
    text-align: center
}

.popup-confirm .popup-main .popup-title>span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #000
}

.popup-confirm .popup-main .popup-desc {
    text-align: center
}

.popup-confirm .popup-main .popup-desc>p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    white-space: pre-line
}

.popup-confirm .popup-main .popup-desc>p>b {
    font-weight: 600
}

.popup-confirm .popup-button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 16px 30px
}

.popup-confirm .popup-button .popup_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 600
}

.popup-confirm .popup-button .btn-confirm_ok {
    background-color: var(--color-primary);
    border: 1px solid #dbdbdb;
    color: #fff
}

.popup-confirm .popup-button .btn-cancel {
    background-color: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-primary)
}

.popup-terms {
    width: 450px;
    max-width: 90%;
    background-color: #fff;
    box-shadow: 4px 4px 12px rgba(0,0,0,.16);
    border-radius: 12px
}

.popup-terms .popup-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 20px 16px 0
}

.popup-terms .popup-main .popup-title {
    position: relative;
    text-align: left
}

.popup-terms .popup-main .popup-title>span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #000
}

.popup-terms .popup-main .popup-title .btn-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(/img/icons/close.svg) 50%/cover no-repeat
}

.popup-terms .popup-main .popup-content {
    text-align: left;
    height: calc(100% - 60px);
    max-height: calc(80vh + 20px);
    overflow: auto;
    padding-bottom: 20px
}

.popup-terms .popup-main .popup-content>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28;
    color: #000;
    white-space: pre-line
}

.popup-terms .popup-main .popup-content>p>b {
    font-weight: 600
}

#popup-main {
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 590px;
    border-radius: 30px;
    contain: paint
}

#popup-main .popup-main {
    background-color: var(--color-primary);
    height: calc(100% - 70px)
}

#popup-main .popup-main .popup-slider,#popup-main .popup-main .popup-slider .popup-img-item {
    width: 100%;
    height: 100%
}

#popup-main .popup-main .popup-slider .popup-img-item>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#popup-main .popup-button .btn-cancel_day {
    background-color: #fff
}

#popup-main .popup-button .btn-cancel {
    background-color: #ebebeb
}

#popup-main .popup-main .popup-slider .swiper-pagination {
    bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px
}

#popup-main .popup-main .popup-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 1;
    margin: 0;
    transition: width .15s,background .15s,border-radius .15s
}

#popup-main .popup-main .popup-slider .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 3px;
    background: #ebebeb
}

#popup-main .popup-main .popup-slider .swiper-button-prev {
    background: url(/img/icons/arrow-prev-white.svg) 50%/cover no-repeat;
    left: 80px
}

#popup-main .popup-main .popup-slider .swiper-button-next {
    background: url(/img/icons/arrow-next-white.svg) 50%/cover no-repeat;
    right: 80px
}

#popup-main .popup-main .popup-slider .swiper-button-next,#popup-main .popup-main .popup-slider .swiper-button-prev {
    width: 17px;
    height: 27px;
    top: unset;
    bottom: 66px;
    margin-top: unset
}

#popup-calc {
    width: 540px;
    height: 756px;
    padding: 20px 0 30px;
    background-color: #fff;
    border-radius: 20px
}

#popup-calc .property-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px 8px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

#popup-calc .property-summary .own-head-icon {
    width: 20px
}

#popup-calc .property-summary .own-head-icon>img {
    width: 100%
}

#popup-calc .property-summary .own-head-txt {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.38px;
    color: #000
}

#popup-calc .property-summary .current-cash {
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.53px;
    text-align: center;
    color: #666
}

#popup-calc .calculation {
    display: flex;
    flex-direction: column
}

#popup-calc .calculation .calculation-input-form {
    position: relative;
    width: 100%;
    height: 172px
}

#popup-calc .calculation .calculation-input-form .input-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    pointer-events: none
}

#popup-calc .calculation .calculation-input-form .input-placeholder .placeholder-txt-main {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.53px;
    color: #666
}

#popup-calc .calculation .calculation-input-form .input-placeholder .placeholder-txt-sub {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.38px;
    color: #999
}

#popup-calc .calculation .calculation-input-form>input#calc-input {
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.75px;
    color: var(--color-primary);
    text-align: center
}

#popup-calc .calculation .calculation-button-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

#popup-calc .calculation .calculation-button-form .btn-calc {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    height: 100px;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -.78px;
    text-align: center;
    color: #000
}

#popup-calc .calculation .calculation-button-form .btn-calc[data-calc=RESET] {
    font-size: 21px;
    letter-spacing: -.53px
}

#popup-calc .calculation .calculation-button-action {
    padding-inline:30px}

#popup-account {
    width: 450px;
    max-height: 90vh;
    overflow: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: -1.7px 1px 5px 0 rgba(0,0,0,.2)
}

#popup-account .popup-main {
    padding: 35px 42px 50px
}

#popup-account .account-img {
    text-align: center
}

#popup-account .account-img .img-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline:auto}

#popup-account .account-txt {
    margin-top: 16px;
    text-align: center
}

#popup-account .account-txt>span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.53px
}

#popup-account .account-form-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px
}

#popup-account .account-form-info>span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.53px;
    color: var(--color-primary)
}

#popup-account .account-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: #f9f9f9
}

#popup-account .account-form .item {
    display: inline-flex;
    justify-content: space-between;
    align-items: center
}

#popup-account .account-form .item .item-tit {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -.45px;
    color: #313131
}

#popup-account .account-form .item .item-desc {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.45px
}

#popup-account .account-warn-txt {
    margin-top: 10px;
    text-align: left
}

#popup-account .account-warn-txt>span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.35px;
    line-height: 1.33;
    color: #b9babe
}

#popup-account .form-agree-info {
    padding-top: 18px
}

#popup-account .form-agree-info .agree-desc {
    margin-top: 3px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b9babe
}

#popup-account .form-agree-info .agree-desc>span {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.38px;
    color: #b9babe
}

#popup-account .form-agree-info .agree-others {
    display: flex;
    flex-direction: column;
    gap: 20px
}

#popup-account .form-agree-info .agree-others .agree-item {
    width: 100%
}

#popup-account .form-buttons {
    display: flex;
    gap: 8px;
    margin-top: 40px
}

@media (max-width: 767px) {
    .popup {
        max-width:calc(100% - 40px)
    }

    .popup-confirm .popup-main {
        padding: 40px 16px
    }

    .popup-confirm .popup-main .popup-desc>p {
        font-size: 16px
    }

    .popup-confirm .popup-button .popup_btn {
        font-size: 14px
    }

    .popup .popup-button {
        height: 60px
    }

    .popup .popup_btn {
        font-size: 14px
    }

    #popup-main {
        height: unset;
        aspect-ratio: 320/390 auto;
        border-radius: 24px
    }

    #popup-main .popup-main {
        height: calc(100% - 60px)
    }

    #popup-main .popup-main .popup-slider .swiper-pagination {
        bottom: 30px
    }

    #popup-main .popup-main .popup-slider .swiper-button-next,#popup-main .popup-main .popup-slider .swiper-button-prev {
        bottom: 50px
    }

    #popup-calc {
        height: 596px;
        max-height: 95vh
    }

    #popup-calc .calculation .calculation-button-form .btn-calc {
        height: 60px
    }

    #popup-calc .calculation .calculation-button-form .btn-calc[data-calc=RESET] {
        font-size: 16px;
        line-height: 1.13;
        letter-spacing: -.4px
    }

    #popup-calc .calculation .calculation-button-form .btn-calc[data-calc=BACKSPACE]:after {
        width: 26px;
        height: 27px
    }

    #popup-calc .calculation .calculation-button-action {
        margin-top: 10px
    }

    .popup-terms .popup-main .popup-title>span {
        font-size: 18px
    }

    .popup-terms .popup-main .popup-content>p {
        font-size: 12px
    }

    #popup-account {
        transform: translate(-50%,-50%);
        max-height: calc(80vh);
        overflow: auto
    }

    #popup-account .popup-main {
        padding: 30px 0 25px
    }

    #popup-account .account-txt {
        margin-top: 8px;
        line-height: 1.43
    }

    #popup-account .account-txt>span {
        font-size: 16px;
        font-weight: 600
    }

    #popup-account .account-form {
        margin: 20px 30px 0;
        width: calc(100% - 60px);
        border: none;
        border-radius: 4px
    }

    #popup-account .account-form-info {
        margin-top: 24px;
        padding-left: 30px
    }

    #popup-account .account-form-info>span {
        font-size: 18px;
        font-weight: 600
    }

    #popup-account .account-form .item .item-tit {
        font-size: 14px;
        letter-spacing: -.4px;
        font-weight: 500
    }

    #popup-account .account-form .item .item-desc {
        font-size: 14px;
        letter-spacing: -.4px;
        font-weight: 700
    }

    #popup-account .account-img .img-icon img {
        width: 80px;
        object-fit: contain
    }

    #popup-account .account-warn-txt {
        margin-top: 8px;
        padding: 0 30px
    }

    #popup-account .account-warn-txt>span {
        font-size: 10px
    }

    #popup-account .form-agree-info {
        margin-top: 20px;
        padding: 0 30px
    }

    #popup-account .form-buttons {
        padding: 0 30px
    }

    #popup-account .calc-button {
        padding: 0 20px
    }

    #popup-account .calc-button .btn {
        height: 60px
    }

    #popup-account .calc-button .btn:first-child {
        width: 106px
    }
}

main .section .item-list:has(.error-message)+.pagination {
    display: none
}

main .section .item-list .error-message {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 360px
}

main .section .item-list .error-message p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--color-text)
}

main .section .item-list .no-data-message {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 360px
}

main .section .item-list .no-data-message p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--color-text)
}

#main .section .section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px
}

#main .section .section-head .head-txt {
    display: flex;
    flex-direction: column;
    gap: 10px
}

#main .section .section-head .head-txt .head-tit {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000
}

#main .section .section-head .head-txt .head-sub {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.51px;
    color: #000
}

#main .section .section-head .btn-link {
    font-size: 40px;
    font-weight: 300;
    color: #696969
}

#main .section .section-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px
}

#main #section-banner {
    background-color: #fff;
    margin-top: 30px
}

#main #section-banner .banner-main {
    display: flex;
    gap: 20px
}

#main #section-banner .banner-main .banner-container {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden
}

#main #section-banner .banner-main .banner-container .banner-wrapper {
    width: 100%;
    height: 100%
}

#main #section-banner .banner-main .banner-container .banner-wrapper .banner-item {
    position: relative;
    width: 100%;
    height: 100%
}

#main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-img,#main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-img>img {
    width: 100%;
    height: 100%
}

#main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 0 0 50px
}

#main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-content .item-tit {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.4px;
    color: #fff
}

#main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-content .item-desc {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    color: #fff
}

#main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-content .btn-view {
    margin-top: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding-inline:20px;background-color: #426af2;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

#main #section-banner .banner-main .banner-container .banner-pagination {
    position: absolute;
    bottom: 40px;
    right: 28px;
    display: flex;
    align-items: center;
    height: 40px;
    padding-inline:12px;background-color: hsla(0,0%,100%,.4);
    border-radius: 20px;
    z-index: 1
}

#main #section-banner .banner-main .banner-container .banner-pagination .pagination-count {
    display: flex;
    align-items: center;
    height: 100%;
    margin-inline:18px}

#main #section-banner .banner-main .banner-container .banner-pagination .pagination-count>span {
    font-size: 14px;
    font-weight: 500;
    color: #000
}

#main #section-banner .banner-main .banner-container .banner-pagination .pagination-count>span>em {
    font-weight: 700
}

#main #section-banner .banner-main .banner-container .banner-pagination .btn-next,#main #section-banner .banner-main .banner-container .banner-pagination .btn-prev {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7px;
    height: 14px;
    padding: 0
}

#main #section-banner .banner-main .banner-container .banner-pagination .pagination-auto {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-left: 24px;
    cursor: pointer
}

#main #section-banner .banner-main .banner-container .banner-pagination .pagination-auto .progress-circle {
    display: inline-flex;
    align-items: center
}

#main #section-banner .banner-main .banner-container .banner-pagination .pagination-auto>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#main #section-banner .banner-main .payment-guide {
    flex-shrink: 0;
    width: 350px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: -1px .2px 8px 0 rgba(0,0,0,.2);
    overflow: hidden
}

#main #section-banner .banner-main .payment-guide .payment-types .item {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    width: calc(100% / 3);
    height: 100px;
    background-color: #f5f6f7;
    border-bottom: 2px solid #e9ebee;
    cursor: pointer;
    transition: background-color .2s ease
}

#main #section-banner .banner-main .payment-guide .payment-types .item:hover {
    background-color: #fff
}

#main #section-banner .banner-main .payment-guide .payment-types .item:not(:last-child) {
    border-right: 2px solid #e9ebee
}

#main #section-banner .banner-main .payment-guide .payment-types .item.active {
    background-color: #fff
}

#main #section-banner .banner-main .payment-guide .payment-types .item.active  .item-tit .type-grade {
	color:#000;
	font-weight:600;
}


#main #section-banner .banner-main .payment-guide .payment-types .item:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0f1b31;
    transition: width .5s ease
}

#main #section-banner .banner-main .payment-guide .payment-types .item.active:after {
    width: 100%
}

#main #section-banner .banner-main .payment-guide .payment-types .item .item-tit {
    display: inline-flex;
    align-items: center;
    gap: 5px;	
    flex-direction: column;
}

#main #section-banner .banner-main .payment-guide .payment-types .item .item-tit>img {
    width: 30px;
	height:auto;
    filter: grayscale(100%);
}


#main #section-banner .banner-main .payment-guide .payment-types .item.active .item-tit>img {
    filter: grayscale(0);
}

#main #section-banner .banner-main .payment-guide .payment-types .item .item-tit .type-grade {
    font-size: 12px;
    font-weight: 400;
    color: #7f7f7f;
	letter-spacing:-1px;
}

#main #section-banner .banner-main .payment-guide .payment-types .item .item-price {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

#main #section-banner .banner-main .payment-guide .payment-detail {
    padding: 40px 20px 30px
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-type .type-info {
    display: flex;
    align-items: center;
    gap: 10px
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-type .type-info>img {
    width: 30px;
	height:auto;
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-type .type-info .type-grade {
    display: flex;
    flex-direction: column
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-type .type-info .type-grade .grade-en {
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-type .type-info .type-grade .grade-kr {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    color: #000
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-type .type-percentage>span {
    font-size: 14px;
    font-weight: 300;
    color: #9b9b9b
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-amount {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    background-color: #f5f6f7;
    padding-inline:8px;
	padding:12px;
	margin-top: 20px;
	
    grid-column-gap: 10px;
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-amount .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}


#main #section-banner .banner-main .payment-guide .payment-detail .detail-amount .item .item-tit {
    font-size: 12px;
    color: #636363;
    line-height: 2.08
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-amount .item .item-count {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 2.08
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-desc {
    margin-top: 19px
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-desc>span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.38
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-desc>p {
    font-size: 12px;
    font-weight: 400;
    color: #7f7f7f;
    line-height: 1.25
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-checklist {
    margin-top: 20px
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-checklist>p {
    font-size: 12px;
    font-weight: 400;
    color:#404040;
    line-height: 1.28
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-checklist>p>b {
    font-weight: 500
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-buttons {
    display: flex;
    gap: 10px;
    margin-top: 19px
}

#main #section-banner .banner-main .payment-guide .payment-detail .detail-buttons .btn-payment {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color:#FA500F;
    border-radius: 10px;
    font-size:20px;
    font-weight: 700;
    color: #fff
}

#main #section-banner2 {
    padding: 0
}

#main #section-banner2 .banner-main {
    pointer-events: none
}

#main #section-banner2 .banner-main .banner-wrapper .banner-item {
    width: 100%;
    aspect-ratio: 2880/560 auto
}

#main #section-banner2 .banner-main .banner-wrapper .banner-item .item-img {
    position: relative;
    width: 100%;
    height: 100%
}

#main #section-banner2 .banner-main .banner-wrapper .banner-item .item-img>img {
    object-fit: cover
}

#main #section-banner2 .swiper-button-next,#main #section-banner2 .swiper-button-prev {
    color: #fff
}

#main #section-banner2 .swiper-button-next:after,#main #section-banner2 .swiper-button-prev:after {
    font-size: 32px
}

#main #section-intro {
    padding: 20px 0 52px;
    background-color: #fff
}

#main #section-intro .intro-list {
    display: flex;
    align-items: center;
    gap: 20px
}

#main #section-intro .intro-list .item {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% / 3);
    padding: 30px;
    background-color: #F6F8FE;
    border-radius: 15px;
}

#main #section-intro .intro-list .item .item-tit {
    font-size: 18px;
    font-weight: 400;
	line-height:1.2em;
    letter-spacing: -.45px
}


#main #section-intro .intro-list .item .item-tit strong {
	font-weight:700;
}

#main #section-intro .intro-list .item .item-cnt {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.95px;
    color: #000;
	margin-top:10px;
	text-align:right;
}

#main #section-intro .intro-list .item .item-desc {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.4px;
    color: #606060;
}

#main #section-intro .intro-list .item .item-icon {
   
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

#main #section-intro .intro-list .item .item-icon>img {
    width: 50px;
	height:50px;
}

#main #section-calculation {
    padding: 100px 0 120px;
    background-color: #fff
}

#main #section-calculation .calc-property {
    display: flex;
    width: 100%
}

#main #section-calculation .calc-property .calc-left {
    width: 50%;
    flex-shrink: 0;
    padding: 70px 60px 45px 70px;
    border-radius: 30px 0 0 30px;
    background-color: #eff7ff
}

#main #section-calculation .calc-property .calc-left .calc-left-txt {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    color: var(--color-primary)
}

#main #section-calculation .calc-property .calc-left .product-choice {
    margin-top: 46px
}

#main #section-calculation .calc-property .calc-left .product-choice .product-choice-tit {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.53px;
    color: var(--color-primary)
}

#main #section-calculation .calc-property .calc-left .product-choice .product-choice-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px
}

#main #section-calculation .calc-property .calc-left .product-choice .product-choice-buttons>button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #9ac1e9;
    background-color: #f9fbfc;
    box-shadow: 0 3px 10px 0 transparent;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.45px;
    color: #859cb3;
    transition: box-shadow .15s,border-color .15s,background-color .15s,color .15s
}

#main #section-calculation .calc-property .calc-left .product-choice .product-choice-buttons>button.active {
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    border: 1px solid var(--color-primary);
    background-color: #fff;
    color: var(--color-primary)
}

#main #section-calculation .calc-property .calc-left .investment {
    margin-top: 30px
}

#main #section-calculation .calc-property .calc-left .investment .investment-tit {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.53px;
    color: var(--color-primary)
}

#main #section-calculation .calc-property .calc-left .investment .investment-progress {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #cadbec;
    margin-top: 32px
}

#main #section-calculation .calc-property .calc-left .investment .investment-progress .investment-progress-current {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #8fbae6;
    border-radius: 50%
}

#main #section-calculation .calc-property .calc-left .investment .investment-progress .investment-progress-current:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 18px;
    background-color: var(--color-primary);
    border-radius: 50%
}

#main #section-calculation .calc-property .calc-left .investment .investment-progress .investment-progress-current .investment-progress-current_price {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    padding: 10px 17px;
    margin-top: 8px;
    background-color: var(--color-primary);
    box-shadow: 2px 2px 4px rgba(0,0,0,.16);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.4px;
    color: #fff
}

#main #section-calculation .calc-property .calc-right {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 50%;
    padding: 70px 60px 45px 70px;
    border-radius: 0 30px 30px 0;
    background-color: var(--color-primary)
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-years {
    position: relative;
    padding-left: 26px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.45px;
    color: #fff
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-years:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #e3effb;
    border-radius: 50%
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-income {
    margin-top: 34px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-top: 37px;
    height: 200px
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar {
    width: calc((100% / 10));
    height: 0;
    background: linear-gradient(180deg,#fff,#fff,#aac6e1);
    border-radius: 4px 4px 0 0;
    transition: height .5s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar:first-child {
    transition-delay: .02s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar:nth-child(2) {
    transition-delay: .04s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar:nth-child(3) {
    transition-delay: .06s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar:nth-child(4) {
    transition-delay: .08s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar:nth-child(5) {
    transition-delay: .1s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar:nth-child(6) {
    transition-delay: .12s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar:nth-child(7) {
    transition-delay: .14s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar:nth-child(8) {
    transition-delay: .16s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar:nth-child(9) {
    transition-delay: .18s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-chart .chart-bar:nth-child(10) {
    transition-delay: .2s
}

#main #section-calculation .calc-property .calc-right .subscribe-expected-desc {
    margin-top: 26px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -.35px;
    color: #fff
}

#main #section-media {
    padding: 100px 0 120px;
    background-color: #f9f9f9
}

#main #section-media .media-list {
    display: flex;
    align-items: center;
    gap: 45px
}

#main #section-media .media-list .item {
    width: calc((100% / 3) - 30px)
}

#main #section-media .media-list .item .item-img {
    width: 100%;
    aspect-ratio: 370/240 auto;
    border-radius: 30px;
    contain: paint
}

#main #section-media .media-list .item .item-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#main #section-media .media-list .item .item-detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px
}

#main #section-media .media-list .item .item-detail .item-tit {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.45px;
    color: #666
}

#main #section-media .media-list .item .item-detail .item-desc {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: -.53px;
    color: #222
}

#main #section-video {
    background-color: #091019
}

#main #section-video .video-container {
    width: 100%;
    height: 680px
}

#main #section-video .video-container .video-wrapper {
    width: 100%;
    height: 100%
}

#main #section-video .video-container .video-wrapper>iframe {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#main #section-attract .attract-wero {
    display: flex;
    flex-direction: column;
    align-items: center
}

#main #section-attract .attract-wero .attract-tit {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: -1.1px;
    text-align: center;
    color: #fff
}

#main #section-attract .attract-wero .attract-desc {
    margin-top: 40px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.54px;
    text-align: center;
    color: #ddd
}

#main #section-attract .attract-wero .btn {
    margin-top: 42px
}

#main #section-grade {
    width: 100%;
    padding: 80px 0;
    background: url(/img/main/prd.webp) 50%/cover no-repeat
}

#main #section-grade .grade-main {
    display: flex;
    align-items: flex-start;
    gap: 43px
}

#main #section-grade .grade-main .grade-guide {
    flex-shrink: 0;
    padding-top: 38px
}

#main #section-grade .grade-main .grade-guide>span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.51;
    letter-spacing: -1px;
    color: #fff
}

#main #section-grade .grade-main .grade-guide>span>em {
    font-weight: 900;
    color: #FFA041
}

#main #section-grade .grade-main .grade-guide .guide-tags {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 70px
}

#main #section-grade .grade-main .grade-guide .guide-tags .tag {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 248px;
    height: 56px;
    padding-inline:30px;background-color: transparent;
    border: 1px solid #747879;
    border-radius: 28px;
    font-size: 20px;
    font-weight: 500;
    color: #9da1a4
}

#main #section-grade .grade-main .grade-guide .guide-tags .tag.active {
    background-color: #fff;
    font-weight: 700;
    color: #234fe3
}

#main #section-grade .grade-main .grade-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 715px
}

#main #section-grade .grade-main .grade-list .grade-item {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    min-height: 213px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary {
    width:100%;	
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
	gap:12px;
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-type .type-info {
    display: flex;
    align-items: center;
    gap: 10px
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-type .type-info>img {
    width: 23px
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-type .type-info .type-grade {
    display: flex;
    flex-direction: column
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-type .type-info .type-grade .grade-en {
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-type .type-info .type-grade .grade-kr {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #000
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-type .type-percentage>span {
    font-size: 14px;
    font-weight: 300;
    color: #9b9b9b
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-amount {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    background-color: #f5f6f7;
    padding-inline: 8px;
    padding: 12px;
    grid-column-gap: 10px;
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-amount .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px
}


#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-amount .item .item-tit {
    font-size: 12px;
    color: #636363;
    line-height: 2.08
}

#main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-amount .item .item-count {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 2.08
}

#main #section-grade .grade-main .grade-list .grade-item .item-content {
    width:100%;
	max-width:280px;
}

#main #section-grade .grade-main .grade-list .grade-item .item-content .detail-desc>span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.5
}

#main #section-grade .grade-main .grade-list .grade-item .item-content .detail-desc>p {
    font-size: 13px;
    line-height: 1.5;
    color: #404040
}

#main #section-grade .grade-main .grade-list .grade-item .item-content .detail-checklist {
    margin-top: 12px
}

#main #section-grade .grade-main .grade-list .grade-item .item-content .detail-checklist>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28;
    color: #404040;
}

#main #section-grade .grade-main .grade-list .grade-item .item-content .detail-checklist>p>b {
    font-weight: 500
}

#main #section-grade .grade-main .grade-list .grade-item .item-button {
    width:100%;
}

#main #section-grade .grade-main .grade-list .grade-item .item-button .detail-buttons .btn-payment {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #FA500F;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

#main #section-joinus {
    padding: 50px 0
}

#main #section-joinus .joinus-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 58px
}

#main #section-joinus .joinus-cont .joinus-watch {
    padding: 16px 36px;
    border-radius: 29px;
    background-color: #f1f3f8;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -.72px;
    color: #878786
}

#main #section-joinus .joinus-cont .joinus-watch>span {
    color:#FA500F
}

#main #section-joinus .joinus-cont>p {
    font-size: 76px;
    font-weight: 900;
    line-height: 1.44;
    letter-spacing: -1.53px;
    color: #2f2f2f;
    text-align: center
}

#main #section-joinus .joinus-cont>p>em {
    color: #FA500F;
    font-weight: 900
}

#main #section-signup {
    width: 100%;
    padding: 64px 0 60px;
    background: url(/img/main/premium-bg.png) 50%/cover no-repeat
}

#main #section-signup .signup-cont .signup-txt {
    margin-top: 12px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.4px;
    color: #fff
}

#main #section-signup .signup-cont .signup-txt>em {
    color: #caecff
}

#main #section-signup .signup-cont .signup-button {
    margin-top: 20px
}

#main #section-signup .signup-cont .signup-button .btn-signup {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background-color: #caecff;
    font-size: 14px;
    font-weight: 600;
    color: #000
}

#main #section-safety {
    padding: 92px 0
}

#main #section-safety .safety-cont {
    display: flex;
    align-items: flex-start;
    gap: 50px
}

#main #section-safety .safety-cont .safety-img {
    position: relative;
    width: 416px;
    flex-shrink: 0
}

#main #section-safety .safety-cont .safety-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,.2)
}

#main #section-safety .safety-cont .safety-img>img {
    border-radius: 12px;
    object-fit: cover
}

#main #section-safety .safety-cont .safety-content {
    width: 100%
}

#main #section-safety .safety-cont .safety-content .content-desc>h2 {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1.32px
}

#main #section-safety .safety-cont .safety-content .content-desc>h4 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.41;
    color: #272525
}

#main #section-safety .safety-cont .safety-content .content-desc>p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.41;
    color: #272525
}

#main #section-safety .safety-cont .safety-content .content-list {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 30px
}

#main #section-safety .safety-cont .safety-content .content-list .item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    height: 255px;
    padding: 30px 0 40px;
    border-radius: 15px;
    background-color: #f3f3f3
}

#main #section-safety .safety-cont .safety-content .content-list .item .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#main #section-safety .safety-cont .safety-content .content-list .item:first-child .item-img>img {
    max-width: 80px;
    object-fit: contain
}

#main #section-safety .safety-cont .safety-content .content-list .item .item-desc {
    flex-shrink: 0;
    margin-top: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: -.32px;
    text-align: center;
    color: #272525
}

#main #section-review {
    width: 100%;
    padding: 47px 0 60px 111px;
    background: url(/img/main/review-bg.webp) 50%/cover no-repeat
}

#main #section-review .review-cont {
}

#main #section-review .review-cont .cont-head {
    flex-shrink: 0;
	margin-bottom:20px;
}

#main #section-review .review-cont .cont-head .review-logo {
    margin-bottom:15px
}

#main #section-review .review-cont .cont-head .review-txt {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1px;
    color: #fefefe
}

#main #section-review .review-cont .cont-content .review-list {
}

#main #section-review .review-cont .cont-content .review-list .item {
    width: 408px;
    padding: 25px 25px 32px;
    background-color: #fff;
    border-radius: 20px
}


#main #section-review .review-cont .cont-content .review-list .item2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px 30px;
	gap: 20px;

	width: 347px;
	height: 362px;

	background: #FFFFFF;
	border-radius: 20px;

	/* 내부 오토레이아웃 */
	flex: none;
	order: 0;
	flex-grow: 0;
}

#main #section-review .review-cont .cont-content .review-list .item2 .name {
	font-weight: 700;
	font-size: 24px;
	line-height: 16px;
	display: flex;
	align-items: center;
	letter-spacing: -0.41px;
	color: #202020;

}


#main #section-review .review-cont .cont-content .review-list .item2 .user-grade {

	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	display: flex;
	align-items: center;
	letter-spacing: -0.41px;
	color: #404040;

}



#main #section-review .review-cont .cont-content .review-list .item2 .item-txt {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;

	letter-spacing: -0.5px;
	color: #202020;


}

#main #section-review .review-cont .cont-content .review-list .item .item-head {
    display: flex;
    align-items: center;
    gap: 15px
}

#main #section-review .review-cont .cont-content .review-list .item .item-head .profile-img {
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: #c9cacf;
    border-radius: 50%;
    overflow: hidden
}

#main #section-review .review-cont .cont-content .review-list .item .item-head .profile-user {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 20px;
    opacity: .5;
    border-radius: 18px;
    background-color: #f2f3f4
}

#main #section-review .review-cont .cont-content .review-list .item .item-head .profile-user .user-name {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -.41px;
    color: #3e3e3e
}

#main #section-review .review-cont .cont-content .review-list .item .item-txt {
    margin-top: 27px
}

#main #section-review .review-cont .cont-content .review-list .item .item-txt>p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -.5px;
    color: #3e3e3e;
    white-space: pre-line;
    word-break: keep-all
}

#main #section-review .review-cont .cont-content .review-list .no-data-message {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 80px 0 0 120px
}

#main #section-notice {
    padding: 90px 0 50px
}

#main #section-notice .notice-table {
    display: flex;
    flex-direction: column
}

#main #section-notice .notice-table .item {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
	align-items: center;
}

#main #section-notice .notice-table .item .item-tit {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tit-txt {
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}

#main #section-notice .notice-table .item .item-tit .tit-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.54px;
    color: #fff
}

#main #section-notice .notice-table .item .item-tit .tit-badge[data-badge=BENEFIT] {
    background-color: #FA500F
}

#main #section-notice .notice-table .item .item-tit .tit-badge[data-badge=NOTICE] {
    background-color: var(--color-primary)
}

#main #section-notice .notice-table .item .item-tit .tit-badge[data-badge=EVENT] {
    background-color:#E10500;
}

#main #section-notice .notice-table .item .item-tit .tit-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: normal
}

#main #section-notice .notice-table .item .item-date {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.54px;
    color: #696969
}

#main #section-notice .notice-table .no-data-message {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--color-text);
    margin: 20px auto
}



@media (max-width: 767px) {
	#main #section-notice .notice-table .item {
		display:grid;
	    grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto; /* 두 줄 */
		gap: 10px;
	}
	
	
	#main #section-notice .notice-table .item .item-tit {
		grid-column: 1;
		grid-row: 1;
	}
	
	#main #section-notice .notice-table .item .item-tit .tit-badge {
		font-size:12px;
		width:51px;
		height:24px;
	}
	
	
	#main #section-notice .notice-table .item .tit-txt {
		padding-left:0;
		grid-column: 1 / span 2; /* 두 칸 차지 */
	}
	
	#main #section-notice .notice-table .item .item-date {
		
		grid-column: 2;
		grid-row: 1;
        justify-content: flex-end;
		font-size:12px;
	}
}

#main #section-news {
    padding: 50px 0 150px
}

#main #section-news .news-table {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

#main #section-news .news-table .item {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    width: calc((100% / 3) - 14px)
}

#main #section-news .news-table .item .item-img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 347/250 auto;
    border-radius: 20px;
    background-color: #f2f2f2;
    overflow: hidden
}

#main #section-news .news-table .item .item-txt {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.44;
    color: #000
}

#main #section-news .news-table .no-data-message {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--color-text);
    margin: 20px auto
}

#main #section-barcode {
    padding: 50px 0 30px;
    background-color: #f2f6f9
}

#main #section-barcode .barcode-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

#main #section-barcode .barcode-cont .barcode-desc {
    padding-top: 36px
}

#main #section-barcode .barcode-cont .barcode-desc .follow-txt {
    font-size: 30px;
    font-weight: 700;
    line-height: 2;
    color: #000
}

#main #section-barcode .barcode-cont .barcode-desc .emp-txt {
    font-size: 44px;
    font-weight: 700;
    color: #000
}

#main #section-barcode .barcode-cont .barcode-desc .emp-txt>img {
    margin-right: 5px
}

#main #section-barcode .barcode-cont .barcode-img {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

#main #section-barcode .barcode-cont .barcode-img>span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    text-align: center
}

#main #section-barcode .barcode-cont .barcode-buttons {
    display: none
}

#about #section-banner .banner-slider .item {
    text-align: center
}

#about #section-banner .banner-slider .item>img {
    object-fit: cover;
    margin-inline:auto}

#about #section-history {
    padding: 100px 0
}

#about #section-osai {
    background-color: #f8f8f8;
    padding: 100px 0
}

#about #section-osai .osai-intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

#about #section-osai .osai-intro .intro-txt .txt-tit .gradient-text {
    font-size: 55px;
    font-weight: 900;
    letter-spacing: -1.65px
}

#about #section-osai .osai-intro .intro-txt .txt-desc {
    margin-top: 20px
}

#about #section-osai .osai-intro .intro-txt .txt-desc>p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -.33px;
    color: #272525;
    white-space: pre-line
}

#about #section-osai .osai-intro .intro-img {
    padding-top: 45px
}

#about #section-osai .osai-intro .intro-img .img-process {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 20px
}

#about #section-osai .osai-intro .intro-img .img-process .process-item {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: calc(100% / 3);
    height: 140px;
    padding-top: 32px;
    border-radius: 20px;
    box-shadow: -1px .2px 8px 0 rgba(0,0,0,.2)
}

#about #section-osai .osai-intro .intro-img .img-process .process-item .item-tit {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.53px;
    text-align: center
}

#about #section-osai .osai-intro .intro-img .img-process .process-item .item-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.4px;
    color: #666;
    text-align: center
}

#about #section-ai_important {
    padding: 100px 0;
    background-color: #fff
}

#about #section-ai_important .ai_important-intro {
    display: flex;
    align-items: center;
    gap: 75px
}

#about #section-ai_important .ai_important-intro .intro-txt .txt-tit .gradient-text {
    font-size: 55px;
    font-weight: 900;
    letter-spacing: -1.65px
}

#about #section-ai_important .ai_important-intro .intro-txt .txt-desc {
    margin-top: 20px
}

#about #section-ai_important .ai_important-intro .intro-txt .txt-desc>p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -.33px;
    color: #666;
    white-space: pre-line
}

#about #section-ai_important .ai_important-intro .intro-txt .txt-desc>p>b {
    font-weight: 600
}

#about #section-safety {
    padding: 98px 0;
    background-color: #f8f8f8
}

#about #section-safety .safety-cont {
    display: flex;
    align-items: flex-start;
    gap: 50px
}

#about #section-safety .safety-cont .safety-img {
    position: relative;
    width: 416px;
    flex-shrink: 0
}

#about #section-safety .safety-cont .safety-img>img {
    border-radius: 12px
}

#about #section-safety .safety-cont .safety-content {
    width: 100%
}

#about #section-safety .safety-cont .safety-content .content-desc>h2 {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1.32px
}

#about #section-safety .safety-cont .safety-content .content-desc>h4 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.41;
    color: #272525
}

#about #section-safety .safety-cont .safety-content .content-desc>p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.41;
    color: #272525
}

#about #section-safety .safety-cont .safety-content .content-list {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 30px
}

#about #section-safety .safety-cont .safety-content .content-list .item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    height: 255px;
    padding: 30px 0 40px;
    border-radius: 15px;
    background-color: #f3f3f3
}

#about #section-safety .safety-cont .safety-content .content-list .item .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#about #section-safety .safety-cont .safety-content .content-list .item:first-child .item-img>img {
    max-width: 80px;
    object-fit: contain
}

#about #section-safety .safety-cont .safety-content .content-list .item .item-desc {
    flex-shrink: 0;
    margin-top: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: -.32px;
    text-align: center;
    color: #272525
}

#about #section-system {
    padding: 98px 0;
    background-color: #fff
}

#about #section-system .system-cont {
    display: flex;
    align-items: flex-start;
    gap: 50px
}

#about #section-system .system-cont .system-img {
    position: relative;
    width: 416px;
    flex-shrink: 0;
    background-color: #f2f6f8;
    border-radius: 30px
}

#about #section-system .system-cont .system-img>img {
    transform: scale(1.1)
}

#about #section-system .system-cont .system-content {
    width: 100%
}

#about #section-system .system-cont .system-content .content-desc>h2 {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1.32px
}

#about #section-system .system-cont .system-content .content-desc>h4 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.41;
    color: #272525
}

#about #section-system .system-cont .system-content .content-desc>p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.41;
    color: #272525
}

#about #section-system .system-cont .system-content .content-list {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 30px
}

#about #section-system .system-cont .system-content .content-list .item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    height: 300px;
    padding: 14px 0 40px;
    border-radius: 15px;
    background-color: #f2f6f8
}

#about #section-system .system-cont .system-content .content-list .item .item-img {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 146px
}

#about #section-system .system-cont .system-content .content-list .item .item-tit {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -.64px;
    text-align: center
}

#about #section-system .system-cont .system-content .content-list .item .item-desc {
    flex-shrink: 0;
    margin-top: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: -.32px;
    text-align: center;
    color: #272525
}

#media .section .section-head .head-tit {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.1px;
    color: #fff
}

#media .section-head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    background: url(/img/sub/banner.png) 50%/cover no-repeat
}

#media #media-list {
    padding: 0 0 100px;
    background-color: #fff
}

#media #media-list .item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 40px;
    margin-top: 60px
}

#media #media-list .item-list .item {
    width: calc((100% / 3) - 27px)
}

#media #media-list .item-list .item .item-img {
    width: 100%;
    aspect-ratio: 347/250 auto;
    border-radius: 20px;
    contain: paint;
    background-color: #f2f2f2
}

#media #media-list .item-list .item .item-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#media #media-list .item-list .item .item-detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 10px
}

#media #media-list .item-list .item .item-detail .item-tit {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.45px;
    color: #000
}

#media #media-list .item-list .item .item-detail .item-desc {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: -.53px;
    color: #222
}

#faq .section .section-head {
    position: relative;
    margin-bottom: 60px
}

#faq .section .section-head .head-tit {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.1px;
    color: #fff
}

#faq .section .section-head .table-option {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

#faq #faq-list {
    padding: 0 0 100px;
    background-color: #fff
}

#faq .section-head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    background: url(/img/sub/banner.png) 50%/cover no-repeat
}

#notice .section .section-head {
    position: relative;
    margin-bottom: 35px
}

#notice .section .section-head .head-tit {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.1px;
    color: #fff
}

#notice .section .section-head .table-option {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

#notice #notice-list {
    padding: 0 0 100px;
    background-color: #fff
}

#notice .section-head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    background: url(/img/sub/banner.png) 50%/cover no-repeat
}

#news-detail-section {
    padding: 80px 0
}

#question .section .section-head {
    position: relative;
    margin-bottom: 35px
}

#question .section .section-head .head-tit {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.1px;
    color: #222
}

#question .section .section-head .table-option {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

#question #question-list,#question #question-view,#question #question-write {
    padding: 90px 0 140px;
    background-color: #fff
}

#review .section .section-head {
    position: relative;
    margin-bottom: 35px
}

#review .section .section-head .head-tit {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.1px;
    color: #fff
}

#review .section-head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    background: url(/img/sub/banner.png) 50%/cover no-repeat
}

#review #review-list {
    padding: 0 0 100px;
    background-color: #fff
}

#review #review-list .submit-review {
    padding-top: 5px
}

#review #review-list .submit-review .my_review {
    display: flex;
    justify-content: flex-end;
    gap: 12px
}

#review #review-list .submit-review .my_review .btn-my_review {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 180px;
    height: 40px;
    background-color: var(--color-primary);
    border-radius: 20px;
    font-size: 19px;
    font-weight: 500;
    color: #fff
}

#review #review-list .submit-review .link-login {
    margin-top: 10px
}

#review #review-list .submit-review .link-login .btn-login {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #f8f8f8;
    border: 1px solid #585858;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 500;
    color: #505050
}

#review #review-list .item-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 40px 0 20px;
    border-top: 1px solid #b9babe
}

#review #review-list .item-option .option-filter {
    display: flex;
    align-items: center;
    gap: 10px
}

#review #review-list .item-option .option-filter .btn-filter {
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    height: 40px;
    background-color: #f8f8f8;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 500;
    color: #000
}

#review #review-list .item-option .option-filter .btn-filter.active {
    background-color: #dbf6ff;
    border-color: #c2e7ff;
    font-weight: 700
}

#review #review-list .item-option .option-sort {
    display: inline-flex;
    align-items: center;
    gap: 30px
}

#review #review-list .item-option .option-sort .btn-sort {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

#review #review-list .item-option .option-sort .btn-sort.active {
    font-weight: 700
}

#review #review-list .item-option .option-sort .btn-sort:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #000
}

#review #review-list .item-list {
    display: flex;
    flex-direction: column
}

#review #review-list .item-list .item {
    padding: 40px 0;
    border-bottom: 1px solid #b9babe
}

#review #review-list .item-list .item .item-type {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 110px;
    height: 40px;
    padding-inline:20px;background-color: #f5f6f7;
    border-radius: 20px
}

#review #review-list .item-list .item .item-type .type-grade {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

#review #review-list .item-list .item .item-user {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 20px
}

#review #review-list .item-list .item .item-user .user-name {
    font-size: 18px;
    font-weight: 700;
    color: #585858;
    letter-spacing: -.72px
}

#review #review-list .item-list .item .item-user .date {
    font-size: 14px;
    font-weight: 500;
    color: #585858;
    letter-spacing: -.56px
}

#review #review-list .item-list .item .item-detail {
    margin-top: 10px
}

#review #review-list .item-list .item .item-detail .item-tit {
    font-size: 20px;
    font-weight: 700;
    color: #000
}

#review #review-list .item-list .item .item-detail .item-desc {
    display: block;
    margin-top: 16px
}

#review #review-list .item-list .item .item-detail .item-desc>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    white-space: pre-line;
    letter-spacing: -.48px
}

#review #review-list .item-list .item .item-detail .item-img_list {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 20px
}

#review #review-list .item-list .item .item-detail .item-img_list .img-item {
    cursor: pointer;
    aspect-ratio: 1/1 auto
}

#review #review-list .item-list .item .item-like {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 40px 0 0 20px
}

#review #review-list .item-list .item .item-like .btn-like {
    font-size: 24px;
    font-weight: 400;
	display:flex;
    align-items: center;
    gap: 5px;
}

#review #review-list .item-list .item .item-like .btn-like.deactivate {
    color: #000
}

#review #review-list .item-list .item .item-like .btn-like.activate {
    color: #ff3040
}

#review #review-list .item-list .item .item-like i {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
	color:#000;
}

#question #question-view:has(.review-item-type) {
    padding-top: 30px
}

.review-item-type {
    margin-bottom: 20px
}

.review-item-type .item-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.review-item-type .item-list .item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 20px;
    background-color: #f5f6f7;
    border-radius: 20px;
    cursor: pointer
}

.review-item-type .item-list .item .item-icon {
    opacity: .5
}

.review-item-type .item-list .item .item-icon>img {
    width: 28px;
    height: 22px;
    object-fit: contain
}

.review-item-type .item-list .item .item-name {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,.5)
}

.review-item-type .item-list .item.active .item-icon {
    opacity: 1
}

.review-item-type .item-list .item.active .item-name {
    color: #000
}

#incomes-summary {
    margin-top: 50px
}

#incomes #incomes-summary .summary {
    padding: 30px 50px;
    border-radius: 20px;
    background: linear-gradient(180deg,#234fe3,#FA500F)
}

#incomes #incomes-summary .summary .summary-head {
    display: flex;
    align-items: center;
    gap: 20px
}

#incomes #incomes-summary .summary .summary-head .head-tit {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.75px;
    color: #fff
}

#incomes #incomes-summary .summary .summary-content {
    width: 100%;
    padding: 50px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 20px
}

#incomes #incomes-summary .summary .summary-content .property-amount {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#incomes #incomes-summary .summary .summary-content .property-amount .cash-status .own-head-txt {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -.45px;
    color: #141414
}

#incomes #incomes-summary .summary .summary-content .property-amount .cash-status .current-cash {
    margin-top: 18px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.6px;
    color: #141414
}

#incomes #incomes-summary .summary .summary-content .property-amount .cash-status .incomes-cash {
    margin-top: 16px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -.57px;
    color: #141414
}

#incomes #incomes-summary .summary .summary-content .property-amount .cash-export .btn-export_cash {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 200px;
    height: 103px;
    background-color: var(--color-primary);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.45px;
    color: #fff
}

#incomes #incomes-summary .summary .summary-content .property-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b9babe
}

#incomes #incomes-summary .summary .summary-content .property-options>span {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -.45px;
    color: #141414
}

#incomes #incomes-summary .summary .summary-content .property-options .btn-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -.45px;
    color: var(--color-primary)
}

#incomes .tab-head {
    display: flex;
    align-items: center;
    margin-top: 33px
}

#incomes .tab-head>button {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #b9babe;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.53px
}

#incomes .tab-head>button.active {
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    font-weight: 700
}

#incomes #incomes-tab-01,#incomes #incomes-tab-02,#incomes #incomes-tab-03 {
    padding: 50px 0 100px
}

#incomes .tab-tit {
    padding: 0 20px
}

#incomes .tab-tit>span {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.75px
}

#incomes .tab-content {
    padding: 0
}

#incomes .own_product-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px
}

#incomes .own_product-list .item {
    position: relative;
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 20px;
    background-color: #f8f8f8;
    box-shadow: 0 3px 9px 1px rgba(0,0,0,.08);
    border-radius: 15px
}

#incomes .own_product-list .item .item-tag {
    position: absolute;
    top: 0;
    right: 0
}

#incomes .own_product-list .item .item-tag .processing-motion {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px
}

#incomes .own_product-list .item .item-tag .processing-motion .loader>img {
    animation: rotate 3s linear infinite
}

#incomes .own_product-list .item .item-tag .processing-motion .loader .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary)
}

#incomes .own_product-list .item .item-tag .tag {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 8px 26px;
    border-radius: 15px;
    background-color: #e9f3fd;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.35px;
    color: var(--color-primary)
}

#incomes .own_product-list .item .item-img {
    flex-shrink: 0;
    width: 300px;
    border-radius: 4px;
    overflow: hidden
}

#incomes .own_product-list .item .item-img>img {
    width: 100%;
    object-fit: cover
}

#incomes .own_product-list .item .item-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%
}

#incomes .own_product-list .item .item-content .item-detail {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 16px 0 0
}

#incomes .own_product-list .item .item-content .item-detail .item-tit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.53px;
    color: #000
}

#incomes .own_product-list .item .item-content .item-detail .item-desc {
    display: flex;
    flex-direction: column;
    margin-top: 16px
}

#incomes .own_product-list .item .item-content .item-detail .item-desc .desc-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.4px;
    color: #01091e
}

#incomes .own_product-list .item .item-content .item-detail .item-percentage {
    position: relative;
    width: 500px;
    height: 30px;
    margin-top: 36px;
    background-color: #d7dee4;
    border-radius: 10px;
    contain: paint
}

#incomes .own_product-list .item .item-content .item-detail .item-percentage:after {
    content: "게이지가 다 채워지면 수익금이 지급됩니다.";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.35px;
    color: #fff
}

#incomes .own_product-list .item .item-content .item-detail .item-percentage .percentage-current {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: var(--color-primary);
    font-size: 0;
    transition: width 1s
}

#incomes .own_product-list .item .item-content .item-button {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#join .section .section-head .head-tit {
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: -1.1px;
    text-align: center;
    color: #222
}

#join .section .section-head .head-tit em {
    color: var(--color-primary)
}

#join .section .section-head .head-sub {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 1.56
}

#join .section .section-head .head-sub a {
    display: inline-block;
    font-weight: 600;
    color: #FA500F;
    border-bottom: 1px solid #FA500F
}

#join #join-form {
    padding: 90px 0 160px;
    background-color: #fff
}

#join #join-form .form-agree-info {
    padding-top: 25px;
    border-top: 1px solid #ddd
}

#join #join-form .form-agree-info .agree-desc {
    margin-top: 3px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b9babe
}

#join #join-form .form-agree-info .agree-desc>span {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.38px;
    color: #b9babe
}

#join #join-form .form-agree-info .agree-others {
    display: flex;
    flex-direction: column;
    gap: 20px
}

#join #join-form .form-agree-info .agree-others .agree-item {
    width: 100%
}

#join #join-form .form-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px
}

#login .section .section-head .head-tit {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: -1.1px;
    text-align: center;
    color: #222
}

#login .section .section-head .head-tit em {
    color: #FA500F
}

#login #login-form {
    padding: 90px 0 160px;
    background-color: #fff
}

#login #login-form .form-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px
}

#login #login-form .form-buttons .login-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

#login #login-form .form-buttons .login-option .forgot-password {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.45px;
    color: #9f9f9f
}

#login #login-form .form-buttons .login-option .link-join {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.45px;
    color: var(--color-primary)
}

#login #login-form .login-option-etc {
    width: 740px;
    max-width: 100%;
    margin: 40px auto 0;
    padding-inline:50px}

#mypage #mypage-form {
    padding: 60px 0 160px;
    background-color: #fff
}

#mypage #mypage-form .mypage-summary {
    display: flex;
    flex-direction: column;
    align-items: center
}

#mypage #mypage-form .mypage-summary .profile-img {
    width: 64px;
    aspect-ratio: 1/1 auto;
    contain: paint
}

#mypage #mypage-form .mypage-summary .profile-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#mypage #mypage-form .mypage-summary .profile-username {
    margin-top: 24px
}

#mypage #mypage-form .mypage-summary .profile-username>span {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -.53px;
    color: #000
}

#mypage #mypage-form .member-exit {
    margin-bottom: 50px
}

#mypage #mypage-form .member-exit>span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.4px;
    color: #666
}

#mypage #mypage-form .member-exit>span>a {
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    font-weight: 700
}

#product_list #event-banner {
    padding: 50px 0
}

#product_list #event-banner .section-head {
    margin-bottom: 20px
}

#product_list #event-banner .section-head .head-tit {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.1px;
    color: #000
}

#product_list #event-banner .banner-slider {
    width: 100%;
    height: 250px
}

#product_list #event-banner .banner-slider .item {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    contain: paint
}

#product_list #event-banner .banner-slider .item .item-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 50px
}

#product_list #event-banner .banner-slider .item .item-content .content-tit>p {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.19;
    color: #fff
}

#product_list #event-banner .banner-slider .item .item-content .content-desc {
    margin-top: 20px
}

#product_list #event-banner .banner-slider .item .item-content .content-desc>p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.52;
    color: #fff
}

#product_list #event-banner .banner-slider .item>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#product_list #product-list {
    padding: 0 0 100px;
    margin-top: 0
}

#product_list #product-list .section-head {
    display: flex;
    align-items: center;
    gap: 16px
}

#product_list #product-list .section-head .head-tit {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.75px
}

#product_list #product-list .section-head .item-cnt {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.5px;
    color: #666
}

#product_list #product-list .item-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 40px 10px;
    width: 100%
}

#product_list #product-list .item-list .item-head {
    width: calc((100% / 4) - 8px);
    padding-top: 50px
}

#product_list #product-list .item-list .item-head .head-txt {
    display: flex;
    flex-direction: column;
    gap: 20px
}

#product_list #product-list .item-list .item-head .head-txt .txt-main {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.75px;
    color: #0b0b0d
}

#product_list #product-list .item-list .item-head .head-txt .txt-sub {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.24;
    letter-spacing: -.51px;
    color: #0b0b0d
}

#product_list #product-list .item-list .item-head .head-button {
    margin-top: 20px
}

#product_list #product-list .item-list .item-head .head-button .btn-recommend {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    background-image: linear-gradient(150deg,#0b0b0b 40%,#0f08bb);
    border-radius: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

#product_list #product-list .item-list:not(:last-child) {
    margin-bottom: 50px
}

#product_list #product-list .item-list .item {
    position: relative;
    width: calc((100% / 4) - 8px);
    padding: 25px 20px 20px;
    border-radius: 20px;
    box-shadow: -1px .2px 8px 0 rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid transparent;
    overflow: hidden
}

#product_list #product-list .item-list .item.status-pending {
    pointer-events: none
}

#product_list #product-list .item-list .item.status-pending:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3)
}

#product_list #product-list .item-list .item .payment-detail .detail-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

#product_list #product-list .item-list .item .payment-detail .detail-type .tag {
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    height: 20px;
    background-color: #ffde24;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #553800;
    letter-spacing: -.3px
}

#product_list #product-list .item-list .item .payment-detail .detail-type .tag.new {
    background: linear-gradient(90deg,#ffa8a8,#ff6262);
    color: #fff
}

#product_list #product-list .item-list .item .payment-detail .detail-type .type-info {
    display: flex;
    align-items: center;
    gap: 10px
}

#product_list #product-list .item-list .item .payment-detail .detail-type .type-info>img {
    width: 23px
}

#product_list #product-list .item-list .item .payment-detail .detail-type .type-info .type-grade {
    display: flex;
    flex-direction: column
}

#product_list #product-list .item-list .item .payment-detail .detail-type .type-info .type-grade .grade-en {
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b
}

#product_list #product-list .item-list .item .payment-detail .detail-type .type-info .type-grade .grade-kr {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #000
}

#product_list #product-list .item-list .item .payment-detail .detail-type .type-info .type-grade .type-percentage {
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b
}

#product_list #product-list .item-list .item .payment-detail .detail-type .type-percentage {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px
}

#product_list #product-list .item-list .item .payment-detail .detail-type .type-percentage>span {
    font-size: 14px;
    font-weight: 300;
    color: #9b9b9b
}

#product_list #product-list .item-list .item .payment-detail .detail-amount {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    border-radius: 10px;
    background-color: #f5f6f7;
    padding: 16px 20px;
    margin-top: 10px
}

#product_list #product-list .item-list .item .payment-detail .detail-amount .amount-item {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px
}

#product_list #product-list .item-list .item .payment-detail .detail-amount .amount-item .item-tit {
    flex-shrink: 0;
    width: 70px;
    font-size: 14px;
    font-weight: 300;
    color: #636363
}

#product_list #product-list .item-list .item .payment-detail .detail-amount .amount-item .item-count {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

#product_list #product-list .item-list .item .payment-detail .detail-desc {
    margin-top: 20px
}

#product_list #product-list .item-list .item .payment-detail .detail-desc>span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.38
}

#product_list #product-list .item-list .item .payment-detail .detail-desc>p {
    font-size: 12px;
    font-weight: 300;
    color: #7f7f7f;
    line-height: 1.25
}

#product_list #product-list .item-list .item .payment-detail .detail-checklist {
    margin-top: 20px
}

#product_list #product-list .item-list .item .payment-detail .detail-checklist>p {
    font-size: 14px;
    font-weight: 400;
    color: #00000080;
    line-height: 1.28
}

#product_list #product-list .item-list .item .payment-detail .detail-checklist>p>b {
    font-weight: 500
}

#product_list #product-list .item-list .item .payment-detail .detail-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px
}

#product_list #product-list .item-list .item .payment-detail .detail-buttons .btn-payment {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    background-color: #FA500F;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

#product_list #product-list .item-list .item.status-top_quality {
    border: 1px solid #f07309
}

#product_list #product-list .item-list .item.status-top_quality .payment-detail .detail-type .type-info .type-grade .grade-en,#product_list #product-list .item-list .item.status-top_quality .payment-detail .detail-type .type-percentage>span {
    color: #f07309
}

#product_list #product-list .item-list .item.status-top_quality .payment-detail .detail-amount {
    background: linear-gradient(90deg,#ff953c,#e06700)
}

#product_list #product-list .item-list .item.status-top_quality .payment-detail .detail-amount .amount-item .item-count,#product_list #product-list .item-list .item.status-top_quality .payment-detail .detail-amount .amount-item .item-tit {
    color: #fff
}

#product_list #product-list .item-list .item.status-top_quality .payment-detail .detail-checklist>p {
    color: #f07309
}

#product_list #product-list .item-list .item.status-top_quality .payment-detail .detail-buttons .btn-payment {
    background: linear-gradient(90deg,#ff953c,#e06700)
}

#product_view {
    contain: unset
}

#product_view #product-view {
    padding: 30px 0 140px
}

#product_view #product-view .product-head .option-filter {
    display: flex;
    align-items: center;
    gap: 10px
}

#product_view #product-view .product-head .option-filter .btn-filter {
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    height: 40px;
    background-color: #f8f8f8;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 500;
    color: #000
}

#product_view #product-view .product-head .option-filter .btn-filter.active {
    background-color: #dbf6ff;
    border-color: #c2e7ff;
    font-weight: 700
}

#product_view #product-view .product-container {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-top: 30px
}

#product_view #product-view .product-container .product-detail {
    width: 100%
}

#product_view #product-view .product-container .product-detail>img {
    width: 100%;
    object-fit: cover
}

#product_view #product-view .product-container .product-option-mobile {
    display: none
}

#product_view #product-view .product-container .product-option {
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    width: 300px;
    padding: 40px 20px 20px;
    border-radius: 20px;
    box-shadow: -1px .2px 8px 0 rgba(0,0,0,.2);
    background-color: #fff
}

#product_view #product-view .product-container .product-option .option-box .option-box-toggle {
    display: none
}

#product_view #product-view .product-container .product-option .option-box .option-head {
    margin-bottom: 20px
}

#product_view #product-view .product-container .product-option .option-box .option-head>span {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.45px;
    color: #000
}

#product_view #product-view .product-container .product-option .option-box .option-info {
    border-radius:15px;
	background:#F6F8FE;
	padding:10px;
	margin-bottom:20px;
}

#product_view #product-view .product-container .product-option .option-box .option-info .info-payment {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0
}

#product_view #product-view .product-container .product-option .option-box .option-info .info-payment .info-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

#product_view #product-view .product-container .product-option .option-box .option-info .info-payment .info-item .item-tit {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.35px;
    color: #000;
    text-align: left;
    line-height: 1.43
}

#product_view #product-view .product-container .product-option .option-box .option-info .info-payment .info-item .item-desc {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    text-align: right
}

#product_view #product-view .product-container .product-option .option-box .option-info .info-payment .info-item .item-desc .desc-price {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.45px;
    color: #222
}

#product_view #product-view .product-container .product-option .option-box .option-info .info-payment .info-item .item-desc .desc-price b {
    font-weight: 700
}

#product_view #product-view .product-container .product-option .option-box .option-info .info-payment .info-item .item-desc .desc-price em {
    font-weight: 600;
    color: var(--color-primary)
}

#product_view #product-view .product-container .product-option .option-box .option-info .info-payment .info-item .item-desc .desc-txt {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.35px;
    color: #666
}

#product_view #product-view .product-container .product-option .option-box .option-info .info-payment.payment-total {
    border-top: 1px dashed #dbdbdb
}

#product_view #product-view .product-container .product-option .option-box .option-additional {
    display: flex;
    gap: 5px
}

#product_view #product-view .product-container .product-option .option-box .option-additional .additional-left,#product_view #product-view .product-container .product-option .option-box .option-additional .additional-right {
    width: 45px;
    flex-shrink: 0
}

#product_view #product-view .product-container .product-option .option-box .option-additional .additional-left .btn-minus,#product_view #product-view .product-container .product-option .option-box .option-additional .additional-right .btn-plus {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    border: 1px solid #999;
    background-color: #fff
}

#product_view #product-view .product-container .product-option .option-box .option-additional .additional-count {
    width: 100%;
    height: 45px;
    padding: 0 22px;
    border-radius: 6px;
    border: 1px solid #eee;
    background-color:#F5F5F5;
}

#product_view #product-view .product-container .product-option .option-box .option-additional .additional-count .count-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%
}

#product_view #product-view .product-container .product-option .option-box .option-additional .additional-count .count-wrapper>input {
    width: 100%;
    height: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.4px;
	background:transparent;
}

#product_view #product-view .product-container .product-option .option-box .option-additional .additional-count .count-wrapper>span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.4px
}

#product_view #product-view .product-container .product-option .option-box .option-button {
    margin-top: 14px
}

#popup-main .popup-main .popup-slider .swiper-button-next,#popup-main .popup-main .popup-slider .swiper-button-prev {
    display: none
}

@media (max-width: 767px) {
    #main .section .section-head {
        margin-bottom:30px;
        text-align: center
    }

    #main .section .section-head .head-tit {
        font-size: 21px;
        letter-spacing: -.53px
    }

    #main .section .section-button {
        margin-top: 30px
    }

    #main .section .section-head .head-txt {
        text-align: left;
        gap: 12px
    }

    #main .section .section-head .head-txt .head-tit {
        font-size: 36px;
        text-align: left
    }

    #main .section .section-head .head-txt .head-sub {
        font-size: 16px
    }

    #main .section .section-head .btn-link {
        font-size: 36px
    }

    #main #section-banner {
        margin-top: 20px
    }

    #main #section-banner .banner-slider {
        height: 173px
    }

    #main #section-banner .banner-main {
        flex-direction: column
    }

    #main #section-banner .banner-main .banner-container {
        height: unset
    }

    #main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-img {
        height: unset;
        aspect-ratio: 710/500 auto
    }

    #main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-img>img {
        object-fit: cover
    }

    #main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-content {
        padding: 30px 20px
    }

    #main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-content .item-tit {
        font-size: 32px
    }

    #main #section-banner .banner-main .banner-container .banner-wrapper .banner-item .item-content .item-desc {
        margin-top: 12px;
        font-size: 14px
    }

    #main #section-banner .banner-main .banner-container .banner-pagination {
        bottom: 30px;
        right: 20px;
        height: 32px
    }

    #main #section-banner .banner-main .banner-container .banner-pagination .pagination-count {
        margin-inline:10px}

    #main #section-banner .banner-main .banner-container .banner-pagination .btn-next,#main #section-banner .banner-main .banner-container .banner-pagination .btn-prev {
        width: 5px
    }

    #main #section-banner .banner-main .banner-container .banner-pagination .btn-next>img,#main #section-banner .banner-main .banner-container .banner-pagination .btn-prev>img {
        object-fit: contain
    }

    #main #section-banner .banner-main .banner-container .banner-pagination .pagination-auto {
        margin-left: 18px
    }

    #main #section-banner .banner-main .banner-container .banner-pagination .pagination-count>span {
        font-size: 12px
    }

    #main #section-banner2 {
        padding: 0
    }

    #main #section-banner2 .banner-main .banner-wrapper .banner-item {
        aspect-ratio: 1/.58 auto
    }

    #main #section-banner .banner-main .payment-guide {
        width: 100%
    }

    #main #section-banner .banner-main .payment-guide .payment-types .item {
        height: 80px
    }

    #main #section-banner .banner-main .payment-guide .payment-detail {
        padding: 30px 20px
    }

    #main #section-banner .banner-main .payment-guide .payment-detail .detail-amount .item:not(:last-child):after {
        height: 10px
    }

    #main #section-intro {
        padding: 40px 0
    }

    #main #section-intro .intro-list {
	
		flex-direction: column;
		width:100%;
    }

    #main #section-intro .intro-list .item {
		width:100%;
	}
	

    #main #section-intro .intro-list .item .item-tit {
    }

    #main #section-intro .intro-list .item .item-cnt {
    }

    #main #section-intro .intro-list .item .item-desc {
    }


    #main #section-grade .grade-main .grade-list .grade-item {
        padding:20px;
        grid-template-columns: 1fr;
    }

    #main #section-grade .grade-main .grade-list .grade-item .item-summary {
        width: 100%;
		max-width:100%;
        margin-right: 0
    }

    #main #section-grade .grade-main .grade-list .grade-item .item-content {
    }

    #main #section-grade .grade-main .grade-list .grade-item .item-summary .detail-amount .item:not(:last-child):after {
        height: 10px
    }

    #main #section-grade .grade-main .grade-list .grade-item .item-button {
        width: 100%;
        margin-left: unset;
    }

    #main #section-grade .grade-main .grade-list .grade-item .item-button .detail-buttons,#main #section-grade .grade-main .grade-list .grade-item .item-button .detail-buttons .btn-payment {
        width: 100%
    }

    #main #section-grade .grade-main {
        flex-direction: column
    }

    #main #section-grade .grade-main .grade-guide {
        padding-top: 0
    }

    #main #section-grade .grade-main .grade-guide>span {
        font-size: 36px
    }

    #main #section-grade .grade-main .grade-guide .guide-tags {
        flex-direction: row;
        gap: 8px
    }

    #main #section-grade .grade-main .grade-guide .guide-tags .tag {
        flex-shrink: 0;
        width: auto;
        height: 40px;
        font-size: 12px;
        padding-inline:16px}

    #main #section-joinus {
        padding: 40px 0
    }

    #main #section-joinus .joinus-cont {
        gap: 20px
    }

    #main #section-joinus .joinus-cont .joinus-watch {
        font-size: 17px;
        padding: 8px 16px;
        border-radius: 12px
    }
	
	#main #section-joinus .joinus-cont .joinus-watch img {
		height:20px;
	}

    #main #section-joinus .joinus-cont>p {
        font-size: 30px;
		letter-spacing: -1.73px;
    }

    #main #section-signup {
        padding: 60px 0 200px;
        background: url(/img/main/premium-bg-mo.png) 50%/cover no-repeat
    }

    #main #section-signup .signup-cont .signup-txt {
        font-size: 32px
    }

    #main #section-safety {
        padding: 80px 0 100px
    }

    #main #section-safety .safety-cont {
        flex-direction: column;
        gap: 40px
    }

    #main #section-safety .safety-cont .safety-img {
        width: 100%
    }

    #main #section-safety .safety-cont .safety-content .content-desc>h2 {
        font-size: 38px
    }

    #main #section-safety .safety-cont .safety-content .content-desc>h4 {
        font-size: 13px;
        margin-top: 12px
    }

    #main #section-safety .safety-cont .safety-content .content-desc>p {
        font-size: 10px
    }

    #main #section-safety .safety-cont .safety-content .content-list .item {
        padding: 0 0 20px;
        height: 180px;
        border-radius: 8px
    }

    #main #section-safety .safety-cont .safety-content .content-list .item .item-img>img {
        width: 90px;
        object-fit: contain
    }

    #main #section-safety .safety-cont .safety-content .content-list .item:first-child .item-img>img {
        width: 60px
    }

    #main #section-safety .safety-cont .safety-content .content-list .item .item-desc {
        font-size: 10px
    }

    #main #section-review {
        padding: 50px 0
    }

    #main #section-review .review-cont {
        flex-direction: column;
        gap: 50px
    }

    #main #section-review .review-cont .cont-head .review-logo {
        margin-bottom: 8px
    }

    #main #section-review .review-cont .cont-head .review-logo>img {
        width: 180px;
        object-fit: contain
    }

    #main #section-review .review-cont .cont-head .review-txt {
        font-size: 30px
    }

    #main #section-review .review-cont .cont-content .review-list {
        max-height: 700px;
        gap: 20px 8px
    }

    #main #section-review .review-cont .cont-content .review-list .item {
        width: 310px;
        padding: 20px
    }

    #main #section-review .review-cont .cont-content .review-list .item .item-head .profile-img {
        width: 48px;
        height: 48px
    }

    #main #section-review .review-cont .cont-content .review-list .item .item-head .profile-user .user-name {
        font-size: 15px;
        color: #3e3e3e
    }

    #main #section-review .review-cont .cont-content .review-list .item .item-txt {
        margin-top: 20px
    }

    #main #section-review .review-cont .cont-content .review-list .item .item-txt>p {
        font-size: 15px
    }

    #main #section-review .review-cont .cont-content .review-list .no-data-message {
        margin: 0 auto
    }

    #main #section-notice .notice-table .no-data-message {
        font-size: 18px
    }

    #main #section-news {
        padding: 50px 0 100px
    }

    #main #section-news .news-table .item {
        width: 100%
    }

    #main #section-news .news-table .item .item-txt {
        font-size: 22px;
        font-weight: 600
    }

    #main #section-barcode {
        padding: 60px 0
    }

    #main #section-barcode .barcode-cont {
        flex-direction: column
    }

    #main #section-barcode .barcode-cont .barcode-img {
        display: none
    }

    #main #section-barcode .barcode-cont .barcode-desc {
        width: 100%;
        padding-top: 0;
        text-align: center
    }

    #main #section-barcode .barcode-cont .barcode-desc .follow-txt {
        font-size: 20px;
        line-height: 1.48;
        text-align: center
    }

    #main #section-barcode .barcode-cont .barcode-desc .emp-txt {
        display: inline-flex;
        align-items: center;
        font-size: 24px
    }

    #main #section-barcode .barcode-cont .barcode-desc .emp-txt>img {
        width: 160px;
        object-fit: contain
    }

    #main #section-barcode .barcode-cont .barcode-buttons {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 40px
    }

    #main #section-barcode .barcode-cont .barcode-buttons .btn-download_app {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 200px;
        height: 42px;
        background-color: #000;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 500;
        color: #fff
    }

    #main #section-calculation {
        padding: 40px 0 60px
    }

    #main #section-calculation .calc-property {
        flex-direction: column;
        gap: 10px
    }

    #main #section-calculation .calc-property .calc-left {
        width: 100%;
        border-radius: 14px;
        padding: 40px 30px 80px
    }

    #main #section-calculation .calc-property .calc-left .calc-left-txt {
        font-size: 26px;
        line-height: 1.31;
        letter-spacing: -.65px
    }

    #main #section-calculation .calc-property .calc-left .product-choice {
        margin-top: 40px
    }

    #main #section-calculation .calc-property .calc-left .product-choice .product-choice-buttons {
        flex-direction: column
    }

    #main #section-calculation .calc-property .calc-left .product-choice .product-choice-buttons>button {
        width: 100%
    }

    #main #section-calculation .calc-property .calc-left .investment {
        margin-top: 40px
    }

    #main #section-calculation .calc-property .calc-right {
        width: 100%;
        border-radius: 14px;
        padding: 30px 20px 40px
    }

    #main #section-calculation .calc-property .calc-right .subscribe-expected-income {
        margin-top: 22px;
        font-size: 30px;
        letter-spacing: -.75px
    }

    #main #section-calculation .calc-property .calc-right .subscribe-expected-chart {
        gap: 5px;
        height: 120px;
        margin-top: 40px
    }

    #main #section-calculation .calc-property .calc-right .subscribe-expected-desc {
        font-size: 13px;
        line-height: 1.38;
        letter-spacing: -.33px
    }

    #main #section-media {
        padding: 40px 0 70px
    }

    #main #section-media .section-inner {
        padding: 0
    }

    #main #section-media .media-list {
        gap: 0
    }

    #main #section-media .media-list .item {
        flex-shrink: 0;
        width: 100%
    }

    #main #section-media .media-list .item .item-img {
        aspect-ratio: 260/200 auto
    }

    #main #section-media .media-list .item .item-detail {
        opacity: 0;
        padding: 20px 10px 10px
    }

    #main #section-media .media-list .item.swiper-slide-active .item-detail {
        opacity: 1
    }

    #main #section-media .section-button {
        padding: 0 20px
    }

    #main #section-video .section-inner {
        padding: 0
    }

    #main #section-video .video-container {
        height: unset;
        aspect-ratio: 306/204 auto
    }

    #main #section-attract {
        height: unset;
        padding: 60px 0 192px
    }

    #main #section-attract .attract-wero {
        padding: 0 20px
    }

    #main #section-attract .attract-wero .attract-tit {
        font-size: 21px;
        font-weight: 800;
        line-height: 1.43;
        letter-spacing: -.53px
    }

    #main #section-attract .attract-wero .attract-desc {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: -.35px
    }

    #main #section-attract .attract-wero .btn {
        margin-inline:40px;width: 100%;
        height: 54px
    }

    #about #section-banner .banner-slider {
        height: unset
    }

    #about #section-banner .banner-slider .item>img {
        object-fit: cover;
        height: 100%
    }

    #about #section-history {
        padding: 60px 0
    }

    #about #section-history .history-img>img {
        height: 100%
    }

    #about #section-osai {
        padding: 60px 0
    }

    #about #section-osai .osai-intro {
        flex-direction: column
    }

    #about #section-osai .osai-intro .intro-txt .txt-tit .gradient-text {
        font-size: 44px
    }

    #about #section-osai .osai-intro .intro-txt .txt-desc>p {
        font-size: 16px;
        word-break: keep-all
    }

    #about #section-osai .osai-intro .intro-img {
        padding-top: 30px
    }

    #about #section-osai .osai-intro .intro-img .img-ai>img {
        width: 100%;
        object-fit: contain
    }

    #about #section-osai .osai-intro .intro-img .img-process {
        margin-top: 0;
        gap: 10px
    }

    #about #section-osai .osai-intro .intro-img .img-process .process-item {
        padding: 24px 0 18px;
        gap: 12px;
        height: unset;
        border-radius: 16px
    }

    #about #section-osai .osai-intro .intro-img .img-process .process-item .item-tit {
        font-size: 16px
    }

    #about #section-osai .osai-intro .intro-img .img-process .process-item .item-desc {
        font-size: 11px
    }

    #about #section-ai_important {
        padding: 60px 0
    }

    #about #section-ai_important .ai_important-intro {
        flex-direction: column;
        gap: 20px
    }

    #about #section-ai_important .ai_important-intro .intro-txt .txt-tit .gradient-text {
        font-size: 42px
    }

    #about #section-ai_important .ai_important-intro .intro-txt .txt-desc {
        margin-top: 30px
    }

    #about #section-ai_important .ai_important-intro .intro-img .img-ai>img {
        width: 280px;
        object-fit: contain
    }

    #about #section-safety {
        padding: 60px 0
    }

    #about #section-safety .safety-cont {
        flex-direction: column;
        gap: 40px
    }

    #about #section-safety .safety-cont .safety-img {
        aspect-ratio: 1000/863 auto
    }

    #about #section-safety .safety-cont .safety-img>img {
        height: 100%
    }

    #about #section-safety .safety-cont .safety-content .content-desc>h2 {
        font-size: 42px
    }

    #about #section-safety .safety-cont .safety-content .content-desc>p {
        font-size: 16px
    }

    #about #section-safety .safety-cont .safety-img {
        width: 100%
    }

    #about #section-safety .safety-cont .safety-content .content-desc>h2 {
        font-size: 38px
    }

    #about #section-safety .safety-cont .safety-content .content-desc>h4 {
        font-size: 13px;
        margin-top: 12px
    }

    #about #section-safety .safety-cont .safety-content .content-desc>p {
        font-size: 10px
    }

    #about #section-safety .safety-cont .safety-content .content-list .item {
        padding: 0 0 20px;
        height: 180px;
        border-radius: 8px
    }

    #about #section-safety .safety-cont .safety-content .content-list .item .item-img>img {
        width: 90px;
        object-fit: contain
    }

    #about #section-safety .safety-cont .safety-content .content-list .item:first-child .item-img>img {
        width: 60px
    }

    #about #section-safety .safety-cont .safety-content .content-list .item .item-desc {
        font-size: 10px
    }

    #about #section-system {
        padding: 60px 0 100px
    }

    #about #section-system .system-cont {
        flex-direction: column;
        gap: 40px
    }

    #about #section-system .system-cont .system-img {
        width: 100%;
        aspect-ratio: 1000/863 auto
    }

    #about #section-system .system-cont .system-img>img {
        height: 100%;
        transform: scale(1.05)
    }

    #about #section-system .system-cont .system-content .content-desc>h2 {
        font-size: 42px
    }

    #about #section-system .system-cont .system-content .content-desc>h4 {
        margin-top: 30px;
        font-size: 18px
    }

    #about #section-system .system-cont .system-content .content-list .item {
        padding: 0 0 20px;
        height: unset;
        border-radius: 8px
    }

    #about #section-system .system-cont .system-content .content-list .item .item-img {
        height: 100px
    }

    #about #section-system .system-cont .system-content .content-list .item .item-img>img {
        width: 90px;
        object-fit: contain
    }

    #about #section-system .system-cont .system-content .content-list .item .item-tit {
        font-size: 22px;
        margin-bottom: 12px
    }

    #about #section-system .system-cont .system-content .content-list .item .item-desc {
        font-size: 10px
    }

    #about #section-history .history-txt {
        flex-direction: column;
        gap: 20px
    }

    #about #section-history .history-txt .wero-logo {
        width: 200px
    }

    #about #section-history .history-txt>p {
        font-size: 18px;
        line-height: 1.44;
        letter-spacing: -.45px
    }

    #about #section-history .history-txt>p>b {
        font-size: 21px;
        letter-spacing: -.53px
    }

    #about #section-history .history-container {
        width: calc(100% + 40px);
        border-radius: 0;
        padding: 50px 20px 80px;
        margin-inline:-20px}

    #about #section-history .history-container .history-bar {
        flex-direction: column;
        height: unset;
        left: unset
    }

    #about #section-history .history-container .history-bar .history-item {
        flex: unset;
        width: 90px;
        height: 140px
    }

    #about #section-history .history-container .history-bar .history-item:before {
        width: 100%
    }

    #about #section-history .history-container .history-bar .history-item:before,#about #section-history .history-container .history-bar .history-item:last-child:after {
        height: 60px;
        border-top: 30px solid var(--color-primary);
        border-bottom: 30px solid transparent;
        border-right: 45px solid transparent;
        border-left: 45px solid transparent!important
    }

    #about #section-history .history-container .history-bar .history-item:last-child:after {
        top: 100%;
        left: 0;
        width: 90px
    }

    #about #section-history .history-container .history-bar .history-item[data-year="2018"]:before {
        border-top: 30px solid #eff7ff
    }

    #about #section-history .history-container .history-bar .history-item[data-year="2020"]:before {
        border-top: 30px solid #b4d4f4
    }

    #about #section-history .history-container .history-bar .history-item[data-year="2021"]:before {
        border-top: 30px solid #80bbf7
    }

    #about #section-history .history-container .history-bar .history-item[data-year="2022"]:before {
        border-top: 30px solid #51a0ef
    }

    #about #section-history .history-container .history-bar .history-item[data-year="2023"]:before {
        border-top: 30px solid #2a86e1
    }

    #about #section-history .history-container .history-bar .history-item .item-year {
        margin-top: 14px;
        font-size: 24px;
        letter-spacing: -.6px
    }

    #about #section-history .history-container .history-bar .history-item .item-cursor {
        display: none
    }

    #about #section-history .history-container .history-bar .history-item>p {
        position: absolute;
        top: 50%!important;
        left: 100%;
        transform: translateY(-50%);
        right: unset;
        padding-left: 18px;
        width: calc(100vw - 130px);
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: -.7px
    }

    #about #section-whatis {
        padding: 60px 0 80px
    }

    #about .section .section-inner.direction-row {
        flex-direction: column
    }

    #about .section .section-head .head-tit {
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -1px
    }

    #about .section .section-head .head-desc {
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -.4px
    }

    #about #section-whatis .ai-process {
        display: flex;
        gap: 8px;
        margin-top: 50px
    }

    #about #section-whatis .ai-process .process-img {
        flex-shrink: 0;
        width: 160px
    }

    #about #section-whatis .ai-process .process_item-list {
        flex-direction: column;
        margin-top: 6px
    }

    #about #section-whatis .ai-process .process_item-list .item {
        width: 100%;
        gap: 10px
    }

    #about #section-important {
        padding: 60px 0
    }

    #about #section-important .important_things .important_things-img {
        max-width: 247px;
        margin-top: 57px;
        margin-inline:auto}

    #about #section-needs {
        padding: 64px 0 60px
    }

    #about #section-needs .needs-list {
        flex-direction: column;
        margin-top: 40px;
        gap: 10px
    }

    #about #section-needs .needs-list .item {
        width: 100%;
        border-radius: 14px;
        padding: 20px 20px 30px
    }

    #about #section-needs .needs-list .item .item-num {
        font-size: 21px;
        letter-spacing: -.53px
    }

    #about #section-needs .needs-list .item .item-tit {
        margin-top: 12px;
        font-size: 26px;
        letter-spacing: -.65px
    }

    #about #section-needs .needs-list .item .item-desc {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.33;
        letter-spacing: -.38px
    }

    #media .section .section-head .head-tit {
        font-size: 38px
    }

    #media .section .section-head {
        margin-bottom: 40px
    }

    #media .section .section-head .head-tit {
        font-size: 30px;
        letter-spacing: -.75px
    }

    #media #media-list .item-list {
        flex-direction: column;
        gap: 20px;
        margin-top: 40px
    }

    #media #media-list .item-list .item {
        width: 100%
    }

    #media #media-list .item-list .item .item-img {
        aspect-ratio: 320/200 auto;
        border-radius: 20px
    }

    #faq .section .section-head .head-tit {
        font-size: 38px
    }

    #faq .section .section-inner.container {
        padding: 0
    }

    #faq .section .section-head {
        margin-bottom: 40px
    }

    #faq .section .section-head .head-tit {
        font-size: 30px;
        letter-spacing: -.75px
    }

    #notice .section .section-head .head-tit {
        font-size: 38px
    }

    #notice .section .section-head {
        margin-bottom: 40px
    }

    #notice .section .section-inner.container {
        padding: 0
    }

    #notice table tbody tr td:first-child {
        order: 2
    }

    #notice table tbody tr td:nth-child(2) {
        order: 1;
        width: 100%
    }

    #notice table tbody tr td:nth-child(3) {
        order: 3
    }

    #news-detail-section {
        padding: 60px 0
    }

    #question #question-list,#question #question-view,#question #question-write {
        padding: 64px 0 140px
    }

    #question .section .section-head {
        margin-bottom: 40px
    }

    #question .section .section-head .head-tit {
        font-size: 30px;
        letter-spacing: -.75px
    }

    #question table tbody tr td:first-child {
        display: none
    }

    #question table tbody tr td:nth-child(2) {
        order: 1;
        width: 100%
    }

    #question table tbody tr td:nth-child(3) {
        order: 4
    }

    #question table tbody tr td:nth-child(4) {
        order: 3
    }

    #question table tbody tr td:nth-child(4) dd {
        position: relative;
        padding-right: 14px;
        margin-right: 14px
    }

    #question table tbody tr td:nth-child(4) dd:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 14px;
        background-color: #ddd
    }

    #incomes-summary {
        margin-top: 30px
    }

    #incomes #incomes-summary .summary {
        width: calc(100% + 40px);
        margin-inline:-20px;border-radius: 0;
        padding: 30px 20px
    }

    #incomes #incomes-summary .summary .summary-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    #incomes #incomes-summary .summary .summary-content {
        padding: 40px 20px
    }

    #incomes #incomes-summary .summary .summary-content .property-head {
        width: 100%
    }

    #incomes #incomes-summary .summary .summary-content .property-amount {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    #incomes #incomes-summary .summary .summary-content .property-amount .cash-status .current-cash {
        font-size: 24px
    }

    #incomes #incomes-summary .summary .summary-content .property-amount .cash-status .incomes-cash,#incomes #incomes-summary .summary .summary-content .property-amount .cash-status .own-head-txt {
        font-size: 16px
    }

    #incomes #incomes-summary .summary .summary-content .property-amount .cash-export .btn-export_cash {
        flex-direction: column;
        gap: 6px;
        width: 120px;
        height: 80px;
        font-size: 14px
    }

    #incomes #incomes-summary .summary .summary-content .property-amount .cash-export .btn-export_cash>img {
        width: 16px;
        object-fit: contain
    }

    #incomes #incomes-summary .summary .summary-content .property-options {
        margin-top: 15px;
        padding: 15px 0 0
    }

    #incomes #incomes-summary .summary .summary-content .property-options .btn-link,#incomes #incomes-summary .summary .summary-content .property-options>span {
        font-size: 16px
    }

    #incomes .tab-head {
        width: calc(100% + 40px);
        margin-inline:-20px;margin-top: 10px
    }

    #incomes .tab-head>button {
        font-size: 18px;
        letter-spacing: -.45px;
        font-size: 20px
    }

    #incomes .tab-tit {
        padding: 0
    }

    #incomes .tab-tit>span {
        font-size: 21px;
        letter-spacing: -.53px
    }

    #incomes #incomes-tab-01 {
        padding: 40px 0 140px
    }

    #incomes .own_product-list {
        margin-top: 34px
    }

    #incomes .own_product-list .item {
        flex-direction: column;
        gap: 16px;
        padding: 16px
    }

    #incomes .own_product-list .item .item-img {
        width: 100%
    }

    #incomes .own_product-list .item .item-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    #incomes .own_product-list .item .item-content .item-detail {
        width: 100%;
        padding: 0
    }

    #incomes .own_product-list .item .item-content .item-detail .item-tit {
        font-size: 28px
    }

    #incomes .own_product-list .item .item-content .item-detail .item-percentage {
        width: 100%;
        margin: 28px 0 0
    }

    #incomes .own_product-list .item .item-content .item-detail .item-percentage:after {
        font-size: 12px
    }

    #incomes .own_product-list .item .item-content .item-detail .item-desc .desc-txt {
        font-size: 16px
    }

    #incomes .own_product-list .item .item-button {
        width: 100%
    }

    #incomes .own_product-list .item .item-button .btn {
        width: 100%;
        height: 70px;
        font-size: 18px;
        letter-spacing: -.45px
    }

    #incomes #incomes-tab-02 {
        padding: 50px 0
    }

    #incomes #incomes-tab-02 .container {
        padding: 0
    }

    #incomes #incomes-tab-03 {
        padding: 50px 0
    }

    #incomes #incomes-tab-03 .container {
        padding: 0
    }

    #join #join-form {
        padding: 64px 0 140px
    }

    #join .section .section-head .head-tit {
        font-size: 38px;
        line-height: 1.33;
        letter-spacing: -.75px
    }

    #join .section .section-head .head-sub {
        margin-top: 8px;
        font-size: 13px
    }

    #join #join-form .form-agree-info {
        border-top: unset
    }

    #join #join-form .form-buttons {
        margin-top: 30px
    }

    #login #login-form {
        padding: 64px 0 140px
    }

    #login .section .section-head .head-tit {
        font-size: 32px;
        line-height: 1.33;
        letter-spacing: -.75px
    }

    #login #login-form .login-option-etc {
        padding-inline:20px}

    #mypage #mypage-form {
        padding: 40px 0 140px
    }

    #mypage #mypage-form .mypage-summary .profile-img {
        width: 60px
    }

    #mypage #mypage-form .mypage-summary .profile-username {
        margin-top: 12px
    }

    #mypage #mypage-form .mypage-summary .profile-username>span {
        font-size: 24px
    }

    #product_list #event-banner {
        padding: 40px 0
    }

    #product_list #event-banner .section-head {
        padding-inline:20px}

    #product_list #event-banner .section-head .head-tit {
        font-size: 30px;
        letter-spacing: -.75px
    }

    #product_list #event-banner .section-inner {
        padding: 0
    }

    #product_list #event-banner .banner-slider {
        height: unset
    }

    #product_list #event-banner .banner-slider .item {
        border-radius: 0
    }

    #product_list #event-banner .banner-slider .item .item-img>img {
        object-fit: cover;
        height: 320px
    }

    #product_list #event-banner .banner-slider .item .item-content {
        justify-content: flex-start;
        padding: 40px 20px 0
    }

    #product_list #event-banner .banner-slider .item .item-content .content-tit>p {
        font-size: 27px
    }

    #product_list #event-banner .banner-slider .item .item-content .content-desc>p {
        font-size: 14px;
        max-width: 280px;
        word-break: keep-all
    }

    #product_list #product-list {
        margin-top: 0
    }

    #product_list #product-list .section-head {
        gap: 20px
    }

    #product_list #product-list .section-head .head-tit {
        font-size: 21px;
        letter-spacing: -.53px
    }

    #product_list #product-list .section-head .item-cnt {
        font-size: 16px;
        letter-spacing: -.4px
    }

    #product_list #product-list .item-list {
        margin-top: 0;
        flex-direction: row;
        gap: 6px
    }

    #product_list #product-list .item-list .item-head {
        width: calc((100% / 2) - 3px);
        padding-top: 30px
    }

    #product_list #product-list .item-list .item-head .head-txt {
        gap: 12px
    }

    #product_list #product-list .item-list .item-head .head-txt .txt-main {
        font-size: 24px
    }

    #product_list #product-list .item-list .item-head .head-txt .txt-sub {
        font-size: 15px
    }

    #product_list #product-list .item-list .item-head .head-button {
        margin-top: 12px
    }

    #product_list #product-list .item-list .item {
        width: calc((100% / 2) - 3px);
        padding: 16px
    }

    #product_list #product-list .item-list .item-head .head-button .btn-recommend {
        width: 140px;
        height: 40px;
        font-size: 16px
    }

    #product_list #product-list .item-list .item .item-img {
        aspect-ratio: 300/200 auto
    }

    #product_list #product-list .item-list .item .payment-detail .detail-type .type-info {
        gap: 6px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-type .type-info>img {
        width: 20px;
        height: auto;
        object-fit: contain
    }

    #product_list #product-list .item-list .item .payment-detail .detail-type .type-info .type-grade .grade-en {
        font-size: 10px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-type .type-info .type-grade .grade-kr,#product_list #product-list .item-list .item .payment-detail .detail-type .type-percentage>span {
        font-size: 12px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-type .tag {
        top: 10px;
        right: 16px;
        min-width: 50px;
        height: 16px;
        font-size: 10px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-amount {
        margin-top: 6px;
        padding: 12px 16px;
        gap: 4px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-amount .amount-item .item-tit {
        font-size: 12px;
        width: 50px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-amount .amount-item .item-count {
        font-size: 12px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-desc {
        margin-top: 12px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-desc>span {
        font-size: 14px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-desc>p {
        font-size: 10px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-checklist {
        margin-top: 12px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-checklist>p {
        font-size: 12px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-buttons {
        margin-top: 12px
    }

    #product_list #product-list .item-list .item .payment-detail .detail-buttons .btn-payment {
        height: 36px;
        font-size: 12px;
        border-radius: 8px
    }

    #product_view #product-view {
        padding: 20px 0 100px
    }

    #product_view #product-view .product-head .option-filter {
        justify-content: center
    }

    #product_view #product-view .product-head .option-filter .btn-filter {
        height: 48px
    }

    #product_view #product-view .section-inner {
        padding: 0
    }

    #product_view #product-view .product-head .btn {
        width: 120px;
        height: 54px;
        border-radius: 8px;
        margin-left: 20px
    }

    #product_view #product-view .product-container {
        margin-top: 20px;
        flex-direction: column;
        gap: 40px
    }

    #product_view #product-view .product-container .product-detail {
        width: 100%
    }

    #product_view #product-view .product-container .product-option-mobile {
        position: fixed;
        bottom: 30px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
		z-index:2;
        padding: 0 20px
    }

    #product_view #product-view .product-container .product-option-mobile .btn-share {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        background-color: #FFD700;
        border-radius: 12px
    }

    #product_view #product-view .product-container .product-option-mobile .btn-share>img {
        width: 24px;
        object-fit: contain
    }

    #product_view #product-view .product-container .product-option-mobile .btn-purchase {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        background-color: #FA500F;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 600;
        color: #fff
    }

    #product_view #product-view .product-container .product-option {
        position: fixed;
        top: unset;
        bottom: 0;
        width: 100%;
        border-radius: 24px 24px 0 0;
        transform: translateY(100%);
        transition: transform .2s ease;
        z-index: 2
    }

    #product_view #product-view .product-container .product-option.active {
        transform: translateY(0)
    }

    #product_view #product-view .product-container .product-option .option-box .option-box-toggle {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        cursor: pointer
    }

    #product_view #product-view .product-container .product-option .option-box .option-box-toggle .btn-toggle {
        touch-action: none
    }

    #product_view #product-view .product-container .product-option .option-box .option-head {
        margin-top: 10px
    }

    #product_view #product-view .product-container .product-option .option-box .option-head>span {
        font-size: 28px
    }

    #product_view #product-view .product-container .product-option .option-box .option-button .btn {
        height: 58px;
        font-size: 18px
    }

    #product_view #product-view .product-container .product-option .option-box .option-additional .additional-left .btn-minus,#product_view #product-view .product-container .product-option .option-box .option-additional .additional-right .btn-plus {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        color: #646464
    }

    #product_view #product-view+.product-option-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        z-index: 1;
        border: 4px dashed red
    }

    #review .section .section-head .head-tit {
        font-size: 38px
    }

    #review #review-list .submit-review .my_review .btn-my_review {
        min-width: 160px;
        height: 32px;
        font-size: 16px
    }

    #review #review-list .submit-review .link-login .btn-login {
        height: 50px;
        font-size: 16px
    }

    #review #review-list .item-option {
        margin-top: 30px;
        padding: 30px 0 20px
    }

    #review #review-list .item-option .option-filter {
        gap: 8px
    }

    #review #review-list .item-option .option-filter .btn-filter {
        min-width: 100px;
        height: 32px;
        border-radius: 8px;
        font-size: 14px
    }

    #review #review-list .item-option .option-sort {
        gap: 20px
    }

    #review #review-list .item-option .option-sort .btn-sort:not(:last-child):after {
        right: -10px
    }

    #review #review-list .item-option .option-sort .btn-sort {
        font-size: 12px
    }

    #review #review-list .item-list .item {
        padding: 30px 0
    }

    #review #review-list .item-list .item .item-type .type-grade {
        font-size: 14px
    }

    #review #review-list .item-list .item .item-user .user-name {
        font-size: 16px
    }

    #review #review-list .item-list .item .item-user .date {
        font-size: 12px
    }

    #review #review-list .item-list .item .item-detail .item-tit {
        font-size: 18px
    }

    #review #review-list .item-list .item .item-detail .item-desc>p {
        font-size: 14px
    }

    #review #review-list .item-list .item .item-like {
        margin: 30px 0 0 12px
    }

    #review #review-list .item-list .item .item-like .btn-like.activate {
        font-size: 20px
    }
}

tr.no-data {
    width: 100%;
    height: 100%
}

tr.no-data td {
    width: 100%;
    height: 180px
}

tr.no-data td dd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    tr.no-data td {
        display:inline-block!important
    }
}

div.no-data {
    display: flex;
    height: 140px;
    text-align: center
}

.layerPopup,div.no-data {
    justify-content: center;
    align-items: center;
    width: 100%
}

.layerPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1000;
    margin: -30px 0 0 -30px
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 8px solid #f3f3f3;
    border-top-color: #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spinner 2s linear infinite
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

footer .footer .corp-links .logo {
    visibility: hidden
}


.flx {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-direction: row;
}





.footers {
	display:grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}


.ft1 {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.ft1 strong {
	font-weight:700;
	padding-right:10px;
}


footer .footers .corp-info {
	margin:20px 0;
}

footer .footers .corp-info .info-links {
    display: flex;
    align-items: center;
    gap: 30px
}

footer .footers .corp-info .info-links>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.info-detail {
	display:flex;
}

.copyright {
	font-size:18px;
	color:#fff;
	font-weight:300;
}

.corp-contact {
	display:flex;
    gap: 20px;
    flex-direction: column;
}

.contact-tel {
	font-weight:800;
	font-size:36px;
}

.sns  {
	display:flex;
	gap:20px;
}
.sns a img {
	width:22px;
}

@media (max-width: 767px) {
	footer {
		background:#232632;
	}
	
	.footers {
		display:grid;
		grid-template-columns: 1fr;
		align-items: start;
		gap:50px;
	}
	
	.contact-tel {
		font-size:1em;
	}
	
	
	.sns  {
		margin-top:20px;
	}

}