@charset "UTF-8";
@media (max-width: 768px) {
    .top_img {
        width: 100%;
        overflow: hidden;
    }
    .top_img img {
        width: 100%;
    }
    .top_img .logo {
        width: 100%;
        padding: 2.6041666667vw 3.90625vw;
        display: flex;
        justify-content: flex-start;
        -moz-column-gap: 1.3020833333vw;
        column-gap: 1.3020833333vw;
        align-items: center;
    }
    .top_img .logo img {
        width: 36.4583333333vw;
    }
    .top_img .logo p {
        font-size: 3.6458333333vw;
        font-weight: 400;
        color: #111;
        text-align: left;
        transform: translateY(0.5208333333vw);
    }
    .top_img .logo p strong {
        font-weight: 700;
    }
    .top_img .topSwiper {
        position: relative;
    }
    .top_img .topSwiper .swiper-pagination {
        position: absolute;
        bottom: 3.90625vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .top_img .topSwiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #555;
    }
    .content_gap {
        background: #f0f0f0;
        width: 100%;
        height: 3.6458333333vw;
    }
}
#noteSell {
    max-width: 768px;
    margin: 10.4166666667vw auto 5.2083333333vw;
    font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
    /* ──────────────────────────────
     * Row Form Input
     * ────────────────────────────── */
    /* ──────────────────────────────
     * Quantity + Price (말씀노트/옵션)
     * ────────────────────────────── */
    /* ──────────────────────────────
     * 옵션 체크박스 (디지털 노트)
     * ────────────────────────────── */
    /* 디지털 옵션 렌더 행 */
    /* ──────────────────────────────
     * 수령 방법 (라디오 + 주소)
     * ────────────────────────────── */
    /* ──────────────────────────────
     * 총 금액 계산기
     * ────────────────────────────── */
}
#noteSell h2 {
    font-size: 4.6875vw;
    font-weight: 600;
    color: #111;
    text-align: center;
    margin-bottom: 5.2083333333vw;
}
#noteSell form {
    display: flex;
    flex-direction: column;
}
#noteSell .note-box {
    border-radius: 0.78125vw;
    padding: 0 3.90625vw;
    background: #fff;
}
#noteSell .row {
    display: flex;
    flex-direction: column;
    gap: 2.0833333333vw;
    margin-bottom: 10.4166666667vw;
}
#noteSell .row.marginless {
    margin-bottom: 3.90625vw;
}
#noteSell .row .s-txt {
    font-size: 3.90625vw;
    font-weight: 600;
    color: #111;
    text-align: left;
}
#noteSell .row .s-txt em {
    color: #E81010;
    margin-left: 0.5208333333vw;
}
#noteSell .row .mini {
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #111;
    text-align: left;
    color: #BDBDBD;
    line-height: 1.6;
}
#noteSell .row .input-style {
    height: 10.4166666667vw;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 0.2604166667vw;
    padding: 0 3.90625vw;
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #111;
    text-align: left;
}
#noteSell .row .input-style::-moz-placeholder {
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #111;
    text-align: left;
    color: #BDBDBD;
}
#noteSell .row .input-style::placeholder {
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #111;
    text-align: left;
    color: #BDBDBD;
}
#noteSell .qty-price {
    display: flex;
    align-items: center;
    gap: 2.0833333333vw;
    width: 100%;
}
#noteSell .qty-control {
    display: flex;
    align-items: center;
    gap: 0.6510416667vw;
}
#noteSell .qty-control button {
    width: 7.8125vw;
    height: 7.8125vw;
    border: 1px solid #E5E5E5;
    background: #F5F5F5;
    font-size: 3.90625vw;
    font-weight: 300;
    color: #111;
    text-align: center;
    cursor: pointer;
}
#noteSell .qty-control button:disabled {
    opacity: 0.4;
}
#noteSell .qty-control .num {
    width: 11.71875vw;
    height: 7.8125vw;
    border: 1px solid #E5E5E5;
    background: #fff;
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #111;
    text-align: center;
    line-height: 7.8125vw;
    cursor: pointer;
}
#noteSell .price-area {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.0416666667vw;
}
#noteSell .price-area .orig {
    text-decoration: line-through;
    color: #BDBDBD;
    font-size: 3.90625vw;
}
#noteSell .price-area .rate {
    color: #F4633A;
    font-size: 3.90625vw;
    font-weight: 600;
}
#noteSell .price-area .disc-price {
    font-size: 4.4270833333vw;
    font-weight: 600;
    color: #111;
    text-align: left;
}
#noteSell .price-area .badge {
    background: #E81010;
    color: #fff;
    font-size: 3.125vw;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 0.5208333333vw 1.3020833333vw;
    border-radius: 0.2604166667vw;
}
#noteSell .opt-check {
    display: flex;
    align-items: center;
    gap: 1.3020833333vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#noteSell .opt-check input {
    display: none;
}
#noteSell .opt-check .box {
    width: 4.6875vw;
    height: 4.6875vw;
    border-radius: 0.5208333333vw;
    position: relative;
    background: #fff url(../images/note26/ico_checkbox.svg) no-repeat center/100%;
}
#noteSell .opt-check input:checked + .box {
    content: "";
    border-radius: 0.2604166667vw;
    background: #F4633A url(../images/note26/ico_checkbox_colored.svg) no-repeat center/100%;
}
#noteSell .opt-check .label-txt {
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #7e7e7e;
    text-align: left;
}
#noteSell .opt-check input:checked ~ .label-txt {
    color: #111;
}
#noteSell .opt-row .opt-right {
    display: flex;
    align-items: center;
    gap: 1.5625vw;
    justify-content: space-between;
}
#noteSell .opt-row .opt-right .wrapper {
    display: flex;
    align-items: center;
    gap: 1.3020833333vw;
}
#noteSell .opt-row .price {
    font-size: 3.6458333333vw;
    font-weight: 600;
    color: #111;
    text-align: left;
}
#noteSell .opt-row .price em {
    font-weight: 600;
}
#noteSell .opt-row .remove {
    width: 5.46875vw;
    height: 5.46875vw;
    border: none;
    background: url(../images/note26/ico_close.svg) no-repeat center/14px;
    text-indent: -99999px;
}
#noteSell .radio {
    display: flex;
    flex-direction: column;
    gap: 1.3020833333vw;
    margin-top: 1.3020833333vw;
}
#noteSell .radio .flex {
    display: flex;
    align-items: center;
    gap: 1.3020833333vw;
}
#noteSell .radio .flex input[type=radio] {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    accent-color: #111;
}
#noteSell .radio .flex .word {
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #111;
    text-align: left;
}
#noteSell .radio .mini {
    font-size: 3.3854166667vw;
    font-weight: 400;
    color: #111;
    text-align: left;
    color: #7e7e7e;
    line-height: 1.6;
    margin-left: 4.6875vw;
    margin-bottom: 2.6041666667vw;
}
#noteSell .radio .etc.n2 {
    width: 100%;
    margin-top: 1.0416666667vw;
    flex-wrap: wrap;
}
#noteSell .radio .etc.n2 .wrapper {
    width: 100%;
    display: flex;
    gap: 1.3020833333vw;
}
#noteSell .radio .etc.n2 button {
    white-space: nowrap;
    height: 9.1145833333vw;
    padding: 0 2vw 0 8vw;
    border: 1px solid #E5E5E5;
    border-radius: 0.2604166667vw;
    background: #fff;
    font-size: 3.3854166667vw;
    font-weight: 500;
    color: #111;
    text-align: right;
    background:url(../images/ico_search.png) no-repeat 2vw center / 22%;
}
#noteSell .radio .etc.n2 .input-style {
    flex: 1;
    height: 9.1145833333vw;
}
#noteSell .radio .etc.n2 .input-style.n2 {
    display: block;
    width: 100%;
    margin-top: 1.5625vw;
}
#noteSell .calc-box {
    background: #f0f0f0;
    border-radius: 1.0416666667vw;
    padding: 5.2083333333vw 3.90625vw;
}
#noteSell .calc-title {
    font-size: 4.1666666667vw;
    font-weight: 600;
    color: #111;
    text-align: left;
    margin-bottom: 1.3020833333vw;
    display: flex;
    align-items: center;
    gap: 1.0416666667vw;
}
#noteSell .calc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#noteSell .calc-list li {
    display: flex;
    align-items: baseline;
    gap: 1.0416666667vw;
    padding: 1.953125vw 0;
}
#noteSell .calc-list .name {
    flex: 1;
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #111;
    text-align: left;
}
#noteSell .calc-list .name .sub {
    margin-left: 0.78125vw;
    color: #BDBDBD;
    text-decoration: line-through;
    font-size: 3.3854166667vw;
    font-weight: 400;
    color: #111;
    text-align: left;
    margin-top: 2.0833333333vw;
    display: inline-block;
}
#noteSell .calc-list .name .rate {
    margin-left: 0.78125vw;
    color: #F4633A;
    font-size: 3.3854166667vw;
    font-weight: 700;
    color: #F4633A;
    text-align: left;
}
#noteSell .calc-list .dots {
    flex: 1;
    border-bottom: 1px dotted #ccc;
    transform: translateY(-0.2em);
}
#noteSell .calc-list .amt {
    white-space: nowrap;
    font-size: 3.6458333333vw;
    font-weight: 600;
    color: #111;
    text-align: left;
}
#noteSell .calc-list .amt.plus {
    color: #111;
}
#noteSell .total {
    margin-top: 3.2552083333vw;
    padding-top: 3.2552083333vw;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4.4270833333vw;
    font-weight: 600;
    color: #111;
    text-align: left;
}
#noteSell .total strong {
    color: #E81010;
    margin-left: 1.3020833333vw;
    font-size: 5.2083333333vw;
    font-weight: 700;
    color: #E81010;
    text-align: left;
}
#noteSell .sendmoney {
    display: block;
    width: 100%;
    text-align: center;
    padding: 3.90625vw 0;
    background: #F4633A;
    color: #fff;
    border-radius: 1.0416666667vw;
    font-size: 4.1666666667vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
#noteSell .alert {
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #7e7e7e;
    text-align: center;
    margin-top: 3.90625vw;
    animation: thunder 1.5s infinite steps(2);
    padding-bottom: 5.2083333333vw;
}
#noteSell .fixed_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 2.6041666667vw;
    display: flex;
    gap: 1.3020833333vw;
    border-top: 1px solid #F5F5F5;
    z-index: 21;
}
#noteSell .fixed_bottom .left {
    display: inline-block;
    padding: 2.0833333333vw 2.6041666667vw;
    border: 1px solid #E5E5E5;
    border-radius: 1.0416666667vw;
    font-size: 3.90625vw;
    font-weight: 600;
    color: #111;
    text-align: center;
    background: #fff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
#noteSell .submit-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 3.6vw 0;
    background: #111;
    color: #fff;
    border-radius: 1.0416666667vw;
    font-size: 4.1666666667vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top:2.6041666667vw;
}

.detail_img_wrap {
    position: relative;
    overflow: hidden;
}
.detail_img_wrap .detail_img {
    max-height: 169.2708333333vw;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 7.8125vw 3.90625vw;
}
.detail_img_wrap.open .detail_img {
    max-height: none;
}
.detail_img_wrap .btn-more {
    display: block;
    width: 100%;
    padding: 33.8888888889vw 4.1666666667vw 5.5555555556vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.detail_img_wrap .btn-more span {
    width: 100%;
    height: 13.8888888889vw;
    color: #F4633A;
    border: 1px solid #F4633A;
    background: #fff;
    line-height: 13.8888888889vw;
    border-radius: 8.3333333333vw;
    display: block;
    text-align: center;
    font-size: 3.8888888889vw;
    padding: unset;
}
.detail_img_wrap .btn-more span::after {
    display: inline-block;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    border: 0.2777777778vw solid #F4633A;
    border-width: 0 0.2777777778vw 0.2777777778vw 0;
    vertical-align: middle;
    margin: -1.6666666667vw 0 0 2.7777777778vw;
    content: "";
    transform: rotate(45deg);
}
.detail_img_wrap.open {
    padding-bottom: 19.53125vw;
}
.detail_img_wrap.open .btn-more {
    padding-top: 10vw;
}
.detail_img_wrap.open .btn-more span::after {
    border-width: 0.2777777778vw 0 0 0.2777777778vw;
    margin-top: 0.6666667vw;
}

.tab-nav {
    position: sticky;
    top: 0;
    z-index: 15;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.tab-nav .tab-item {
    flex: 1;
    padding: 3.90625vw 0;
    font-size: 3.90625vw;
    font-weight: 500;
    color: #111;
    text-align: left;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s, color 0.3s;
}
.tab-nav .tab-item.active {
    color: #111;
    border-color: #111;
    font-weight: 600;
}
.tab-nav .etc.n3 {
    display: flex;
    width: 100%;
    margin-top: 1.0416666667vw;
}
.tab-nav .etc.n3 .input-style {
    flex: 1;
    height: 9.1145833333vw;
    border: 1px solid #E5E5E5;
    border-radius: 0.2604166667vw;
    padding: 0 2.6041666667vw;
    font-size: 3.3854166667vw;
    font-weight: 400;
    color: #111;
    text-align: left;
}
.tab-nav .etc.n3 .input-style::-moz-placeholder {
    color: #BDBDBD;
}
.tab-nav .etc.n3 .input-style::placeholder {
    color: #BDBDBD;
}

@keyframes thunder {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}/*# sourceMappingURL=note26ver2.css.map */

#emailRow {
    display: flex;
    flex-direction: column;
    gap: 1.0416666667vw;
}
#emailRow .email-pair {
    display: flex;
    align-items: center;
    gap: 1.0416666667vw;
}
#emailRow .email-pair input, #emailRow .email-pair select {
    height: 9.1145833333vw;
    border: 1px solid #E5E5E5;
    border-radius: 0.2604166667vw;
    padding: 0 2.6041666667vw;
    font-size: 3.3854166667vw;
    font-weight: 400;
    color: #111;
    text-align: left;
}
#emailRow .email-pair input::-moz-placeholder, #emailRow .email-pair select::-moz-placeholder {
    color: #BDBDBD;
}
#emailRow .email-pair input::placeholder, #emailRow .email-pair select::placeholder {
    color: #BDBDBD;
}
#emailRow .email-pair .local {
    width: 31.25vw;
}
#emailRow .email-pair .at {
    font-size: 3.6458333333vw;
    font-weight: 600;
    color: #111;
    text-align: center;
    min-width: 2.6041666667vw;
}
#emailRow .email-pair .domain-select {
    width: 55.9895833333vw;
    flex: none;
}
#emailRow .email-pair .domain-select.less {
    width: 16.9270833333vw;
}
#emailRow .email-pair .domain-input {
    display: none;
    width: 33.8541666667vw;
}/*# sourceMappingURL=note26ver2.css.map */