/* visual sub 공통 start */
.sub_visual{
    width:100%;
    min-width:1400px;
    position: relative;
    overflow: hidden;
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    height:450px;
    transition: all 1.5s ease-in-out;
    transform:scale(1.5);
}
.sub_visual > img.zoom{transform:scale(1);}
.sub_visual .sub_typo{
    position: absolute;
    top:60%;
    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;
}

.sub_visual .sub_typo span:first-child{
    font-size:42px;
    transition-delay:0s;
}
.sub_visual .sub_typo span:nth-child(2){
    font-size:18px;
    font-weight: 200;
    transition-delay:0.5s;
}
/* visual sub 공통 end */

/* tab 메뉴 공통 */
/* .contents{padding:30px 0;} */
.sub_tabmenu{
    position: sticky;
    z-index: 99;
    top:160px;
    transform: translateY(-60px);
    background: rgba(0,0,0,0.6);
    height:60px;
    line-height: 60px;
}
/* .sub_tabmenu.on{
    position: fixed;
    width:100%;
    top:171px;
    z-index: 99;
    background: rgba(0,0,0,0.7);
} */

.sub_tabmenu ul{font-size:0;}
.sub_tabmenu li{display:inline-block;}
.sub_tabmenu li a{
    display: block;
    font-size:18px;
    text-align: center;
    color:#fff;
    transition: all .3s ease-in-out;
}
.tabmenu01 li{width:33.333%;}
.tabmenu02 li{width:50%;}
.tabmenu03 li{width:100%;}
.tabmenu04 li{width:50%;}
.tabmenu05 li{width:100%;}
.tabmenu06 li{width:50%;}

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

.sub01_01 .sub_tabmenu li:nth-child(1) a{background-color: #fa002d; color:#fff;}
.sub01_02 .sub_tabmenu li:nth-child(2) a{background-color: #fa002d; color:#fff;}
.sub01_03 .sub_tabmenu li:nth-child(3) a{background-color: #fa002d; color:#fff;}

.sub02_01 .sub_tabmenu li:nth-child(1) a{background-color: #fa002d; color:#fff;}
.sub02_02 .sub_tabmenu li:nth-child(2) a{background-color: #fa002d; color:#fff;}

.sub03_01 .sub_tabmenu li:nth-child(1) a{background-color: #fa002d; color:#fff;}

.sub04_01 .sub_tabmenu li:nth-child(1) a{background-color: #fa002d; color:#fff;}
.sub04_02 .sub_tabmenu li:nth-child(2) a{background-color: #fa002d; color:#fff;}

.sub05_01 .sub_tabmenu li:nth-child(1) a{background-color: #fa002d; color:#fff;}

.sub06_01 .sub_tabmenu li:nth-child(1) a{background-color: #fa002d; color:#fff;}
.sub06_02 .sub_tabmenu li:nth-child(2) a{background-color: #fa002d; color:#fff;}
/* tab 메뉴 공통 */

/* sub 타이틀 공통 */
.contents_title{
    padding:30px 0;
    position: relative;
    width:100%;
    min-width:1224px;
}
.contents_title h2{
    padding:30px 0;
    font-size:40px;
    color:#333;
    font-weight: 400;
    font-family: 'GmarketSansLight';
    text-align: center;
}
.contents_title h2 span{
    font-size:40px;
    font-weight:600;
    font-family: 'GmarketSansBold';
    display: block;
}
/* sub 타이틀 공통 */
.contents_detail {padding-bottom:30px;}

/* 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;}

.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 공통 */

/* ------------------------------------------- sub -------------------------------------------------------- */
/* sub01_01 */
.greetings li{position: relative;}
.greetings li:nth-of-type(1){padding-left:10px; }
.greetings li:nth-of-type(1)::before{
    position: absolute;
    content: '';
    width:98%;
    height:100%;
    top:10px;
    left:0;
    background-color: #c0ae7e;
    animation: lightSpeedIn 1.5s .3s both;
}
.greetings li span{
    display: block;
    font-size:16px;
    font-weight: 800;
    color:#333;
    text-align: left;
    padding-bottom:10px;
    position: relative;
}
.greetings li span::after{
    position: absolute;
    content: '';
    width:20px;
    height:2px;
    bottom:0;
    left:0;
    background-color: #fa002d;
}
.greetings li h3{
    font-size:48px;
    color:#000;
    text-align: left;
    padding:20px 0;
}
.greetings li p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.greetings li p strong{
    font-size:24px;
    color:#fa002d;
}
.greetings li .sine{
    position: absolute;
    right:0;
    bottom:-160px;
    font-size:24px;
    font-weight: 600;
    color:#000;
}
/* sub01_01 */

/* sub01_02 */
.organization_wrap{
    position: relative;
    padding:30px 30px 90px 30px;
    /* background-color: #f4f4f4; */
}

.organization_wrap .list1{
    position: relative;
    margin-bottom:40px;
}
.organization_wrap .list1 h3{
    font-size:32px;
    width:200px;
    margin:0 auto;
    color:#fff;
    text-align: center;
    padding:10px 0;
    background-color: #f05b4c;
    border-radius: 5px;
}

.organization_wrap .list2{
    position: relative;
    margin-bottom:40px;
}
.organization_wrap .list2 h3{
    font-size:24px;
    width:200px;
    margin:0 auto;
    color:#fff;
    text-align: center;
    padding:10px 0;
    background-color: #9a56f1;
    border-radius: 5px;
}

.organization_wrap .list3{
    position: relative;
    margin-bottom:80px;
}
.organization_wrap .list3 h3{
    font-size:20px;
    font-weight: 400;
    width:180px;
    margin:0 auto;
    color:#fff;
    text-align: center;
    padding:10px 0;
    background-color: #538cce;
    border-radius: 5px;
}

.organization_wrap .list4{
    position: relative;
    margin-bottom:60px;
}
.organization_wrap .list4 h3{
    font-size:20px;
    font-weight: 400;
    width:180px;
    margin:0 auto;
    color:#fff;
    text-align: center;
    padding:10px 0;
    background-color: #54aacd;
    border-radius: 5px;
}

.organization_wrap .list5{
    display: flex;
    align-items: top;
    justify-content: space-around;
    position: relative;
}
.organization_wrap .list5 h3{
    font-size:20px;
    font-weight: 400;
    width:180px;
    margin:0 auto;
    color:#fff;
    text-align: center;
    padding:10px 0;
    background-color: #ebae3c;
    border-radius: 5px;
}
.organization_wrap .list5 p{
    font-size:20px;
    font-weight: 400;
    width:180px;
    margin:10px auto;
    color:#fff;
    text-align: center;
    padding:10px 0;
    background-color: #b5b5b5;
    border-radius: 5px;
}

.organization_wrap .list6{
    position: absolute;
    top:120px;
    right:275px;
}
.organization_wrap .list6 p{
    font-size:20px;
    font-weight: 400;
    width:180px;
    margin:10px auto;
    color:#fff;
    text-align: center;
    padding:10px 0;
    background-color: #bbd16f;
    border-radius: 5px;
}

.organization_wrap .list7{
    position: absolute;
    bottom:45px;
    left:270px;
}
.organization_wrap .list7 h3{
    font-size:20px;
    font-weight: 400;
    width:180px;
    margin:0 auto;
    color:#fff;
    text-align: center;
    padding:10px 0;
    background-color: #b75428;
    border-radius: 5px;
}
.organization_wrap .list7 p{
    font-size:20px;
    font-weight: 400;
    width:180px;
    margin:10px auto;
    color:#fff;
    text-align: center;
    padding:10px 0;
    background-color: #b5b5b5;
    border-radius: 5px;
}
/* sub01_02 */

/* sub01_03 */
.map .chart{
    width:100%;
    border-top:3px solid #fa002d;
    margin-top:30px;
}
.map .chart tr th{background-color: #f7f7f7;}
.map .chart tr th,
.map .chart tr td{
    font-size:16px;
    color:#333;
    padding:20px;
    border:1px solid #ccc;
}
/* sub01_03 */

/* sub02_01 */
.certification .board{position: relative;}
.certification .board::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: transparent;
    z-index: 1;
}
.certification .board .photo_bbs .thumb{padding-top: 140%;}
.certification .board .img_box{border:1px solid #ccc;}
.certification .board .tit a{display: block; padding:10px 0; text-align: center;}
.certification .board .photo_bbs .date{display: none;}
/* sub02_01 */

/* sub02_02 */
.facility .board .photo_bbs .thumb{padding-top: 65%;}
.facility .board .photo_bbs .thumb img{object-fit: cover;}
.facility .board .tit a{display: block; padding:10px 0; text-align: center;}
.facility .board .photo_bbs .date{display: none;}
/* sub02_02 */

/* sub03_01 */
.achievements h3{
    font-size:24px;
    color:#333;
    text-align: left;
    padding-left: 40px;
    position: relative;
}
.achievements h3::after{
    content: '◇';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    font-size:24px;
    color:#333;
}
.achievements .chart{
    width:100%;
    margin-top:30px;
    border-top:3px solid #fa002d
}
.achievements .chart tr th{background-color: #f7f7f7;}
.achievements .chart tr th,
.achievements .chart tr td{
    font-size:16px;
    padding:20px;
    color:#333;
    border:1px solid #ccc;
    text-align: center;
}
/* sub03_01 */

/* sub04_01 */
.smoking .board .AWthumb_list .thumb_img{width:29%;}
.smoking .board .AWthumb_list .thumb_img img{border:1px solid #ccc;}
.smoking .board .AWthumb_list .thumb_list_wrap{width:70%; vertical-align: middle; padding-left:30px;}
.smoking .board .AWthumb_list .thumb_list_wrap a{font-size:24px; color:#000;}
.smoking .board .AWthumb_list .cont{font-size:18px; color:#333;}
.smoking .board .AWthumb_list .date{display: none;}
.smoking .board .AWthumb_list tr{border:none;}
/* sub04_01 */

/* sub04_02 */
.deodorant .board .AWthumb_list .thumb_img{width:29%}
.deodorant .board .AWthumb_list .thumb_img img{border:1px solid #ccc;}
.deodorant .board .AWthumb_list .thumb_list_wrap{width:70%; vertical-align: middle; padding-left:30px;}
.deodorant .board .AWthumb_list .thumb_list_wrap a{font-size:24px; color:#000;}
.deodorant .board .AWthumb_list .cont{font-size:18px; color:#333;}
.deodorant .board .AWthumb_list .date{display: none;}
.deodorant .board .AWthumb_list tr{border:none;}
/* sub04_02 */

/* sub05_01 */
.sub_example .board .photo_bbs .thumb{padding-top: 65%;}
.sub_example .board .photo_bbs .thumb img{object-fit: cover;}
.sub_example .board .tit a{display: block; padding:10px 0; text-align: center; height:60px;}
.sub_example .board .photo_bbs .date{display: none;}
/* sub05_01 */

/* sub06_01 */
/* sub06_01 */
/* sub06_02 */
/* sub06_02 */
/* ------------------------------------------- sub -------------------------------------------------------- */