@charset "UTF-8";
/*************************************************
custom1
************************************************/
.widget-wrap {
    position: relative;
}
.yoso {
    position: absolute;
}
.yoso01 {
    top:60px;
    left:0;
    z-index: 1;
}
.yoso02 {
    top: 414px;
    z-index: 3;
    right:0;
}
.yoso03 {
    top: -290px;
    right:0;
}
.yoso04 {
    top: -136px;
    left:0;
    z-index: 3;
}
.yoso05 {
    bottom: -203px;
    left:0;
    z-index: 1;
}
.yoso06 {
    top: -414px;
    right:0;
}
.yoso07 {
    z-index: 1;
    right: 0;
    top: -202px;
}
.yoso08 {
    top:-100px;
    left:0;
}
@media (max-width:1760px) {
    .yoso {
        max-width: 26vw;
    }
    .yoso01 {
        max-width: 20vw;
    }
}
@media (max-width:1380px) {
    .yoso {
        max-width: 24vw;
    }
    .yoso01 {
        max-width: 18vw;
    }
}
@media (max-width:1380px) {
    .yoso01 {
        max-width: 15vw;
    }
}
@media (max-width:991px) {
    .yoso01 {
        top:-2px;
        width: 175px;
        left: -31px;
        max-width: none;
    }
    .yoso02 {
        top: unset;
        max-width: none;
        width: 210px;
        right:-80px;
        bottom:-339px;
    }
    .yoso03 {
        top: -87px;
        max-width: none;
        width: 154px;
        right: -35px;
    }
    .yoso04 {
        top: 81px;
        max-width: none;
        width: 150px;
    }
    .yoso05 {
        bottom: -203px;
        max-width: none;
        display:none;
    }
    .yoso06 {
        top: -414px;
        max-width: none;
        display:none;
    }
    .yoso07 {
        top: -101px;
        max-width: none;
        width: 247px;
        right:-30px;
    }
    .yoso08 {
        top:-100px;
        max-width: none;
        display:none;
    }

}
/*************************************************
custom2
************************************************/
.main_foot {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index: 500;
    background-color: var(--main-btn-point-color);
    padding:23px 0;
}
.main_foot .container_fix {
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.main_foot .left {
    display: flex;
    gap:5px;
}
.main_foot .info_text {
    transform: translateY(2px);
}
.main_foot .left span {
    font-family: 'GmarketSans';
    font-size: 16px;
    font-weight: 700;
}
.main_foot .left p {
    font-family: 'GmarketSans';
    font-weight: 800;
    font-size: 25px;
    transform: translateY(2px);
}
.main_foot .right {
    width: 64.4%;
    display:flex;
    gap:10px;
}
.main_foot .right input {
    width: calc(100% / 4 - 15px);
    background: #fff;
    border-radius: 7px;
    height:48px;
    font-size: 16px;
    padding:0 16px;
}
.main_foot .right input::placeholder {
    color:#9b9695;
}
.main_foot .right button {
    width: calc(100% / 4 - 15px);
    font-family: 'GmarketSans';
    font-weight: 700;
    font-size: 17px;
    color:#fff;
    border-radius: 7px;
    height:48px;
    background-color: #231815;
    line-height: 52px;
}
@media (max-width:991px) {
    .main_foot {
        padding: 0;
    }
    .main_foot .foot_btn {
        position: absolute;
        top:-22px;
        right:11px;
        width: 44px;
        height:44px;
        border-radius: 7px;
        background: var(--main-box-font-point-color);
        cursor: pointer;
    }
    .main_foot .foot_btn::before,
    .main_foot .foot_btn::after {
        content:"";
        background: #fff;
        width: 1px;
        height: 7px;
        position: absolute;
        top:12px;
    }
    .main_foot .foot_btn::before {
        transform: rotate(45deg);
        left:19px;
    }
    .main_foot .foot_btn::after {
        transform: rotate(-45deg);
        right:19px;
    }
    .main_foot .foot_btn.active::before {
        transform: rotate(-45deg);
    }
    .main_foot .foot_btn.active::after {
        transform: rotate(45deg);
    }
    .main_foot .container_fix {
        flex-direction: column;
        gap:30px;
        padding:12px 15px;
        height:58px;
        overflow: hidden;
        transition: .2s;
    }
    .main_foot .container_fix.active {
        height: auto;
    }
    .main_foot .top {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .main_foot .logo img {
        width: 43px;
    }
    .main_foot .left span {
        font-size: 11px;
        word-spacing: -1px;
        transform: translateY(2px);
        display: inline-block;
    }
    .main_foot .left p {
        font-size: 17px;
        transform: translateY(2px);
    }
    .main_foot .right {
        width: auto;
        font-size: 14px;
        font-family: 'GmarketSans';
        font-weight: 700;
        color:#231815;
    }
    .main_foot .bot {
        display: flex;
        gap:12px;
        flex-direction: column;
        width: 100%;
    }
    .main_foot .bot input {
        background: #fff;
        border-radius: 7px;
        height: 44px;
        font-size: 14.5px;
        padding:0 18px;
    }
    .main_foot .bot button {
        background: #231815;
        color:#fff;
        height: 44px;
        border-radius: 7px;
        text-align: center;
        font-size: 16px;
        font-family: 'GmarketSans';
        font-weight: 700;
        margin-top:6px;
    }
}
/*************************************************
custom3
************************************************/
html {
    scroll-behavior: smooth;
}
/*************************************************
custom4
************************************************/
/*공통 CSS*/
@media (max-width: 991px) {
    .m_header .container_fix {
        display: flex;
        align-items: center;
    }
    .m_header a.left_menu {
        position: relative;
        left: 0;
    }
    .m_header a.center_logo {
        flex-grow: 1;
    }
}

.sub_text.ca_it_mb {
    /* display: none; */
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .sub_text .orderaddress_subtit {
        background: #f7f7f7;
        font-size: 16px;
        color: #777;
        font-weight: 400;
        padding: 12px 10px;
        margin-top: 30px;
        border-radius: 12px;
    }
    .sub_text .orderaddress_subtit > span {
        display: inline-block;
        width: 15px;
        height: 15px;
        line-height: 13px;
        border: 1px solid #717171;
        border-radius: 50%;
        font-size: 9px;
        text-align: center;
        margin-right: 13px;
    }
}
@media (max-width: 480px) {
    .sub_text .orderaddress_subtit {
        font-size: 12px;
        padding: 12px 6px;
        margin-top: 20px;
        border-radius: 6px;
    }
    .sub_text .orderaddress_subtit > span {
        width: 12px;
        height: 12px;
        line-height: 10px;
        font-size: 9px;
        margin-right: 6px;
    }
}

.marker_box {
    width: 32px;
    position: relative;
    text-align: center;
}
@media (max-width: 480px) {
    .marker_box {
        width: 17px;
    }
}
/* marker_icon 스타일은 common.shop.css로 이관 (2026-06-24) */
.marker_box .marker_msg {
    display: none;
    width: 225px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #d8d8d8;
    z-index: 11;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}
@media (max-width: 991px) {
    .marker_box .marker_msg {
        top: 40px;
        z-index: 20;
        left: -50px;
        /* left: unset; */
        /* right: 0; */
        /* transform: translateX(0); */
        /* background: #652df1;
    border: 0; 
    border-radius: 5px;*/
        width: 225px;
        display: block;
        transform: translateX(-50%) scale(0);
        transform-origin: 73% top;
    }
    .marker_box .marker_msg.animation {
        animation-name: bubble;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }
    .marker_box .marker_msg.no_active {
        animation-name: bubbleEnd;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }
}
@media (max-width: 480px) {
    .marker_box .marker_msg {
        width: 175.5px;
        padding: 8px 14px;
        top: 34px;
        /* left: 2px; */
        left: -30px;
    }
}
@keyframes bubble {
    0% {
        transform: translateX(-50%) scale(0);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

@keyframes bubbleEnd {
    0% {
        transform: translateX(-50%) scale(1);
    }

    100% {
        transform: translateX(-50%) scale(0);
    }
}

.marker_box .marker_msg .msg_box {
    font-size: 16px;
    color: #0c0c0c;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
@media (max-width: 991px) {
    .marker_box .marker_msg .msg_box {
        /* color: #fff; */
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .marker_box .marker_msg .msg_box {
        font-size: 13px;
        line-height: 18.5px;
    }
}
.marker_box .marker_msg .msg_box > span {
    color: #235cf5;
}
@media (max-width: 991px) {
    .marker_box .marker_msg .msg_box > span {
        /* color: #fff; */
    }
}
.marker_box .marker_msg::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 10;
}
@media (max-width: 991px) {
    .marker_box .marker_msg::before {
        /* display: none; */
    }
}
.marker_box .marker_msg::after {
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translateX(-50%) rotate(-45deg);
}
@media (max-width: 991px) {
    .marker_box .marker_msg::after {
        /* width: 7px;
    height: 10px;
    top: -4px;
    border: 0;
    left: unset;
    right: 10px;
    transform: translateX(0) rotate(-45deg);
    border: 0;
    background: #652df1; */
        left: 76%;
    }
}
@media (max-width: 480px) {
    .marker_box .marker_msg::after {
        left: 72%;
    }
}
.marker_box .address {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 33px;
    border: 1px solid var(--main-btn-line-point-color);
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .marker_box .address {
        height: 30px;
        line-height: 28px;
    }
}
.marker_box .address a {
    display: block;
    font-size: 12px;
    color: var(--main-btn-font-point-color);
    font-weight: 500;
}

.radio_check input + label .text {
    font-size: 16px;
    color: var(--main-box-font-color2);
    font-weight: 400;
}
@media (max-width: 480px) {
    .radio_check input + label .text {
        font-size: 13px;
        color: var(--main-box-font-color4);
    }
}

/* alret창 커스텀 html > thmea > fivesense-basic > shop.tail.php */
/* 기존 알럿 css */

/* alret창 커스텀 html > thmea > fivesense-basic > shop.tail.php */
/* 기존 알럿 css */

/* 검은바 커스텀 알럿창 */

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
주문서 페이지
html > skin > apms > order > basic > orderform.skin.php
(기존에 있던 페이지는 221228 날짜로 백업함.)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/* 주문서 */
.ordersheet {
    width: 100%;
}
.ordersheet_cont {
    display: block;
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .ordersheet_cont {
        position: relative;
        margin-bottom: 0;
        padding: 40px 0;
    }
    .ordersheet_payment.ordersheet_cont {
        padding: 40px 0 70px;
    }
    .ordersheet_cont::after {
        content: "";
        width: calc(100% + 30px);
        height: 10px;
        background: #f9f9fa;
        position: absolute;
        bottom: 0;
        left: -15px;
    }
}
@media (max-width: 480px) {
    .ordersheet_cont {
        padding: 30px 0 40px;
    }
    .ordersheet_payment.ordersheet_cont {
        padding: 40px 0 70px;
    }
}
.ordersheet_title {
    font-size: 24px;
    font-weight: 500;
    color: var(--main-box-font-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #444444;
}
.ordersheet_title h3 {
    font-family: "Pretendard";
    font-weight: 500;
}

.ordersheet_text_check label {
    display: flex;
}

.ordersheet_text_check label .text {
    font-size: 15px;
    color: var(--main-box-font-color2);
    padding-left: 10px;
}


@media (max-width: 991px) {
    .ordersheet_title {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .ordersheet_text_check label .text {
        padding-left: 8px;
        font-size: 13px;
    }

    #tempPayBox .ch_check.ordersheet_text_check .radio_check_label, 
    .ordersheet_send_method .ch_check.ordersheet_text_check .radio_check_label {
        display: flex;
        align-items: center;
        padding-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .ordersheet_title {
        font-size: 16px;
        font-weight: 700;
    }
    .ordersheet_title h3 {
        font-weight: 700;
    }
}
.ordersheet_title_length .first_product_name,
.ordersheet_title_length .other_text,
.ordersheet_title_length .mobile_hidden {
    display: none;
}
@media (max-width: 991px) {
    .ordersheet_title_length .first_product_name,
    .ordersheet_title_length .other_text,
    .ordersheet_title_length .mobile_hidden {
        display: inline;
    }

    .ordersheet_title_length .other_text {
        margin-right: 15px;
        font-size: 13px;
        color: var(--main-box-font-color2);
        font-weight: 400;
    }

    .ordersheet_title_length .other_text .point_color {
        display: inline-block;
        color: var(--main-box-font-color) !important;
        font-weight: 500;
    }

    .ordersheet_title_length .other_text .point_color .product_length {
        display: inline-block;
    }
}
.ordersheet_title_arrow {
    display: flex;
    width: 16px;
    height: 9px;
    position: relative;
    right: 0;
    transition: all 0.3s ease;
}
.ordersheet_title_arrow .arrow {
    width: 2px;
    height: 11px;
    background: #555555;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 4px;
}
.ordersheet_title_arrow .arrow:last-child {
    left: auto;
    right: 3px;
    transform: rotate(-45deg);
}
.ordersheet_title_arrow.active {
    transform: rotate(180deg);
}
@media (max-width: 991px) {
    .ordersheet_title_arrow.active {
        top: 4px;
    }
}
@media (max-width: 480px) {
    .ordersheet_title_arrow {
        width: 12px;
        height: 7px;
    }
    .ordersheet_title_arrow .arrow {
        width: 1px;
        height: 9px;
        left: 3px;
    }
    .ordersheet_title_arrow .arrow:last-child {
        left: auto;
        right: 2px;
    }
    .ordersheet_title_arrow.active {
        top: 0;
    }
}
.ordersheet_title_length {
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .ordersheet_title_length .ordersheet_length {
        display: block;
        margin-right: 15px;
        padding: 0;
        border: 0;
    }
    /* .ordersheet_title_length.active .ordersheet_length > .other_text{
    display: none;
  } */
}
@media (max-width: 991px) {
    .ordersheet_title_length .ordersheet_length {
        display: none;
    }
    .ordersheet_title_length .ordersheet_length .mobile_hidden {
        display: none;
    }
    .ordersheet_title_length .ordersheet_length .first_product_name {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-inline-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 1.1;
        height: 1.1em;
        position: relative;
        top: 3px;
    }
}
@media (max-width: 480px) {
    .ordersheet_title_length .ordersheet_length .first_product_name {
        max-width: 150px;
    }
}
.ordersheet_inner {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    display: none;
    align-items: center;
}
.ordersheet_inner:first-child {
    padding-top: 30px;
}
.ordersheet_inner:last-child {
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .ordersheet_inner {
        margin-bottom: 20px;
        padding-bottom: 0;
        border-bottom: none;
        position: relative;
    }
    .ordersheet_inner:first-child {
        padding-top: 10px;
    }
    .ordersheet_inner + .ordersheet_inner {
        border-bottom: 1px solid #eeeeee;
    }
    .ordersheet_inner + .ordersheet_inner::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #eee;
        position: absolute;
        top: -20px;
        left: 0;
    }
}
.ordersheet_inner .image {
    width: 130px;
    border-radius: 5px;
    overflow: hidden;
}
.ordersheet_inner .image img {
    width: 100%;
}
@media (max-width: 480px) {
    .ordersheet_inner .image {
        width: 78px;
        min-width: 78px;
        height: 78px;
        border-radius: 3px;
        overflow: hidden;
    }
    .ordersheet_inner .image img {
        height: 83px;
        position: relative;
        top: -5px;
        object-fit: cover;
    }
}
.ordersheet_inner .content {
    width: calc(100% - 230px);
    padding-left: 20px;
}
.ordersheet_inner .content_subname {
    font-size: 13px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 4px;
    line-height: 1.5;
}
.ordersheet_inner .content_name {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-box-font-color);
    line-height: 1.5;
    margin-bottom: 10px;
}
.ordersheet_inner .content_option {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    /*
  li::after{
      content:"";
      width:1px;
      height:15px;
      background:#c7c7c7;
      position:absolute;
      right:-10px;
      top:2px;
      @include responsive-991(){display: none;}
  }
  */
}
.ordersheet_inner .content_option li {
    position: relative;
    font-size: 14px;
    color: var(--main-box-font-color2);
    margin-bottom: 15px;
    width: 100%;
}
@media (max-width: 991px) {
    .ordersheet_inner .content_option li {
        margin-bottom: 10px;
    }
}
.ordersheet_inner .content_option li:last-child {
    margin-bottom: 0;
}
.ordersheet_inner .content_option li:last-child::after {
    display: none;
}
.ordersheet_inner .content_price {
    display: flex;
    align-items: baseline;
}
.ordersheet_inner .content_price li {
    font-size: 16px;
    color: var(--main-box-font-color);
    margin-right: 10px;
    font-weight: 600;
}
.ordersheet_inner .content_price li:last-child {
    margin-right: 0;
    font-size: 14px;
    color: var(--main-box-font-color2);
}
@media (max-width: 480px) {
    .ordersheet_inner .content {
        width: 100%;
        padding-left: 18px;
    }
    .ordersheet_inner .content_subname {
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 1px;
    }
    .ordersheet_inner .content_name {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 22.5px;
    }
    .ordersheet_inner .content_option {
        margin-bottom: 0;
    }
    .ordersheet_inner .content_option li {
        font-size: 12px;
        margin-right: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        /* 2024-07-29 (주)파이브센스_FIVESENSES.Corp */
        /* height: 12px; */
    }
    .ordersheet_inner .content_option li::after {
        top: 0;
        right: -8px;
        height: 12px;
    }
    .ordersheet_inner .content_price {
        margin-top: 7px;
    }
    .ordersheet_inner .content_price li {
        font-size: 12px;
        margin-right: 6px;
    }
    .ordersheet_inner .content_price li:last-child {
        font-size: 12px;
    }
    .ordersheet_inner .content_price li span {
        font-size: 14px;
    }
}
.ordersheet_inner .coupon {
    width: 100px;
    text-align: right;
}
.ordersheet_inner .coupon button {
    padding: 0 20px;
    width: 100px;
    height: 46px;
    line-height: 44px;
    color: #fff;
    border-radius: 5px !important;
    font-size: 16px;
    cursor: pointer;
    border: none;
}
.ordersheet_inner .coupon button.cp_btn {
    background: #235cf5;
}
.ordersheet_inner .coupon button.cp_cancel {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .ordersheet_inner .coupon button {
        margin-left: 2.28%;
        padding: 0 15px;
        text-align: center;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .ordersheet_inner .coupon button {
        height: 40px;
        line-height: 38px;
        width: 80px;
        font-weight: 500;
    }
}
.ordersheet_length {
    padding: 39.5px 0;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    color: var(--main-box-font-color);
    font-weight: 500;
    display: none;
}
.ordersheet_length.active {
    display: block;
}
.ordersheet_length .point_color {
    color: #235cf5;
}
.ordersheet_length div {
    display: inline;
}
@media (max-width: 991px) {
    .ordersheet_length {
        display: none;
    }
    /* .ordersheet_length.active {
    display: none;
  } */
}
@media (max-width: 480px) {
    .ordersheet_length {
        font-size: 13px;
    }
}
.ordersheet .ordersheet_write {
    padding-top: 25px;
}
.ordersheet .ordersheet_write_input {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input {
        flex-wrap: wrap;
        margin-bottom: 23px;
    }
}
.ordersheet .ordersheet_write_input:last-child {
    margin-bottom: 0;
}
.ordersheet .ordersheet_write_input.w485 {
    width: 485px;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input.w485 {
        width: 100%;
    }
}
.ordersheet .ordersheet_write_input.w490 {
    width: 490px;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input.w490 {
        width: 100%;
    }
}
.ordersheet .ordersheet_write_input.w615 {
    width: 615px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ordersheet .ordersheet_write_input.w615 > label {
    position: relative;
    top: 13px;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input.w615 {
        width: 100%;
    }
    .ordersheet .ordersheet_write_input.w615 > label {
        top: 0;
    }
}
.ordersheet .ordersheet_write_input.w620 {
    width: 620px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ordersheet .ordersheet_write_input.w620 > label {
    position: relative;
    top: 13px;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input.w620 {
        width: 100%;
    }
    .ordersheet .ordersheet_write_input.w620 > label {
        top: 0;
    }
}
.ordersheet .ordersheet_write_input.w100p {
    width: 100%;
}
.ordersheet .ordersheet_write_input label {
    width: 115px;
    font-size: 16px;
    color: var(--main-box-font-color2);
    font-weight: 400;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input label {
        width: 100%;
        margin-bottom: 11px;
    }
}
@media (max-width: 480px) {
    .ordersheet .ordersheet_write_input label {
        font-size: 14px;
    }
}
.ordersheet .ordersheet_write_input input {
    width: calc(100% - 115px);
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-size: 16px;
    color: #0c0c0c;
    background-color: #fff;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input input {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .ordersheet .ordersheet_write_input input {
        font-size: 14px;
        height: 40px;
        line-height: 38px;
    }
}
.ordersheet .ordersheet_write_input input:focus {
    border-color: var(--main-box-line-point-color);
}
.ordersheet .ordersheet_write_input textarea {
    width: calc(100% - 115px);
    resize: none;
    outline: none;
    box-shadow: none;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 1.5;
    color: #0c0c0c;
    background-color: #fff;
    padding: 15px;
}
.ordersheet .ordersheet_write_input textarea:focus {
    border-color: var(--main-box-line-point-color);
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input textarea {
        width: 100%;
        border-radius: 2.5px;
    }
}
@media (max-width: 480px) {
    .ordersheet .ordersheet_write_input textarea {
        height: 77px;
        font-size: 14px;
        padding: 10px 15px;
    }
}
.ordersheet .ordersheet_write .b_hp .msg-box {
    margin-left: 115px;
    margin-top: -2px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #ff0000;
}
.ordersheet .ordersheet_write_input.member {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input.member {
        flex-wrap: nowrap;
    }
}
.ordersheet .ordersheet_write_input.member :last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input.member label {
        width: 115px;
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    .ordersheet .ordersheet_write_input.member label {
        width: 85px;
    }
}
.ordersheet .ordersheet_write_input.member input {
    color: var(--main-box-font-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: normal;
    cursor: default;
    padding: 0;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input.member input {
        width: calc(100% - 115px);
    }
}
@media (max-width: 480px) {
    .ordersheet .ordersheet_write_input.member input {
        width: calc(100% - 85px);
    }
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input.member .ordersheet_write_addr_wrap {
        width: calc(100% - 115px);
    }
}
.ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap {
    width: calc(100% - 115px);
}
.ordersheet .ordersheet_write_input.w620 .ordersheet_write_addr_wrap {
    width: calc(100% - 120px);
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap,
    .ordersheet .ordersheet_write_input.w620 .ordersheet_write_addr_wrap {
        width: 100%;
    }
}
.ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .ordersheet_write_addr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .ordersheet_write_addr:last-child {
    margin-bottom: 0;
}
.ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .ordersheet_write_addr #daum_juso_pageod_b_zip {
    margin-top: 20px !important;
    margin-bottom: 8px !important;
    max-height: 400px;
}
.ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .ordersheet_write_addr #daum_juso_pageod_zip,
.ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .ordersheet_write_addr.maxh400 > div {
    max-height: 400px;
}
.ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .left_label {
    width: calc(100% - 130px);
    margin-bottom: 0;
}

@media (max-width:991px) {
    .ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .left_label {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .left_label {
        width: calc(100% - 83px);
    }
}
.ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .right_label {
    width: 120px;
    margin-left: 10px;
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .right_label {
        width: 75px;
        margin-left: 8px;
    }
}
.ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .right_label button {
    width: 100%;
    height: 45px;
    line-height: 43px;
    background: var(--main-btn-point-color);
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
    border: 0;
}
@media (max-width: 480px) {
    .ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap .right_label button {
        height: 40px;
        line-height: 38px;
        font-size: 12px;
        border-radius: 2.5px;
        font-weight: 500;
    }
}
.ordersheet .ordersheet_write_input .ordersheet_write_addr_wrap input {
    width: 100%;
}
.ordersheet .ordersheet_write_addr_btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.ordersheet .ordersheet_write_addr_btn .shipping_pop_open {
    display: inline-flex;
    position: relative;
    color: var(--main-box-font-point-color);
    height: 16px;
    font-size: 16px;
}
.ordersheet .ordersheet_write_addr_btn .shipping_pop_open::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--main-box-line-point-color);
    position: absolute;
    bottom: -5px;
    left: 0;
}
@media (max-width: 480px) {
    .ordersheet .ordersheet_write_addr_btn .shipping_pop_open {
        font-size: 13px;
        height: 12px;
        bottom: -4px;
        color: #666666;
    }
    .ordersheet .ordersheet_write_addr_btn .shipping_pop_open::after {
        background: #666666;
    }
}
.ordersheet .ordersheet_write_caption {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}
@media (max-width: 991px) {
    .ordersheet .ordersheet_write_caption {
        text-align: left;
        width: 100%;
        margin-top: -10px;
    }
}
@media (max-width: 480px) {
    .ordersheet .ordersheet_write_caption {
        font-size: 11px;
        margin-top: -15px;
    }
}
.ordersheet_paytab {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 480px) {
    .ordersheet_paytab {
        padding: 0;
    }
}
.ordersheet_paytab_left {
    width: 70%;
}
.ordersheet_paytab_right {
    width: 25.834%;
    position: sticky;
    top: 150px;
    margin-bottom: 0;
}
.ordersheet_paytab_right .paytab_tt {
    font-size: 24px;
    color: var(--main-box-font-color);
    font-weight: 500;
    margin-bottom: 26px;
}
@media (max-width: 480px) {
    .ordersheet_paytab_right .paytab_tt {
        font-size: 15.5px;
        font-weight: 600;
    }
}
.ordersheet_paytab_right .paytab_con {
    background: #fafafa;
    border: 1px solid #f2f2f2;
    padding: 30px;
}
@media (max-width: 991px) {
    .ordersheet_paytab_right .paytab_con {
        background: none;
        border: none;
        padding: 30px 0 10px;
    }
}
.ordersheet_paytab_right .paytab_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .ordersheet_paytab_right .paytab_price {
        margin-bottom: 18px;
    }
}
.ordersheet_paytab_right .paytab_price_obj {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    margin-bottom: 17px;
}
@media (max-width: 991px) {
    .ordersheet_paytab_right .paytab_price_obj {
        margin-bottom: 0;
        color: var(--main-box-font-color1);
    }
}
@media (max-width: 480px) {
    .ordersheet_paytab_right .paytab_price_obj {
        font-size: 15px;
    }
}
.ordersheet_paytab_right .paytab_price_obj.sub {
    padding-left: 15px;
    position: relative;
}
.ordersheet_paytab_right .paytab_price_obj.sub:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #dcdcdc;
    border-width: 0 0 1px 1px;
    position: absolute;
    top: 5px;
    left: 0;
}
.ordersheet_paytab_right .paytab_price_obj.sub:nth-last-child(2) {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .ordersheet_paytab_right .paytab_price_obj.sub:nth-last-child(2) {
        margin-bottom: 0;
    }
    .ordersheet_paytab_right .paytab_price_obj.sub:nth-child(3) {
        margin-top: 14px;
        color: var(--main-box-font-color4);
    }
}
.ordersheet_paytab_right .paytab_price_num {
    color: #0c0c0c;
    font-size: 18px;
    font-weight: 400;
    width: 50%;
    text-align: right;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .ordersheet_paytab_right .paytab_price_num {
        margin-bottom: 0;
        color: var(--main-box-font-color);
    }
}
@media (max-width: 480px) {
    .ordersheet_paytab_right .paytab_price_num {
        font-size: 15px;
    }
    .ordersheet_paytab_right .paytab_price_num > span {
        font-size: 16px;
    }
}
.ordersheet_paytab_right .paytab_price_num.sub:nth-last-child(1) {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .ordersheet_paytab_right .paytab_price_num.sub:nth-last-child(1) {
        margin-bottom: 0;
    }
    .ordersheet_paytab_right .paytab_price_num.sub:nth-child(4) {
        margin-top: 14px;
    }
}
.ordersheet_paytab_right .paytab_price.total {
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
}
.ordersheet_paytab_right .paytab_price.total div {
    margin-bottom: 0;
}
.ordersheet_paytab_right .paytab_price.total span {
    font-size: 25px;
    font-weight: 600;
    margin-right: 3px;
    display: inline-block;
}
@media (max-width: 480px) {
    .ordersheet_paytab_right .paytab_price.total span {
        font-size: 20px;
    }
}
.ordersheet_paytab_right .paytab_price.point {
    width: 100%;
    margin-top: 12px;
}
@media (max-width: 480px) {
    .ordersheet_paytab_right .paytab_price.point {
        margin-top: 7px;
    }
}
.ordersheet_paytab_right .paytab_price.point .paytab_price_point {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ordersheet_paytab_right .paytab_price.point .paytab_price_point div {
    font-size: 13px;
    font-weight: 300;
}
.ordersheet_paytab_right .paytab_price.point .paytab_price_point div .point_sticker {
    display: block;
    width: 33px;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    background: var(--main-box-font-point-color);
    font-size: 11px;
    color: #fff;
    text-align: center;
}
@media (max-width: 480px) {
    .ordersheet_paytab_right .paytab_price.point .paytab_price_point div .point_sticker {
        font-weight: 400;
        line-height: 18px;
    }
}
.ordersheet_paytab_right .paytab_price.point .paytab_price_point div.point_num {
    color: #444;
    position: relative;
    top: 1px;
    font-weight: 400;
}
@media (max-width: 991px) {
    .ordersheet_paytab_right .paytab_price.point .paytab_price_point div.point_num {
        color: var(--main-box-font-color1);
    }
}
@media (max-width: 480px) {
    .ordersheet_paytab_right .paytab_price.point .paytab_price_point div.point_num {
        top: 0;
        font-weight: 400;
    }
}
.ordersheet_paytab_right .paytab_price.point .paytab_price_point div.point_txt {
    color: var(--main-box-font-color3);
}
.ordersheet_paytab_right .paytab_price.point .paytab_price_point div + div {
    margin-left: 7px;
}
.ordersheet_paytab_right .paytab_price .sub {
    color: #999;
    font-size: 14px;
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    .ordersheet_paytab_right .paytab_price .sub {
        color: var(--main-box-font-color4);
    }
}
@media (max-width: 480px) {
    .ordersheet_paytab_right .paytab_price .sub {
        font-size: 12px;
    }
    .ordersheet_paytab_right .paytab_price .sub span {
        font-size: inherit;
    }
}
@media (max-width: 991px) {
    .ordersheet_paytab {
        flex-direction: column;
    }
    .ordersheet_paytab_left {
        width: 100%;
    }
    .ordersheet_paytab_right {
        width: 100%;
        position: relative;
        top: 0;
    }
}
@media (max-width: 480px) {
    .ordersheet_paytab #mobile_payment {
        position: relative;
        padding: 0 0 40px;
    }
    .ordersheet_paytab #mobile_payment::after {
        content: "";
        display: block;
        width: 110%;
        height: 10px;
        background: #f9f9fa;
        position: absolute;
        left: -15px;
        bottom: 30px;
    }
}
.ordersheet_cp_input {
    padding: 25px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.ordersheet_cp_input:first-child {
    /* border-bottom: 1px solid #eee; */
}
.ordersheet_point_con.use_point_con .ordersheet_cp_input {
    padding-bottom: 0;
}
@media (max-width: 480px) {
    .ordersheet_cp_input {
        padding: 10px 0;
    }
    .ordersheet_cp_input:first-child {
        border-bottom: none;
    }
}
.ordersheet_cp_tt {
    color: var(--main-box-font-color1);
    font-size: 16px;
    font-weight: 400;
    width: 38.21%;
    line-height: 46px;
}
.ordersheet_cp_btn {
    width: 100%;
}
.ordersheet_cp_btn button {
    display: block;
    background: #f9f9f9 url(../img/icon_order_cp.png) no-repeat calc(100% - 15px) center;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    height: 46px;
    line-height: 44px;
    text-align: left;
    color: #999;
    font-size: 16px;
    font-weight: 300;
}
.ordersheet_cp_btn button.coupon_cancel {
    background: #235cf5;
    border: none;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    width: auto;
}
@media (max-width: 480px) {
    .ordersheet_cp_btn button.coupon_cancel {
        font-size: 12px;
        width: 22.72%;
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .ordersheet_cp_btn button {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        border-radius: 2.5px;
        background-size: 5px 9px;
    }
}
.ordersheet_cp_btn .coupon_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
}
@media (max-width: 480px) {
    .ordersheet_cp_btn .coupon_list {
        font-size: 13px;
    }
}
.ordersheet_cp_btn.point {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ordersheet_cp_btn.point .input_box {
    position: relative;
    width: 36.527%;
}
.ordersheet_cp_btn.point .input_box input {
    width: 100%;
    height: 46px;
    line-height: 44px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 0 15px;
    color: #999;
    font-size: 16px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .ordersheet_cp_btn.point .input_box {
        width: calc(100% - 83px);
        padding-left: 0;
    }
}
@media (max-width: 480px) {
    .ordersheet_cp_btn.point .input_box input {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        border-radius: 2.5px;
        font-weight: 300;
    }
}
.ordersheet_cp_btn.point .input_box .del_point {
    background: #b7b7b7;
    display: block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%) rotate(0);
    cursor: pointer;
}
@media (max-width: 991px) {
    .ordersheet_cp_btn.point .input_box .del_point {
        width: 14px;
        height: 14px;
    }
}
.ordersheet_cp_btn.point .input_box .del_point:before {
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ordersheet_cp_btn.point .input_box .del_point:after {
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 991px) {
    .ordersheet_cp_btn.point .input_box .del_point:before,
    .ordersheet_cp_btn.point .input_box .del_point:after {
        height: 7px;
    }
}
.ordersheet_cp_btn.point .btn_all_point {
    margin-left: 10px;
    padding: 0 28.32px;
    height: 46px;
    line-height: 44px;
    color: #fff;
    background: var(--main-btn-point-color);
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .ordersheet_cp_btn.point .btn_all_point {
        width: 22.72%;
        margin-left: 2.28%;
        text-align: center;
        font-size: 12px;
        padding: 0 13px;
        border-radius: 2.5px;
        width: 75px;
        margin-left: 8px;
        font-size: 500;
    }
}
@media (max-width: 480px) {
    .ordersheet_cp_btn.point .btn_all_point {
        height: 40px;
        line-height: 38px;
    }
}
.ordersheet_cp_btn.point #sod_frm_pt {
    display: block;
    width: 100%;
    margin-top: 15px;
    color: var(--main-box-font-color4);
    font-size: 14px;
}
.ordersheet_cp_btn.point #sod_frm_pt span {
    color: var(--main-box-font-color);
    font-weight: 600;
}
@media (max-width: 480px) {
    .ordersheet_cp_btn.point #sod_frm_pt {
        font-size: 13px;
        margin-top: 13px;
    }
}
@media (max-width: 991px) {
    .ordersheet_cp_tt {
        display: none;
    }
}
@media (max-width: 480px) {
    .ordersheet_cp .ordersheet_title {
        margin-bottom: 30px;
    }
}
.ordersheet_cp_con {
    /* border-bottom: 1px solid #eeeeee; */
}
.ordersheet_point_con {
    border-top: 1px solid #eeeeee;
}
.ordersheet_payment_con,
.ordersheet_send_method_con_box {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.ordersheet_send_method_con_box {
    padding-bottom: 15px;
}
.ordersheet_payment_con > span,
.ordersheet_send_method_con_box .radio_check {
    position: relative;
    margin: 5px;
    width: calc(25% - 10px);
}
.ordersheet_payment_con > span input[type="radio"],
.ordersheet_send_method_con_box .radio_check input[type="radio"] {
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.ordersheet_payment_con > span input[type="radio"] + label,
.ordersheet_send_method_con_box .radio_check input[type="radio"] + label {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    position: relative;
    min-width: 180px;
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 55px;
    line-height: 53px;
    border-radius: 5px;
    color: var(--main-btn-font-color);
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
}
.ordersheet_send_method_con_box .radio_check input[type="radio"] + label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.ordersheet_send_method_con_box .radio_check input[type="radio"] + label .img img.on {
    display: none;
}
.ordersheet_payment_con > span input[type="radio"] + label .icon_pay,
.ordersheet_send_method_con_box .radio_check input[type="radio"] + label .send_method_price {
    display: block;
    padding: 0 8px;
    height: 22px;
    line-height: 18px;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -11px;
    left: 6px;
}

.ordersheet_send_method_con_box .radio_check input[type="radio"] + label .send_method_price {
    display: none;
    font-size: 11px;
    color: var(--main-box-font-color2);
    line-height: 19px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}
.ordersheet_send_method_con_box .radio_check input[type="radio"]:checked + label .send_method_price {
    display: block;
}
.ordersheet_payment_con > span input[type="radio"] + label .icon_pay img {
    margin-right: 5px;
    display: inline-block;
}
.ordersheet_payment_con > span input[type="radio"] + label .icon_pay.naver {
    background: #04cf5c;
    color: #fff;
}
.ordersheet_payment_con > span input[type="radio"] + label .icon_pay.kakao {
    background: #fae100;
    color: #3a2020;
    left: 60px;
}
.ordersheet_payment_con > span input[type="radio"]:checked + label,
.ordersheet_send_method_con_box .radio_check input[type="radio"]:checked + label {
    background: var(--main-btn-point-color);
    border-color: var(--main-btn-line-point-color);
    color: #fff;
    font-weight: 500;
}

.ordersheet_send_method_con_box .radio_check input[type="radio"]:checked + label .text {
    color: #fff;
}
.ordersheet_send_method_con_box .radio_check input[type="radio"]:checked + label .img img.off {
    display: none;
}
.ordersheet_send_method_con_box .radio_check input[type="radio"]:checked + label .img img.on {
    display: block;
}
.ordersheet_send_method .pickup_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    min-height: 55px;
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: var(--main-box-font-color1);
}
.ordersheet_payment #settle_bank {
    padding: 25px 0;
    border-top: 1px solid #eeeeee;
    border-width: 1px 0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ordersheet_payment #settle_bank .input-box {
    width: 47.87%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.ordersheet_payment #settle_bank .input-box label {
    width: 86px;
    margin: 0;
    color: var(--main-box-font-color);
    font-size: 16px;
    font-weight: 400;
}
.ordersheet_payment #settle_bank .input-box .settle_input {
    padding: 0 15px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-size: 16px;
    color: #0c0c0c;
    background-color: #fff;
    width: calc(100% - 86px);
}
.ordersheet_payment #settle_bank .input-box .settle_input:focus {
    border-color: var(--main-box-line-point-color);
}
.ordersheet_payment #settle_bank .input-box select {
    appearance: none;
}
.ordersheet_payment #settle_bank .input-box span.arrow {
    width: 6px;
    height: 5px;
    display: block;
    position: absolute;
    top: 23px;
    right: 15px;
}
.ordersheet_payment #settle_bank .input-box span.arrow::before,
.ordersheet_payment #settle_bank .input-box span.arrow::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #242424;
}
.ordersheet_payment #settle_bank .input-box span.arrow::before {
    right: 4px;
    transform: rotate(45deg);
}
.ordersheet_payment #settle_bank .input-box span.arrow::after {
    transform: rotate(-45deg);
}
@media (max-width: 991px) {
    .ordersheet_payment #settle_bank .input-box span.arrow {
        top: 47px;
    }
}
.ordersheet_payment_agree .radio_check input + label {
    color: var(--main-box-font-color);
    font-size: 18px;
    font-weight: 600;
}
.ordersheet_payment_agree_desc {
    margin-top: 25px;
}
.ordersheet_payment_agree_desc a {
    color: var(--main-box-font-color);
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.ordersheet_payment_agree_desc a span {
    color: var(--main-box-font-color4);
}
.ordersheet_payment_agree_desc a img {
    margin-left: 18px;
    height: 13px;
    position: relative;
    top: -2px;
    display: inline-block;
}
@media (max-width: 991px) {
    .ordersheet_payment_agree_desc a img {
        top: 5px;
        position: absolute;
        height: 11px;
    }
}
.ordersheet_payment_agree_li {
    margin-top: 15px;
}
.ordersheet_payment_agree_li li {
    font-size: 13px;
    color: var(--main-box-font-color4);
    line-height: 23px;
}
@media (max-width: 480px) {
    .ordersheet_payment_agree {
        position: relative;
        padding: 40px 0 0;
    }
    .ordersheet_payment_agree::before {
        content: "";
        display: block;
        width: 110%;
        height: 10px;
        background: #f9f9fa;
        position: absolute;
        left: -15px;
        top: 0;
    }
}
@media (max-width: 991px) {
    .ordersheet_payment_con,
    .ordersheet_send_method_con_box {
        margin: 0;
    }
    .ordersheet_send_method_con_box {
        padding-bottom: 10px;
    }
    .ordersheet_payment_con > span,
    .ordersheet_send_method_con_box .radio_check {
        width: calc(50% - 5px);
    }
    .ordersheet_payment_con > span:nth-child(2n-1),
    .ordersheet_send_method_con_box .radio_check:nth-child(2n-1) {
        margin-left: 0;
    }
    .ordersheet_payment_con > span:nth-child(2n),
    .ordersheet_send_method_con_box .radio_check:nth-child(2n) {
        margin-right: 0;
    }
    .ordersheet_payment_con > span input[type="radio"] + label,
    .ordersheet_send_method_con_box .radio_check input[type="radio"] + label {
        width: 100%;
        min-width: initial;
        border-radius: 2.5px;
    }
    .ordersheet_send_method .pickup_wrap {
        flex-direction: column;
        gap: 5px;
        border-radius: 2.5px;
    }
    .ordersheet_payment #settle_bank {
        flex-direction: column;
        border-bottom: none;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .ordersheet_payment #settle_bank .input-box {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .ordersheet_payment #settle_bank .input-box:last-child {
        margin-bottom: 0;
    }
    .ordersheet_payment #settle_bank .input-box label {
        width: 100%;
    }
    .ordersheet_payment #settle_bank .input-box .settle_input {
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .ordersheet_payment_con > span input[type="radio"] + label,
    .ordersheet_send_method_con_box .radio_check input[type="radio"] + label {
        height: 45px;
        line-height: 43px;
        font-size: 15px;
    }
    .ordersheet_payment_con > span input[type="radio"] + label .icon_pay,
    .ordersheet_send_method_con_box .radio_check input[type="radio"] + label .send_method_price {
        padding: 0 6px;
        height: 18px;
        line-height: 15px;
        font-size: 10px;
    }
    .ordersheet_payment_con > span input[type="radio"] + label .icon_pay img {
        height: 8px;
        margin-right: 3px;
    }
    .ordersheet_payment_con > span input[type="radio"] + label .icon_pay.kakao {
        left: 50px;
    }
    .ordersheet_send_method .pickup_wrap {
        font-size: 13px;
    }
    .ordersheet_payment #settle_bank .input-box label {
        width: 100%;
        font-size: 16px;
    }
    .ordersheet_payment #settle_bank .input-box .settle_input {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        border-radius: 2.5px;
    }
    .ordersheet_payment_agree_desc {
        margin-top: 20px;
    }
    .ordersheet_payment_agree_desc a {
        display: block;
        font-size: 13px;
        width: 100%;
        position: relative;
    }
    .ordersheet_payment_agree_desc a img {
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }
    .ordersheet_payment_agree_li li {
        font-size: 11px;
        line-height: 15px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .ordersheet_payment_agree_li li span {
        width: 8px;
        text-align: left;
    }
}

.ordersheet_proof_of_payment .proof_of_payment_tab {
    margin: 0 -7.5px;
}
.ordersheet_proof_of_payment .proof_of_payment_tab > span {
    position: relative;
    margin: 25px 5px;
    width: calc(33% - 10px);
    display: inline-block;
}
.ordersheet_proof_of_payment .proof_of_payment_tab > span input[type="radio"] {
    display: none;
}
.ordersheet_proof_of_payment .proof_of_payment_tab > span input[type="radio"] + label {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    position: relative;
    min-width: 180px;
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 55px;
    line-height: 53px;
    border-radius: 5px;
    color: var(--main-box-font-color);
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
}
.ordersheet_proof_of_payment .proof_of_payment_tab > span input[type="radio"]:checked + label {
    background: var(--main-btn-point-color);
    border-color: var(--main-btn-line-point-color);
    color: #fff;
    font-weight: 500;
}
.ordersheet_proof_of_payment .proof_of_payment_cont {
    padding-top: 5px;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax {
    padding-bottom: 15px;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row {
    position: relative;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row + .proof_tax_row {
    margin-top: 20px;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row .pr_tax {
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    position: absolute;
    top: 20px;
    right: 30px;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row #proof_tax_add {
    display: block;
    width: 26px;
    height: 26px;
    background-color: var(--main-btn-point-color);
    border-radius: 50%;
    position: relative;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row #proof_tax_add::before,
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row #proof_tax_add::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row #proof_tax_add::before {
    width: 8px;
    height: 2px;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row #proof_tax_add::after {
    width: 2px;
    height: 8px;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row .proof_tax_remove {
    display: block;
    width: 26px;
    height: 26px;
    background-color: #e9e9e9;
    border-radius: 50%;
    position: relative;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row .proof_tax_remove::before {
    content: "";
    display: block;
    background-color: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 2px;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row:nth-child(1) .proof_tax_remove {
    display: none;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_cash {
    padding-bottom: 15px;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .input-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .input-box.w620 {
    align-items: flex-start;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .input-box label {
    width: 120px;
    color: #0c0c0c;
    margin-bottom: 0;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_cash .input-box {
    width: 550px;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_cash .input-box label {
    width: 160px;
    white-space: nowrap;
    color: var(--main-box-font-color);
}
.ordersheet_proof_of_payment .proof_of_payment_cont .proof_cash .input-box .settle_input {
    width: calc(100% - 160px);
}
.ordersheet_proof_of_payment .proof_of_payment_cont .input-box input {
    width: calc(100% - 120px);
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-size: 16px;
    color: #0c0c0c;
    background-color: #fff;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .input-box .ordersheet_write_addr input {
    width: 100%;
}
.ordersheet_proof_of_payment .proof_of_payment_cont .input-box input:focus {
    border-color: var(--main-box-line-point-color);
}
.ordersheet_payment .proof_cash .input-box .settle_input {
    padding: 0 15px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-size: 16px;
    color: #0c0c0c;
    background-color: #fff;
    width: calc(100% - 120px);
}
.ordersheet_payment .proof_cash .input-box select {
    appearance: none;
}
.ordersheet_payment .proof_cash .input-box span.arrow {
    width: 6px;
    height: 5px;
    display: block;
    position: absolute;
    top: 23px;
    right: 15px;
}
.ordersheet_payment .proof_cash .input-box span.arrow::before,
.ordersheet_payment .proof_cash .input-box span.arrow::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #242424;
}
.ordersheet_payment .proof_cash .input-box span.arrow::before {
    right: 4px;
    transform: rotate(45deg);
}
.ordersheet_payment .proof_cash .input-box span.arrow::after {
    transform: rotate(-45deg);
}
@media (max-width: 991px) {
    .ordersheet_proof_of_payment {
        position: relative;
        padding-top: 40px;
        /* margin-top: 30px; */
    }
    .ordersheet_proof_of_payment::before {
        content: "";
        display: block;
        width: 110%;
        height: 10px;
        background: #f9f9fa;
        position: absolute;
        left: -15px;
        top: 0;
    }
    .ordersheet_proof_of_payment .proof_of_payment_tab {
        margin: 0 -5px 0;
        padding-top: 25px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_tab > span {
        width: calc(50% - 12px);
        margin: 5px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_tab > span input[type="radio"] + label {
        border-radius: 2.5px;
        min-width: initial;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont {
        padding-top: 15px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row {
        padding: 40px 15px 15px;
        border-radius: 2.5px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row .pr_tax {
        top: 15px;
        right: 15px;
        gap: 6px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row #proof_tax_add {
        width: 25px;
        height: 25px;
        background-color: #7145e4;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row #proof_tax_add::before {
        width: 9px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row #proof_tax_add::after {
        height: 9px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .proof_tax .proof_tax_row .proof_tax_remove {
        width: 25px;
        height: 25px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont > div {
        border-top: 1px solid #e7e7e7;
        padding-top: 20px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .input-box {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .input-box.mob_mar_top {
        margin-top: -7px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .input-box.mob_mar_bot {
        margin: 0;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .proof_cash .input-box {
        width: 100%;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .input-box label {
        width: 100%;
        margin-bottom: 10px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .proof_cash .input-box label {
        width: 100%;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .input-box input {
        width: 100%;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .proof_cash .input-box .settle_input {
        width: 100%;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .input-box input {
        border-radius: 2.5px;
    }
    .ordersheet_payment .proof_cash .input-box .settle_input {
        width: 100%;
        border-radius: 2.5px;
    }
    .ordersheet_payment .proof_cash .input-box span.arrow {
        display: none;
    }
}
@media (max-width: 480px) {
    .ordersheet_proof_of_payment .proof_of_payment_tab > span input[type="radio"] + label {
        font-size: 15px;
        line-height: 41px;
        height: 43px;
    }
    .ordersheet_payment .proof_cash .input-box .settle_input {
        font-size: 14px;
        height: 40px;
        line-height: 38px;
    }
    .ordersheet_proof_of_payment .proof_of_payment_cont .input-box input {
        font-size: 14px;
        height: 40px;
        line-height: 38px;
    }
}

.regbtn-wrap #display_pay_button {
    text-align: center;
}
.regbtn-wrap #display_pay_button input {
    height: 60px;
    line-height: 58px;
    background: #235cf5;
    border-radius: 5px !important;
    min-width: 240px;
    width: auto;
    float: none;
    font-size: 17px;
    font-weight: 500;
    margin-right: 0;
    margin-left: 38%;
}
.regbtn-wrap #display_pay_button a {
    display: none !important;
}
@media (max-width: 991px) {
    /* 2024-09-03 (주)파이브센스_FIVESENSES.Corp. */
    .regbtn-wrap #show_req_btn {
        width: 100%;
    }
    /* 2024-09-04 (주)파이브센스_FIVESENSES.Corp. */
    .regbtn-wrap #show_pay_btn {
        width: 100%;
    }
    /* 2024-08-01 (주)파이브센스_FIVESENSES.Corp. */
    .regbtn-wrap #display_pay_button {
        padding-top: 0;
        padding-bottom: 0;
    }
    .regbtn-wrap #display_pay_button input {
        margin-left: 0;
        height: 45px !important;
        line-height: 45px !important;
        font-size: 15px;
        font-weight: 600;
        border-radius: 2.5px !important;
        padding: 0 10px !important;
    }
    .regbtn-wrap.fixed {
        width: 100%;
        background: #fff;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10;
        margin-top: 0;
        padding: 10px 15px;
        border: 1px solid #ebebeb;
    }
    .regbtn-wrap.fixed #display_pay_button input {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .regbtn-wrap #display_pay_button input {
        height: 46px;
        line-height: 44px;
    }
}

#tempPayBox .payment_con_box {
    padding-top: 22px;
    padding-bottom: 20px;
}

@media (max-width:991px) {
    #tempPayBox .payment_con_box {
        padding-bottom: 0;
    }
}

.regbtn-wrap {
    margin-top: 55px;
    text-align: center;
}

/****************************
서브 > 상품상세페이지
html > skin > apms > item > Miso-basic4 > item.skin.php
****************************/
@media (max-width: 991px) {
    .item_detail.item-wrap .item-head .row .img-container .thumb_tab_wrap #sit_pvi_thumb {
        padding: 12px 0;
    }
}
@media (max-width: 991px) {
    .item_detail.item-wrap .item-head .row .img-container .thumb_tab_wrap #sit_pvi_thumb ul li {
        border-radius: 4px;
        overflow: hidden;
    }
    .item_detail.item-wrap .item-head .row .img-container .thumb_tab_wrap #sit_pvi_thumb ul li img {
        width: 64px;
        height: 64px;
        border-radius: 2.5px;
    }
}
@media (max-width: 991px) {
    .item_detail.item-wrap .item-head .row .img-container .thumb_tab_wrap button {
        display: none;
    }
}
@media (max-width: 480px) {
    .item_detail.item-wrap .item-head .row .form-container .text .desc {
        padding-top: 15px;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
    }
}
@media (max-width: 480px) {
    .item_detail.item-wrap .item-head .row .form-container .text .it_option .it_option_con.price_con .origin_price {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .item_detail.item-wrap .item-head .row .form-container .text .it_option .it_option_con.price_con .real_price {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .item_detail.item-wrap .item-head .row .form-container .text .it_option .it_option_con.price_con .percent {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .item_detail.item-wrap .item-head .row .form-container .text .pay_con:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #ebebeb;
        position: fixed;
        bottom: 62px;
        left: 0;
    }
}
@media (max-width: 991px) {
    /* 2024-08-19 (주)파이브센스_FIVESENSES.Corp. */
    .item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab.on_2 .ov_box {
        padding-top: 50px;
    }

    .item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab > div.ov_box::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 991px) {
    .item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li:last-child {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .item_detail.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel select {
        height: 35px;
        line-height: 33px;
        border-radius: 4px;
        padding: 0 30px 0 17px;
        font-size: 12.5px;
    }
}
@media (max-width: 991px) {
    .item_detail.item-wrap .pay_tab .option_sel div.preview_option {
        width: 80px;
        height: 80px;
        left: 0;
        top: -105px;
        box-shadow: 0 0 10px 0px rgba(61, 61, 61, 0.1);
    }
    .item_detail.item-wrap .pay_tab .option_sel div.preview_option::before {
        transform: rotate(90deg);
        top: auto;
        right: auto;
        left: 8px;
        bottom: -12px;
    }
    .item_detail.item-wrap .pay_tab .option_sel div.preview_option::after {
        transform: rotate(90deg);
        top: auto;
        right: auto;
        left: 8px;
        bottom: -11px;
        border-width: 8px 0px 8px 8px;
    }
}

@media (max-width: 480px) {
    .item_detail.item-wrap .panel.panel-default #itemuse .use-btn .pull-right {
        margin-top: 35px;
    }
    .item_detail.item-wrap .panel.panel-default #itemuse .use-btn .pull-right .btn-group .btn {
        border-radius: 3px !important;
        min-width: auto;
        padding: 0 20px;
        height: 30px;
        line-height: 28px;
        font-size: 11px;
    }
}
.item_detail.item-wrap .panel.panel-default.qa_panel #itemqa .list-board .img-resize .thumb-box {
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;
}
.item_detail.item-wrap .panel.panel-default.qa_panel #itemqa .list-board .img-resize .thumb-box > div + div {
    margin-left: 5px;
}
.item_detail.item-wrap .panel.panel-default.qa_panel #itemqa .pull-right {
    margin: 8px 0 0;
}
.item_detail.item-wrap .panel.panel-default.qa_panel #itemqa .pull-right .btn-group .btn {
    border-radius: 5px !important;
    background: #f6f6f6;
    color: #333;
    min-width: 110px;
    border: none;
    height: 40px;
    line-height: 38px;
}
.item_detail.item-wrap .panel.panel-default.qa_panel #itemqa .pull-right .btn-group .btn_write {
    background: #235cf5;
    color: #fff;
    padding: 0 28px;
}
@media (max-width: 480px) {
    .item_detail.item-wrap .panel.panel-default.qa_panel #itemqa .pull-right {
        margin-top: 35px;
    }
    .item_detail.item-wrap .panel.panel-default.qa_panel #itemqa .pull-right .btn-group .btn {
        border-radius: 3px !important;
        min-width: auto;
        padding: 0 20px;
        height: 30px;
        line-height: 28px;
        font-size: 11px;
    }
}

/* 2024-08-02 (주)파이브센스_FIVESENSES.Corp. */
.div-panel.panel-group .panel-heading > .is_checkbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/* 2025-04-04 (주)파이브센스_FIVESENSES.Corp. 에디터 커스텀 */
.btn_cke_sc {
    background: #fff !important;
}

.at-content .no_page_wrap {
    padding: 140px 0 70px;
}
.page-wrap p.no_page {
    font-size: 16px;
    color: #777;
}
@media (max-width: 991px) {
    .at-content .no_page_wrap {
        padding: 80px 0 12px;
    }
    .page-wrap p.no_page {
        font-size: 13px;
    }
}

/* custom.css end */
