/* modal popup */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    max-width: 900px;
    background: #fff;
    padding: 20px;
}
.my-modal-content{
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.my-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.my-modal-body {
    position: relative;
    padding: 15px;
}
@media (min-width: 768px){
    .my-modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
/* modal popup end */
/* font */
.light-font{
    font-weight: 300 !important;
}
.regular-font{
    font-weight: 400 !important;
}
.medium-font{
    font-weight: 500 !important;
}
.semibold-font{
    font-weight: 600 !important;
}
.bold-font{
    font-weight: 700 !important;
}
.extrabold-font{
    font-weight: 800 !important;
}
.black-font{
    font-weight: 900 !important;
}
/* font color */
.color-white{
    color: #fff !important;
}
.color-black{
    color: #000 !important;
}

.mt--2 {
    margin-top: -2rem !important;
}

.mt--3-5 {
    margin-top: -3.5rem !important;
}

.mt--4-5 {
    margin-top: -4.5rem !important;
}

.mt--5-3 {
    margin-top: -5.3rem !important;
}

.mt-0-4 {
    margin-top: 0.4rem !important;
}

.mt-0-8 {
    margin-top: 0.8rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-1-2 {
    margin-top: 1.2rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-2-6 {
    margin-top: 2.6rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-3-5 {
    margin-top: 3.5rem !important;
}

.mt-4-5 {
    margin-top: 4.5rem !important;
}

.mt-8-2 {
    margin-top: 8.2rem !important;
}

.mt-10-4{
    margin-top: 10.4rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.ml-1-2 {
    margin-left: 1.2rem !important;
}

.ml-1-7 {
    margin-left: 1.7rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.pl-3-5 {
    padding-left: 3.5rem !important;
}

/* background color */
.bg-white{
    background-color: #fff !important;
}
.bg-black{
    background-color: #000 !important;
}

.center-text {
    text-align: center !important;
}

.left-text {
    text-align: left !important;
}

.right-text {
    text-align: right !important;
}

/* global */
@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: .9;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(.9);
        opacity: .9;
    }
}
body{
    font-family: montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #000
}
h1, .h1{

}
h2, .h2{

}
h3, .h3{

}
h4, .h4{

}
a{
   color: #000; 
}
a:hover{
    color: #000;
}
p {
    font-family: 'inter', sans-serif;
}
a {
    font-family: 'inter', sans-serif;
}
.btn_pulse {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    animation: 1s pulse infinite alternate ease-in-out;
}
.image-wrap img{
    max-width: 100%;
}

.main-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-top-img {
    width: 100%;
}

.main-top-img img {
    width: 100%;
}

.main-top-text {
    position: absolute;
    top: 67px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-top-text .header-text {
    font-family: 'inter', sans-serif;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.main-top-text .small-text {
    font-size: 1rem;
    font-family: 'inter', sans-serif;
    text-align: center;
}

.main-top-text .site-link {
    font-family: 'inter', sans-serif;
    padding: 0.7rem 2rem;
    border-radius: 40px;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.main-top-text .site-link:hover {
    background-color: black !important;
    color: white !important;
}

.main-top-text .scroll-mark {
    padding: 1.4rem 1rem;
    border: solid 2px white;
    border-radius: 40px;
}

.main-container {
    width: 80%;
    margin: 0 auto;
}

.main-container .container-top-text {
    font-family: 'inter', sans-serif;
    font-size: 3rem;
}

.main-container .container-field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.right-container-text {
    font-family: 'inter', sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #81191F;
}

.right-container .small-text {
    font-size: 1.2rem;
    line-height: 1.2;
}

.container-link-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
}

.container-link {
    padding: 0.6rem 1.8rem;
    border: solid 3px black;
    border-radius: 40px;
    font-size: 1.2rem;
    text-decoration: none;
    font-family: 'inter', sans-serif;
    transition: all 0.3s ease;
}

.container-link:hover {
    background: black !important;
    color: white !important;
}

.container-text {
    position: absolute;
    top: 16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-text .header-text {
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    font-family: 'inter', sans-serif;
}

.container-text .small-text {
    font-size: 1.2rem;
    font-family: 'inter', sans-serif;
    text-align: center;
    line-height: 1.25;
}

.main-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-bottom-text {
    position: absolute;
    top: 5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    width: 65%;
    margin: 0 auto;
    gap: 3rem;
}

.info-small-text {
    font-size: 0.8rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: #FACC90;
}

.info-text {
    border-bottom: solid 1px white;
    padding-bottom: 0.8rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.bottom-link-box {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.bottom-text {
    color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: black;
    margin: 0rem !important;
    gap: 10rem;
    border: solid 1px black !important;
    padding-top: 2rem;
}

.bottom-text p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.map-img img {
    width: 100%;
}

.main-bottom-img {
    width: 100%;
}

.main-bottom-img img {
    width: 100%;
}

.sp_n {
    display: block;
}

.pc_n {
    display: none;
}

.right-container img {
    width: 100%;
}

.logo img {
    width: 100%;
}

@media (max-width: 1700px){
    .main-top-text .scroll-mark {
        margin-top: 3rem !important;
    }
}

@media (max-width: 1600px){
    .main-top-text .scroll-mark {
        margin-top: 1rem !important;
    }
    .main-top-text .header-text {
        margin-top: 3rem !important;
    }
    .container-text {
        position: absolute;
        top: 11rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 1399px) {
    .header-text-box .middle-text {
        margin-top: 1rem !important;
    }
    
    .main-top-text .scroll-mark {
        margin-top: 1rem !important;
    }

    .left-container img {
        width: 100%;
    }

    .right-container-text {
        font-size: 2rem;
    }

    .container-text {
        position: absolute;
        top: 11rem;
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-top-text .header-text {
        font-family: 'inter', sans-serif;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        margin-top: 1rem !important;
    }
    .container-text .header-text {
        font-size: 1.6rem;
        line-height: 1.2;
        text-align: center;
        font-family: 'inter', sans-serif;
    }
}
@media (max-width: 1300px) {
    .main-bottom .w100 .bottom-text {
        padding-top: 4rem !important;
    }

    .main-top-img {
        height: 610px;
    }

    .main-top-img img {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1199px) {
    .m-0-sp {
        margin: 0rem !important;
    }

    .mt--2-sp {
        margin-top: -2rem !important;
    }

    .mb-0-5-sp {
        margin-bottom: 0.5rem !important;
    }

    .mt-1-sp {
        margin-top: 1rem !important;
    }

    .mt-2-sp {
        margin-top: 2rem !important;
    }

    .p-0-sp {
        padding: 0rem !important;
    }

    .main-top-text {
        position: absolute;
        top: 25px;
    }
    
    .main-top-text .header-text {
        font-size: 1.4rem;
    }

    .main-top-text .small-text {
        font-size: 0.7rem;
        font-family: 'inter', sans-serif;
        text-align: center;
    }

    .main-top-text .site-link {
        font-family: 'inter', sans-serif;
        padding: 0.2rem 2rem;
        border-radius: 40px;
        font-size: 0.8rem;
        text-decoration: none;
    }

    .main-top-text .scroll-mark {
        padding: 0.5rem 0.5rem;
        border: solid 2px white;
        border-radius: 40px;
        margin-top: 1rem !important;
    }

    .main-container .container-top-text {
        font-family: 'inter', sans-serif;
        font-size: 1.5rem;
    }

    .main-container .container-field {
        display: flex;
        flex-direction: column;
    }

    .left-container img{
        width: 100%;
    }

    .right-container-text {
        font-size: 1.2rem;
        text-align: center;
    }

    .right-container .small-text {
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .container-link-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
        justify-content: center;
    }

    .container-link {
        font-size: 1rem;
    }

    .container-text {
        position: absolute;
        top: 15rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-text .header-text {
        font-size: 1.8rem;
    }

    .container-text .small-text {
        margin-top: 0rem !important;
        font-size: 1.2rem;
    }

    
    .right-container img {
        width: 100%;
    }

    .bottom-text {
        padding-top: 8rem;
        padding-bottom: 2rem;
    }

    .main-top-text .header-text {
        font-size: 3rem;
        margin-top: 4rem !important;
    }

    .header-text-box .middle-text {
        font-size: 2rem !important;
        margin-top: 4rem !important;
    }

    .right-container-text {
        font-size: 1.6rem;
    }

    .main-top-img {
        height: 635px;
    }

    .main-top-img img {
        width: 100%;
        height: 100%;
    }

    .main-bottom .w100 .bottom-text{
        padding-top: 3rem !important;
    }

    .main-bottom-text {
        position: absolute;
        top: 5rem;
        display: flex;
        align-items: center;
        width: 75%;
        margin: 0 auto;
        gap: 3rem;
    }

    .info-small-text {
        font-size: 1rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        color: #FACC90;
        border-bottom: solid 2px #999999;
        width: 100%;
        padding-bottom: 0.4rem;
        position: relative;
    }

    .main-header-text-box {
        display: flex;
        flex-direction: row;
        gap: 8.5rem;
    }
}
@media (max-width: 991px) {
    .m-0-sp {
        margin: 0rem !important;
    }

    .mt--2-sp {
        margin-top: -2rem !important;
    }

    .mb-0-5-sp {
        margin-bottom: 0.5rem !important;
    }

    .mt-1-sp {
        margin-top: 1rem !important;
    }

    .mt-2-sp {
        margin-top: 2rem !important;
    }

    .p-0-sp {
        padding: 0rem !important;
    }

    .main-top-text {
        position: absolute;
        top: 25px;
    }
    
    .main-top-text .header-text {
        font-size: 1.4rem;
    }

    .main-top-text .small-text {
        font-size: 0.7rem;
        font-family: 'inter', sans-serif;
        text-align: center;
    }

    .main-top-text .site-link {
        font-family: 'inter', sans-serif;
        padding: 0.2rem 2rem;
        border-radius: 40px;
        font-size: 0.8rem;
        text-decoration: none;
    }

    .main-top-text .scroll-mark {
        padding: 0.5rem 0.5rem;
        border: solid 2px white;
        border-radius: 40px;
    }

    .main-container .container-top-text {
        font-family: 'inter', sans-serif;
        font-size: 1.5rem;
    }

    .main-container .container-field {
        display: flex;
        flex-direction: column;
    }

    .left-container img{
        width: 100%;
    }

    .right-container-text {
        font-size: 1.2rem;
        text-align: center;
    }

    .right-container .small-text {
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .container-link-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
        justify-content: center;
    }

    .container-link {
        font-size: 1rem;
    }

    .container-text {
        position: absolute;
        top: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-text .header-text {
        font-size: 1rem;
    }

    .container-text .small-text {
        margin-top: 0rem !important;
        font-size: 0.8rem;
    }
    .main-bottom-text {
        position: absolute;
        top: 5rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 85%;
        margin: 0 auto;
        gap: 3rem;
        align-items: center;
    }
    
    .right-container img {
        width: 100%;
    }
    .main-top-text {
        position: absolute;
        top: 25px;
    }

    .main-top-img {
        height: 450px;
    }

    .main-top-text .header-text {
        font-size: 2rem;
        margin-top: 1rem !important;
    }

    .main-top-text .small-text {
        font-size: 0.7rem;
        font-family: 'inter', sans-serif;
        text-align: center;
    }

    .main-top-text .site-link {
        font-family: 'inter', sans-serif;
        padding: 0.2rem 2rem;
        border-radius: 40px;
        font-size: 0.8rem;
        text-decoration: none;
    }

    .main-top-text .scroll-mark {
        padding: 0.5rem 0.5rem;
        border: solid 2px white;
        border-radius: 40px;
        margin-top: 1rem !important;
    }

    .main-container .container-top-text {
        font-family: 'inter', sans-serif;
        font-size: 1.5rem;
    }

    .main-container .container-field {
        display: flex;
        flex-direction: column;
    }

    .left-container img{
        width: 100%;
    }

    .right-container-text {
        font-size: 2rem;
        text-align: center;
    }

    .right-container .small-text {
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .container-link-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
        justify-content: center;
    }

    .container-link {
        font-size: 1rem;
    }

    .container-text {
        position: absolute;
        top: 10rem;
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-text .header-text {
        font-size: 1rem;
    }

    .container-text .small-text {
        margin-top: 0rem !important;
        font-size: 0.8rem;
    }

    .main-header-text-box {
        display: flex;
        flex-direction: row;
        gap: 5rem;
    }

    .header-text-box .middle-text {
        font-size: 1.3rem;
        font-family: 'inter', sans-serif;
        text-align: center;
    }

    .main-container .container-top-text {
        font-size: 2rem;
    }

    .bold-text {
        font-size: 1rem;
        line-height: 1.2;
    }

    .left-container .small-text {
        font-size: 1rem;
        line-height: 1.2;
    }

    .main-bottom-text .info {
        width: 100%;
    }

    .main-bottom .w100 .bottom-text {
        padding-top: 10rem !important;
    }

    .bottom-text {
        color: white;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        background: black;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-items: center;
        padding-top: 9rem;
        border: solid 1px black;
    }
}
@media (max-width: 767px) {
    .m-0-sp {
        margin: 0rem !important;
    }

    .mt--2-sp {
        margin-top: -2rem !important;
    }

    .mb-0-5-sp {
        margin-bottom: 0.5rem !important;
    }

    .mt-0-sp {
        margin-top: 0rem !important;
    }

    .mt-1-sp {
        margin-top: 1rem !important;
    }

    .mt-2-sp {
        margin-top: 2rem !important;
    }

    .p-0-sp {
        padding: 0rem !important;
    }

    .sp_n {
        display: none;
    }

    .pc_n {
        display: block;
    }

    .logo {
        width: 40%;
        margin: 0 auto;
    }

    .main-bottom-text {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 0rem;
        top: 5rem;
    }

    .logo img {
        width: 100%;
    }

    .bottom-text {
        padding-top: 2rem;
        padding-bottom: 0rem;
        border: none;
        justify-content: space-evenly;
        flex-direction: row;
        gap: 0rem;
    }

    .logo {
        width: 40%;
        margin: 0 auto;
    }
    
    .main-bottom-text {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 0rem;
        top: 5rem;
    }

    .left-container .small-text {
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .info-text {
        font-size: 0.8rem;
    }
    .bottom-text p {
        font-size: 0.8rem;
    }
    .bottom-logo {
        padding-top: 1rem;
    }
    .main-bottom .w100 .bottom-text {
        padding-top: 0rem !important;
    }
}
@media (max-width: 575px) {
    .main-bottom .w100 .bottom-text {
        padding-top: 9rem !important;
    }

    .main-header-text-box {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    .header-text-box .middle-text {
        font-size: 1.2rem !important;
        margin-top: 3rem !important;
    }
}

@media (max-width: 465px) {
    .main-bottom .w100 .bottom-text {
        padding-top: 14rem !important;
    }
    .main-header-text-box {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    .header-text-box .middle-text {
        font-size: 1.2rem !important;
        margin-top: 3rem !important;
    }
    .main-container .container-top-text {
        font-size: 1.6rem;
    }
    .right-container-text {
        font-size: 1.6rem;
        text-align: center;
    }
    .bottom-text {
        padding-top: 5rem;
        padding-bottom: 0rem;
        border: none;
        justify-content: space-evenly;
        flex-direction: row;
        gap: 0rem;
    }

        .container-text {
        position: absolute;
        top: 7rem;
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
