.subhead_wrap .wrap .title_logo{
    background-image: url("/resources/newimg/en/promotion/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;
    padding-bottom: 30px;
}
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;
}


/* 공통 클레스 */
section .padding_top_a{
    padding-top: 30px;
}
section .padding_top_b{
    padding-top: 100px;
}
section .padding_top_c{
    padding-top: 150px;
}
section .padding{
    padding: 50px 0;
}
section .padding_bottom_a{
    padding-bottom: 30px;
}
section .padding_bottom_b{
    padding-bottom: 50px;
}


/* 서비스 소개 */
#sec_one .sec_one_wrap div:nth-of-type(2){
    text-align: center;
}
#sec_one .sec_one_wrap div:nth-of-type(2) ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#sec_one .sec_one_wrap div:nth-of-type(2) li{
    width: 280px;
    padding: 50px 5%;
}
#sec_one .sec_one_wrap div:nth-of-type(2) li p{
    font-weight: 800;
}
#sec_one .sec_one_wrap div:nth-of-type(2) li div{
    padding-bottom: 30px;
}
#sec_one .sec_one_wrap div:nth-of-type(2) li img{
    width: 70%;
}


/* HiddenTag 프로모션 */
#sec_two{
    background-color: #0097ff;
}
#sec_two h2, #sec_two p , #sec_two a{
    color: #fff;
}
.sec_two_wrap{
    position: relative;
}
#sec_two .sec_two_wrap > div:nth-of-type(2){
    display: flex;
    justify-content: space-between;
}
#sec_two .sec_two_wrap > div:nth-of-type(2) div h3{
    text-align: center;
    width: 350px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 150px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding-bottom: unset;
}
#sec_two .sec_two_wrap > div:nth-of-type(2) div h3 a{
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 2.3rem;
}
#sec_two .sec_two_wrap > div:nth-of-type(2) div ul{
    display: none;
    padding-top:50px ;
}
#sec_two .sec_two_wrap > div:nth-of-type(2) .two_active h3{
    background-color: #fff;
}
#sec_two .sec_two_wrap > div:nth-of-type(2) .two_active h3 a{
    color: #0097ff;
}
#sec_two .sec_two_wrap > div:nth-of-type(2) .two_active ul{
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: calc(50% - 100%/2);
    width: 100%;
}
#sec_two .sec_two_wrap > div:nth-of-type(2) .two_active ul li{
    width: 330px;
}
#sec_two .sec_two_wrap > div:nth-of-type(2) .two_active ul li p:nth-of-type(1){
    text-align: center;
    padding: 20px 0;
}
#sec_two .sec_two_wrap > div:nth-of-type(2) li:nth-of-type(2){
    padding: 0 5vw;
}

/* 프로모션 관리자 시스템 */
.sec_three_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_three_flex_img{
    width: 40%;
    border-radius: 0px;
}
/* .sec_three_flex_img img{
    border-radius: 30px;
} 2023.11.17 비 활성화*/

/* 예시 2023.11.17 */
#sec_four div:nth-of-type(2){
    border-top: 1px solid #ccc;
}
#sec_four div:nth-of-type(2) h2{
    text-align: right;
}
/* // 예시 2023.11.17 */

/* 레퍼런스 */
#sec_five{
    background-image: url("/resources/newimg/jp/promotion/background.jpg");
    background-size: cover;
    background-position: center;
}
#sec_five h2{
    text-align: center;
    color: #fff;
}
#sec_five ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sec_five ul li{
    width: 48%;
    padding-bottom: 30px;
}


/* media */
@media all and (max-width:1380px) {
    #sec_two .sec_two_wrap > div:nth-of-type(2) div h3{
        width: 25vw;
    }
    #sec_two .sec_two_wrap > div:nth-of-type(2) div h3 a{
        font-size: 1.5vw;
    }

    #sec_two .sec_two_wrap > div:nth-of-type(2) .two_active ul li p:nth-of-type(1){
        font-size: 1.5vw;
    }
    #sec_two .sec_two_wrap > div:nth-of-type(2) .two_active ul li p:nth-of-type(2){
        font-size: 1.5vw;
    }
    #sec_two .sec_two_wrap > div:nth-of-type(2) .two_active ul li p:nth-of-type(3){
        font-size: 1.5vw;
    }
}

/* 테블릿 세로 (해상도 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_one .sec_one_wrap div:nth-of-type(2) li{
        width: 40%;
    }

}
  
/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .blocks{
        display: block;
    }
    section h2.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;
    }

    section .padding_top_c{
        padding-top: 100px;
    }
    section .padding_h_b_bottom{
        padding-bottom: 50px;
    }
    section .padding_h_b{
        padding-top: 50px;
    }
    section .padding_bottom_b{
        padding-bottom: 30px;
    }

    #sec_two .sec_two_wrap > div:nth-of-type(2) div h3 a {
        font-size: 1.8vw;
    }
    #sec_two .sec_two_wrap > div:nth-of-type(2) .two_active ul li p:nth-of-type(1) strong{
        font-size: 2.5vw;
    }
    #sec_two .sec_two_wrap > div:nth-of-type(2) .two_active ul li p:nth-of-type(2){
        font-size: 1.7vw;
    }
    #sec_two .sec_two_wrap > div:nth-of-type(2) .two_active ul li p:nth-of-type(3){
        font-size: 1.7vw;
    }
    #sec_two .sec_two_wrap > div:nth-of-type(2) div ul{
        padding-top: 30px;
    }

    #sec_three .padding_top_c{
        padding-top: 50px;
    }
    
    .sec_three_flex {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .sec_three_flex_img{
        width: 100%;
        padding-bottom: 50px; 
    }

    #sec_five ul {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    #sec_five ul li{
        width: 100%;
    }

} 

@media all and (max-width:550px) {

}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) {
    #sec_one .sec_one_wrap div:nth-of-type(2) li{
        padding: 25px 5%
    }
    #sec_two .padding_bottom_b{
        padding-top:0;
    }
    #sec_two .sec_two_wrap > div:nth-of-type(2) div h3 a {
        font-size: 1.9vw;
        line-height: 1.8rem;
    }
    #sec_two .sec_two_wrap > div:nth-of-type(2) div h3 {
        width: 26vw;
        height: 30px;
    }
    #sec_two .sec_two_wrap > div:nth-of-type(2) .two_active ul li p:nth-of-type(1) {
        padding: 10px 0;
    }
    #sec_one .padding_top_b{
        padding-top: 50px;
    }
    
}
@media all and (max-width:400px) {
}
