@charset "utf-8";
/*pharmacy_pop_info*/
.popup{
    padding:0 43px;
    width:580px;
    /* border:1px solid #616161; */
}
.pharmacy_pop_info .con_top .default_con{
    font-size:50px;
    height:47px;
    color:#222222;
    padding-top:40px;
    margin-bottom:70px;
}
.pharmacy_pop_info .con_top .default_con span{
  /*  float: right;*/
    display:inline-block;
    color:#666666;
    font-size:15px;
   /* margin-top: 44px;*/
}
.cata_info_txt li{
    font-size: 13px;
    line-height:34px;
    color:#aaaaaa;
}
.pharmacy_pop_info .tab_content .tab_data{
    width:100%;
    padding: 0;
}
.pharmacy_pop_info .tab_content .con_tab{
    width:100%;
    padding-bottom: 45px;
}
.pharmacy_pop_info .tab_content .con_tab li{
    border:1px solid #333333;
    border-right:0;
    height:70px;

}
.pharmacy_pop_info .tab_content .con_tab li a{
    color:#222;
    font-size:20px;
}
.pharmacy_pop_info .tab_content .con_tab li:last-child{
    border:1px solid #333;
    border-right:1px solid #333;

}
.pharmacy_pop_info .tab_content .con_tab li.active{
    background:#222;
}
.pharmacy_pop_info .tab_content .con_tab li.active a{
    color:#fff;

}
.pharmacy_cata{
    border-top:1px solid #222;
    border-bottom: 1px solid #ccc;
    padding:40px;
    background:#fafafa;
}
.pharmacy_pop_info .tab_data .select_type01{
    height:50px;
}
.pharmacy_pop_info .tab_data div{
    display: block;
}
.type3_search input[type='text']:focus{
    border-bottom: 2px solid #222;
}
.pharmacy_product_area .sec02{
    border-top:1px solid #ccc;
    padding-top:30px;

}
.pharmacy_product_area{
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc;
    padding: 40px;
    background: #fafafa;
}

.product_search h3{
    color:#004a99;
    font-size: 20px;
    font-weight:400;
    margin-bottom: 30px;
}
.type3_search{
    height: 48px;
    /* border-bottom:2px solid #222; */
    margin-bottom: 40px;
}
.type3_search input{
    border:none;
    width: 388px;
    height: 48px;
    border-bottom: 2px solid #222;
    margin-bottom: 40px;
}
.type3_search .btn_search{
    float: right;
    background: url(../../images/pc/common/icon_search.png)no-repeat center center;
    text-indent: -9999px;
    width: 7%;
    height: 48px;
    color: #fff;
    text-align: center;
    vertical-align: text-bottom;
}
.type4_search{
    overflow: hidden;
    margin-bottom:30px;
}
.type4_search li{
    position:relative;
    cursor:pointer;
    float: left;
    width: 34px;
    height: 34px;
    color:#444444;
    border:1px solid #e5e5e5;
    margin-left:-1px;
    text-align: center;
    z-index: 1;
}
.type4_search li.active{
    border:1px solid #222;
    z-index: 2;
}
.type4_search li:nth-child(1){
    margin:0;
}
.type4_search li button{
    line-height: 34px;
    font-size: 16px;
}.type4search_result{
    margin-bottom: 40px;
}
.type4search_result span{
    color:#aaaaaa;
    font-size:13px;

}
.pharmacy_pop_info .sec03{
    margin-bottom: 40px;
}
.pharmacy_pop_info .search_box{
    display:inline-block;
    float:left;
    vertical-align: top;
    margin:0;
    width: 245px;
    background: none;
}
.pharmacy_pop_info  .search_box:nth-child(2){
    float:right;
}
.pharmacy_pop_info  .search_box .select_boxtype{
    width:98%;
}
.pharmacy_pop_info  .select_boxtype{
    border:none;
    border-bottom:2px solid #222;
}
.btn_area{
    text-align: center;
    margin: 30px 0 60px;
}
.btn_pharmacysea{
    width:120px;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#fff;
    background: #004a99;
}
.pharmacy_product_result .board{
    width:100%;
}
.pharmacy_product_result .board table{
    width:100%;
}
.map_area{
    width: 1200px;
    /* height: 670px; */
    /* border: 1px solid #cccccc; */
    margin: 70px 0;
    overflow: hidden;
    position: relative;
}
.map_area .map_point {
  position: absolute;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-top: -4px;
}
.map_area .map_point::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  background-color: #004a99;
  border-radius: 50%;
}
.map_area .france .map_point::before,
.map_area .ireland .map_point::before
{ display: none; }

.map_area .france .map_point::after,
.map_area .ireland .map_point::after
{
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background-color: #004a99;
  border-radius: 50%;
}

.map_area .popup_div {
  width: 386px;
  min-height: 145px;
  background: #fff;
  border: 1px solid #222;
  position: absolute;
  display: none;
  z-index: 100000;
}

.map_area .india .popup_div { left: 485px; top: 245px; }
.map_area .japan .popup_div { left: 710px; top: 170px; }
.map_area .india .map_point { left: 819px; top: 246px; }
.map_area .japan .map_point { left: 1042px; top: 172px; }
.map_area .germany .map_point, .map_area .germany .popup_div { left: 658px; top: 85px; }
.map_area .switzerland .map_point, .map_area .switzerland .popup_div { left: 546px; top: 122px; }
.map_area .usa .map_point, .map_area .usa .popup_div { left: 100px; top: 221px; }
.map_area .france .map_point, .map_area .france .popup_div { left: 460px; top: 122px; }
.map_area .italy .map_point, .map_area .italy .popup_div { left: 595px; top: 184px; }
.map_area .costarica .map_point, .map_area .costarica .popup_div { left: 149px; top: 295px; }
.map_area .canada .map_point, .map_area .canada .popup_div { left: 149px; top: 85px; }
.map_area .israel .map_point { left: 670px; top: 220px; }
.map_area .israel .popup_div { left: 370px; top: 218px; }
.map_area .ireland .map_point, .map_area .ireland .popup_div { left: 518px; top: 25px; }
.map_area .netherlands .map_point, .map_area .netherlands .popup_div { left: 596px; top: 60px; }
.map_area .uk .map_point, .map_area .uk .popup_div { left: 596px; top: 11px; }
/* 240906 추가 */
.map_area .singapore .map_point { left: 955px; top: 320px; }
.map_area .singapore .popup_div { left: 655px; top: 318px;}
.map_area .austria .map_point, .map_area .austria .popup_div { left: 658px; top: 122px; }
.map_area .popup_div > .title {
  width: 100%;
  height: 50px;
  background: #222;
  color: #fff;
  font-size: 18px;
  padding: 11px 0 0 50px;
  box-sizing: border-box;
  background-image: url('../../../images/icon_map_point.png');
  background-repeat: no-repeat;
  background-position: 21px 14px;
}
.map_area .popup_div > table.con {
  margin: 20px 0 20px 20px;
  box-sizing: border-box;
  line-height: 26px;
}
.map_area .popup_div > table.con th {
   color : #004a99;
   text-align: left;
   width: 55px;
   vertical-align: top;
}
.map_area .popup_div > table.con td {
   color : #666;
   text-align: left;
   vertical-align: top;
}
.btn_resrearch{
    color:#fff;
    background:#555555;
    width:110px;
    height:50px;
    text-align: center;
    font-size: 16px;
}

.pharmacy_product_result .ssec02 span{
    display: inline-block;
    width:100%;
    font-size:16px;
    margin-bottom:30px;
    color:#a1a1a1;
    text-align: center;

}
.pharmacy_product_result .ssec02 span em{
    color:#004a99;
    font-weight:700;
}
.pharmacy_product_result_detail .sec01{
    overflow: hidden;
}

.pharmacy_product_result_detail .sec01 .map_area{
    float:left;
    width:279px;
    height:195px;
    border:1px solid #cccccc;
    margin-bottom:50px;

}
.pharmacy_product_result_detail .sec01 .map_info{
    float:right;
    width:279px;
}
.pharmacy_product_result_detail .sec01 .map_info .board{
    width:100%;
    text-align:left;
    text-indent:10px;

}
.pharmacy_product_result_detail .sec01 .map_info .board table{
    width:100%;
    height: 196px;
}
.pharmacy_product_result_detail .sec01 .map_info .board table tr td{
    text-align:left;
    text-indent:10px;
}
.pharmacy_product_result_detail .sec02{
    float: none;
}
.pharmacy_product_result_detail .sec02 h3{
    position:relative;
    color:#004a99;
    font-size:20px;
    margin-bottom: 20px;
}
.pharmacy_product_result_detail .sec02 .board{
    margin-bottom:30px;
}
.pharmacy_product_result_detail .sec02 .board,
.pharmacy_product_result_detail .sec02 .board table{
    width:100%;
}
.pharmacy_product_result_detail .sec02 .board table tbody > tr > th{
    border-right:0px;
}
.btn_copy{
    position: absolute;
    top:0;
    right:0;
    width:20px;
    height:20px;
    background:url("../../images/pc/common/btn_copy.png") no-repeat center;
    text-indent:-9999px;

}
.pharmacy_product_result_detail .sec02 .board td{
    padding:10px;
}
.ta_info{
    color: #aaaaaa;
    font-size:13px;
}
.btn_list{
    font-size:16px;
    border:1px solid #004a99;
    width:108px;
    height:48px;
    color:#004a99;
}
.pharmacy_pop_info .sec05{
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 40px;
}
.drugSlider_area .bx-wrapper .bx-viewport{
    overflow:hidden;
    width:100%;
    margin:0 auto;
    height: 200px !important;
    position:relative;
}
.drugSlider_area .bx-wrapper li{
    width:143px;
    height: 143px;
}
.drugSlider_area .bx-wrapper li img{
    width: 141px;
    height: 141px;
    vertical-align:top;
    border:1px solid #ccc;
}
/* main navi basic */
.drugSlider_area .bx-wrapper .bx-controls {
    z-index:30;
    width:100%;
    height:4px;
    position:absolute;
    left: 0px;
    bottom: 128px;
    text-align: center;
    background: none;
}
.drugSlider_area .bx-wrapper .bx-controls .bx-pager-item,
.drugSlider_area .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.drugSlider_area  .bx-wrapper .bx-controls .bx-default-pager a {
    position:relative;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    text-indent: -9999px;
    background: #b5b5b5;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius:9px;
}
.drugSlider_area{
    position: relative;
}
.drugSlider_area .bx-wrapper .bx-controls .bx-controls-direction{
    position:absolute;
    top: -2px;
}
.drugSlider_area .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
    position: absolute;
    width: 40px;
    height: 40px;
    display:inline-block;
    left: -16px;
    background: url(../../images/pc/pharmacy/btn_bxprev.png) no-repeat;
    text-indent: -9999px;
}
.drugSlider_area .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
    position: absolute;
    width: 40px;
    height: 40px;
    display:inline-block;
    right: -486px;
    background: url(../../images/pc/pharmacy/btn_bxnext.png) no-repeat;
    text-indent: -9999px;
}
.drugSlider_area{
    margin-left: 20px;
}
.radio_area{
    display:block;
    text-align: center;
    margin-top:10px;
}
