/* visual sub 공통 start */
.sub_visual{
    width:100%;
    min-width:1400px;
    position: relative;
    overflow: hidden;
    padding-top:80px;
    height:100px;
    background-color: #fff;
}

/* tab 메뉴 공통 */
/* .contents{padding:30px 0;} */
.sub_tabmenu{
    position: sticky;
    z-index: 99;
    top:80px;
    height:60px;
    line-height: 60px;
    background-color: #fff;
}

.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:#000;
    transition: all .3s ease-in-out;
    background-color: #fff;
}
.tabmenu01 li{width:33.333%;}
.tabmenu02 li{width:25%;}
.tabmenu03 li{width:33.333%;}


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

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

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

.sub03_01 .sub_tabmenu li:nth-child(1) a{background-color: #000; color:#fff;}
.sub03_02 .sub_tabmenu li:nth-child(2) a{background-color: #000; color:#fff;}
.sub03_03 .sub_tabmenu li:nth-child(3) a{background-color: #000; color:#fff;}
/* tab 메뉴 공통 */

/* sub 타이틀 공통 */
.contents_title{
    padding:30px 0;
    position: relative;
    width:100%;
    min-width:1400px;
    overflow: hidden;
    margin-top:120px;
}
.contents_title h2{
    padding:30px 0;
    font-size:40px;
    color:#333;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.contents_title h2::before{
    position: absolute;
    content: '';
    bottom:0px;
    width:50px;
    height:3px;
    left:50%;
    transform: translateX(-50%);
    background-color: #003625;
}
.contents_title h2 span{
    font-size:40px;
    font-weight:800;
    color:#333;
    display: block;
}

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

/* 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_visual 공통 */
.view_visual img{width:100%; height:500px; object-fit:cover; transform:scale(1.1); transition: all 5s ease-in-out;}
.view_visual img.zoom{transform:scale(1);}
.view_visual{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    overflow: hidden;
}
.view_visual .typo{
    width:1700px;
    margin:0 auto;
    position: absolute;
    top:55%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.view_visual .typo span{
    display: block;
    font-size:48px;
    color:#fff;
    text-align: left;
    font-weight: 800;
    opacity:0;
    transform:translate(0,100%);
    transition:all 1s ease-in-out;
}
.view_visual > .typo span.up{opacity:1; transform:translate(0,0);}


/* ------------------------------------------- sub -------------------------------------------------------- */
/* sub01_01 */
.sub01_01 .architcture .board .photo_bbs .thumb{padding-top:100%;}
.sub01_01 .architcture .board .photo_bbs .thumb img{object-fit: cover;}
.sub01_01 .architcture .board .bbs_paging{display: none;}
.sub01_01 .architcture .board .AWbbs_f_search{display: none;}
.sub01_01 .architcture .board .bbs_btn{display: none;}
.sub01_01 .architcture .board .photo_bbs .date{display: none;}

.sub01_01 .architcture .board .photo_bbs{
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: start;
}
.sub01_01 .architcture .board .photo_bbs li{width:calc((100% - 13.8%) / 4)}

.sub01_01 .architcture .board .AWbbs_view_table.border{
    margin-top:400px;
    border-top:0;
}
.sub01_01 .architcture .board .AWbbs_view_table .num1,
.sub01_01 .architcture .board .AWbbs_view_table .num2,
.sub01_01 .architcture .board .AWbbs_view_table .num3{display: none;}

/* 상세페이지 */
.sub01_01 .architcture .board .pn_bottom{display: none;}
/* pn_bottom 클래스 추가후 display none 처리 */

.sub01_01 .inner{position: static;}
/* sub01_01 */

/* sub01_02 */
.sub01_02 .interior .board .photo_bbs .thumb{padding-top:100%;}
.sub01_02 .interior .board .photo_bbs .thumb img{object-fit: cover;}
.sub01_02 .interior .board .bbs_paging{display: none;}
.sub01_02 .interior .board .AWbbs_f_search{display: none;}
.sub01_02 .interior .board .bbs_btn{display: none;}
.sub01_02 .interior .board .photo_bbs .date{display: none;}

.sub01_02 .interior .board .photo_bbs{
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: start;
}
.sub01_02 .interior .board .photo_bbs li{width:calc((100% - 13.8%) / 4)}

.sub01_02 .interior .board .AWbbs_view_table.border{
    margin-top:400px;
    border-top:0;
}
.sub01_02 .interior .board .AWbbs_view_table .num1,
.sub01_02 .interior .board .AWbbs_view_table .num2,
.sub01_02 .interior .board .AWbbs_view_table .num3{display: none;}

/* 상세페이지 */
.sub01_02 .interior .board .pn_bottom{display: none;}
/* pn_bottom 클래스 추가후 display none 처리 */

.sub01_02 .inner{position: static;}
.sub01_02 .view_visual{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    overflow: hidden;
}
.sub01_02 .view_visual .typo{
    width:1700px;
    margin:0 auto;
    position: absolute;
    top:55%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.sub01_02 .view_visual .typo span{
    display: block;
    font-size:48px;
    color:#fff;
    text-align: left;
    font-weight: 800;
    opacity:0;
    transform:translate(0,100%);
    transition:all 1s ease-in-out;
}
.sub01_02 .view_visual > .typo span.up{opacity:1; transform:translate(0,0);}
/* sub01_02 */

/* sub01_03 */
.sub01_03 .art .board .photo_bbs .thumb{padding-top:100%;}
.sub01_03 .art .board .photo_bbs .thumb img{object-fit: cover;}
.sub01_03 .art .board .bbs_paging{display: none;}
.sub01_03 .art .board .AWbbs_f_search{display: none;}
.sub01_03 .art .board .bbs_btn{display: none;}
.sub01_03 .art .board .photo_bbs .date{display: none;}

.sub01_03 .art .board .photo_bbs{
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: start;
}
.sub01_03 .art .board .photo_bbs li{width:calc((100% - 13.8%) / 4)}

.sub01_03 .art .board .AWbbs_view_table.border{
    margin-top:400px;
    border-top:0;
}
.sub01_03 .art .board .AWbbs_view_table .num1,
.sub01_03 .art .board .AWbbs_view_table .num2,
.sub01_03 .art .board .AWbbs_view_table .num3{display: none;}

/* 상세페이지 */
.sub01_03 .art .board .pn_bottom{display: none;}
/* pn_bottom 클래스 추가후 display none 처리 */

.sub01_03 .inner{position: static;}
.sub01_03 .view_visual{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    overflow: hidden;
}
.sub01_03 .view_visual .typo{
    width:1700px;
    margin:0 auto;
    position: absolute;
    top:55%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.sub01_03 .view_visual .typo span{
    display: block;
    font-size:48px;
    color:#fff;
    text-align: left;
    font-weight: 800;
    opacity:0;
    transform:translate(0,100%);
    transition:all 1s ease-in-out;
}
.sub01_03 .view_visual > .typo span.up{opacity:1; transform:translate(0,0);}
/* sub01_03 */


/* sub02_01 */
.sub02_01 .about h2{
    font-size:32px;
    color:#000;
    text-align: left;
    margin-bottom:30px;
}
.sub02_01 .about h2 span{
    font-size:18px;
    color:#000;
    text-align: left;
    padding-left:10px;
    font-weight: 400;
}
.sub02_01 .about h2 span strong{
    font-size:32px;
    color:#000;
    text-align: left;
}
.sub02_01 .about p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:15px 0;
    line-height: 32px;
    letter-spacing: -.5px;
    font-weight: 500;
}
.sub02_01 .about .about_video{
    margin-top:40px;
    position: relative;
    width:100%;
    height:0;
    padding-top:56.25%
}
.sub02_01 .about .about_video iframe{
    position: absolute;
    top:0px;
    left:0;
    width:100%;
    height:100%;
}
/* sub02_01 */

/* sub02_02 */
.sub02_02 .people .board .photo_bbs .thumb{padding-top:100%;}
.sub02_02 .people .board .photo_bbs .thumb img{object-fit: cover;}
.sub02_02 .people .board .photo_bbs li.line{display: none;}
.sub02_02 .people .board .photo_bbs .date{display: none;}
.sub02_02 .people .board .bbs_paging{display: none;}
.sub02_02 .people .board .AWbbs_f_search{display: none;}
.sub02_02 .people .board .bbs_btn{display: none;}

.sub02_02 .people .board .photo_bbs{
    display: flex;
    justify-content: space-between;
    width:1200px;
    margin:0 auto;
}
.sub02_02 .people .board .photo_bbs li{width:48.5%; position: relative; z-index: 0;}
.sub02_02 .people .board .photo_bbs li::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: transparent;
    z-index: 1;
}
.sub02_02 .people .board .photo_bbs li .img_box{width:250px; margin:0 auto;}
.sub02_02 .people .board .photo_bbs li .tit{width:250px; margin:0 auto;}
.sub02_02 .people .board .photo_bbs li .list{width:250px; margin:0 auto;}
.sub02_02 .people .board .photo_bbs li .list p{font-size:14px;}




/* sub02_02 */

/* sub02_03 */
.sub02_03 .news .board .bbs_paging tr td b{background-color: #000;}
.sub02_03 .news .board .bbs_paging{display: none;}
.sub02_03 .news .board .AWbbs_f_search{display: none;}
.sub02_03 .news .board .bbs_btn{display: none;}

.sub02_03 .news .board .AWthumb_list{border-top:0; position: relative; z-index: 0;}
.sub02_03 .news .board .AWthumb_list > tbody{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
}
.sub02_03 .news .board .AWthumb_list > tbody > tr{
    display: flex;
    align-items: top;
    justify-content: start;
    gap:20px;
    border-bottom:0;
    margin-bottom: 40px;
    width:49%;
    position: relative;
}

.sub02_03 .news .board .AWthumb_list .chk_area{display: none;}
.sub02_03 .news .board .AWthumb_list .thumb_img{width:35%; padding:0; border:1px solid #ccc;}
.sub02_03 .news .board .AWthumb_list .thumb_img a{
    display: block;
    position: relative;
    width:100%;
    height:0;
    padding-top:100%;
}
.sub02_03 .news .board .AWthumb_list .thumb_img img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
}
.sub02_03 .news .board .AWthumb_list .thumb_list_wrap{width:50%;}
.sub02_03 .news .board .AWthumb_list .thumb_list_wrap tbody{
    display: flex;
    flex-direction: column; /* 행을 세로로 쌓이게 설정 */
    justify-content: space-between; /* 상, 중, 하 간격을 나눔 */
    height:100%;
}

.sub02_03 .news .board .AWthumb_list .thumb_list_wrap tbody tr{border:0; margin-bottom:30px;}

.sub02_03 .news .board .AWthumb_list .thumb_list_wrap tr td{font-size:18px; font-weight: 600;}
.sub02_03 .news .board .AWthumb_list .thumb_list_wrap tbody tr td .cont{font-size:16px; line-height:30px; font-weight: 400;}

.sub02_03 .news .board .AWthumb_list .thumb_list_wrap tr td a{font-size:18px; font-weight: 600;}
.sub02_03 .news .board .AWthumb_list .thumb_list_wrap tr td a:hover{color: inherit;}
.sub02_03 .news .board .AWthumb_list .thumb_list_wrap tr td .cont a{font-size:16px; line-height:30px; font-weight: 400;}
.sub02_03 .news .board .AWthumb_list .thumb_list_wrap tr td .cont a:hover{color: inherit;}
.sub02_03 .news .board .AWthumb_list .thumb_list_wrap tbody tr:nth-of-type(3){
    position: absolute;
    bottom:0;
    left:400px;
}
.sub02_03 .news .board .AWthumb_list .thumb_list_wrap .date{font-size:16px; font-weight: 600; display: none;}


/* 상세페이지 클릭x */
#wiz_get_table_width ~ table tr td p img{cursor: default!important;}
/* 확대이미지는 해당페이지에서 스크립트로 막음 */

/* sub02_03 */

/* sub02_04 */
.sub02_04 .press .board .photo_bbs .thumb{padding-top:130%; border:1px solid #ccc;}
.sub02_04 .press .board .photo_bbs .thumb img{object-fit: cover;}
.sub02_04 .press .board .bbs_paging{display: none;}
.sub02_04 .press .board .AWbbs_f_search{display: none;}
.sub02_04 .press .board .bbs_btn{display: none;}
.sub02_04 .press .board .photo_bbs .date{display: none;}

.sub02_04 .press .board .photo_bbs{
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: start;
}
.sub02_04 .press .board .photo_bbs li{width:calc((100% - 13.8%) / 4)}

.sub02_04 .press .board .AWbbs_view_table.border{
    margin-top:400px;
    border-top:0;
}
.sub02_04 .press .board .AWbbs_view_table .num1,
.sub02_04 .press .board .AWbbs_view_table .num2,
.sub02_04 .press .board .AWbbs_view_table .num3{display: none;}

/* 상세페이지 */
.sub02_04 .press .board .pn_bottom{display: none;}
/* pn_bottom 클래스 추가후 display none 처리 */

.sub02_04 .inner{position: static;}
/* sub02_04 */

/* sub03_01 */
.sub03_01 .contents_detail{padding:0;}
.sub03_01 .building ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:60px;
}
.sub03_01 .building ul li:nth-of-type(1){width:45%;}
.sub03_01 .building ul li:nth-of-type(2){width:55%;}
.sub03_01 .building .tit h2{
    font-size:32px;
    color:#000;
    text-align: left;
    margin:60px 0 40px 0;
}
/* 2024 1121 수정 */
.sub03_01 .building ul li .img img{height:100vh; object-fit: cover; width:100%;}
/* 2024 1121 수정 */

.sub03_01 .building .tit .txt{margin-bottom:20px;}
.sub03_01 .building .tit .txt h3{
    font-size:18px;
    color:#000;
    text-align: left;
}
.sub03_01 .building .tit .txt p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:5px 0;
    line-height: 32px;
}
/* sub03_01 */

/* sub03_02 */
.sub03_02 .contents_detail{padding:0;}
.sub03_02 .interior ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:60px;
}
.sub03_02 .interior ul li:nth-of-type(1){width:45%;}
.sub03_02 .interior ul li:nth-of-type(2){width:55%;}
.sub03_02 .interior .tit h2{
    font-size:32px;
    color:#000;
    text-align: left;
    margin:60px 0 40px 0;
}
/* 2024 1121 수정 */
.sub03_02 .interior ul li .img img{height:100vh; object-fit: cover; width:100%;}
/* 2024 1121 수정 */
.sub03_02 .interior .tit .txt{margin-bottom:20px;}
.sub03_02 .interior .tit .txt h3{
    font-size:18px;
    color:#000;
    text-align: left;
}
.sub03_02 .interior .tit .txt p{
    font-size:16px;
    color:#333;
    text-align: left;
    padding:5px 0;
    line-height: 32px;
}
/* sub03_02 */

/* sub03_03 */
.sub03_03 .contents_detail{padding:0;}
.sub03_03 .order ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:60px;
}
.sub03_03 .order ul li:nth-of-type(1){width:45%;}
.sub03_03 .order ul li:nth-of-type(2){width:55%;}
.sub03_03 .order .tit{padding-right:10%;}
.sub03_03 .order .tit h2{
    font-size:32px;
    color:#000;
    text-align: left;
    margin:60px 0 40px 0;
}

/* 2024 1121 수정 */
.sub03_03 .order ul li .img img{height:100vh; object-fit: cover; width:100%;}
/* 2024 1121 수정 */
.sub03_03 .order .board .consult_cont{position: relative;}
.sub03_03 .order .board .consult_cont table td textarea{height:100px;}
.sub03_03 .order .board .consult_cont table tr th,
.sub03_03 .order .board .consult_cont table tr td{height:40px;}
.sub03_03 .order .board .consult_cont table td input[type='text'], .consult_cont table td input[type='password']{height:30px;}


.sub03_03 .order .board .consult_cont table tr{position: relative;}
.sub03_03 .order .board .consult_cont table tr .note{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:445px;
}
.sub03_03 .order .board .consult_cont .text{
    position: absolute;
    left:0;
    bottom:-40px;
    font-size:18px;
    color:#f01d36;
}
/* sub03_03 */

/* sub03_04 */
.sub03_04 .contents_detail{padding:0;}
.sub03_04 .map ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:60px;
}
.sub03_04 .map ul li:nth-of-type(1){width:55%;}
.sub03_04 .map ul li:nth-of-type(2){width:45%;}
.sub03_04 .map .tit h2{
    font-size:32px;
    color:#000;
    text-align: left;
    margin:60px 0 40px 0;
}
.sub03_04 .map .tit .txt{margin-bottom:20px;}
.sub03_04 .map .tit .txt h3{
    font-size:24px;
    color:#000;
    text-align: left;
}
.sub03_04 .map .tit .txt p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding:5px 0;
    line-height: 32px;
}
.sub03_04 .map .tit .sns{
    display: flex;
    align-items: center;
    justify-content: start;
    gap:10px;
    margin-top:60px;
}
.sub03_04 .map .tit .sns img{width:45px; transition: all .3s ease-in-out;}
.sub03_04 .map .tit .sns a:hover img{transform: scale(1.1);}
/* sub03_04 */
/* ------------------------------------------- sub -------------------------------------------------------- */
