body {
    width: 100%;
}
.container {
    width: auto;
}
.site-m-header {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.site-m-header .nav-icon > span,
.site-m-header .nav-dropdown .close > span {
    width: 18px;
    height: 2px;
    background-color: #333;
    display: block;
    transition: all .2s ease;
}
.site-m-header .nav-icon span:nth-child(2) {
    margin: 4px 0;
}
.site-m-header .nav-icon.close span:nth-child(1),
.site-m-header .nav-dropdown .close > span:nth-child(1) {
    transform: rotate(45deg);
}
.site-m-header .nav-icon.close span:nth-child(2) {
    display: none;
}
.site-m-header .nav-icon.close span:nth-child(3),
.site-m-header .nav-dropdown .close > span:nth-child(2) {
    transform: rotate(-45deg);
    transform-origin: 7px 0;
}
.site-m-header .logo img {
    height: 30px;
    border: 0;
}
.site-m-header .user-nav .user {
    height: 48px;
    padding-right: 0;
    background: url(../../../../images/en/icon_user.png) 0 center no-repeat;
}
.site-m-header .nav-dropdown {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.site-m-header .nav-dropdown .wrapper {
    background-color: #fcfcfc;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 240px;
    font-size: 14px;
}
.site-m-header .nav-dropdown .wrapper .logo img{
    margin: 0 0 0 20px;
}
.site-m-header .nav-dropdown li a {
    line-height: 3;
    display: block;
    padding: 0 20px;
}
.site-m-header .nav-dropdown .wrapper .close {
    position: absolute;
    top: 20px;
    right: 20px;
}


.search {
    width: 300px;
    margin: 0 auto;
    font-size: 14px;
}
.search-tabs {
    padding: 0 10px;
}
.search-tabs span {
    width: 80px;
    line-height: 25px;
    border-radius: 13px;
    margin: 0 4px 4px 0;
}
.search-input-wrap {
    height: 30px;
    line-height: 30px;
}
.search-input-wrap input {
    font-size: 13px;
    width: 300px;
    padding-left: 15px;
}
.search-input-wrap button {
    width: 40px;
}
.search-input-wrap button img {
    height: 18px;
}

.slogan {
    height: 145px;
    background-size: 805px auto;
}



.site-footer {
    font-size: 14px;
    padding: 20px 0;
    line-height: 1.8;
}


[class*="-main"] {
    min-height: auto;
    margin-bottom: 0;
}

.pagination {
    padding: 15px;
    justify-content: space-around;
}

/* 
xxxx
*/
.floatbar {
    display: none;
}


/* ******************************************************************************************************************
*********************************************************************************************************************
**************************************************** Request BOX ****************************************************
*********************************************************************************************************************
****************************************************************************************************************** */
.request_shadow { width: 100%; height: 100vh; background: rgba(0, 0, 0, .7); position: fixed; top:0; left:0; }
.request_box { width: 100%; position: fixed; top: 0; left: 0; margin: 0; background-color: #FFF; height: 100vh; overflow-y: auto; }
.request_box .req_title { }
.request_box .req_cont { padding: 1em .5em 150px; height: auto; }
.request_box .req_cont .tabl { margin: 1em; }
.request_box .req_cont .tabl dt { width: 200px; position: relative; padding-left: 20px; margin-top: 1em; }
.request_box .req_cont .tabl dt span { color: #F00; position: absolute; left: 0; width: 20px; text-align: center; }
.request_box .req_cont .tabl dd select,
.request_box .req_cont .tabl dd input { width: 100%; }
.request_box .req_footer { position: fixed; bottom: 0; margin: 0; padding: 1em; background-color: #FFF; border-top: 1px solid #EEE; }
.request_box .req_footer .cluause_box { padding: .5em 1em; }
.request_box .req_footer .cluause_box label { display: unset; }
.request_box .req_footer button { width: 100px; background-color: var(--blue); font-size: 1.1em; padding: .5em 1em; color: #FFF; text-align: center; border-radius: 4px; }
