#container{
    width: 100%;
    margin-top: 70px;
}

.sub_intro{
    width: 100%;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'paybooc-ExtraBold', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.sub_intro p{
    font-size: 14px;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    margin-top: 5px
}

.sub_content{
    width: 100%;
    padding: 50px 0 100px;
}

.sub_menu{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.prev_menu,
.next_menu{
    margin-bottom: 5px;
    width: 85px;
}

.prev_menu p,
.next_menu p{
    font-family: 'paybooc-Medium', sans-serif;
    color: #ccc;
    font-size: 10px;
}

.next_menu p{
    text-align: right;
}

.next_menu2 p{
  text-align: left !important;
  padding-left: 15px;
}

.next_menu3 p{
  text-align: left !important;
  padding-left: 27px;
}

.next_menu4 p{
  text-align: left !important;
  letter-spacing: -0.7px;
}

.prev_menu2 p{
  text-align: right !important;
  padding-right: 27px;
}

.prev_menu3 p{
  text-align: right !important;
  padding-right: 15px;
}

.prev_menu4 p{
  text-align: right !important;
  letter-spacing: -0.7px;
}

.now_menu{
    font-size: 15px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    padding: 0 10px 5px;
    border-bottom: 2px solid #03569f;
    letter-spacing: -1px;
    text-align: center;
}

.now_menu2{
  font-size: 13px;
}

.menu_content{
    width: 100%;
    padding-top: 50px;
}


/* sub1_1 */
.sub1_intro{
    background-image: url(../images/sub1_intro.jpg);
}

.ceo_box{
    width: 100%;
}

.ceo_img{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.ceo_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ceo_text{
    width: 100%;
    font-family: 'paybooc-Medium', sans-serif;
    font-size: 12px;
    color: #111;
    line-height: 20px;
    transform: skew(-0.1deg);
    text-align: center;
    letter-spacing: -0.5px;
    word-break: keep-all;
    margin-top: 20px;
}

.ceo_text>span{
    font-size: 14px;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
}

.ceo_text>strong{
    font-size: 16px;
    margin-left: 10px;
    letter-spacing: 1px;
}

.blue_text{
    font-size: 10px;
    font-weight: bold;
    color: #03569f;
    letter-spacing: 4px;
    margin-right: -4px;
}

.ceo_title_text{
    font-size: 14px;
    color: #111;
    font-weight: bold;
    margin: 10px 0 30px;
}

.ceo_title_text>span{
    font-size: 20px;
    font-family: 'paybooc-ExtraBold', sans-serif;
    margin-top: 5px;
    display: block;
}


/* sub1_2 */
.sub1_2_box{
    width: 100%;
}

.sub1_2_text{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    line-height: 23px;
}

.sub1_2_text>span{
    font-size: 18px;
    font-family: 'paybooc-ExtraBold', sans-serif;
    font-weight: normal;
}

.blue_text2{
    font-size: 10px;
    color: #03569f;
    letter-spacing: 4px;
    margin-bottom: 5px;
    margin-right: -4px;
}

.sub1_2_box ul{
    width: 100%;
    margin-top: 30px;
    padding: 0 5%;
    box-sizing: border-box;
}

.sub1_2_box ul li{
    width: 100%;
    border: 2px solid #03569f;
    box-sizing: border-box;
    padding: 20px 0 50px;
    text-align: center;
    font-size: 14px;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    color: #111;
    position: relative;
}

.sub1_2_box ul li:first-child{
    margin-bottom: 10px;
}

.sub1_2_box ul li img{
    display: block;
    margin: 0 auto 15px;
    width: 50px;
}

.sub1_2_box ul li span{
    font-size: 12px;
    color: #666;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

.click{
    font-size: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    animation: click infinite ease-in 0.8s;
}

@keyframes click {
    0%{
        bottom: 17px;
    }

    50%{
        bottom: 20px;
    }

    100%{
        bottom: 17px;
    }
}

.hover_text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(3, 86, 159, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    line-height: 23px;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: normal;
    opacity: 0;
    padding: 0 10px;
    box-sizing: border-box;
    word-break: keep-all;
}


/* sub1_3 */
.sub1_3_box{
    width: 100%;
}

.sub1_3_text{
    font-size: 14px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 23px;
}

.sub1_3_text span{
    font-size: 18px;
}

.history_box{
    width: 100%;
    margin-top: 30px;
    padding: 0 5%;
    box-sizing: border-box;
}

.history_con{
    width: 100%;
}

.year{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #004785;
    color: #fff;
    font-family: 'paybooc-ExtraBold', sans-serif;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.right_history{
    width: 100%;
    margin-left: 25px;
    border-left: 2px solid #004785;
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
}

.shape{
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: -6px;
}

.circle{
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background-color: #004785;
}

.bar{
    width: 30px;
    height: 1px;
    background-color: #004785;
}

.h_c{
    display: flex;
    align-items: baseline;
}

.month{
    font-size: 12px;
    color: #004785;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    margin-right: 8px;
}

.h_c p{
    font-size: 12px;
    line-height: 20px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    word-break: keep-all;
}


/* sub1_4 */
.sub1_4_box{
    width: 100%;
}

.map_box{
    width: 90%;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -50px;
}

.kor_chi{
    width: 100%;
    background-image: url(../images/sub1_4_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 30px;
}

.kor_chi .center{
    height: 100%;
}

.kor_sec,
.chi_sec{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: 'paybooc-Light', sans-serif;
    line-height: 23px;
}

.kor_sec p{
    font-family: 'paybooc-Medium', sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

.country_sec{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.country_sec img{
    display: block;
    margin: 0 auto 10px;
}

.bar2{
    width: 80%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 30px auto;
}

.sub1_4_box ul{
    width: 100%;
    margin-top: 30px;
    display: flex;
}

.sub1_4_box ul li{
    width: 33.33%;
}

.list_title{
    width: 100%;
    font-size: 12px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ccc;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_con{
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.list_con p{
    font-size: 10px;
    color: #333;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
}

.list_con p:first-child{
    font-family: 'paybooc-Medium', sans-serif;
    margin-bottom: 7px;
}

.list_con p:last-child{
    line-height: 15px;
}


/* sub2_1 */
.sub2_1_intro{
    background-image: url(../images/sub2_1_intro.jpg);
}

.sub2_1_con{
    width: 100%;
}

.sub2_1_con table{
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-collapse: collapse;
}

.sub2_1_con table th{
    background-color: #eee;
    font-size: 12px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    padding: 10px 5px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}

.sub2_1_con table th:last-child{
    border-right: 0;
}

.sub2_1_con table td{
    font-size: 10px;
    color: #333;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    padding: 15px 5px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    word-break: keep-all;
    line-height: 15px;
}

.sub2_1_con table td:last-child{
    border-right: 0;
}


/* sub2_2 */
.sub2_2_intro{
    background-image: url(../images/sub2_2_intro.jpg);
}

.sub2_2_box{
    width: 100%;
}

.product_img_tab{
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}

ul.small_img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

ul.small_img li{
    width: 24%;
    opacity: 0.5;
}

ul.small_img li.on{
    opacity: 1;
}

ul.small_img li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big_img{
    width: 100%;
}

.big_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_content{
    width: 100%;
    display: none;
    box-sizing: border-box;
    margin-top: 20px;
}

div.on{
    display: block;
}

.title_sec{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
}

.product_title{
    font-size: 18px;
    color: #111;
    font-family: 'paybooc-ExtraBold', sans-serif;
    width: 85%;
}

.product_con{
    font-size: 12px;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
    word-break: keep-all;
}

.product_con>span{
    font-family: 'paybooc-Medium', sans-serif;
    color: #111;
    display: block;
}

.down_arrow{
    width: 35px;
    height: 35px;
    background-color: #03569f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.down_arrow i{
    color: #fff;
    font-size: 20px;
    animation: pingpong infinite ease-in-out 1s;
}

@keyframes pingpong {
    0%{
        margin-bottom: 5px;
    }

    50%{
        margin-bottom: -5px;
    }

    100%{
        margin-bottom: 5px;
    }
}

.con_sec{
    width: 100%;
    margin-top: 60px;
}

.con_text{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #111;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    line-height: 20px;
    word-break: keep-all;
}

.con_text>span{
    font-size: 17px;
    font-family: 'paybooc-Medium', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.con_sec>ul{
    width: 100%;
    margin-top: 30px;
}

.con_sec>ul>li{
    width: 100%;
    height: 170px;
    border: 2px solid #03569f;
    box-sizing: border-box;
    position: relative;
    padding: 0 5px;
}

.con_sec>ul>li:first-child{
    margin-bottom: 10px;
}

.hover_before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 10px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    line-height: 15px;
    word-break: keep-all;
    text-align: center;
    letter-spacing: -0.5px;
}

.hover_before p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hover_after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.hover_after img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover_after ul{
    position: absolute;
    top: 5px;
    left: 5px;
}

.hover_after ul li{
    cursor: pointer;
    color: #666;
    font-size: 12px;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    padding: 3px 0;
}

.hover_after ul li.h_on{
    color: #03569f;
    font-family: 'paybooc-Medium', sans-serif;
}

.hover_tab img{
    display: none;
}

.hover_tab img.h_on{
    display: block;
}

.rubber_img{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.rubber_img img{
    width: 180px;
}

.go_btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.go_btn a{
    font-size: 14px;
    color: #03569f;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
}

.right_arrow{
    width: 25px;
    height: 25px;
    background-color: #03569f;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
}

.right_arrow i{
    color: #fff;
    font-size: 14px;
    animation: r_pingpong infinite ease-in-out 1s;
}

@keyframes r_pingpong {
    0%{
        margin-left: 3px;
    }

    50%{
        margin-left: -3px;
    }

    100%{
        margin-left: 3px;
    }
}

.t_f_e{
    font-size: 10px;
    color: #111;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.con_text2{
    margin-top: 15px;
}


/* sub2_3 */
.sub2_3_intro{
    background-image: url(../images/sub2_3_intro.jpg);
}

.sub2_3_box{
    width: 100%;
}

.packaging_tab{
    width: 100%;
}

.packaging_tab ul{
    width: 100%;
    display: flex;
}

.packaging_tab ul li{
    width: 50%;
    height: 35px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #999;
    font-family: 'paybooc-Bold', sans-serif;
}

.packaging_tab ul li.p_on{
    border-bottom: 0;
    border-top: 1px solid #03569f;
    border-left: 1px solid #03569f;
    border-right: 1px solid #03569f;
    color: #03569f;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
}

.packaging_tabcon{
    width: 100%;
    height: 0;
    overflow: hidden;
}

div.p_on{
    height: 100%;
    margin-top: 50px;
}

.packaging_title{
    width: 100%;
    text-align: center;
}

.packaging_title img{
    display: block;
    margin: 0 auto;
    width: 200px;
}

.packaging_title span{
    font-size: 10px;
    color: #111;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    line-height: 15px;
    word-break: keep-all;
}


/* 제품 slide */
.packaging_slide{
    width: 100%;
    margin-top: 20px;
}

.packaging_product_box{
    padding: 30px 0;
}

.p_s_inner{
    width: 200px;
    height: 200px;
    background-color: #f8f8f8;
    padding: 15px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.packaging_product_box img{
    margin: 0 auto;
    width: 70%;
}

.p_p_text{
    line-height: 15px;
    font-size: 10px;
    color: #333;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    transform: skew(-0.1deg);
    margin-top: 5px;
    letter-spacing: -1px;
}

.p_p_text p{
    font-size: 11px;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: contain;
    display: inline-block;
    padding: 5px 10px 0 0;
}

.packaging_slide .slick-center .p_s_inner{
    transform: skew(1.2);
    -webkit-transform: scale(1.2);
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.packaging_slide .slick-center .p_p_text p{
    background-image: url(../images/packing_text_circle.png);
}
/* // 제품 slide */

.packaging_title2 img{
    width: 150px;
}

.p_p_text2 p{
    margin: 0;
    line-height: 20px;
    background-position: 100% 30%;
    letter-spacing: -1px;
}

.p_p_text3 p{
    background-position: 100% 100%;
    background-size: auto;
}

.p_p_text4 p{
    background-size: auto;
}


/* sub3_1 */
.sub3_intro{
    background-image: url(../images/sub3_intro.jpg);
}

.sub3_1_box1{
    width: 100%;
}

.banner_img{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.banner_img img{
    width: 100%;
}

.main_product{
    width: 100%;
    margin: 40px 0;
}

.main_product p{
    font-size: 14px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    text-align: center;
}

.main_product ul{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.main_product ul li{
    width: 49.5%;
    height: 80px;
    float: left;
    border: 1px solid #03569f;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #111;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    margin-bottom: 5px;
}

.main_product ul li:nth-child(2n-1){
    margin-right: 1%;
}

.sub3_1_box2{
    width: 100%;
    padding: 40px 0;
    background-color: #f8f8f8;
}

.sub3_1_box2 p{
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #111;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    line-height: 18px;
}

.sub3_1_box2 .blue_text2{
    margin: 0;
}

.sub3_1_box2 ul{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.sub3_1_box2 ul li{
    width: 49%;
    height: 80px;
    float: left;
    background-color: #fff;
    font-size: 10px;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    color: #111;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5px;
}

.sub3_1_box2 ul li:nth-child(2n-1){
    margin-right: 2%;
}

.sub3_1_box2 ul li span{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.sub3_1_box3{
    width: 100%;
    padding-top: 40px;
}

.sub3_1_box3 .center>p{
    font-size: 14px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    text-align: center;
}

.sub3_1_box3 .history_box{
    margin-top: 20px;
}

.sub3_1_box3 .right_history{
    align-items: baseline;
}


/* sub3_2 */
.hu_ul{
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

.hu_ul ul{
    width: 100%;
    display: flex;
}

.hu_ul ul li{
    width: 33.33%;
    height: 130px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.hu_ul ul li img{
    width: 50px;
}

.hu_ul ul li p{
    font-size: 10px;
    color: #333;
    font-family: 'paybooc-Light', sans-serif;
    line-height: 13px;
}

.hu_go_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.hu_go_btn a{
    width: 230px;
    height: 35px;
    border: 2px solid #03569f;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #03569f;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
}

.sub3_2_box ul{
    width: 100%;
    display: block;
}

.sub3_2_box ul li{
    width: 100%;
    height: inherit;
    padding: 10px;
    box-sizing: border-box;
    float: none;
}

.hu_li{
    font-size: 10px;
    line-height: 17px;
}

.hu_li strong{
    background-color: rgba(0, 0, 0, 0.1);
}

.sub3_1_box3 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #03559f;
    margin-top: 40px;
}

.sub3_1_box3 ul:nth-of-type(1){
    margin-top: 55px;
}

.sub3_1_box3 ul li{
    width: 70px;
    height: 70px;
    border: 1px solid #03569f;
    border-radius: 100px;
    font-size: 10px;
    color: #111;
    font-family: 'paybooc-Light', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-top: -35px;
    letter-spacing: -1px;
}
