/*
* ύX: 1.0.0<25/04/22>[U-0052] A-0042-ND
*/
@charset "UTF-8";

header {
    background: #fff;
}

.common-loginbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    flex-shrink: 0;
}

.common-header {
    width: 100%;
    max-width: 1440px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    height: 88px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 14px;
    color: #000;
}

.common-header-main {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.common-header-main._center {
    justify-content: center;
}

.common-header-left {
    width: 35%;
    height: 66px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.common-header-left.downloadform{
    width: 100%;
    justify-content: center;
}

.common-header-left._portal {
    width: 28%;
}

.common-header-picbox {
    width: 100%;
    max-height: 66px;
    object-fit: contain;
    border-radius: 3.05px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.common-header-left.downloadform.sp_none .common-header-picbox {
    height: 100%;
    width: auto;
}

.common-header-pic {
    align-self: stretch;
    position: relative;
    height: 36px;
}

.common-header-title {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 33px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

.common-header-title:hover {
    cursor: pointer;
}

.common-header-right {
    width: 65%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.common-header-right._portal {
    width: 72%;
}

.common-header-rightchild{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap:wrap;
}

.common-header-choose {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    margin-left: 24px;
}

.common-header-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    line-height: 30px;
    margin-left: 24px;
}

.common-header-group .common-header-choose {
    margin-left: 0;
}

.common-header-icon {
    width: 16px;
    position: relative;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(../img/share.svg) no-repeat center;
}

.common-header-loginbtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 72px;
    min-height: 28px;
    padding: 7px 8px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 4px;
}

.common-header-loginbtn:hover {
    cursor: pointer;
    opacity: 0.75;
}

.common-header-login {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 100%;
}

.common-header-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.common-header-userbox {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    color: #333333;
}

.common-header-username {
    letter-spacing: 0.02em;
    line-height: 100%;
    font-size: 16px;
}

.common-header-userend {
    font-size: 14px;
    line-height: 14px;
}

.common-header-userpage {
    letter-spacing: 0.02em;
    line-height: 150%;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.common-header-userpage:hover {
    cursor: pointer;
}

.common-header-logintime {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    color: #333333;
}

.reserve_stop{
    width: 100%;
    max-width: 1440px;
    padding: 8px 64px 0px calc(50% - 544px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
}
.reserve_stop_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 102px;
    padding: 5px 8px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    font-weight: bold;
}
@media screen and (max-width: 960px) {
    .reserve_stop{
        width: 100%;
        padding: 8px 16px;
    }
    .common-container {
        font-size: 16px;
    }
    /* header */
    .common-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 100%;
        height: auto;
        padding: 0px 16px;
        margin: 0;
        font-size: 13px;
        background-color: #fff;
        box-sizing: border-box;
        overflow: hidden;
        border: none;
    }
    .common-spheader-status {
        align-self: stretch;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 47px;
        padding: 0 10px 0 19px;
        font-size: 15.66px;
        color: #000;
        font-family: "SF Pro Text";
        background-color: #fff;
    }
    .common-spheader-time {
        letter-spacing: -0.28px;
        font-weight: 600;
    }
    .common-header-picbox {
        width: auto;
        border-radius: 3.05px;
        height: 100%;
    }
    .common-spheader-pic {
        align-self: stretch;
        position: relative;
        height: 36px;
    }
    .common-spheader-btntitle {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        letter-spacing: 0.02em;
        line-height: 100%;
        font-weight: 500;
    }
    .common-header-main {
        width: 100%;
        height: 72px;
        align-self: stretch;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .common-spheader-main._center {
        justify-content: center;
    }
    .common-spheader-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        height: 55px;
    }
    .common-spheader-left._flex1 {
        flex: 1;
    }
    .common-spheader-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 24px;
        font-size: 16px;
        color: #fff;
        border: none;
        background: none;
        outline: none;
    }
    .common-spheader-picbox {
        max-width: 310px;
        width: 100%;
        height: auto;
        max-height: 55px;
    }
    
    .common-spheader-user {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        color: #333;
    }
    .common-spheader-username {
        position: relative;
        letter-spacing: 0.02em;
        line-height: 100%;
    }
    .common-spheader-userend {
        position: relative;
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 100%;
    }
    .common-spheader-right._login .common-spheader-btn {
        display: none;
    }
    .common-spheader-btn {
        border-radius: 4px;
        background-color: #0031d8;
        height: 32px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 7px 8px;
        box-sizing: border-box;
        min-width: 72px;
        min-height: 28px;
    }
    .common-spheader-login {
        position: relative;
        letter-spacing: 0.02em;
        line-height: 100%;
        font-size: 14px;
    }
    .common-spheader-btnbox {
        position: relative;
        width: 41px;
        height: 36px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2px;
        text-align: left;
        font-size: 10px;
        color: #333;
        cursor: pointer;
    }
    .common-spheader-btnicon {
        width: 24px;
        position: relative;
        height: 24px;
        overflow: hidden;
        flex-shrink: 0;
        object-fit: cover;
        background: url(../img/menu.png) no-repeat center;
    }
    .common-spheader-btnicon._open {
        background: url(../img/close.svg) no-repeat center;
    }
    .common-spheader-statusr {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
    }
    .common-spheader-icon {
        position: relative;
    }
    .common-spheader-icon._battary {
        width: 25px;
        height: 12px;
        background: url(./iPhone\ 12\ Pro.svg) no-repeat center;
    }
    .common-spheader-icon._wifi {
        width: 16.7px;
        height: 12px;
        background: url(./Wifi.svg) no-repeat center;
    }
    .common-spheader-icon._cellular {
        width: 17px;
        height: 11.3px;
        background: url(./Cellular.svg) no-repeat center;
    }
    .common-spheader-menubox {
        display: none;
        position: fixed;
        top: 72px;
        left: 0;
        height: calc(100% - 72px);
        padding: 0;
        overflow: auto;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        z-index: 100;
        -webkit-overflow-scrolling: touch;
    }
    .common-spheader-logintime {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        border-top: 1px solid #ccc;
        width: 100%;
        color: #333333;
    }
    .common-spheader-logintime div:nth-child(1) {
        font-size: 16px;
        line-height: 25px;
    }
    .common-spheader-menubox {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        visibility: hidden;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
        overflow-y: auto;
    }
    .common-spheader-menu {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        background-color: #fff;
        width: 100%;
    }
    .common-spheader-menu-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }
    .common-spheader-menu-text {
        flex: 1;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        min-height: 44px;
        text-decoration: none;
        color: #333;
    }
    .common-spheader-menu-icon {
        flex-shrink: 0;
        position: relative;
        width: 16px;
        height: 16px;
        overflow: hidden;
        flex-shrink: 0;
        background: url(../img/arrow_right.svg) no-repeat center/16px;
    }
    .common-spheader-menu-icon:hover {
        cursor: pointer;
    }
    .l-header .p-hamburger {
        position: relative;
        width: 41px;
        height: 41px;
    }
    .l-header .p-hamburger__line, .p-hamburger__line {
        position: absolute;
        top: 12px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 20px;
        height: 2px;
        background-color: #333;
        transition: all .3s ease-in-out;
    }
    .l-header .p-hamburger__line::before, .l-header .p-hamburger__line::after, .p-hamburger__line::before, .p-hamburger__line::after {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-color: inherit;
        content: '';
        transition: inherit;
    }
    .l-header .p-hamburger__line::before, .p-hamburger__line::before {
        top: -7px;
    }
    .l-header .p-hamburger__line::after, .p-hamburger__line::after {
        top: 7px;
    }
    .l-header .p-hamburger[aria-expanded="true"] .p-hamburger__line, .p-hamburger[aria-expanded="true"] .p-hamburger__line {
        background-color: transparent;
    }
    .l-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before, .l-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after, .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
        .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
        top: 0;
        background-color: #333;
    }
    .l-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before, .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
        transform: rotate(45deg);
    }
    .l-header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after, .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
        transform: rotate(-45deg);
    }
    .l-header .p-hamburger__text, .p-hamburger__text {
        color: #333;
        font-size: 10px;
        display: block;
        margin-top: 30px;
        white-space: nowrap;
        letter-spacing: 0.02em;
        line-height: 100%;
        font-weight: 500;
    }
}