@charset "utf-8";

* { outline: 0; margin: 0; padding: 0; font-family: sans-serif;}
*,html { font-family: sans-serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth;}
body { font-family: sans-serif; background: #f0f8ff; overflow-x: hidden; margin: 0; padding: 0;}
.np { margin: 0; padding: 0;}
::-webkit-scrollbar {
    width: 5px;
    background-color: #eec8d8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
::-webkit-scrollbar-thumb {
    background: lightslategray;
    border-radius: 10px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.header {
    background: #000;
    padding: 9px 15px 10px;
    font-size: 25px;
    font-family: sans-serif;
    text-align: center;
}
.header a { color: #fff; text-decoration: none;}
.ogp {
    margin: 19px 0px 11px;
    font-size: 20px;
    font-family: sans-serif;
    text-align: center;
}
.wh-box {
    background: #fff;
    padding: 10px 11px 14px;
    border-radius: 5px;
    margin-top: 8px;
    border: 1px solid #ffffffad;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 17%);
}

/* Contact */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.en-f form label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: system-ui;
    margin-bottom: 6px;
}
.en-f form .btn-default {
    margin-top: 10px;
}
.en-f form {
    margin-right: 15px;
}
.en-f input {
    padding: 7.54px 14px;
    /* color: #fff; */
}
.en-f textarea {
    height: 145px;
    padding: 10px 10px;
}

.en-f input {
    padding: 7.54px 14px;
    /* color: #fff; */
}

.bg-b {
    background: #ff404c;
    color: #fff;
}

.fm {
    padding: 2px 0px 17px 4px;
}
.fm h3 {
    margin-bottom: 15px;
    color: #181cb7;
}
.fm p {
    color: #000000e6;
    font-weight: 600;
}
.ci {
    padding-left: 40px;
}
.ci i {
    color: #ef004f;
    margin-right: 3px;
}
.ci p {
    color: #363636;
    font-family: system-ui;
    font-weight: 600;
    font-size: 15.5px;
}
.ci img {
    height: 314px;
    margin-top: 61px;
}
.cn-f {
    padding: 55px 0 75px;
}
/* Contact End */
.logout {
    background: #ed1313;
    padding: 5.29px 16px 5.29px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    margin-right: 3.33px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 26%);
}

@media only screen and (max-width: 1100px) {
    .ci {
        padding-left: 15px;
    }
    .ci img {
        height: 230px;
        margin-top: 31px;
    }
}