


/* 공통 */
/*텍스트 컷*/
.text_cut{white-space: normal; display: -webkit-box !important; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.text_cut02{white-space: normal; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.text_cut03{white-space: normal; display: -webkit-box !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.text_cut04{white-space: normal; display: -webkit-box !important; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;}


.font_09rem{font-size: .9rem;}
.font_125rem{font-size: 1.125rem;}
.font_25rem{font-size: 1.25rem;}
.font_15rem{font-size: 1.5rem;}
.font_2rem{font-size: 2rem;}
.font_23rem{font-size: 2.3rem;}
.font_3rem{font-size: 3rem;}
.font_35rem{font-size: 3.5rem;line-height: 1.2;}
.font_4rem{font-size: 4rem;line-height: 1.2;}
.font_43rem{font-size: 4.3rem;line-height: 1.2;}

.mo_lang .on{font-weight: 600;color: #16284d;margin-bottom: 20px;}
.mo_lang a+a{margin-left: 10px;}


/* search_box */
.search {margin-left: auto; background: #f5f5f5;width: 300px;display: flex; align-items: center;border-radius: 30px;margin-top: 20px;}
.search input { border: none; outline: 0; font-size: 16px;padding:15px 20px; width: 90%;background: transparent;}
.search button { border: none; padding: 0 15px 0 10px;cursor: pointer; margin: 0 auto;width: 50px; }
.search button i { color: #333;   display: block;}
.search button i img{width: 100%;height: 100%;}

.search_but_type02{display: flex;margin-top: 20px;    align-items: center;    justify-content: space-between;width: 100%;}
.search_but_type02 .search {margin-top: 0px;margin-left: 0;}
.search_but_type02 .button.type02 button{padding:15px 40px; }

/*button*/
.button.type01{margin-top: 40px;}
.button button{border:1px solid #333;border-radius: 40px;}
.button.type01 button{padding:14px 30px;}
.button.type02 button{border-color: #ddd;color: #767676;padding:10px 20px;}
.button.type03 button{border-color: #ddd;color: #767676;padding:5px 10px;}
.button.page_bot {text-align: center;}
.button.page_bot button{padding-left: 80px;padding-right: 80px;font-size: 1.125rem;padding-top: 20px;padding-bottom: 20px;;}
.button.page_bot02 button{padding-left: 60px;padding-right: 60px;font-size: 1rem;;}
.button.page_bot button+button{margin-left: 20px;}
.button.mini_but{margin-top: 0;;}
.button.mini_but button{padding:0;border:none;}
.button.mini_but button + button{margin-left:15px;}

.button.modal_but{margin-top: 20px;}
.button.modal_but button{padding-left: 50px;padding-right: 50px;;}
.button.modal_but button+button{margin-left:10px;}


button.but_point{background: #16284d;color: #fff !important;border-color:#16284d}
button.but_sub{background: #fff;color: #16284d;border-color: #16284d;}
button.but_sub02{background: #fff;color: #666;border-color: #ddd;}
button.but_sub03{background: #ddd;color: #666;border-color: #ddd;}


button.but_point:hover{background: #fff;color: #16284d !important;border-color:#16284d}
button.but_sub:hover{background: #16284d;color: #fff;border-color: #16284d;}


.text-red{color: #df2929;}


.tit + .txt{margin-top: 10px;}
.txt{color: #333;}

.padding_top{padding-top: 100px;}
.padding_bot{padding-bottom: 100px;}
.padding_tb{padding-top: 100px;padding-bottom: 100px;}


.sec_title{margin-bottom: 50px;}
.sec_title.add_but{display: flex;justify-content: space-between;align-items: center;}

/*팝업*/
.popup{background-color:#637291;padding:10px 0;position:relative; display: block;}
.popup p{text-align: center; color:#fff; font-size:13px;width: 78%; margin: 0 auto;}
.popup .pop_close{position:absolute; right:5%; top:50%; transform: translateY(-50%); color:#fff; width:22px;border:1px solid #fff; border-radius: 22px; height:22px;cursor: pointer;}
.popup .pop_close span{width:10px; position:absolute; top:48%; left:23.5%; transform: translate(-50%, -50%);background-color: #fff;width:11px; height:1px;}
.popup .pop_close span:first-child{transform: rotate(45deg);}
.popup .pop_close span:last-child{transform: rotate(-45deg);}


/* 체크박스 디자인 */
.d-block{display: flex; align-items: center;justify-content: center;}
.payment_top .d-block{display: flex; align-items: center;justify-content: center;}
.d-block input[type="checkbox"] {display: none;}
.d-block input[type="checkbox"] + label {display: inline-block; width:20px; height: 20px; background: #fff;border:1px solid #ddd;cursor: pointer; border-radius: 2px; margin-right:7px;}
.d-block:after {display:block; clear:both; content:"";}
.d-block input[type="checkbox"]:checked + label {background: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/PHARMALINESHOP/16526418626180.png)no-repeat center/cover; border:1px solid #16284d;background-color: #16284d;padding:4px}

.d-block span{cursor: pointer;} 


/*제품 진열*/
.product_list{min-height: 300px;}
.product_list .thumbnail img{display: block;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);width: 100%;height: 100%;}
.product_list .thumbnail{position: relative;border:1px solid #ddd;display: block;border-radius: 30px;overflow: hidden;padding-bottom: 100%;}
.product_list .list_icon{position: absolute;bottom:30px;left:50%;transform: translateX(-50%);background:rgb(0 0 0 / 60%);padding:8px 20px;border-radius: 30px;opacity: 0;transition-duration: 0.3s;justify-content: center;    display: flex;z-index: 999;}
.product_list .list_icon i{cursor: pointer;filter: invert(100%);}
.product_list .list_icon i img{display: block;}
.product_list .list_icon i+i{margin-left: 20px;}
.product_list .text_box{text-align: center;padding-top:20px;}
.product_list .tit{font-weight: 600;margin-bottom: 20px;}
.product_list .sale{font-size: 1.125rem;    line-height: 1;position: relative;width: max-content;margin:10px auto;color: #767676;}
.product_list .sale::before{content:'';display: block;width: 108%;height: 1px;position: absolute;left:50%;transform: translate(-50%,-50%);top:50%;background: #767676;}
.product_list .price{font-size: 1.25rem;font-weight: bold;color: #16284d;    line-height: 1;}
.product_list .price span{font-weight: inherit;font-size: 1.5rem;}

.product_list .thumbnail:hover .list_icon{opacity: 1;}
.product_list li{margin-bottom: 40px;}

.menu_list .cata{display: flex;font-size: 0.9rem;color: #666;justify-content: flex-end;}
.menu_list .cata p+p{margin-left: 12px;}
.menu_list .cata p.on{font-weight: bold;color: #16284d;}
.menu_list .cata p a{display: block;font-weight: inherit;}


/* header Style */



/* header header_top Style */
.header{padding:10px 0;}
.header.posi{position: fixed;width: 100%;z-index: 999;top:0;  background: #0003;  backdrop-filter: saturate(90%) blur(4px);
    background-color: rgb(255 255 255 / 30%);}
.header  .logo{width:200px; }
.header > div{display: flex;align-items: center;} 
.header .h_left_nav{width: calc(100% - 210px);display: flex;    align-items: center;}
.header .h_left_nav .nav{width: calc(100% - 200px);}
.header .h_right_nav{width:260px ;}
.header .text_list .depth{font-size: 0.9rem;text-align: right;display: flex;}
.header .text_list .depth > li{display: inline-block;position: relative;}
.header .text_list .depth > li+li{margin-left: 20px;;}



.header  .tab_position{position: relative; cursor: pointer;}
.header  .head_tab{width:130px; z-index: 999;position: absolute;border:1px solid #ddd; padding:15px 0px;text-align: center;top: 31px; left: 50%; transform: translateX(-50%);background-color: rgba(255,255,255,0.9); display: none;}/* display:none */



/* header header_bottom Style */
.header .nav_depth {}
.header .nav_depth{display: flex;margin-left: 40px;}
.header .nav_depth > li+li{margin-left: 40px;}
.header .nav_depth > li > a{font-size:1.25rem; }




.header .icon_list{text-align: right;margin-top: 6px;}
.header .icon_list ul li{display: inline-block;position: relative;cursor: pointer;}
.span_point_muber{   background-color: #16284d; color:#fff; font-size:8px; padding:0px 5px; border-radius: 50px; position:absolute; bottom:4px; left:-4px; }
.icon_list a{display: block;}



/*모바일 헤더 */
.mo_header.mo_hevent{position: fixed;top:0;left:0;}
.mo_header{z-index: 9999; display: none; width:100%;position:relative;}
.mo_header .bg_color{background-color: hsla(0,0%,0%,0.4);width:100vw; height:110vh;display: block;  position: absolute;
    top: -50px;z-index:9; transition-duration: 0.5s; display: none;/* opacity: 0; */}
/* .mo_header .bg_color.view{opacity: 1;display: block;} */
.mo_header .page_topheader{padding:23px 0 20px; width:100%; text-align: center;position:relative;background: #0003;  backdrop-filter: saturate(90%) blur(4px); background-color: rgb(255 255 255 / 30%);}
.mo_header .page_topheader .logo img{width:150px;}
.mo_header .page_topheader .page_sear_cart ul {position:absolute; top:54%; right:30px;transform:translateY(-50%) ;}
.mo_header .page_topheader .page_sear_cart ul li{ display: inline-block; width:28px;margin-left:20px;}
.mo_header .page_topheader .page_sear_cart ul li a{display: block;}
.mo_header .close1 img{width:16px;}
.LeftWrap{width:300px; height:100%; background:#fff; position:fixed; top:0; left:-300px; z-index:100; }
.LeftWrap > div{padding:20px 20px 0 20px;width:100%;background: #fff;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: 100%;}
.LeftWrap > div > div{margin-top:20px;width:100%}
.LeftWrap .mo_top{padding-top: 80px;margin-top: 0;}
.LeftWrap .mo_center{margin-top:40px;}
.close1{display:block; width:24px; height:24px; line-height:24px; font-size:13px; font-weight:bold; background:#fff; color:#69F; border-radius:15px; text-align:center; text-decoration:none; position:absolute; top:25px; right:20px;}
.open1{display:block; width:30px; position:absolute;  top:50%; left:30px; transform:translateY(-50%) }
.open1 span{display:block; width:30px; height:2px; background:#666; margin-bottom:8px;}
.open1 span:last-child{margin-bottom:0;}

.mo_header .mo_center ul{display: flex; }
.mo_header .mo_center li{width: 33.3%; text-align: center; }
.mo_header .mo_center li:last-child{border-right:none;}
.mo_header .mo_center li img{width:25px; }
.mo_header .mo_center li p{font-size:14px; margin-top:3px;}

 /* #btn1{padding:50px} */
 #btn1 ul{display:none}
 .mo_header .logo img{width:160px}
 .mo_header .mo_top ul{justify-content: flex-start;position: relative;display: flex;}
 .mo_header .mo_top ul li+li{margin-left: 20px;}
 .mo_header .mo_top ul li.log_li .p{position:absolute; top:-30px;left:0;color:#222;font-size:14px; font-weight: 400;width:100%; text-align: left;}
 .mo_header .mo_top ul li a{font-size: 30px; display: block; width:100%;font-weight: bolder;}
 .mo_header .nav .nav_depth > li{font-size:16px; line-height:2.5em;font-weight: 500;}

 .mo_header .shop_li > li{position: relative;
}
 .mo_header .shop_li > li.ro_v{width:100%; background:url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/COMMON/160297087255320.png) no-repeat right top 5px;background-size: 10px;}
 .mo_header .shop_li > li.ro_v02{width:100%; background:url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/COMMON/161055452465439.png) no-repeat right top 9px;background-size: 10px;}
 .mo_header .nav .nav_depth02{margin-bottom:10px; margin-left:5px; color:#888}
 .mo_header .nav .nav_depth02 > li {font-size: 14px;}

 
    /*mo_tabSet */

    .LeftWrap .mo_tabSet{margin-top:40px !important;}
    .mo_tabSet ul.mo_tabs {display: flex;position: relative;}
    .mo_tabSet ul.mo_tabs::before{content:'';display: block;width: 120%;height: 2px;background: #ddd;position: absolute;bottom:0;left:50%;transform: translateX(-50%);}
    .mo_tabSet ul.mo_tabs  li{transform: translateY(1px);
            padding:0 2px 0 0;
            list-style-type:none;
        }
    .mo_tabSet ul.mo_tabs li a{
                color:#bbb;
                text-align: center; padding:15px 0px;
                display:block;
                font-weight:600;
                font-size:14px;
                text-decoration:none;
            }
    .mo_tabSet ul.mo_tabs li a.on{cursor:default;color:#31374c;font-weight: 600;}
    .mo_tabSet ul.mo_tabs li + li{margin-left: 20px;}
    .mo_panels{
        background:#fff;
        min-height:180px;
    }
    .mo_header .panel02{
        overflow-y: scroll;
        overflow-x: hidden;
        height: 50vh;
        padding:16px 0px;
        font-size:14px;
        color:#4d4d4d;
        display:none;
    }

    .mo_header .sc_down{position:absolute;background-color: black;bottom: -40px;padding-bottom:5px;display: none;
        lefT: 0;color:#fff;
        width: 100%;}
    .mo_header .sc_down .nav li{display: inline-block;margin:0 20px;}




/*hamburger */

.hamburger { position: fixed; right: 0; width: 100%; z-index: 9999;}

.hamburger.h_event04{top:0;}
.hamburger .hamburger_but span.h_event05{background-color: #fff;}

.hamburger .header_inner{position:relative;margin:0 auto;}
.hamburger .nav{position:absolute;top:121px; left:0; width:100%;z-index: 99; display: none;}
.hamburger .nav.h_event06{    top: 120px;}
.hamburger .nav::after{width:140%; height:100%; content:'';display:block;  background-color: rgba(255,255,255,0.9); position:absolute;top:0; left:-25%;    z-index: -1;}



.hamburger .nav_depth{padding:50px 60px; }
/* .hamburger .nav_depth02 {border-top:1px solid #bbb} */
.hamburger .nav_depth > li{margin-bottom:50px;display: inline-block;
    vertical-align: top; width: calc((100% - 40px) / 5);}
.hamburger .nav_depth > li > a{font-size:1.125rem; border-bottom:1px solid #000; padding-right:20px;padding-bottom: 5px;font-weight: bold;}
.hamburger .nav_depth02{height:auto; line-height: 2em;margin-top: 10px;}
.hamburger .nav_depth02 > li > a{font-size:1rem;color:#888;}
.hamburger .nav_depth02 > li:hover > a{color:#be3434;}
.hamburger .hamburger_but {position: relative;}
.hamburger .hamburger_but > div{position:absolute; right:20px; top:28px; width:20px; height:22px;/* border:1px solid #000 */cursor: pointer;z-index: 999;}

.hamburger .hamburger_but span{width:20px; height:2px; background-color: #000;position:absolute;left:50%; transform: translateX(-50%); }
.hamburger .hamburger_but span:first-child{position:absolute;top:2px; transition: transform 0.3s; }
.hamburger .hamburger_but span:nth-child(2){position:absolute;top:9px; transition: width 0.2s; }
.hamburger .hamburger_but span:last-child{position:absolute;top:16px; transition: transform 0.3s; }


.hamburger .hamburger_but span.on:first-child{transform:rotate(45deg) translate(-2px, 12px)}
.hamburger .hamburger_but span.on:nth-child(2){width:0;}
.hamburger .hamburger_but span.on:last-child{transform: rotate(-45deg) translate(-2px, -12px);}




/* Footer Style */
footer{background-color: #16284d; padding:80px 20px 60px; color:#fff; font-size:14px; }


footer  .fot_top {display: flex;align-items: flex-end;}
footer  .fot_top ul {display: flex;margin-left: 50px;}
footer  .fot_top ul li {font-weight: 400;opacity: 0.8;}
footer  .fot_top ul li a{display: block;}
footer  .fot_top ul li.bold{font-weight: 700;opacity: 1;}
footer  .fot_top ul li + li{margin-left: 20px;}

footer  .company_info ul li::before{width:2px; height:10px; content:''; display: block;background-color: #ddd;position:absolute; top:50%; right:-2px; transform: translateY(-50%);}
footer  ul li:last-child::before{background-color:transparent;}
footer  .company_info > div > div p{display: inline-block;position:relative;font-sizE: 13px; opacity: 0.5;font-weight: 300; line-height: 1.8em;}
footer  .company_info p:first-child{margin-right: 10px;}
footer  .company_info p + p{margin-right: 10px;}
footer  .company_info p
footer   p:last-child::before{background-color:transparent;}
footer .bottom{font-weight: 100; opacity: 0.3;    margin-top: 20px;}
footer .fot_bot{display: flex;    justify-content: space-between;    align-items: flex-end;}
footer .bot_fot{ margin-left: 0;;position: relative;margin-top: 20px;  width: 200px; margin-left: auto;    margin-right: 0; }
footer .bot_fot p{padding:8px 15px;border-radius: 30px;background: rgba(255,255,255,0.3);z-index: 99;position: relative;}
footer .bot_fot p span{    width: 9px;height: 9px; display: inline-block; font-size: 0.6rem; transform: scale(0.6) translateY(-84%) rotate(180deg);position: absolute;  right: 16px;top: 57%;transition-duration: 0.3s;}
footer .bot_fot p.on span {transform: scale(0.6) translateY(-160%) rotate(0deg);}

footer .bot_fot ul{background: #fff;color: #16284d !important;padding:10px 10px;position: absolute;width: 100%;top:48px;left:0;display: none;;z-index: 1;border-radius: 15px;}







/* ********************************************* *
*1800px max
* ********************************************* */
@media screen and (max-width:1800px){
}

 /* ********************************************* *
 *1800px max
 * ********************************************* */
 @media screen and (max-width:1800px){

.hamburger .hamburger_but {right: 30px;}
.hamburger .hamburger_but > div {right: -30px;}
.header .header_bottom .nav_depth > li {vertical-align: top;padding: 0 2% 40px;}
 }

 /* ********************************************* *
 *1500px max
 * ********************************************* */
 @media screen and (max-width:1500px){
    /* .header .header_bottom .nav_depth > li {   padding-right: 55px;} */

    .header .header_bottom .nav_depth > li {    
        width: auto;}
    .header .header_bottom .nav_depth02{width: 125%; }
    .header .header_bottom .nav_depth02 li{font-size:0.85rem;}
}

/* ********************************************* *
* 1400px max
* ********************************************* */
@media screen and (max-width: 1400px){

    .header .header_bottom .nav_depth02 li {padding: 0 15px;}
    .header_inner{width:100%;}
    .sub_header{margin-top:0;}

}
 /* ********************************************* *
 * 1200px max
 * ********************************************* */
 @media screen and (max-width: 1200px){
    footer {padding: 60px 0px;}

    
    }

 /* ********************************************* *
 * 1024px max
 * ********************************************* */
 @media screen and (max-width: 1024px){
 
.mo_header .sc_down {overflow-x: scroll; width: 100%;overflow-y: hidden;}
.mo_header .sc_down::-webkit-scrollbar{background-color: transparent;height:0;;}
.mo_header .sc_down::-webkit-scrollbar-thumb{height:0;;background-color: transparent;}
.mo_header .sc_down::-webkit-scrollbar-track{height:0;;background-color: transparent;}
.mo_header .sc_down .nav {width: 980px;}
.mo_header .sc_down .nav_depth{display: flex;}
 }

 /* ********************************************* *
 * 960px max
 * ********************************************* */
 @media screen and (max-width: 960px){


    
 
.padding_top{padding-top: 90px;}
.padding_bot{padding-bottom: 90px;}
.padding_tb{padding-top: 90px;padding-bottom: 90px;}

.header{display: none;}
.mo_header{display: block;}

.product_list .price{font-size: 1rem;}
.product_list .tit{font-size: 1.125rem;    margin-bottom: 10px;}
.product_list .price span{font-size: 1.25rem;}


 }
 /* ********************************************* *
 * 840px max
 * ********************************************* */
 @media screen and (max-width: 840px){
 
    .padding_top{padding-top: 40px;}
    .padding_bot{padding-bottom: 40px;}
    .padding_tb{padding-top: 40px;padding-bottom: 40px;}

    .product_list li {margin-bottom: 30px;}
 }


 /* ********************************************* *
 * 769px max
 * ********************************************* */
 @media screen and (max-width: 769px){
    footer{position:relative;    padding: 40px 0px;}
    footer .fot_top img{width: 130px;}
    footer .fot_top ul { margin-left: 30px;}
    footer .fot_family_copy{display: flex;flex-direction: row-reverse;
        align-items: center;}
    
    footer .fot_bot{display: block;}
    /* footer .bottom{display: none;} */

    footer  > div > div p::before {display: none;}
    footer  .company_info {margin-top: 20px;
        width: 100%;

        
    }

    .sub_header {padding-top: 50px;}


    .button.page_bot{display: flex;width: 90%;margin:0 auto;margin-top: 40px;    justify-content: center;}
    .button.page_bot button{width: 50%;font-size: 1rem;padding:16px 0;}

 }


 /* ********************************************* *
 * 600px max
 * ********************************************* */
 @media screen and (max-width: 600px){
    .sec_title {margin-bottom: 20px;}
    .mo_header .page_topheader {padding: 13px 0 8px;}

 

 .footer{text-align: center;}
 .sidebar .kakao, .sidebar .blog{/* right:20px; bottom:24px;  */width: 48px; height:48px;}
 .sidebar .blog{bottom:84px;}

 .footer .catal_list{top: -145px;}



.product_list .thumbnail { border-radius: 10px;}

.product_list .list_icon i+i {margin-left: 10px;}
.product_list .list_icon {bottom: 20px;}

footer .fot_family_copy{display: flex;margin-top: 20px;flex-direction: column-reverse;}
footer .bot_fot { margin-top: 10px; width: 230px;display: none;}
footer .bottom{width: 100%;text-align: left;}

.product_list .tit { margin-bottom: 10px;}
.product_list .text_box {padding-top: 10px;}

.product_list li {margin-bottom: 20px;}

}
 
  /* ********************************************* *
  * 500px max
  * ********************************************* */
  @media screen and (max-width: 500px){

    .search { width: 240px;}
    .search input { padding: 12px 15px;}
    .search_but_type02 .button.type02 button {padding: 12px 30px;}


  }
  /* ********************************************* *
  * 460px max
  * ********************************************* */
  @media screen and (max-width: 460px){
    .mo_header .page_topheader .logo img { width: 120px; }
    .mo_header .page_topheader .page_sear_cart ul { right: 15px;transform: translateY(-46%);}
    .mo_header .page_topheader .page_sear_cart ul li {width: 22px; margin-left: 10px;}
    .open1 span {width: 22px;height: 2px;margin-bottom: 6px;}
    .open1 {left:15px;}
    
    .sec_title .font_3rem {font-size: 2rem;    }

    .sec_title .button.type02 button{font-size: 0.9rem;padding: 8px 14px;}


    footer .fot_top{display: block;}
    footer .fot_top ul{margin-left: 0;margin-top: 20px;}


    .product_list .sale {font-size: 1rem; margin: 4px auto;}
    .product_list .price span {font-size: inherit;}

    .button.page_bot{width: 100%;;}
    .button.page_bot button+button{margin-left: 10px;;}
    .button.page_bot button{padding: 12px 0;}

    .search_but_type02{flex-direction: column-reverse;;margin-top: 0;    align-items: flex-end;}
    .search_but_type02 .button{margin-bottom: 12px;}
    .search { width: 100%;}


}
  /* ********************************************* *
  * 350 max
  * ********************************************* */
  @media screen and (max-width: 350px){
    .mo_header .page_topheader .page_sear_cart ul li {width: 20px;}

    .sec_title .button.type02 button{padding:0;border:none;}
    .sec_title .font_3rem {font-size: 1.5rem;}
    .sec_title {margin-bottom: 10px;}


  }