@charset "UTF-8";

@font-face {
    font-family: 'pretendard';
    src: url('font/pretendard/Pretendard-SemiBold.eot');
    src: url('font/pretendard/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('font/pretendard/Pretendard-SemiBold.woff2') format('woff2'),
        url('font/pretendard/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pretendard';
    src: url('font/pretendard/Pretendard-Regular.eot');
    src: url('font/pretendard/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/pretendard/Pretendard-Regular.woff2') format('woff2'),
        url('font/pretendard/Pretendard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'pretendard';
    src: url('font/pretendard/Pretendard-Bold.eot');
    src: url('font/pretendard/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/pretendard/Pretendard-Bold.woff2') format('woff2'),
        url('font/pretendard/Pretendard-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

html {
    font-size: 62.5%;
    /* 10px, 1rem */
}

body {
    line-height: 1;
    color: #333;
    font-family: 'pretendard';
    font-weight: normal;
    font-size: 1.6rem;
}

main .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 13rem auto;
}

.tit {
    margin-bottom: 3rem;
}

.tit h2 {
    font-size: 4.5rem;
}

.tit a {
    font-size: 1.6rem;
    color: #979797;
}


/* ***********header*********** */

.mobile {
    display: none;
}

.header {
    height: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.header .inner {
    width: calc(100% - 40px );
    height: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.header .inner .pc-nav {
    height: 100%;
}

.header .inner .pc-nav::before {
    content: '';
    width: 100%;
    height: 200px;
    background-color: #333;
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
    z-index: 9;
}
.header .inner .pc-nav .gnb {
    display: flex;
}
.header .inner .pc-nav .gnb > li{
   position: relative;
}
.header .inner .pc-nav .gnb > li .depth01{
    display: block;
    padding: 0 50px;
    line-height: 90px;
    font-weight: bold;
}
.header .inner .pc-nav .gnb > li .depth02{
    width: 100%;
    padding: 5px;
    background-color: #333;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 90px;
    display: none;
    z-index: 9;

}

.header .inner .pc-nav .gnb > li .depth02 li a{
    display: block;
    padding: 10px;
}

.header .inner .pc-nav:hover::before {
    display: block;
}

.header .inner .pc-nav:hover .gnb > li .depth02 {
    display: block;
}


/* *************main************ */

.main-visual{
    display: flex;
    justify-content: space-between;
    column-gap: 28px;
    margin: 5rem;
}
.main-visual .visualswiper {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.main-visual .visualswiper .swiper-wrapper .swiper-slide {
    width: 55%;
    height: 100%;
    
}

.main-visual .visualswiper .swiper-wrapper .swiper-slide figure {
    height: 100%;
}

.main-visual .visualswiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}


.main-visual .item-wrap .item {
    padding: 19px;
    width: 299px;
    height: 224px;
    border-radius: 25px;
    border: 1px solid #009E3D;
    margin-bottom: 28px;
}

.main-visual .item-wrap .item .item-icon {
    display: flex;
    justify-content: space-between;
}
.main-visual .item-wrap .item .item-icon > img {
    width: 81px;
}
.main-visual .item-wrap .item .item-icon a img {
    width: 50px;
}

.main-visual .item-wrap .item h3 {
    font-size: 4rem;
    margin-bottom: 10px;
}

.main-visual .item-wrap .item:hover {
    background-color: #009E3D;
    color: #fff;
}

.main-visual .item-wrap .item b {
    padding: 0 20px ;
    font-size: 2.4rem;
    margin-bottom: 5px;
    position: relative;
}

.main-visual .item-wrap .item b::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/icon/Time-Circle.svg') center center / 20px no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.main-visual .item-wrap .item:hover b::before {
    fill:#fff;
}

.main-visual .item-wrap .item p {
    font-size: 2rem;
}


.section01 .myswiper {
    
}
.section01 .myswiper .swiper-wrapper {
    
}
.section01 .myswiper .swiper-wrapper .swiper-slide {
    
    max-width: 24%;
    height: 503px;
    border: 1px solid #009E3D;
    border-radius: 25px;
    padding: 13px 12px;
   
}
.section01 .myswiper .swiper-slide figure {
    width: 100%;
    height: 278px;
}
.section01 .myswiper .swiper-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
    
}

.section01 .swiper-button-next::after,
.section01 .swiper-button-prev::after {
    display: none;
}



.section01 .myswiper .swiper-slide .txt-wrap {

}
.section01 .myswiper .swiper-slide .txt-wrap .txt {
    border-top: 2px dashed #333;
    margin: 15px 0;
    position: relative;
}
.section01 .myswiper .swiper-slide .txt-wrap .txt h4 {
    margin-top: 10px ;
    font-size: 2.4rem;
    margin-bottom: 15px;
}
.section01 .myswiper .swiper-slide .txt-wrap .txt p,
.section01 .myswiper .swiper-slide .txt-wrap .txt span {
    color: #979797;
    font-size: 1.6rem;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
}

.section01 .myswiper .swiper-slide .txt-wrap .txt p::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/icon/Calendar.svg') center center / 20px no-repeat;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}

.section01 .myswiper .swiper-slide .txt-wrap .txt span::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/icon/Location.svg') center center / 20px no-repeat;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}

.section01 .myswiper .swiper-slide .txt-wrap a {
    position: absolute;
    top: 440px;
    left: 185px;
    
}
.section01 .myswiper .swiper-slide .txt-wrap a img{
    width: 50px;
}


.section02 .list {
    width: (100% - 20px);
    display: flex;
    justify-content: space-between;
}
.section02 .list .item-img {
    width: 49%;
    height: 467px;
}
.section02 .list .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.section02 .list .item-wrap  {
    width: 49%;
}
.section02 .list .item-wrap .item {
    width: 100%;
    height: 133px;
    border: 1px solid #009E3D;
    border-radius: 25px;
    margin-bottom: 28px;
   
}
.section02 .list .item-wrap .item a {
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.section02 .list .item-wrap .item a .info {
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.section02 .list .item-wrap .item a .info h4 {
    font-size: 2.8rem;
    line-height: 1.3;
}
.section02 .list .item-wrap .item a .info ul {
    display: flex;
    margin-top: 10px;
}
.section02 .list .item-wrap .item a .info ul li {
    margin-left: 30px;
    position: relative;
}

.section02 .list .item-wrap .item a .info ul li:first-child::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/icon/Calendar.svg') center center / 20px no-repeat;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
} 

.section02 .list .item-wrap .item a .info ul li:last-child::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/icon/Location.svg') center center / 20px no-repeat;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
.section02 .list .item-wrap .item a figure {
    width:40px;
    margin: 20px 26px;
}
.section02 .list .item-wrap .item a figure img {
    width: 40px;
}

.section02 .list .item-wrap .item:hover {
    background-color: #009E3D;
} 


.section03 .inner {
    display: flex;
    justify-content: space-between;
}
.section03 .active {
    width: 49%;
}
.section03 .active .tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.section03 .active .img-box {
    display: flex;
    column-gap: 28px;
    justify-content: space-between;
}
.section03 .active .img-box .img {
    width: 49%;
    height: 329px;
    
    position: relative;
}
.section03 .active .img-box .img figure {
    width: 100%;
    height: 100%;
    
}
.section03 .active .img-box .img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    
}

.section03 .active .img-box .img .txt {
    
    color: #fff;
    border-radius: 25px;
    position: absolute;
    bottom:20px;
    left: 30px;
    opacity: 0;
    transition: 0.4s;
}

.section03 .active .img-box .img:hover .txt {
    opacity: 1;
}

.section03 .active .img-box .img .txt h4 {
    font-size: 2.4rem;
    margin-bottom: 5px;
}
.section03 .active .img-box .img .txt p {
    font-size: 2rem;
}

.section03 .news {
    width: 49%;
}

.section03 .news .tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section03 .news .list {
    width: 100%;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;

}
.section03 .news .list li {
    width: 626px;
    height: 80px;
    display: block;
    line-height: 80px;
    padding: 0 13px;

    border-bottom: 1px dashed #979797;
}

.section03 .news .list li:last-child {
    border-bottom: none;
}
.section03 .news .list li a {
    display: flex;
    justify-content: space-between;
}
.section03 .news .list li a div {
    display: flex;
    gap: 15px;
    position: relative;
}
.section03 .news .list li a div span {
    color: #009E3D;
    font-weight: bold;
    font-size: 20px;
}
.section03 .news .list li a div h5 {
    font-size: 20px;
}


/* *****footer***** */

.footer {
    background-color: #333;
}

.footer .inner {
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.footer .inner .info-warp {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 0;
}
.footer .inner .info-warp .footer-logo {
    margin-bottom: 13px;
}
.footer .inner .info-warp .sns {
    display: flex;
    gap: 24px;
}
.footer .inner .address {
    color: #fff;
    
}
.footer .inner .address li {
    line-height: 1.3;
}

.footer .inner .address li:last-child {
    margin-top: 18px;
}



@media screen and (max-width:1250px) {
    .pc {display: none;}
    .search {display: none;}

    .mobile {
        display: block;
    }
    .header .menu-btn {
        height: 40px;
    }
    .header .menu-btn img {
        height: 100%;
    }

    .header .mobile-nav {
        width: 100%;
        height: 100%;
        position: fixed;
        right: -100%;
        top: 90px;
        background-color: #2b2b2b;
        color: #fff;
        transition: 0.7s;
        z-index: 11;
      
    }

    .header .mobile-nav.on {
        right: 0;
      
    }

    .header .mobile-nav .gnb {
        padding: 70px;
    }
    .header .mobile-nav .gnb > li .depth01{
        display: block;
        font-size: 30px;
        padding: 20px 0;
        border-bottom: 1px solid #888888;
    }
    .header .mobile-nav .gnb > li .depth02{
        display: none;
    }
    .header .mobile-nav .gnb > li .depth02 li{
        font-size: 20px;
        padding: 10px;
    }
   



}/* 1250px */

@media screen and (max-width:1024px) {
    
   

    .header .inner {
        width: calc(100% - 100px);
    }

    .main-visual {
        column-gap: 20px;
    }

    .main-visual .visualswiper .swiper-wrapper .swiper-slide {
        width: 60%;
        height: 100%;
    }
   
    .main-visual .item-wrap .item {
        width: 40%;
        height: 170px;
        margin-bottom: 10px;
        padding: 12px;
    }

    .main-visual .item-wrap .item .item-icon > img {
        width: 50px;
    }

    .section01 .myswiper .swiper-wrapper .swiper-slide{
        padding: 12px 8px;
    }

    .section01 .myswiper .swiper-slide figure {
        width: 215px;
        height: 233px;
    }

    .section01 .myswiper .swiper-slide .txt-wrap a {
        left: 421px;
    }


    .section02 .list .item-img {
        width: 49%;
    }

    .section02 .list .item-wrap {
        width: 49%;
    }

    .section02 .list .item-wrap .item {
        width: 100%;
    }
    .section03 .inner {
        flex-wrap: wrap;
    }

    .section03 .active {
        width: 100%;
        margin-bottom: 110px;
    }

    .section03 .active .img-box .img {
        width: 49%;
    }

    .section03 .active .img-box .img .txt {
        opacity: 1;
    }
    .section03 .active .img-box .img:hover .txt {
        opacity: 0;
    }

    .section03 .news {
        width: 100%;
    }

    .section03 .news .list li {
        width: 100%;
    }

    .section03 .news .list li a div {
        gap: 28px;
    }

    .section03 .news .list li a span {
        font-size: 1.8rem;
    }
} /* 1024px */


@media screen and (max-width:960px) {
    
    html {font-size:50%;}

.main .inner {
        max-width: 960px;
        width: calc(100% - 30px);
    }

    .main-visual .visualswiper .swiper-wrapper .swiper-slide {
        width: 55%;
    }

    .section01 .myswiper .swiper-wrapper .swiper-slide{
        height: 435px;
    }
    .section01 .myswiper .swiper-slide figure {
        width: 100%;
    }

    .section01 .myswiper .swiper-slide .txt-wrap a {
        top:375px;
        left: 160px;
    }
    
    .section02 .list {
        width: 100%;
    }

    .section02 .list .item-img {
        width: 49%;
    }
   
}

@media screen and (max-width:360px) {
    
    html{
        font-size: 37.5%;
    }

    .header .inner {
        width: calc(100% - 30px);
    }

    .header .inner .logo {
        width: 35%;
    }
    .header .inner .logo img {
        width: 100%;
    }

    .main-visual {
        flex-wrap: wrap;
        row-gap: 10px;
        width: 100%;
        height: 100%;
    }

    .main-visual .visualswiper .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .main-visual .item-wrap .item {
        width: 355px;
        height: 90px;
        display: flex;
    }

    

}
