@charset "UTF-8";
@import url("/inc/external/selectbox/jquery.selectBox.css");
.selectBox-options li a,
.selectBox-options li a {
    padding: 0 10px;
    line-height: 30px;
    color: #666666;
}

.cart_page .inline_block {
    display: inline-block;
}

.cart_page .block {
    display: block;
}

.cart_page .txt_red {
    color: #ff5d5d;
    font-size: 12px;
    float: right;
}

.cart_page .selectBox {
    color: #666666;
    width: 152px;
    min-width: 120px;
    vertical-align: middle;
}

.cart_page .opt_shipping_type {
    min-width: 112px;
}

.cart_page .selectBox-dropdown {
    border-radius: 0;
    border-color: #dddddd;
    padding: 0;
}

.cart_page .selectBox-dropdown .selectBox-arrow {
    width: 20px;
    height: 100%;
    background: #fff url(../images/select_arrow.png) 50% center no-repeat;
    border-left: none;
}

.cart_page .selectBox-dropdown .selectBox-label {
    height: 100%;
    line-height: 27px;
    padding: 0 20px 0 10px;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cart_page .selectBox-dropdown-menu {
    border: solid 1px #3b3b3b;
    background: #2d2d2d;
}

.selectBox-dropdown-menu {
    min-width: 200px;
}

.opt_shipping_type-selectBox-dropdown-menu {
    min-width: 112px !important;
}

.cart_page .selectBox-options li a,
.cart_page .selectBox-options li a {
    padding: 0 10px;
    line-height: 30px;
    color: #666666;
}

.cart_page .selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.cart_page .design_checkbox {
    display: inline-block;
    width: auto;
}

.cart_page .design_checkbox.hide_txt span {
    display: none;
}


/* 2016.06.03 ìˆ˜ì • */

.cart_page .design_checkbox {
    display: inline-block;
    height: 16px;
    background: url(../images/check_inactive.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.cart_page .cart_content .design_checkbox {
    width: 16px;
}

.cart_page .box_btn_left .design_checkbox {
    width: auto;
}

.cart_page .design_checkbox input {
    visibility: hidden;
    width: 0;
}

.cart_page .design_checkbox.active {
    background: url(../images/check_active.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.cart_page .design_checkbox span {
    margin-left: 20px;
}

.cart_page .box_agrees .design_checkbox {
    top: 0;
}


/* 2016.02.25 ìˆ˜ì • S */


/* radio */

.cart_page .radio .design_rdobox,
.cart_page .design_radio {
    display: inline-block;
    width: auto;
    height: 16px;
    margin: 0 25px 0 0;
    padding-left: 20px;
    background: url(../images/rdo_bg2.png) 0 -21px no-repeat;
    color: #8b8b8b;
    line-height: 14px;
}


/*.cart_page .design_radio {
  padding-left: 12px;
  margin: 0 10px 0 0; }

.cart_page .design_radio.active {
  background-position: 0 -1px; }*/

.cart_page .element_cell .element_list:first-child .design_rdobox,
.cart_page .element_cell .element_list:first-child .design_radio {
    margin-top: 0;
}

.cart_page .radio .design_rdobox.active,
.cart_page .design_radio.active {
    background-position: 0 -1px;
}

.cart_page .radio label input,
.cart_page .design_radio input {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
}


/*radio end*/

.cart_page .tf_w14p {
    width: 14%;
}

.cart_page .tf_w30p {
    width: 30%;
}

.cart_page .w55p {
    width: 55%;
}

.cart_page .tf_w60p {
    width: 60%;
}

.cart_page .text_left {
    text-align: left;
}

.cart_page .text_right {
    text-align: right;
}

.cart_page .center {
    text-align: center;
}

.cart_page .margin_b5 {
    margin-bottom: 5px;
}

.cart_page .margin_b10 {
    margin-bottom: 10px;
}

.cart_page .margin_v10 {
    margin: 10px 0;
}

.cart_page .margin_t5 {
    margin-top: 5px;
}

.cart_page .margin_t10 {
    margin-top: 10px;
}

.cart_page .btn_comm {
    background-color: #555555;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}

.cart_page .btn_gray {
    width: 94px;
    height: 30px;
}

.cart_page .btn_primary {
    width: 94px;
    height: 30px;
    background-color: #5983BD;
}

.cart_page .tab_info {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    height: 70px;
}

.cart_page .tab_info .tab_list {
    background-color: #efefef;
    width: 33.33%;
    height: 70px;
    float: left;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #fff;
    cursor: default;
}

.cart_page .tab_info .tab_list div {
    margin-top: 18px;
}

.cart_page .tab_info .tab_list span {
    color: #bbb;
    font-size: 16px;
    line-height: 16px;
}

.cart_page .tab_info .tab_list h3 {
    color: #999;
    font-size: 18px;
}

.cart_page .tab_info .tab_list:first-child {
    border-left: 0;
}

.cart_page .tab_info .tab_list.active {
    background-color: #777777;
}

.cart_page .tab_info .tab_list.active span {
    color: #ddd;
}

.cart_page .tab_info .tab_list.active h3 {
    color: #fff;
}

.cart_page .tab_info_content .tab_content {
    display: none;
}

.cart_page .tab_info_content .tab_content.active {
    display: block;
}

.cart_page .tab_info_content h4 {
    font-size: 14px;
}

.cart_page .tbl_cart_list {
    margin-top: 5px;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #8F8F8F;
}

.cart_page .col_check {
    width: 8%;
    min-width: 50px;
    z-index: 1;
}

.cart_page .col_check .design_checkbox {
    width: 16px;
}

.cart_page .col_subject a {
    line-height: 24px;
}

.cart_page .col_subject h5 a {
    line-height: 17px;
}

.cart_page .col_shipping {
    width: 15%;
}

.cart_page .col_amount {
    width: 15%;
}

.cart_page .col_num {
    width: 15%;
    min-width: 80px;
}

.cart_page .col_delete {
    width: 50px;
    text-align: right;
}

.cart_page .tbl_cart_list td.col_total {
    width: 15%;
    text-align: right;
    padding-right: 25px;
}

.cart_page .tbl_cart_list thead tr {
    background-color: #f9f9f9;
    height: 45px;
}

.cart_page .tbl_cart_list thead tr th {
    font-size: 13px;
    position: relative;
}

.cart_page .tbl_cart_list thead tr th.col_total {
    width: 15%;
    text-align: right;
    padding-right: 25px;
}

.cart_page .tbl_cart_list tbody tr {
    border-top: 1px solid #dddddd;
    padding: 0 10px;
}

.cart_page .col_shipping {
    width: 8%;
    min-width: 50px;
}

.cart_page .cart_content .tbl_cart_list tbody tr:last-child {
    background-color: #f8f8f8;
}

.cart_page .tbl_cart_list td {
    padding: 14px 0;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.cart_page .tbl_cart_list td span.cart_list_label {
    display: none;
}

.cart_page .tbl_cart_list td.col_subject {
    text-align: left;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.cart_page .tbl_cart_list td.col_subject .product_option {
    word-break: break-all;
}

.cart_page .inp_agree {
    width: 100%;
    margin-bottom: 65px;
}

.cart_page .inp_agree span {
    margin-left: 20px;
}

.cart_page .box_select {
    display: block;
}

.cart_page .opt_search_type {
    width: 100%;
    height: 30px;
    min-width: auto;
    min-width: initial;
}

.cart_page .opt_search_type>.selectBox {
    min-width: auto;
    min-width: initial;
}

.cart_page .product_thumb {
    width: 75px;
    height: 75px;
    min-width: 75px;
    margin-left: 20px;
    display: table-cell;
}

.cart_page .product_thumb a {
    display: block;
    position: relative;
    overflow: hidden;
}

.cart_page .product_thumb .thumb_overlay {
    width: 100%;
    display: block;
}

.cart_page .product_thumb img {
    max-width: 100%;
    vertical-align: top;
}

.cart_page .product_thumb img.thumb_img {
    overflow: hidden;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    margin: auto;
}

.cart_page .td_product_info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.cart_page .td_product_info .product_name {
    font-size: 13px;
    color: #434343;
    line-height: 23px;
    text-align: left;
}

.cart_page .td_product_info .product_name a {
    color: #434343;
    line-height: 23px;
}

.cart_page .td_product_info .product_option {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    line-height: 23px;
}

.cart_page .td_product_info .product_option span {
    background-color: transparent;
    color: #333333;
    margin-right: 0;
    font-weight: bold;
    padding: 0;
    display: inline;
}

.cart_page .td_product_info .product_option span:before {
    content: "[";
}

.cart_page .td_product_info .product_option span:after {
    content: "]";
}

.cart_page .td_product_info .p_option,
.cart_page .td_product_info .p_price {
    background-color: #404040;
    display: inline-block;
    padding: 0px 5px 3px;
    color: #fff;
    font-size: 11px;
    margin-right: 5px;
}

.cart_page .td_product_info .p_price {
    background-color: #a0a0a0;
}

.cart_page .original_price {
    color: #bababa;
    margin-bottom: 2px;
}

.cart_page .ico_minus,
.cart_page .ico_plus {
    background: url(../images/ico_cart.png) no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.cart_page .ico_minus {
    background-position: 0 0;
}

.cart_page .ico_plus {
    background-position: -20px 0;
}

.cart_page .tf_number {
    height: 20px;
    width: 30px;
    border: 1px solid #dddddd;
    text-align: center;
}

.cart_page .cart_list_total_tr {
    background-color: #f5f5f5;
    border-bottom: none !important;
    border-top: 1px solid #dddddd !important;
}

.cart_page .cart_list_total_tr:hover {
    background-color: #f5f5f5 !important;
}

.cart_page .cart_list_total_tr .col_subject {
    padding-left: 31px;
    text-align: left;
}

.cart_page .cart_list_total_tr .cart_list_total {
    padding-right: 25px;
    color: #666666;
    text-align: right;
}

.cart_page .cart_list_total_tr .cart_list_total>span {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}

.cart_page .ico_warning {
    display: inline-block;
    background: url(../images/ico_cart.png) 0px -25px no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.cart_page .box_btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart_page .btn_buy,
.cart_page .btn_continue {
    width: 200px;
    height: 60px;
    font-size: 14px;
    border-radius: 0;
}

.cart_page .btn_buy {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
}

.cart_page .btn_continue {
    margin-left: 5px;
    background-color: #f6f6f6;
    border: 1px solid #e2e2e2;
    color: #9c9c9c;
}

.cart_page .btn_buyselected {
    margin-left: 5px;
    background-color: #FFF;
    border: 2px solid #222222;
    color: #222222;
    width: 200px;
    height: 60px;
    font-size: 14px;
    border-radius: 0;
}

.cart_page .box_btn_left {
    margin-bottom: -10px;
}

.cart_page .btn_delete {
    height: 30px;
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    color: #666666;
    margin-top: 20px;
    min-width: 40px;
}

.cart_page td .btn_delete_sm {
    padding: 0 6px;
    margin-top: 0;
}

.cart_page .payment_content .col_subject {
    padding-left: 17px;
}

.cart_page .payment_content .tbl_cart_list {
    margin-bottom: 60px;
}

.cart_page .payment_content .tbl_cart_list tbody tr:last-child .col_subject {
    text-align: right;
    padding-right: 20px;
}

.cart_page .payment_content .tbl_cart_list tr:nth-last-child(2) {
    border-bottom: 0;
}

.cart_page .payment_content .tbl_cart_list tr:nth-last-child(2):hover {
    background-color: transparent;
}

.cart_page .payment_content .tbl_cart_list .discount_price {
    margin-top: 5px;
}

.cart_page .payment_content .btn_gray {
    margin-left: 8px;
}

.cart_page .payment_content .product_price {
    margin-top: 5px;
}

.cart_page .payment_content .content_agree_info {
    width: 100%;
    height: 136px;
    margin-bottom: 13px;
    overflow-y: auto;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
}

.cart_page .payment_content .content_agree_info .w15p {
    width: 15%;
}

.cart_page .payment_content .content_agree_info .w25p {
    width: 25%;
}

.cart_page .payment_content .content_agree_info .w27p {
    width: 27%;
}

.cart_page .payment_content .content_agree_info .w75p {
    width: 75%;
}

.cart_page .payment_content .content_agree_info .person_info {
    text-align: center;
    white-space: normal;
}

.cart_page .payment_content .content_agree_info .person_info dd .tbl_tit {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.cart_page .payment_content .content_agree_info .person_info dd .tbl_tit div {
    display: table-cell;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    border-left: none;
}

.cart_page .payment_content .content_agree_info .person_info dd .tbl_txt {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.cart_page .payment_content .content_agree_info .person_info dd .tbl_txt .txt_left {
    text-align: left;
}

.cart_page .payment_content .content_agree_info .person_info dd .tbl_txt div {
    display: table-cell;
    padding: 15px;
    font-size: 12px;
    color: #434343;
    font-weight: bold;
    line-height: 1.7em;
    border-left: 1px solid #d9d9d9;
}

.cart_page .payment_content .content_agree_info .person_info dd .tbl_txt div:first-child {
    border-left: none;
}

.cart_page .payment_content .content_agree_info .person_info dd .tbl_txt div.w27p {
    font-weight: normal;
}

.cart_page .order_write_main {
    border-top: 1px solid #8F8F8F;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 60px;
}

.cart_page .order_write_main dd .txt_placeholder {
    display: none;
}

.cart_page .order_write_main span.form_error {
    font-size: 12px;
    color: #ff5d5d;
    margin: 5px;
}

.cart_page .order_write_main .tf_comm {
    height: 30px;
    border: 1px solid #E1E1E1;
    padding: 0 10px;
    line-height: 30px;
}

.cart_page .order_write_main .tf_comm.short,
.cart_page .order_write_main .element_list .tf_comm.tf_address {
    width: 30%;
}

.cart_page .order_write_main .element_list .tf_comm.tf_address {
    margin-bottom: 10px;
}

.cart_page .order_write_main .tf_zip_code {
    margin-bottom: 10px;
}

.cart_page .order_write_main .tf_comm.form_error {
    border: 1px solid #ff5d5d;
}

.cart_page .btn_zip_code {
    width: 94px;
    height: 30px;
    background-color: #555555;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 8px;
}

.cart_page .order_write_main dl {
    border-bottom: 1px solid #efefef;
    color: #434343;
    font-size: 13px;
    display: table;
    width: 100%;
}

.cart_page .order_write_main dt {
    display: block;
    width: 17%;
    color: #434343;
    font-weight: bold;
    padding: 19px 23px;
    display: table-cell !important;
    background-color: #f9f9f9;
}

.cart_page .order_write_main dt label span {
    color: red;
    margin-right: 5px;
}

.cart_page .order_write_main dd {
    width: 80%;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    display: table-cell;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart_page .order_write_main .inp_sms {
    width: 40%;
    margin-left: 6px;
}

.cart_page .inp_manufacturer {
    margin-left: 10px;
}

.cart_page .txt_lab {
    padding-left: 5px;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

.cart_page .line_address span {
    margin: 0 4px;
}

.cart_page .line_address:first-child {
    padding-top: 10px;
}

.cart_page .payment_method_info dt {
    vertical-align: middle;
}

.cart_page .payment_method_info dd {
    padding-left: 0;
}

.cart_page .payment_method_info ul li {
    display: inline-block;
    font-size: 12px;
}

.cart_page .payment_method_info .box_name ul {
    padding-left: 21px;
}

.cart_page .payment_method_info .box_name ul label {
    margin-right: 8px;
}

.cart_page .payment_method_info .payment_info ul li {
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 15px 21px;
}

.cart_page .payment_method_info .payment_info ul li .box_select {
    width: 224px !important;
    margin-left: 6px;
    display: inline-block;
}

.cart_page .payment_method_info .payment_info ul li:first-child {
    padding: 2px 21px 8px;
}

.cart_page .payment_method_info .payment_info ul li:last-child {
    border-bottom: 0;
}

.cart_page .order_check .order_check_content {
    width: 60%;
    margin: 0 auto;
}

.cart_page .order_check .order_check_ok,
.cart_page .order_check .order_check_failed {
    width: 67px;
    height: 67px;
    margin: 0px auto 20px;
}

.cart_page .order_check .order_check_ok {
    background: url(../images/check_ok.png) no-repeat;
}

.cart_page .order_check .order_check_failed {
    background: url(../images/check_failed.png) no-repeat;
}

.cart_page .order_check .order_check_title {
    font-size: 24px;
    font-weight: bold;
    color: #888888;
    margin-bottom: 5px;
    text-align: center;
}

.cart_page .order_check .order_check_title span {
    color: #434343;
}

.cart_page .order_check .order_check_short {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
}

.cart_page .order_check .border_dark {
    border-top: solid 1px #8f8f8f;
    margin-bottom: 20px;
}

.cart_page .order_check .border_dark tr:last-child th,
.cart_page .order_check .border_dark tr:last-child td {
    border-bottom: solid 1px #8f8f8f;
}

.cart_page .order_check .border_dark th {
    padding: 14px 0;
    width: 40%;
    background-color: #f7f7f7;
}

.cart_page .order_check .border_dark td {
    text-align: left;
    color: #666;
    padding-left: 40px;
}

.cart_page .order_check .border_dark td span {
    color: #434343;
}

.cart_page .order_check .order_check_note {
    text-align: center;
    font-size: 13px;
    color: #888888;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart_page .order_check .order_check_note a {
    color: #434343;
    text-decoration: underline;
}

.cart_page .order_check .product_detail_button {
    width: 80%;
    margin: 30px auto;
}

.cart_page .order_check .product_detail_button .col {
    padding-left: 5px;
    padding-right: 5px;
}

.cart_page .order_check .product_detail_button .detail_button {
    background-color: #222;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 5px;
    cursor: pointer;
}

.cart_page .order_check .product_detail_button .button_oranges {
    background-color: #ff6600;
}

.cart_page .order_check .product_detail_button .button_oranges img {
    margin-bottom: -8px;
    margin-right: 8px;
}

.cart_page .order_check .product_detail_button .button_white {
    background-color: #f6f6f6;
    border: 1px solid #e2e2e2;
    color: #666;
}

.cart_page .order_check .product_detail_button .popup_button {
    height: 50px;
    line-height: 50px;
}

.cart_page .cart_top_title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.cart_page .cart_page_note {
    overflow-y: scroll;
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #E1E1E1;
    line-height: 20px;
    margin-bottom: 10px;
}

.cart_page .cart_page_check {
    display: inline-block;
}


/* Ω░£∞¥╕∞áòδ│┤ ∞êÿ∞ºæ δ░⌐∞╣¿ */

.w15p {
    width: 15%;
}

.w27p {
    width: 27%;
    border-left: 1px solid #d9d9d9;
}

.pc_hidden {
    display: none;
}

.mo_hidden {
    display: block;
}

.m10 {
    margin: 10px 0 20px 0;
    color: #434343;
}


/* Mobile:Start */

@media all and (max-width: 767px) {
    .cart_page .col_check {
        width: 8%;
        min-width: 35px;
    }
    .cart_page .cart_content_header {
        background-color: #f3f3f3;
        position: relative;
        height: 40px;
    }
    .cart_page .tbl_cart_list {
        margin-top: 0;
    }
    .cart_page .tbl_cart_list td {
        padding: 10px 0px 10px 10px;
    }
    .cart_page .tbl_cart_list td.col_note {
        text-align: right;
    }
    .cart_page .chk_all {
        width: 65%;
        display: inline-block;
        margin-left: 10px;
        margin-top: 15px;
    }
    .cart_page .chk_all span {
        margin-left: 20px;
    }
    .cart_page .chk_all .num_select {
        margin-left: 5px;
    }
}

@media all and (max-width: 767px) and (max-width: 767px) {
    .cart_page .col_check {
        width: 8%;
        min-width: 35px;
    }
    .cart_page .cart_content_header {
        background-color: #f3f3f3;
        position: relative;
        height: 40px;
    }
    .cart_page .tbl_cart_list {
        margin-top: 0;
    }
    .cart_page .tbl_cart_list td {
        padding: 10px 0px 10px 10px;
    }
    .cart_page .tbl_cart_list td.col_note {
        text-align: right;
    }
    .cart_page .chk_all {
        width: 65%;
        display: inline-block;
        margin-left: 10px;
        margin-top: 15px;
    }
    .cart_page .chk_all span {
        margin-left: 20px;
    }
    .cart_page .chk_all .num_select {
        margin-left: 5px;
    }
    .cart_page .btn_list_card {
        height: 30px;
        padding: 0px 8px;
        border: 1px solid #aaaaaa;
        background-color: #fff;
        color: #666666;
        text-align: right;
        border-radius: 0;
        position: absolute;
        top: 5px;
        right: 15px;
    }
    .cart_page .tbl_cart_list tr .cart_list_total {
        padding: 8px 0;
    }
    .cart_page .tbl_cart_list tr .cart_list_total td {
        padding: 8px 0;
    }
    .cart_page .order_write_main dl {
        padding-right: 5px;
    }
    .cart_page .order_write_main dt {
        width: 30%;
        padding: 15px 0px;
    }
    .cart_page .order_write_main dd {
        padding-left: 10px;
    }
    .cart_page .order_write_main .inp_sms {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
    .cart_page .payment_method_info dl {
        border-bottom: 0;
    }
    .cart_page .payment_method_info dd {
        padding-left: 0;
        padding-top: 0;
    }
    .cart_page .payment_method_info ul li {
        display: block;
        margin-right: 0px;
        border-bottom: 1px solid #efefef;
        padding: 15px 0;
    }
    .cart_page .payment_method_info .payment_info ul li:first-child {
        padding: 2px 21px 8px 21px;
    }
    .cart_page .payment_method_info .payment_info dt {
        display: none !important;
    }
    .cart_page .box_btn .btn_comm {
        width: 47%;
    }
    .cart_page .payment_content .btn_gray {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }
    .cart_page .opt_search_type {
        /*width: 150px;*/
    }
    .cart_page .inp_manufacturer {
        margin-left: 0px;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .cart_content .tbl_cart_list tbody tr:last-child,
    .cart_content .tbl_cart_list tbody tr:nth-last-child(2) {
        border-bottom: 0;
    }
    .cart_page .cart_content .tbl_cart_list tbody tr:last-child .col_subject,
    .cart_page .payment_content .tbl_cart_list tbody tr:last-child .col_subject {
        padding-right: 5px;
        padding-left: 6px;
    }
    .cart_page .payment_method_info .box_name ul {
        padding-left: 0;
    }
    .cart_page .payment_method_info .box_name ul li {
        padding-left: 21px;
    }
    .cart_page .payment_method_info .box_name dt {
        display: none !important;
    }
    .cart_page .cart_content .tbl_cart_list tbody tr.no_writing {
        background-color: transparent;
    }
    .cart_page .order_write_main dt {
        width: 30%;
        padding: 15px 0px;
    }
    .cart_page .order_write_main dd {
        padding-left: 10px;
    }
    .cart_page .order_write_main .inp_sms {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
    .cart_page .payment_method_info dl {
        border-bottom: 0;
    }
    .cart_page .payment_method_info dd {
        padding-left: 0;
        padding-top: 0;
    }
    .cart_page .payment_method_info ul li {
        display: block;
        margin-right: 0px;
        border-bottom: 1px solid #efefef;
        padding: 15px 0;
    }
    .cart_page .payment_method_info .payment_info ul li:first-child {
        padding: 2px 21px 8px 21px;
    }
    .cart_page .payment_method_info .payment_info dt {
        display: none !important;
    }
    .cart_page .box_btn .btn_comm {
        width: 47%;
    }
    .cart_page .payment_content .btn_gray {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }
    .cart_page .opt_search_type {
        /*width: 150px;*/
    }
    .cart_page .inp_manufacturer {
        margin-left: 0px;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .cart_content .tbl_cart_list tbody tr:last-child,
    .cart_content .tbl_cart_list tbody tr:nth-last-child(2) {
        border-bottom: 0;
    }
    .cart_page .cart_content .tbl_cart_list tbody tr:last-child .col_subject,
    .cart_page .payment_content .tbl_cart_list tbody tr:last-child .col_subject {
        padding-right: 5px;
        padding-left: 6px;
    }
    .cart_page .payment_method_info .box_name ul {
        padding-left: 0;
    }
    .cart_page .payment_method_info .box_name ul li {
        padding-left: 21px;
    }
    .cart_page .payment_method_info .box_name dt {
        display: none !important;
    }
    .cart_page .cart_content .tbl_cart_list tbody tr.no_writing {
        background-color: transparent;
    }
    .cart_page .cart_content .tbl_cart_list tbody tr.no_writing .col_subject {
        text-align: center;
    }
    .cart_page .order_check .border_dark td {
        padding: 11px 0 14px 0;
    }
    .mobile_hidden {
        display: none !important;
    }
    .mobile_block {
        display: block !important;
    }
    .xs_center {
        text-align: center !important;
    }
    .xs_full {
        width: 100% !important;
    }
    .xs_w45p {
        width: 44% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .cart_page .cart_content_header {
        background-color: #f3f3f3;
        position: relative;
        height: 40px;
    }
    .cart_page .tbl_cart_list {
        margin-top: 0;
    }
    .cart_page .tbl_cart_list td {
        padding: 10px 0px 10px 10px;
    }
    .cart_page .tbl_cart_list td span.cart_list_label {
        display: none;
    }
    .cart_page .tbl_cart_list td.col_note {
        text-align: right;
    }
    .cart_page .chk_all {
        width: 65%;
        display: inline-block;
        margin-left: 10px;
        margin-top: 15px;
    }
    .cart_page .chk_all span {
        margin-left: 20px;
    }
    .cart_page .chk_all .num_select {
        margin-left: 5px;
    }
    .cart_page .btn_list_card {
        height: 30px;
        padding: 0px 8px;
        border: 1px solid #aaaaaa;
        background-color: #fff;
        color: #666666;
        text-align: right;
        border-radius: 0;
        position: absolute;
        top: 5px;
        right: 15px;
    }
}

.cart_page .payment_content .tbl_order_total {
    margin-bottom: 60px;
}


/* New order - total : Start*/

.view_order_content .tbl_order .cart_page_mobile td {
    text-align: right;
    padding-right: 10px;
}


/************* Table *******************/

.tbl_order_total {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 2px solid #636363;
    margin-top: 30px;
}

.tbl_order_total th,
.tbl_order_total td {
    text-align: center;
    border: 1px solid #d6d6d6;
    font-size: 14px;
}

.tbl_order_total th {
    height: 44px;
    background-color: #f9f9f9;
    border-bottom: none;
}

.tbl_order_total td {
    padding-top: 16px;
    padding-bottom: 15px;
    border-top: none;
}

.tbl_order_total .text_red {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}


/* New order - total : End*/


/*.element_box.address {
    margin-top: 10px;
}

.element_box.textarea,.element_box.text {
    margin: 10px 0px;
}

.board_page .element_list {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}

.board_page .text .element_cell .element_list:first-child .tf_comm {
    margin-top: 0;
}

.element_box.textarea {
    margin: 10px 0px;
}

.element_cell textarea {
    height: 80px;
    width: 60%;
    border: 1px solid #E6E6E6;
    resize: none;
    padding: 10px;
}

.element_list .selectBox.opt_time {
    margin-right: 10px;
}

.cart_page .date .date_option {
    position: relative;
    display: inline-block;
    padding-right: 35px;
}

.cart_page .date .tf_date {
    line-height: 30px;
}

.cart_page .date .helptxt {
    margin-left: 10px;
}

.cart_page .date .date_select {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/img_inquiry2.png) no-repeat 0 -35px;
    text-indent: -999em;
}
*/

.board_page .txt_s_title {
    color: #5983bd;
}


/*calendar*/

.box_datepic {
    width: 241px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    z-index: 1000;
}

.box_datepic.show {
    display: block;
}

.box_datepic .pic_mm_yy {
    position: relative;
    height: 43px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
}

.box_datepic .pic_mm_yy span {
    display: inline-block;
    padding: 0 12px;
    font-size: 15px;
    color: #434343;
    line-height: 43px;
}

.box_datepic .btn_datepic {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-top: -10px;
    background: url(../images/img_inquiry3.png);
    background-position: 0 0;
}

.box_datepic .btn_datepic.prev_month {
    left: 70px;
    background-position: 0 20px;
}

.box_datepic .btn_datepic.next_month {
    right: 70px;
    background-position: 20px 20px;
}

.box_datepic .btn_datepic.prev_year {
    background-position: 0 0;
    left: 4px;
}

.box_datepic .btn_datepic.next_year {
    background-position: 20px 0px;
    right: 4px;
}

.box_datepic .tbl_pic_month {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.box_datepic .tbl_pic_month th,
.box_datepic .tbl_pic_month td {
    text-align: center;
    color: #5a5a5a;
}

.box_datepic .tbl_pic_month th {
    padding: 5px 0 7px;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    font-size: 10px;
}

.box_datepic .tbl_pic_month td {
    padding: 5px;
}

.box_datepic .tbl_pic_month td a {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #434343;
}

.box_datepic .tbl_pic_month tr td:first-child a,
.box_datepic .tbl_pic_month tr td:last-child a {
    color: #c74646;
}

.box_datepic .tbl_pic_month th:last-child,
.box_datepic .tbl_pic_month tr td:last-child a {
    color: #36a9e3;
}

.box_datepic .tbl_pic_month td.selected a {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dedede;
    color: #606060;
}

.box_datepic .tbl_pic_month td a.now_day {
    border-bottom: 1px solid #dadada;
}


/*20160707*/

.cart_page .shipping_method {
    float: right;
    margin: 10px 25px 10px 10px;
}


/*20180103 : product extra*/

.shopitem_title {
    color: #333;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

.box_extra_msg {
    margin-top: 10px;
}

.box_extra_msg input {
    width: 100%;
    height: 28px;
    padding: 0 5px;
    border: solid 1px #e1e1e1;
    font-size: 12px;
    color: #666666;
}

.box_btn_left .pc_chk_all {
    vertical-align: middle;
    min-width: 16px;
    width: auto;
    margin-right: 10px;
    margin-top: 20px;
}

.box_btn_left .pc_chk_all span {
    white-space: nowrap;
}

.box_select_group {
    clear: both;
    width: 200px;
    margin-top: 10px;
}

.box_select_group.open_lev2 .box_select {
    float: left;
    width: 50%;
}

.box_select_group.open_lev2 .box_select.box_select_lev1 {
    padding-right: 2px;
}

.box_select_group.open_lev2 .box_select.box_select_lev2 {
    padding-left: 2px;
}


/* Mobile:Start */

@media all and (max-width: 991px) {
    .cart_page .col_check {
        width: 8%;
        min-width: 35px;
    }
    .cart_page .cart_list_total_tr .cart_list_total {
        text-align: center;
    }
    .cart_page .cart_list_total_tr .col_note {
        text-align: center;
    }
    .cart_page .order_write_main dl {
        padding-right: 5px;
    }
    .cart_page .order_write_main dt {
        width: 30%;
        padding: 15px 0px;
    }
    .cart_page .order_write_main dd {
        padding-left: 10px;
    }
    .cart_page .order_write_main .inp_sms {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
    .cart_page .payment_method_info dl {
        border-bottom: 0;
    }
    .cart_page .payment_method_info dd {
        padding-left: 0;
        padding-top: 0;
    }
    .cart_page .payment_method_info ul li {
        display: block;
        margin-right: 0px;
        border-bottom: 1px solid #efefef;
        padding: 15px 0;
    }
    .cart_page .payment_method_info .payment_info ul li:first-child {
        padding: 2px 21px 8px 21px;
    }
    .cart_page .payment_method_info .payment_info dt {
        display: none !important;
    }
    .cart_page .box_btn .btn_comm {
        width: 32%;
        margin-left: 0;
        margin-right: 1%;
    }
    .cart_page .box_btn .btn_comm:last-child {
        margin-right: 0;
    }
    .cart_page .payment_content .btn_gray {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }
    .cart_page .inp_manufacturer {
        margin-left: 0px;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .cart_page .cart_content .tbl_cart_list tbody tr:last-child .col_subject,
    .cart_page .payment_content .tbl_cart_list tbody tr:last-child .col_subject {
        padding-right: 5px;
        padding-left: 6px;
    }
    .cart_page .payment_method_info .box_name ul {
        padding-left: 0;
    }
    .cart_page .payment_method_info .box_name ul li {
        padding-left: 21px;
    }
    .cart_page .payment_method_info .box_name dt {
        display: none !important;
    }
    .cart_page .cart_content .tbl_cart_list tbody tr.no_writing {
        background-color: transparent;
    }
    .cart_page .cart_content .tbl_cart_list tbody tr.no_writing .col_subject {
        text-align: center;
    }
    .cart_page .order_check .border_dark td {
        padding: 11px 0 14px 0;
    }
    .mobile_hidden {
        display: none !important;
    }
    .mobile_block {
        display: block !important;
    }
    .xs_center {
        text-align: center !important;
    }
    .xs_full {
        width: 100% !important;
    }
    .xs_w45p {
        width: 44% !important;
    }
}

@media screen and (max-width: 991px) {
    .tbl_order_total {
        clear: both;
        margin-top: 20px;
    }
    .view_order_content .tbl_order .cart_page_mobile {
        display: table-row !important;
    }
    .tbl_order_total.tbl_responsive,
    .tbl_order_total.tbl_responsive thead,
    .tbl_order_total.tbl_responsive tbody,
    .tbl_order_total.tbl_responsive th,
    .tbl_order_total.tbl_responsive td,
    .tbl_order_total.tbl_responsive tr {
        display: block;
    }
    .tbl_order_total.tbl_responsive thead tr,
    .tbl_order_total.tbl_responsive tbody th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .tbl_order_total.tbl_responsive td {
        border: none;
        border-bottom: none;
        position: relative;
        white-space: normal;
        text-align: left;
        padding: 10px;
        padding-left: 40%;
        text-align: right;
    }
    .tbl_order_total.tbl_responsive td:before {
        position: absolute;
        left: 0;
        width: 40%;
        padding: 0 10px;
        white-space: nowrap;
        text-align: left !important;
        font-weight: bold;
    }
    .tbl_order_total.tbl_responsive td:before {
        content: attr(data-title);
    }
    .selectBox-dropdown-menu {
        min-width: 80px;
    }
    .cart_page .cart_content_header {
        background-color: #f3f3f3;
        position: relative;
        height: 40px;
        border-bottom: 1px solid #8F8F8F;
    }
    .cart_page .tbl_cart_list {
        margin-top: 0;
        border-top: 0;
    }
    .cart_page .tbl_cart_list>tbody>tr {
        border-top: 1px solid #8F8F8F;
    }
    .cart_page .tbl_cart_list td {
        padding: 10px 0px 10px 10px;
    }
    .cart_page .payment_content .tbl_cart_list {
        border-top: 1px solid #8F8F8F;
    }
    .cart_page .chk_all {
        width: 65%;
        display: inline-block;
        margin-left: 10px;
        margin-top: 15px;
    }
    .cart_page .chk_all span {
        display: none;
    }
    .cart_page .btn_list_card {
        height: 30px;
        padding: 0px 8px;
        border: 1px solid #aaaaaa;
        background-color: #fff;
        color: #666666;
        text-align: right;
        border-radius: 0;
        position: absolute;
        top: 5px;
        right: 15px;
    }
    .cart_page .tbl_cart_list td.col_check {
        position: relative;
        display: block;
        padding: 0;
    }
    .cart_page .tbl_cart_list td.col_check label {
        position: absolute;
        top: 20px;
        left: 10px;
    }
    .cart_page .tbl_cart_list td.col_subject {
        width: 100%;
        display: table;
        text-align: left !important;
        table-layout: fixed;
    }
    .cart_page .tbl_cart_list td.col_subject .product_thumb {
        width: 110px;
        padding-left: 35px;
    }
    .cart_page .tbl_cart_list td.col_subject .td_product_info {
        padding-right: 10px;
    }
    .cart_page .tbl_cart_list td.col_subject .product_thumb,
    .cart_page .tbl_cart_list td.col_subject .td_product_info {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 95px;
    }
    .cart_page .tbl_cart_list td.col_subject .product_name,
    .cart_page .tbl_cart_list td.col_subject .box_select_group {
        width: auto;
    }
    .cart_page .tbl_cart_list td.col_shipping,
    .cart_page .tbl_cart_list td.col_amount,
    .cart_page .tbl_cart_list td.col_num,
    .cart_page .tbl_cart_list td.col_total {
        width: 100%;
        display: table;
        border-top: solid 1px #efefef;
        line-height: 33px;
        padding-left: 35px;
    }
    .cart_page .tbl_cart_list td.col_shipping span.cart_list_label,
    .cart_page .tbl_cart_list td.col_amount span.cart_list_label,
    .cart_page .tbl_cart_list td.col_num span.cart_list_label,
    .cart_page .tbl_cart_list td.col_total span.cart_list_label {
        float: left;
        line-height: 33px;
        display: block;
        margin-left: 35px;
    }
    .cart_page .tbl_cart_list td.col_shipping div,
    .cart_page .tbl_cart_list td.col_amount div,
    .cart_page .tbl_cart_list td.col_num div,
    .cart_page .tbl_cart_list td.col_total div {
        float: right;
        width: 200px;
        text-align: right;
        margin-right: 10px;
    }
    .cart_page .tbl_cart_list td.col_shipping div.discount_price,
    .cart_page .tbl_cart_list td.col_amount div.discount_price,
    .cart_page .tbl_cart_list td.col_num div.discount_price,
    .cart_page .tbl_cart_list td.col_total div.discount_price {
        clear: right;
    }
    .cart_page .product_price,
    .cart_page .product_quantity {
        display: none !important;
    }
    .cart_page .opt_search_type {
        min-width: auto;
        min-width: initial;
    }
    .cart_page .opt_search_type>.selectBox {
        min-width: auto;
        min-width: initial;
    }
    .cart_page .opt_shipping_type {
        min-width: auto;
        min-width: initial;
        width: auto;
    }
    .cart_page .opt_shipping_type>.selectBox {
        min-width: auto;
        min-width: initial;
    }
    .cart_page .payment_content .tbl_cart_list {
        margin-bottom: 25px;
    }
    .cart_page .payment_content .tbl_cart_list td.col_subject .product_thumb {
        width: 85px;
        padding-left: 10px;
    }
    .cart_page .payment_content .tbl_cart_list td.col_shipping,
    .cart_page .payment_content .tbl_cart_list td.col_amount,
    .cart_page .payment_content .tbl_cart_list td.col_num,
    .cart_page .payment_content .tbl_cart_list td.col_total {
        margin-left: 0;
        width: 100%;
    }
    .cart_page .payment_content .tbl_cart_list td.col_shipping span.cart_list_label,
    .cart_page .payment_content .tbl_cart_list td.col_amount span.cart_list_label,
    .cart_page .payment_content .tbl_cart_list td.col_num span.cart_list_label,
    .cart_page .payment_content .tbl_cart_list td.col_total span.cart_list_label {
        margin-left: 10px;
    }
    .cart_page .payment_content .tbl_order_total {
        margin-bottom: 60px;
    }
    /*20180103 : product extra*/
    .box_extra_msg input {
        width: 100%;
    }
}
.cart_page .order_write_main dt {
    word-break: break-all;
}
@media screen and (max-width: 768px) {
    .board_page .opt_ahead, .opt_search_type {
      margin: 0;
      padding: 0;
    }
    .cart_page .selectBox-dropdown {
        padding-right: 0 !important;
    }
    .cart_page .selectBox-dropdown .selectBox-dropdown {
        border: none;
        margin-bottom: 0;
        opacity: 1 !important;
    }
    .cart_page .element_box.time .time {
        width: 33%;
        display: inline-block;
        padding-right: 10px;
    }
    .cart_page .element_box.time .option {
        width: 33%;
        display: inline-block;
        padding-right: 10px;
    }
    .cart_page .element_box.time .opt_time {
        width: 100%;
    }
    .cart_page .element_box.time .selectBox {
        width: 100% !important;
        min-width: auto;
    }
    .cart_page .element_box.date .tf_date {
        width: 120px;
    }
}

@media all and (max-width: 640px) {
    .cart_page .box_btn .btn_comm {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.reward_point_info input {
    margin-right: 10px;
}

.reward_point_info .btn_point_all {
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #637dc9;
    background: transparent;
    color: #637dc9;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 5px;
}

.reward_point_info .txt_primary {
    color: #637dc9;
}

.board_page .element_list {
    margin-top: 0;
}