/**
 * Created by PhpStorm.
 * Date         : 2021-11-12
 * Developer    : SeHwan Hwang
 * Description  : wp_responsive.css
 * ⓒ 2021. WebPlanet Co. All Rights Reserved.
 */

@charset "utf-8";

/**********************************************************************************************************************/
/* 작성방법 */
/*
1. 모든 스타일은 클래스명 .wp_wrap 을 시작으로 작성한다.
2. 공통 스타일의 클래스명은 cm_ 접두어를 사용한다.
 */
/**********************************************************************************************************************/








@media (max-width: 1500px) {
/**********************************************************************************************************************/
/* more_btn */
/**********************************************************************************************************************/
.wp_wrap .more_btn .out_btn {
    width: 150px;
    height: 150px;
}
.wp_wrap .more_btn .in_btn {
    top: 7px;
    left: 7px;
    width: 135px;
    height: 135px;
}
.wp_wrap .more_btn {
    position: absolute;
    top: -75px;
    right: -75px;
}
.wp_wrap .m_about {
    padding: 60px 135px;
    top: -110px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual .scr_box {
    right: 0;
    bottom: 165px;
}
.wp_wrap .m_visual .control_box {
    bottom: 125px;
}


.wp_wrap .m_about .out_box {
    border-radius: 110px 0 0 110px
}
.wp_wrap .m_about .out_box {
    left: 150px;
    border-radius: 90px 0 0 90px;
}
.wp_wrap .m_about .about_inner {
    padding-left: 85px;
}
.wp_wrap .m_about .about_inner .tit {
    margin-bottom: 40px;
}
.wp_wrap .m_about .about_inner .abu_tit {
    font-size: 45px;
}
.wp_wrap .m_about .about_inner .inner .left{
    width: 45%;
}
.wp_wrap .m_about .about_inner .inner .left .desc01 {
    font-size: 28px;
    margin-bottom: 35px;
}
.wp_wrap .m_about .about_inner .inner .left .desc02 {
    font-size: 19px;
    margin-bottom: 35px;
}
.wp_wrap .m_about .about_inner .inner .right .img_box {
    height: 400px;
}
.wp_wrap .m_about .about_inner .inner .right {
    width: 50%;
}




.wp_wrap #m_product .inner .cont_box {
    gap: 50px;
}
.wp_wrap #m_news .more_btn {
    top: auto;
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    bottom: 90px;
}
.wp_wrap #m_news .news_inner .slider_zone {
    padding: 100px 0 130px 0;
}
.wp_wrap #m_news .news_inner .news_bg {
    height: 745px;
    height: 800px;
}
.wp_wrap #m_news .news_inner .slider_zone .news_swiper .swiper-wrapper .swiper-slide a .slide_inner {
    padding: 30px 20px;
}
/**********************************************************************************************************************/
}







@media (max-width: 1330px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .cm_inner {
    padding: 0 15px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_top .subPage_mnu {
    width: calc(100% - 100px);
}
/**********************************************************************************************************************/
}





@media (max-width: 1300px) {
/**********************************************************************************************************************/
/* more_btn */
/**********************************************************************************************************************/
.wp_wrap .more_btn {
    top: -35px;
    right: -35px;
}

.wp_wrap #m_product .more_btn {
    top: -65px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_about {
    padding: 50px 30px;
}
.wp_wrap .m_about .about_inner {
    padding-left: 160px;
}
.wp_wrap .m_about .about_inner .inner .right .img_box {
    height: 370px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .s_prds .cont_box .top .img_box .summary_box {
    padding: 0 30px;
}
/**********************************************************************************************************************/

}




@media (max-width: 1200px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .tit .prnes_tit {
    font-size: 60px;
    margin-bottom: 20px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner nav .gnb .m_list {
    /* width: 130px; */
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual .control_box {
    left: 50%;
    transform: translateX(-50%);
}

.wp_wrap .m_about .out_box {
    border-radius: 60px 0 0 60px;
}
.wp_wrap .m_about .about_inner {
    padding-left: 150px;
}
.wp_wrap .m_about .about_inner .inner .left .desc01 {
    margin-bottom: 30px;
}
.wp_wrap .m_about .about_inner .inner .left .desc02 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.wp_wrap .m_about .about_inner .inner .right .img_box {
    height: 315px;
}


.wp_wrap #s_product .prd_inner .tit {
    margin-bottom: 80px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .stit_box>p {
    font-size: 60px;
}
.wp_wrap .s_about .inner .cont_box .top {
    gap: 40px;
    align-items: flex-start;
}
.wp_wrap .s_about .inner .cont_box .top .img_box {
    width: 400px;
    min-width: 400px;
}

.wp_wrap .s_about .inner .cont_box .top .ko_txt_box .txt1,
.wp_wrap .s_about .inner .cont_box .bot .en_txt_box p{
    font-size: 18px;
}



.wp_wrap #m_inquiry .inquiry_inner .form_box .form_in .ip_box_out .ip_box input, 
.wp_wrap #m_inquiry .inquiry_inner .form_box .form_in .ip_box_out .ip_box textarea,
.wp_wrap .s_inquiry .inner .form_box .form_in .ip_box_out .ip_box input, 
.wp_wrap .s_inquiry .inner .form_box .form_in .ip_box_out .ip_box textarea {
    min-width: 450px;
}

.wp_wrap .s_inquiry .cm_inner {
    padding: 0;
}
.wp_wrap .s_inquiry .inner {
    border-radius: 0;
    padding: 120px 15px;
}
.wp_wrap .s_inquiry .inner .form_box .form_in .ip_box_out .ip_box .ques .en {
    font-size: 17px;
}
.wp_wrap .s_inquiry .inner .form_box .form_in .ip_box_out .ip_box .ques .ko {
    font-size: 15px;
}

.wp_wrap .s_spotsee .cont_box .bot .kind_box li .big_name {
    font-size: 24px;
    min-height: 30px;
}
.wp_wrap .s_spotsee .cont_box .bot .bbig_name {
    font-size: 30px;
    margin-bottom: 25px;
}
.wp_wrap .s_entegris .cont_box .bot .pic_box, 
.wp_wrap .s_sani .cont_box .bot .pic_box {
    gap: 20px;
}
/**********************************************************************************************************************/

}




@media (max-width: 992px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .tit .prnes_tit {
    font-size: 48px;
    margin-bottom: 15px;
}




/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* more_btn */
/**********************************************************************************************************************/
.wp_wrap .more_btn .out_btn {
    width: 120px;
    height: 120px;
}
.wp_wrap .more_btn .in_btn {
    top: 7px;
    left: 7px;
    width: 106px;
    height: 106px;
}
.wp_wrap #m_product .more_btn {
    top: -64px;    
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner nav .gnb{
    display: none;
}
.wp_wrap header .h_inner nav .momnu_icon{
    display: block;
    padding: 40px 0;
}

.wp_wrap .mo_mnu_bg{
    position: fixed;
    top: 0;
    right: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.wp_wrap .mo_mnu{
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #ddd;
    transition: 0.5s;
    transition-delay: 0.3s;
}
.wp_wrap .mo_mnu.on{
    right: 0;
}
.wp_wrap .mo_mnu .close_icon{
    position: absolute;
    top: 25px;
    right: 15px;
}
.wp_wrap .mo_mnu .close_icon .icon_box{
    cursor: pointer;
    background: transparent;
}
.wp_wrap .mo_mnu .close_icon .icon_box i{
    font-size: 30px;
}
.wp_wrap .mo_mnu .mo_mnu_iner{
    padding-top: 80px;
}
.wp_wrap .mo_mnu .mo_mnu_iner .mo_gnb {}
.wp_wrap .mo_mnu .mo_mnu_iner .mo_gnb>li {
    width: 100%;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
}
.wp_wrap .mo_mnu .mo_mnu_iner .mo_gnb>li:first-child {
    border-top: 1px solid #e7e7e7;
}
.wp_wrap .mo_mnu .mo_mnu_iner .mo_gnb>li>a {
    font-size: 17px;
    margin-bottom: 0;    
    padding: 15px 20px;    
    font-family: var(--font-pre500);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp_wrap .mo_mnu .mo_mnu_iner .mo_gnb>li.on>a {
    color: #2396B1;
    color: #085E72;
}

.wp_wrap .mo_mnu .mo_mnu_iner .mo_gnb>li>a i{
    font-size: 15px;
    transform: rotate(0deg);
    transition: 0.3s;
}
.wp_wrap .mo_mnu .mo_mnu_iner .mo_gnb>li.on>a i{
    transform: rotate(180deg);
}
.wp_wrap .mo_mnu .mo_mnu_iner .mo_m_list .mo_sub_mnu{
    display: none;
    padding: 10px 0;
    background-color: #f2f2f2;
}
.wp_wrap .mo_mnu .mo_mnu_iner .mo_m_list .mo_sub_mnu li>a {
    text-align: left;
    display: block;
    font-size: 15px;
    margin-bottom: 0;
    padding: 12px 30px;
    color: #888;
}
.wp_wrap .mo_mnu .img_box{
    position: absolute;
    bottom: 0;
    right: 0;    
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual,
.wp_wrap .m_visual .m_slider .mv_slide {
    height: 700px;
}
.wp_wrap .m_visual .m_slider .mv_slide .logo_box{
    margin-top: 0px;
}
.wp_wrap .m_visual .m_slider .mv_slide .logo_box img {
    margin: 0 auto;
    max-width: 60%;
}
.wp_wrap .m_visual .scr_box {
    display: none;
}




.wp_wrap .m_about {
    top: -30px;
}
.wp_wrap .m_about .about_inner .tit {
    margin-bottom: 30px;
}
.wp_wrap .m_about .about_inner .inner .left .txt {
    font-size: 20px;
}
.wp_wrap .m_about .about_inner .inner .left .more {
    font-size: 18px;
}


.wp_wrap .m_about .about_inner .abu_tit {
    font-size: 35px;
}
.wp_wrap .m_about .about_inner .inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
}
.wp_wrap .m_about .about_inner .inner .left,
.wp_wrap .m_about .about_inner .inner .right {
    width: 100%;
}
.wp_wrap .m_about .about_inner .inner .left .desc01 {
    font-size: 26px;
    margin-bottom: 15px;
}
.wp_wrap .m_about .about_inner .inner .left .desc02 {
    margin-bottom: 0px;
}





.wp_wrap #m_product .inner .top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap #m_product .inner .prd_arr_box {
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}
.wp_wrap #m_product .inner .prd_arr_box .prd_arr {
    width: 50px;
    height: 50px;
}
.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slick-list{
    margin: 0 -10px;
}
.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slick-slide{
    margin: 0 10px;
}
.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slide_in .txt_box p {
    font-size: 18px;
}
.wp_wrap #m_inquiry .inquiry_inner,
.wp_wrap .s_inquiry .inner{
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
}
.wp_wrap #m_inquiry .inquiry_inner .txt_box,
.wp_wrap #m_inquiry .inquiry_inner .form_box,
.wp_wrap .s_inquiry .inner .txt_box,
.wp_wrap .s_inquiry .inner .form_box {
    width: 100%;
}
.wp_wrap #m_inquiry .inquiry_inner .txt_box>.tit {
    margin-bottom: 30px;
}
.wp_wrap #m_inquiry .inquiry_inner .txt_box>.tit>p {
    font-size: 45px;
}
.wp_wrap #m_inquiry .inquiry_inner .txt_box .dummy, 
.wp_wrap .s_inquiry .inner .txt_box .dummy {
    margin-bottom: 20px;
}
.wp_wrap #m_inquiry .inquiry_inner .form_box .form_in .ip_box_out .ip_box {
    padding: 18px 20px;
}
.wp_wrap #m_inquiry .inquiry_inner .form_box .form_in .ip_box_out .ip_box input, 
.wp_wrap #m_inquiry .inquiry_inner .form_box .form_in .ip_box_out .ip_box textarea, 
.wp_wrap .s_inquiry .inner .form_box .form_in .ip_box_out .ip_box input, 
.wp_wrap .s_inquiry .inner .form_box .form_in .ip_box_out .ip_box textarea {
    min-width: unset;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_top .subPage_main {
    height: 450px;
    border-radius: 0 0 0 135px;
}
.wp_wrap .sub_top .subPage_main .shadow .txt_box p {
    font-size: 45px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner {
    padding: 0 10px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .first {
    margin-right: 15px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .second, 
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third {
    padding: 25px 0;
    min-width: 150px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third .third_mnu .hide_menu {
    top: 74px;
}



.wp_wrap .s_about .stit_box, 
.wp_wrap .s_location .stit_box {
    margin-bottom: 50px;
}
.wp_wrap .stit_box>p {
    font-size: 50px;
}
.wp_wrap .s_about .inner .cont_box .top {
    margin-bottom: 40px;
}
.wp_wrap .s_about .inner .cont_box .top .img_box {
    width: 300px;
    min-width: 300px;
    height: 400px;
}





.wp_wrap .s_location .inner .cont_box .map_box{
    height: 400px;
}
.wp_wrap .s_location .inner .cont_box .info_box {
    padding: 30px;
}
.wp_wrap .s_location .inner .cont_box .info_box .line .info .ques,
.wp_wrap .s_location .inner .cont_box .info_box .line .info .answ {
    font-size: 22px;
}




.wp_wrap .s_prds .stit_box .tit {
    gap: 10px;
}
.wp_wrap .s_prds .cont_box .top .img_box .summary_box .logo img {
    transform: scale(1);
}
.wp_wrap .s_prds .stit_box .tit a {
    width: 40px;
    height: 40px;
}
.wp_wrap .s_prds .stit_box .tit a i {
    font-size: 21px;
}
.wp_wrap .s_pbs .cont_box .bot .pic_box {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.wp_wrap .s_pbs .cont_box .bot .type_box .type_li .desc,
.wp_wrap .s_entegris .cont_box .bot .type_box .type_li .desc,
.wp_wrap .s_sani .cont_box .bot .type_box .type_li .desc{
    font-size: 19px;
    line-height: 1.5;
}
.wp_wrap .s_pbs .cont_box .bot{}
.wp_wrap .s_pbs .cont_box .bot .type_box,
.wp_wrap .s_fuji .cont_box .bot .type_box,
.wp_wrap .s_pharmnxt .cont_box .bot .type_box,
.wp_wrap .s_entegris .cont_box .bot .type_box,
.wp_wrap .s_sani .cont_box .bot .type_box{
    gap: 30px;
}

.wp_wrap .s_single .cont_box .bot .kind_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px;
}
.wp_wrap .s_single .cont_box .bot>p {
    margin-bottom: 40px;
}


.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .txt_box .desc_box li {
    font-size: 18px;
}
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .txt_box .kind {
    font-size: 17px;
}

.wp_wrap .s_inquiry .inner .txt_box {
    padding-top: 0;
}


.wp_wrap .s_spotsee .cont_box .bot .kind_box li .big_name {
    font-size: 19px;
    margin-bottom: 20px;
    min-height: 24px;
}


/* fuji */
.wp_wrap .s_fuji .cont_box .bot .bot_box .ex_list>li .ex {
    font-size: 18px;
}


/* milecell */
.wp_wrap .s_pharmnxt .cont_box .bot .bot_list>li .bot_box .txt_box {
    width: 65%;
}
.wp_wrap .s_pharmnxt .cont_box .bot .bot_list>li .bot_box .txt_box .txt_list.grid>li>p {
    width: 85%;
}
.wp_wrap .s_pharmnxt .cont_box .bot .bot_list>li .bot_box .txt_box .txt_list>li>p {
    width: 85%;
    font-size: 17px;
}


/* entergris */
.wp_wrap .s_entegris .cont_box .bot {
    overflow: hidden;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner.first {
    flex-direction: column;
    gap: 20px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box {
    width: 100%;
    border: 1px solid #E8E8E8;
    overflow: hidden;
    border-radius: 30px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box.bot {
    border: none;
    border-radius: 0;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box>img {
    border: none;
    width: 70%;
    margin: 0 auto;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner {
    flex-direction: column;
    gap: 20px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .img_box>img {
    width: 100%;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box .img_list>li .img_box>img {
    margin: 0 auto;
    margin-bottom: 10px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box .img_inner .inner_list {
    display: flex;
    justify-content: space-between;
}


.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .txt_box .ex_list>li p {
    font-size: 18px;
}


/* accumax */
.wp_wrap .s_sani .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li>p {
    font-size: 18px;
}
.wp_wrap .s_sani .cont_box .bot .bot_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}
.wp_wrap .s_sani .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li {
    width: 100%;
}
.wp_wrap .s_sani .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li>p>br {
    display: none;
}


/* stflex */
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in {
    flex-direction: column-reverse;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .img_box {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .img_box>img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box {
    width: 100%;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li>p {
    font-size: 18px;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .ex {
    font-size: 18px;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li>p {
    width: 90%;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list {
    margin-top: 20px;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li {
    align-items: flex-start;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li .circle {
    margin-top: 8px;
}


/* quantoom */
.wp_wrap .s_nbil .cont_box .bot .bot_box {
    flex-direction: column;
    gap: 20px;
}
.wp_wrap .s_nbil .cont_box .bot .bot_box .txt_box {
    padding-right: 0;
}
.wp_wrap .s_nbil .cont_box .bot .bot_box .img_box>img {
    margin: 0 auto;
}
.wp_wrap .s_nbil .cont_box .bot .bot_box .txt_box .txt_list>li>p {
    font-size: 20px;
}


/* hzymes */
.wp_wrap .s_hyz .cont_box .bot .bot_list>li .bot_box .box_list>li>p {
    font-size: 18px;
}
.wp_wrap .s_hyz .cont_box .bot .bot_list>li .bot_box .circle_list>li>p {
    font-size: 18px;
}


/* orf */
.wp_wrap .s_orf .cont_box .bot .f_box {
    flex-direction: column;
}
.wp_wrap .s_orf .cont_box .bot .txt_box .txt_list>li>p {
    font-size: 18px;
}
.wp_wrap .s_orf .cont_box .bot .f_box .f_in .f_list>li>p {
    font-size: 18px;
}
.wp_wrap .s_orf .cont_box .bot .txt_box .txt_list>li>p {
    font-size: 18px;
}
/**********************************************************************************************************************/
}




@media (max-width: 768px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .cm_sec {
    padding: 60px 0;
}
.wp_wrap .cm_sec02 {
    padding: 20px 0 60px 0;
}
.wp_wrap .cm_tsec {
    padding: 0 0 60px 0;
}
.wp_wrap .tit .prnes_tit {
    font-size: 38px;
    margin-bottom: 8px;
}
.wp_wrap .tit .prnes_desc {
    font-size: 18px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner nav .momnu_icon {
    display: block;
    padding: 30px 0;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer {
    padding: 30px 0;
}
.wp_wrap footer .f_inner .left {
    flex-direction: column;
    gap: 20px;
}
.wp_wrap footer .f_inner .right .f_link {
    gap: 10px;
}
.wp_wrap footer .f_inner .left .f_info ul li {
    margin-bottom: 8px;
}
.wp_wrap footer .f_inner .right .f_link li a img {
    width: 40px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual {
    border-radius: 0 0 0 120px;
}
.wp_wrap .m_visual,
.wp_wrap .m_visual .m_slider .mv_slide {
    height: 600px;
}

.wp_wrap .m_visual .control_box {
    bottom: 140px;
    gap: 10px;
}
.wp_wrap .m_visual .control_box .mv_slideDot .slick-dots {
    gap: 10px;
}
.wp_wrap .m_visual .control_box .slick-dots li button {
    width: 11px;
    height: 11px;
}
.wp_wrap .m_visual .control_box .pause .icon_box {
    width: 33px;
    height: 33px;
}
.wp_wrap .m_visual .control_box .pause .icon_box img{
    height:13px;
}




.wp_wrap .m_about {
    top: 0;
    padding: 60px 0;
}
.wp_wrap .m_about .out_box {
    display: none;
}
.wp_wrap .m_about .about_inner {
    padding-left: 0;
}


.wp_wrap #m_product .inner .top {
    margin-bottom: 30px;
}
.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slick-slide{
    padding-top: 0;
}
.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slick-slide.effect{
    padding-bottom: 0;
}
.wp_wrap .tit .prnes_desc2 {
    font-size: 25px;
}
.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slide_in .txt_box p {
    font-size: 16px;
}
.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slick-list{
    margin: 0 -15px;
}
.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slick-slide{
    margin: 0 15px;
}






.wp_wrap #m_news .tit .prnes_tit {
    position: relative;
    z-index: 102;
    padding: 0 15px;
    font-size: 35px;
    margin-bottom: 5px;
    color: #fff;
}
.wp_wrap #m_news .news_inner {
    padding: 60px 0;
}
.wp_wrap #m_news .news_inner .news_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 885px;
    overflow: hidden;
    left: 0;
    border: none;
    border-radius: unset;
}
.wp_wrap #m_news .news_inner .news_bg {
    height: 635px;
}
.wp_wrap #m_news .news_inner .slider_zone {
    padding: 30px 15px 130px 15px;
}
.wp_wrap #m_news .cm_inner{
    padding: 0;
} 
.wp_wrap #m_news .news_inner .news_bg {
    width: 100%;
    height: 740px;
}
.wp_wrap #m_news .more_btn {
    bottom: 115px;
}
.wp_wrap #m_news .news_inner .news_bg {
    height: 665px;
}


.wp_wrap #m_inquiry .inquiry_inner .txt_box>.tit>p {
    font-size: 40px;
}

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_top .subPage_main {
    height: 350px;
    border-radius: 0 0 0 110px;
}
.wp_wrap .sub_top .subPage_main .shadow .txt_box p {
    font-size: 40px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .first .first_mnu {
    width: 45px;
    height: 45px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .second .second_mnu p,
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third .third_mnu p{
    font-size: 18px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .second {
    margin-right: 15px;
    padding-right: 15px;
}
.wp_wrap .sub_top .subPage_mnu {
    width: calc(100% - 45px);
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third .third_mnu .hide_menu {
    top: 72px;
}




.wp_wrap .stit_box>p {
    font-size: 40px;
}
.wp_wrap .s_about .inner .cont_box .top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
}
.wp_wrap .s_about .inner .cont_box .top .img_box {
    width: 100%;
    min-width: unset;
    height: 300px;
}
.wp_wrap .s_about .inner .cont_box .top .ko_txt_box,
.wp_wrap .s_about .inner .cont_box .bot .en_txt_box {
    gap: 20px;
}
.wp_wrap .s_about .inner .cont_box .top .ko_txt_box .txt1,
.wp_wrap .s_about .inner .cont_box .bot .en_txt_box p {
    font-size: 17px;
}
.wp_wrap .s_location .inner .cont_box .map_box {
    height: 300px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.wp_wrap .s_location .inner .cont_box .info_box {
    padding: 0 20px;
}
.wp_wrap .s_location .inner .cont_box .info_box .line .info .ques,
.wp_wrap .s_location .inner .cont_box .info_box .line .info .answ {
    font-size: 18px;
}


.wp_wrap .s_prds .cont_box .top .img_box .summary_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp_wrap .s_prds .cont_box .top .img_box .summary_box .logo img {
    transform-origin: 50% 50%;
}

.wp_wrap .s_prds .stit_box .desc {
    font-size: 18px;
}
.wp_wrap .s_prds .stit_box {
    margin-bottom: 30px;
}
.wp_wrap .s_prds .cont_box .top .img_box {
    height: 180px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.wp_wrap .s_prds .cont_box .top .img_box .summary_box .logo img {
    transform: scale(0.8);
}
.wp_wrap .s_pharmnxt .cont_box .top .img_box,
.wp_wrap .s_single  .cont_box .top .img_box {
    height: 170px
}
.wp_wrap .s_pharmnxt .cont_box .top .img_box,
.wp_wrap .s_single .cont_box .top .img_box,
.wp_wrap .s_spotsee .cont_box .top .img_box{
    height: 170px;
}
.wp_wrap .s_prds .cont_box .top .img_box .summary_box .desc p {
    font-size: 18px;
}
.wp_wrap .s_pbs .cont_box .top .txt_box,
.wp_wrap .s_fuji .cont_box .top .txt_box, 
.wp_wrap .s_pharmnxt .cont_box .top .txt_box,
.wp_wrap .s_single .cont_box .bot>p {
    padding: 0 15px;
}
.wp_wrap .s_pbs .cont_box .top .txt_box .tit, 
.wp_wrap .s_fuji .cont_box .top .txt_box .tit, 
.wp_wrap .s_pharmnxt .cont_box .top .txt_box .tit {
    font-size: 25px;
}
.wp_wrap .s_pbs .cont_box .top .txt_box .desc_box, 
.wp_wrap .s_fuji .cont_box .top .txt_box .desc_box, 
.wp_wrap .s_fuji .cont_box .bot .type_box .type_li .desc_box,
.wp_wrap .s_pharmnxt .cont_box .bot .type_box .type_li .desc_box, 
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .txt_box .desc_box, 
.wp_wrap .s_single .cont_box .bot .kind_box li .txt_box .desc_box, 
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .txt_box .desc_box, 
.wp_wrap .s_spotsee .cont_box .bot .kind_box li .txt_box .desc_box {
    gap: 10px;
}
.wp_wrap .s_pbs .cont_box .top .txt_box .desc_box li, 
.wp_wrap .s_fuji .cont_box .top .txt_box .desc_box li, 
.wp_wrap .s_fuji .cont_box .bot .type_box .type_li .desc_box li, 
.wp_wrap .s_pharmnxt .cont_box .bot .type_box .type_li .desc_box li, 
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .txt_box .desc_box li, 
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .txt_box .desc_box li {
    font-size: 17px;
}
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .txt_box .kind {
    font-size: 16px;
}
.wp_wrap .s_pbs .cont_box .top .txt_box .desc_box li::before, 
.wp_wrap .s_fuji .cont_box .top .txt_box .desc_box li::before, 
.wp_wrap .s_fuji .cont_box .bot .type_box .type_li .desc_box li::before, 
.wp_wrap .s_pharmnxt .cont_box .bot .type_box .type_li .desc_box li::before, 
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .txt_box .desc_box li::before, 
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .txt_box .desc_box li::before {
    top: 7px;
}
.wp_wrap .s_pbs .cont_box .top .txt_box {
    margin-bottom: 40px;
}
.wp_wrap .s_pbs .cont_box .bot{}
.wp_wrap .s_pbs .cont_box .bot .type_box,
.wp_wrap .s_fuji .cont_box .bot .type_box,
.wp_wrap .s_pharmnxt .cont_box .bot .type_box,
.wp_wrap .s_entegris .cont_box .bot .type_box,
.wp_wrap .s_sani .cont_box .bot .type_box{
    gap: 20px;
}
.wp_wrap .s_pbs .cont_box .bot .type_box .type_li,
.wp_wrap .s_fuji .cont_box .bot .type_box .type_li,
.wp_wrap .s_pharmnxt .cont_box .bot .type_box .type_li,
.wp_wrap .s_entegris .cont_box .bot .type_box .type_li,
.wp_wrap .s_sani .cont_box .bot .type_box .type_li,
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .txt_box {
    border-radius: 15px;
    padding: 25px 20px;
}
.wp_wrap .s_pbs .cont_box .bot .type_box .type_li .tit,
.wp_wrap .s_fuji .cont_box .bot .type_box .type_li .tit,
.wp_wrap .s_pharmnxt .cont_box .bot .type_box .type_li .tit,
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .txt_box .tit,
.wp_wrap .s_entegris .cont_box .bot .type_box .type_li .tit,
.wp_wrap .s_sani .cont_box .bot .type_box .type_li .tit{
    font-size: 20px;
    margin-bottom: 15px;
}
.wp_wrap .s_pbs .cont_box .bot .type_box .type_li .desc,
.wp_wrap .s_entegris .cont_box .bot .type_box .type_li .desc,
.wp_wrap .s_sani .cont_box .bot .type_box .type_li .desc{
    font-size: 17px;
}
.wp_wrap .s_pbs .cont_box .bot .type_box .type_li {
    min-height: 260px;
}


.wp_wrap .s_pbs .cont_box .bot .pic_box>li {
    border-radius: 15px;
}

.wp_wrap .s_himedia .cont_box .bot .type_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .txt_box {
    min-height: unset;    
}

.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .img_box {
    aspect-ratio: unset;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
}
.wp_wrap .s_fuji .cont_box .bot .pic_box>li .img_box,
.wp_wrap .s_pharmnxt .cont_box .bot .pic_box>li .img_box,
.wp_wrap .s_pharmnxt .cont_box .partner_box .logo_box li,
.wp_wrap .s_single .cont_box .bot .kind_box li .img_box,
.wp_wrap .s_spotsee .cont_box .bot .kind_box li .img_box,
.wp_wrap .s_entegris .cont_box .bot .pic_box>li .img_box, 
.wp_wrap .s_sani .cont_box .bot .pic_box>li .img_box{
    border-radius: 15px;
}
.wp_wrap .s_pharmnxt .cont_box .partner_box .logo_box li {
    height: 80px;
}

.wp_wrap .s_fuji .cont_box .bot .pic_box,
.wp_wrap .s_entegris .cont_box .bot .pic_box, 
.wp_wrap .s_sani .cont_box .bot .pic_box,
.wp_wrap .s_pharmnxt .cont_box .bot .pic_box,
.wp_wrap .s_pharmnxt .cont_box .partner_box .logo_box,
.wp_wrap .s_spotsee .cont_box .bot .kind_box {
    grid-template-columns: repeat(2, 1fr);
}
.wp_wrap .s_pharmnxt .cont_box .bot .pic_box>li .img_box {
    aspect-ratio: auto 1 / 0.7;
}
.wp_wrap .s_pharmnxt .cont_box .partner_box .tit_box {
    margin-bottom: 40px;
}
.wp_wrap .s_pharmnxt .cont_box .bot {
    margin-bottom: 60px;
}
.wp_wrap .s_pharmnxt .cont_box .partner_box .tit_box p {
    font-size: 35px;
}
.wp_wrap .s_single .cont_box .bot .kind_box li .txt_box {
    padding: 0px 5px;
}
.wp_wrap .s_spotsee .cont_box .bot .kind_box li .txt_box {
    padding: 0 10px;
}


.wp_wrap .s_nbil .cont_box .bot .type_box {
    padding: 40px 20px;
    border-radius: 15px;
}
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 25px 25px 40px 25px;
}
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .img_box{
    min-width: 100%;
    width: 100%;
}

.wp_wrap .s_inquiry .inner {
    padding: 60px 15px;
}

.wp_wrap .s_inquiry .inner .form_box .form_in .ip_box_out .ip_box .ques .en {
    font-size: 15px;
}
.wp_wrap .s_inquiry .inner .form_box .form_in .ip_box_out .ip_box .ques .ko {
    font-size: 14px;
}
.wp_wrap .s_inquiry .inner .txt_box .logo_box {
    width: 300px;
    margin-bottom: 30px;
}
.wp_wrap .s_spotsee .cont_box .bot .bbig_name {
    font-size: 25px;
    margin-bottom: 20px;
}


/* fuji */
.wp_wrap .s_fuji .cont_box .bot .bot_box .tit_box {
    flex-direction: column;
    gap: 5px;
}
.wp_wrap .s_fuji .cont_box .bot .bot_box .tit_box .tit {
    font-size: 20px;
}
.wp_wrap .s_fuji .cont_box .bot .bot_box .ex_list>li .ex {
    font-size: 17px;
}


/* milecell */
.wp_wrap .s_pharmnxt .cont_box .bot .bot_list>li .bot_box {
    gap: 50px;
    flex-direction: column;
    padding: 40px 20px;
}
.wp_wrap .s_pharmnxt .cont_box .bot .bot_list>li .bot_box .txt_box {
    width: 100%;
}


/* entergris */
.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .txt_box .txt_list>li>p {
    font-size: 18px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .txt_box .name {
    font-size: 20px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .txt_box {
    padding: 35px 15px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box>img {
    padding: 35px 0;
}


/* accumax */
.wp_wrap .s_sani .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li>p {
    width: 90%;
}


/* stflex */
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box {
    padding: 35px 15px;
}

/* hzymes */
.wp_wrap .s_hyz .cont_box .bot .bot_list>li .bot_box {
    padding: 35px 15px;
}
.wp_wrap .s_hyz .cont_box .bot .bot_list>li .bot_box .name {
    font-size: 20px;
}
.wp_wrap .s_hyz .cont_box .bot .bot_list>li .bot_box .circle_list {
    grid-template-columns: repeat(1, 1fr);
}


/* orf */
.wp_wrap .s_orf .cont_box .bot .txt_box {
    padding: 35px 15px;
}
.wp_wrap .s_orf .cont_box .bot .txt_box .txt_list>li>p {
    width: 90%;
}
.wp_wrap .s_orf .cont_box .bot .f_box .f_in {
    padding: 35px 15px;
}
.wp_wrap .s_orf .cont_box .bot .f_box .f_in .name {
    font-size: 25px;
    margin-bottom: 20px;
}
.wp_wrap .s_orf .cont_box .bot .last_box {
    padding: 35px 15px;
    flex-direction: column;
    align-items: flex-start;
}
.wp_wrap .s_orf .cont_box .bot .last_box .txt_box .name {
    font-size: 25px;
    margin-bottom: 20px;
}
.wp_wrap .s_orf .cont_box .bot .last_box .img_box>img {
    margin: 0 auto;
}
.wp_wrap .s_orf .cont_box .bot .last_box .img_box {
    width: 100%;
}
.wp_wrap .s_orf .cont_box .bot .txt_box .txt_list>li {
    align-items: flex-start;
}
.wp_wrap .s_orf .cont_box .bot .txt_box .txt_list>li .box {
    margin-top: 7px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 개인정보 */
/**********************************************************************************************************************/
.wp_wrap .pv_md .md_outer .width_inner .md_inner p {
    font-size: 28px;
}
/**********************************************************************************************************************/
}




@media (max-width: 576px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .tit .prnes_tit {
    font-size: 35px;
    margin-bottom: 5px;
}
.wp_wrap .tit .prnes_desc {
    font-size: 15px;
}
.wp_wrap #m_news .more_btn {
    bottom: 115px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer .f_inner {
    flex-direction: column;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* more_btn */
/**********************************************************************************************************************/
.wp_wrap .more_btn {
    top: -30px;
    right: -30px;
}
.wp_wrap .more_btn .out_btn {
    width: 80px;
    height: 80px;
}
.wp_wrap #m_product .more_btn {
    top: -42px;
}
.wp_wrap .more_btn .in_btn {
    top: 6px;
    left: 5px;
    width: 70px;
    height: 70px;
}
.wp_wrap .more_btn .in_btn i {
    font-size: 29px;
}

.wp_wrap #m_product .more_btn {
    top: auto;
    bottom: -100px;
}

.wp_wrap #m_news .more_btn {
    bottom: 140px;
}
/**********************************************************************************************************************/





/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual,
.wp_wrap .m_visual .m_slider .mv_slide {
    height: 550px;
}
.wp_wrap .m_visual .control_box {
    bottom: 20px;
    gap: 10px;
}
.wp_wrap .m_visual .m_slider .mv_slide .logo_box img {
    max-width: 75%;
}


.wp_wrap .m_about .about_inner .abu_tit {
    font-size: 30px;
}
.wp_wrap .m_about .about_inner .inner .left .txt {
    font-size: 18px;
}
.wp_wrap .tit .prnes_desc2 {
    font-size: 20px;
    padding-top: 5px;
}
.wp_wrap #m_product .inner .prd_arr_box .prd_arr {
    width: 40px;
    height: 40px;
}
.wp_wrap #m_product .inner .prd_arr_box .prd_arr i {
    font-size: 16px;
}
.wp_wrap #m_product .inner .prd_arr_box {
    gap: 5px
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_top .subPage_main {
    height: 310px;
    border-radius: 0 0 0 100px;
}
.wp_wrap .sub_top .subPage_main .shadow .txt_box p {
    font-size: 33px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .first .first_mnu p {
    font-size: 17px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .first {
    margin-right: 10px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .second .second_mnu p, 
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third .third_mnu p {
    font-size: 16px;
}

.wp_wrap .s_prds .cont_box .top .img_box {
    height: 150px;
}
.wp_wrap .s_pharmnxt .cont_box .top .img_box, 
.wp_wrap .s_single .cont_box .top .img_box, 
.wp_wrap .s_spotsee .cont_box .top .img_box {
    height: 150px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third .third_mnu .hide_menu {
    top: 70px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .second, 
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third {
    min-width: 90px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third .third_mnu p {
    min-width: 200px;
}
.wp_wrap .sub_top .subPage_mnu {
    width: calc(100% - 30px);
}


.wp_wrap .s_prds .cont_box .top .img_box .summary_box {
    padding: 0px 10px;
}
.wp_wrap .s_prds .cont_box .top .img_box .summary_box .logo img {
    transform: scale(0.7);
}
/**********************************************************************************************************************/





/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .stit_box>p {
    font-size: 35px;
}
.wp_wrap .s_about .stit_box, 
.wp_wrap .s_location .stit_box {
    margin-bottom: 40px;
}
.wp_wrap .s_about .inner .cont_box .top .img_box {
    height: 250px;
}
.wp_wrap .s_location .inner .cont_box .map_box {
    height: 250px;
    margin-bottom: 30px;
}


.wp_wrap .s_location .inner .cont_box .info_box .line2 {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap .s_location .inner .cont_box .info_box .line .info .ques,
.wp_wrap .s_location .inner .cont_box .info_box .line .info .answ {
    font-size: 17px;
}
.wp_wrap .s_location .inner .cont_box .info_box .line .info {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
}
.wp_wrap .s_location .inner .cont_box .info_box .line2 {
    gap: 10px;
}




.wp_wrap .s_pbs .cont_box .bot .pic_box {
    grid-template-columns: repeat(2, 1fr);
}




.wp_wrap .s_prds .stit_box .tit a {
    width: 30px;
    height: 30px;
}
.wp_wrap .s_prds .stit_box .tit a i {
    font-size: 17px;
}

.wp_wrap .s_pbs .cont_box .top .txt_box .tit, 
.wp_wrap .s_fuji .cont_box .top .txt_box .tit, 
.wp_wrap .s_pharmnxt .cont_box .top .txt_box .tit,
.wp_wrap .s_single .cont_box .bot>p{
    font-size: 22px;
}
.wp_wrap .s_pbs .cont_box .bot{}
.wp_wrap .s_pbs .cont_box .bot .type_box,
.wp_wrap .s_fuji .cont_box .bot .type_box,
.wp_wrap .s_pharmnxt .cont_box .bot .type_box,
.wp_wrap .s_entegris .cont_box .bot .type_box,
.wp_wrap .s_sani .cont_box .bot .type_box{
    grid-template-columns: repeat(1, 1fr);
}
.wp_wrap .s_pbs .cont_box .bot .type_box .type_li{
    min-height: 220px;
}
.wp_wrap .s_entegris .cont_box .bot .type_box .type_li,
.wp_wrap .s_sani .cont_box .bot .type_box .type_li{
    min-height: 180px;
}
.wp_wrap .s_pbs .cont_box .bot .type_box .type_li,
.wp_wrap .s_fuji .cont_box .bot .type_box .type_li,
.wp_wrap .s_pharmnxt .cont_box .bot .type_box .type_li,
.wp_wrap .s_entegris .cont_box .bot .type_box .type_li,
.wp_wrap .s_sani .cont_box .bot .type_box .type_li{
    padding: 35px 15px;
}


.wp_wrap .s_prds .cont_box .top .img_box .summary_box .desc p br{
    display: none;
}


.wp_wrap .s_pharmnxt .cont_box .bot .type_box .type_li,
.wp_wrap .s_fuji .cont_box .bot .type_box .type_li {
    min-height: unset;
}
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .img_box {
    height: 250px;
}
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li {
    gap: 20px;
}


.wp_wrap .s_single .cont_box .bot .kind_box,
.wp_wrap .s_spotsee .cont_box .bot .kind_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px;
}


/* fuji */
.wp_wrap .s_fuji .cont_box .bot .bot_box {
    margin-bottom: 20px;
}
.wp_wrap .s_fuji .cont_box .bot .bot_box .ex_list>li .ex {
    width: 85%;
}
.wp_wrap .s_fuji .cont_box .bot .bot_box {
    padding: 35px 15px;
}
.wp_wrap .s_prds .cont_box .top .img_box .summary_box {
    flex-direction: column;
}
.wp_wrap .s_prds .cont_box .top .img_box .summary_box .desc p {
    text-align: center;
    font-size: 16px;
}


/* milecell */
.wp_wrap .s_pharmnxt .cont_box .bot .bot_list>li .bot_box .txt_box .txt_list>li>p {
    font-size: 16px;
}
.wp_wrap .s_pharmnxt .cont_box .bot .bot_list>li .bot_box .txt_box .name {
    font-size: 18px;
    margin-bottom: 20px;
}


/* entergris */
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box .img_list {
    padding: 30px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box .img_inner .inner_list {
    padding: 30px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .txt_box .ex_list>li p {
    width: 90%;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box>img {
    width: 90%;
}


/* accumax */
.wp_wrap .s_sani .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li>p {
    font-size: 17px;
}

/* stflex */
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li>p {
    font-size: 17px;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .ex {
    font-size: 17px;
}


/* hzymes */
.wp_wrap .s_hyz .cont_box .bot .bot_list>li .bot_box .box_list>li>p {
    font-size: 17px;
    width: 90%;
}
.wp_wrap .s_hyz .cont_box .bot .bot_list>li .bot_box .circle_list>li>p {
    font-size: 17px;
}


/* orf */
.wp_wrap .s_orf .cont_box .bot .txt_box .txt_list>li>p {
    font-size: 17px
}
.wp_wrap .s_orf .cont_box .bot .f_box .f_in .f_list>li>p {
    font-size: 17px;
}
/**********************************************************************************************************************/







/**********************************************************************************************************************/
/* 개인정보 */
/**********************************************************************************************************************/
.wp_wrap .pv_md .md_outer .width_inner {
    padding: 25px 15px 35px 15px;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner p {
    font-size: 23px;
}
.wp_wrap .pv_md .md_outer .width_inner .icon_box {
    top: 13px;
    right: 13px;
}
.wp_wrap .pv_md .md_outer .width_inner .icon_box i {
    padding: 5px;
    font-size: 17px;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner {
    gap: 10px;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner .txt_box .txt_body pre {
    font-size: 15px;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner .txt_box .txt_body pre .cicnum {
    top: -2px;
    font-size: 12px;
}



.wp_wrap .s_spotsee .cont_box .bot .kind_box li .big_name {
    font-size: 23px;
}
/**********************************************************************************************************************/
}






@media (max-width: 430px) {
    
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .tit .prnes_tit {
    font-size: 32px;
    margin-bottom: 5px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .h_logo {
    width: 200px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer .f_inner .left .f_info ul li {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 5px;
}
.wp_wrap footer .f_inner .left .f_info ul li .ques {
    font-size: 15px;
    min-width: unset;
}
.wp_wrap footer .f_inner .left .f_info ul li .answ, 
.wp_wrap footer .f_inner .left .f_info ul li .answ>a {
    font-size: 14px;
}
.wp_wrap footer .f_inner .left .f_info ul {
    margin-bottom: 15px;
}
.wp_wrap footer .f_inner .left .f_info .copyright, 
.wp_wrap footer .f_inner .left .f_info .copyright>a {
    font-size: 13px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* more_btn */
/**********************************************************************************************************************/
.wp_wrap .more_btn {
    top: -30px;
    right: -10px;
}
.wp_wrap .more_btn .in_btn i {
    font-size: 25px;
}
.wp_wrap .more_btn .out_btn {
    width: 70px;
    height: 70px;
}
.wp_wrap .more_btn .in_btn {
    top: 4px;
    left: 4px;
    width: 62px;
    height: 62px;
}

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual {
    border-radius: 0 0 0 80px;
}
.wp_wrap .m_about .about_inner .abu_tit {
    font-size: 28px;
}
.wp_wrap .m_about .about_inner .tit {
    margin-bottom: 20px;
}
.wp_wrap .m_about .about_inner .inner {
    gap: 30px;
}
.wp_wrap .m_about .about_inner .inner .right .img_box {
    height: 220px;
}
.wp_wrap .m_about .about_inner .inner .left .txt {
    font-size: 16px;
    margin-bottom: 18px;
}
.wp_wrap .m_about .about_inner .inner .left .more {
    font-size: 15px;
}



.wp_wrap .tit .prnes_tit {
    font-size: 28px;
    margin-bottom: 15px;
}
.wp_wrap .tit .prnes_desc2 {
    font-size: 17px;
}
.wp_wrap #m_product .inner .top {
    gap: 20px;
}

.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slick-list {
    margin: 0 -10px;
}
.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slick-slide {
    margin: 0 10px;
}
.wp_wrap #m_product .inner .cont_box .slider_area .prd_slider .slide_in .txt_box p {
    font-size: 15px;
}



.wp_wrap #m_news .news_inner .slider_zone .news_swiper .swiper-wrapper .swiper-slide a .slide_inner .tit {
    font-size: 18px;
    min-height: 68px;
}
.wp_wrap #m_news .news_inner .slider_zone .news_swiper .swiper-wrapper .swiper-slide a .slide_inner .date {
    font-size: 15px;
}
.wp_wrap #m_news.cm_sec {
    padding: 0;
}
.wp_wrap #m_news .news_inner {
    padding: 60px 0 0 0;
}
.wp_wrap #m_news .more_btn {
    bottom: 35px;
}
.wp_wrap #m_news .news_inner .news_bg {
    height: 620px;
}
.wp_wrap #m_news .news_inner .slider_zone .news_swiper .swiper-wrapper .swiper-slide-active {
    background: rgba(255, 255, 255, 0.88);
}
.wp_wrap #m_news .news_inner .slider_zone .news_swiper .swiper-wrapper .swiper-slide-active a .slide_inner .tit{
    color: #000;
}
.wp_wrap #m_news .news_inner .slider_zone .news_swiper .swiper-wrapper .swiper-slide-active a .slide_inner .desc{
    color: #515151;
}
.wp_wrap #m_news .news_inner .slider_zone .news_swiper .swiper-wrapper .swiper-slide-active a .slide_inner .date {
    color: #828282;
}
.wp_wrap #m_news .news_inner .slider_zone .news_swiper .swiper-wrapper .swiper-slide a .slide_inner .desc {
    margin-bottom: 25px;
}

.wp_wrap #m_inquiry .inquiry_inner .txt_box>.tit>p {
    font-size: 35px;
}
.wp_wrap #m_inquiry .inquiry_inner .txt_box .dummy .tit, 
.wp_wrap .s_inquiry .inner .txt_box .dummy .tit {
    font-size: 18px;
}
.wp_wrap #m_inquiry .inquiry_inner .txt_box .dummy .desc>p, 
.wp_wrap #m_inquiry .inquiry_inner .txt_box .dummy .desc>p>a, 
.wp_wrap .s_inquiry .inner .txt_box .dummy .desc>p,
.wp_wrap .s_inquiry .inner .txt_box .dummy .desc>p>a {
    font-size: 15px;
}

.wp_wrap #m_inquiry .inquiry_inner .txt_box .dummy, 
.wp_wrap .s_inquiry .inner .txt_box .dummy {
    gap: 10px;
}

.wp_wrap #m_inquiry .inquiry_inner .form_box .form_in .ip_box_out .ip_box {
    padding: 13px 15px;
}
.wp_wrap #m_inquiry .inquiry_inner .form_box .form_in .ip_box_out .ip_box .ques {
    font-size: 15px;
}
.wp_wrap #m_inquiry .inquiry_inner .form_box .form_in .ip_box_out {
    margin-bottom: 10px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_top .subPage_main {
    height: 255px;
    border-radius: 0 0 0 70px;
}
.wp_wrap .sub_top .subPage_main .shadow .txt_box p {
    font-size: 28px;
}
.wp_wrap .sub_top .subPage_mnu {
    width: 100%;
    top: -35px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third .third_mnu .hide_menu {
    top: 45px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .first .first_mnu {
    width: 35px;
    height: 35px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .first .first_mnu p {
    font-size: 15px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .second, 
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third {
    padding: 15px 0;
    min-width: 75px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .second .second_mnu p, 
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third .third_mnu p {
    font-size: 15px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .second {
    margin-right: 10px;
}
.wp_wrap .sub_top .subPage_mnu .mnu_inner .third .third_mnu p {
    min-width: 145px;
}











.wp_wrap .s_about .stit_box, 
.wp_wrap .s_location .stit_box {
    margin-bottom: 30px;
}
.wp_wrap .stit_box>p {
    font-size: 30px;
}
.wp_wrap .s_about .inner .cont_box .top .img_box {
    height: 200px;
}
.wp_wrap .s_about .inner .cont_box .top .ko_txt_box .txt1,
.wp_wrap .s_about .inner .cont_box .bot .en_txt_box p {
    font-size: 16px;
}
.wp_wrap .s_location .inner .cont_box .map_box {
    height: 200px;
    border-radius: 15px;
}
.wp_wrap .s_location .inner .cont_box .info_box {
    padding: 0 10px;
}
.wp_wrap .s_location .inner .cont_box .info_box .line .info .ques,
.wp_wrap .s_location .inner .cont_box .info_box .line .info .answ{
    font-size: 16px;
}




.wp_wrap .s_prds .stit_box .desc {
    font-size: 16px;
}
.wp_wrap .s_prds .cont_box .top .img_box .summary_box .desc p {
    font-size: 16px;
}
.wp_wrap .s_pharmnxt .cont_box .top .img_box, 
.wp_wrap .s_single .cont_box .top .img_box, 
.wp_wrap .s_spotsee .cont_box .top .img_box {
    height: 130px;
}
.wp_wrap .s_prds .cont_box .top .img_box {
    height: 130px;
}
.wp_wrap .s_prds .cont_box .top .img_box .summary_box .logo img {
    transform: scale(0.6);
}

.wp_wrap .s_pbs .cont_box .top .txt_box, 
.wp_wrap .s_fuji .cont_box .top .txt_box, 
.wp_wrap .s_pharmnxt .cont_box .top .txt_box {
    padding: 0 10px;
}
.wp_wrap .s_pbs .cont_box .top .txt_box .tit, 
.wp_wrap .s_fuji .cont_box .top .txt_box .tit, 
.wp_wrap .s_pharmnxt .cont_box .top .txt_box .tit ,
.wp_wrap .s_single .cont_box .bot>p{
    font-size: 19px;
}
.wp_wrap .s_pbs .cont_box .top .txt_box .desc_box li, 
.wp_wrap .s_fuji .cont_box .top .txt_box .desc_box li, 
.wp_wrap .s_fuji .cont_box .bot .type_box .type_li .desc_box li,
.wp_wrap .s_pharmnxt .cont_box .bot .type_box .type_li .desc_box li, 
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .txt_box .desc_box li, 
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .txt_box .desc_box li {
    font-size: 16px;
}
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .txt_box .desc_box {
    margin-bottom: 15px;
}
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .txt_box .kind {
    font-size: 15px;
}
.wp_wrap .s_pbs .cont_box .top .txt_box .desc_box li::before, 
.wp_wrap .s_fuji .cont_box .top .txt_box .desc_box li::before, 
.wp_wrap .s_fuji .cont_box .bot .type_box .type_li .desc_box li::before,
.wp_wrap .s_pharmnxt .cont_box .bot .type_box .type_li .desc_box li::before, 
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li .txt_box .desc_box li::before,
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .txt_box .desc_box li::before {
    top: 6px;
}
.wp_wrap .s_pbs .cont_box .bot .type_box .type_li .tit,
.wp_wrap .s_fuji .cont_box .bot .type_box .type_li .tit,
.wp_wrap .s_pharmnxt .cont_box .bot .type_box .type_li .tit,
.wp_wrap .s_himedia .cont_box .bot .type_box .type_li .txt_box .tit,
.wp_wrap .s_entegris .cont_box .bot .type_box .type_li .tit,
.wp_wrap .s_sani .cont_box .bot .type_box .type_li .tit{
    font-size: 18px;
}
.wp_wrap .s_pbs .cont_box .bot .type_box .type_li .desc,
.wp_wrap .s_entegris .cont_box .bot .type_box .type_li .desc,
.wp_wrap .s_sani .cont_box .bot .type_box .type_li .desc{
    font-size: 16px;
    line-height: 1.4;
}

.wp_wrap .s_fuji .cont_box .bot .pic_box,
.wp_wrap .s_sani .cont_box .bot .pic_box  {
    grid-template-columns: repeat(1, 1fr);
}
.wp_wrap .s_pharmnxt .cont_box .partner_box .logo_box li {
    height: 60px;
}


.wp_wrap .s_single .cont_box .bot .kind_box li .txt_box .tit, 
.wp_wrap .s_spotsee .cont_box .bot .kind_box li .txt_box .tit {
    font-size: 17px;
}
.wp_wrap .s_spotsee .cont_box .bot .kind_box li .txt_box .desc_box p {
    font-size: 15px;
    line-height: 1.5;
}
.wp_wrap .s_single .cont_box .bot .kind_box li .txt_box .desc_box .desc_type, 
.wp_wrap .s_spotsee .cont_box .bot .kind_box li .txt_box .desc_box .desc_type {
    gap: 5px;
}
.wp_wrap .s_spotsee .cont_box .bot .kind_box li .txt_box .desc_box .desc_type>p {
    font-size: 15px;
}
.wp_wrap .s_single .cont_box .bot .kind_box li .txt_box .desc_box .desc_type li, 
.wp_wrap .s_spotsee .cont_box .bot .kind_box li .txt_box .desc_box .desc_type li {
    font-size: 14px;
}
.wp_wrap .s_single .cont_box .bot .kind_box li .img_box, 
.wp_wrap .s_spotsee .cont_box .bot .kind_box li .img_box {
    margin-bottom: 15px;
}

.wp_wrap .s_nbil .cont_box .bot .type_box {
    padding: 30px 10px;
    border-radius: 15px;
}
.wp_wrap .s_nbil .cont_box .bot .type_box .type_li {
    padding: 20px 15px 30px 15px;
}




.wp_wrap .s_inquiry .inner .form_box .form_in .sbm_btn button{
    width: 185px;
    height: 45px;
    font-size: 16px;
}
.wp_wrap .s_inquiry .inner .txt_box .dummy .desc {
    gap: 5px;
}
.wp_wrap #m_inquiry .inquiry_inner,
.wp_wrap .s_inquiry .inner{
    gap: 30px;
}
.wp_wrap .s_inquiry .inner .form_box > p {
    font-size: 18px;
    margin-bottom: 10px;
}
.wp_wrap .s_inquiry .inner .txt_box .logo_box {
    width: 250px;
    margin-bottom: 20px;
}



/* fuji */
.wp_wrap .s_fuji .cont_box .bot .bot_box .ex_list>li .ex {
    font-size: 16px;
}
.wp_wrap .s_fuji .cont_box .bot .bot_box .tit_box .tit {
    font-size: 18px;
}


/* milecell */
.wp_wrap .s_pharmnxt .cont_box .bot .bot_list>li .bot_box .txt_box .txt_list.grid {
    grid-template-columns: repeat(1, 1fr);
}


/* entergris */
.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .txt_box .txt_list>li>p {
    font-size: 16px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .img_list>li {
    overflow: hidden;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box .img_list>li .img_box>p {
    font-size: 15px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .r_box .img_inner .inner_list>li .img_box>p {
    font-size: 14px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .txt_box .ex_list>li p {
    font-size: 16px;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .txt_box .ex_list>li {
    align-items: flex-start;
}
.wp_wrap .s_entegris .cont_box .bot .bot_inner .l_box .txt_box .ex_list>li .circle {
    margin-top: 6px;
}


/* accumax */
.wp_wrap .s_sani .cont_box .bot .bot_list>li .bot_in .txt_box {
    padding: 0;
}
.wp_wrap .s_sani .cont_box .bot .bot_list>li .bot_in .img_box {
    margin-bottom: 20px;
}


/* stflex */
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .name {
    font-size: 18px;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .ex {
    font-size: 16px;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .txt_box .txt_list>li>p {
    font-size: 16px;
}
.wp_wrap .s_verdot .cont_box .bot .bot_list>li .bot_in .img_box {
    height: 300px;
}


/* quantoom */
.wp_wrap .s_nbil .cont_box .bot .bot_box .txt_box .txt_list>li>p {
    font-size: 18px;
}
.wp_wrap .s_nbil .cont_box .bot .bot_box .txt_box {
    padding: 35px 15px;
}
.wp_wrap .s_nbil .cont_box .bot .bot_box {
    margin-bottom: 40px;
}


/* hzymes */
.wp_wrap .s_hyz .cont_box .bot .bot_list>li .bot_box .box_list>li>p {
    font-size: 16px;
}
.wp_wrap .s_hyz .cont_box .bot .bot_list>li .bot_box .circle_list>li>p {
    width: 90%;
    font-size: 16px;
}


/* orf */
.wp_wrap .s_orf .cont_box .bot .f_box .f_in .f_list>li>p {
    width: 90%;
    font-size: 16px;
}
.wp_wrap .s_orf .cont_box .bot .txt_box .txt_list>li>p {
    font-size: 16px;
}
.wp_wrap .s_orf .cont_box .bot .txt_box .txt_list>li>p {
    font-size: 16px;
    width: 90%;
}
/**********************************************************************************************************************/

}





@media (max-width: 375px) {
/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual .m_slider .mv_slide .logo_box img {
    max-width: 90%;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/

/**********************************************************************************************************************/
}





@media (max-width: 320px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/

/**********************************************************************************************************************/



/**********************************************************************************************************************/

/**********************************************************************************************************************/
/* fuji */
.wp_wrap .s_fuji .cont_box .bot .bot_box .tit_box .tit {
    font-size: 17px;
}


/* quantoom */
.wp_wrap .s_nbil .cont_box .bot .bot_box .txt_box .txt_list>li>p {
    font-size: 15px;
}

/**********************************************************************************************************************/
}