/* 메인공통 */
.border{
    height: 1px;
    background-color: #333;
}

/* 메인 */
main{
    width: 100%;
    height: 100vh;
    background-image: url(/img/main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
main::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.45;
}
.main_text_box{
    position: absolute;
    bottom: 18%;
    left: 13%;
}
.main_text_box p{
    color: #fff;
    font-size: 3.5rem;
    font-weight: 900;
}
.logo_img p{
    font-size: 100px;
    font-weight: bold;
}
@media screen and (max-width:1440px) {
    .logo_img p{
        font-size: 80px;
    }
    .main_text_box>p{
        font-size: 2.5rem;
    }
    .main_text_box{
        bottom: 20%;
        left: 13%;
    }
}
@media screen and (max-width:1280px) {
    .logo_img p{
        font-size: 70px;
    }
}
@media screen and (max-width:1024px) {
    .main_text_box{
        text-align: center;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%,50%);
        width: 100%;
    }
    .logo_img p{
        font-size: 70px;
    }
    .main_text_box>p{
        font-size: 36px;
        margin-top: 1rem;
    }
}

@media screen and (max-width:860px) {
    .logo_img p{
        font-size: 50px;
    }
    .main_text_box>p{
        font-size: 32px;
        margin-top: 8px;
    }
}
@media screen and (max-width:550px) {
    .logo_img p{
        font-size: 35px;
    }
    .main_text_box>p{
        font-size: 25px;
    }
}
@media screen and (max-width:375px) {
    .main_text_box>p{
        font-size: 23px;
    }
}
/* section01 */
/* 협회소식 */
#section01 .border{
    width: 85%;
}
.news_flex{
    display: flex;
    justify-content: space-between;
}
.news_wrap{
    width: 65%;
}
.news_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ai_wrap{
    width: 25rem;
    height: 25rem;
    background-color: #6b718e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news_contents ul{
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.news_contents ul li{
    /* display: flex; */
    padding: 1.5rem 0;
    /* justify-content: space-between;
    box-sizing: border-box; */
}
.title_icon{
    display: inline-block;
}
.news_wrap .more{
    float: right;
    margin-top: 1.3rem;
}
.ai_box{
    width: 230px;
    height: 230px;
    background-color: #ccc;
    border-radius: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ai_wrap p{
    font-size: 2rem;
    margin-top: 1rem;
    color: #fff;
    font-family:'DNFBitBitv2';
}
@media screen and (max-width:1440px) {
    .ai_wrap{
        width: 20rem;
        height: 20rem;
    }
    .ai_box{
        width: 200px;
        height: 200px;
    }
    .ai_box>img{
        width: 180px;
    }
    .ai_wrap p{
        font-size: 1.7rem;
    }
}
@media screen and (max-width:1280px) {
    .news_flex .news_ai{
        display: none;
    }
    .news_wrap{
        width: 100%;
    }
    .news_wrap .more{
        margin-top: 1rem;
    }
}
@media screen and (max-width:860px) {
    .business_slide ul{
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }
    .slide_box{
        width: 100% !important;
        height: 250px !important;
    }
    .slide_box p{
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
        width: 90% !important;
        height:  90% !important;
        font-size: 17px !important;
        font-weight: 700 !important;
    }
}
@media screen and (max-width:550px) {
    #section01 .border{
        width: 80%;
    }
    .business_slide ul{
        grid-template-columns: 1fr;
    }
    .slide_box{
        height: 200px !important;
    }
}
@media screen and (max-width:480px) {
    #section01 .border{
        width: 70%;
    }
}
/* 사업소개 */
.business_wrap{
    margin: 6.25rem 0 8rem;
}
.business_slide{
    margin: 3rem 0 2rem;
}
/* .business_slide ul{
    display: flex !important;
    justify-content: space-between;
} */
.business_title{
    display: flex;
    justify-content: center;
}
.slide_box{
    width: 25%;
    height: 25rem;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide01{
    background-image: url(/img/slide01.png);
}
.slide02{
    background-image: url(/img/slide02.png);
}
.slide03{
    background-image: url(/img/slide03.png);
}
.slide04{
    background-image: url(/img/slide04.png);
}
.slide05{
    background-image: url(/img/slide01.png);
}
.slide_box p{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffffd0;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #444;
    flex-direction: column;
    gap: 8px;
}
.slide_box p span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid #658f99;
    color: #2f6b7a;
    border-radius: 50px;
    box-sizing: border-box;
}
.slick-prev,.slick-next{
    display: none !important;
}
.business_wrap .more{
float: right;
}
.business_slide ul{
    display: flex;
    justify-content: space-between;
}

/* 회원사 소개 */
#section03{
    width: 100%;
    height: 100vh;
    background-color: #172569;
    position: relative;
    overflow: hidden;
}
.circle{
    /* background-color: #ccc; */
    border-radius: 500px;
    box-sizing: border-box;
    position: absolute;
    opacity: 0.3;
    z-index: -0;
}
.circle01{
    border: 60px solid #0f1b57 !important;
    width: 50rem;
    height: 50rem;
    left: -150px;
    top: -230px;
    filter: drop-shadow(0px 0px 30px #000);
}
.circle02{
    border: 50px solid #fff;
    width: 18.75rem;
    height: 18.75rem;
    right: -80px;
    top: 18%;
}
.circle03{
    border: 60px solid #fff;
    width: 50rem;
    height: 50rem;
    bottom: -200px;
    right: -130px;
}
.member_wrap{
    width: 100%;
    height: 100%;
    /* background-color: #ccc; */
    position: relative;
    margin: auto !important;
}
.member{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* height: 100vh; */
    /* background-color: #6b718e; */
}
.member_left{
    width: 45%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #fff;
}
.member_center{
    width: 2px;
    height: 45rem;
    background-color: #fff;
}
.member_title{
    font-size: 2.5rem;
}
.member_title span{
    font-weight: bold;
    color: #e3c35f;
}
.member_shortcut{
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #e3c35f;
    border-radius: 50px;
    color: #0f1b57;
}
.member_website_wrap{
    margin-top: 30px;
}
.member_website_wrap h4{
    font-size: 1.5rem;
}
.member_website{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}
.member_website li a{
    width: 100%;
    height: 60px;
    background-color: #0d1644;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
.member_website li a:hover{
    background-color: #a78522;
}
.member_right{
    width: 49%;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.korea{
    width: 500px;
}
.target{
    width: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.target img{
    display: none;
}
.seoul,.daegu,.jeju{
    transition: 0.2s;
    /* opacity: 0.5; */
}
/* .seoul-btn:hover .seoul{
    display: bl;
} */
@media screen and (max-width:1440px) {
    .circle01,.circle03{
        width: 40rem;
        height: 40rem;
    }
    .circle02{
        width: 15rem;
        height: 15rem;
        border: 40px solid #fff;
        top: 25%;
    }
    .member_website{
        gap: 20px;
    }
}
@media screen and (max-width:1280px) {
    .member_website{
        gap: 10px;
    }
    .member_title{
        font-size: 2.3rem;
    }
    .member_website_wrap h4{
        font-size: 1.3rem;
    }
    .korea{
        width: 400px;
    }
    .target{
        width: 400px;
    }
}
@media screen and (max-width:1024px) {
    .member_center,.member_right{
        display: none;
    }
    .member_left{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .circle01,.circle03{
        width: 40rem;
        height: 40rem;
    }
    .circle02{
        top: 50%;
        display: none;
    }
    .member_title{
        text-align: center;
    }
    .member_shortcut{
        margin: 0 auto;
    }
}
@media screen and (max-width:860px) {
    .member_website{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:550px) {
    .member_website{
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .member_title{
        font-size: 2rem;
    }
    .member_website_wrap h4{
        font-size: 1.3rem;
    }
}
@media screen and (max-width:350px) {
    .member_website{
        grid-template-columns: 1fr;
    }
}

/* section04 */
#section04{
    margin: 150px auto !important;
    height: 100%;
}
.gallery .gallery-wrap h3{
    display: block;
}
.gallery  .news_title .border{
    width: 90%;
}
.gallery-boxs{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin: 40px 0;
}
.gallery-boxs p{
    text-align: center;
    padding: 2rem 0;
    font-size: 1.3rem;
}
.boxs{
    box-shadow: 0px 0px 10px #ddd;
}
.gallery-wrap>.border{
    width: 100%;
    background-color: #ccc !important;
}
.gallery-wrap>.more{
    float: right;
    margin-top: 20px;
}
@media screen and (max-width:860px) {
    .gallery-boxs{
        grid-template-columns: 1fr 1fr;
    }
}