/* 메인공통 */
.section_title_department span{
    display: block;
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 10px;
}
.section_title_department h2{
    font: 36px 'KOHIBaeumOTF';
    letter-spacing: -1.8px;
}
.main_more_type{
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    border-radius: 50%;
    background-color: #F7F7F7;
    margin-top: 68px;
}
.main_more_type img{
    width: 28px;
    height: 28px;
}
.section_01{
    position: relative;
    height: 720px;
}
.section_01 .main_bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_01 .main_bg:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60%;
    height: 100%;
    background: transparent linear-gradient(90deg, #000000CC 0%, #00000000 100%) 0% 0% no-repeat;
}
.section_01 .title_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    font: 29px 'KOHIBaeumOTF';
    color: #fff;
    text-shadow: 0px 0px 6px #00000029;
}
.section_01 .title_txt{
    
}
.section_01 .title_txt h1{
    font: 70px 'KOHIBaeumOTF';
    color: var(--main-color);
    margin-bottom: 36px;
}
.section_02 .title_txt h1{
    font: 70px 'KOHIBaeumOTF';
    color: var(--main-color);
    margin-bottom: 36px;
}
/* section_02 */
.section_02{
    background-color: #FCF9FC;
}
.section_02 .inner_wrap{
    display: flex;
}
.section_02 .notice_zone{
    position: relative;
    width: 55%;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 40px 50px;
    margin-top: -40px;
    z-index: 5;
}
.section_02 .notice_zone .section_title_department span{
    font-size: 16px;
    margin-bottom: 2px;
}
.section_02 .notice_zone .section_title_department h2{
    font: 24px 'KOHIBaeumOTF';
}
.section_02 .title_wrap{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}
.section_02 .title_wrap > div{
    display: flex;
    align-items: flex-end;
    gap: 60px;
}
.section_02 .title_wrap .tabmenu_btn{
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 20px;
}
.section_02 .title_wrap .tabmenu_btn li{
    font-weight: 500;
    color: #777;
    cursor: pointer;
}
.section_02 .title_wrap .tabmenu_btn li.active{
    color: #fff;
    background-color: var(--main-color);
    padding: 3px 15px;
    border-radius: 15px;
}
.section_02 .tabmenu_list {
    display: none;
    border-top: 2px solid #222;
    margin-top: 16px;
}
.section_02 .tabmenu_list.active{
    display: block;
}
.section_02 .tabmenu_list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding: 8px 0;
}
.section_02 .tabmenu_list a p{
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section_02 .tabmenu_list a p::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main-color);
}

.section_02 .tabmenu_list a small{
    font-size: 16px;
    color: #999;
    white-space: nowrap;
}
.section_02 .quickmenu_wrap{
    position: relative;
    display: flex;
    width: 45%;
}
.section_02 .quickmenu_wrap > button{
    position: relative;
    width:  calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.section_02 .quickmenu_wrap > button:nth-child(2)::before{
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 30%;
    background-color: #DDDDDD;
}
.section_02 .quickmenu_wrap > button:nth-child(2)::after{
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 30%;
    background-color: #DDDDDD;
}
.section_02 .quickmenu_wrap > button img{
    width:  80px;
    height:  80px;
}
.section_02 .quickmenu_wrap > button h4{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.2px;
}

.section_03{
    display: flex;
    align-items: stretch;
    padding-top: 120px ;
    padding-bottom: 180px;
}
.section_03 > div{
    width: 50%;
}
.section_03 .introduce_txt{
    font-family: "Pretendard";
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    word-break: keep-all;
}
.section_03 .introduce_box{
    border-radius: 20px;
    overflow: hidden;
}
.section_03 .introduce_box img{
    object-fit: cover;
}
.section_04 .main_more_type{
    width: auto;
    height: auto;
    margin-top: unset;
    background-color: transparent;
    min-height: auto;
    min-width: auto;
    display: inline-flex;
}
.section_04 .inner_wrap{
    position: relative;
    width: 100%;
    height: 500px;
    background: url('../images/department_gallery.png') no-repeat center center;
    background-size: cover;
    padding-top: 74px;
}
.section_04 .inner_wrap::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0.7;
    z-index: 0;
}
.section_04 .layout_max{
    position: relative;
    z-index: 5;
}
.section_04 .top_zone{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section_04 .section_title_department{
    color: #fff;
}
.section_04 .section_title_department span{
    color: #fff;
    opacity: 0.8;
}
.section_04 .section_title_department h2{
    display: flex;
    align-items: center;
}
.section_04 .section_title_department h2 img{
    width: 28px;
    vertical-align: bottom;
    margin-left: 13px;
}
.section_04 .swiper_control{
    position: relative;
    display: flex;
    align-items: center;
    gap: 44px;
}
.section_04 .swiper_control .step_bar{
    position: relative;
    width: 700px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}
.section_04 .swiper_control .step_bar .swiper-pagination-progressbar-fill{
    background-color: #fff;
}
.section_04 .swiper_control .step_btn{
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}
.section_04 .swiper_control .step_btn button{
    position: relative;
    width: 54px;
    height: 54px;
    border: 1px solid white;
    border-radius: 50%;
    top: unset;
    left: unset;
    right: unset;
    margin: 0;
}
.section_04 .swiper_control .step_btn button img{
    width: auto;
    height: auto;
}
.section_04 .swiper_slide_wrap .swiper-slide .imgBox{
    /* width: 400px; */
    /* height: 300px; */
    border-radius: 20px;
    box-shadow: 0px 8px 15px #00000026;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.section_04 .swiper-slide{
    display: flex;
    flex-direction: column;
}
.section_04 .swiper-slide .tit{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section_04 .swiper-slide .con{
    font-size: 18px;
    color: #999;
}
.section_04 .swiper_control .step_btn button.swiper-button-next{
    transform: rotate(180deg);
}
.section_04 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.section_04 .swiper-slide:hover img {
    transform: scale(1.5);
}
.section_04  .swiper-button-next:after, .swiper-button-prev:after{
    content: none;
}
.section_04 .swiper_slide_wrap{
    padding: 50px;
    margin-top: -270px;
    border-radius: 30px 30px 0 0;
    background: #fff;
}
.section_05 {
    padding-top: 180px;
    padding-bottom: 200px;
}
.section_05 .department_list{
    display: flex;
    gap: 24px;
    margin-top: 60px;
}
.section_05 .department_list li{
    position: relative;
    width: calc((100% - 72px) / 4);
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    transition: all .3s;
    overflow: hidden;
}
.section_05 .department_list li:nth-child(1){
    background: url('../images/pic_sect05_1.png') no-repeat;
    background-size: cover;
}
.section_05 .department_list li:nth-child(2){
    background: url('../images/pic_sect05_2.png') no-repeat;
    background-size: cover;
}
.section_05 .department_list li:nth-child(3){
    background: url('../images/pic_sect05_3.png') no-repeat;
    background-size: cover;
}
.section_05 .department_list li:nth-child(4){
    background: url('../images/pic_sect05_4.png') no-repeat;
    background-size: cover;
}
.section_05 .department_list li .top_info{
    position: relative;
    text-align: center;
    z-index: 1;
}
.section_05 .department_list li .top_info img{
    width: 80px;
    height: 80px;
}
.section_05 .department_list li h5{
    font-size: 24px;
    font-family: 'KOHIBaeumOTF';
    font-weight: normal;
    color: #fff;
    margin-top: 14px;
}
.section_05 .department_list li::after{
    content: '';
    transition: all .3s;
    pointer-events: none;
}
.section_05 .department_list li:hover::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
}
.section_05 .department_list li > a{
    width: 100%;
    height: 100%;
    padding: 72px 20px 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section_05 .main_more_type{
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1519px){
    .section_04 .swiper_control .step_bar{
        width: 480px;
    }
    .section_04 .swiper_control{
        gap: 32px;
    }
    .section_04 .swiper_slide_wrap{
        width: 90%;
        margin-top: -170px;
        padding: 30px;
    }
    .section_04 .inner_wrap{
        height: 400px;
    }
}
@media screen and (max-width: 1239px){
    .section_02 .quickmenu_wrap > button img{
        width: 60px;
        height: 60px;
    }
    .section_02 .quickmenu_wrap > button h4{
        font-size: 20px;
    }
    .section_02 .notice_zone{
        width: 60%;
        padding: 30px 40px;
    }
    .section_02 .quickmenu_wrap{
        width: 40%;
    }
    .section_03 .introduce_txt{
        font-size: 34px;
        line-height: 42px;
    }
}


@media screen and (max-width: 1023px){
    .main_more_type{
        width: 60px;
        min-width: 60px;
        height: 60px;
        min-height: 60px;
        margin-top: 40px;
    }
    .main_more_type img{
        width: 18px;
        height: 18px;
    }
    .section_title_department h2{
        font-size: 30px;
    }
    .section_title_department span{
        font-size: 18px;
    }
    .section_01{
        height: 520px;
    }
    .section_01 .title_txt h1{
        font-size: 56px;
        margin-bottom: 24px;
    }
    .section_01 .title_txt{
        font-size: 26px;
    }
    .section_02{
        background-color: transparent;
    }
    .section_02 .inner_wrap{
        flex-direction:column;
    }
    .section_02 .notice_zone{
        width: 100%;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .section_02 .quickmenu_wrap{
        width: 100%;
        padding: 30px 0;
        background-color: #FFF6F6;
        border-radius: 10px;
        margin-top: 30px;
    }
    .section_02 .quickmenu_wrap > button{
        flex-direction: row;
        gap: 12px;
    }

    .section_03{
        flex-direction: column;
        justify-content: space-between;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section_03 .introduce_txt{
        font-size: 30px;
        line-height: 44px;
    }
    .section_03 .introduce_txt br{
        display: none;
    }
    .section_03 > div{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .section_03 .section_title_department span{
        width: 100%;
    }
    .section_03 .introduce_txt{
        width: 80%;
    }
    .section_03 .introduce_box{
        height: 240px;
    }
    .section_04 .swiper_control .step_btn button{
        width: 42px;
        height: 42px;
    }
    .section_04 .swiper_control .step_btn{
        gap: 10px;
    }
    .section_04 .swiper_control .step_bar{
        width: 360px;
    }
    .section_05{
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .section_05 .main_more_type{
        margin-top: 70px;
    }
    .section_05 .department_list{
        gap: 16px;
    }
    .section_05 .department_list li{
        width: calc((100% - 48px) / 4);
        height: 300px;
    }
    .section_05 .department_list li h5{
        font-size: 20px;
    }
    .section_05 .department_list li .top_info img{
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 767px){
    .section_title_department h2{
        font-size: 24px;
    }
    .section_01 .title_txt h1{
        font-size: 40px;
    }
    .section_01 .main_bg:after{
        width: 100%;
        background-color: #000;
        opacity: 0.4;
    }
    .section_02 .title_wrap > div{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .section_02 .title_wrap .tabmenu_btn{
        font-size: 18px;
        gap: 24px;
    }
    .section_04 .inner_wrap{
        padding-top: 60px;
    }
    .section_04 .top_zone{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .section_04 .swiper_slide_wrap{
        border-radius: 20px 20px 0 0;
    }
    .section_04 .swiper_control{
        width: 100%;
        justify-content: space-between;
        margin-top: 20px;
    }
    .section_04 .swiper_control .step_bar{
        width: 75%;
    }
    .section_04 .swiper-slide .tit{
        font-size: 18px;
        margin-top: 24px;
    }
    .section_04 .swiper-slide .con{
        font-size: 16px;
    }
    .section_05 .department_list{
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
        gap: 30px;
    }
    .section_05 .department_list li{
        width: calc(50% - 15px);
        height: 400px;
    }
}
@media screen and (max-width: 575px){
    .main_more_type{
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        margin-top: 20px;
    }
    .section_01{
        height: 360px;
    }
    .section_01 .title_txt{
        font-size: 20px;
        text-align: center;
        line-height: 32px;
    }
    .section_01 .title_txt h1{
        font-size: 30px;
    }
    .section_02 .tabmenu_list a p{
        font-size: 16px;
    }
    .section_02 .tabmenu_list a small{
        font-size: 15px;
    }
    .section_02 .quickmenu_wrap{
        padding: 24px 0;
    }
    .section_02 .quickmenu_wrap > button{
        gap: 8px;
        flex-direction: column;
    }
    .section_02 .quickmenu_wrap > button h4{
        font-size: 16px;
    }
    .section_03{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section_03 .section_title_department span{
        text-align: center;
    }
    .section_03 > div{
        flex-direction: column;
        align-items: center;
    }
    .section_03 .introduce_txt{
        width: 100%;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
    }
    .section_05 .department_list{
        gap: 10px;
    }
    .section_05 .department_list li{
        width: 100%;
        height: 300px;
    }
    .section_05 .main_more_type{
        margin-top: 60px;
    }
}