/* location */
.fBxalA {
    width: 1200px;
    margin: 0px auto;
}

.hHmftH {
    font-size: 52px;
    font-weight: bold;
    padding: 120px 0px 40px;
    text-align: center;
}

.iPUPiw #map {
    width: 110%;
    height: 580px;
    transform: translate(-50%, 0%);
    position: relative;
    left: 50%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px;
}

.cNvksV {
    background-color: rgb(2, 56, 133);
    display: flex;
    padding: 60px 0px;
    color: white;
    justify-content: space-around;
    border-radius: 20px;
    position: relative;
    transform: translate(-50%, -50%);
    top: -50%;
    left: 50%;
    z-index: 1;
}

.cNvksV h6 {
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
}

.cNvksV p {
    padding-top: 20px;
    font-size: 17px;
}

.cNvksV p>img {
    padding-right: 5px;
}

.cNvksV h6::after {
    content: "";
    width: 40px;
    height: 1px;
    background: white;
    position: absolute;
    transform: translate(-50%, 0px);
    top: 100%;
    left: 20px;
}

/*** **/
.bCiiTx {
    top: 0px;
    position: fixed;
    width: 100%;
    padding: 20px 0px;
    color: rgb(0, 0, 0);
    z-index: 10;
}

.bCiiTx a>h1 {
    color: rgb(0, 0, 0);
}

.bCiiTx nav ul li {
    position: relative;
}

.bCiiTx nav ul>li>a,
.bCiiTx nav ul>li>span {
    font-size: 18px;
    padding: 0px 15px;
    line-height: 50px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.bCiiTx nav ul li ol {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.467) 1px 1px 2px;
    background-color: rgb(255, 255, 255);
    max-height: 0px;
    overflow-y: hidden;
    transition: max-height 0.5s ease 0s;
    z-index: 5;
}

.bCiiTx nav ul li ol li {
    width: 100%;
}

.bCiiTx nav ul li:hover ol {
    max-height: 300px;
}

.bCiiTx nav ul li ol li {
    width: 100%;
}

.bCiiTx nav ul li ol li:hover {
    background-color: #eee;
}

.bCiiTx nav ul li ol li a {
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    line-height: 40px;
    padding: 0px 20px;
    text-align: center;
}


.fwnzar {
    width: 1200px;
    margin: 0px auto;
}

.iDKDve {
    font-size: 52px;
    font-weight: bold;
    padding: 120px 0px 30px;
}

.dPXcXc {
    text-align: center;
}

.dPXcXc img {
    width: 120%;
    transform: translate(-50%, 0%);
    position: relative;
    left: 50%;
}

.bGncL {
    padding: 50px 0px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
}

.bGncL p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -1px;
}

.bGncL p .strong {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.eDujaw {
    width: 100%;
    background-color: rgb(34, 34, 34);
    padding: 50px 0px;
}

.eDujaw * {
    color: rgb(255, 255, 255);
}

.eDujaw .wrap>ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.eDujaw .left>p {
    margin-top: 30px;
    line-height: 1.3;
    color: rgb(170, 170, 170);
}

.eDujaw .right p {
    text-align: right;
    margin-top: 20px;
}

.eDujaw .right nav ul>li ol {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 20px;
}

.eDujaw .right nav ul>li {
    padding-left: 50px;
}

.eDujaw .right nav ul>li ol li a {
    color: rgb(170, 170, 170);
    font-size: 14px;
    line-height: 1.3;
}

/** mo **/
.bCiiTx .mobile button i {
    font-size: 24px;
    cursor: pointer;
    line-height: 50px;
    color: rgb(0, 0, 0);
}


/** mob menu **/

.bCiiTx .mobile .menuBox.on {
    opacity: 1;
    max-width: 250px;
}


.bCiiTx .mobile .menuBox {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    width: 250px;
    max-width: 0px;
    overflow: hidden;
    transition: max-width 0.3s ease 0s, opacity 0.2s ease 0s;
    height: 100vh;
    z-index: 10;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.467) -2px -2px 8px;
}

.bCiiTx .mobile .menuBox ul.menu {
    display: flex;
    flex-direction: column;
}

.bCiiTx .mobile .menuBox ul.menu li {
    width: 100%;
}

.bCiiTx .mobile .menuBox ul.menu>li>span,
.bCiiTx .mobile .menuBox ul.menu>li>a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgb(204, 204, 204);
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.bCiiTx .mobile .menuBox ul.menu>li>ol {
    background-color: rgb(238, 238, 238);
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease 0s;
}

.bCiiTx .mobile .menuBox ul.menu>li>ol>li {
    width: 100%;
}

.bCiiTx .mobile .menuBox ul.menu>li>ol>li:not(:last-child)>a {
    border-bottom: 1px solid rgb(204, 204, 204);
}

.bCiiTx .mobile .menuBox ul.menu>li>ol>li>a {
    text-align: center;
    line-height: 40px;
    width: 100%;
    white-space: nowrap;
}

/* inquiry */
.gpnkeD {
    font-size: 52px;
    font-weight: bold;
    padding: 120px 0px 40px;
    text-align: center;
}

.bobOzs {
    padding: 10px 5%;
}

.bobOzs p{
    font-size: 20px;
    padding-bottom: 30px;
    font-weight: bold;
}
.bobOzs p>span{
    color:red;
    font-size: 20px;
    padding-left: 10px;
}
.bobOzs > div{
    display: flex;
    gap: 5%;
    width: 100%;
}
.bobOzs > div label{
    flex: 1;
}
.bobOzs input[type='text']{
    width: 100%;
    border: 0px solid black;
    border-bottom: 1px solid rgb(220,220,220);
    padding : 10px 10px;
    margin-bottom: 30px;
}
.bobOzs input[type='text']:focus{
    border: 2px solid rgb(0,102,255);
    border-radius: 5px;
}
.bobOzs .checkNum > span{
    color:red;
    font-size: 18px;
    padding-right: 10px;
}
.bobOzs .checkNum > input[type='text']{
    width: 20%;
    padding: 5px;
}
.bobOzs .btn {
    padding: 140px 0px 60px ;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: auto !important;
}
.bobOzs .btn > button{
    font-size: 17px;
    padding: 20px 50px;
    background: rgb(0,102,255);
    border-radius: 30px;
    color:white;
}

.kaYXkh {
    width: 1200px;
    margin: 0px auto;
}


/* mo */

@media screen and (max-width: 1200px) {
    .fwnzar {
        width: 100%;
    }

    .iDKDve {
        text-align: center;
    }

    .fBxalA {
        width: 100%;
    }

    .iPUPiw #map {
        width: 90%;
        height: 380px;
    }

    .cNvksV {
        width: 90%;
    }    
    .kaYXkh {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .dPXcXc img {
        width: 95%;
        transform: translate(0%, 0%);
        position: relative;
        left: 0px;
    }

    .bGncL {
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 30px 15px;
    }

    .bGncL p .mo {
        display: none;
    }

}

@media screen and (max-width: 700px) {
    .cNvksV {
        padding: 30px 0px;
    }

    .cNvksV h6 {
        font-size: 16px;
    }
    .cNvksV p {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .gpnkeD { 
        font-size: 36px;
        }

        .bobOzs p{
            font-size: 16px;
            }
            .bobOzs p>span{
                font-size: 16px;
            }


        .bobOzs .btn {
            padding: 30px 0px 60px;
        }
        .bGncL p {
            font-size: 14px;
        }
        .bGncL p .strong {
            font-size: 14px;
            font-weight: 100;
        }
        .iDKDve {
            font-size: 36px;
        }
        .hHmftH {
            font-size: 34px;
            padding: 120px 0px 20px;
        }
}

@media screen and (max-width: 400px) {
    .cNvksV {
        padding: 30px 10px;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }
    .cNvksV > div {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 10px;
    }
    .cNvksV h6 {
        font-size: 12px;
        padding-bottom: 0px;
    }
    .cNvksV p {
        font-size: 12px;
        padding-top: 0px;
    }
    .cNvksV h6::after {
        height: 0px;
    }    
    .cNvksV .mo {
        display: none;
    }
}
