@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {
    font-family: 'Nanum Gothic', sans-serif !important;
}

@media (min-width: 640px) {
    .middle_img_banner_mobile {
        display: none;
    }

    .tabcontent {
        min-height: 466px;
    }

    .merck_explain {
        padding: 50px;
    }

    .merck_table {
        width: 70%;
    }

    .starbucks_sub_title {
        float: right;
        margin-right: 20px;
    }

    .starbucks_md {
        display: none;
    }

    .starbucks_lg {
        display: block;
    }
}

@media (max-width: 640px) {
    .category_container, .middle_img_banner {
        display: none;
    }

    .middle_img_banner_mobile {
        display: block;
    }

    .swiper-button-next, .swiper-button-prev, .swiper-pagination {
        display: none;
    }

    .notice_ul {
        width: 220px;
    }

    .merck_table {
        width: 100%;
    }

    .starbucks_md {
        display: block;
    }

    .starbucks_lg {
        display: none;
    }
}

@media (max-width: 480px) {
    .stock_check_btn {
        margin-top: 15px;
    }
}

.main_wrap > h2 {
    position: relative;
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    margin: 40px 0 5px;
}

.main_sub_title {
    text-align: center;
    color: #B0B0B0;
    font-size: 1.5rem;
}

.brand_detail_img {
    height: 233px;
}

.brand_item {
    /*border: 1px solid red;*/
}

.brand_item > img {
    margin: 0 auto;
}

.brand_item_txt > h2 {
    font-size: 1.5rem;
}

.brand_item_txt > p {
    margin-top: 5px;
    color: #bdbdbd;
    font-size: 1.4rem;
}

.brand_detail_item_box {
    width: 265px;
}

.brand_detail_item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Style the tab */
.recommend_tab {
    overflow: hidden;
    border-top: 1px solid #ccc;
    background-color: #FBFBFB;
    margin-top: 40px;
    border-left: 1px solid #ccc;
}

/* Style the buttons that are used to open the tab content */
.recommend_tab button {
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.recommend_tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.recommend_tab button.active {
    background-color: #fff;
    border-bottom: none !important;
}

.category_tab > button.active > .ca_tab_title {
    color: #F7B400;
    font-weight: bold;
}

/* Style the tab content */
.tabcontent, .tabcontent2 {
    display: none;
    padding: 30px;
    border: 1px solid #ccc;
    border-top: none;
}

.recommend_item_name {
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    height: 22px;
}

.rec_red_button {
    background-color: #F95959;
    align-items: center;
    color: #fff;
    text-align: center;

    width: 3em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.real_price_txt {
    font-size: 1.6rem;
}

.rec_icon > a > img, .rec_icon > button > img {
    width: 20px;
    height: 20px;
}

.special_btn {
    font-weight: bold;
    display: inline-block;
    padding: 1px 5px;
}

.sale_btn {
    border: 1px solid #FFAFAF;
    color: #FFAFAF;
}

.reco_btn {
    border: 1px solid #6B9CFF;
    color: #6B9CFF;
}

.recommend_slider_container {
    margin-top: 40px;
}

.swiper-pagination-bullet {
    border-radius: 0 !important;
}

.bx-pager-link {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-pager-item > a.active {
    background-color: #000;
}

.right_slider_border {
    max-height: 515px;
}

.black_border {
    margin-top: 13px;
    margin-bottom: 10px;
    width: 15px;
    height: 4px;
    background-color: black;
}

.r_slider_sub_title {
    font-size: 17px;
    font-weight: bold;
}

.r_slider_main_title {
    font-weight: bold;
    font-size: 28px;
}

.r_slider_gray {
    font-size: 15px;
    color: #9A9A9A;
    font-weight: bold;
}

.r_slider_price {
    font-size: 2rem;
    font-weight: bold;
}

.r_slider_img {
    width: 100px;
}

.middle_img_banner {
    background-color: #5CA7F2;
    background-position: center;
    background-image: url(../img/new_kolab/banner_pipetpro.jpg);
    background-repeat: no-repeat;
    min-height: 130px;
}

.middle_img_banner > p {
    font-size: 1.5rem;
}

.middle_img_banner > h1 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 4px;
}

.more_link {
    border: 1px solid #ccc;
    padding: 3px 5px;
    position: absolute;
    right: 0;
    top: -1px;
}

.ej_item_img {
    /*width: 300px;*/
    /*height: 300px;*/
}

.best_exhibition_item {
    padding: 20px;
    position: relative;
    height: 240px;
}

.first_banner {
    background-color: #E2E5EC;
}

.second_banner {
    background-color: #EDE2D0;
}

.third_banner {
    background-color: #F6F7F2;
}

.best_ex_title {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 30px;
}

.best_ex_sub_title {
    color: #929499;
    font-weight: bold;
    font-size: 1.6rem;
}

.best_exhibition_item > img {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* 회원가입약관 */

.register_term {
    position: relative;
    height: 200px;
    margin: 0px;
    overflow: auto;
    padding: 20px;
}

.page-content {
    line-height: 22px;
    word-break: keep-all;
    word-wrap: break-word;
}

.page-content .article-title {
    color: #0083B9;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
}

.page-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.page-content ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-content p {
    margin: 0 0 15px;
    padding: 0;
}

/* 회원가입약관 */

/* 견적문의 시작 */
.estimate_busi_row {
    padding: 20px;
}

.col_es_img {
    text-align: center;
}

.col_es_img > img {
    margin: 0 auto;
}

.col_es_img > h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #414141;
    font-size: 18px;
}

.col_es_img > p {
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #333;
    margin-top: 5px;
}

.quotation_btn {
    background-color: #F7B400 !important;
}

.estimate_btn {
    background-color: #F8C94B !important;
}

.estimate_table {
    width: 100%;
    border-spacing: 0px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.bg_gray {
    background-color: #F4F4F4;
}

.estimate_table tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.gara {
    margin: 20px 0;
}

.estimate_view_container {
    margin: 20px;
}

/* 견적문의 끝 */

.sct_div {
    position: relative;
}

.faq_subject {
    padding-left: 20px;
}

.guide_ol {
    padding: 5px 10px 20px 30px;
}

.guide_ol > li {
    list-style: decimal;
}

.weekly_main_banner {
    /*padding-right: 3px;*/
}

/* brand */
.page-content {
    max-width: 1170px;
    margin: 0 auto;
    line-height: 22px;
    word-break: keep-all;
    word-wrap: break-word;
}

.subpage_title {
    margin: 10px 0 30px;
    padding: 0 5px 10px;
    border-bottom: 2px solid #111;
}

.subpage_title h3 {
    font-size: 21px;
    margin: 0 0 5px;
}

.subpage_title p {
    font-size: 14px;
    margin: 0 0 0;
    letter-spacing: -0.75px;
    color: #777;
}


/* 현금영수증 & 세금계산서 시작 */

#cash_and_tax {
    /*display: inline-block;*/
    /*text-align: center;*/
    width: 100%;
}

.cash_receipt_table {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #31323b;
    border-top: 2px solid #000;
    text-align: center;
}

.cash_receipt_table > tbody > tr > th {
    text-align: center;
    width: 150px;
    padding: 10px;
    height: 20px;
    background-color: #eeeff1;
    border-bottom: 1px solid #bfbfbf;
}

.cash_receipt_table > tbody > tr > td {
    border-bottom: 1px solid #bfbfbf;
    width: 300px;
    height: 80px;
}


.business-require-txt {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 15px;
}

.select_cash_or_tax {
    text-align: center;
    border: 1px solid #dedede;
    padding: 13px;
    background-color: #fff;
}

#cash_receipt_tab, #tax_invoice_tab {
    margin-top: 30px;
    display: none;
}

.ej-hide {
    display: none;
}

#cash_and_tax {
    display: none;
}

.ej-show {
    display: block;
}

.cash_number {
    min-width: 110px;
}

.ct_radio {
    vertical-align: middle;
    margin: 0 !important;
}

.cash_receipt_btn {
    border: 1px solid #dedede;
    background-color: #fff;
    margin-bottom: 15px;
}

/* 현금영수증 & 세금계산서 끝 */

/* 상품 상세보기 - 상품정보 */

#sit_inf_explan > div > img, #sit_inf_explan > div > span > img, #sit_inf_explan > p > font > span > b > img {
    margin: 0 auto;
}

#sit_inf_explan {
    margin-bottom: 0;
    /*background: url(/img/item_all_bg.png) 0 repeat-y;*/
    /*background-size: 100% auto;*/
    /*margin-top: -40px;*/
}

#sit_inf h3 {
    margin-left: 10px;
}

#bo_v_title {
    padding: 10px 0;
}

.block_important {
    display: block !important;
}

.stock_check_btn {
    margin-left: 10px;
    cursor: pointer;
    background-color: #f8b500;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    float: left;
    border: 1px solid #f8b500;
}

.stock_response_div {
    display: none;
    padding: 10px;
    border: 1px solid #dedede;
    margin-top: 10px;
}

/* wylee 231025 */
.stock_check_loading {
    display: none;
    /*top: 25px;*/
    position: absolute;
    /*height: 45px;*/
    height: 31px;
}

.stock_red_txt {
    font-size: 1.1rem;
    color: #f8b500;
}

.merck_table {
    margin: 0 auto;
    display: table;
    font-size: 1.2rem;
    color: #333;
    border-top: 2px solid #e5e5e5;
}

.merck_table > tbody > tr:nth-child(2n) {
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
}

.merck_table > tbody > tr:nth-child(2n -1) {
    border-bottom: 1px solid #e5e5e5;
    background: #efefef;
}

.merck_table > tbody > tr > th, .merck_table > tbody > tr > td {
    padding: 10px 15px;
}

.merck_table > tbody > tr > th {
    font-weight: bold;
    border-right: 2px solid #e5e5e5;
}

.merck_link {
    font-weight: 500;
    color: #2f6ed5;
    word-break: break-all;
}

.io_id2_title {
    padding: 10px;
}

.top_slider_container {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 220px;
}

.t_slider_content > img {
    width: 200px;
    height: 80px;
}

#top_custom_controls {
    position: absolute;
    top: 0;
    right: 0;
}

.search_keyword_ul > li {
    justify-content: space-between;
    display: inline-flex;
    padding-right: 10px;
    padding-top: 5px;
}

.search_keyword_ul > li > a {
    color: #A8A8A8;
    font-weight: bold;
    font-size: 13px;
}

.search_keyword_ul > li:first-child > a {
    /*color: #FE0000 !important;*/
}

/* 상단 슬라이드 */
.slide-gray {
    background-color: #E2E2E4;
}

.slide-beige {
    background-color: #F1EFE3;
}

.slide-skyblue {
    background-color: #DBF0F7;
}

.slide-blue {
    background-color: #7BB5F4;
}

.slide-navy {
    background-color: #233A70;
}

.slide-yellow {
    background-color: #FFF799;
}

.language_select_li {
    padding: 0 10px;
}

.win_zip_find {
    background-color: #3d3e3e;
    color: #fff;
}

.cancel_txt {
    font-size: 13px;
    font-weight: bold;
}

.transaction_detail_form {
    margin-top: 20px;
}

/*브랜드 슬라이더*/
.bx-wrapper {
    margin: 0 auto;
}
/*브랜드 슬라이더*/

/* 스타벅스 이벤트 시작 */
.starbucks_container {
    background-color: #F9F4E8;
    width: 100%;
}

.starbucks_details {
    font-family: 'Noto Sans KR', 'Roboto', Dotum, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 30px;
}

.starbucks_sub_title {
    display: inline-block;
    color: #fff;
    background-color: #595757;
    padding: 5px 10px;
    width: 130px;
    text-align: center;
    border-radius: 30px;
}

.starbucks_sub_content {
    color: #595757;
}

.starbucks_md {
    margin: auto;
    text-align: center;
}

.st_md_top {
    margin-bottom: 15px;
}

.st_md_chunks {
    margin-bottom: 20px;
}

.st_survey_button {
    font-size: 23px;
    padding: 10px 40px;
    background-color: #1A443B;
    color: #fff !important;
    display: inline-block;
    border-radius: 30px;
}

/* 스타벅스 이벤트 끝  */

.sale_price {
    text-decoration: line-through;
}

/* custom select */
.sel {
    cursor: pointer;
    border-radius: 3px;
    color: black;
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    overflow: hidden;
    border: 1px solid #ddd;
}
.custom_txt {
    padding: 10px;
}
.custom_selected {
    background-color: #f2f2f2;
}
.custom_hide {
    display: none;
}
.sel .options {
    width: 100%;
    background-color: #f2f2f2;
}
.sel .options div {
    transition: all 0.2s ease-out;
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
.sel .options div:hover {
    background-color: #E4EDFF;
    cursor: pointer;
}

.ico {
    float: right;
}
/* custom select */

.top_banner_half_pc {
    max-width: 50% !important;
    /*height: 81px;*/
}

.mb_txt {
    vertical-align: text-bottom;
}

.red_txt {
    color: red;
}

.business_license_p {
    font-size: 15px;
    margin-bottom: 10px;
}

.item_admin_container {
    padding-top: 30px;
    text-align: center;
}

.item_admin_mod_btn {
    background: #575757;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff !important;
}

.smscall_div_show {
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 15px;
}

.mobile_sms_number_div > input {
    width: 50px;
}

.mobile_sms_check_btn {
    padding: 5px 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #4B4B4D;
    background-color: #4B4B4D;
    color: #fff;
}

.pwtext {
    border: 1px solid #dedede;
}

/* input type number-password */
.input-number-password {
    -webkit-text-security: disc;
}

.sit_opt_prc_sale {
    float: right;
    display: block;
    padding: 0 3px;
    text-align: right;
    line-height: 30px;
    font-size: 1.183em;
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}


/* modal */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.custom-modal-content {
    /*height: 580px;*/
    top: 50%;
    position: fixed;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -290px;
}

.modal-top-img {
    margin: 0 auto;
}

.modal-custom-footer {
    padding-top: 20px;
    text-align: left;
}

.modal-view-item {
    padding-right: 10px;
}

#pw_confirm {
    padding: 30px;
}

.btn_3d_order {
    font-size: 1.7rem;
    width: 100%;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    background-color: #00aced;
    display: block;
    padding: 5px 10px;
    font-weight: bold;
}