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

.sub02_01 .sub_tabmenu li:nth-child(1) a{background-color: #4f642c; color:#fff;}
.sub02_02 .sub_tabmenu li:nth-child(2) a{background-color: #4f642c; color:#fff;}
.sub02_03 .sub_tabmenu li:nth-child(3) a{background-color: #4f642c; color:#fff;}
/* tab 메뉴 공통 */



.contents{margin-top:200px;}

/* sub 타이틀 공통 */
.contents_title{
    padding:30px 0;
    position: relative;
    width:100%;
    min-width:1224px;
    overflow: hidden;
}
.contents_title h2{
    padding:30px 0 30px 20px;
    font-size:40px;
    color:#333;
    font-weight: 400;
    text-align: left;
    position: relative;
}
.contents_title h2::before{
    position: absolute;
    content: '';
    width:5px;
    height:035px;
    top:50%;
    transform: translateY(-50%);
    left:0;
    background-color: #4f642c;
}

.contents_detail{padding:30px 0;}
/* sub 타이틀 공통 */

/* image_show_wrap 공통 */
.image_show_wrap,
.image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.image_show_wrap2{animation-duration: 1.4s;}

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


/* image 확대 공통 */
.clip-animation {
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    animation: clipExpand 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) forwards;
}
    @keyframes clipExpand {
    from {
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    }
    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
/* image 확대 공통 */

/* ------------------------------------------- sub -------------------------------------------------------- */
/* sub01_01 */
.sub01_01 .introduction .line1 h3{
    font-size:32px;
    color:#000;
    text-align: left;
}
.sub01_01 .introduction .line1 > p{
    font-size:18px;
    color:#333;
    text-align: left;
    margin-top:10px;
}
.sub01_01 .introduction .line1 > ul{
    margin-top:30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap:40px;
}
.sub01_01 .introduction .line1 ul li{width:50%;}
.sub01_01 .introduction .line1 ul li .img{
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}
.sub01_01 .introduction .line1 ul li .tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height:32px;
    padding:10px 0;
}

.sub01_01 .introduction .line1 .img_box{margin-top:60px;}
.sub01_01 .introduction .line1 .img_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
}
.sub01_01 .introduction .line1 .img_box ul li{width:32.3%;}
/* sub01_01 */



/* sub02_01 */
.sub02_01 .sub_man .board .photo_bbs .thumb{padding-top:150%; border-radius: 10px; overflow: hidden;}
.sub02_01 .sub_man .board .photo_bbs .thumb img{width:100%; height:100%;}
.sub02_01 .sub_man .board .photo_bbs .tit a{text-align: center;}
.sub02_01 .sub_man .board .photo_bbs .date{display: none;}
.sub02_01 .sub_man .board .bbs_paging tr td b{background-color: #4f642c;}
/* sub02_01 */

/* sub02_02 */
.sub02_02 .sub_woman .board .photo_bbs .thumb{padding-top:150%; border-radius: 10px; overflow: hidden;}
.sub02_02 .sub_woman .board .photo_bbs .thumb img{width:100%; height:100%;}
.sub02_02 .sub_woman .board .photo_bbs .tit a{text-align: center;}
.sub02_02 .sub_woman .board .photo_bbs .date{display: none;}
.sub02_02 .sub_woman .board .bbs_paging tr td b{background-color: #4f642c;}
/* sub02_02 */

/* sub02_03 */
.sub02_03 .sub_etc .board .photo_bbs .thumb{padding-top:150%; border-radius: 10px; overflow: hidden;}
.sub02_03 .sub_etc .board .photo_bbs .thumb img{width:100%; height:100%;}
.sub02_03 .sub_etc .board .photo_bbs .tit a{text-align: center;}
.sub02_03 .sub_etc .board .photo_bbs .date{display: none;}
.sub02_03 .sub_etc .board .bbs_paging tr td b{background-color: #4f642c;}
/* sub02_03 */


/* sub03_01 */
.sub03_01 .map .cont{display: none;}
.sub03_01 .map .chart{
    width:100%;
    border-top:3px solid #4f642c;
    margin-top:30px;
}
.sub03_01 .map .chart tr th,
.sub03_01 .map .chart tr td{
    font-size:16px;
    color:#333;
    padding:20px;
    border:1px solid #ccc;
}
/* sub03_01 */

/* sub04_01 */
.sub04_01 .message .board .AW_bbs_table tr th:last-child{display: none;}
.sub04_01 .message .board .AW_bbs_table tr td:last-child{display: none;}
.sub04_01 .message .board .bbs_paging tr td b{background-color: #4f642c;}
/* sub04_01 */
/* ------------------------------------------- sub -------------------------------------------------------- */
