@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/
*:focus,
textarea:focus,
input:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}

.roboto {
    font-family: "Roboto", sans-serif;
}
.positionRelative {
    position: relative;
}
.coverDisabled {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #ccc;
    opacity: 0.6;
    border-radius: 10px;
    z-index: 1;
}
.ml5 {
    margin-left: 5px;
}
body {
    background: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    font-family: "Roboto", sans-serif;
}

/*body.iphone {
    padding-top: 40px;
}*/

body.fixed,
body.fixedsp {
    overflow: hidden;
}

.inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}

.bigInner {
    width: 100%;
    max-width: 1326px;
    margin: 0 auto;
    padding: 0 30px;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}

/* HEADER */

#fixH {
    height: 90px;
}

#header {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    height: 90px;
    background: #fff !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    z-index: 12;
    width: 100%;
    border-top: 3px solid #29378B;
    padding-bottom: 2px;
}

#header .bigInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .logo a {
    display: block;
    width: 267px;
}


#header .hdList {
    display: flex;
    flex-wrap: wrap;
}

#header .hdList li:first-child {
    position: relative;
    margin-right: 51px;
}

#header .hdList li:first-child:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -26px;
    width: 1px;
    height: 100%;
    background-color: #29378B;
}

#header .hdList li a {
    position: relative;
    color: #29378B;
    padding-left: 27px;
    letter-spacing: 0.4px;
}

#header .hdList li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #29378B;
    transition: all .3s;
}

#header .hdList li a.login:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: url(../images/common/icon-login.png)no-repeat;
    background-size: 100%;
}

#header .hdList li a.register:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 18px;
    background: url(../images/common/icon-register.png)no-repeat;
    background-size: 100%;
}

#header .hdFrame {
    display: flex;
    align-items: center;
}

#header .mainMenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 30px;
}

#header .mainMenu.sp {
    display: none;
}

#header .mainMenu li:not(:nth-child(5)) {
    margin-right: 30px;
}

#header .mainMenu li:nth-child(6) {
    margin: 0 0 0 30px;
}

#header .mainMenu a {
    position: relative;
    font-size: 16px;
    color: #333333;
}

#header .mainMenu a:before {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #29378B;
    transition: all .3s;
}

#header .mainMenu li.active a {
    color: #29378B;
}

#header .mainMenu li.active a:before {
    width: 100%;
}

.loadingBox {
    position: relative;
}

.loadingBox .lds-facebook,
.loadingBox .lds-facebook div {
    box-sizing: border-box;
}

.loadingBox .lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loadingBox .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: currentColor;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loadingBox .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.loadingBox .lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.loadingBox .lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0s;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}



.userLogin {
    display: inline-block;
    transform: translateY(1px);
}

.userLogin a {
    position: relative;
    display: block;
}

.userLogin a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 21px;
    background: url(../images/common/icon-user-yellow.svg) no-repeat top left/ 100%;
    opacity: 0;
    transition: all .3s;
}

.userLogin a img {
    transition: all .3s;
}

.hdNotification {
    position: relative;
    margin-right: 30px;
}

.hdNotification .notiMain {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #29378B;
    transform: translateY(-1px);
    cursor: pointer;
    transition: all .3s;
}

.hdNotification .notiMain .number {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    top: -9px;
    right: -11px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    color: #fff;
    background-color: #E92D2E;
    border-radius: 50%;
    padding-top: 1px;
}

.hdNotification .notiList {
    position: absolute;
    top: 54px;
    right: 0;
    width: 332px;
    border: 1px solid #CCCCCC;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
    pointer-events: none;
}

.hdNotification .notiList.show {
    opacity: 1;
    pointer-events: auto;
}

.hdNotification .notiList li {
    width: 100%;
}

.hdNotification .notiList li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.hdNotification .notiList li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 9px 30px 6px 9px;
    background-color: #fff;
    transition: all .3s;
}

.hdNotification .notiList li.active a {
    background-color: #CEEEFF;
}

.hdNotification .notiList li.active a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 13px;
    aspect-ratio: 1/1;
    background-color: #40B900;
    border-radius: 50%;
}

.hdNotification .notiList li a .notiPhoto {
    width: 50px;
    margin-right: 8px;
}

.hdNotification .notiList li a .notiPhoto img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.hdNotification .notiList li a .notiInfo {
    width: calc(100% - 58px);
    transform: translateY(-2px);
}

.hdNotification .notiList li a .notiInfo .infoTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #29378B;
    font-weight: 400;
}

.hdNotification .notiList li a .notiInfo .infoSub {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707070;
    font-size: 12px;
}

.hdNotification .notiList li a .notiInfo .infoUpdate {
    font-size: 10px;
    color: #0024FF;
}

.hdNotification .notiList li.seeMore a {
    justify-content: center;
    font-size: 12px;
    color: #707070;
    padding: 7px 5px;
}

.hdUser {
    position: relative;
}

.hdUser .userAvatar {
    display: inline-block;
    width: 40px;
    transform: translateY(-1px);
    cursor: pointer;
}

.hdUser .userAvatar img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.userBox {
    position: absolute;
    top: 54px;
    right: 0;
    width: 180px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
    pointer-events: none;
}

.userBox.show {
    opacity: 1;
    pointer-events: auto;
}

.userBox.sp {
    opacity: 0 !important;
}

.userBox .userList li:not(:last-child) {
    border-bottom: 1px solid #9D9D9D;
}

.userBox .userList li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #29378B;
    padding: 11px 5px 9px;
    transition: all .3s;
}

/*#main*/
#main {
    position: relative;
}

#main .mainPhoto img {
    min-height: 350px;
    object-fit: cover;
    object-position: center;
}

#main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(217, 219, 234, 0.1) 15%, rgba(217, 219, 234, 0.18) 30%, rgba(98, 109, 170, 0.73) 43%, rgba(64, 77, 151, 0.89) 57%, rgba(41, 55, 139, 0.97) 77%, rgba(41, 55, 139, 1) 100%);
}

#main .pageTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1160px;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.55);
    padding: 0 30px;
    line-height: 1.4;
}

/*main*/

/*#breakcrumd*/
#breakcrumd {
    padding: 8px 0;
}

#breakcrumd .breakList {
    display: flex;
    flex-wrap: wrap;
}

#breakcrumd .breakList li {
    position: relative;
    margin-right: 27px;
}

#breakcrumd .breakList li:not(:last-child):before {
    content: "";
    position: absolute;
    top: 7px;
    right: -17px;
    width: 6px;
    height: 10px;
    background: url(../images/common/icon-arrow-grey.svg)no-repeat top left/ 100%;
}

#breakcrumd .breakList li a {
    position: relative;
    font-size: 16px;
    color: #29378B;
}

#breakcrumd .breakList li a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #29378B;
    transition: all .3s;
}

#breakcrumd .breakList li:last-child a {
    pointer-events: none;
    color: #707070;
}

/*#breakcrumd*/

/*pagingNav*/
.pagingNav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    padding: 9px 11px;
}

.pagingNav .navSub {
    font-size: 16px;
    color: #707070;
}

.pagingNav .pagi_nav_list {
    display: flex;
    flex-wrap: wrap;
}

.pagingNav .pagi_nav_list li {
    background-color: #E3E3E3;
}

.pagingNav .pagi_nav_list li:not(:last-child) {
    margin-right: 6px;
}

.pagingNav .pagi_nav_list li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 28px;
    height: 28px;
    color: #707070;
    line-height: 2.3;
    transition: all .3s cubic-bezier(.33, 1, .68, 1);
}

.areaEvent .pagingNav li.disabled a {
    color: #bbb;
    pointer-events: none;
}

.pagingNav .pagi_nav_list li.active a {
    background-color: #707070;
    color: #fff;
}

.pagingNav .pagi_nav_list li.forth a {
    pointer-events: none;
}

.pagingNav .pagi_nav_list li.p-control a {
    padding: 0 8px;
}

.pagingNav .pagi_nav_list li.prev a,
.pagingNav .pagi_nav_list li.next a {
    padding: 0 8px;
}

/*pagingNav*/

/* CONTENT */

#content {
    width: 100%;
}

/*areaSiderbar*/
.areaSiderbar {
    margin: 50px 0 80px;
}

.areaSiderbar .bigInner {
    display: flex;
    flex-wrap: wrap;
}

.areaSiderbar .bigInner .siderLeft {
    width: 320px;
    margin-right: 30px;
}

.siderLeft .siderInfo {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    min-height: 306px;
    color: #fff;
    background: url(../images/common/header-bg-sp.jpg) no-repeat top left/ 100%;
    text-align: center;
    border-radius: 15px;
    padding: 14px 10px 10px;
    margin-bottom: 10px;
}

.siderLeft .siderInfo .infoAvatar {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}

.siderLeft .siderInfo .infoAvatar .avatarPhoto {
    width: 88px;
}

.siderLeft .siderInfo .infoAvatar .avatarPhoto img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.siderLeft .siderInfo .infoAvatar .avatarEdit {
    position: absolute;
    right: 0;
    bottom: -1px;
}

.siderLeft .siderInfo .infoAvatar .avatarEdit a {
    display: block;
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 5px;
    background-color: #29378B;
    transition: all .3s;
}

.siderLeft .siderInfo .infoName {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.siderLeft .siderInfo .infoCompany {
    width: 100%;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 4px;
}

.siderLeft .siderInfo .infoList {
    width: 100%;
}

.siderLeft .siderInfo .infoList li {
    font-size: 18px;
}

.siderLeft .siderInfo .infoList li:not(:last-child) {
    margin-bottom: 2px;
}

.siderLeft .siderMenu li {
    width: 100%;
}

.siderLeft .siderMenu li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #29378B;
    padding: 23px 25px 20px 15px;
    background-color: #fff;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    z-index: 0;
}

.siderLeft .siderMenu li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 7px;
    height: 13px;
    background: url(../images/common/arrow-right-blue.svg) no-repeat top left/ 100% 100%;
    transition: 0.5s ease-in-out;
}

.siderLeft .siderMenu li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #29378B;
    top: 0;
    left: -101%;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.siderLeft .siderMenu li.active a {
    color: #fff;
    background-color: #29378B;
}

.siderLeft .siderMenu li.active a:before {
    background: url(../images/common/arrow-right-white.svg) no-repeat top left/ 100% 100%;
}

.siderLeft .siderMenu li:not(:last-child) a {
    margin-bottom: 2px;
}


.areaSiderbar .bigInner .siderRight {
    width: calc(100% - 350px);
}

/*areaSiderbar*/

/*areaTitle*/
.areaTitle {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    color: #29378B;
    padding-left: 50px;
    margin-bottom: 28px;
}

.areaTitle:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 30px;
    aspect-ratio: 1/1;
    background: url(../images/common/icon-duoble-square.png) no-repeat top left/ 100%;
}

/*areaTitle*/

.titleLine {
    position: relative;
    color: #29378b;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 37px;
}

.titleLine::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #29378B;
}

.titleLine span {
    position: relative;
    padding-right: 15px;
}

/*.areaBtn*/
.areaBtn a,
.areaBtn button {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    background-color: #29378B;
    margin: 0 auto;
    border: none;
    font-family: "Roboto", sans-serif;
}

.areaBtn a .btnBox,
.areaBtn button .btnBox {
    position: relative;
    height: min-content;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.areaBtn a .btnBox .first,
.areaBtn a .btnBox .last,
.areaBtn button .btnBox .first,
.areaBtn button .btnBox .last {
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.1, 0, 0, 1);
}

.areaBtn a .btnBox .last,
.areaBtn button .btnBox .last {
    position: absolute;
    transform: translateY(30px);
}

/*.areaBtn*/

/*popup*/
.popup .popupWrap {
    display: none;
}

.popup .popupWrap.showPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 0 5.3%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
}

.popup .popupWrap .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 355px;
    max-width: 590px;
    background-color: #fff;
    border-radius: 9px;
    padding: 20px;
}

.popup .popupWrap .btnClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
}

/*popup*/


/* AREAPOPUP */
body.fixed {
    position: relative;
    overflow: hidden;
}

body.fixed .popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 13;
}

.areaPopup {
    display: none;
}

.areaPopup .popupWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    max-height: 86%;
    overflow-y: auto;
    z-index: 14;
    margin: 0 auto;
    background-color: #fff;
    width: 90%;
    max-width: 785px;
    padding: 44px 32px 40px;
}

.areaPopup .popupWrap .popupTitle {
    font-size: 30px;
    font-weight: 500;
    color: #29378b;
    text-align: center;
    margin-bottom: 33px;
}

.areaPopup .popupWrap .closePopup {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 35px;
    cursor: pointer;
}

/* END-AREAPOPUP */

.poupConfirm .popupTxt {
    font-size: 20px;
    text-align: center;
}

.poupConfirm .popupTxt span {
    display: block;
}

.poupConfirm .btnWrap {
    display: flex;
    justify-content: space-evenly;
}

.poupConfirm .btnWrap .areaBtn {
    width: 42%;
}

.poupConfirm .btnWrap .areaBtn a {
    width: 100%;
}

.poupConfirm .btnWrap .areaBtn.cancel a {
    background-color: #F5F5F5;
    color: #29378B;
}

.frameBcr {
    position: relative;
    padding: 80px 0;
    /*    background: url(../images/common/content-bg.png)no-repeat top left/cover;*/
}

.frameBcr.frameBreak {
    padding-top: 40px;
}

.frameBcr.bcrImage {
    padding: 80px 0;
    background: url(../images/common/bcr-image.jpg)no-repeat top left / cover;
    min-height: calc(100vh - 135px);
}

.frameBcr.frameCenter {
    position: relative;
    display: flex;
    align-items: center;
}

/* .frameBcr.frameCenter .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.titlePage {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #29378B;
    text-align: center;
    margin-bottom: 85px;
    letter-spacing: 0.3px;
}

.areaBox .titlePage:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 3px;
    background-color: #FFEA2D;
}

.receptionist .selectPayment .payment label {
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}

.masthead {
    position: relative;
    display: flex;
    align-items: center;
    transform: translate(-3px, 1px);
    padding-right: 23px;
    cursor: pointer;
}

.masthead:before {
    content: "";
    position: absolute;
    top: 40%;
    transform: rotate(60deg) translateY(-50%);
    right: 0;
    background: url(../images/common/icon-arrow.svg) no-repeat center center/100%;
    width: 13px;
    height: 11px;
    transition: all .3s;
}

.masthead.show:before {
    transform: rotate(120deg) translateY(-50%);
}

.masthead .mastheadPhoto {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.masthead .mastheadPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.masthead .mastheadName {
    position: relative;
    font-size: 16px;
    color: #29378B;
    margin-top: -6px;
}

.masthead .mastheadName:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #E92D2E;
}

.masthead .state {
    position: absolute;
    top: 60px;
    right: -3px;
    width: 96.6%;
    display: none;
    background: #29378B;
    padding: 19px 20px 14px;
    z-index: 9;
}

.masthead .state li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
}

.masthead .state li:last-child {
    margin-bottom: 0;
}

.masthead .state li a {
    color: #fff;
}

.masthead .state li span {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    transform: translateY(3px);
}

.masthead .state li span img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

/* FOOTER */
#footer {
    width: 100%;
}

#copyright {
    background-color: #29378B;
    text-align: center;
    color: #fff;
    padding: 13px 5px 11px;
}

.sp {
    display: none;
}

.hoverLink span.text {
    background-image: linear-gradient(#29378B, #29378B);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    transition: background-size .3s cubic-bezier(.33, 1, .68, 1);
}

.text-danger {
    color: #E92D2E;
    font-size: 12px;
}


.areaBox {
    width: 100%;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 15px;
    padding: 50px 60px 80px;
}

/* tabBar */
.tabBar {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 99;
}

.tabBar::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(../images/common/content-bg.png) no-repeat top left / cover;
}

.tabBar .listTabBar {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #29378B;
    border-radius: 13px;
    padding: 13px 9px 8px;
}

.tabBar .listTabBar li {
    width: 110px;
}

.tabBar .listTabBar li a {
    text-align: center;
    display: block;
}

.tabBar .listTabBar li a .menuPhoto {
    position: relative;
    display: inline-block;
}

.tabBar .listTabBar li a .menuPhoto img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.tabBar .listTabBar li a .nameMenu {
    color: #fff;
}

.tabBar .listTabBar li a.active .menuPhoto img:last-child {
    display: block;
}

.tabBar .listTabBar li a.active .nameMenu {
    color: #ffea2d;
}

.menuDetail {
    background: url(../images/common/bcr-blue.jpg) no-repeat center center/cover;
    width: 100%;
    overflow-y: auto;
    min-height: 100vh;
}

.menuDetail.show {
    right: 0;
}

.menuDetail .close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.menuDetail .menuPhoto {
    width: 44.7%;
    max-width: 200px;
    margin: 0 auto;
    padding: 50px 0 30px;
}

.menuDetail .menuPhoto img {
    width: 100%;
}

.menuDetail .listMenu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 50px 0;
    min-height: calc(100vh - 190px);
}

.menuDetail .listMenu li+li {
    margin-top: 34.4px;
}

.menuDetail .listMenu li a {
    color: #fff;
    font-size: 20px;
}

.menuDetail .version {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 16px 0 16px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    cursor: default;
}

/* Track */
::-webkit-scrollbar-track {
    background: #CCCCCC;
    border-radius: 10px;
    cursor: default;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #29378B;
    border-radius: 10px;
    cursor: default;
}

@media(max-width: 1100px) and (min-width:769px) {
    #main .pageTitle {
        font-size: 40px;
    }
}

@media(max-width: 1024px) and (min-width:769px) {
    #content {
        min-height: calc(100vh - 565px);
    }

    .areaSiderbar {
        min-height: calc(100vh - 265px);
    }
}

@media(max-width: 1000px) and (min-width:769px) {
    #header .logo a {
        width: 235px;
    }

    #header .mainMenu {
        margin-right: 20px;
    }

    #header .mainMenu li:not(:nth-child(5)) {
        margin-right: 15px;
    }

    #header .mainMenu li:nth-child(6) {
        margin: 0 15px;
    }

    .hdNotification {
        margin-right: 20px;
    }

    .areaSiderbar .bigInner .siderLeft {
        width: 280px;
    }

    .siderLeft .siderInfo .infoName {
        font-size: 20px;
    }

    .siderLeft .siderInfo .infoCompany {
        font-size: 16px;
    }

    .siderLeft .siderInfo .infoList li {
        font-size: 16px;
    }

    .siderLeft .siderMenu li a {
        font-size: 16px;
        padding: 15px 20px 15px 15px;
    }

    .areaSiderbar .bigInner .siderRight {
        width: calc(100% - 310px);
    }
}

@media(max-width: 900px) {
    #header:before {
        content: "";
        position: absolute;
        top: 87px;
        left: 0;
        height: calc(100vh - 87px);
        background-color: rgba(0, 0, 0, .38);
        opacity: 0;
        transition: ease-in-out 0.8s;
    }

    body.fixed #header:before {
        opacity: 1;
        z-index: 0;
        width: 100%;
    }

    body.fixedsp #header:before {
        opacity: 1;
        z-index: 0;
        width: 100%;
    }

    #header .bigInner .hdFrame {
        flex-direction: row-reverse;
    }

    #header .hdMenu {
        display: block;
        margin-left: 20px;
    }

    #header .hdMenu .hamburger {
        display: block;
        position: relative;
        width: 50px;
        height: 55px;
        cursor: pointer;
        background: none;
        border: none;
        transition: all 0.3s;
        -webkit-tap-highlight-color: transparent;
    }

    #header .hdMenu .hamburger.open span {
        background-color: transparent;
        transition: 0s;
    }

    #header .hdMenu .hamburger span {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
        background-color: #29378B;
        border-radius: 2px;
        transition: 0.3s;
        transition: top 0.3s ease 0.3s, transform 0.1s ease 0s, background 0.3s ease 0s;
    }

    #header .hdMenu .hamburger span::before,
    #header .hdMenu .hamburger span::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #29378B;
        position: absolute;
        left: 0;
        border-radius: 2px;
        transition: 0.3s;
        transition: top 0.3s ease 0.3s, transform 0.1s ease 0s, background 0.3s ease 0s;
    }

    #header .hdMenu .hamburger span::before {
        top: -7px;
    }

    #header .hdMenu .hamburger.open span::before {
        top: 0;
        transform: rotate(-30deg);
        transition: top 0.3s ease, transform 0.3s ease 0.5s;
        background-color: #29378B;
    }

    #header .hdMenu .hamburger span::after {
        top: 7px;
    }

    #header .hdMenu .hamburger.open span::after {
        top: 0;
        transform: rotate(30deg);
        transition: top 0.3s ease, transform 0.3s ease 0.5s;
        background-color: #29378B;
    }

    /*#header .hdMenu .hamburger span:nth-child(1) {
        margin-bottom: 9px;
    }

    #header .hdMenu .hamburger span:nth-child(2) {
        opacity: 1
    }

    #header .hdMenu .hamburger span:nth-child(3) {
        margin-top: 9px;
    }

    #header .hdMenu .hamburger.open span {
        background: #29378B;
    }

    #header .hdMenu .hamburger.open span:nth-child(1) {
        margin-bottom: -2px;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(45deg);
        transform: rotate(30deg);
    }

    #header .hdMenu .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    #header .hdMenu .hamburger.open span:nth-child(3) {
        margin-top: -2px;
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-30deg);
    }*/

    #header .mainMenu {
        opacity: 0;
        position: fixed;
        display: block;
        top: 90px;
        right: 0;
        width: 100%;
        height: calc(100vh - 90px);
        padding: 107px 20px;
        text-align: center;
        margin: 0;
        transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
        pointer-events: none;
        background: url(../images/common/header-bg-sp.jpg)no-repeat top left;
    }

    #header .menuWrap.sp {
        display: block;
    }

    #header .menuWrap.show .mainMenu {
        opacity: 1;
        pointer-events: auto;
    }

    #header .mainMenu a {
        font-size: 20px;
        letter-spacing: 1px;
        color: #fff;
    }

    #header .mainMenu a:before {
        bottom: -8px;
        height: 2px;
        background-color: #fff;
    }

    #header .mainMenu li.active a {
        color: #fff;
    }

    #header .mainMenu li:not(:nth-child(5)) {
        margin: 0 0 44px;
    }

    #header .mainMenu li.sp {
        display: block;
    }

    #header .mainMenu li:nth-child(6) {
        margin: 44px 0 0;
    }

    #header .mainMenu li:nth-child(6) .number {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        top: -1px;
        right: -30px;
        width: 25px;
        height: 25px;
        font-size: 14px;
        color: #fff;
        background-color: #E92D2E;
        border-radius: 50%;
        padding-top: 1px;
    }

    .userBox {
        top: 87px;
        right: 50%;
        transform: translateX(50%);
        width: 100%;
    }

    .userBox.pc.show {
        opacity: 0 !important;
    }

    .userBox.sp.show {
        display: block;
        opacity: 1 !important;
    }

    .userBox .boxSmall {
        background: url(../images/common/header-bg-sp.jpg) no-repeat top left/ 100%;
        overflow: hidden;
        padding: 30px 30px 26px;
    }

    .userBox .userInfo {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        width: 100%;
        max-width: 400px;
        color: #fff;
        text-align: center;
        border-bottom: 2px solid #fff;
        padding-bottom: 16px;
        margin: 0 auto 17px;
    }

    .userBox .userInfo .infoAvatar {
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
    }

    .userBox .userInfo .infoAvatar .avatarPhoto {
        width: 88px;
    }

    .userBox .userInfo .infoAvatar .avatarPhoto img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
    }

    .userBox .userInfo .infoAvatar .avatarEdit {
        position: absolute;
        right: 0;
        bottom: -1px;
    }

    .userBox .userInfo .infoAvatar .avatarEdit a {
        display: block;
        width: 30px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        padding: 5px;
        background-color: #29378B;
    }

    .userBox .userInfo .infoName {
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .userBox .userInfo .infoCompany {
        width: 100%;
        font-size: 14px;
        line-height: 1.35;
        margin-bottom: 8px;
    }

    .userBox .infoList li:not(:last-child) {
        margin-bottom: 8px;
    }

    .userBox .userList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .userBox .userList li:not(:last-child) {
        border: none;
    }

    .userBox .userList li a {
        background: transparent;
        padding: 0;
    }

    .hdNotification {
        display: none;
    }

    .areaSiderbar .bigInner .siderLeft {
        display: none;
    }

    .areaSiderbar .bigInner .siderRight {
        width: 100%;
    }
}

@media(max-width: 900px) and (min-width: 769px) {
    .hdUser .userAvatar {
        width: 50px;
    }

    #header .mainMenu.show {
        background: url(../images/common/header-bg-sp.jpg) no-repeat top left/ 100% 100%;
    }
}

@media(max-width:820px) {
    .areaBox {
        padding: 53px 30px 60px;
    }
}


@media(min-width:769px) {
    #header .hdList li a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }

    #header .mainMenu a:hover:before {
        width: 100%;
    }

    .hdNotification .notiList li a:hover {
        background-color: #CEEEFF;
    }

    .hdNotification .notiMain:hover {
        background-color: #F2DA02;
    }

    /* .userBox .userList li a:hover {
        background-color: #F2DA02;
    } */

    .userBox .userList .dropdown-item {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        border: none;
        font-family: "Roboto", sans-serif;
    }

    .userBox .userList .dropdown-item .btnBox {
        position: relative;
        height: min-content;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .userBox .userList .dropdown-item .btnBox .first,
    .userBox .userList .dropdown-item .btnBox .last {
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(.1, 0, 0, 1);
    }

    .userBox .userList .dropdown-item:hover .btnBox .first {
        transform: translateY(-30px);
    }

    .userBox .userList .dropdown-item:hover .btnBox .last {
        transform: translateY(0);
    }

    .userBox .userList .dropdown-item .btnBox .last {
        position: absolute;
        transform: translateY(30px);
    }

    .hdUser .userAvatar:hover {
        opacity: 0.7;
    }

    .userLogin a:hover img {
        opacity: 0;
    }

    .userLogin a:hover:before {
        opacity: 1;
    }

    #breakcrumd .breakList li a:hover:before {
        width: 100%;
    }

    .pagingNav .pagi_nav_list li a:hover {
        background-color: #707070;
        color: #fff;
    }

    .areaEvent .pagingNav .pagi_nav_list li.disabled a:hover {
        color: #bbb;
        background-color: #E3E3E3;
    }

    .areaBtn a:hover .btnBox .first,
    .areaBtn button:hover .btnBox .first {
        transform: translateY(-30px);
    }

    .areaBtn a:hover .btnBox .last,
    .areaBtn button:hover .btnBox .last {
        transform: translateY(0);
    }

    .hoverLink:hover span.text {
        background-size: 100% 1px;
        background-position: 0 100%;
    }

    .siderLeft .siderMenu li a:hover {
        color: #fff;
    }

    .siderLeft .siderMenu li a:hover:before {
        background: url(../images/common/arrow-right-white.svg) no-repeat top left / 100% 100%;
    }

    .siderLeft .siderMenu li a:hover:after {
        left: 0;
    }

    .siderLeft .siderInfo .infoAvatar .avatarEdit a:hover {
        background-color: #F2DA02;
    }

    .masthead .state li a:hover {
        color: #F2DA02;
    }

    .masthead .state li a:hover img:last-child {
        display: block;
    }

    #header .mainMenu li a:hover::before {
        right: auto;
        left: 0;
        width: 100%;
    }

    .areaPopup .popupWrap .closePopup::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/common/icon-close-hover.svg) no-repeat center center/100%;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .areaPopup .popupWrap .closePopup:hover::before {
        opacity: 1;
    }
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    body a {
        -webkit-appearance: none;
        appearance: none;
        -webkit-tap-highlight-color: transparent;
        box-shadow: none;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }

    .bigInner {
        width: 100%;
        padding: 0 4%;
    }

    #fixH {
        height: 70px;
    }

    #header {
        height: 70px;
        padding: 10px 0;
    }

    body.fixed .bigInner {
        z-index: 1;
    }

    #header .bigInner {
        position: relative;
        flex-wrap: wrap;
        height: 40px;
    }

    body.fixed #header .bigInner:before {
        content: "";
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        width: 92%;
        height: 1px;
        background: #fff;
    }

    #header .logo a {
        position: relative;
        width: 100%;
    }

    #header .logo a img {
        width: 100%;
    }

    #header .white {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    body.fixed #header .blue {
        opacity: 0;
    }

    body.fixed #header .white {
        opacity: 1;
    }

    .userLogin {
        transform: translateY(2px);
    }

    .userLogin a {
        position: relative;
    }

    .userLogin a img {
        width: 26px;
        aspect-ratio: 1/1
    }

    #header .bigInner .hdFrame {
        flex-direction: row-reverse;
        transform: translateY(-2px);
    }

    #header .hdMenu {
        margin-left: 15px;
    }

    #header .hdMenu .hamburger {
        width: 44px;
        height: 24px;
    }

    body.fixed #header .hdMenu .hamburger span::before,
    body.fixed #header .hdMenu .hamburger span::after {
        background-color: #fff;
    }

    #header .mainMenu {
        top: 0;
        right: -100vw;
        width: 100vw;
        height: calc(100vh + 19px);
        background: url(../images/common/header-bg-sp.jpg) no-repeat top left;
        z-index: 0;
        padding: 107px 20px;
        transition: all 0.5s ease;
        background-color: #1285c5;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #header .menuWrap.show .mainMenu {
        right: 0;
    }

    #header .menuWrap .mainMenu {
        display: block;
    }

    #header .mainMenu.pc {
        display: none !important;
    }

    #header .mainMenu a:before {
        content: none;
    }

    #header .mainMenu li:nth-child(6) .number {
        top: 0px;
        right: -29px;
        width: 24px;
        height: 24px;
    }

    .hdUser .userAvatar {
        transform: translateY(0);
    }

    .userBox {
        position: fixed;
        top: 70px;
        left: 0;
        right: auto;
        transform: translateX(0);
        width: 100vw;
        height: 100vh;
    }


    #main .mainPhoto img {
        min-height: 30vh;
    }

    #main .pageTitle {
        font-size: 30px;
    }

    .areaSiderbar {
        margin-top: 30px;
    }

    .areaSiderbar .bigInner .siderRight {
        width: 100%;
    }

    #breakcrumd .breakList li a {
        font-size: 14px;
    }

    #breakcrumd .breakList li:not(:last-child):before {
        top: 8px;
        right: -16px;
        width: 4px;
        height: 8px;
    }

    .popup .popupWrap .btnClose {
        top: 10px;
        right: 10px;
    }

    .areaBtn button {
        width: 100%;
    }

    .titleLine {
        color: #29378b;
        font-size: 20px;
        line-height: 1.45;
        margin-bottom: 20px;
    }

    .frameBcr {
        padding: 20px 0 30px;
    }

    .frameBcr.frameBreak {
        padding-top: 23px;
    }

    #copyright {
        font-size: 12px;
        padding: 9px 5px 8px;
    }

    .pagingNav .pagi_nav_list li {
        margin: 0 3px 8px;
    }

    .pagingNav .pagi_nav_list li.prev a,
    .pagingNav .pagi_nav_list li.next a {
        padding: 0 8px;
    }

    .pagingNav .pagi_nav_list li a {
        height: 28px;
        min-width: 28px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width: 680px) {
    .pagingNav {
        justify-content: center;
    }

    .pagingNav .navSub {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 14px;
    }
}

@media(max-width: 430px) {
    #fixH {
        height: 60px;
    }

    #header {
        height: 60px;
        padding: 5px 0;
    }

    #header .logo {
        width: 55.7%;
        max-width: 250px;
    }

    #header .hdMenu .hamburger {
        width: 27px;
        height: 16px;
    }

    .userBox {
        top: 60px;
    }

    .userLogin a img {
        width: 18px;
    }

    #main .pageTitle {
        font-size: 25px;
    }

    .areaTitle {
        font-size: 20px;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .areaTitle:before {
        top: 3px;
        width: 24px;
    }

    .titleLine {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .titleLine::before {
        bottom: -4px;
    }

    .areaBtn a,
    .areaBtn button {
        width: 100%;
        max-width: 260px;
        height: 45px;
        font-size: 14px;
    }



    .frameBcr.bcrImage,
    .frameBcr {
        min-height: calc(100% - 60px);
    }

    .areaBox {
        padding: 30px 15px 26px;
        border-radius: 10px;
    }

    /* tabBar */
    .tabBar .listTabBar li {
        width: 65px;
    }

    .tabBar .listTabBar li a .nameMenu {
        font-size: 12px;
    }

    .menuDetail .listMenu {
        padding: 38px 0;
        min-height: calc(100vh - 180px);
    }

    .menuDetail .listMenu li a {
        font-size: 16px;
    }

    .areaHome .homeBox .postContent .dataTxt {
        font-size: 14px;
    }

    #main .mainPhoto img {
        min-height: 25vh;
    }

    .pagingNav {
        padding: 9px 6px;
    }

    .pagingNav .pagi_nav_list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagingNav .pagi_nav_list li:not(:last-child) {
        margin-right: 5px;
    }

    .pagingNav .pagi_nav_list li a {
        min-width: 22px;
        height: 22px;
        line-height: 1.8;
    }

    .pagingNav .pagi_nav_list li.prev a,
    .pagingNav .pagi_nav_list li.next a {
        padding: 0 5px;
    }


    /* AREAPOPUP */

    .areaPopup .popupWrap {
        padding: 30px 4%;
    }

    .areaPopup .popupWrap .popupTitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .areaPopup .popupWrap .closePopup {
        top: 8px;
        right: 8px;
        width: 26px;
    }

    .poupConfirm .popupTxt {
        font-size: 14px;
    }

    /* END-AREAPOPUP */

}

@media(max-width: 375px) {
    #main .mainPhoto img {
        min-height: 30vh;
    }
}
