@charset "utf-8";
/* 장바구니 -> 결제 확인 페이지 */
/* 공통 */
body {
    height: auto;
}
.shipping_step_wrap {
    width: 995px;
    margin: 0 auto;
    margin-top: 180px;
}

.shipping_step button {
    background: none;
}

.shipping_step button,
.shipping_step input,
.shipping_step select,
.shipping_step a {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.shipping_step_title {
    border-bottom: 1px solid #949494;
}

.shipping_step_title h2 {
    padding-bottom: 10px;
    font-size: 28px;
    color: #333;
}

.step_nav {
    display: flex;
    padding: 41px 0 50px 0;
}

.step_nav>div {
    position: relative;
    overflow: hidden;
    width: 33.3333%;
}

.step_nav>div>span {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
}

.step_nav>div>p {
    display: inline-block;
    font-size: 23px;
    padding-left: 16px;
}

.step_nav>div.on>p {
    color: #ed304d;
}

.step_nav>div>img {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 7px;
    width: 9px;
    height: 17px;
}

.step_nav>div:last-child {
    text-align: right;
}

/* 스탭 1 ( cart.php )*/
.cart_detail {
    padding-top: 21px;
    padding-bottom: 50px;
}

.cart_detail.orderform {
    padding-bottom: 93px;
}

.cart_detail_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.cart_detail_top .all_check_btn label {
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.cart_detail_top .all_check_btn input {
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 0;
    cursor: pointer;
}

.cart_detail_top .all_check_btn span {
    display: inline-block;
    float: left;
    padding-left: 6px;
    font-size: 16px;
    color: #333;
}

.all_check_select button:first-child {
    position: relative;
    margin-right: 6px;
    padding-right: 10px;
}

.all_check_select button:first-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #333;
}

.cart_detail_table {
    padding-bottom: 15px;
}

.cart_detail_table table {
    width: 100%;
    text-align: center;
    border-spacing: 0;
}

.cart_detail_table thead tr {
    background-color: #e2e2e2;
}

.cart_detail_table thead tr th {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.cart_detail_table tbody tr td {
    padding: 36px 0 !important;
    border-bottom: 1px solid #e2e2e2;
}

.cart_detail_table tbody tr td.cartitemcheck {
    width: 30px;
}

.cart_detail_table tbody tr td.cartitemname {
    overflow: hidden;
    width: 520px;
}

.cart_detail_table tbody tr td input[type=checkbox] {
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.cart_detail_table tbody tr td input[type=text] {
    display: inline-block;
    width: 58px;
    padding: 0 4px;
    font-size: 14px;
    background-color: #f0f0f0;
    text-align: center;
}

.cart_detail_table tbody tr td>span {
    font-size: 14px;
}

.cart_detail_table .cart_item_img {
    float: left;
    width: 118px;
}

.cart_detail_table .cart_item_content {
    position: relative;
    float: left;
    width: 386px;
    height: 118px;
    margin-left: 16px;
    text-align: left;
}

.cart_detail_table .cart_item_name a {
    display: block;
    line-height: 17px;
    font-size: 13px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cart_detail_table .cart_item_qty {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.cart_detail_table .cart_item_qty>div:last-child {
    margin-top: 6px;
}

.cart_detail_table .cart_item_qty span {
    display: inline-block;
}

.cart_detail_table .cart_item_qty span:first-child {
    color: #7f7f7f;
}

.cart_detail_table .cart_item_qty span:last-child {
    padding-left: 12px;
    color: #333;
}

.cart_detail_table .cart_item_qty label {
    display: inline-block;
    cursor: pointer;
}

.cart_shopping_btn {
    text-align: right;
}

.cart_shopping_btn button {
    padding: 11px 70px;
    border: 1px solid #949494;
    background-color: #fff;
    color: #333;
    transition: all 0.2s ease;
}

.cart_shopping_btn button:hover {
    background-color: #949494;
    color: #fff;
    transition: all 0.2s ease;
}

.payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 220px;
}

.payment_information {
    width: 540px;
}

.payment_information_right {
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 375px;
    height: 100%;
}

.payment_information.payer {
    padding-top: 40px;
}

.payment_information_right .form_phone {
    width: 50px;
    font-size: 15px;
}

.payment_input_form {
    padding: 14.5px 0;
}

.payment_input_form p {
    font-size: 17px;
}

.payment_input_form input[type=text] {
    display: inline-block;
    width: 443px;
    padding: 7.5px;
    padding-left: 0;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    transition: all 0.3s ease;
}
.payment_input_form input[type=text]::placeholder{
    color: #c0c0c0 !important;
}

.payment_input_form input[type=text]:-webkit-autofill,
.payment_input_form input[type=text]:-webkit-autofill:hover,
.payment_input_form input[type=text]:-webkit-autofill:focus,
.payment_input_form input[type=text]:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.payment_input_form input[type=text]:focus {
    border-color: #000;
    transition: all 0.3s ease;
}

.payment_input_form button {
    display: inline-block;
    width: 76px;
    margin-left: 10px;
    padding: 8px 0;
    border: 1px solid #c0c0c0;
    text-align: center;
    color: #c0c0c0;
    background-color: #fff;
    transition: all 0.2s ease;
}

.payment_input_form button:hover {
    border-color: #666;
    background-color: #666;
    color: #fff;
    transition: all 0.2s ease;
}

.payment_input_form span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #939393;
}

.payment_input_form select {
    display: block;
    width: 588px;
    margin-top: 10px;
    padding: 8px;
    font-size: 13px;
    color: #939393;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease;
    cursor: pointer;
}

.payment_input_form select:focus {
    color: #323232;
    border-color: #000;
    transition: all 0.3s ease;
}

.message_form {
    display: flex;
    justify-content: space-between;
    height: 33px;
    line-height: 33px;
    text-align: right;
}

.message_form div,
.message_form input,
.message_form button {
    display: inline-block;
}

.message_form div {
    padding: 0 4px;
    font-size: 13px;
    color: #333;
}

.message_form label {
    display: block;
    cursor: pointer;
}

.message_form input[type=text] {
    width: 130px;
    padding: 0 6.5px 0 7.5px;
    font-size: 13px;
    text-align: right;
}

.message_form input[type=text]::placeholder,
.message_form input[type=text]:-ms-input-placeholder,
.message_form input[type=text]::-webkit-input-placeholder {
    color: #c0c0c0 !important;
}

.message_form input[type=checkbox] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.payment_detail {
    width: 319px;
    padding: 23px 27px 21px 27px;
    border: 1px solid #dadada;
    background-color: #fff;
}

.payment_detail.orderform {
    margin-top: 58px;
    position: absolute;
}

.payment_detail.fixed {
    position: fixed;
    top: 105px;
}

.payment_detail.hold {
    position: absolute;
    top: auto;
    bottom: 0;
}

.payment_detail.orderform .amount_final {
    padding-bottom: 40px;
}

.payment_detail h3 {
    font-size: 18px;
    padding-bottom: 50px;
}

.amount_description {
    border-bottom: 1px solid #e2e2e2;
}

.amount_description div {
    display: flex;
    justify-content: space-between;
}

.amount_description div:first-child {
    padding-bottom: 18px;
}

.amount_description div:nth-child(2) {
    padding-bottom: 17px;
}

.amount_description div:nth-child(3) {
    padding: 17px 0;
}

.amount_description div:nth-child(4) {
    padding-bottom: 17px;
}

.amount_description div:nth-child(5) {
    padding-bottom: 26px;
}

.amount_description div:first-child span {
    color: #333;
}

.amount_description p {
    font-size: 15px;
}

.amount_description span {
    font-size: 15px;
    color: #666;
}

.amount_description span.free {
    color: #ee2f49;
}

.amount_final {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: right;
}

.amount_final p {
    padding-bottom: 17px;
}

.amount_final span {
    font-size: 13px;
}

.amount_final span#ct_tot_price {
    font-size: 35px;
    color: #ee2f49;
}

.pod_coupon {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.pod_coupon p {
    font-size: 15px;
}

.pod_coupon span {
    font-size: 15px;
    color: #666;
}

.new_buyer {
    padding-top: 22px;
}

.new_buyer input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.new_buyer label {
    font-size: 14px;
    padding-left: 4px;
}

.terms {
    padding-top: 61px;
    padding-bottom: 29px;
}

.terms input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.terms label {
    font-size: 15px;
    padding-left: 4px;
}

.order_number_go button {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #ee2f49;
    border: 1px solid #ee2f49;
    transition: all 0.2s ease;
}

.order_number_go.step2_btn {
    padding-bottom: 60px;
}

.order_number_go.step2_btn button {
    width: 320px;
}

.order_number_go button:hover {
    color: #ee2f49;
    background-color: #fff;
    transition: all 0.2s ease;
}


/* new 사은품 증정 추가 시작 */
.free_gift_wrap {
    margin: 20px 0;
    padding: 20px 0;
    background-color: #f7f7f7;
}

.free_gift_wrap h1 {
    padding-bottom: 36px;
    font-size: 20px;
    color: #111111;
    text-align: center;
}

.gift_img_wrap {
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
}

.gift_img_wrap label {
    cursor: auto;
}

.gift_item_on {
    position: relative;
    margin: 0 7px;
}

.gift_item_on:last-child {
    margin-right: 0;
}

.gift_box {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ee2f49;
    background-color: #fff;
    text-align: center;
}

.no_gift_bg {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 152px;
    height: 152px;
    background-color: rgba(0, 0, 0, 0.6);
}

.no_gift_img {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 142px;
    height: 66px;
}

.gift_box img {
    width: 100%;
}

.gift_img {
    width: 115px;
    height: 115px;
    margin: 0 auto;
}

.gift_box p {
    overflow: hidden;
    height: 29px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.gift_check {
    position: relative;
    padding: 12px 0;
    cursor: pointer;
}

.gift_check label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gift_check input[type=checkbox] {
    display: none;
}

.gift_check i {
    position: absolute;
    display: inline-block;
    left: 15%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
    height: 21px;
    background: url(../images/gift_check.png) left center no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition-duration: 0.3s;
}

.gift_check span {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    color: #000;
}

.gift_ps {
    margin-top: 4px;
    padding-left: 10px;
    font-size: 10px;
    color: #ee2f49;
    text-align: left;
}

/* 스탭 2 ( shipping_method.php) */
.shipping_detail {
    padding-top: 20px;
}

.shipping_weight .weight {
    font-weight: bold;
}

.shipping_location {
    padding-top: 12px;
    padding-bottom: 45px;
}

.shipping_location select {
    margin-bottom: 10px;
    padding: 8px 20px;
    font-size: 14px;
    color: #c0c0c0;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease;
    background-color: #fff;
    cursor: pointer;
}

.shipping_location select:focus {
    color: #323232;
    border-color: #000;
    transition: all 0.3s ease;
}

.shipping_location p {
    padding-bottom: 4px;
}

.shipping_kind {
    display: none;
}

.shipping_company_wrap {
    padding-bottom: 50px;
}

.shipping_company {
    display: flex;
    width: 780px;
    cursor: pointer;
}

.shipping_company label {
    display: flex;
    cursor: pointer;
}

.shipping_company input[type=radio] {
    margin-right: 12px;
    cursor: pointer;
}

.shipping_company img {
    width: 131px;
    height: 62px;
}

.shipping_company img.iml_img {
    height: 62px;
}

.shipping_company .shipping_info {
    padding-left: 40px;
    cursor: auto;
}

.shipping_company .shipping_info h4 {
    padding-bottom: 21px;
    font-size: 17px;
    font-weight: 500;
}

.shipping_company .shipping_info h4 span {
    font-size: 17px;
    font-weight: 500;
    color: #ff0000;
}

.shipping_company .shipping_info p {
    font-size: 15px;
    font-weight: 400;
}

.shipping_company .shipping_info p span {
    display: block;
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
}

.shipping_company .shipping_info p span strong {
    font-size: 15px;
    font-weight: 400;
    color: #ff0000;
}

.shipping_info_detail {
    overflow: hidden;
    display: none;
    width: 829px;
    margin-top: 23px;
    padding: 24px;
    border: 1px solid #dadada;
}

.shipping_info_detail p {
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 400;
}

.shipping_info_detail p.color {
    padding-bottom: 38px;
    font-size: 14px;
    color: #f38900
}

.shipping_info_detail p a {
    display: inline-block;
    color: #323232;
    text-decoration: underline;
    transition: all 0.2s ease;
}

.shipping_info_detail p a:hover {
    color: #ff0000;
    transition: all 0.2s ease;
}

.shipping_info_detail ul {
    padding: 10px 0 32px 8px;
}

.shipping_info_detail ul li {
    line-height: 47px;
}

.shipping_info_detail ul li img {}

.shipping_info_detail ul li span {
    padding-left: 11px;
}

.shipping_info_detail ul li button {
    margin-left: 8px;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 12px;
    color: #fff;
    background-color: #ee2f49;
    border: 1px solid #ee2f49;
    transition: all 0.2s ease;
}

.shipping_info_detail ul li button:hover {
    color: #ee2f49;
    background-color: #fff;
    transition: all 0.2s ease;
}

.shipping_info_detail .shipping_consent {
    padding-bottom: 48px;
}

.shipping_info_detail .shipping_consent label {
    display: inline-block;
    cursor: pointer;
}

.shipping_info_detail .shipping_consent input[type=checkbox] {
    width: 14px;
    height: 14px;
}

.shipping_info_detail .shipping_consent span {
    padding-left: 6px;
}

.shipping_info_detail .shipping_email {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding-bottom: 20px;
}

.shipping_info_detail .shipping_email span {
    display: inline-block;
    float: left;
    font-size: 22px;
}

.shipping_info_detail .shipping_email input[type=email] {
    display: block;
    float: left;
    width: 300px;
    margin-left: 6px;
    padding: 1px 6px 6px 0;
    font-size: 20px;
    border-bottom: 1px solid #dadada;
    transition: all 0.3s ease;
}

.shipping_info_detail .shipping_email input[type=email]:focus {
    border-color: #000;
    transition: all 0.3s ease;
}

.shipping_info_detail .shipping_email input[type=email]::placeholder {
    color: #dadada;
}

/* 박스베리 픽업 포인트 */
.pickup_point {
    display: none;
    padding-bottom: 100px;
}

.change_shipping {
    padding: 12px 0 22px 0;
    font-size: 17px;
}

.change_shipping button {
    display: inline-block;
    margin-left: 10px;
    padding: 6px 8px;
    border: 1px solid #c0c0c0;
    text-align: center;
    color: #c0c0c0;
    background-color: #fff;
    transition: all 0.2s ease;
}

.change_shipping button:hover {
    border-color: #666;
    background-color: #666;
    color: #fff;
    transition: all 0.2s ease;
}

.shipping_choose .city_div{
    margin-top: 0;
    padding-bottom: 50px;
    display: none;
}

.address input{
    width: 300px;
    height: 30px;
}


.address select{
    width: 180px;
    height: 36px;
}
.address2 select,
.address3 select,
.address4 select,
.address5 select{
    width: 285px;
    height: 36px;
}

.address input,
.address select,
.address2 select,
.address3 select,
.address4 select,
.address5 select{
    display: inline-block;
    padding: 2px 8px;
    font-size: 13px;
    color: #c0c0c0;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease;
    cursor: pointer;
}

.address input:focus,
.address select:focus,
.address2 select:focus,
.address3 select:focus,
.address4 select:focus,
.address5 select:focus{
    color: #323232;
    border-color: #000;
    transition: all 0.3s ease;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.address input::placeholder{
    color: #c0c0c0;
}

.explanation {
    display: flex;
    flex-wrap: wrap;
}

.explanation p {
    width: 100%;
    font-size: 18px;
    padding: 32px 0;
}

.explanation .desc {
    display: flex;
    width: 50%;
}

.explanation .desc img {
    width: 108px;
    height: 108px;
}

.explanation .desc_detail {
    padding-left: 16px;
}

.explanation .desc_num {
    margin-top: 5px;
    margin-bottom: 19px;
    font-size: 22px;
}

.explanation .desc_text {
    line-height: 24px;
    font-size: 16px;
}

/* step3 */
.step3 {
    padding-bottom: 150px;
}

.orderform_row {
    width: 995px;
    margin: 0 auto;
    padding-top: 180px;
}

.orderform_cart_td {
    width: 118px;
}

.orderform_cart_item {
    max-width: 240px;
}

.buyer_info.new {
    display: none;
}

.buyer_info .info {
    position: relative;
    padding: 15px 0 0;
    margin-top: 18px;
}

.buyer_info .info.phone {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 40px 0;
}

.buyer_info .info.phone div,
.buyer_info .info.msg div {
    font-size: 17px;
    color: #9b9b9b;
}

.buyer_info .info.msg textarea {
    display: block;
    width: 522px;
    resize: none;
    outline: none;
    border-color: #dadada;
    padding: 8px;
    font-size: 17px;
    transition: all 0.4s ease;
}

.buyer_info .info.msg textarea:focus {
    border-color: #ee2f49;
    transition: all 0.4s ease;
}

.buyer_info .info.msg div {
    padding-bottom: 8px;
}

.buyer_info .info.phone div strong {
    font-weight: normal;
    color: #ee2f49;
}

.buyer_info .info.phone span {
    font-size: 17px;
}

.form_field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dadada;
    outline: 0;
    font-size: 17px;
    color: #333;
    padding: 7px 0;
    background: transparent;
}

.form_phone {
    width: 80px;
    font-size: 17px;
    border: 0;
    border-bottom: 1px solid #dadada;
    outline: 0;
    color: #333;
    background: transparent;
    transition: all 0.4s ease;
}

.form_phone:focus {
    border-color: #ee2f49;
    transition: all 0.4s ease;
}

.line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #ee2f49;
    transition: all 0.4s ease;
}

.form_field::placeholder {
    color: transparent;
}

.form_field:placeholder-shown~.form_label {
    font-size: 17px;
    cursor: text;
    top: 20px;
}

.form_label {
    position: absolute;
    top: 0;
    display: block;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #9b9b9b;
}

.form_label span {
    font-size: 14px;
    color: #ee2f49;
}

.form_field:focus {
    padding-bottom: 7px;
    color: #333;
}

.form_field:focus~.form_label {
    position: absolute;
    top: 0;
    display: block;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #ee2f49;
}

.form_field:focus~.line {
    width: 540px;
    transition: all 0.4s ease;
}

.form_field:required,
.form_field:invalid {
    box-shadow: none;
}

.payer_list {
    padding-top: 15px;
}

.payer_list ul {}

.payer_list li {
    display: flex;
    font-size: 13px;
    padding: 6px 0;
    margin-bottom: 16px;
}

.payer_list input {
    display: inline-block;
    margin-top: 1px;
}

.payer_list label {
    display: block;
    padding-left: 6px;
}

.payer_list li div {
    margin-top: 27px;
}

/* 픽업포인트 css */
.federal_select_box ul {
    height: 160px;
    overflow-y: scroll;
}

.federal_select_box ul li {
    padding-left: 10px;
    cursor: pointer;
}

.federal_select_box ul li:hover {
    background: #005392;
    color: #fff;
}

.federal_select_box {
    display: none;
}

.federal_select_box.active {
    display: block;
}

.federal_select_box {
    width: 305px;
    height: auto;
    line-height: 20px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 9;
}

.boxberry-map {
    display: none;
}

.boxberry-map-btn {
    clear: both;
    width: 170px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #222;
    font-size: 15px;
    margin: 30px auto 0;
    text-align: center;
    cursor: pointer;
}

.free_shipping_bar {
    display: none;
}

#is_cart_page .free_shipping_bar {
    margin-bottom: 24px;
    padding: 10px 0;
}
#is_cart_page .free_shipping_bar p {text-align: center; font-size: 0.8125rem;}
#is_cart_page .free_shipping_bar progress:not(value) {}
#is_cart_page .free_shipping_bar progress[value] {
    appearance: none;
    border: none;
    width: 100%; height: 10px;
    border-radius: 5px;
    position: relative;
    background-color: #eee;
    border: 1px solid #DCDCDC;
}
#is_cart_page .free_shipping_bar progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 5px;
}
#is_cart_page .free_shipping_bar progress[value]::-webkit-progress-value {
    position: relative;
    background-size: 35px 20px, 100% 100%, 100% 100%;
    border-radius:5px;
    background-color: #5CABF7;
    animation: animate-stripes 5s linear infinite;
}
@keyframes animate-stripes {
    100% {
        background-position: -100px 0;
    }
}
#is_cart_page .free_shipping_bar progress[value]::-webkit-progress-value:after {
    content: '';
    position: absolute;
    width:5px;
    height:5px;
    top:7px;
    right:7px;
    background-color: white;
    border-radius: 100%;
}
#is_cart_page .free_shipping_bar progress[value]::-moz-progress-bar {
    background-size: 35px 20px, 100% 100%, 100% 100%;
    border-radius:5px;
}

.bag_total_price {
    overflow: hidden;
    margin-bottom: 37px;
    padding: 18.5px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd;
}

.bag_total_price > div {
    display: flex;
    float: right;
}

.bag_total_price p {
    margin-right: 26px;
    font-size: 17px;
}

.bag_total_price span {
    font-size: 17px;
    font-weight: 700;
}

.title_position td.cart_title,
.order_form_tit {
    font-size: 22px;
    font-weight: 300;
    color: #222222;
    text-align: left;
    padding: 12px 0 !important;
}

.shipping_date_txt {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 10px;
    background-color: #ee2f49;
    color: #fff;
    font-size: 17px;
}


.shipping_date_txt span {
    color: #fff;
    font-size: 17px;
}

.beauty_kpop_description {
    padding-top: 30px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e2e2e2;
}

.beauty_kpop_description:last-child {
    margin-bottom: 30px;
}

.beauty_kpop_description:first-child {
    padding-top: 0;
}

.beauty_kpop_description:nth-child(2) {
    margin-bottom: 30px;
}

.amount_description .beauty_kpop_description {
    display: block;
}
.amount_description .beauty_kpop_description div:first-child {
    justify-content: start;
    padding-bottom: 24px;
}
.amount_description .beauty_kpop_description div:first-child h4 {
    font-weight: bold;
    font-size: 15px;
}
.amount_description .beauty_kpop_description div:first-child > span {
    padding-left: 10px;
    font-size: 13px;
}
.amount_description .beauty_kpop_description div:first-child span {
    font-size: 13px;
}
.timedeal_info {
    position: absolute;
    bottom: 12px;
    width: 319px;
    right: 0px;
    border: 1px solid #dadada;
    background-color: #fff;
    font-size: 14px;
    color: #ee2f49;
    padding: 27px;
}

.kshipping_price {
    padding-bottom: 21px;
}

.kshipping_price,
.kshipping_price span {
    font-weight: bold;
    font-size: 17px;
}

.K-pop-popup {
    display: none;
    z-index: 999999999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.K-pop-popup > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    padding: 20px;
    background-color: #fff;
}

.K-pop-popup p {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 33px;
    text-align: center;
}

.K-pop-popup p strong {
    font-size: 20px;
    color: #ee2f49;
}

.K-pop-popup button {
    display: block;
    padding: 8px 30px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #494949;
}
/* 팝업 */
.fs_popup_wrap {
    display: none;
    z-index: 9999999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
}

.free_shipping_popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
}

.fs_popup_row {
    padding: 46px;
}

.fs_popup_top {
    background-color: #ebebeb;
}

.fs_popup_bottom {
    padding-bottom: 30px;
    background-color: #fff;
}

.fs_popup p {
    font-size: 23px;
    margin-bottom: 25px;
    font-weight: bold;
}

.fs_popup .fs_img {
    overflow: hidden;
    margin-bottom: 25px;
}

.fs_popup .fs_img:last-child {
    margin-bottom: 0px;
}

.fs_popup .fs_img img {
    display: inline-block;
    float: left;
}

.fs_popup .fs_img:last-child img {
    width: 134px;
    height: 37px;
}

.fs_popup .fs_img span {
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 37px;
    margin-left: 8px;
}

.fs_popup .fs_img div {
    float: left;
    line-height: 37px;
    padding-left: 45px;
    font-size: 16px;
    color: #6c6c6c;
}

.fs_popup .fs_text {
    overflow: hidden;
    margin-bottom: 18px;
}

.fs_popup .fs_text>span {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 36px;
}

.fs_popup .fs_text>span>span {
    font-size: 20px;
    color: #fff;
    background-color: #ee2f49;
    border-radius: 32px;
    margin-left: 12px;
    padding: 6px 19px;
}

.fs_popup .fs_text div {
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #fff;
    background-color: #ee2f49;
    border-radius: 32px;
    margin-left: 12px;
    padding: 6px 19px;
}

.fs_popup button {
    display: block;
    width: 179px;
    height: 47px;
    line-height: 47px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #494949 !important;
}

.fs_popup_bg {
    display: none;
    z-index: 9999998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}


/* 픽업포인트 css */
.federal_select_box,
.gem_federal_select_box {
    display: none;
    width: 305px;
    height: auto;
    line-height: 20px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 9;
}

.federal_select_box.active,
.gem_federal_select_box.active {
    display: block;
}

.federal_select_box ul,
.gem_federal_select_box ul{
    height: 160px;
    overflow-y: scroll;
}

.federal_select_box ul li,
.gem_federal_select_box ul li {
    padding-left: 10px;
    cursor: pointer;
}

.federal_select_box ul li:hover,
.gem_federal_select_box ul li:hover {
    background: #005392;
    color: #fff;
}
