
@media screen and (max-width: 1300px) {
    .main_slider .slider_img{
        width: 1000px;
    margin: 0 40px;
    }
    .main_slider .prev_main {
        left: 0;

    }

    .main_slider .next_main {
        right: 0;
    }

  
}

@media screen and (max-width: 1200px) {
 
    /* main------------- */
    .main_service .ms_box01 {
        width: 50%;
    }

    .main_service .ms_box02 {
        width: 50%;
    }

    .main_service .ms_box03 {
        width: 100%;
        border-top: 1px solid #ddd;
    }

    .main_service .quick_menu li {
        width: 25%;
        margin-left: 0;
    }

    .md_pick .md_txt {
        width: 20%;
    }

    .md_pick .md_txt strong {
        word-break: keep-all;
    }

    .md_pick .md_txt strong br {
        display: none;
    }

    .md_pick .banner_slider {
        width: 80%;
    }

    .open_gnb .menu_sub .customer_menu .depth02 {
        margin-left: 10px;
    }

    .open_gnb .menu_sub .customer_menu .depth02 li a {
        font-size: 13px;
    }

    .vid_wrap {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .video_slider .video_item {
        max-width: none;
    }

    .video_slider .video_item.slick-active .disc {
        display: none;
    }

    .vid_wrap .vid_btn {
        display: none;
    }

}

@media screen and (max-width:1024px) {
    .main_slider .slider_img{
        width: calc(100vw - 30px);
        margin:  0 15px;
    }
   

}

/* moblie */
@media screen and (max-width:850px) {
    :root {
        --chk02W: 21px;
        --chk01W:16px;
        --radioSize: 20px;
    }
    .main_slider{
        padding-top: 20px;
    }
 .main_slider .pager_box{
        display: none;
    }
    .checkbox02 input[type="checkbox"]+label::after {
        background-size: 14px auto;
    }
    .checkbox input[type="checkbox"]+label::after{
        background-size: 12px auto;
    }
    


    /* item */
    .itme_type01>li {
        width: calc(50% - 7.5px);
        margin-right: 15px;
    }

    .itme_type01>li:nth-of-type(n + 3) {
        margin-top: 30px;
    }

    .itme_type01>li:nth-of-type(odd) {
        margin-right: 15px;
    }

    .itme_type01>li:nth-of-type(even) {
        margin-right: 0;
    }

    /* .itme_type01>li:nth-of-type(odd) {
        margin-right: 0;
    } */

    .itme_type01 .item_content .ic_subject b {
        line-height: 17px;
        max-height: 34px;
    }

    .item_list .next_prev_box {
        margin-top: 30px;
    }

    .contact .next_prev_box {
        margin-top: 30px;
    }

    /* 슬라이더 */
    .main_slider .slider_img {
        width: auto;
        padding: 0 15px;
        margin: 0;
    }

    .main_slider .slider_img a span {
        padding-top: 150%;
    }

    /**/

    .btn_more01 {
        height: 32px;
        border: 1px solid #333;
        font-size: 12px;
        line-height: 30px;
    }

    .item_section {
        padding-bottom: 50px;
    }

    .item_ttl_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 50px 0 25px;
    }

    .item_section .item_ttl {
        font-size: 20px;
    }

    .more_item {
        position: static;
        font-size: 13px;
    }


    #container.contact_container {
        padding-bottom: 60px;
    }

    .main section:last-of-type {
        padding-bottom: 75px;
    }

    .main .probiotic .sec_ttl_box {
        margin-bottom: 60px;
    }

    .main .probiotic_slider::before {
        display: none;
    }

    .main .probiotic {
        padding-top: 60px;
    }
    .main .probiotic_slider figure{
        padding-top: 66.595%;
        height: auto;
    }
    .main .probiotic_slider .slick-list {
        overflow: hidden;
    }

    .main .probiotic .sec_ttl_box h2 {
        font-size: 29px;
    }

    .main .probiotic .sec_ttl_box p {
        font-size: 20px;
        margin-top: 20px;
    }

    .main .slide_inner {
        display: block;
    }

    .main .slide_inner>* {
        width: 100% !important;
    }

    .main .probiotic_slider .desc {
        padding-left: 0;
        margin-top: 10px;
    }

    .main .probiotic .desc .desc_ttl {
        font-size: 24px;
    }

    .main .probiotic .desc p {
        font-size: 15px;
        margin: 30px 0 40px;
    }

    .main .probiotic .pager_box {
        width: calc(100% - 30px);
        margin-top: -64px;
    }

    .main .probiotic .pager_box button {
        width: 40px;
        height: 40px;
        background-size: 24px 18px;
    }

    .main .more_btn {
        font-size: 15px;
    }

    .vti_right .item_more_info li .vit_iltxt {
        width: 50px;
    }


/* login */
.user_form .ttl_box h2 {
    text-align: center;
    font-size: 1.6153em;
    font-weight: 700;
}

.user_form .ttl_box+ul, .login .ttl_box+form{
    margin-top:30px;
}
.user_form select, .user_form input{
    height: 40px;
    line-height: 40px;
}
.user_form .btn01 {
    display: block;
    font-size: 1.2307em;
    text-align: center;
    width: 100%;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    max-width: 460px;
}
.login .login_check_wrap{
    font-size: 1em;
}
.simple_login_box button.btn01{
    background-size: 25px auto;
    font-size: 1em;
}
.simple_login_line{

    margin: 30px 0 20px;

}
.simple_login_line span{
    font-size: 14px;
}
/* 회원가입 */
.join .ttl_box+form{
    margin-top: 30px;
}
.user_form{
    padding: 55px 0 60px;
}
.user_form .btn_wrap{
    margin-top: 30px;
}
.join .input_content{
    margin-bottom: 30px;
}
.user_form .input_wrap > label{
    font-size: 1.0769em;
    line-height: 1;
}
.cfm_box{
    display: block;
}
.cfm_box > span{
    width: 100% !important; 
    display: block;
}
.cfm_box >span:nth-of-type(2){
    margin-left: 0;
    margin-top: 10px;
}

.user_form button,
.user_form .btn02 {
    display: block;
    font-size: 1.0769em;
    text-align: center;
    width: 100%;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
}
.user_form .phon_num{
    height: 40px;
}

.email_warp {
    flex-wrap: wrap;
}
.email_warp > span{
    width: calc(50% - 5px);
}
.email_warp > span:nth-of-type(1){
    width: 100%;
    margin-bottom: 10px;
}
.checkbox_wrap > .checkbox+.checkbox{
    margin-top: 10px;
}
.agree_wrap h3{
    font-size: 1.1538em;
}
.agree_wrap > .checkbox{
    margin-bottom: 10px;
}
.agree_wrap ul li{
    padding: 15px 10px;
}
/* find id */
.member_tap li a{
    font-size: 1em;
    line-height: 35px
}
.find_cont_wrap{
    padding-top: 20px;
}
.find_cont_wrap >p{
    padding-bottom: 15px;
}






        /* ******************** */
    /* 최근본상품 탭 */
    .recent_prd {
        width: 80%;
    }

    .recent_prd .recent_box .box_ttl {
        padding: 10px 15px;
    }

    .recent_prd .recent_box .box_ttl p {
        font-size: 15px;
    }

    .recent_prd .recent_box .box_ttl p a {
        font-size: 12px;
        margin-left: 7px;
    }

    .recent_prd .recent_box .box_ttl .r_close_btn {
        width: 20px;
        height: 20px;
        background-size: 14px;
    }

    .recent_prd .recent_box .list_box {
        height: calc(100vh - 100px);
    }

    .recent_prd .recent_box .list_box_wrap {
        padding-left: 13px;
    }

    .recent_prd .recent_box .list_box .box_wrap {
        padding: 0 15px 0 13px;
    }

    .recent_prd .recent_box .list_box .date {
        margin-bottom: 12px;
        font-size: 13px;
    }

    .recent_prd .recent_box .list_box .date:before {
        width: 4px;
        height: 4px;
        top: 4px;
        left: -8px;
    }

    .recent_prd .recent_box .guide {
        bottom: 12px;
        padding-left: 28px;
        font-size: 13px;
    }

    /* //최근본상품 탭 */
    /* item */

    .itme_type01 .thum_img {
        text-align: center;
        height: auto;
    }

    .itme_type01 .item_content .ic_subject {
        font-size: 13px;
        margin-top: 15px;
    }

    .itme_type01 .item_content .ic_desc {
        margin: 5px 0 15px;
    }

    .itme_type01 .ic_desc span {
        /* line-height: 17px;
        height: 34px; */
        font-size: 0.8461em;
    }

    .itme_type01 .item_content .ic_bot .ic_pay {
        margin-top: 15px;
    }

    .itme_type01 .item_content .ic_bot .ic_pay span {
        font-size: 1em;
    }
    .itme_type01 .item_content .ic_bot .ic_pay span.above{
        font-size: 0.846em;
    }
    .itme_type01 .item_content .ic_bot .ic_pay span strong {
        font-size: 1.1538em;
    }

    /*  contact */
    .cont_ttl {
        margin: 50px 0 30px;
        font-size: 20px;
    }

    .contact_snb>ul {
        margin-bottom: 30px;
    }

    .contact_snb>ul>li a {
        line-height: 2.769;
    }

    .contact_container .contact.contact_news table tbody tr.on .con_ico {
        display: inline-block;

    }

    .contact_container .contact table {
        width: 100%;
    }

    /* search_box */
    .contact_container .contact .search_box {
        float: unset;
        width: 100%;
        display: table;
        margin: 0 0 20px;
    }

    .contact_container .contact .search_box div {
        width: 100%;
        padding: 0;
    }

    .contact_container .contact .search_box div select {
        width: 27.7%;
        margin-right: 2.8%;
        height: 36px;
    }

    .contact_container .contact .search_box div input[type="text"] {
        margin: 0;
        width: calc(100% - 30.5%);
        height: 36px;
    }

    .contact_container .contact .search_box .contact_search_btn {
        width: 36px;
        height: 36px;
        background-size: 20px auto;
    }

    .contact_tab_menu {
        /* width: calc(100% - 40px); */
        margin: 20px auto 20px;
    }

    .contact_tab_menu>div {
        overflow: hidden;
        width: 33.3333%;
    }

    .contact_tab_menu>div a {
        height: 35px;
        font-size: 12px;
        line-height: 35px;
        word-break: keep-all;
    }

    .contact_tab_menu>div:nth-child(4n) {
        margin-left: 0;

    }

    .contact_tab_menu>div:nth-child(n + 4) a {
        border-top: none;
    }

    /* 일반문의 */
    .inquiry .contact table a {
        display: flex;
        white-space: unset;
        overflow: unset;
        text-overflow: unset;

    }

    .inquiry .contact table a span {
        display: inline-block;

    }

    .inquiry .contact table a span+span {
        margin-left: 4px;
    }

    .inquiry .contact table a .sbj {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.3;

    }

    .lock {
        display: inline-block;
        width: 12px;
        height: 14px;
    }

    /* view */
    .contact_container .btn_wrap>a,
    .contact_container .btn_wrap>button {
        max-width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 1em;
    }

    .contact_container .btn_wrap {
        margin-top: 30px;
    }

    .contact_news_view .view_tb .reply_box p {
        padding: 15px 10px;
    }

    /* write_form */
    .write_form table {
        display: block;
    }

    .write_form tr {
        display: block;
        padding: 20px 0;
    }

    .write_form tr th:first-child {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 1.0769em;
        padding-bottom: 12px;
    }

    .write_form tr td {
        display: block;
        width: 100%;
        padding: 0;
    }

    .write_form input {
        height: 40px;
        line-height: 40px;
    }

    .write_form input.size_half {
        width: 100%;
    }

    .write_form tr .file_box input.size_half {
        width: calc(100% - 90px);
    }

    .write_form tr .file_box label {
        width: 90px;
        height: 40px;
        line-height: 40px;
        font-size: 1.0769em;
    }

    /* contact qna */

    .contact_qna>div>a {
        height: auto;
        font-size: 14px;
        line-height: 1.5;
        border-bottom: none;
        padding: 20px 20px 20px 35px;
    }

    .contact_qna>div>.contact_a {
        font-size: 12px;
    }


    /* 자주 묻는질문 */
    .contact_pu #snb.contact_snb ul {}

    #snb.contact_snb ul {
        margin-bottom: 0px;
    }

    #snb .contact_phone_number {
        display: none;
    }

    .order_list.contact_pu {
        margin-top: -70px;
    }

    .order_list.contact_pu h2.contact_title {
        font-weight: 500;
        font-size: 16px;
        margin-top: 70px;
    }

    .order_list.contact_pu .contact_search_box {
        width: calc(100% - 40px);
        padding: 10px;
        margin: 0 auto;
    }

    .contact_pu .contact_search_box>div>div select {
        width: 29.5%;
        margin-right: 3%;
    }

    .contact_pu .contact_search_box>div>div input {
        width: 47%;
        margin-right: 0;
    }

    .contact_pu .contact_search_box>div>div .contact_search_btn {
        width: 18%;
        float: right;
    }

    .contact_qna {
        margin: 0 auto;
    }

    .contact_qna>div>a .contact_q:before {
        /* top: -9px; */
        width: 35px;
        text-align: center;
        font-size: 17px;
        left: -35px;
    }

    .contact_qna>div>.contact_a .a_ico:before {
        font-size: 17px;
        left: -35px;
        width: 35px;
        text-align: center;
    }

    .contact_qna>div>a .slide_btn {
        width: 12px;
        height: 9px;
        background: url(../img/btn/list_down_m.png) no-repeat;
        background-size: 12px auto;
    }

    .contact_qna>div>a.active .slide_btn {
        background: url(../img/btn/list_up_m.png) no-repeat;
        background-size: 12px auto;
    }

    .contact_qna>div>.contact_a {
        display: none;
        padding: 20px 20px 20px 60px;
        line-height: 1.5;
        background-color: #fafafa;
    }





}

