.header {
    background-color: #fff;
}
.header .header_wrap .header_box .header_logo {
    display: none;
}
.header .header_wrap .header_box .gnb_btn_box .gnb_open_box span {
    background-color: #111;
}
.header .header_wrap .header_box .tnb_group .h_youtube_btn::before {
    background-image: url(../img/icon/youtube_b_ico.svg);
}
.header .header_wrap .header_box .tnb_group .h_insta_btn::before {
    background-image: url(../img/icon/insta_b_ico.svg);
}
.header .header_wrap .header_box .tnb_group .lang::before {
    background-image: url(../img/icon/lang_b_ico.svg);
}


.section01 {
    width: 100%;
    margin-bottom: 80px;
    overflow: hidden;
}
.section01 .inner {
    position: relative;
    margin-top: 120px;
    /* max-height: 1041px; */
}
.section01 .inner .benner {
    width: 100%;
    /* height: 100vh; */
    height: calc(100vh - 120px);
    /* padding-top: calc(100% / 16 * 9); */
    /* margin-top: 120px; */
}
.section01 .inner  .benner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section02 .top {
    margin-bottom: 86px;
    color: #333;
}

.section02 .top .title{
    font-family:  "Montserrat", "Pretendard";
    font-size: 54px;
    margin-bottom: 10px;
    color: #000;
}

.section02 .top .sub_title{
    font-family:  "Montserrat", "Pretendard";
    font-size: 30px;
    margin-bottom: 36px;
}

.section02 .top .desc{
    font-family:  "Montserrat", "Pretendard";
    font-size: 16px;
    white-space: pre-line;
}

.section02 .top .work_scope {
    font-family:  "Montserrat", "Pretendard";
    font-size: 20px;
    margin-top: 36px;
}
.section02 .top .work_scope span {
    display: block;
    margin-bottom: 5px;
}
.section02 .top .show_more_btn {
    display: flex;
    /* margin: 0 auto; */
    position: relative;
    width: 206px;
    height: 58px;
    margin-top: 54px;
}

.section02 .top .show_more_btn span {
    position: absolute;
    transition: all .4s ease-out;
}

.section02 .top .show_more_btn .text {
    color: #fff;
    background-color: #111;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    z-index: 2;
}

.section02 .top .show_more_btn .red {
    width: 204px;
    height: 54px;
    background-color: #EF0034;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.section02 .top .show_more_btn .grey {
    width: 204px;
    height: 54px;
    background-color: #CCCCCC;
    top: calc(50% + 2px);
    left: calc(50% + 2px);
    transform: translate(-50%, -50%);
}

.section02 .top .show_more_btn:hover .red {
    top: calc(50% + 2px);
    left: calc(50% + 2px);
}

.section02 .top .show_more_btn:hover .grey {
    top: calc(50% - 2px);
    left: calc(50% - 2px);
}

.section02 .middle{
    display: flex;
    flex-direction: column;
    width: 100%;
    /* background-color: #ccc; */
    /* margin-bottom: 100px; */
}
.section02 .middle .img_wrap{
    background-color: #ccc;
    width: 100%;
}
.section02 .middle .img_wrap img{
    display: block;
    width: 100%;
}
.section02 .bottom .title{
    font-size: 24px;
    margin-bottom: 24px;
}
.section02 .bottom .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section02 .bottom .list a{
    width: calc((100% / 3) - 12px);
    padding-top: calc((100% / 3) - 12px);
    background-color: #ccc;
    display: flex;
    position: relative;
}
.section02 .bottom .list a img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1280px) {
    .wrapper, .wrapper02 {
        padding: 0 20px;
    }
    .section01 .inner {
        margin-top: 64px;
    }
    .section01 .inner .benner {
        height: auto;
        padding-top: calc(100% / 16 * 9);
    }
}
@media screen and (max-width: 768px) {
    .header .header_wrap .header_box .header_logo {
        display: none;
    }
    .header.open .header_wrap .header_box .header_logo {
        display: block;
    }
    .header.open .header_wrap .header_box .logo {
        display: none;
    }
    .section01  {
        margin-bottom: 50px;
    }
   
    .section02 .top {
        margin-bottom: 50px;
    }
    .section02 .top .title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .section02 .top .sub_title {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .section02 .top .desc{
        font-size: 12px;
    }
    .section02 .top .work_scope {
        font-size: 12px;
        margin-top: 20px;
    }
    .section02 .top .work_scope span {
        margin-bottom: 5px;
    }
    .section02 .top .show_more_btn {
        /* width: 156px;
        height: 48px; */
        margin-bottom: 32px;
    }
    /* .section02 .top .show_more_btn .red {
        width: 154px;
        height: 44px;
    }
    .section02 .top .show_more_btn .text {
        font-size: 12px;
        width: 150px;
        height: 40px;
    }
    .section02 .top .show_more_btn .grey {
        width: 154px;
        height: 44px;
    } */
    .section02 .top .show_more_btn {
        margin-top: 40px;
    }
} 