.subhead_wrap .wrap .title_logo{
    background-image: url("/resources/newimg/vn/certification/certification_logo.png");
}

/* 폰트 공통 */
section h2{
    font-size: 3.3rem;
    font-weight: 900;
    text-align: left;
    transition: 0.5s;
}
section h3{
    font-size: 2.6rem;
    font-weight: 900;
    transition: 0.5s;
}
section p{
    font-size: 1.4rem;
    font-weight: 500;
    transition: 0.5s;
}
section p strong{
    font-size: 1.6rem;
    font-weight: 900;
    transition: 0.5s;
}
section li, section span{
    transition: 0.5s;
}


/* 서비스 소개 */
#sec_one{
    background-image: url("/resources/newimg/certification/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#sec_one h2, #sec_one h3, #sec_one p{
    color: #fff;
}
#sec_one h3{
    text-align: right;
}

.sec_one_wrap div:nth-of-type(1) div{
    display: flex;
    justify-content: flex-end;
}
.sec_one_wrap div:nth-of-type(1) div img{
    display: block;
    width: 40%;
}

.sec_one_wrap div:nth-of-type(2){
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: -520px;
}
.sec_one_wrap div:nth-of-type(2) div{
    display: block;
    width: 32%;
}
.sec_one_wrap div:nth-of-type(2) p {
    margin-bottom: 100px;
}


.sec_one_wrap div:nth-of-type(3) ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_one_wrap div:nth-of-type(3) ul li{
    width: 28%;
}

@media all and (max-width:1900px) {
    .sec_one_wrap div:nth-of-type(2){
        margin-top: -28vw;
    }
    .sec_one_wrap div:nth-of-type(2) p {
        margin-bottom: 5vw;
    }
}


/* 정품 확인 방법  */
#sec_two .sec_two_wrap li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sec_two .sec_two_wrap li:nth-of-type(2) {
    flex-direction: row-reverse;
    text-align: right;
    padding: 30px 0;
}
#sec_two .sec_two_wrap li:nth-of-type(3){
    align-items: flex-start;
}
#sec_two .sec_two_wrap li:nth-of-type(3) div:nth-of-type(1){
    padding-top: 80px;
}
#sec_two .sec_two_wrap li div:nth-of-type(2){
    width: 40%;
}


/* 라벨 종류 */
.sec_three{
    background-image: url("/resources/newimg/certification/background.jpg");
    background-position: center;
    background-size: cover;
}
#sec_three h2, #sec_three a{
    color: #fff;
}
#sec_three .clicks{
    background-image: url("/resources/newimg/certification/circle.png");
    background-position: -601px -70px;
    background-repeat: no-repeat;
    background-size: 800px;
    height: 600px;
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
}
#sec_three .clicks div{
    opacity: 50%;
}
#sec_three .clicks div:nth-of-type(2){
    margin: 80px 0;
    transform: translate(93px, 20px);
}
#sec_three .clicks div:not(:nth-of-type(2)){
    transform: translate(75px, 20px);
}
#sec_three .clicks div.actives{
    opacity: 100%;
}
#sec_three .clicks div a{
    font-size: 1.8rem;
}
.three_cont{
    display: none;
}
.three_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.three_flex .active{
    display: block;
}
.three_flex .three_cont{
    width: 50%;
    height: 600px;
}
.three_flex .swiper-backface-hidden .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.three_flex .swiper-slide{
    background: unset;
}
.three_flex .swiper-slide div {
    width: 50%;
}
.three_flex .swiper-pagination-fraction{
    color: #fff;
}
.three_flex .swiper-pagination span{
    color: #fff;
}
.three_flex .swiper-button-next, .three_flex .swiper-button-prev{
    color: #fff;
}

.under{
    overflow: hidden;
    background-color: #4e4e4e;
}
.under .swiper{
    width: 30%;
    overflow: unset;
    padding-bottom: 80px;
}
.under .swiper-slide{
    background: unset;
}

/* 랜딩페이지 */
#sec_four{
    overflow: hidden;
}
#sec_four .swiper{
    width: 30%;
    overflow: unset;
    padding-bottom: 80px;
}

/* media */
@media all and (max-width:1300px) {
}

/* 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (max-width:1023px) {

    /* 폰트 공통 */
    section h2{
        font-size: 2.8rem;
    }
    section h3{
        font-size: 2.2rem;
    }
    section p{
        font-size: 1.1rem;
    }
    section p strong{
        font-size: 1.3rem;
    }




    /* 라벨 종류 */
    #sec_three .clicks {
        background-position: -474px -77px;
        background-size: 600px;
        height: 400px;
        width: 150px;
    }
    #sec_three .clicks div a{
        font-size: 1.5rem;
    }
    #sec_three .clicks div:nth-of-type(2) {
        transform: translate(54px, 20px);
    }
    #sec_three .clicks div:not(:nth-of-type(2)){
        transform: translate(30px, 20px);
    }
    .three_flex .three_cont{
        height: 400px;
    }





}
  
/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {

    section h2{
        text-align: center;
    }

    .blocks{
        display: block;
    }
    section h2.cont_null, section h3.cont_null{
        margin-bottom: 30px;
    }
    /* 폰트 공통 */
    section h2{
        font-size: 7vw;
    }
    section h3{
        font-size: 5vw;
    }
    section p{
        font-size: 3vw;
    }
    section p strong{
        font-size: 3.5vw;
    }

    /* 서비스 소개 */
    #sec_one h2, #sec_one h3, #sec_one p{
        text-align: center;
    }
    .sec_one_wrap div:nth-of-type(1) div{
        justify-content: center;
    }
    #sec_one .sec_one_wrap div p{
        margin-bottom: 70px;
    }
    .sec_one_wrap div:nth-of-type(2){
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        margin-top: 70px;
    }
    
    #sec_one .sec_one_wrap div div{
        width: 70%;
        margin: 0 auto;
    }
    #sec_one .sec_one_wrap div div img{
        width: 100%;
    }

    .sec_one_wrap div:nth-of-type(3) ul{
        flex-direction: column;
    }
    .sec_one_wrap div:nth-of-type(3) ul li{
        width: 70%;
    }
    .sec_one_wrap div:nth-of-type(3) ul li:nth-of-type(2){
        padding: 15vw 0;
    }

    /* 정품 확인 방법 */
    #sec_two .sec_two_wrap ul li {
        flex-direction: column-reverse !important;
        align-items: center !important;
    }
    #sec_two .sec_two_wrap li {
        text-align: center !important;
    }
    #sec_two .sec_two_wrap li div:nth-of-type(1) {
        padding-top: 5vw !important;
    }
    #sec_two .sec_two_wrap li:nth-of-type(2) {
        padding: 15vw 0;
    }
    #sec_two .sec_two_wrap li div:nth-of-type(2) {
        width: 60%;
    }

    /* 라벨 종류 */
    #sec_three h2.md{
        text-align: center;
        margin-bottom: -50px;
    }
    #sec_three .clicks {
        background-position: -400px -4px;
        background-size: 500px;
        height: 400px;
        width: 100px;
    }
    #sec_three .clicks div a{
        font-size: 1.2rem;
    }
    #sec_three .clicks div:nth-of-type(2) {
        transform: translate(62px, 44px);
        margin: 50px 0;
    }
    #sec_three .clicks div:not(:nth-of-type(2)){
        transform: translate(50px, 44px);
    }
    .three_flex .three_cont{
        height: 300px;
    }

    /* 랜딩페이지 */
    #sec_four .swiper{
        width: 50%;
    }



} 

@media all and (max-width:550px) {
    #sec_one .sec_one_wrap div p {
        margin-bottom: 9vw;
    }
    .sec_one_wrap div:nth-of-type(2) {
        margin-top: 9vw;
    }
}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) {






    /* 라벨 종류 */
    #sec_three .clicks {
        background-position: -435px -56px;
        width: 80px;
        height: 300px;
    }
    #sec_three .clicks div a{
        font-size: 1rem;
    }
    #sec_three .clicks div:nth-of-type(2) {
        transform: translate(38px, 44px);
        margin: 30px 0;
    }
    #sec_three .clicks div:not(:nth-of-type(2)){
        transform: translate(30px, 44px);
    }
    .three_flex .three_cont{
        height: 250px;
        width: 60%;
    }
    .three_flex .swiper-button-next:after,.three_flex .swiper-button-prev:after {
        font-size: 1.6rem;
    }

    section#sec_two h2.cont_null, section#sec_two h3.cont_null{
        margin-bottom: 3vw;
    }

    /* 랜딩페이지 */
    #sec_four .swiper{
        padding-bottom: 50px;
    }



}
@media all and (max-width:300px) {







    /* 라벨 종류 */
    #sec_three .clicks {
        background-position: -367px -87px;
        background-size: 400px;
        width: 60px;
        height: 200px;
    }
    #sec_three .clicks div a{
        font-size: 0.8rem;
    }
    #sec_three .clicks div:nth-of-type(2) {
        transform: translate(14px, 10px);
        margin: 30px 0;
    }
    #sec_three .clicks div:not(:nth-of-type(2)){
        transform: translate(10px, 10px);
    }
    .three_flex .three_cont{
        height: 200px;
        width: 65%;
    }
    .three_flex .swiper-button-next:after,.three_flex .swiper-button-prev:after {
        font-size: 1rem;
    }





    
}
