/* COMMON */
.shop-head-title h3 {
    padding-bottom: 12px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #aaaaaa;
}
.head-border-non h3 {
    border-bottom: none;
}
.shop-head-side {
    position: relative;
}
.shop-head-right {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 768px) {
    .shop-head-title h3 {
        font-size: 18px;
    }
}
@media (max-width: 425px) {
    .shop-head-right {
        display: block;
        position: static;
        margin-top: 15px;
    }
}

/* ------- Default ------- */
.ol-data {
    display: none;
}
.order-list-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}
.list-scroll-inner {
    min-width: 480px;
}
.list-scroll-inner .Paging_Num {
    border-top: none;
}

.bs {
    position: relative;
}
.basket-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}
.basket-scroll-inner {
    min-width: 768px;
}
.mo-inner {
    min-width: 550px;
}

.option_list {
    padding: 10px 15px !important;
}
.option_list span {
    position: relative !important;
}

.join_input_cont table td .file {
    background: #fff !important;
}

.v-m {
    display: none;
}
.v-pc img {
    margin: auto;
}
.v-m img {
    margin: auto;
    width: 100% !important;
    height: auto !important;
}

.order-list-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}
.list-scroll-inner {
    min-width: 500px;
}

/* ------- Popup Style ------- */
.popup-layer {
    z-index: 10000;
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    animation: popup-fade 0.65s ease-in-out 0.35s forwards;
    opacity: 0;
}
@keyframes popup-fade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.popup-layer-body {
    background: #fff;
}
.popup-layer-content {
    font-size: 0;
}
.popup-layer-foot {
    background: #424242;
}
.popup-layer-foot span {
    font-size: 15px;
    color: #fff;
}
.popup-layer-foot label:hover span {
    opacity: 0.7;
}
.popup-layer-foot li:first-child {
    padding-right: 0;
}
.popup-layer-foot li:last-child {
    text-align: right;
}

@media (max-width: 1024px) {
    /* .popup-layer { z-index: 999; } */
}
@media (max-width: 768px) {
    .popup-layer {
        top: 95px !important;
        left: 0 !important;
        margin: 0 5px;
    }
    .popup-layer img {
        height: auto !important;
    }
    .popup-layer-foot span {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .popup-layer-foot li {
        width: 100%;
    }
    .popup-layer-foot li:last-child {
        text-align: left;
    }
}

/* ------- Quick Menu Style ------- */
#quickmenu {
    position: relative;
    top: 0;
    left: 0;
}
#quickmenu-wrap {
    z-index: 99999;
    position: absolute;
    top: 10px;
    right: 0;
    width: 90px;
    height: auto;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #fff;
    border-top: 2px solid #70ae31;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
#quickmenu-top {
    padding: 25px 0;
    border-bottom: 1px solid #dddddd;
}
#quickmenu-top div {
    padding-bottom: 25px;
}
#quickmenu-top div:last-child {
    padding-bottom: 0;
}
#quickmenu-top div a {
    font-size: 14px;
    color: #444;
    font-weight: 400;
}
#quickmenu-top div a span {
    display: block;
    margin-bottom: 10px;
    height: 35px;
}
#quickmenu-middle {
    position: relative;
    height: 305px;
    background-color: #fff;
}
#quickmenu-bottom {
    height: 25px;
    background-color: #70ae31;
}
#quickmenu-bottom .page_top {
    height: 25px;
    line-height: 25px;
}
.login-underline {
    position: relative;
    display: inline-block;
    color: #fff;
}
.login-underline:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.qlogin-btn {
    display: inline-block;
    margin: 15px 0 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #444444;
    font-size: 13px;
    background-color: #fff;
}
.page_top {
    cursor: pointer;
}
#scrollingBanner {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#scrollingBanner table {
    text-align: center;
    width: 100%;
}
.quick_today {
    position: relative;
    width: inherit;
    height: inherit;
}
.quick_today span {
    font-size: 15px;
    font-weight: 500;
}
.slide_nav_btn {
    z-index: 10;
    position: absolute;
    bottom: 15px;
    left: 10px;
}
.slide_nav_btn span {
    display: inline-block;
    width: 35px;
    height: 30px;
    border: 1px solid #cccccc;
    background: url("/renewal/img/icon/icon_quick_prev.png") no-repeat center;
    cursor: pointer;
}
.slide_nav_btn span:last-child {
    border-left: none;
    background: url("/renewal/img/icon/icon_quick_next.png") no-repeat center;
}
.swiper-quickmenu {
    overflow: hidden;
    padding: 0 9px;
    height: 210px;
}
.swiper-quickmenu .swiper-slide {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.swiper-quickmenu .swiper-slide:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.swiper-quickmenu .swiper-slide a {
    overflow: hidden;
    display: block;
    height: 100%;
}
.swiper-quickmenu .swiper-slide a img {
    width: auto;
    height: 100%;
}
.swiper-quickmenu .visual_btn_wrap {
    display: none;
}

/* Form */
.form-table {
    display: table;
    margin-bottom: 50px;
    width: 100%;
    border-collapse: collapse;
}
.form-table .row {
    display: table-row;
    border-bottom: 1px solid #e5e5e5;
}
.form-table .th {
    display: table-cell;
    vertical-align: middle;
    padding: 18px 15px 20px;
    width: 150px;
    font-size: 14px;
    color: #555555;
    font-weight: 500;
    word-break: keep-all;
}
.form-table .td {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 14px;
    color: #555555;
}
.form-table .td textarea {
    padding: 20px;
    width: 100%;
    font-size: 15px;
    color: #555555;
    background: #fff;
}
.form-table .td input[type="text"],
.form-table .td select {
    max-width: 330px;
    width: 100%;
    height: 40px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.form-table .td p {
    margin-top: 5px;
    color: #999999;
}
.form-table .td b {
    padding-left: 10px;
    font-weight: 500;
}
.form-table .addr1 button {
    height: 40px;
    font-size: 14px;
}

@media (max-width: 1024px) {
    /* Form Style */
    .form-table .th {
        display: block;
        padding: 15px 0 5px;
        font-size: 14px;
    }
    .form-table .td {
        display: block;
        padding: 5px 0 15px;
        font-size: 14px;
    }
    .form-table .td input[type="text"],
    .form-table .td select {
        height: 40px;
        font-size: 14px;
    }
}

/* ------- My Page ------- */
/*  --- Login --- */
#login {
    padding: 60px 0 80px;
    background-color: #f9f9f9;
}
#login_box {
    padding: 10px 0;
}
#login_box .form {
    margin: auto;
    max-width: 480px;
}
#login_box .form .login_title {
    text-align: center;
}
#login_box .form > div {
    margin: 5px 0;
}
#login_box .form > div > input[type="text"],
#login_box .form > div > input[type="password"],
#login_box .form > div > button {
    width: 100%;
    height: 45px;
}
#login_box .form > div > button {
    background-color: #556db1;
    height: 55px;
    font-size: 16px;
    font-weight: 500;
}
#login_box .form > div:nth-child(4) {
    margin-top: 15px;
}
#login_box .form > .join_btn {
    margin-top: 40px;
}
#login_box .form > .join_btn a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #444444;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999999;
}
.login_wrap {
    margin: auto;
    max-width: 370px;
}
#login_tab .tab_menu ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.05em;
    font-size: 17px;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}
#login_tab .tab_menu ul li.active {
    border-bottom: 2px solid #333333;
}
#login_tab .tab_contents > ul > li {
    padding-top: 0;
}
#login_none_box {
    margin-top: 50px;
    padding: 20px 0;
}
#login_none_box .form {
    margin: auto;
    max-width: 480px;
}
#login_none_box .form div a {
    width: 100%;
    color: #fff;
}
#login_none_box p {
    text-align: center;
}
#login_none_box .btn {
    margin-top: 5px;
}
#login_none_box2 {
    padding: 10px 0;
}
#login_none_box2 form > div {
    margin: 5px 0;
}
#login_none_box2 form > div > input[type="text"],
#login_none_box2 form > div > input[type="password"],
#login_none_box2 form > div > button {
    width: 100%;
    height: 45px;
}
#login_none_box2 form > div > button {
    background-color: #556db1;
    height: 55px;
    font-size: 16px;
    font-weight: 500;
}
#login_none_box2 form > .join_btn {
    margin-top: 40px;
}
#login_none_box2 form > .join_btn a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #444444;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999999;
}
#naverIdLogin img {
    margin: auto;
}

/* --- Join --- */
#join .agree_info {
    margin-bottom: 40px;
    padding: 45px 0;
    background: #f9f9f9;
    text-align: center;
}
#join .agree_info h1 {
    margin-bottom: 15px;
    font-size: 17px;
    color: #333333;
    font-weight: 500;
}
#join .agree_info p {
    font-size: 15px;
    color: #555555;
    font-weight: 400;
}
#join .head_title {
    margin: 50px 0 15px;
    padding-left: 35px;
    background: url("/renewal/img/icon/icon_title.png") no-repeat center left / 22px;
}
#join .head_title h3 {
    font-size: 23px;
    line-height: 23px;
    color: #333333;
    font-weight: 500;
}
.join_agree_box {
    margin-bottom: 80px;
}
.join_agree_box div.inner {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 20px 20px 15px;
    background: #f7f7f7;
}
.join_tit {
    font-size: 15px;
    font-weight: 600;
    color: #999;
    letter-spacing: -0.05em;
    line-height: 1.6;
    padding: 0 0 5px 18px;
    margin: 0 0 0px;
    background: url(image/title_bullet.png) left 5px no-repeat;
}
.join_tit span {
    color: #444;
}
.join_agree_box div.cont {
    border: 1px solid #ddd;
    background: #fff;
}
.join_agree_box div.cont textarea {
    width: 100%;
    height: 280px;
    padding: 10px;
    line-height: 1.5;
    background: none;
    border: 0 none;
    word-break: keep-all;
}
.join_agree_box div.agree {
    margin: 10px 0 0;
    text-align: right;
}
.join_agree_box div.agree input {
    vertical-align: middle;
    margin-right: 5px;
}
.join_agree_box div.agree label {
    vertical-align: middle;
}
.join_agree_all {
    padding: 30px 0;
    text-align: center;
    background: #f6f6f6;
    border: 1px solid #ddd;
    margin: 20px 0 0;
}
.join_agree_all input {
    vertical-align: middle;
    margin-right: 5px;
}
.join_agree_all label {
    vertical-align: middle;
    font-size: 16px;
    color: #555555;
}
#join_namecheck_style {
    margin-top: 20px;
}
#join_namecheck_style .cont {
    padding-left: 20px;
}
#join_box {
    padding: 20px;
    background-color: #fff;
}
#join_table_style {
    border-top: 2px solid #777777;
}
#j_id,
#j_password1,
#j_password2,
#j_name {
    width: 280px;
    height: 40px;
}
#j_email {
    width: 390px;
    height: 40px;
}
#j_id {
}
#j_phone1,
#j_phone2,
#j_phone3,
#j_tel1,
#j_tel2,
#j_tel3 {
    width: 86px;
    height: 40px;
}
#j_post {
    width: 80px;
    height: 40px;
}
#j_address1,
#j_address2 {
    max-width: 800px;
    width: 100%;
    height: 40px;
}
#join_table_style .btn_confirm {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
}
#join_table_style .comment {
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}
#join_table_style .btn_confirm {
    vertical-align: top;
}

#join_ok_style {
    padding: 60px 0 55px;
    background-color: #fff;
    border-top: 2px solid #777777;
    border-bottom: 2px solid #e5e5e5;
}
#join_ok_style img {
    margin: auto;
}
#join_ok_style .text_wrap {
    text-align: center;
}
#join_ok_style h1 {
    margin: 30px 0 23px;
    font-size: 31px;
    color: #333333;
    font-weight: 400;
}
#join_ok_style p {
    margin-bottom: 12px;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
}
#join_ok_style p:last-child P {
    margin-bottom: 0;
}

/* --- ID & PW --- */
#idpw {
    padding-bottom: 50px;
}
#idpw .fLeft {
    width: 50%;
}
#idpw .fLeft:first-child {
    padding-right: 35px;
}
#idpw .fLeft:last-child {
    padding-left: 35px;
}
#idpw .fLeft:last-child .idpw_wrap {
    padding-top: 30px;
}
#idpw .head_title {
    margin: 45px 0 15px;
    padding: 10px 0 10px 35px;
    background: url("/renewal/img/icon/icon_title.png") no-repeat center left / 22px;
    border-bottom: 2px solid #777777;
}
#idpw .head_title h3 {
    font-size: 23px;
    line-height: 23px;
    color: #333333;
    font-weight: 500;
}
#idpw .border {
    height: 340px;
    border-bottom: 2px solid #e5e5e5;
}
#idpw .idpw_wrap {
    margin: auto;
    padding-top: 45px;
    width: 340px;
    border-top: none;
}
#idpw .idpw_wrap input {
    margin-bottom: 5px;
    width: 100%;
    height: 40px;
}
#idpw .idpw_wrap button {
    margin-top: 10px;
    width: 100%;
}
#idpw .personal {
    margin-top: 30px;
    padding: 25px 50px;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
}
#idpw .personal span.icon_personal {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    height: 29px;
    background: url("/renewal/img/icon/icon_personal.png") no-repeat center left;
}
#idpw .personal span:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}
#idpw .personal a.btn_personal {
    display: inline-block;
    vertical-align: center;
    background-color: #fff;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dbdbdb;
}

/* --- My Info --- */
.my_info_wrap {
    border-top: 1px solid #777777;
}
#m_password1,
#m_password2 {
    max-width: 330px;
    width: 100%;
    height: 40px;
}
#m_phone1,
#m_phone2,
#m_phone3,
#m_tel1,
#m_tel2,
#m_tel3 {
    width: 100%;
    height: 40px;
}
#m_email {
    max-width: 330px;
    width: 100%;
    height: 40px;
}
#m_post {
    width: 80px;
    height: 40px;
}
#m_address1,
#m_address2 {
    max-width: 300px;
    width: 100%;
    height: 40px;
}
#m_zipsearch {
    max-width: 100px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}
#my_info_style .btn_confirm {
    vertical-align: top;
}
.join-btn {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

/* --- Coupon --- */
#coupon_style {
    border-top: 2px solid #777777;
}
#coupon_style tr th {
    background: #fbfbfb;
}

/* --- My Reserve (Point) --- */
/* #point_top_style { margin-bottom: 10px; padding-top: 40px; width: 100%; height: 145px; text-align: center; background: #f8f8f8; border: 1px solid #f3f3f3; }
#point_top_style h1 { margin-bottom: 10px; font-size: 16px; color: #333333; font-weight: 500; }
#point_top_style span { font-family: Arial; display: inline-block; vertical-align: middle; }
#point_top_style span:nth-child(2) { font-size: 37px; color: #333333; font-weight: 700; }
#point_top_style span:last-child { margin-left: 5px; width: 90px; height: 27px; line-height: 28px; text-align: center; font-size: 20px; color: #fff; font-weight: 700; background: #556db1; border-radius: 13px; }
#point_top_style span:last-child:after { content: 'POINT'; }
#point_bottom_style tr td { padding: 20px 0 20px 30px; }
span.point_num { display: inline-block; vertical-align: middle; font-size: 15px; color: #555555; }
span.point { display: inline-block; vertical-align: middle; color: #333333; font-weight: 700; margin-left: 5px; width: 50px; height: 17px; line-height: 19px; text-align: center; font-size: 12px !important; color: #fff; font-weight: 700; background: #556db1; border-radius: 8px; }
span.point:after { content: 'POINT'; } */
.point-top {
    margin-bottom: 34px;
    padding: 30px 15px;
    text-align: center;
    background: #766959;
    border-top: 1px solid #aaaaaa;
}
.point-top span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
    line-height: 33px;
    font-size: 21px;
    color: #fff;
    font-weight: 500;
}
.point-top span:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* .i-point { display: inline-block; vertical-align: middle; margin-right: 15px; width: 30px; height: 30px; background: url('/renewal/img/icon/wing.png'); } */

.my-point-box {
    margin-bottom: 27px;
}
.my-point-box:last-child {
    margin-bottom: 0;
}
.p-date {
    font-size: 15px;
    color: #777777;
}
.point-box {
    margin-top: 10px;
    padding: 12px 40px 10px;
    width: 100%;
    background: #fafafa;
    border-top: 1px solid #cccccc;
}
.point-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.point-row {
    display: table-row;
}
.point-row:first-child {
    border-bottom: 1px solid #e5e5e5;
}
.point-th {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 16px;
    text-align: left;
    font-size: 15px;
    color: #555555;
}
.point-td {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 16px;
    text-align: right;
    font-size: 15px;
    color: #555555;
}
.my-p {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

/* 관심상품 */
.wishlist-top {
    padding: 50px;
    background: #fafafa;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #bbbbbb;
}
.wishlist-top i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 25px;
    height: 21px;
    background: url("/renewal/img/icon/wish.png");
}
.wish-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.wish-row {
    display: table-row;
    border-bottom: 1px solid #e5e5e5;
}
.wish-th {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px 16px !important;
    min-width: 95px;
    font-size: 15px;
    color: #555555;
    font-weight: 500 !important;
}
.wish-td {
    display: table-cell;
    vertical-align: middle;
    padding: 25px 0;
    min-width: 95px;
    font-size: 15px;
    color: #555555;
}
.wish-col {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
}
.wish-col:nth-child(2) {
    padding: 0 0 0 10px;
}
.wish-btn-wrap {
    text-align: right;
}
.del-list {
    font-size: 15px;
    color: #555555;
    font-weight: 500;
    cursor: pointer;
}
.del-list i {
    display: inline-block;
    vertical-align: -6px;
    margin-right: 10px;
    width: 19px;
    height: 22px;
    background: url("/renewal/img/icon/wish-del.png");
}
.wish-image {
    display: block;
    overflow: hidden;
    height: 135px;
}
.wish-image img {
    width: auto;
    height: 100%;
}
.wish-name {
    font-size: 17px;
}
.wish-price {
    display: block;
    padding: 0 30px;
    text-align: right;
}
.wish-price em {
    padding-right: 2px;
    font-style: normal;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
}

/* --- My Out --- */
#my_out_style tr th {
    letter-spacing: -0.06em;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
}
#my_out_style tr th span {
    color: #556db1;
}
#my_out_style tr td {
    padding: 25px 2%;
}
#my_out_style tr td input,
#my_out_style tr td select {
    width: 100%;
}

/* --- Wishlist --- */
#wishlist_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
    height: 20px;
    background: url("/renewal/img/icon/icon_wishlist.png") no-repeat center;
}
#wishlist_total {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}
#wishlist_style {
    margin-top: 20px;
    border-top: 2px solid #777777;
}

/*
  Product
*/
/* --- List Page --- */
.list-table {
    margin-top: 30px;
}
#product_list_wrap {
    padding-top: 20px;
}
#recommand_area {
    padding: 20px;
    border: 2px solid #eee;
}
#recommand_area .swiper-button-prev {
    margin-top: -50px !important;
    width: 64px !important;
    height: 64px !important;
    background: url("/renewal/img/slide/slide_prev_4.png") no-repeat center !important;
}
#recommand_area .swiper-button-next {
    margin-top: -50px !important;
    width: 64px !important;
    height: 64px !important;
    background: url("/renewal/img/slide/slide_next_4.png") no-repeat center !important;
}
#product_category_style {
    display: none;
}
.recom_product_wrap {
    text-align: center;
}
.recom_product_wrap .product_head .recom_product_img {
    height: 200px;
}
.recom_product_wrap .product_head .recom_product_img a img {
    height: 100%;
    width: auto;
}
.recom_product_wrap .product_body h3 {
    padding: 10px 0;
}
#product_count_style {
    margin-top: 40px;
}
#product_count_style select {
    width: 180px;
    height: 40px;
}
#product_count_style p {
    font-size: 22px;
    color: #555555;
}
#product_count_style p strong {
    font-weight: 400;
}
#list_count_style tr td select {
    height: 35px;
}
#list_count_style tr td tr td tr td {
    padding: 10px;
}
#list_count_style tr td.list_count {
    padding: 10px;
}
#list_count_style tr td.list_count .count_text {
    color: #1e458f;
}
#product_list:after {
    content: "";
    display: block;
    clear: both;
}
.product_wrap {
    text-align: center;
}
.product_img {
    overflow: hidden;
    height: 200px;
}
.product_img a {
    display: block;
    position: relative;
    height: inherit;
}
.product_img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: auto;
    height: 100%;
}
.product_name {
    margin: 5px auto 10px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}
.product_name a {
    font-size: 17px;
    font-weight: 500;
    color: #666666;
}
.product_info {
    display: none;
    position: relative;
    height: 24px;
}
.product_info span {
    position: absolute;
    padding: 0 10px;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}
.product_info span:first-child {
    top: 0;
    left: 0;
    text-align: right;
}
.product_info span:last-child {
    text-align: left;
}
.product_info span.vline {
    top: 0;
    right: 0;
    border-left: 1px solid #e5e5e5;
}
/* .product_wrap .product_body span.vline:last-child { margin-left: 10px; padding-right: 0; border-right: none; } */
.product_price {
    height: 55px;
}
.product_price img {
    margin: auto;
}
.product_price span {
    color: #556db1;
}
.product_price span.price {
    font-size: 20px;
}
.product_price .product_coupon img {
    display: inline-block;
    vertical-align: top;
}

/*
  Product View Page Style
*/
/* #product_view_wrap { padding: 50px 0; } */
#product_view_wrap:after {
    content: "";
    display: table;
    clear: both;
}
#product_view_image {
    margin-bottom: 30px;
    width: 36%;
    float: left;
    text-align: center;
}
#product_view_image img {
    margin: auto;
}
#product_view_info {
    float: right;
    padding-left: 15px;
    width: 64%;
}
#product_view_info span.item_price {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 46px;
    color: #766959;
    font-weight: 700;
}
#product_view_info span.item_price_txt {
    font-size: 24px;
    color: #766959;
    font-weight: 500;
}
#product_view_info .item_title {
    font-size: 28px;
    color: #222222;
    font-weight: 500;
}
#product_view_info img {
    display: inline-block;
}
#View_Product_Img {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 425px;
    line-height: 100%;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
#View_Product_Img img {
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin: auto;
    width: auto;
    height: 100%;
    -webkit-animation: fade 1s ease-out;
    animation: fade 1s ease-out;
}

#zoom_btn_wrap {
    display: none;
}
#thumbnail_wrap {
    display: none;
    margin-top: 10px;
}
#thumbnail_wrap:before {
    content: "";
    clear: both;
    display: table;
}
.view_thumbnail {
    float: left;
    margin-right: 1%;
    width: 19.2%;
    border: 1px solid #e5e5e5;
}
.view_thumbnail:last-child {
    margin-right: 0;
}
.view_thumbnail:hover {
    cursor: zoom-in;
    border: 1px solid #777777;
}
.view_thumbnail img {
    width: 100%;
    height: auto;
}
.item_info_1 {
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.item_info_2 {
    padding-bottom: 30px;
    border-bottom: 2px solid #9f9f9f;
}
.item-info-style {
    margin: 17px 0;
    width: 100%;
    border-collapse: collapse;
}
.item-info-style tr th {
    padding: 7px 5px 7px 0;
    width: 80px;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    color: #666666;
}
.item-info-style tr td {
    padding-left: 0;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
}
.item-info-style .btnAmount-wrap {
    width: 132px;
    height: 35px;
}
.item-info-style .btnAmount-wrap a {
    height: 32px;
    line-height: 32px;
}
.item-info-style .btnAmount-wrap input {
    width: 80px;
    height: 32px;
    line-height: 32px;
}
.item-info-style .row_border {
    padding: 20px 0;
}
.item-info-style .row_border div {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
.item-info-style select {
    width: 130px;
    height: 30px;
}
#product_view_info .total_area {
    margin-top: 30px;
    padding: 20px 0 55px;
    text-align: right;
    border-top: 2px solid #9f9f9f;
}
#product_view_info .total_area span:first-child {
    font-size: 17px;
    color: #333333;
    font-weight: 500;
}
#product_view_info .total_area span:nth-child(2) {
    font-family: Arial;
    font-size: 30px;
    color: #766959;
    font-weight: 700;
    padding: 0 5px 0 15px;
}
#product_view_info .total_area span:last-child {
    font-size: 17px;
    color: #766959;
    font-weight: 500;
}
#item_scrape_style {
    display: none;
}
.btnAmount-wrap {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    padding: 0 25px;
    width: 102px;
    height: 25px;
    border: 1px solid #dddddd;
    background: #fff;
}
.btnAmount-wrap a {
    position: absolute;
    top: 0;
    display: block;
    width: 25px;
    height: 23px;
    line-height: 25px;
    text-align: center;
    background: #f4f4f4;
}
.btnAmount-wrap a:first-child {
    left: 0;
}
.btnAmount-wrap a:nth-child(2) {
    right: 0;
}
.btnAmount-wrap input {
    padding: 0;
    width: 50px;
    height: 23px;
    text-align: center;
    background-color: #fff;
    border: none;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.btn-modify {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.btn-modify button {
    width: 80px;
}
.view-btn-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.view_btn_wrap .btn {
    width: 240px;
    height: 60px;
    line-height: 60px;
}
.view-btn-wrap .view-btn {
    float: left;
    width: 33.33333%;
}
.view-btn-wrap .view-btn a {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.view-btn-wrap .view-btn .btn_border {
    border-color: #aaa;
    color: #444 !important;
}
.view-btn:first-child {
    padding-right: 5px;
}
.view-btn:last-child {
    padding-left: 5px;
}

#npay {
    margin-top: 10px;
}

.prd-span {
    font-size: 15px;
    color: #777777;
    font-weight: 400;
}
.p_name {
    font-size: 18px;
    color: #333;
    padding: 0 0px 27px 0;
    font-weight: bold;
    letter-spacing: -0.05em;
    border-bottom: 1px solid #e5e5e5;
}
.p_name .sub_head_title {
    margin-top: -9px;
    padding-bottom: 5px;
    border-bottom: none;
}
.p_name .sub_head_title .list {
    margin-top: 0;
}
.p_name .sub_head_title .list a {
    font-weight: 400;
}

input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#select_list,
#supply_list {
    width: 100%;
}
#select_list select,
#supply_list select {
    width: 100%;
    height: 40px;
    margin: 2px 0;
}
/* .option_list { margin-top: 16px; padding: 18px 16px; background: #f5f5f5; width: 100%; }
.option-list:after { content: ''; display: block; clear: both; } */
.option_item {
    position: relative;
}
.option_values {
    font-size: 14px;
    color: #555555;
}
.option_control {
    border: 1px solid #cccccc;
}
.option_decrease,
.option_increase {
    width: 35px;
    height: 35px;
}
.option_amount {
    width: 80px;
    height: 35px;
    padding: 0;
    border: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
}
.option_price {
    float: right;
    display: block;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
}
.option_header,
.option_footer {
    margin: 12px 16px;
}
.option_header {
    margin-top: 0;
}
.option_footer {
    height: 24px;
    line-height: 24px;
}
/* .option_divider { height: 1px; border-bottom: 1px solid #f0f0f0; margin: 0 16px;} */
.option_delete {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 16px;
    font-size: 18px;
}

.option-col {
    float: left;
    padding: 15px;
}
.option-col:first-child {
    width: 50%;
}
.option-col:nth-child(2) {
    width: 25%;
}
.option-col:last-child {
    width: 25%;
}

.item-info-td {
    border-bottom: 1px solid #e5e5e5;
}
.view-total-row {
    margin: 20px 0 13px;
    text-align: right;
    font-size: 15px;
    color: #555555;
}
.total-price {
    font-family: Arial;
    font-size: 26px;
    color: #766959;
    font-style: normal;
    font-weight: bold;
}

.view-top:after {
    content: "";
    display: block;
    clear: both;
}
.view-box {
    margin-top: 80px;
}
.view-title,
.view-title-bor {
    padding-bottom: 20px;
    line-height: 20px;
    font-size: 23px;
    color: #766959;
    font-weight: 500;
}
.view-title-bor {
    border-bottom: 1px solid #aaaaaa;
}
.info-table tr {
    border-bottom: 1px solid #e5e5e5;
}
.info-table tr th {
    padding: 48px 30px 50px;
    width: 24%;
    text-align: left;
    font-size: 15px;
    color: #666666;
    font-weight: 500;
    background: #f5f5f5;
    border-right: 1px solid #e5e5e5;
}
.info-table tr td {
    padding: 30px;
    width: 76%;
    font-size: 15px;
    color: #666666;
    font-weight: 500;
    word-break: keep-all;
}

#item-state-table {
    margin: 17px 0;
}
#item-state-table tr th {
    padding: 7px 5px 7px 0;
    width: 80px;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    color: #666;
}

/* 리뷰 */
.prd-review {
    margin-top: 30px;
    padding: 44px 50px 60px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.prd-review h3 {
    line-height: 56px;
    font-family: NB;
    font-size: 23px;
    color: #5372b9;
    border-bottom: 1px solid #aaaaaa;
}
.prd-star img {
    float: left;
    margin-right: 5px;
}
.prd-star img:last-child {
    margin-right: 0;
}
.review {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}
.review:first-child {
    border-top: none;
}
.review-head .r-name,
.review-head .r-date {
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    font-size: 15px;
    color: #777777;
}
.r-name {
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
}
.r-date {
    padding-left: 10px;
}
.r-title {
    display: block;
    padding-top: 13px;
    width: 100%;
    font-size: 18px;
    color: #333333;
}
.review-body {
    padding-top: 12px;
}
.review-body p {
    line-height: 23px;
    font-size: 15px;
    color: #666666;
}

#product_review_wrap .btn {
    font-size: 16px !important;
}
.product-reserve-bottom {
    display: block;
    margin-top: 30px;
    text-align: right;
    font-size: 20px;
    color: #555555;
    font-weight: bold;
}

.head-box {
    display: inline-block;
    vertical-align: top;
}
.hb1 {
    width: 150px;
}
.hb2 {
    width: 750px;
}
.hb3 {
    width: 150px;
}

.h2 strong {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

/* --- Q & A --- */
#qna_form .qna {
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}
#qna_form .q_title {
    padding: 25px;
    cursor: pointer;
    border-bottom: 1px solid #f6f6f6;
}
#qna_form .q_title:hover {
    background: #fafafa;
}
#qna_form .q_title .fLeft span {
    font-size: 15px;
    color: #555555;
}
#qna_form .q_title .fRight span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
    line-height: 12px;
    font-size: 15px;
    color: #666666;
}
#qna_form .q_title .fRight span:last-child {
    padding: 0 0 0 15px;
    border-left: 1px solid #e5e5e5;
}
#qna_form .q_content {
    display: none;
    padding: 25px;
}
#qna_form .q_icon {
    display: inline-block;
    vertical-align: top;
    margin: 4px 10px 0 0;
    width: 10px;
    height: 10px;
    background: url("/renewal/img/icon/icon_qna_a.png") no-repeat center;
}
.a_content {
    background: #f6f6f6;
    font-size: 15px;
    color: #555555;
}
#qna_btn_wrap .btn {
    width: 95px;
    height: 35px;
    line-height: 35px;
    border-color: #cccccc;
}

/* --- View Tab Menu --- */
.view_tab_menu {
    clear: both;
    padding: 50px 0;
    width: 100%;
}
.view_tab_menu .tab_menu > ul {
    position: relative;
}
.view_tab_menu .tab_menu > ul:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #999999;
}
.view_tab_menu .tab_menu > ul > li {
    float: left;
    width: 25%;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.view_tab_menu .tab_menu > ul > li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #888888;
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #888888;
    font-weight: 500;
}
.view_tab_menu .tab_menu > ul > li.active {
    position: relative;
    margin-top: 0;
    border-top: 2px solid #999999;
    background-color: #fff;
    border-left: 2px solid #999999;
    border-right: 2px solid #999999;
}
.view_tab_menu .tab_menu > ul > li.active a {
    height: 45px;
    color: #333333;
    font-weight: 500;
}
.view_tab_menu .tab_menu > ul > li.active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.view_tab_menu .tab_contents > ul {
    position: relative;
}
.view_tab_menu .tab_contents > ul > li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 35px;
}
.view_tab_menu .tab_contents > ul > li.active {
    display: block;
    height: auto;
    position: relative;
}
.view_tab_menu .row {
    font-family: NotoKR, Arial;
    padding: 55px 0;
    border-bottom: 1px solid #e5e5e5;
}
.view_tab_menu .row:last-child {
    border-bottom: none;
}
.view_tab_menu .row div {
    display: inline-block;
    vertical-align: top;
}
.view_tab_menu .row div:first-child {
    width: 11.666667%;
}
.view_tab_menu .row div:last-child {
    width: 88.333333%;
    padding: 10px 0 0 30px;
}
.view_tab_menu .row div h3 {
    margin-bottom: 20px;
    font-size: 21px;
    color: #333333;
    font-weight: 500;
}
.view_tab_menu .row div p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}
.view_tab_menu .row div p:last-child {
    margin-bottom: 0;
}
.view_tab_menu .row:nth-child(2) div p {
    margin-bottom: 15px;
}
.view_tab_menu .row:nth-child(3) div > p {
    margin-top: 30px;
}
.view_tab_menu .row:nth-child(3) div ul li p {
    margin-bottom: 25px;
}
.view_tab_menu .row:nth-child(3) div p strong {
    font-size: 16px;
    color: #556db1;
    font-weight: 500;
}

/* --- Product View Info Tab --- */
.View_Detail_Wrap {
    background: url(/renewal/img/prd/tab_line.gif) bottom repeat-x #ffffff;
    margin: 20px 0 13px;
}
.View_Detail_Wrap ul {
    overflow: hidden;
    width: 100%;
}
.View_Detail_Wrap ul li {
    position: relative;
    float: left;
    width: 25%;
    border-top: 1px solid #fff;
    border-bottom: none;
    font-size: 12px;
    background-color: #f0f0f0;
    cursor: pointer;
}
.View_Detail_Wrap ul li.current {
    position: relative;
    border-top: 2px solid #556db1;
    border-left: 2px solid #556db1;
    border-right: 2px solid #556db1;
    background-color: #fff;
    margin-right: -1px;
    z-index: 5;
}
.View_Detail_Wrap ul li.current p {
    font-weight: bold;
    color: #888888;
}
.View_Detail_Wrap ul li p {
    padding: 9px 15px 8px 15px;
    text-align: center;
    color: #888888;
}

#content_style {
    font-family: NotoKR, Arial;
    padding: 20px;
}
#v_option1 {
    width: 210px;
    height: 35px;
}

/* --- View Expect --- */
#rate-register-box {
    margin-top: 30px;
    padding: 25px;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
}
.register-box-top {
    margin-bottom: 10px;
}
.register-box-top span:first-child {
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
}
#register_btn {
    position: relative;
    padding-right: 140px;
}
#register_btn input {
    padding-left: 20px;
    width: 100%;
    height: 70px;
}
#register_btn button {
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 70px;
    background-color: #556db1;
    color: #fff;
}

/* Product Review */
.review_write table {
    border-top: #e5e5e5;
}
.review_write table tr th {
    padding: 15px;
    text-align: left;
    background: #f8f8f8;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.review_write table tr td {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.review_write_wrap td:nth-child(3) img {
    display: none;
}
.review_write_wrap img {
    display: inline-block;
}
.input_info {
    padding: 10px 0;
    text-align: right;
}
.review_input_table {
    border-top: 1px solid #e5e5e5;
}
.review_input_table tr th {
    padding: 10px 15px;
    text-align: left;
    background: #f8f8f8;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.review_input_table tr td {
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.review_input_star label {
    padding-right: 10px;
    cursor: pointer;
}

#product_review_wrap {
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
#product_review_wrap .view_image img {
    display: inline-block;
    margin: 10px 0 0;
    max-width: 600px;
}
.product_star {
    width: 100px;
}
.star {
    display: inline-block;
    vertical-align: top;
}
.product_star img {
    display: inline-block;
}
.review_info p {
    position: relative;
    padding-right: 30px;
    display: inline-block;
    color: #888;
}
.review_info p:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 13px;
    background: #888;
}
.review_info span {
    color: #888;
}
#product_review_wrap .review_thumb img {
    margin-top: 0;
}
.review_thumb {
    display: inline-block;
    vertical-align: middle;
}
.review_thumb .view_image {
    padding-right: 15px;
}
.review_thumb img {
    width: 50px !important;
    height: 50px !important;
}
.review_toggle {
    padding: 0;
}
.review_toggle i {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
}
[data-toggle="off"] i {
    background: url("/renewal/img/icon/arrow_down.png") no-repeat center;
}
[data-toggle="on"] i {
    background: url("/renewal/img/icon/arrow_up.png") no-repeat center;
}
.review_contents {
    margin: 10px 0;
}
[data-review="off"] {
    display: none;
}

/* 배송 및 교환 */
.buy_info .row {
    font-family: NotoKR, Arial;
    padding: 55px 0;
    border-bottom: 1px solid #e5e5e5;
}
.buy_info .row:last-child {
    border-bottom: none;
}
.buy_info .row:after {
    content: "";
    display: block;
    clear: both;
}
.buy_info .row div {
    float: left;
}
.buy_info .row div:first-child {
    width: 11.666667%;
}
.buy_info .row div:last-child {
    width: 88.333333%;
    padding: 10px 0 0 30px;
}
.buy_info .row div h3 {
    margin-bottom: 20px;
    font-size: 21px;
    color: #333333;
    font-weight: 500;
}
.buy_info .row div p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}
.buy_info .row div p:last-child {
    margin-bottom: 0;
}
.buy_info .row:nth-child(2) div p {
    margin-bottom: 15px;
}
.buy_info .row:nth-child(3) div > p {
    margin-top: 30px;
}
.buy_info .row:nth-child(3) div ul li p {
    margin-bottom: 25px;
}
.buy_info .row:nth-child(3) div p strong {
    font-size: 16px;
    color: #d21d1d;
    font-weight: 500;
}

/* AnswerBasic */
.anw_c {
    display: inline-block;
    padding: 5px;
    background: #fafafa;
    font-weight: 500;
}

/* --- Product Search List --- */
#product_search_form_style {
    display: none;
}

/*
  Cart / Basket
*/
.deliver-msg {
    padding: 0 10px 5px;
    font-size: 14px;
}
.basket-total {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #cccccc;
}
.deliver-text {
    text-align: center;
    line-height: 40px;
    font-size: 0;
}
.dv-col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 15px;
}
.s-i {
    position: relative;
    width: 12.5%;
    height: 40px;
}
.b-plus {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
}
.b-plus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background: #666666;
}
.b-plus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 14px;
    background: #666666;
}
.b-equal {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background: #926d49;
    border-radius: 50%;
}
.b-equal:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background: #fff;
}
.b-equal:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background: #fff;
}
@media (max-width: 768px) {
    .vhide {
        display: none;
    }
    .deliver-msg {
        padding: 0 10px 10px 0;
        font-size: 13px;
    }
    .deliver-text {
        line-height: 30px;
        text-align: left;
    }
    .dv-col {
        width: 100%;
    }
    .s-i {
        display: none;
    }
    .dp {
        float: right;
    }
    .b-plus,
    .b-equal {
        left: auto;
        right: 100px;
    }
}

/* 장바구니 */
.amout_num {
    font-size: 9pt;
    color: #545454;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
}
.basket-col {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
}
.basket-col:nth-child(2) {
    padding: 0 0 0 10px;
}
.basket-image {
    display: block;
    height: 135px;
}
.basket-image img {
    width: auto;
    height: 100%;
}
.basket-name {
    font-size: 17px;
    color: #333333 !important;
    font-weight: 500;
}
.basket-val {
    display: block;
    margin: 15px 0;
    font-size: 15px;
    color: #766959;
}
.opt-amount {
    padding: 0;
    width: 80px;
    height: 35px;
    text-align: center;
}
.opt-modify {
    padding: 0;
    width: 60px;
    height: 35px;
    text-align: center;
    background: #fff;
}
.item-opt-price {
    margin-top: 5px;
    font-size: 15px;
    color: #555;
}

#basket_title {
    display: none;
}
#basket_process img {
    width: 100%;
}
.basket-process {
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
}
.basket-process img {
    margin: auto;
    max-width: 800px;
    width: 100%;
    height: auto;
}
#cart_list_style {
    background-color: #fff;
}
#cart_list_style tr th {
    padding: 10px 15px;
    background-color: #fff;
    font-weight: normal;
}
#cart_list_style tr td {
    padding: 0;
    border-top: 1px solid #e5e5e5;
}
#cart_list_style .item_align1 {
    overflow: hidden;
    float: left;
    margin-top: 17px;
    padding: 20px 0;
    width: 80px;
}
#cart_list_style .item_align1 a {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}
#cart_list_style .item_align1 a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100px;
}
#cart_list_style .item_align2 {
    float: left;
    padding: 30px 0 30px 25px;
    text-align: left;
}
#cart_list_style .item_align2 > a {
    display: block;
    text-align: left;
}
#cart_list_style .item_align2 span {
    display: inline-block;
    margin-bottom: 10px;
}
#cart_list_style .item_align2 .btn-modify .btn {
    width: 50px;
    height: 25px;
    line-height: 24px;
    font-size: 13px;
    color: #666666;
    font-weight: 500;
    background: #f7f7f7;
    border: 1px solid #cccccc;
}
#cart_list_style .price {
    padding: 10px 15px;
    font-size: 25px;
    color: #333333;
    font-weight: 700;
}
#cart_list_style .price span {
    margin-left: 3px;
    font-size: 15px;
    font-weight: 400;
}
#cart_total_style tr td {
    font-size: 15px;
    font-weight: 500;
}
#cart_total_style tr td:first-child {
    font-size: 0;
}
#cart_total_style span.price {
    font-size: 16px;
    color: #556db1;
}
#cart_list_style .point {
    display: block;
    margin: auto !important;
    font-weight: 500;
}
.prd_point {
    font-family: Arial;
    font-size: 19px !important;
    color: #666666;
}
.btn_delete_item {
    padding: 5px;
    background: #f4f4f4;
    border: 1px solid #cccccc;
}

.basket_list {
    border-top: 2px solid #556db1;
}
#basket_list_item {
    display: none;
    margin-bottom: 20px;
    background-color: #fff;
}
#basket_list_item:after {
    content: "";
    display: table;
    clear: both;
}
#basket_list_item .basket_list_left {
    float: left;
    padding: 4.6875%;
    width: 30%;
}
#basket_list_item .basket_list_right {
    float: left;
    padding: 4.6875%;
    width: 70%;
}
#basket_list_item .basket_list_left .item_img img {
    width: 100%;
    height: auto;
}
#basket_list_item .btn-modify input {
    margin-left: 5px;
    width: 75px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
}
#basket_list_item .basket_list_bottom {
    clear: both;
    padding: 4.6875%;
}
#basket_list_item .basket_list_bottom_wrap {
    padding: 2%;
    background-color: #f5f5f5;
}
#basket_list_item .basket_list_bottom_wrap ._tit {
    float: left;
    height: 30px;
    line-height: 30px;
}
#basket_list_item .basket_list_bottom_wrap ._content {
    float: right;
    height: 30px;
    line-height: 30px;
}
#basket_list_item .basket_list_bottom_wrap > div {
    padding: 10px 0;
}
#basket_list_item .basket_list_bottom_wrap > div:first-child {
    border-bottom: 1px solid #e5e5e5;
}
.basket_btn_wrap {
    margin-top: 20px;
}
.basket_btn_wrap .btn {
    width: 125px;
}
.basket_delete .btn_border {
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    background: #f7f7f7;
    border: 1px solid #cccccc;
}
.basket-btn {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

/* 주문 */
.order-container {
    padding: 0 40px;
}
.order-container .form-table {
    margin-bottom: 0;
}
.order-div {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.order-form-wrap {
    margin-top: 55px;
}
.order-form-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.product_order_box .head_title {
    margin-top: 12px;
}
.product_order_box .Product_order_title {
    text-align: left;
}
.product_order_box .Product_order_title span {
    font-size: 14px;
}
.product_order_box .order_box_wrap tr:first-child th,
.product_order_box .order_box_wrap tr:first-child td {
    padding: 15px;
}

.AWorder_form_table th {
    padding: 15px !important;
}

.deliver-msg-bottom {
    margin-top: 20px;
    font-size: 15px;
    color: #777777;
    text-align: right;
}

.order-side-top {
    padding: 16px 0 0;
    text-align: center;
}
.order-side-top p {
    font-size: 15px;
    color: #777777;
}
.order-side-top strong {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    color: #333;
}
.order-side-point {
    position: relative;
    margin-top: 18px;
    padding-right: 20px;
}
.order-side-point input {
    width: 100%;
    height: 40px;
}
.order-side-point span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    line-height: 40px;
    text-align: right;
    font-size: 15px;
    color: #777777;
}

.order-tax-btn {
    margin-top: 15px;
    padding: 0 20px;
}
.order-tax-btn:after {
    content: "";
    display: block;
    clear: both;
}
.order-tax-btn label {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}
.order-tax-btn label:first-child {
    width: 100%;
}
.order-tax-btn label:nth-child(2),
.order-tax-btn label:last-child {
    margin-bottom: 15px;
}
.tax-span {
    font-size: 14px;
    color: #777777;
}
.inner_table label {
    display: block;
}

.order-side-bottom {
    padding-top: 50px;
}
.order-side-bottom button {
    width: 49%;
}
.order-side-bottom button:first-child {
    margin-right: 2%;
}

/* 주문 - 결제하기 */
#cart_list_style tr td.item_img {
    padding: 15px;
}
#cart_list_style tr td.item_img a {
    display: block;
}
#cart_list_style tr td.item_img a img {
    height: 100px;
    width: auto;
}
.order-basket .basket-col {
    padding: 25px 10px;
}

.order-pay-box {
    margin-top: 55px;
    padding: 50px 0;
    background: #fff;
}
.order-pay-box .form-table {
    border-top: 1px solid #aaaaaa;
}
.form-btn-wrap .btn_dark_border {
    background: transparent;
    border-color: #aaaaaa;
    color: #444444;
}
.form-btn-wrap .btn {
    font-size: 16px;
    font-weight: 500;
}

/* 주문 - 주문완료 */
.btn-write {
    padding: 7px 15px 5px;
    font-size: 15px;
    color: #666666;
    background: #f5f5f5;
    border: 1px solid #dddddd;
}
.order-ok-box {
    margin: 0 0 50px;
    padding: 50px 0;
    background: #fff;
}
.order-ok-box-first {
    margin-top: 15px;
}

/* --- order <3> --- */
#p_pay_account {
    max-width: 190px;
    width: 100%;
    height: 35px;
}

.inner_table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #e5e5e5;
}
.inner_table tr th {
    width: 18%;
    height: 40px;
    padding: 10px 0 10px 10px;
    text-align: left;
    background: #fff;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}
.inner_table tr td {
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.inner_table tr td input[type="text"],
.inner_table tr td input[type="text"],
.inner_table tr td input[type="password"] {
    width: 100%;
    height: 35px;
}

#p_cash1,
#p_cash2,
#p_cash3,
#p_cash4 {
    margin-right: 1%;
    width: 24.25% !important;
    height: 35px;
}
#p_cash4 {
    margin-right: 0;
}

#p-cash-num1,
#p-cash-num2,
#p-cash-num3,
#p_cash_tel1,
#p_cash_tel2,
#p_cash_tel3 {
    margin-right: 1%;
    width: 32.66666% !important;
}
#p-cash-num3,
#p_cash_tel3 {
    margin-right: 0;
}

#p_cash_in1,
#p_cash_in2 {
    margin-right: 1%;
    width: 49.5% !important;
}
#p_cash_in2 {
    margin-right: 0;
}

#cash-name {
    width: 100% !important;
}

/* --- 4 order <4> --- */
#pay_method_style tr th,
#pay_method_style tr td {
    padding: 15px 15px 20px;
    text-align: left;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.pay_btn_wrap {
    text-align: center;
}

.form-pay-box {
}
/* .form-lite-box { padding: 15px; background: #fff; } */
.form-lite-box .form-table {
    margin-bottom: 0;
}
.form-lite-box .form-table .row:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .order-container {
        padding: 0 15px;
    }
    .order-ok-box {
        padding: 25px 0;
    }
    #pay_method_style tr th,
    #pay_method_style tr td {
        font-size: 14px;
    }
}
@media (max-width: 550px) {
    .basket-process {
        display: none;
    }
}

/*
  Order Style
*/
#order {
    padding: 0 0 60px;
    background: #f3f4f5;
}

/*
  Order list
*/
#order_list {
    padding: 20px;
    background-color: #fff;
}
#order_list_style {
    width: 100%;
    border-top: 2px solid #777777;
    border-bottom: 1px solid #dddddd;
}
#order_list_style tr {
    border-bottom: 1px solid #e5e5e5;
}
#order_list_style th {
    padding: 13px 0 18px;
}
#order_list_style td {
    padding: 10px 0 15px;
}
#order_list_style th:first-child,
#order_list_style td:first-child,
#order_list_style th:nth-child(3),
#order_list_style td:nth-child(3),
#order_list_style th:nth-child(5),
#order_list_style td:nth-child(5) {
    border-right: 1px solid #e5e5e5;
}
.order_list_wrap,
.coupon_wrap {
    margin-bottom: 150px;
}

.buy-td {
    padding: 24px;
    padding-right: 8px;
}

.buy-wrap {
    display: flex;
    width: 100%;
    height: auto;
}
.buy-l {
    display: table-cell;
    height: 96px;
    width: 116px;
    overflow: hidden;
}
.buy-r {
    display: table-cell;
    padding-left: 24px;
    width: 100%;
}

.option_list {
    margin: 8px 0;
    padding: 0 16px;
    background: #fafafa;
}
.option-list:after {
    content: "";
    display: block;
    clear: both;
}
.option-col {
    float: left;
    padding: 15px;
}
.option-col:first-child {
    width: 50%;
}
.option-col:nth-child(2) {
    width: 25%;
}
.option-col:last-child {
    width: 25%;
}

.mo_cell_point {
    display: none;
}
.mo_cell_prdinfo {
    display: none;
}

/*
  Media Query
*/

@media (max-width: 1024px) {
    /* 관심상품 */
    /* .wish-th { padding: 15px 10px 15px 0 !important; } */
    .del-list {
        font-size: 13px;
    }
    .del-list i {
        vertical-align: -4px;
        margin-right: 5px;
        width: 15px;
        height: 18px;
        background-size: 15px auto;
    }

    /* 마이페이지 */
    .point-top,
    .wishlist-top,
    .ask-top {
        padding: 13px 15px 12px;
    }
    .wishlist-top {
        font-size: 16px;
    }
    .point-top span {
        padding: 0 15px;
        font-size: 18px;
    }
    .ask-top span {
        font-size: 16px;
    }
    .wing-point {
        vertical-align: -4px;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background-size: auto 20px;
    }
    .wishlist-top i {
        vertical-align: -4px;
        margin-right: 10px;
        width: 20px;
        height: 17px;
        background-size: auto 17px;
    }
    .point-th,
    .point-td,
    .wish-th,
    .wish-td {
        padding: 12px 10px 13px !important;
        font-size: 13px;
    }
    .date-pic-btn button,
    .ask-top a {
        line-height: 45px;
        height: 45px;
        font-size: 14px;
    }

    .option_price {
        font-size: 16px;
    }
    .view-total-row {
        font-size: 15px;
    }
    .total-price {
        font-size: 22px !important;
    }

    /* 배송 및 교환 */
    .buy_info .row div:first-child,
    .buy_info .row div:last-child {
        float: none;
        padding: 0;
        width: 100%;
    }
    .buy_info .row div img {
        margin: auto;
        width: 70px;
        height: auto;
    }
    .buy_info .row div h3 {
        margin-top: 15px;
        text-align: center;
    }

    /* order */
    #order .store-wrap {
        padding-top: 60px;
    }
    .order-wrap {
        padding-top: 50px;
    }
    .basket-col,
    .wish-col {
        padding: 30px 10px;
    }
    .basket-col:nth-child(2) {
        padding: 20px 0 0 10px;
    }
    .basket-col:last-child,
    .wish-col:last-child {
        padding: 15px 10px 20px 46px;
        width: 100%;
    }
    .order-basket .basket-col:last-child {
        padding-left: 10px;
    }
    .price .basket-col,
    .price .wish-col {
        padding: 0;
    }
    .basket-image,
    .wish-image {
        height: 85px;
    }
    .basket-name,
    .wish-name {
        font-size: 16px;
    }
    .basket-val {
        margin: 7px 0;
        font-size: 14px;
    }
    .item-opt-price {
        font-size: 14px;
    }
    .opt-amount {
        width: 70px;
    }
    #cart_list_style tr td {
        padding: 0;
    }
    #cart_list_style .price em {
        font-size: 16px;
    }
    .wish-price {
        padding: 0;
    }
    .wish-price em {
        font-size: 16px;
    }
    #cart_total_style tr td {
        padding: 19px 10px;
        font-size: 13px;
    }
    #order_list_style th,
    #order_list_style td {
        font-size: 14px;
    }
    #cart_total_style span.price {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .v-pc {
        display: none;
    }
    .v-m {
        display: block;
    }

    /* Quick Menu Style */
    #quickmenu {
        display: none;
    }

    /* --- Join --- */
    #join_box {
        padding: 20px 2%;
    }
    #join_table_style tr th {
        padding-left: 2%;
    }
    #join_ok_style h1 {
        line-height: 36px;
    }
    #j_id,
    #j_password1,
    #j_password2,
    #j_name {
        width: 200px;
        height: 40px;
    }
    #j_id {
        width: 100px;
    }
    #j_email {
        width: 200px;
        height: 40px;
    }
    #j_phone1,
    #j_phone2,
    #j_phone3,
    #j_tel1,
    #j_tel2,
    #j_tel3 {
        width: 60px;
        height: 40px;
    }
    #j_post {
        width: 80px;
        height: 40px;
    }
    #j_address1,
    #j_address2 {
        max-width: 800px;
        width: 100%;
        height: 40px;
    }

    /* --- My Info --- */
    .join_input_tit_wrap {
        height: auto !important;
    }
    .t_left {
        position: static !important;
    }
    .t_right {
        position: static !important;
        margin: 5px 0;
        text-align: left !important;
    }

    /*
       Product
     */
    /* ---  List Page --- */
    .recom_product_wrap .product_head .recom_product_img {
        height: 130px;
    }
    #product_list .list .product_wrap .product_head .product_img {
        height: 130px;
    }
    #product_list .list .product_wrap .product_body .product_info {
        display: none;
    }
    #product_list .list .product_wrap .product_body .product_name a {
        font-size: 13px;
    }
    #product_list .list .product_wrap .product_price span.price {
        font-size: 16px;
    }
    .count {
        display: block;
    }
    .sub_head_pc {
        display: none;
    }
    #Sub_Container .sub_head_title {
        display: block;
    }
    #Sub_Container #product_count_style {
        margin: 20px 0 10px;
    }
    #Sub_Container .sub_head_title p {
        font-size: 19px;
        color: #333333;
        font-weight: 500;
    }
    #product_count_style .fLeft {
        display: none;
    }
    #product_count_style .fRight {
        width: 100%;
    }
    #product_count_style .fRight select {
        width: 100%;
        height: 35px;
    }

    /* --- View Page --- */
    #product_view_wrap:after {
        content: "";
        display: table;
        clear: both;
    }
    #recommand_area .swiper-container {
        padding: 0 !important;
    }
    #recommand_area .swiper-button-prev {
        margin-top: -50px !important;
        width: 30px !important;
        height: 30px !important;
        background: url("/renewal/img/slide/slide_prev_4.png") no-repeat center / 30px !important;
    }
    #recommand_area .swiper-button-next {
        margin-top: -50px !important;
        width: 30px !important;
        height: 30px !important;
        background: url("/renewal/img/slide/slide_next_4.png") no-repeat center / 30px !important;
    }
    #product_view_image {
        padding: 10px 0;
        width: 100%;
        float: none;
        background-color: #fff;
    }
    #View_Product_Img {
        height: 200px;
    }
    #product_view_info {
        margin-top: 20px;
        padding: 10px 0;
        width: 100%;
        float: none;
        background-color: #fff;
    }
    #product_view_info .item_title {
        font-size: 18px;
    }
    .item-info-style tr th,
    .item-info-style tr td,
    .item-state-table tr th {
        font-size: 14px;
    }

    /* --- Product View Info Tab--- */
    .View_Detail_Wrap ul li p {
        font-size: 12px;
    }

    /* Product View Detail Wrap */
    .View_Detail_Wrap {
        background: none;
    }
    .View_Detail_Wrap ul li {
        background-color: #fff;
        border-bottom: 2px solid #e5e5e5;
    }
    .View_Detail_Wrap ul li.current {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #70ae31;
    }
    .View_Detail_Wrap ul li p {
        padding: 10px 0;
        letter-spacing: -0.08em;
    }
    #content_style {
        padding: 0;
    }
    #content_style img {
        width: 100% !important;
        height: auto !important;
    }

    /* Review */
    #product_review_wrap td,
    #product_review_wrap p,
    #product_review_wrap span {
        font-size: 13px;
    }
    .product_star {
        width: 55px;
    }
    .product_star img {
        width: 10px;
    }
    .review_info p {
        padding-right: 16px;
    }
    .review_info p:after {
        right: 8px;
        height: 10px;
    }
    .review_toggle i {
        width: 25px;
        height: 25px;
    }
    #cart_list_style tr td.item_img a img {
        height: 50px;
    }
    .review_write_wrap {
        padding: 15px;
        background: #fff;
    }
    .review_write_wrap input[type="file"] {
        width: 100%;
    }
    .review_input_table tr th {
        width: 2%;
    }

    /*
       Cart / Basket
     */
    #basket_title {
        display: block;
    }
    #basket_process {
        display: none;
    }
    #basket_list_item {
        display: block;
    }
    #cart_list_style .price,
    #cart_list_style th {
        font-size: 13px;
    }
    #cart_list_style tr th:nth-child(5) {
        width: 40px;
    }
    #cart_list_style .item_align1 {
        float: none;
        margin: 17px 0 0 5px;
    }
    #cart_list_style .price {
        padding: 0 5px;
    }
    #cart_list_style .price span {
        font-size: 12px;
    }
    .btnAmount-wrap {
        margin-bottom: 5px;
    }
    .prd_point {
        padding: 0 5px;
        font-size: 13px !important;
    }
    span.point {
        width: 35px;
        font-size: 10px;
    }
    #cart_total_style tr td {
        font-size: 12px;
        letter-spacing: -0.06em;
    }
    #cart_total_style {
        padding: 0;
    }
    .total-price {
        font-size: 20px !important;
    }

    .bbs_cell_point {
        display: none;
    }

    /* Order Button Wrap */
    #button_wrap {
        width: 100%;
    }
    #button_wrap a.btn {
        float: left;
        width: 49%;
    }
    #button_wrap a.btn:first-child {
        margin-right: 2%;
    }

    /*
       Order Style
     */
    #order {
        padding: 0;
    }

    /*
       Order list
     */
    #order_list {
        padding: 20px;
        background-color: #fff;
    }
    #order_list_style {
        border-top: 2px solid #777777;
        border-bottom: 1px solid #dddddd;
    }
    #order_list_style th {
        padding: 10px 0;
        background-color: #fafafa;
    }
    .order_list_wrap,
    .coupon_wrap {
        margin-bottom: 150px;
    }
    .cart_total_style {
        background: #f8f8f8 !important;
    }
    .order_list_total td,
    .order_list_total b {
        color: #333 !important;
    }
    /* Cat Style */
    .table_cat {
        border-top-color: #7f28a4 !important;
    }
    .cat-color {
        color: #7f28a4 !important;
    }
    .cat-bg {
        background-color: #7f28a4 !important;
    }
    .cat-title {
        background: url("/renewal/img_cat/icon/icon_title_cat.png") no-repeat center left / 22px !important;
    }
    .cat-border {
        color: #7f28a4 !important;
        border: 1px solid #7f28a4 !important;
    }

    #idpw .fLeft {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }
    #idpw .idpw_wrap {
        padding-top: 10px;
        width: 100%;
    }
    #idpw .border {
        height: 250px;
    }
    #idpw .head_title h3 {
        font-size: 18px;
    }
    #idpw .head_title {
        background-size: auto 18px !important;
    }
    #idpw .personal {
        padding: 15px;
        font-size: 14px;
    }
    #idpw .personal span.icon_personal {
        display: block;
        margin: 0 auto 15px;
        border-right: none;
        width: 33px;
    }
    .btn_personal {
        display: none !important;
    }
    #idpw .personal span:nth-child(2) {
        padding-left: 0;
    }

    /*
      Order Form
    */
    /* .cart_cell_prdinfo { display: none; } */
    .mo_cell_prdinfo {
        display: block;
    }
    #cart_list_style tr td.item_img {
        padding: 10px;
    }
    .mo_cell_prdinfo a {
        height: auto !important;
        font-size: 13px;
    }
    .order_box_wrap tr td {
        font-size: 12px;
    }
    .pay_btn_wrap .btn {
        width: 49%;
    }
    .pay_btn_wrap .btn:last-child {
        margin-left: 2%;
    }

    .buy-td {
        padding: 5px;
    }

    .buy-wrap {
        display: block;
    }
    .buy-l {
        display: block;
        margin: auto;
    }
    .buy-r {
        display: block;
        padding-left: 10px;
    }

    /* .option_list { padding: 5px; }
    .option-col { float: none; padding: 5px; }
    .option-col:first-child,
    .option-col:nth-child(2),
    .option-col:last-child { width: 100%; } */

    /* Table Responsive Cell */
    .pc_cell {
        display: none;
    }
    .m_cell {
        display: table-cell;
    }

    /* ======= Main ======= */
    #section1 .grid .grid-12 {
        float: none;
        width: 100%;
    }
    #Sub_Container .scroll_image {
        display: block;
        width: 100%;
        height: auto;
    }

    .dimmed {
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 550px) {
    /* 마이페이지 - 적립금 */
    .point-top {
        padding: 10px 15px 8px;
    }
    .point-top span {
        padding: 0 13px;
        line-height: 25px;
        font-size: 16px;
    }
    .point-box {
        padding: 12px 15px 10px;
    }
    .point-th,
    .point-td {
        font-size: 14px;
    }
    .basket-name,
    .wish-name {
        font-size: 15px;
    }

    .basket_btn_wrap .fRight {
        margin-top: 15px;
        width: 100%;
    }
    .basket_btn_wrap .basket-btn {
        width: 50%;
    }
    .basket_btn_wrap .basket-btn a {
        width: 100%;
    }

    .join-btn {
        margin-bottom: 15px;
        width: 50%;
    }
    .join-btn button,
    .join-btn a {
        width: 100%;
    }
}
