.btn_default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    height: 6rem;
    background-color: #191919;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 1.2rem;
    cursor: pointer
}

@media all and (max-width: 1023px) {
    .btn_default {
        height: 5rem;
        font-size: 1.6rem;
        font-weight: 600
    }
}

@media all and (min-width: 1024px)and (max-width: 1439px) {
    .btn_default {
        height: 5rem;
        font-size: 1.6rem;
        font-weight: 600
    }
}

.btn_default:disabled {
    pointer-events: none
}

.btn_default.white {
    background-color: #fff;
    color: #222;
    border: 1px solid #191919
}

.btn_default.white:disabled {
    background-color: #fff !important;
    color: #ddd !important;
    border-color: #f1f1f1
}

.btn_default.blue {
    background-color: #263c7d;
    color: #fff;
    font-weight: 500
}

.btn_default.s_linear {
    margin-bottom: 1rem;
    background: -webkit-gradient(linear, left top, right top, from(#002756), to(#092CFF));
    background: linear-gradient(to right, #002756, #092CFF)
}

.btn_default.disable {
    color: #fff;
    background-color: #bbb
}

.btn {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

.btn button {
    width: 100%
}

.tooltip {
    color: #bbb;
    font-size: 1.2rem;
    text-align: right;
    cursor: pointer
}

.tooltip.on .btn_tooltip::before {
    content: ""
}

.tooltip.on .tooltip__area {
    display: block
}

.tooltip .btn_tooltip {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tooltip .btn_tooltip i {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.4rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/icon_tooltip.svg")
}

.tooltip .btn_tooltip::before {
    content: none;
    position: absolute;
    left: 0.5rem;
    top: 1.7rem;
    font-size: 0;
    line-height: 0;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 0.8rem solid rgba(0, 0, 0, 0);
    border-right: 0.8rem solid rgba(0, 0, 0, 0);
    border-top: 0.9rem solid #222;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tooltip .tooltip__area {
    display: none;
    top: 2.7rem;
    left: 0;
    width: calc(100% + 13px);
    padding: 1.4rem 3.6rem 1.4rem 1.4rem;
    background-color: #222
}

.tooltip .tooltip__area::before {
    content: none
}

.tooltip .btn_close {
    position: absolute;
    right: 0.5rem;
    top: 0rem;
    width: 2.6rem;
    height: 2.6rem
}

.tooltip .btn_close i {
    font-size: 0;
    line-height: 0;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 1px;
    width: 1.4rem;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tooltip .btn_close i:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.4rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tab_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto
}

.tab_box>button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding: 1.4rem 1.8rem;
    border: 1px solid #7a7a7a;
    border-radius: 4rem;
    background-color: #fff;
    color: #555;
    margin-right: 1rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer
}

@media all and (max-width: 1023px) {
    .tab_box>button {
        padding: 1.2rem 1.6rem;
        font-size: 1.6rem;
        font-weight: 400
    }
}

.tab_box>button.on {
    background: -webkit-gradient(linear, left top, right top, from(#002756), to(#092CFF));
    background: linear-gradient(to right, #002756, #092CFF);
    color: #fff;
    font-weight: 800
}

.cont_box .btn_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.cont_box .btn_radio input[type=radio] {
    display: none
}

.cont_box .btn_radio label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.8rem;
    border: 1px solid #ddd;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 1.6rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

.cont_box .btn_radio input[type=radio]:checked+label {
    border: 0.1rem solid #191919;
    color: #191919
}

.dim {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2
}

.tooltip__area {
    display: none;
    position: absolute;
    top: 5.5rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8rem;
    background-color: #f5821f;
    color: #fff;
    z-index: 3
}

.tooltip__area::before {
    content: "";
    position: absolute;
    left: 6.9rem;
    top: -0.8rem;
    font-size: 0;
    line-height: 0;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 0.8rem solid rgba(0, 0, 0, 0);
    border-right: 0.8rem solid rgba(0, 0, 0, 0);
    border-top: 0.9rem solid #f5821f;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.login {
    background-color: #f7f7fa
}

.login main {
    height: 100vh
}

@media all and (max-width: 1023px) {
    .login {
        background-color: #fff
    }
}

.login .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
    background-color: #f7f7fa
}

@media all and (min-width: 1024px)and (max-width: 1439px) {
    .login .content {
        -webkit-transform: translate(0%, 5%);
        transform: translate(0%, 5%)
    }
}

.login .login-box {
    padding: 5rem 10rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 2.6rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.6rem;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(25, 25, 25, .16);
    box-shadow: 0px 3px 8px 0px rgba(25, 25, 25, .16)
}

@media all and (max-width: 1023px) {
    .login .login-box {
        padding: 2.4rem;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }
}

@media all and (min-width: 1024px)and (max-width: 1439px) {
    .login .login-box {
        padding: 4rem 10rem;
        gap: 2rem
    }
}

.login .login-box>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

.login .login-box .ad {
    width: 30rem;
    height: 25rem;
    margin: 0 auto
}

.login .login-box h1 {
    width: 15.4rem;
    margin: 0 auto
}

@media all and (max-width: 1023px) {
    .login .login-box h1 {
        width: 11rem
    }
}

@media all and (min-width: 1024px)and (max-width: 1439px) {
    .login .login-box h1 {
        width: 12rem
    }
}

.login .login-box p {
    font-size: 2.2rem;
    font-weight: 500
}

@media all and (max-width: 1023px) {
    .login .login-box p {
        font-size: 1.8rem;
        font-weight: 500
    }
}

@media all and (min-width: 1024px)and (max-width: 1439px) {
    .login .login-box p {
        font-size: 1.8rem;
        font-weight: 500
    }
}

.login .login-box .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.login .reserved {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    color: #555;
    margin: 8rem auto 2rem
}

@media all and (max-width: 1023px) {
    .login .reserved {
        margin: 1rem auto 2rem;
        font-size: 1.4rem
    }
}

@media all and (min-width: 1024px)and (max-width: 1439px) {
    .login .reserved {
        margin: 3rem auto 2rem;
        font-size: 1.6rem
    }
}

.login .partner {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background-color: #fff
}

@media all and (max-width: 1023px) {
    .login .partner {
        border-bottom: 0.1rem solid #eee
    }
}

.login .slide-text {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: scroll-left 30s linear infinite;
    animation: scroll-left 30s linear infinite
}

.login .slide-text span {
    display: inline-block;
    padding: 2.4rem;
    font-size: 1.4rem
}

@media all and (max-width: 1023px) {
    .login .slide-text span {
        padding: 1.6rem
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.no-scroll {
    overflow: hidden;
    height: 100vh
}

.main {
    overflow: hidden
}

.main .title {
    font-size: 3.2rem;
    font-weight: 800;
    padding: 3.6rem 0 0rem;
    text-align: center
}

@media all and (max-width: 1023px) {
    .main .title {
        font-size: 2.4rem
    }
}

.main .title_sub {
    font-size: 1.6rem;
    color: #4c4c4c;
    text-align: center
}

.main .noti {
    width: 100%;
    height: 4.8rem;
    margin-bottom: 3rem;
    background-color: #f4f5f8;
    color: #191919;
    font-size: 1.8rem;
    text-align: center;
    overflow: hidden
}

@media all and (max-width: 1023px) {
    .main .noti {
        margin-bottom: 2rem;
        margin-top: 7.1rem;
        font-size: 1.4rem
    }
}

.main .noti p {
    width: 100%;
    height: 4.8rem;
    -webkit-animation: slideUp .6s ease-out forwards;
    animation: slideUp .6s ease-out forwards;
    background-color: #f4f5f8;
    line-height: 4.8rem
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1
    }
}

.main .noti p span {
    font-weight: 800
}

.main .look {
    width: 100%;
    background-color: #f7f7fa;
    padding: 3.4rem 0;
    margin-top: 8rem
}

@media all and (max-width: 1023px) {
    .main .look {
        padding: 4rem 0;
        margin-top: 6rem
    }
}

@media all and (max-width: 1023px) {
    .main .look .banner_list {
        overflow: scroll;
        scrollbar-width: none
    }
}

.main .look .banner_list>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem
}

@media all and (max-width: 1023px) {
    .main .look .banner_list>div {
        overflow-x: auto;
        scrollbar-width: none;
        margin: 0 2rem
    }
}

@media all and (max-width: 1023px) {
    .main .look .banner_list>div {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.6rem
    }
}

@media all and (max-width: 1023px) {
    .main .look .banner_list a {
        width: 23rem
    }
}

@media all and (max-width: 1023px) {
    .main .look {
        width: 100vw
    }
}

.main .content {
    width: 126rem;
    margin: 0 auto
}

@media all and (max-width: 1023px) {
    .main .content {
        width: 100vw
    }
}

.main .content .tab-content .card_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    padding-top: 6rem
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 2rem;
        gap: 1rem
    }
}

.main .content .tab-content .card_grid .phone_card {
    padding: 2.4rem;
    border-radius: 1.6rem;
    border: 1px solid #eee;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    text-align: center
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card {
        padding: 1.4rem;
        gap: 1rem
    }
}

.main .content .tab-content .card_grid .phone_card .badge {
    padding: 0.4rem 0.6rem 0.3rem;
    border-radius: 0.6rem;
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    line-height: 1
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .badge {
        font-size: 1.1rem;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.6rem;
        padding: 0.4rem;
        z-index: 1
    }
}

.main .content .tab-content .card_grid .phone_card .badge.best {
    border: 0.1rem solid #112edd;
    color: #112edd
}

.main .content .tab-content .card_grid .phone_card .badge.pick {
    border: 0.1rem solid #6d00e9;
    color: #6d00e9
}

.main .content .tab-content .card_grid .phone_card .badge.new {
    border: 0.1rem solid #e90000;
    color: #e90000
}

.main .content .tab-content .card_grid .phone_card h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 800;
    gap: 0.6rem;
    margin-bottom: 1rem;
    line-height: 1.4
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card h3 {
        font-size: 1.6rem;
        font-weight: 800;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.3rem;
        margin-bottom: 0
    }
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card h3>p {
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
}

.main .content .tab-content .card_grid .phone_card .phone_img {
    width: 10rem;
    height: 9rem;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .phone_img {
        width: 7rem;
        height: auto;
        display: none
    }
}

.main .content .tab-content .card_grid .phone_card .price_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .price_group {
        height: 27.7rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type {
    text-align: left
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type+.price_type {
    border-top: 1px solid #f1f1f1;
    padding: 2.4rem 0 0
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .price_group .price_type+.price_type {
        padding: 1.2rem 0;
        border: 0
    }
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #555;
    margin-bottom: 1.2rem
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .price_group .price_type strong {
        margin-bottom: 1rem;
        font-size: 1.2rem;
        background-color: #f7f7fa;
        padding: 0.4rem;
        border-radius: 0.3rem;
        text-align: center
    }
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li i {
    display: inline-block;
    width: 2.2rem;
    height: 2rem
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li i {
        width: 2rem
    }
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li i._skt {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/icon_skt.svg")
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li i._kt {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/icon_kt.svg")
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li i._lgu {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/icon_lgu.svg")
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li span {
    position: relative;
    left: -2rem;
    font-size: 1.6rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li span {
        font-size: 1.4rem
    }
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li span:after {
    position: absolute;
    right: -3rem;
    position: absolute;
    width: 3rem;
    height: 1.8rem;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/icon_arrow.svg")
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li span:after {
        width: 1.5rem;
        right: -2rem
    }
}

.main .content .tab-content .card_grid .phone_card .price_group .price_type .icon li span.co-red {
    color: #e90000
}

.main .content .tab-content .card_grid .phone_card .btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6rem
}

.main .content .tab-content .card_grid .phone_card .btn_group .btn_icon_search {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 1.6rem;
    background-color: #f1f1f1
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .btn_group .btn_icon_search {
        height: 4rem;
        grid-template-columns: auto 1fr;
        grid-column: 1/2;
        grid-row: 2;
        max-width: 30%;
        border-radius: 1.2rem;
        height: 3.6rem
    }
}

.main .content .tab-content .card_grid .phone_card .btn_group .btn_icon_search .icon_search {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/icon_search.svg")
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .btn_group .btn_icon_search .icon_search {
        width: 1.6rem
    }
}

.main .content .tab-content .card_grid .phone_card .btn_group .btn_black {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 4.2rem;
    border-radius: 1.2rem;
    background-color: #191919;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600
}

.main .content .tab-content .card_grid .phone_card .btn_group .btn_black:hover,
.main .content .tab-content .card_grid .phone_card .btn_group .btn_black:active {
    opacity: .9
}

@media all and (max-width: 1023px) {
    .main .content .tab-content .card_grid .phone_card .btn_group .btn_black {
        height: 3.6rem;
        font-size: 1.4rem;
        font-weight: 600;
        border-radius: 1.2rem
    }
}

.main .content h3.ttl {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 3.4rem
}

@media all and (max-width: 1023px) {
    .main .content h3.ttl {
        font-size: 2.2rem;
        margin-bottom: 3rem
    }
}

.main .content.ad {
    margin-top: 3.4rem
}

@media all and (max-width: 1023px) {
    .main .content.ad {
        display: none
    }
}

.main .content.ad div {
    background-color: #f8f8f8;
    border-radius: 1.6rem;
    width: 126rem;
    height: 12.4rem;
    text-align: center
}

@media all and (max-width: 1023px) {
    .main .content.ad div {
        width: 100%
    }
}

.main .content.help {
    margin-top: 3.4rem
}

@media all and (max-width: 1023px) {
    .main .content.help {
        margin-top: 6rem
    }
}

.main .content.help .banner_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px
}

@media all and (max-width: 1023px) {
    .main .content.help .banner_list {
        grid-template-columns: 1fr;
        padding: 0 2rem
    }
}

.main .content.help .banner_list .banner_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem 2.4rem;
    border-radius: 1.6rem;
    color: #fff
}

.main .content.help .banner_list .banner_card .text_box .title {
    padding: 0;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px
}

.main .content.help .banner_list .banner_card .text_box .desc {
    font-size: 14px;
    opacity: .8
}

.main .content.help .banner_list .banner_card .icon {
    width: 6rem;
    height: 6rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.main .content.help .banner_list .banner_card.type1 {
    background-color: #3013b0
}

.main .content.help .banner_list .banner_card.type1 .icon {
    background-image: url("../images/icon_help_01.png")
}

.main .content.help .banner_list .banner_card.type2 {
    background-color: #ffe96a;
    color: #191919
}

.main .content.help .banner_list .banner_card.type2 .desc {
    color: #191919
}

.main .content.help .banner_list .banner_card.type2 .icon {
    background-image: url("../images/icon_help_02.png")
}

.main .content.notice {
    padding: 3.4rem 6rem;
    border: 0.1rem solid #ddd;
    border-radius: 1.6rem;
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
    background-color: #fff
}

@media all and (max-width: 1023px) {
    .main .content.notice {
        width: auto;
        padding: 2rem;
        margin: 2rem
    }
}

.main .content.notice h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.6rem
}

@media all and (max-width: 1023px) {
    .main .content.notice h4 {
        font-size: 1.6rem
    }
}

.main .content.notice ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem
}

.main .content.notice ul li {
    position: relative;
    padding-left: 1.2rem;
    color: #222;
    font-size: 1.4rem
}

@media all and (max-width: 1023px) {
    .main .content.notice ul li {
        font-size: 1.4rem;
        color: #555
    }
}

.main .content.notice ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #191919
}

@media all and (max-width: 1023px) {
    .main .content.notice ul li::before {
        background-color: #7a7a7a
    }
}

.main .content .tab_box {
    margin-top: 8rem
}

@media all and (max-width: 1023px) {
    .main .content .tab_box {
        width: 100vw
    }
}

.main .mySwiper {
    position: relative;
    padding: 0 2rem
}

.main .swiper-slide {
    width: 36%;
    border-radius: 2rem;
    overflow: hidden
}

@media all and (max-width: 1023px) {
    .main .swiper-slide {
        width: 100%
    }
}

.main .swiper-pagination {
    bottom: -3rem;
    width: 100%
}

.main .swiper-pagination-bullet-active {
    width: 3rem;
    background-color: #263c7d;
    border-radius: 10rem
}

.main.detail {
    background-color: #f7f7fa
}

.main.detail main {
    background-color: #f7f7fa
}

.main.detail .product_info {
    width: 80rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    position: relative
}

@media all and (max-width: 1023px) {
    .main.detail .product_info {
        width: 100%;
        gap: 0
    }
}

.main.detail .product_info .cont {
    padding: 4rem;
    border: 0.1rem solid #ddd;
    border-radius: 2.6rem;
    background-color: #fff
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont {
        border-radius: 0rem;
        padding: 2.4rem;
        border: 0;
        border-top: 1rem solid #f7f7fa
    }
}

.main.detail .product_info .cont.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-color: #191919
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont.product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2.4rem;
        border: 0
    }
}

.main.detail .product_info .cont.product .thumb {
    width: 20rem;
    height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont.product .thumb {
        width: 15rem
    }
}

.main.detail .product_info .cont.product .thumb img {
    width: 100%;
    background-size: cover
}

.main.detail .product_info .cont.product .spec {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc((auto) / 10)rem
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont.product .spec {
        gap: 1.2rem
    }
}

.main.detail .product_info .cont.product .spec .title {
    text-align: left;
    padding-top: 0
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont.product .spec .title {
        text-align: center
    }
}

.main.detail .product_info .cont.product .spec>a {
    padding: 1.2rem 0 6rem;
    text-decoration: underline
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont.product .spec>a {
        padding: 0rem 0 1.6rem;
        text-align: center
    }
}

.main.detail .product_info .cont.product .amount {
    width: 100%;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 1.6rem
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont.product .amount {
        gap: 0.6rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main.detail .product_info .cont.product .amount .price {
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: line-through;
    color: #7a7a7a
}

.main.detail .product_info .cont.product .amount>div {
    font-size: 1.8rem;
    font-weight: 800
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont.product .amount>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.6rem;
        text-align: center
    }
}

.main.detail .product_info .cont.product .amount .minus {
    color: #e90000
}

.main.detail .product_info .cont.product .amount .discount {
    color: #191919
}

.main.detail .product_info .cont.product.pre .price {
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main.detail .product_info .cont.accession {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem
}

.main.detail .product_info .cont.benefit .tit {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6rem
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont.benefit .tit {
        font-size: 2rem;
        margin-bottom: 0rem
    }
}

.main.detail .product_info .cont.benefit .tit span {
    background-color: #3617ce;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    border-radius: 0.6rem;
    padding: 0.2rem 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont.benefit .tit span {
        font-size: 1.2rem
    }
}

.main.detail .product_info .cont.benefit .sub_txt {
    padding: 2.4rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #4c4c4c
}

.main.detail .product_info .cont.benefit .benefit_table {
    width: 100%;
    font-size: 1.4rem
}

.main.detail .product_info .cont.benefit .benefit_table thead {
    background-color: #f3f4f6
}

.main.detail .product_info .cont.benefit .benefit_table tbody td:nth-last-child(1) {
    color: red
}

.main.detail .product_info .cont.benefit .benefit_table th,
.main.detail .product_info .cont.benefit .benefit_table td {
    padding: 1.5rem;
    border: 1px solid #ddd;
    text-align: center
}

.main.detail .product_info .cont.benefit .benefit_table thead th:nth-child(1),
.main.detail .product_info .cont.benefit .benefit_table tbody td:nth-child(1) {
    width: 20%
}

.main.detail .product_info .cont.benefit .benefit_table thead th:nth-child(4),
.main.detail .product_info .cont.benefit .benefit_table tbody td:nth-child(4) {
    width: 30%
}

.main.detail .product_info .cont .must {
    margin-top: 3rem;
    font-size: 1.6rem;
    font-weight: 400
}

.main.detail .product_info .cont .must strong {
    font-weight: 700;
    color: red
}

.main.detail .product_info .cont_box .tit {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.8rem
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont_box .tit {
        font-size: 1.8rem
    }
}

.main.detail .product_info .cont_box .btn_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.main.detail .product_info .cont_box .btn_radio label {
    color: #4c4c4c;
    font-size: 1.8rem;
    font-weight: 700
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont_box .btn_radio label {
        font-size: 1.6rem;
        padding: 1.6rem
    }
}

.main.detail .product_info .cont_box .btn_radio label span {
    color: #4c4c4c;
    font-size: 1.4rem
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .cont_box .btn_radio label span {
        font-size: 1.2rem
    }
}

.main.detail .product_info .cont_box .btn_radio input[type=radio]:checked+label {
    border-color: #0024ff;
    color: #0024ff
}

.main.detail .product_info .help {
    width: 100%;
    margin-top: 0
}

@media all and (max-width: 1023px) {
    .main.detail .product_info .help {
        padding: 0 2rem
    }
}

.main.detail .product_info .help .banner_list {
    margin: 0;
    padding: 0
}

.main.detail .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 126rem;
    padding-right: 43rem
}

@media all and (max-width: 1023px) {
    .main.detail .wrap {
        width: 100%;
        padding: 0
    }
}

.main.detail .wrap .leftArea {
    padding-top: 2.4rem
}

@media all and (max-width: 1023px) {
    .main.detail .wrap .leftArea {
        padding-top: 7.1rem
    }
}

.main.detail .wrap .rightArea {
    padding: 2.4rem 0 0 1.6rem
}

.main.detail .wrap .rightArea .btn_toggle {
    display: none
}

@media all and (max-width: 1023px) {
    .main.detail .wrap .rightArea {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0;
        width: 100%;
        height: 30%;
        background-color: #fff;
        -webkit-box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, .06);
        box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, .06);
        border-radius: 2rem 2rem 0;
        -webkit-transition: height .3s ease;
        transition: height .3s ease;
        z-index: 20
    }

    .main.detail .wrap .rightArea .btn_toggle {
        width: 100%;
        padding: 1.2rem 1.2rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 6px;
        font-size: 1.2rem
    }

    .main.detail .wrap .rightArea .btn_toggle .icon_arr {
        width: 1.6rem;
        height: 1.6rem;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }

    .main.detail .wrap .rightArea .btn_toggle .icon_arr.rotate {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.main.detail .wrap .amount_info {
    border-radius: 2.6rem;
    border: 0.1rem solid #ddd;
    background-color: #fff;
    position: fixed;
    padding: 3rem
}

@media all and (max-width: 1023px) {
    .main.detail .wrap .amount_info {
        position: unset;
        border: 0;
        border-radius: 0;
        padding: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 100%
    }

    .main.detail .wrap .amount_info>div {
        overflow-y: auto;
        height: 100%
    }

    .main.detail .wrap .amount_info .btn_default {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 2.4rem
    }
}

.main.detail .wrap .amount_info .list+.list {
    border-top: 0.1rem solid #ddd;
    padding-top: 3rem
}

@media all and (max-width: 1023px) {
    .main.detail .wrap .amount_info .list+.list {
        padding-top: 1.6rem
    }
}

.main.detail .wrap .amount_info h4 {
    color: #191919;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem
}

@media all and (max-width: 1023px) {
    .main.detail .wrap .amount_info h4 {
        margin-bottom: 2.4rem;
        font-size: 1.6rem
    }
}

.main.detail .wrap .amount_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main.detail .wrap .amount_info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.8rem;
    font-weight: 600;
    color: #4c4c4c;
    padding-bottom: 2.6rem
}

@media all and (max-width: 1023px) {
    .main.detail .wrap .amount_info ul li {
        font-size: 1.6rem;
        padding-bottom: 2.4rem
    }
}

.main.detail .wrap .amount_info ul li .col-bule {
    color: #0024ff
}

.main.detail .wrap .amount_info ul li .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main.detail .wrap .amount_info ul>div p {
    color: #7a7a7a
}

.main.detail .wrap .amount_info ul .tip {
    position: relative
}

@media all and (max-width: 1023px) {
    .main.detail .wrap .amount_info ul .tip .tooltip__area {
        width: 70%
    }
}

.main.detail .wrap .amount_info ul .tip .tooltip__area a {
    color: #f8f8f8;
    text-decoration: underline
}

.main.detail .wrap .amount_info ul .notice_box {
    background-color: #f7f7fa;
    padding: 1.6rem 2rem;
    border-radius: 1.6rem;
    margin: 2.6rem 0
}

.main.detail .wrap .amount_info ul .notice_box li {
    color: #222;
    font-size: 1.4rem;
    font-weight: 300;
    padding-bottom: 0
}

.main.detail .wrap .amount_info.pre div li {
    color: #191919;
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media all and (max-width: 1023px) {
    .main.detail .wrap .amount_info.pre div li {
        font-size: 2rem
    }
}

.main.detail .wrap .amount_info.pre div .notice_box {
    margin-top: 0
}

@media all and (max-width: 1023px) {
    .main.detail .wrap .btn {
        padding: 2rem 2rem 0
    }
}

@media all and (max-width: 1023px) {
    .main.detail .footer {
        margin-bottom: 26rem
    }
}

@media(aspect-ratio: 375/667) {
    .main.detail .footer {
        margin-bottom: 18rem
    }
}

.main.order main {
    background-color: #fff
}

.main.order .content {
    width: 60rem;
    margin: 0 auto
}

@media all and (max-width: 1023px) {
    .main.order .content {
        width: 100%;
        padding: 2rem;
        padding-top: 5rem
    }
}

.main.order .content>section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem
}

@media all and (max-width: 1023px) {
    .main.order .content>section {
        gap: 3rem
    }
}

.main.order .content .group_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem
}

.main.order .content .group_box .sub_txt {
    font-size: 1.8rem;
    font-weight: 500;
    color: #4c4c4c;
    margin-bottom: 2.4rem
}

@media all and (max-width: 1023px) {
    .main.order .content .group_box .sub_txt {
        font-size: 1.6rem;
        margin-bottom: 1.8rem
    }
}

.main.order .content .group_box .sub_txt.volume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main.order .content .group_box .sub_txt.volume .f_check {
    margin-bottom: 0;
    margin-left: auto
}

.main.order .content .group_box.bt .agree_box {
    margin-top: 2rem
}

.main.order .content .btn {
    margin: 4rem 0 6rem
}

@media all and (max-width: 1023px) {
    .main.order .content .btn {
        margin-bottom: 2rem
    }
}

.main.order .content .form_group :hover,
.main.order .content .form_group :focus {
    border-color: #191919
}

.main.order .content .form_group h3 {
    display: block;
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
    font-weight: 700
}

@media all and (max-width: 1023px) {
    .main.order .content .form_group h3 {
        font-size: 1.8rem;
        margin-bottom: 2rem
    }
}

.main.order .content .form_group .required {
    color: red;
    line-height: 0
}

.main.order .content .form_group ::-webkit-input-placeholder {
    color: #7a7a7a;
    font-weight: 500
}

.main.order .content .form_group ::-moz-placeholder {
    color: #7a7a7a;
    font-weight: 500
}

.main.order .content .form_group :-ms-input-placeholder {
    color: #7a7a7a;
    font-weight: 500
}

.main.order .content .form_group ::-ms-input-placeholder {
    color: #7a7a7a;
    font-weight: 500
}

.main.order .content .form_group ::placeholder,
.main.order .content .form_group option {
    color: #7a7a7a;
    font-weight: 500
}

.main.order .content .form_group input,
.main.order .content .form_group select,
.main.order .content .form_group textarea {
    width: 100%;
    padding: 1.8rem 2rem;
    border: 1px solid #ddd;
    border-radius: 1.6rem;
    color: #7a7a7a;
    font-size: 1.6rem;
    font-weight: 500
}

.main.order .content .form_group input:valid,
.main.order .content .form_group select:valid,
.main.order .content .form_group textarea:valid {
    color: #191919
}

.main.order .content .form_group select {
    width: 100%;
    background-image: url("../images/icon_arr.svg");
    background-position: right 1.6rem center;
    background-size: 1.6rem
}

.main.order .content .form_group .input_unit {
    position: relative
}

.main.order .content .form_group .input_unit .unit {
    position: absolute;
    left: 95%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #222
}

@media all and (max-width: 1023px) {
    .main.order .content .form_group .input_unit .unit {
        left: 90%
    }
}

.main.order .content .form_group .info_box {
    background: #f8f8f8;
    border: 0.1rem solid #ddd;
    border-radius: 1.6rem;
    padding: 1.8rem 2rem;
    font-size: 1.6rem;
    color: #222
}

.main.order .content .form_group .info_box :hover,
.main.order .content .form_group .info_box :focus {
    border-color: #ddd
}

@media all and (max-width: 1023px) {
    .main.order .content .form_group .info_box {
        font-size: 1.4rem;
        padding: 1.8rem
    }
}

.main.order .content .form_group .info_box .co-red {
    font-size: 1.5rem
}

@media all and (max-width: 1023px) {
    .main.order .content .form_group .info_box .co-red {
        font-size: 1.2rem
    }
}

.main.order .content .agree_box {
    background-color: #f7f7fa;
    padding: 1.6rem 2rem;
    border-radius: 1.6rem;
    color: #222
}

@media all and (max-width: 1023px) {
    .main.order .content .agree_box {
        font-size: 1.4rem;
        padding: 1.6rem 2rem
    }
}

.main.order .content .agree_box .f_check {
    margin-bottom: 0.3rem
}

.main.order .content .agree_box .f_check label {
    font-size: 1.6rem;
    font-weight: 400;
    color: #222;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 1023px) {
    .main.order .content .agree_box .f_check label {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
        display: inline
    }
}

.main.order .content .agree_box .f_check label::before {
    width: 1.6rem;
    height: 1.6rem
}

.main.order .content .agree_box .f_check a {
    text-decoration: underline;
    color: #4c4c4c
}

@media all and (max-width: 1023px) {
    .main.order .content .agree_box .f_check a {
        font-size: 1.4rem
    }
}

.main.order .content .form_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px
}

.main.order .content .form_actions .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 14px;
    font-size: 15px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer
}

.main.order .content .form_actions .cancel {
    background: #f1f1f1;
    color: #333
}

.main.order .content .form_actions .submit {
    background: #333;
    color: #fff
}

.main.order .content.before,
.main.order .content.result {
    width: 60rem
}

@media all and (max-width: 1023px) {

    .main.order .content.before,
    .main.order .content.result {
        width: 100%
    }
}

.main.faq .content {
    width: 80rem;
    margin: 0 auto 13rem
}

.main.faq .content .title {
    margin-bottom: 3.6rem
}

@media all and (max-width: 1023px) {
    .main.faq .content {
        width: 100%;
        padding: 2rem;
        margin-top: 5rem
    }
}

.main.faq .content .item {
    border-bottom: 1px solid #ddd
}

.main.faq .content .item.active .question {
    color: #0024ff;
    background: -webkit-gradient(linear, left top, right top, from(#002756), to(#092CFF));
    background: linear-gradient(to right, #002756, #092CFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.main.faq .content .item.active .question::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.main.faq .content .item.active .answer {
    display: block
}

.main.faq .content .item .question {
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 2.2rem 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.main.faq .content .item .question span {
    margin-right: 2rem
}

.main.faq .content .item .question::after {
    content: "";
    position: absolute;
    right: 1.6rem;
    top: 50%;
    width: 1.6rem;
    height: 1.6rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/icon_arr.svg");
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main.faq .content .item .answer {
    display: none;
    padding: 1.6rem 0rem;
    font-size: 1.4rem;
    color: #191919;
    border-top: 1px solid #ddd;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.main.board .content {
    width: 80rem
}

@media all and (max-width: 1023px) {
    .main.board .content {
        width: 100%;
        padding: 2rem;
        margin-top: 5rem
    }
}

.main.board .content.result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem
}

.main.board .content.result .info_box a {
    text-decoration: underline;
    color: #191919
}

.main.board .content.result .t_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main.board .content.result .t_btn>div {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75%
}

@media all and (max-width: 1023px) {
    .main.board .content.result .t_btn>div {
        width: 65%
    }
}

.main.board .content.result .t_btn>div input :hover,
.main.board .content.result .t_btn>div input :active {
    border: 0.1rem solid #191919
}

.main.board .content.result .t_btn .btn_default {
    background-color: #7a7a7a;
    font-size: 1.6rem
}

@media all and (max-width: 1023px) {
    .main.board .content.result .t_btn .btn_default {
        font-size: 1.4rem
    }
}

.main.board .content.result .btn {
    margin-top: 0
}

.main.board .content.result .btn .white {
    border-color: #ddd
}

.main.board .nt_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 6rem;
    margin-top: 3.6rem
}

@media all and (max-width: 1023px) {
    .main.board .nt_table .mo {
        display: none
    }
}

.main.board .nt_table thead {
    background-color: #f9f9f9
}

.main.board .nt_table thead th {
    padding: 1.6rem;
    font-weight: 700;
    color: #4c4c4c
}

.main.board .nt_table thead th:nth-child(1) {
    width: 30%
}

.main.board .nt_table thead th:nth-child(2) {
    width: 60%
}

@media all and (max-width: 1023px) {
    .main.board .nt_table thead th:nth-child(2) {
        width: 50%
    }
}

.main.board .nt_table thead th:nth-child(3) {
    width: 30%
}

@media all and (max-width: 1023px) {
    .main.board .nt_table thead th:nth-child(3) {
        width: 40%
    }
}

.main.board .nt_table thead th.left {
    text-align: left
}

.main.board .nt_table tbody tr {
    cursor: pointer
}

.main.board .nt_table tbody tr:hover {
    background-color: #f7f7fa
}

.main.board .nt_table tbody tr td {
    padding: 1.6rem;
    line-height: 1.5;
    color: #222
}

.main.board .nt_table tbody tr td.left {
    text-align: left
}

.main.board .nt_table tbody tr td:nth-child(1) {
    width: 30%
}

.main.board .nt_table tbody tr .badge {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 0.6rem;
    color: #0024ff;
    margin-right: 0.6rem;
    border: 0.1rem solid #0024ff
}

.main.board .nt_table tbody tr th :nth-child(2) {
    border-left: 0.1rem;
    border-right: 0.1rem
}

.main.board.list .nt_table {
    text-align: left
}

.main.board.list thead th:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width: 1023px) {
    .main.board.list thead th:nth-child(1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main.board.list thead th:nth-child(2) {
    width: 20%
}

@media all and (max-width: 1023px) {
    .main.board.list thead th:nth-child(2) {
        width: 40%
    }
}

.main.board.list tbody td {
    cursor: auto
}

.main.board.list tbody td:hover {
    background-color: #fff
}

.main.board.list .btn {
    width: 30%;
    margin: 0 auto;
    padding-bottom: 6rem
}

.main.success section {
    text-align: center;
    width: 60rem;
    margin: 18rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.3rem
}

@media all and (max-width: 1023px) {
    .main.success section {
        width: 100%;
        padding: 2rem;
        margin: 12rem auto
    }
}

.main.success section article img {
    width: 6.4rem;
    margin: 0.6rem auto
}

.main.success section article h2 {
    padding-top: 1.6rem
}

.footer {
    background-color: #191919;
    padding: 4rem 2rem;
    font-size: 1.2rem
}

.footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 126rem;
    margin: 0 auto
}

.footer .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.6;
    color: #bbb;
    opacity: .6
}

.footer .info address {
    margin-top: 3rem;
    font-style: normal
}

.footer .info .links {
    margin-top: 3rem
}

.footer .info .links a {
    text-decoration: underline;
    margin-left: 1.8rem;
    color: #bbb
}

.footer .logo {
    width: 7.8rem;
    margin-top: 1rem;
    opacity: .5
}

@media all and (max-width: 1023px) {
    .footer .logo {
        display: none
    }
}

@media all and (max-width: 1023px) {
    .footer .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer .logo {
        margin-top: 2rem
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.2rem;
    padding: 0rem 2rem 6rem
}

.pagination button {
    cursor: pointer;
    font-size: 1.4rem
}

.pagination .page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination .page-list .page {
    padding: 0.6rem 1.2rem;
    border-radius: 1.2rem;
    cursor: pointer
}

.pagination .page-list .page.active {
    background: #191919;
    color: #fff;
    font-weight: 700
}

/* ==================================================
   mobileOrderList.asp 전용 4컬럼 테이블 스타일
   - 기존 nt_table은 3컬럼용 (20%, 60%, 20%)
   - 이 스타일은 4컬럼용으로 별도 정의 (서비스, 구분, 상태, 신청일)
   - 다른 파일들(boardView.asp, boardList.asp 등)에 영향 없도록 분리
   ================================================== */
.main.board .nt_table.order-list-table thead th:nth-child(1) {
    width: 25%; /* 서비스 */
}

.main.board .nt_table.order-list-table thead th:nth-child(2) {
    width: 25%; /* 구분 */
}

.main.board .nt_table.order-list-table thead th:nth-child(3) {
    width: 25%; /* 상태 */
}

.main.board .nt_table.order-list-table thead th:nth-child(4) {
    width: 25%; /* 신청일 */
}

/* 모바일 반응형 - 내용에 따라 비율 조정 */
@media all and (max-width: 1023px) {
    .main.board .nt_table.order-list-table thead th:nth-child(1) {
        width: 18%; /* 서비스 - 기존 20%에서 18%로 축소 */
    }
    
    .main.board .nt_table.order-list-table thead th:nth-child(2) {
        width: 32%; /* 구분 - 기존 30%에서 32%로 확장 */
    }
    
    .main.board .nt_table.order-list-table thead th:nth-child(3) {
        width: 22%; /* 상태 - 기존 25%에서 22%로 축소 */
    }
    
    .main.board .nt_table.order-list-table thead th:nth-child(4) {
        width: 28%; /* 신청일 - 기존 25%에서 28%로 확장 */
    }
    
    /* 🔧 모바일에서 TD 간 공백 축소 - 테이블 셀 패딩 줄임 */
    .main.board .nt_table.order-list-table thead th,
    .main.board .nt_table.order-list-table tbody td {
        padding: 0.8rem 0.4rem; /* 패딩을 더 축소: 상하 0.8rem, 좌우 0.4rem */
    }
}