body {
    background: linear-gradient(0deg, rgba(29, 32, 56, 0.3), rgba(29, 32, 56, 0.3)), url('../img/coop2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


.btn_menu {
    min-width: 82px;
    margin: 2px 0 2px 0;
}


/* Text CSS */

.text-white {
    color: #fff;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-lighter {
    font-weight: lighter;
}

.font-weight-bolder {
    font-weight: bolder;
}


/* Text CSS end*/

/*Display CSS*/

.d-flex {
    display: flex;
}

.flex-row {
    flex: row;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-content: center;
}

/*Display CSS end*/


/*Custom CSS */
header {
    padding: 8px;
    background: #3b44ac;
}

div {
    box-sizing: border-box
}

p {
    margin: 0px !important;
    padding: 0px !important;
}

button {
    outline: none;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0px !important;
    padding: 0px !important;
}

.m-0 {
    margin: 0px;
}

.m-1 {
    margin: 8px;
}

.m-2 {
    margin: 16px;
}

.m-3 {
    margin: 24px;
}

.m-4 {
    margin: 32px;
}

.m-5 {
    margin: 40px;
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 8px;
}

.p-2 {
    padding: 16px;
}

.p-3 {
    padding: 24px;
}

.p-4 {
    padding: 32px;
}

.p-5 {
    padding: 40px;
}

.text-freiscop {
    color: #003b78;
}

.nav-title {
    font-size: 1.6em !important;
}

.nav-mark {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/logo/mark_white.png) 50% 50%/contain no-repeat;
    margin-right: 8px;
}

.loginBtn {
    background: #fff;
    color: #3b44ac;
    padding: 4px 16px !important;
    border-radius: 4px;
}

.btn-schedule {
    background: #fff;
    border: 1px solid #222;
    padding: 4px 16px;
}

.btn-schedule-search {
    font-size: 1rem;
    transition: .3s;
    background: #3b44ac;
    color: #fff;
    padding: 8px 16px;
}

.btn-schedule-search:hover {
    background: #1b248a;
}

.btn-promotion-search {
    font-size: 1rem;
    transition: .3s;
    background: #dc3545;
    color: #fff;
    padding: 8px 16px;
}


.btn-promotion-search:hover {
    background: #AE3545;
}

.btn-search {
    box-sizing: border-box;
    min-width: 55px;
    background: #3b44ac;
    border: 1px solid #3b44ac;
    color: #fff;
    padding: 6px 16px;
    transition: .3s;
}

.btn-search:hover {
    min-width: 55px;
    background: #272D73;
    color: #fff;
    border: solid 1px #272D73;
    font-weight: bold;
}

.promo-img {
    width: 30px;
    height: 30px;
}

.menu-icon {
    width: 60px;
    height: 60px;
    font-size: 2.8em;
    border-radius: 8px;
}

.search-wrap {
    border-radius: 8px;
    border: 2px solid #3b44ac;
}

.search-wrap > input {
    height: 32px;
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group-custom {
    border-radius: 4px;
    border: 2px solid #3b44ac;
    font-size: 1em;
}

.btn-group-custom > button {
    color: #6c757d;
    padding: 4px 16px;
}

.btn-group-custom > button.active {
    background: #3b44ac;
    color: #fff;
}

.login_join {
    position: relative;
}

.login_join a span {
    color: #fff !important;
    font-size: 9pt;
    font-weight: bold;
}

#userPanel {
    display: none;
    float: right;
    position: absolute;
    margin-top: 10px;
    right: 12px;
    width: 400px;
    height: 150px;
    line-height: 21.6px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #dcdcdc;
    z-index: 1;
}

#userPanel:after {
    content: '';
    position: absolute;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 147px;
    right: 10px;
}

#userPanel:before {
    content: '';
    position: absolute;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 8px solid #ccc;
    bottom: 148px;
    right: 10px;
}

.userTable {
    width: 100%;
    color: #494950;
}

.userTable TD {
    vertical-align: middle;
}

#userImg {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    background-color: #dad9ff;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

#userImgSmall {
    float: right;
    margin-top: 7px;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #fafafa;
    border-radius: 50%;
}

#userImgSmall.selected {
    margin-top: 6px;
    margin-right: 13px;
    width: 34px;
    height: 34px;
    border: 3px solid #dad9ff;
}

.upName {
    font-size: 20px;
}

.upTitle {
    font-size: 20px;
    font-weight: normal;
}

.upDesc {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
}

.tr_btn_user {
    cursor: pointer;
    text-align: center;
}

.btn_user_mod {
    width: 50%;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 10pt !important;
}

.btn_user_logout {
    width: 50%;
    border-top: 1px solid #dcdcdc;
    font-size: 10pt !important;
}

.w100 {
    width: 100px;
}

#frame_ocean {
    height: 260px;
}


.footer_container {
    width: 100%;
    text-align: left;
    color: #fff !important;
}

.footer_terms {
    margin: 0 auto .8%;
    display: inline-table;
    text-align: center;
}

.footer_terms li {
    float: left;
    content: inherit;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
}

.footer_terms li > a {
    color: #fff;
}

.footer_terms li > a {
    color: #fff;
}


.rounded-3 {
    border-radius: 1.25rem !important;
}


/*CUSTOM Modal*/

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer-shadow {
    cursor: pointer;
    transition: .3s;
}

.cursor-pointer-shadow:hover {
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15) !important;
}


#logout-modal {
    position: fixed;
    left: 0;
    top: 0;
    display: table;
    height: 100%;
    width: 100%;
    z-index: 1040;
    background: rgba(0, 0, 0, .8);
    /* hidden Ã³¸® */
    transform: scale(0);
}

#logout-modal .modal-icon {
    font-size: 4em;
}

#logout-modal > .content {
    background: #fff;
}


#logout-modal.active {
    transform: scale(1);
}

#logout-modal.active {
    background: transparent;
    animation: fadeIn .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#logout-modal.active .content {
    /* ÄÜÅÙÃ÷¸¦ ÃÊ±â¿¡ º¸¿©ÁÖÁö ¾ÊÀ½ */
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}


#gpt-modal {
    position: fixed;
    left: 0;
    top: 0;
    display: table;
    height: 100%;
    width: 100%;
    z-index: 1040;
    background: rgba(0, 0, 0, .8);
    /* hidden Ã³¸® */
    transform: scale(0);
}

#gpt-modal > .content {
    background: #fff;
    padding: 16px;
}

#gpt-modal .robot-icon {
    font-size: 3em;
}

#gpt-modal .robot-icon span {
    margin-top: -0.5em;
    border-color: #003b78 !important;
    border-width: 3px !important;
    width: 50px;
    height: 50px;
}


#gpt-modal.active {
    transform: scale(1);
}

#gpt-modal.active {
    background: transparent;
    animation: fadeIn .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#gpt-modal.active .content {
    /* ÄÜÅÙÃ÷¸¦ ÃÊ±â¿¡ º¸¿©ÁÖÁö ¾ÊÀ½ */
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.content {
    /* ÄÜÅÙÃ÷ Å©±â¸¦ ÁÙÀÓ */
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}


/* Dimmed showing */
@keyframes fadeIn {
    0% {
        background: transparent;
    }
    100% {
        background: rgba(0, 0, 0, .7);
    }
}

/* Show modal content from bottom to top */
@keyframes scaleUp {
    0% {
        /* ¸ð´Þ ÄÜÅÙÃ÷¸¦ ÇÏ´Ü¿¡ À§Ä¡½ÃÅ´ */
        transform: scale(.8) translateY(1000px);
        opacity: 0;
    }
    100% {
        /* ¸ð´Þ ÄÜÅÙÃ÷¸¦ º»·¡ À§Ä¡·Î µ¹·Á³õÀ½ */
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* Shrink content */
@keyframes scaleBack {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(.8);
    }
}


/*Custom CSS end*/