/* visual sub 공통 start */
.sub_visual{
    max-width:800px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
}
.sub_visual::after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    height:200px;
    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: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:1;
    /* transform:translate(0,100%); */
    transition:all 1s ease-in-out;
}

.sub_visual .sub_typo span:first-child{
    font-size:24px;
    font-weight: 800;
    transition-delay:0s;
    font-family: 'Noto Serif KR', serif;
}
.sub_visual .sub_typo span:nth-child(2){
    font-size:18px;
    font-weight: 600;
    transition-delay:0.5s;
}
/* visual sub 공통 end */

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

/* ------------------------------------------- sub -------------------------------------------------------- */
/* sub01_01 */
.sub01{background-color: #000; max-width: 800px; margin:0 auto;}
.sub01 .about{padding:30px 0; background-color: #fff;}
.sub01 .about_list > span{
    display: block;
    font-size:20px;
    color:#333;
    text-align: center;
    padding:10px 0;
}
.sub01 .about_list ul li{position: relative; overflow: hidden;}
.sub01 .about_list ul li:nth-of-type(1) img{border-radius: 30px 0 30px 0; width:100%;}

.sub01 .about_list .about_list_tit{margin-top:20px;}
.sub01 .about_list .about_list_tit p{
    font-size:16px;
    line-height: 32px;
    color:#333;
    text-align: left;
    padding:10px 0;
}
.sub01 .about_list .about_list_tit h3{
    font-size:24px;
    color:#000;
    text-align: center;
}
.sub01 .about_detail h3 strong{
    font-size:28px;
    color:#bf0b2c
}
/* sub01_01 */

/* sub02_01 */
.sub02{background-color: #000; max-width: 800px; margin:0 auto;}
.sub02 .sub_visual{
    background-color: #000;
    width:100%;
    height:200px;
    position: relative;
}
.sub02 .service{background-color: #000; padding:30px 0;}
.sub02 .service h3{
    font-size:24px;
    color:#fff;
    text-align: center;
    margin-bottom:30px;
}
.sub02 .service p{
    font-size:16px;
    line-height: 32px;
    color:#fff;
    text-align: center;
    font-weight: 200;
}
.sub02 .service p strong{color:#bf0b2c;}

.sub02 .service_list{background-color: #fff;}
.sub02 .service_list h3{
    font-size:32px;
    font-weight: 400;
    color:#000;
    text-align: center;
}
.sub02 .service_list h3 strong{font-weight: 800;}

.sub02 .service_list ul{padding:10px 0;}
.sub02 .service_list ul li{border:1px solid #ccc; padding:20px; margin:10px 0;}
.sub02 .service_list ul li h4{
    font-size:32px;
    font-weight: 600;
    color:#000;
    text-align: center;
}
.sub02 .service_list ul li p{
    font-size:18px;
    line-height: 32px;
    color:#333;
    text-align: center;
    margin-top:20px;
}
.sub02 .service_box{
    width:100%;
    height:150px;
    background-color: #000;
}
/* sub02_01 */

/* sub03_01 */
.sub03{background-color: #000; max-width: 800px; margin:0 auto;}
.sub03 .sub_visual{
    background-color: #000;
    width:100%;
    height:200px;
    position: relative;
}
.sub03 .work{position: relative;}
.sub03 .work .board .mCategory{
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top:20px;
    z-index: 999999;
}
.sub03 .work .board .mCategory .cat_bar{display: none;}
.sub03 .work .board .mCategory a{
    display: block;
    font-size:12px;
    color:#ccc;
    text-align: center;
    transition: all .3s ease-in-out;
    margin:0 5px;
}
.sub03 .work .board .mCategory a b{
    font-size:12px;
    color:#bf0b2c;
    display: block;
    width:100%;
    height:100%
}
.sub03 .work .board .mCategory a:hover{color:#bf0b2c;}

.sub03 .work .board .photo_bbs{margin-top:30px;}
.sub03 .work .board .bbs_paging b{background-color: transparent;}

.sub03 .work .board .photo_bbs .img_box .thumb{
    position: relative;
    padding-top:56.25%;
    text-align: center;
    width:100%;
}
.sub03 .work .board .photo_bbs .img_box .thumb img{
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:auto;
    height:auto;
    max-width: 100%;
    max-height:100%;
    margin:auto;
    display: block;
}

.sub03 .work .board .photo_bbs .tit img{display: none;}
.sub03 .work .board .photo_bbs .tit a{text-align: center; color:#fff; font-weight: 200; font-size:12px;}
.sub03 .work .board .photo_bbs .tit a:hover{text-decoration: none;}
.sub03 .work .board .photo_bbs .date{display: none;}

.sub03 .work .board .AWbbs_f_search{background-color: #000; border:none;}
.sub03 .work .board .bbs_paging a img{display: none;}

.sub03 .work .board .AWbbs_f_search .sh_left{background-color: transparent; color:#fff;}
.sub03 .work .board .AWbbs_f_search .sh_center{background-color: transparent; color:#fff; border:none;}
.sub03 .work .board .AWbbs_f_search .sh_right{background-color: #000; border:1px solid #fff;}

.sub03 .work .board .photo_bbs .thumb img{filter: grayscale(100%);}
.sub03 .work .board .photo_bbs .thumb:hover img{filter: grayscale(0);}

/* .sub03 .work .board .bbs_btn{color:#fff;} */
/* .sub03 .work .board .bbs_btn{display: none;} */
.sub03 .work .board .AWbbs_f_search{
    position: absolute;
    top:-65px;
    left:50%;
    transform: translateX(-50%);
}

.sub03 .work .board .AWbbs_f_search .sh_left{display: none;}
.sub03 .work .board .AWbbs_f_search .sh_right{
    border:none;
    font-size:0;
    background: url(../../img/search.png) no-repeat 50% 50%;
    background-size: cover;
    width:30px;
    height:30px;
}
.sub03 .work .board .AWbbs_f_search .sh_center{
    border-bottom:1px solid #fff;
    width:50px;
    padding:0;
    transition: all .5s ease-in-out;
    margin:0 auto;
}
.sub03 .work .board .AWbbs_f_search .sh_wrap td:first-child{width:60px;} /* 서치박스 중앙정렬을 위해 width 값을 줌*/
.sub03 .work .board .AWbbs_f_search .sh_wrap:hover .sh_center{width:230px;}
.sub03 .work .board .AWbbs_f_search .sh_center:focus{outline: none; width:230px;}

/* 상세페이지 */
.sub03 .work .board .bbs_view{border:none;}
.sub03 .work .board .subject{color:#fff;}
.sub03 .work .board .line .ttl{color:#fff;}
.sub03 .work .board .bbs_view .line:nth-of-type(2){display: none;}

.sub03 .work .board .bbs_view tr.line{border:none;}
.sub03 .work .board .mNextPrev{display: none;}
.sub03 .work .board .bbs_btn{
    color:#ccc;
    padding:0px;
    border:none;
    transition: all .3s ease-in-out;
    margin-top:20px;
}
.sub03 .work .board .simg-container{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    gap:5px;
    margin-top:60px;
}
.sub03 .work .board .simg-container > div{width:16.666%;}
.sub03 .work .board .simg-container > div img{width:100%; height:100%;}


.sub03 .work .board .bbs_view{position: relative;}
.sub03 .work .board .bbs_view .subject{
    position: absolute;
    bottom:12%;
    /* left:50%;
    transform: translateX(-50%); */
    right:0;
    font-size:16px;
    color:#fff;
    text-align: center;
    width:100%;
}
.sub03 .work .board .bbs_view > tbody > tr > td{padding: 0 !important;}
/* 상세페이지 */
/* sub03_01 */

/* sub04_01 */
.sub04{background-color: #000; max-width: 800px; margin:0 auto;}
.sub04 .sub_visual{
    background-color: #000;
    width:100%;
    height:200px;
    position: relative;
}
.sub04 .group ul li{border:1px solid #ccc; padding:20px; margin:5px 0;}
.sub04 .group ul li h3{
    font-size:20px;
    color:#fff;
    font-weight: 200;
}
.sub04 .group ul li h3 strong{
    font-size:24px;
    color:#fff;
    text-align: center;
    margin-right:10px;
}
.sub04 .group ul li span{
    display: block;
    font-size:14px;
    color:#ccc;
    font-weight: 200;
    padding:20px 0;
    text-align: left;
    opacity: .8;
}
.sub04 .group ul li .title{
    height:55px;
    margin-top:10px;
}

.sub04 .group ul li h4{
    font-size:18px;
    color:#fff;
    text-align: left;
}

.sub04 .group ul li .group_img{margin:20px 0;}

.sub04 .group ul li p{
    font-size:16px;
    font-weight: 200;
    line-height: 32px;
    color:#fff;
    text-align: left;
}
.sub04 .group ul li p strong{
    font-size:18px;
    font-weight: 400;
    color:#fff;
    text-align: left;
    margin-left:20px;
}
.sub04 .group_box{
    width:100%;
    height:150px;
    background-color: #000;
}
/* sub04_01 */
/* ------------------------------------------- sub -------------------------------------------------------- */
