/* visual sub 공통 start */
.sub_visual{
    width:100%;
    min-width:1300px;
    position: relative;
    overflow: hidden;
    margin-top:80px;
}
.sub_visual::before{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    height:450px;
    transition: all 1s ease-in-out;
    transform:scale(1.2);
}
.sub_visual > img.zoom{transform:scale(1);}


.sub_visual .sub_typo{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
    z-index: 99;
}

.sub_visual .sub_typo > span.up{opacity:1; transform:translate(0,0);}

.sub_visual .sub_typo span{
    color:#fff;
    display:block;
    opacity:0;
    transform:translate(0,100%);
    transition:all 1s ease-in-out;
    font-size:48px;
    transition-delay:0.5s;
    font-weight: 800;
}

/* visual sub 공통 end */


/* sub 타이틀 공통 */
.contents_title{
    position: relative;
    width:100%;
    min-width:1300px;
    overflow: hidden;
    margin-bottom:60px;
}
.contents_title h2{
    padding:30px 0;
    font-size:40px;
    color:#000;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.contents_title h2::after{
    position: absolute;
    content: '';
    width:80px;
    height:3px;
    background-color: #000;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}
.contents_title h2 span{
    font-size:42px;
    font-weight:800;
    display: block;
}
.contents_title p{
    position: absolute;
    top:120px;
    left:50%;
    transform: translateX(-50%);
    font-size:30px;
    color:#333;
    text-align: center;
}
/* sub 타이틀 공통 */
.contents_detail{padding:30px 0;}
/* image_show_wrap 공통 */
.contents_detail .image_show_wrap,
.contents_detail .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.contents_detail .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.contents_detail .image_show_wrap2{animation-duration: 1.4s;}

.contents_detail .show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.contents_detail .show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.contents_detail .show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.contents_detail .show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.contents_detail .show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
.contents_detail .show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */

/* tab 메뉴 공통 */
/* .contents{padding:30px 0;} */
.sub_tabmenu{
    position: sticky;
    z-index: 99;
    top:140px;
    transform: translateY(-60px);
    background: rgba(0,0,0,0.6);
    height:60px;
    line-height: 60px;
}
.sub_tabmenu ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.sub_tabmenu li a{
    display: block;
    font-size:16px;
    text-align: center;
    color:#fff;
    transition: all .3s ease-in-out;
}

.tabmenu01 li{width:16.666%;}
.tabmenu02 li{width:20%;}
.tabmenu03 li{width:12.5%;}

.sub_tabmenu li a:hover{background-color: #0085d4; color:#fff; transition: all .3s ease-in-out;}

.sub01_01 .sub_tabmenu li:nth-child(1) a{background-color: #0085d4; color:#fff;}
.sub01_02 .sub_tabmenu li:nth-child(2) a{background-color: #0085d4; color:#fff;}
.sub01_03 .sub_tabmenu li:nth-child(3) a{background-color: #0085d4; color:#fff;}
.sub01_04 .sub_tabmenu li:nth-child(4) a{background-color: #0085d4; color:#fff;}
.sub01_05 .sub_tabmenu li:nth-child(5) a{background-color: #0085d4; color:#fff;}
.sub01_06 .sub_tabmenu li:nth-child(6) a{background-color: #0085d4; color:#fff;}

.sub02_01 .sub_tabmenu li:nth-child(1) a{background-color: #0085d4; color:#fff;}
.sub02_02 .sub_tabmenu li:nth-child(2) a{background-color: #0085d4; color:#fff;}
.sub02_03 .sub_tabmenu li:nth-child(3) a{background-color: #0085d4; color:#fff;}
.sub02_04 .sub_tabmenu li:nth-child(4) a{background-color: #0085d4; color:#fff;}
.sub02_05 .sub_tabmenu li:nth-child(5) a{background-color: #0085d4; color:#fff;}

.sub03_01 .sub_tabmenu li:nth-child(1) a{background-color: #0085d4; color:#fff;}
.sub03_02 .sub_tabmenu li:nth-child(2) a{background-color: #0085d4; color:#fff;}
.sub03_03 .sub_tabmenu li:nth-child(3) a{background-color: #0085d4; color:#fff;}
.sub03_04 .sub_tabmenu li:nth-child(4) a{background-color: #0085d4; color:#fff;}
.sub03_05 .sub_tabmenu li:nth-child(5) a{background-color: #0085d4; color:#fff;}
.sub03_06 .sub_tabmenu li:nth-child(6) a{background-color: #0085d4; color:#fff;}
.sub03_07 .sub_tabmenu li:nth-child(7) a{background-color: #0085d4; color:#fff;}
.sub03_08 .sub_tabmenu li:nth-child(8) a{background-color: #0085d4; color:#fff;}
/* tab 메뉴 공통 */


/* ------------------------------------------- sub -------------------------------------------------------- */
/* sub01_01 */
.sub01_01 .about ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:40px;
}
.sub01_01 .about ul li{width:50%;}
.sub01_01 .about ul li .img{position: relative; z-index: 0;}
.sub01_01 .about ul li .img ::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0085d4;
    animation: flipInX 1.5s .3s both;
    border-radius: 30px 0 30px 0;
    z-index: -1;
}
.sub01_01 .about ul li .img img{border-radius: 30px 0 30px 0;}
.sub01_01 .about ul li .png{padding:60px;}

.sub01_01 .about ul li .tit h3{
    font-size:32px;
    color:#333;
    text-align: left;
}
.sub01_01 .about ul li .tit h3 strong{
    font-size:32px;
    color:#000;
}
.sub01_01 .about ul li .tit > span{
    display: block;
    font-size:24px;
    color:#0085d4;
    text-align: left;
    padding:20px 0;
}
.sub01_01 .about ul li .tit > p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height:32px;
}
.sub01_01 .about ul li .tit > p strong{font-style: italic;}

.sub01_01 .about ul li .tit .sign{margin-top:20px;}
.sub01_01 .about ul li .tit .sign p{
    font-size:24px;
    color:#000;
    text-align: right;
    font-weight: 600;
}
.sub01_01 .about ul li .tit .sign p span{
    font-size:18px;
    color:#333;
    font-weight: 400;
}
/* sub01_01 */




/* sub01_02 */
.sub01_02 .history h2{
    font-size:32px;
    color:#000;
    text-align: center;
    padding:30px 0;
}
.sub01_02 .history{position: relative; z-index: 0;}
.sub01_02 .history::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(../../img/sub/sub01/sub01_02/sub01_02_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    z-index: -1;
    opacity: .1;
}
.sub01_02 .history ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}
.sub01_02 .history ul::before{
    content: '';
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    width:1px;
    height:100%;
    background-color: #333;
    opacity: .5;
}
.sub01_02 .history ul li{width:50%; margin:30px 0;}
.sub01_02 .history ul .left{text-align: right; padding:20px 60px 20px 0px;}
.sub01_02 .history ul .right{text-align: left; padding:20px 0px 20px 60px;}

.sub01_02 .history ul .right .year h3{
    font-size:72px;
    color:#0085d4;
    font-family: 'GmarketSansBold';
    position: relative;
}
.sub01_02 .history ul .right .year h3::after{
    content: '';
    position: absolute;
    left:-60px;
    top:50%;
    transform: translateY(-50%);
    width:40px;
    height:1px;
    background-color: #0085d4;
}
.sub01_02 .history ul .right .year h3::before{
    content: '';
    position: absolute;
    left:-65px;
    top:50%;
    transform: translateY(-50%);
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color: #0085d4;
}


.sub01_02 .history ul .left .year h3{
    font-size:72px;
    color:#0085d4;
    font-family: 'GmarketSansBold';
    position: relative;
}
.sub01_02 .history ul .left .year h3::after{
    content: '';
    position: absolute;
    right:-60px;
    top:50%;
    transform: translateY(-50%);
    width:40px;
    height:1px;
    background-color: #0085d4;
}
.sub01_02 .history ul .left .year h3::before{
    content: '';
    position: absolute;
    right:-65px;
    top:50%;
    transform: translateY(-50%);
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color: #0085d4;
}

.sub01_02 .history ul li .tit{padding:10px 0;}
.sub01_02 .history ul li .tit h4{
    font-size:32px;
    color:#000;
    margin-bottom:10px;
}
.sub01_02 .history ul li .tit p{
    font-size:24px;
    color:#333;
    line-height:48px;
}
/* sub01_02 */




/* sub01_03 */
.sub01_03 .organization h2{
    font-size:32px;
    color:#000;
    text-align: center;
    margin-bottom:10px;
}
.sub01_03 .organization > p{
    font-size:18px;
    color:#333;
    text-align: center;
}


.sub01_03 .organization .organization_chart{margin-top:60px;}
.sub01_03 .organization .organization_chart .line1{
    display: flex;
    justify-content: center;
}
.sub01_03 .organization .organization_chart .line1 li{
    font-size:24px;
    text-align: center;
    width:250px;
    padding:10px 0px;
    color:#000;
    background-color: #ffc954;
    position: relative;
}
.sub01_03 .organization .organization_chart .line1 li::before{
    content: '';
    position: absolute;
    bottom:-120px;
    left:50%;
    transform: translateX(-50%);
    width:1px;
    height:120px;
    background-color: #333;
}

.sub01_03 .organization .organization_chart .line2{
    display: flex;
    justify-content: center;
    margin-top:120px;
    gap:220px;
}
.sub01_03 .organization .organization_chart .line2 li{
    font-size:18px;
    text-align: center;
    width:250px;
    padding:20px 0px;
    color:#000;
    background-color: #80fa6c;
    position: relative;
}
.sub01_03 .organization .organization_chart .line2 li:nth-of-type(1)::after{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:-220px;
    width:220px;
    height:1px;
    background-color: #333;
}
.sub01_03 .organization .organization_chart .line2 li:nth-of-type(1)::before{
    content: '';
    position: absolute;
    bottom:-60px;
    left:50%;
    width:1px;
    height:60px;
    background-color: #333;
}
.sub01_03 .organization .organization_chart .line2 li:nth-of-type(2)::after{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:-220px;
    width:220px;
    height:1px;
    background-color: #333;
}
.sub01_03 .organization .organization_chart .line2 li:nth-of-type(2)::before{
    content: '';
    position: absolute;
    bottom:-60px;
    left:50%;
    width:1px;
    height:60px;
    background-color: #333;
}
.sub01_03 .organization .organization_chart .line2 li:nth-of-type(3)::before{
    content: '';
    position: absolute;
    bottom:-60px;
    left:50%;
    width:1px;
    height:60px;
    background-color: #333;
}


.sub01_03 .organization .organization_chart .line3{
    display: flex;
    justify-content: space-between;
    margin-top:120px;
    gap:30px;
}
.sub01_03 .organization .organization_chart .line3 li{
    width:16.666%;
    height:95px;
    background-color: #0184d2;
    position: relative;
}
.sub01_03 .organization .organization_chart .line3 li p{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size:18px;
    text-align: center;
    color:#fff;
    width:100%;
}

.sub01_03 .organization .organization_chart .line3 li::after{
    content: '';
    position: absolute;
    top:-60px;
    left:50%;
    transform: translateX(-50%);
    width:1px;
    height:60px;
    background-color: #333;
}
.sub01_03 .organization .organization_chart .line3 li:nth-of-type(1)::before{
    content: '';
    position: absolute;
    top:-60px;
    left:50%;
    width:238px;
    height:1px;
    background-color: #333;
}
.sub01_03 .organization .organization_chart .line3 li:nth-of-type(3)::before{
    content: '';
    position: absolute;
    top:-60px;
    left:50%;
    width:238px;
    height:1px;
    background-color: #333;
}
.sub01_03 .organization .organization_chart .line3 li:nth-of-type(5)::before{
    content: '';
    position: absolute;
    top:-60px;
    left:50%;
    width:238px;
    height:1px;
    background-color: #333;
}
/* sub01_03 */




/* sub01_04 */
.sub01_04 .contact h2{
    font-size:32px;
    color:#000;
    text-align: center;
    margin-bottom:10px;
}
.sub01_04 .contact .sub_map{margin-top:30px;}
.sub01_04 .contact .sub_map .chart{
    width:100%;
    border-top:3px solid #0085d4;
    margin-top:30px;
}
.sub01_04 .contact .sub_map .chart tr th,
.sub01_04 .contact .sub_map .chart tr td{
    font-size:18px;
    color:#333;
    padding:20px;
    border:1px solid #ccc;
}
.sub01_04 .contact .sub_map .chart tr td strong{
    font-size:18px;
    color:#054493;
}
.sub01_04 .contact .sub_map .chart tr td p{
    font-size:16px;
    color:#333;
    text-align: left;
    margin-top:10px;
    line-height:30px;
}
.sub01_04 .contact .sub_map .chart tr th{background-color: #f7f7f7;}
.sub01_04 .contact .cont{display: none;}
/* sub01_04 */




/* sub01_05 */
.sub01_05 .sub_notice h2{
    font-size:32px;
    color:#000;
    text-align: center;
    margin-bottom:10px;
}
.sub01_05 .sub_notice > p{
    font-size:18px;
    color:#333;
    text-align: center;
}
.sub01_05 .sub_notice .board{margin-top:60px;}
/* sub01_05 */




/* sub01_06 */
.sub01_06 .certification h2{
    font-size:32px;
    color:#000;
    text-align: center;
    margin-bottom:10px;
}
.sub01_06 .certification .board{margin-top:60px;}
.sub01_06 .certification .board .photo_bbs .thumb{padding-top:135%; border:1px solid #ccc;}

.sub01_06 .certification .board .tit a{font-size:18px; text-align: center;}
.sub01_06 .certification .board .date{display: none;}
/* sub01_06 */




/* sub02_01 */
.sub02_01 .air h2{
    font-size:32px;
    color:#000;
    text-align: center;
    margin-bottom:10px;
}
.sub02_01 .air > p{
    font-size:18px;
    color:#333;
    text-align: center;
}
.sub02_01 .air ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap:40px;
    justify-content: space-between;
    margin-top:60px;
}
.sub02_01 .air ul li{width:50%;}

.sub02_01 .air .img{position: relative;}
.sub02_01 .air .img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #054493;
    animation: bounceInRight 1.5s .3s both;
    border-radius: 30px 0 30px 0;
}
.sub02_01 .air .img img{border-radius: 30px 0 30px 0;}

.sub02_01 .air .tit h3{
    font-size:24px;
    color:#000;
    text-align: left;
    margin-bottom:30px;
}
.sub02_01 .air .tit h3 strong{
    font-size:24px;
    color:#054493;
}
.sub02_01 .air .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height:32px;
}
.sub02_01 .air .tit p strong{
    font-size:20px;
    color:#054493;
}
/* sub02_01 */




/* sub02_02 */
.sub02_02 .ocean h2{
    font-size:32px;
    color:#000;
    text-align: center;
    margin-bottom:10px;
}
.sub02_02 .ocean > p{
    font-size:18px;
    color:#333;
    text-align: center;
}
.sub02_02 .ocean ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap:40px;
    justify-content: space-between;
    margin-top:60px;
}
.sub02_02 .ocean ul li{width:50%;}

.sub02_02 .ocean .img{position: relative;}
.sub02_02 .ocean .img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #054493;
    animation: bounceInRight 1.5s .3s both;
    border-radius: 30px 0 30px 0;
}
.sub02_02 .ocean .img img{border-radius: 30px 0 30px 0;}

.sub02_02 .ocean .tit h3{
    font-size:24px;
    color:#000;
    text-align: left;
    margin-bottom:30px;
}
.sub02_02 .ocean .tit h3 strong{
    font-size:24px;
    color:#054493;
}
.sub02_02 .ocean .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height:32px;
}
.sub02_02 .ocean .tit p strong{
    font-size:20px;
    color:#054493;
}
/* sub02_02 */

/* sub02_03 */
.sub02_03 .bulk h2{
    font-size:32px;
    color:#000;
    text-align: center;
    margin-bottom:10px;
}
.sub02_03 .bulk > p{
    font-size:18px;
    color:#333;
    text-align: center;
}
.sub02_03 .bulk ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap:40px;
    justify-content: space-between;
    margin-top:60px;
}
.sub02_03 .bulk ul li{width:50%;}

.sub02_03 .bulk .img{position: relative;}
.sub02_03 .bulk .img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #054493;
    animation: bounceInRight 1.5s .3s both;
    border-radius: 30px 0 30px 0;
}
.sub02_03 .bulk .img img{border-radius: 30px 0 30px 0;}

.sub02_03 .bulk .tit h3{
    font-size:24px;
    color:#000;
    text-align: left;
    margin-bottom:30px;
}
.sub02_03 .bulk .tit h3 strong{
    font-size:24px;
    color:#054493;
}
.sub02_03 .bulk .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height:32px;
}
.sub02_03 .bulk .tit p strong{
    font-size:20px;
    color:#054493;
}
/* sub02_03 */




/* sub02_04 */
.sub02_04 .local h2{
    font-size:32px;
    color:#000;
    text-align: center;
    margin-bottom:10px;
}
.sub02_04 .local > p{
    font-size:18px;
    color:#333;
    text-align: center;
}
.sub02_04 .local ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap:40px;
    justify-content: space-between;
    margin-top:60px;
}
.sub02_04 .local ul li{width:50%;}

.sub02_04 .local .img{position: relative;}
.sub02_04 .local .img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #054493;
    animation: bounceInRight 1.5s .3s both;
    border-radius: 30px 0 30px 0;
}
.sub02_04 .local .img img{border-radius: 30px 0 30px 0;}

.sub02_04 .local .tit h3{
    font-size:24px;
    color:#000;
    text-align: left;
    margin-bottom:30px;
}
.sub02_04 .local .tit h3 strong{
    font-size:24px;
    color:#054493;
}
.sub02_04 .local .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height:32px;
}
.sub02_04 .local .tit p strong{
    font-size:20px;
    color:#054493;
}
/* sub02_04 */




/* sub02_05 */
.sub02_05 .packing h2{
    font-size:32px;
    color:#000;
    text-align: center;
    margin-bottom:10px;
}
.sub02_05 .packing > p{
    font-size:18px;
    color:#333;
    text-align: center;
}
.sub02_05 .packing ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap:40px;
    justify-content: space-between;
    margin-top:60px;
}
.sub02_05 .packing ul li{width:50%;}

.sub02_05 .packing .img{position: relative;}
.sub02_05 .packing .img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #054493;
    animation: bounceInRight 1.5s .3s both;
    border-radius: 60px 0 60px 0;
}
/* .sub02_05 .packing .img img{border-radius: 30px 0 30px 0;} */

.sub02_05 .packing .img .img_wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:20px;
    background-color: #fff;
}
.sub02_05 .packing .img .img_wrap .img_box{width:48.5%;}
.sub02_05 .packing .img .img_wrap .img_box .img_box_img img{width:100%; object-fit: cover;}
.sub02_05 .packing .img .img_wrap .img_box .img_box_tit h4{
    font-size:20px;
    color:#000;
    text-align: center;
    padding:10px 0;
}
.sub02_05 .packing .img .img_wrap .img_box .img_box_tit p{
    font-size:16px;
    color:#333;
    text-align: center;
    line-height:26px;
}

.sub02_05 .packing .tit h3{
    font-size:24px;
    color:#000;
    text-align: left;
    margin-bottom:30px;
}
.sub02_05 .packing .tit h3 strong{
    font-size:24px;
    color:#054493;
}
.sub02_05 .packing .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height:32px;
}
.sub02_05 .packing .tit p strong{
    font-size:20px;
    color:#054493;
}

.sub02_05 .packing .tit h3{
    font-size:24px;
    color:#000;
    text-align: left;
    margin-bottom:30px;
}
.sub02_05 .packing .tit h3 strong{
    font-size:24px;
    color:#054493;
}
.sub02_05 .packing .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:10px 0;
    line-height:32px;
}
.sub02_05 .packing .tit p strong{
    font-size:20px;
    color:#054493;
}
/* sub02_05 */


/* sub03_01 */
.sub03_01 .regulations ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    border:1px solid #ccc;
    overflow: hidden;
    padding:20px;
}
.sub03_01 .regulations ul li:nth-of-type(1){width:30%;}
.sub03_01 .regulations ul li:nth-of-type(2){width:70%;}

.sub03_01 .regulations .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:20px 0;
}
.sub03_01 .regulations .txt{
    margin-top:30px;
    overflow: hidden;
    padding:20px;
    border:1px solid #ccc;
}
.sub03_01 .regulations .txt p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:20px 0;
}
/* sub03_01 */




/* sub03_02 */
.sub03_02 .transport .inner > ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    border:1px solid #ccc;
    overflow: hidden;
    padding:20px;
}
.sub03_02 .transport .inner > ul li:nth-of-type(1){width:30%;}
.sub03_02 .transport .inner > ul li:nth-of-type(2){width:70%;}

.sub03_02 .transport .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:20px 0;
}
.sub03_02 .transport .txt{
    margin-top:30px;
    overflow: hidden;
    padding:20px;
    border:1px solid #ccc;
}
.sub03_02 .transport .txt ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    padding:20px 0;
}
.sub03_02 .transport .txt ul li:nth-of-type(1){width:30%; text-align: center;}
.sub03_02 .transport .txt ul li:nth-of-type(2){width:70%;}
.sub03_02 .transport .txt ul li h3{
    font-size:32px;
    color:#000;
    text-align: left;
}
.sub03_02 .transport .txt ul li p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:20px 0;
    line-height:36px;
}
/* sub03_02 */




/* sub03_03 */
.sub03_03 .d_materials .inner > ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    border:1px solid #ccc;
    overflow: hidden;
    padding:20px;
}
.sub03_03 .d_materials .inner > ul li:nth-of-type(1){width:30%;}
.sub03_03 .d_materials .inner > ul li:nth-of-type(2){width:70%;}

.sub03_03 .d_materials .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:20px 0;
}

.sub03_03 .d_materials .list{margin-top:60px;}
.sub03_03 .d_materials .list .chart{
    width:100%;
    border-top:3px solid #0085d4;
}
.sub03_03 .d_materials .list .chart tr th,
.sub03_03 .d_materials .list .chart tr td{
    font-size:18px;
    color:#333;
    border:1px solid #ccc;
    padding:20px;
    line-height:32px;
    text-align: left;
}

.sub03_03 .d_materials .list .chart tr th:nth-of-type(1){width:30%; padding-left:50px;}
.sub03_03 .d_materials .list .chart tr th:nth-of-type(2){width:70%;}
.sub03_03 .d_materials .list .chart tr:nth-of-type(1) th{background-color: #f7f7f7; text-align: center; padding-left:0;}
/* sub03_03 */




/* sub03_04 */
.sub03_04 .d_packaging .inner > ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    border:1px solid #ccc;
    overflow: hidden;
    padding:20px;
}
.sub03_04 .d_packaging .inner > ul li:nth-of-type(1){width:30%;}
.sub03_04 .d_packaging .inner > ul li:nth-of-type(2){width:70%;}

.sub03_04 .d_packaging .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:20px 0;
}
.sub03_04 .d_packaging .list1{margin-top:60px;}
.sub03_04 .d_packaging .list1 h3{
    font-size:24px;
    color:#000;
    text-align: left;
    margin-bottom:10px;
}
.sub03_04 .d_packaging .list1 .chart{
    width:100%;
    border-top:3px solid #0085d4;
}
.sub03_04 .d_packaging .list1 .chart tr th,
.sub03_04 .d_packaging .list1 .chart tr td{
    font-size:18px;
    color:#333;
    border:1px solid #ccc;
    padding:20px;
    line-height:32px;
}
.sub03_04 .d_packaging .list1 .chart tr td span{
    font-size:24px;
    color:#000;
    opacity: .5;
    font-weight: 800;
}
.sub03_04 .d_packaging .list1 .chart tr td strong{
    font-size:24px;
    color:#000;
    font-weight: 800;
}
.sub03_04 .d_packaging .list1 .chart tr td:first-child{width:70%;}
.sub03_04 .d_packaging .list1 .chart tr td:last-child{width:30%; text-align: center;}


.sub03_04 .d_packaging .list2{margin-top:60px;}
.sub03_04 .d_packaging .list2 h3{
    font-size:24px;
    color:#000;
    text-align: left;
    margin-bottom:10px;
}
.sub03_04 .d_packaging .list2 .chart{
    width:100%;
    border-top:3px solid #0085d4;
}
.sub03_04 .d_packaging .list2 .chart tr th,
.sub03_04 .d_packaging .list2 .chart tr td{
    font-size:18px;
    color:#333;
    border:1px solid #ccc;
    padding:20px;
    line-height:32px;
    vertical-align: top;
    width:50%;
}
/* sub03_04 */

/* sub03_05 */
.sub03_05 .d_mark .inner > ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    border:1px solid #ccc;
    overflow: hidden;
    padding:20px;
}
.sub03_05 .d_mark .inner > ul li:nth-of-type(1){width:30%;}
.sub03_05 .d_mark .inner > ul li:nth-of-type(2){width:70%;}

.sub03_05 .d_mark .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:20px 0;
}

.sub03_05 .d_mark .txt{padding:10px 0;}
.sub03_05 .d_mark .txt p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
}
.sub03_05 .d_mark .txt p strong{
    font-size:18px;
    color:#000;
}
.sub03_05 .d_mark .txt .chart{
    margin-top:10px;
    width:100%;
    border-top:3px solid #0085d4;
}
.sub03_05 .d_mark .txt .chart tr td{
    font-size:16px;
    padding:20px;
    text-align: left;
    border:1px solid #ccc;
    line-height:32px;
}
/* sub03_05 */




/* sub03_06 */
.sub03_06 .d_document h2{
    font-size:32px;
    color:#333;
    text-align: left;
}
.sub03_06 .d_document ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:20px;
}
.sub03_06 .d_document ul li{width:50%;}
.sub03_06 .d_document ul li .chart1{width:100%; margin-top:10px;}
.sub03_06 .d_document ul li .chart1 th,
.sub03_06 .d_document ul li .chart1 td{
    border:1px solid #ccc;
    vertical-align: top;
}
.sub03_06 .d_document ul li .chart1 th{
    background-color: #daf0fc;
    text-align: center;
    padding:20px;
    font-size:18px;
}
.sub03_06 .d_document ul li .chart1 .chart_top{
    background-color: #77bee7;
    color:#1079c0;
    text-align: center;
}
.sub03_06 .d_document ul li .chart1 tr td h3{
    background-color: #fffde0;
    color:#333;
    height:60px;
    line-height: 60px;
    padding:0 20px;
    font-size:18px;
}
.sub03_06 .d_document ul li .chart1 tr td p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:20px;
    line-height:40px;
}



.sub03_06 .d_document ul li .chart2{width:100%; margin-top:10px;}
.sub03_06 .d_document ul li .chart2 th,
.sub03_06 .d_document ul li .chart2 td{
    border:1px solid #ccc;
    vertical-align: top;
}
.sub03_06 .d_document ul li .chart2 th{
    background-color: #efdce4;
    text-align: center;
    padding:20px;
    font-size:18px;
}
.sub03_06 .d_document ul li .chart2 .chart_top{
    background-color: #f3b1cc;
    color:#1079c0;
    text-align: center;
}
.sub03_06 .d_document ul li .chart2 tr td h3{
    background-color: #fffde0;
    color:#333;
    height:60px;
    line-height: 60px;
    padding:0 20px;
    font-size:18px;
}
.sub03_06 .d_document ul li .chart2 tr td p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:20px;
    line-height:40px;
}
/* sub03_06 */




/* sub03_07 */
.sub03_07 .laws .inner > ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    border:1px solid #ccc;
    overflow: hidden;
    padding:20px;
}
.sub03_07 .laws .inner > ul li:nth-of-type(1){width:30%;}
.sub03_07 .laws .inner > ul li:nth-of-type(2){width:70%;}

.sub03_07 .laws .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:20px 0;
}

.sub03_07 .laws .txt{padding:20px 0;}
.sub03_07 .laws .txt h3{
    font-size:24px;
    color:#000;
    text-align: left;
}
.sub03_07 .laws .txt p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    padding:5px 0;
}
/* sub03_07 */




/* sub03_08 */
.sub03_08 .msds .inner > ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
    border:1px solid #ccc;
    overflow: hidden;
    padding:20px;
}
.sub03_08 .msds .inner > ul li:nth-of-type(1){width:30%;}
.sub03_08 .msds .inner > ul li:nth-of-type(2){width:70%;}

.sub03_08 .msds .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:36px;
    padding:20px 0;
}

.sub03_08 .msds .list{padding:60px 0;}
.sub03_08 .msds .list h3{
    font-size:24px;
    color:#000;
    text-align: left;
    margin-bottom:10px;
}
.sub03_08 .msds .list .chart{
    width:100%;
    border-top:3px solid #054493;
}
.sub03_08 .msds .list .chart tr th,
.sub03_08 .msds .list .chart tr td{
    font-size:18px;
    color:#333;
    text-align: center;
    padding:20px;
    border:1px solid #ccc;
}
.sub03_08 .msds .chart tr th{background-color: #f7f7f7;}

.sub03_08 .msds .txt{padding:30px 0;}
.sub03_08 .msds .txt h3{
    font-size:24px;
    color:#000;
    text-align: left;
    margin-bottom:10px;
}
.sub03_08 .msds .txt p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    padding:5px 0;
}
.sub03_08 .msds .txt ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap:20px;
}
.sub03_08 .msds .txt ul li{
    width:23.9%;
    padding:10px 20px;
    border:1px solid #ccc;
    font-size:18px;
    color:#333;
    text-align: left;
}
.sub03_08 .msds .txt ul li span{
    font-size:18px;
    color:#054493;
    font-weight: 600;
    margin-right:10px;
}
/* sub03_08 */




/* sub04_01 */
.sub04_01 .site h2{
    font-size:32px;
    color:#000;
    text-align: center;
    margin-bottom:10px;
}
.sub04_01 .site > p{
    font-size:18px;
    color:#333;
    text-align: center;
}
.sub04_01 .site .link{margin-top:60px;}
.sub04_01 .site .link .board .faqBasic .line td:nth-of-type(3) img{display: none;}
.sub04_01 .site .link .board .faqBasic .line td:nth-of-type(2) img{width:25px;}
.sub04_01 .site .link .board .faqBasic .line td a{font-size:18px;}

.sub04_01 .site .link .board .faqBasic .faqCont{padding-left:50px;}
.sub04_01 .site .link .board .faqBasic .faqCont td a{margin-left:20px; font-size:18px !important; display: inline-block; padding-top:8px; color:red !important; font-weight: 600; transition: all .3s ease-in-out;}
.sub04_01 .site .link .board .faqBasic .faqCont .img img{width:25px;}

.sub04_01 .site .link .board .faqBasic .faqCont td a:hover{border-bottom:1px solid red;}
/* sub04_01 */
/* ------------------------------------------- sub -------------------------------------------------------- */