xmp,pre{
    max-width: 100%;
    white-space: pre-wrap;
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

textarea{
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}
.layered-popup {
    display:none;
    position: absolute;
    width:400px;
    z-index: 8;
    top:70px;
    font-size:20px;
    padding-left:5px;
    padding-right:5px;
}
.popup-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
}
.popup-inner{
    position: relative;
    width: 1460px;
    display: inline-block;
}
.layered-popup img {
    width: 100%;
    float: left;
    /*height: 340px;*/
}
.layered-popup .button_area{
    text-align: center;
}
.layered-popup .button_area .button{
    background-color: var(--sub-color);
    color: white;
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 13px;
    padding: 8px 12px;
    cursor: pointer;
}
.layered-popup .button_area .button:nth-child(1){
    border-right: 1px solid black;
}
.text-tiny{
    font-size: 0.7em !important;
}
.text-small{
    font-size: 0.85em !important;
}
.text-big{
    font-size: 1.4em !important;
}
.text-huge{
    font-size: 1.8em !important;
}
.qna-list .q-area.no-answer::after{
    display: none;
}
.register table .nameTag{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-1000%, -100%);
}
.sub3-1-2_txt_area{
    overflow-y: auto;
}
.sub3-1-2_bg .inner{
    max-width: 100%;
    width: 1000px;
}
.privacy_link{
    text-decoration: underline;
    font-weight: bold;
}
.privacy_link img{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
footer a{
    display: inline-block;
    color: inherit !important;
}
#map{
    overflow: hidden;
}
#map .mapContainer{
    width: 100% !important;
    height: 100% !important;
}
input[type="email"],
input[type="password"] {
    border: 1px solid #ececec;
    padding: 10px;
    height: 45px;
    line-height: 45px;
}
body.en .register .btn-wrap .btn{
    width: auto;
    padding: 0 25px;
}
.d-none{
    display: none !important;
}
.pop-wrap .pop-con .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.register .btn-wrap .btn.line{
    background: white;
}
.float-btn .float-btn-reg{
    z-index: 99;
}
.breadcrumb .dropdown li a,
.breadcrumb .crumb-button{
    white-space: nowrap;
}
.input-help {
    color: red;
}
.fstv .fstv-info img{
    min-height: 300px;
}
.sch-area .list .box.custom .main_txtbox li{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.greeting .grt-box .grt-box-img{
    justify-content: center;
}
.greeting .grt-box .grt-box-img .img{
    height: 550px;
}
.greeting .grt-box .grt-box-img .img img{
    object-position: center 15%;
}
@media only screen and (max-width: 1024px){
    .layered-popup{
        left: unset !important;
        right: 50px !important;
        top: 80px !important;
    }
    .popup-wrap{
        width: 100%;
    }
    .popup-inner{
        width: 100%;
    }
    .pop-img-wrap{
        height: 200px;
    }
}

@media only screen and (max-width: 768px){
    .layered-popup{
        left:0px!important;
        top:66px!important;
        width: 100% !important;
        padding:0px!important;
    }
    .layered-popup img{
        width: 100%;
        /*height: 100vw;*/
    }
    .fstv .fstv-info img{
        min-height: unset;
    }
}
@media only screen and (max-width: 500px){
    .greeting .grt-box .grt-box-img{
        flex-direction: column;
        gap: 20px;
    }
    .greeting .grt-box .grt-box-img .img{
        margin: 0;
        width: 100%;
        height: 120vw;
    }
}