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%;
    height: 800px;
    text-align: center;
}
.popup-inner{
    position: relative;
    width: 1460px;
    height: 800px;
    display: inline-block;
}
.layered-popup img {
    width: 100%;
    border: 1px solid black;
    float: left;
    /*height: 340px;*/
}
.layered-popup .button_area{
    text-align: center;
}
.layered-popup .button_area .button{
    background-color: #B69F6D;
    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;
}
.btnTop {
    position: relative;
    margin: 0 auto;
    z-index: 100;
}
.btnTop button {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 52px;
    height: 52px;
    font-size: 13px;
    color: #fff;
    background: #999;
}
.kcm-term{
    text-align: initial;
}
.privacy{
    cursor: pointer;
}
.copyright{
    cursor: pointer;
}
.term{
    cursor: pointer;
}
.refusal{
    cursor: pointer;
}
.innergray{
    background-color: #f7f7f7;
    padding : 35px;
    margin : 25px;
}
.innergray.center{
    text-align: center;
    background-color: #f7f7f7;
    padding : 35px;
    margin : 25px;
}
.copylist{
    display: inline-block;
    margin : 10px 0;
    padding : 0 20px;
}
.innergray.center.copy{
    text-align: center;
    background-color: #f7f7f7;
    padding : 35px;
    margin : 25px;
    list-style: none;
}
.innergray img{
    max-width: 100%;
    vertical-align: center;
}
.footer-logo img{
    display: inline-block;
    margin-right: 10px;
}
.kcm-term h2{
    font-size: 18px;
}
.footer-left{
    float: left;
}
.footer-right{
    float: right;
    background: rgba(0,0,0,0.5);
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
}
/*#selectlist option {
    background-color: #2f4952;
}*/
@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;*/
    }
}