

@font-face {
    font-family: 'Futura PT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Medium'), url('../../fonts/FuturaCyrillicMedium.woff') format('woff');
}

:root {
    --font-size-adjust: 0px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "NotoSans", sans-serif;
}

body {
    font-family: "NotoSans", sans-serif;
    font-size: calc( 14px + var(--font-size-adjust,0));
    font-weight: 400;
}

.layout-area{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.navbar-container{
    height: 100px;
    padding-left: 50px;
}

footer{
    background-color: #02b5ef;
    padding: 35px 0px 10px 0px;
    color: #ffff;
    position: relative;

}

.footer-container .mark{
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    color: black;
    top: -100px;
    left: 5%;
    transform: rotate(270deg);
    font-size: 10px;
    cursor: pointer;

}

.footer-container .mark .line{
    position: absolute;
    width: 1px;
    height: 1px;
    border-left: 1px solid black;
    height: 45px;
    position: absolute;
    margin-left: -3px;
    top: 1px;
    left: -39px;
    transform: rotate(90deg);
    bottom: 11px;
    top: -13px;
}

.footer-about{
    display: flex;
    flex-direction: column;
}

.footer-about .title{
    font-size: 40px;
    color: #ffff;
    margin-bottom: 40px;
}

.footer-about .content-1{
    margin-bottom: 90px;
    font-size:  calc(  12px + var(--font-size-adjust,0));
    opacity: 0.9;
}

.footer-links{
    display: flex;
    justify-content: center;
    margin-top: 98px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.social-links{
    margin-left: -50px;
}
.footer-links .nav{
    list-style: disc;
    opacity: 0.9;
}
.footer-links .nav-link {
    color: #fff;
}

.footer-member{
    border-right: 1px solid #60d1fa;
    max-width: 265px;
}

.footer-contact{
    padding-left: 25px;
    max-width: 265px;
}

.footer-member .title, .footer-contact .title{
    font-size: calc( 36px + var(--font-size-adjust,0));
    color: #ffff;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
}

.footer-btn{
    width: 220px;
    height: 60px;
    border: 1px solid #ffff;
    color: #fff;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 0px;
    font-size:  calc( 14px + var(--font-size-adjust,0));
}

.footer-btn.register {
    background-color: #a4d800;
}

.footer-btn.register:hover,.header-btn.register:focus{
    border-top: 1px solid #a4d800;
    border-bottom: 1px solid #a4d800;
    border-left: 1px solid #a4d800;
    background-color: #fff;
    color: #a4d800;
}

.footer-btn img{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-btn:hover,.footer-btn:focus{
    border: 1px solid #ffff;
    background-color: #fff;
    color: #02b5ef;
}

.footer-btn i {
    position: absolute;
    left: 10px;
    font-size: 2rem;
}

.footer-member .content-3{
    display: block;
    text-align: center;
    margin-left: -18px;
}

.footer-member .content-3 .phone-number{
    font-size: 28px;
    color: #ffff;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: center;
    font-family: "Jost", sans-serif;
}

.circle{
    border: 1px solid #ffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0px 4px;
    position: relative;
    cursor: pointer;

}

.circle:hover{
    background-color: #a4d800;
}


.double-circle::after{
    content: '';
    display: block;
    border: 1px solid #ffff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    top: 1px;
    right: 1px;
    position: absolute;

}

.footer-about .content-2{
    display: flex;
    align-items: center;
    height: 40px;
    opacity: 0.9;
}

.footer-about .content-2 span {
    margin-right: 20px;
}

.footer-copy{
    border-top: 1px solid #60d1fa;
    padding-top: 25px;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    opacity: 0.9;
}

.footer-copy p{
    font-size: calc( 10px + var(--font-size-adjust,0));
}

.footer-copy .navbar-nav-pc{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.footer-copy .navbar-nav-pc .nav-item{
    margin-right: 30px;
}

.navbar-nav-sp{
    display: none;
}

.social-links-sp{
    display: none;
}

.layout-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-btn {
    width: 200px;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 0px;
    font-size:  calc( 14px + var(--font-size-adjust,0));
    font-weight: 600;
}

.header-btn.login {
    background-color: #02b5ef;
}

.header-btn.register {
    background-color: #a4d800;
}

.header-btn.login:hover,.header-btn.login:focus {
    border-top: 1px solid #02b5ef;
    border-bottom: 1px solid #02b5ef;
    border-right: 1px solid #02b5ef;
    background-color: #fff;
    color: #02b5ef;
}

.header-btn.mypage:hover,.header-btn.mypage:focus {
    border-left: 1px solid #02b5ef;
}

.header-btn.register:hover,.header-btn.register:focus {
    border-top: 1px solid #a4d800;
    border-bottom: 1px solid #a4d800;
    border-left: 1px solid #a4d800;
    background-color: #fff;
    color: #a4d800;
}

.header-btn i {
    position: absolute;
    left: 15px;
    font-size: 2rem;
}

.nav-top {
    justify-content: flex-end;
}

.nav-top a {
    color: #000000;
    text-decoration: none;
    word-break: keep-all;
}

.nav-top a:hover {
    color: #000000;
}

.nav-top a:visited {
    color: #000000;
}

.nav-top.small a {
    margin: 1% 2%;
    font-size: 0.7rem;
}

.nav-top.large {
    margin: 0 10px;
}

.nav-top.large a {
    margin-top: 2%;
    font-size: 0.8rem;
    font-weight: 600;
}

.nav-top.large a:not(:first-child) {
    padding-left: 20px;
}

.nav-top.large a.active, .nav-top.large a:hover {
    color: #02b5ef;
}

.nav-top.large a:not(:last-child)::after {
    content: '/';
    margin-left: 20px;
    color: #000000;
    font-weight: 400;
}

.banner {
    position: relative;
}

.banner-line{
    position: absolute;
    left: 0;
    top: -5px;
    width: 550px;
    height: 8px;
    background-color: #00bfff;
    clip-path: polygon(0 0, 99% 0%, 97% 120%, 0% 100%);
}

.banner-title {
    height: 100px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 0 6%;
}

.banner-title-first {
    color: #02b5ef;
    font-size: 2.5rem;
}

.banner-title-second {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 1%;
}

.search-wrap {
    min-width: 40%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #02b5ef;
    border-radius: 5px;
    border: 1px solid #02b5ef;
}

.search-inputs {
    background-color: #02b5ef;
    flex: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-inputs-wrap {
    height: 100%;
    width: 100%;
    display: flex;
}

.label-search {
    padding: 0 5%;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 600;
}

.btn-input-search {
    height: 35px;
    width: 200px;
    background-color: #ffffff;
    color: #02b5ef;
    position: relative;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 0;
}

.btn-input-search:hover, .btn-input-search:active  {
    background-color: #f2fcff !important;
    color: #02c0ff !important;
}

.btn-input-icon {
    position: absolute;
    font-size: 1.5rem;
}

.btn-input-icon.first {
    left: 20px;
    margin-top: 2px;
}

.btn-input-icon.last {
    right: 20px;
    margin-bottom: 7px;
}

.search-tail {
    width: 90px;
    border: none;
    background-color: #ffffff;
    border-radius: 4px;
}

.search-tail:hover {
    background-color: #f8fdff;
}

.search-tail-triangle {
	width: 0;
	height: 0;
	border-top: 45px solid transparent;
	border-left: 25px solid #02b5ef;
	border-bottom: 45px solid transparent;
    margin-right: 10px;
}

.search-icon {
    font-size: 2rem;
    color: #02b5ef;
    flex: auto;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .btn-input-search {
        height: 45px !important;
    }

    .btn-input-icon.first {
        left: 20px !important;
        margin-top: 2px !important;
        font-size: 1.5rem !important;
    }

    .btn-input-icon.last {
        right: 20px !important;
        margin-bottom: 7px !important;
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 1130px) {
    .btn-input-search {
        height: 45px !important;
        font-size: 1rem !important;
    }
}

@media (max-width: 768px) {
    .border-sp {
        border: 1px solid #00B0F0;
        padding: 4px;
    }
}

@media (min-width: 700px) and (max-width: 991px) {
    .btn-input-icon.first {
        left: 8px !important;
        font-size: 1.2rem !important;
    }

    .btn-input-icon.last {
        right: 10px !important;
        font-size: 1.2rem !important;
    }

    .btn-input-search {
        font-size: 1rem !important;
        margin: 0 3px;
    }

    .btn-input-wrap.long {
        width: 32% !important;
    }

    .search-header-wrap {
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 700px) {
    .search-tail-triangle {
        border-top: 35px solid transparent !important;
        border-bottom: 35px solid transparent !important;
        border-left: 35px solid #02b5ef !important;
    }

    .label-search {
        font-size: 0.9rem !important;
    }

    .btn-input-search {
        height: 39px !important;
        font-size: 0.8rem !important;
    }

    .btn-input-icon.first {
        left: 8px !important;
        font-size: 0.8rem !important;
    }

    .btn-input-icon.last {
        right: 10px !important;
        font-size: 0.8rem !important;
        margin-bottom: 3px !important;
    }

    .btn-input-wrap.long {
        width: 32% !important;
    }

    .search-header-wrap {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 315px) and (max-width: 991px){
    .navbar-container {
        height: 45px;
        padding-left: 0px;
    }

    .navbar-brand img{
        width: 95px;
        height: 25px;
    }

    footer{
        padding: 15px 0px 10px 0px;
    }

    .footer-about .title{
        font-size: 16px;
        flex: 40%;
    }

    .footer-about {
        padding: 0px 20px;
        flex-wrap: wrap;
        flex-direction: row;

    }

    .footer-about .content-1{
        flex: 60%;
        font-size: calc(8px + var(--font-size-adjust,0));
        margin-bottom: 20px;
    }

    .footer-about .content-2{
        flex: 100%;
        justify-content: center;
    }

    .footer-about .content-2 span{
        font-size: 12px;
    }

    .circle{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .double-circle::after{
        width: 26px;
        height: 26px;
        top: 1px;
        right: 1px;
    }

    .footer-links{
        display: none;
    }



    .footer-member,.footer-contact{
        border-right: none;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-member .title, .footer-contact .title{
        font-size: 20px;
        margin-bottom: 10px;
        flex: 100%;
    }

    .footer-btn{

        width: auto;
        height: 50px;
        font-size: 14px;
        margin-right: 8px;
    }

    .footer-member{
        border-bottom: 1px solid #60d1fa;
        border-top: 1px solid #60d1fa;
        padding: 15px 0px 0px 15px;
    }


    .footer-member .content-1,.footer-member .content-2, .footer-contact .content-1, .footer-contact .content-2{
        flex: 50%;
        text-align: center;
    }

    .footer-member .content-3{
        display: flex;
        align-items: baseline;
        margin-left: 0px;
        font-size: 14px;
    }

    .footer-member .content-3 .phone-number{
        margin-right: 20px;
    }

    .footer-contact{
        padding: 15px 12px 0px 12px ;

    }

    .footer-content {
        margin: 0px;
    }

    .footer-copy{
        margin-top: 10px;
        padding-top: 10px;
        border: none;
        display: block;

    }

    .footer-copy .navbar-nav-pc{
        display: none;
    }

    .footer-copy p{
        font-size: 8px;
        text-align: center;
        margin: 0 auto;
    }

    .footer-copy .navbar-nav-sp{
        display: grid;
        grid-template-columns: 0.95fr 1.2fr 0.9fr;
        margin: 0 auto;
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
        justify-items: start;

    }

    .footer-copy .navbar-nav .nav-item{
        margin-right: 10px;
        list-style: none;

    }
    .footer-copy .navbar-nav .nav-item::marker{
        font-size: 8px;

    }

    .footer-copy .navbar-nav .nav-item .nav-link{
        font-size: 12px;
        padding: 0px;
    }

    .qa-title{
        font-size: calc(16px + var(--font-size-adjust,0));
        margin-bottom: 4px;
    }

    .qa-content{
        margin-left: 20px;
        font-size: calc(12px + var(--font-size-adjust,0));
    }

    .footer-container .mark .text{
        font-size: 8px;

    }

    .footer-container .mark{
        top: -75px;
        left: 1%;
    }

    .footer-container .mark .line{
        top: -5px;
        left: -26px;
        height: 30px;
    }
}

@media screen and (max-width: 550px) {
    .search-tail-triangle {
        border-top: 30px solid transparent !important;
        border-bottom: 30px solid transparent !important;
        border-left: 20px solid #02b5ef !important;
    }

    .label-search {
        font-size: 0.8rem !important;
    }

    .btn-input-search {
        height: 30px !important;
        font-size: 0.7rem !important;
    }

    .btn-input-icon.first {
        left: 3px !important;
        font-size: 0.7rem !important;
    }

    .btn-input-icon.last {
        right: 6px !important;
        font-size: 0.7rem !important;
    }

    .btn-input-wrap.long {
        width: 34% !important;
    }

    .search-header-wrap {
        font-size: 0.7rem !important;
    }
}

@media (min-width: 315px) and (max-width: 420px){
    .footer-btn{
        font-size: 10px;
        padding: 4px;
        height: 40px;

    }
    .footer-member .content-3 .phone-number{
        font-size: 18px;
    }
    .footer-member .content-3 p{
        font-size: 12px;
    }
    .footer-btn img{
        width: 20px;
    }
    .footer-copy .navbar-nav .nav-item .nav-link{
        font-size: 8px;
    }

    .footer-copy .navbar-nav .nav-item{
        margin-right: 4px;
    }
    .footer-copy .navbar-nav-sp{
        grid-template-columns: 0.96fr 1.35fr 0.9fr;
    }

    .search-tail-triangle {
        border-top: 25px solid transparent !important;
        border-bottom: 25px solid transparent !important;
        border-left: 10px solid #02b5ef !important;
    }

    .label-search {
        width: 13% !important;
        font-size: 0.7rem !important;
    }

    .btn-input-search {
        font-size: 0.6rem !important;
        margin: 0 3px !important;
    }

    .btn-input-icon.first {
        font-size: 0.6rem !important;
        left: 2px !important;
    }

    .btn-input-icon.last {
        font-size: 0.6rem !important;
        right: 3px !important;
    }

    .search-header-wrap {
        font-size: 0.6rem !important;
    }
}
