@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
/* main-visual-section S ---------------------------------- */
#main-visual-section{
    width: 100%;
    height: 900px;
    position: relative;
}
.mainSwiper{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.swiper-wrapper{
    display: flex;
    overflow: hidden;
}
.swiper-slide{
    width: 100%;
    text-align: center;
}
.swiper_text{
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 10;
    text-align: center;
    color: #fff;
}
.swiper_text .t01{
    font-size: 2.75em;
}
.swiper_text .t02{
    font-size: 3.5em;
}
.swiper_text .t03{
    font-size: 3.5em;
}


/* main-visual-section E ---------------------------------- */
/* main_con S ---------------------------------- */
.main_con{
    height: 971px;
    background-color: #F0F2F3;
}
.main_con .main_wrap{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
}
.wrap_text{
    width: 100%;
    margin-bottom: 80px;
}
.wrap_text .t01{
    width: 100%;
    font-size: 1.25em;
    
}
.wrap_text .t02{
    width: 100%;
    font-size: 2.75em;
}
.wrap_text .t03{
    width: 100%;
    font-size: 2.75em;
}
.wrap_img{
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 7%;
}
.wrap_img a{
    width: 400px;
    height: 400px;
    padding: 60px 40px;
    border-radius: 60px 0 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wrap_img a:hover{
    transform: translateY(-20px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.wrap_img a p{
    width: 100%;
    font-size: 2em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}
/* main_con E ---------------------------------- */
/* ft_con S ---------------------------------- */
.ft_con{
    height: 851px;
    background-color: #004AAD;
}
.ft_wrap{
    padding: 100PX 0;
}
.ft_con .box01{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdinner{
    max-width: 1400px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.pdinner .t01{
    width: 100%;
    font-size: 1.25em;
    color: #fff;
}
.pdinner .t02{
    width: 100%;
    font-size: 2.75em;
    color: #fff;
}
.pdinner .t03{
    width: 100%;
    font-size: 2.75em;
    color: #fff;
}
.pdinner .t04{
    font-size: 1.5em;
    background-color: #009594;
    padding: 10px;
    border-radius: 12px;
    color: #fff;
    border: 0;
    margin-top: 20px;
}
.pdinner .t04:hover{
    background-color: #F0F2F3;
    color: black;
    transition: 0.3s ease;
    font-weight: 600;
}
.ft_con .box02{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7%;
}
.box02 img{
    width: 100%;
    max-width: 400px;
    height: 360px;
    border-radius: 5px;
    transition: 0.3s ease;
}
.box02 img:hover{
    transform: translateX(-20px);
}
/* ft_con E ---------------------------------- */

