.main-sec{
    position: relative;
    width: 100%;
    height: 750px;
}
.main-vs-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-vs-box .slick-list{
    height: 750px;
}
.main-vs-box .slick-track{
    height: 750px;
}
.main-vs-box .slick-slide>div{
    height: 750px;
}
.main-vs{
    position: relative;
    width: 100%;
    height: 100%;
}
.main-vs p{
    position: absolute;
    color: #fff;
    font-size: 12px;
    bottom: 30px;
    left: 30px;
}
.main-vs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-search-bar{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
}
.search-outer{
    position: relative;
    border: 4px solid #7046a9;
    width: 480px;
    background-color: #fff;
    padding: 10px 15px;
}
.search-outer select{
    float: left;
    border: none;
    line-height: 30px;
    color: #7046a9;
    border-right: 1px solid #a9aaa9;
}
.search-outer input{
    float: left;
    border: none;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
.search-outer input::placeholder{
    color: #a9aaa9;
}
.search-outer button{
    position: absolute;
    background-color: transparent;
    border: none;
    width: 32px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.search-outer button img{
    width: 30px;
}
.quick-menu{
    position: absolute;
    bottom: 0;
    width: 1200px;
    padding: 0 30px;
    left: 50%;
    transform: translateX(-50%);
}
.quick-menu a{
    font-family: 'NanumBarunGothic';
    float: left;
    width: 25%;
    background-color: #7046a9;
    padding: 30px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-right: 1px solid #b4b4b4;
    transition: 0.4s all;
}
.quick-menu a span{
    position: relative;
    margin-left: 30px;
}
.quick-menu a span::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: -35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 24px;
}
.quick-menu a:last-child{
    border-right: none;
}
.quick-menu a:hover{
    background-color: #8358bc;
}
.quick-01 span::before{
    background-image: url(../images/main/quick-01.png);
}
.quick-02 span::before{
    background-image: url(../images/main/quick-02.png);
}
.quick-03 span::before{
    background-image: url(../images/main/quick-03.png);
}
.quick-04 span::before{
    background-image: url(../images/main/quick-04.png);
}
.main-cont{
    width: 100%;
    background-color: #fff;
    padding: 25px 0;
}
.main-notice>div{
    float: left;
}
.main-notice-img{
    width: calc((100% - 30px) / 2);
    height: 330px;
    margin-right: 30px;
}
.main-notice-list{
    position: relative;
    width: calc((100% - 30px) / 2);
    height: 330px;
    padding: 25px; 
    border: 1px solid #000;
}
.notice-tab{
    margin-bottom: 30px;
}
.notice-tab button{
    background-color: transparent;
    border: none;
    color: #737373;
    padding: 0;
}
.notice-tab button:first-child{
    position: relative;
    margin-right: 36px;
}
.notice-tab button:first-child::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background-color: #737373;
}
.notice-tab button.active{
    font-weight: 700;
    color: #000;
}
.main-notice-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mn-img{
    height: 330px;
}
.main-notice-img .slick-dots{
    bottom: 10px;
}
.main-notice-img .slick-slide>div{
    height: 330px;
}
.main-notice-img.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.main-notice-img .slick-dots li button:before{
    background-color: #fff;
    border-radius: 30px;
    content: "";
    width: 14px;
    height: 14px;
}
.main-notice-img .slick-dots li.slick-active button:before {
    opacity: 1;
}
.main-notice-img .slick-prev,
.main-notice-img .slick-next{
    width: 24px;
    height: 24px;
    top: unset;
    bottom: 0;
    transform: unset;
    background-color: #7046a9;
}
.main-notice-img .slick-prev{
    right: 24px;
    left: unset;
    z-index: 1;
}
.main-notice-img .slick-prev::before,
.main-notice-img .slick-next::before{
    opacity: 1;
    line-height: 1.3;
}
.main-notice-img .slick-prev::before{
    content: "<";
}
.main-notice-img .slick-next{
    right: 0;
}
.main-notice-img .slick-next::before{
    content: ">";
}
.mn-div li>*{
    float: left;
}
.mn-div li{
    margin-bottom: 15px;
}
.mn-div li:last-child{
    margin-bottom: 0;
}
.mn-div li p{
    line-height: 46px;
    margin-left: 24px;
}
.notice-cate{
    width: 46px;
    height: 46px;
    background-color:teal;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 14.5px;
}
.notice-cate-01{
    background-color: #51ac7b;
}
.notice-cate-02{
    background-color: #484747;
}
.notice-cate-03{
    background-color: #8ba63a;
}
.mn-div li .mn-date{
    float: right;
    line-height: 46px;
}
.notice-more{
    position: absolute;
    width: 23px;
    height: 23px;
    top: 25px;
    right: 25px;
    padding: 0;
    background-color: transparent;
    border: none;
}
.notice-more img{
    width: 100%;
    transition: all 0.4s;
}
.notice-more:hover img{
    rotate: 180deg;
}
.main-banner{
    margin: 25px 0;
}
.main-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.people-sec>div{
    float: left;
    width: calc((100% - 30px) / 2);
}
.people-list{
    margin-right: 30px;
}
.pp-list .slick-slide{
    width: 130px;
    height: 170px;
    margin-right: 12px;
}

.pp-tab {
    padding: 10px 0;
    border-bottom: 3px solid #353535;
}
.pp-tab button{
    background-color: transparent;
    border: none;
    color: #737373;
    padding: 0;
}
.pp-tab button:first-child{
    position: relative;
    margin-right: 20px;
}
.pp-tab button:first-child::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background-color: #737373;
}
.pp-tab button.active{
    font-weight: 700;
    color: #000;
}

.pp-list .slick-prev,
.pp-list .slick-next{
    width: 24px;
    height: 24px;
    top: unset;
    bottom: -34px;
    transform: unset;
    background-color: #7046a9;
}
.pp-list .slick-prev{
    right: 24px;
    left: unset;
    z-index: 1;
}
.pp-list .slick-prev::before{
    content: "<";
}
.pp-list .slick-next{
    right: 0;
}
.pp-list .slick-next::before{
    content: ">";
}

.pp-list .slick-prev::before,
.pp-list .slick-next::before{
    opacity: 1;
    line-height: 1.3;
}
.pp-interview img{
    width: 100%;
    height: 100%;
    object-position: left;
    object-fit: cover;
}

.gn-loca-work{
    background-color: #545454;
    padding: 30px 0 25px;
}
.gn-loca-work h3{
    font-family: 'NanumBarunGothic';
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.gn-loca-list .slick-slide{
    margin-right: 5px;
}
.gn-loca-list .slick-prev,
.gn-loca-list .slick-next{
    width: 41px;
    height: 41px;
    background-color: #7046a9;
    z-index: 1;
    border-radius: 30px;
}
.gn-loca-list .slick-prev::before,
.gn-loca-list .slick-next::before{
    position: absolute;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gn-loca-list .slick-prev::before{
    content: '';
    background-image: url(../images/main/arr-left.png);
}
.gn-loca-list .slick-next::before{
    content: '';
    background-image: url(../images/main/arr-right.png);
}

/*231031*/
.sns-sec{
    padding: 60px 0 50px;
}
.sns-sec h3{
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sns-sec .insta-div .instaCont{
    padding: 25px 0 40px;
}
.sns-sec .insta-div h3 img{
    height: 36px;
    margin-left: 13px;
}
.sns-sec .youtube-div .youCont{
    padding: 25px 0 0;
}
.sns-sec .youtube-div h3 img{
    height: 27px;
    margin-left: 16px;
}
@media screen and (max-width: 1440px) {
    .main-vs p {
        bottom: 100px;
        left: calc((100% - 1140px) / 2);
    }
}
@media screen and (max-width: 1140px) {
    .main-vs p {
        bottom: 100px;
        left: 20px;
    }
    .quick-menu{
        padding: 0;
        width: 100%;
    }
    
}
@media screen and (max-width: 1024px) {
    .main-sec{
        height: 600px;
    }
    
    .main-vs-box .slick-list{
        height: 600px;
    }
    .main-vs-box .slick-track{
        height: 600px;
    }
    .main-vs-box .slick-slide>div{
        height: 600px;
    }
    .quick-menu a{
        font-size: 18px;
    }
    .quick-menu a span::before {
        width: 24px;
        height: 24px;
        left: -30px;
        background-size: auto 20px;
    }
    
    .pp-list .slick-slide{
        width: calc(((100vw - 70px) / 2) / 4);
        height: calc((((100vw - 70px) / 2) / 4) * 1.30);
        margin-right: 12px;
    }
    .people-sec>div{
        height: calc(((((100vw - 70px) / 2) / 4) * 1.30) + 45.5px);
    }
}

@media screen and (max-width: 768px) {
    .main-search-bar{
        bottom: 210px;
    }
    .main-vs p {
        bottom: 170px;
        left: unset;
        right: 20px;
    }
    
    .main-search-bar{
        width: 80vw;
    }
    .search-outer{
        width: 100%;
        padding: 10px;
    }
    .search-outer select{
        font-size: 14px;
    }
    .search-outer input{
        font-size: 13px;
    }
    .search-outer button{
        right: 10px;
    }
    .search-outer button img{
        width: 25px;
    }
    .quick-menu a{
        width: 50%;
        padding: 25px 0;
    }
    .quick-menu a:nth-child(1){
        border-bottom: 1px solid #b4b4b4;
    }
    .quick-menu a:nth-child(2){
        border-right: none;
        border-bottom: 1px solid #b4b4b4;
    }
    .main-cont{
        padding: 20px 0;
    }
    .main-notice-img{
        width: 100%;
        height: calc((100vw - 40px) * 0.59);
    }
    .main-notice-img .slick-slide>div{
        height: calc((100vw - 40px) * 0.59);        
    }
    .mn-img{
        height: calc((100vw - 40px) * 0.59);  
    }
    .main-notice-img .slick-dots li button:before{
        width: 8px;
        height: 8px;
    }
    .main-notice-img .slick-dots li{
        margin: 0;
    }
    .main-notice-list{
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .notice-more{
        top: 15px;
        right: 15px;
        width: 16px;
        height: 16px;
    }

    .mn-div li p{
        margin-left: 12px;
        font-size: 15px;
    }
    .notice-cate{
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    .mn-div li p{
        line-height: 32px;
    }
    .mn-div li .mn-date{
        line-height: 32px;
        font-size: 14px;
    }
    .main-banner{
        height: 120px;
    }
    .people-sec>div{
        width: 100%;
        height: auto;
    }
    .people-list{
        margin-bottom: 20px;
    }
    .pp-list .slick-slide {
        width: calc((100vw - 40px) / 4);
        height: calc(((100vw - 40px) / 4) * 1.30);
        margin-right: 12px;
    }
    .gn-loca-list .slick-slide{
        width: calc((100vw - 45px) / 2);
        height: calc(((100vw - 45px) / 2) * 1.45);
    }
    .gn-loca-item img{
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }
    .foot-cont .inner>div{
        width: 100%;
    }
    .foot-01 a{
        font-size: 12px;
    }
    .foot-link li{
        margin-right: 12px;
    }
    .foot-link li:not(:last-child)::after{
        right: -7px;
        height: 10px;
    }
    .foot-link li:last-child{
        margin-right: 0;
    }
    .foot-info p{
        font-size: 12px;
    }
    .footer-logo{
        display: none;
        margin: 30px auto;
    }
    .foot-02{
        margin-top: 20px;
    }
    .site-link-list{
        width: 100%;
    }
    .sns-box{
        float: unset;
        margin-top: 20px;
    }

    /*231031*/
    .sns-sec h3{
        font-size: 16px;
    }
    .sns-sec .insta-div h3 img{
        height: 28px;
    }
    .sns-sec .youtube-div h3 img{
        height: 21px;
    }
}