#header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    height: 56px;
    background: #121212;
}

#header .Logo {
    width: 98px;
    height: 100%;
    background: url(/m/img/common/logo_w300.png) center no-repeat;
    background-size: 100% auto;
    margin-left: 20px;
}

#header .Logo a {
    display: block;
    height: 100%;
    text-indent: -9999px;
}

#header .headerR {
    margin-right: 8px;
}

#header a.btn_gnbMenu {
    position: static;
    display: block;
    width: 43px;
    height: 38px;
    padding: 12px;
    background: none;
    cursor: pointer;
}

#header a.btn_gnbMenu span,
#header a.btn_gnbMenu::before,
#header a.btn_gnbMenu::after {
    display: block;
    height: 2px;
    background-color: #fff;
}

#header a.btn_gnbMenu span {
    margin: 4px 0;
}

#header a.btn_gnbMenu::before,
#header a.btn_gnbMenu::after {
    content: "";
}

#header a.btn_gnbMenu.close {
    z-index: 1500;
    position: absolute;
    right: 0;
    top: 0;
}

#header a.btn_gnbMenu.close span {
    width: 24px;
}

#header a.btn_gnbMenu.close span.slice1 {
    margin-top: 5px;
    margin-bottom: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#header a.btn_gnbMenu.close span.slice2 {
    opacity: 0
}

#header a.btn_gnbMenu.close span.slice3 {
    margin-top: -11px;
    margin-bottom: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#gnbMenu_area {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 53px;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

#gnbMenu_area .bg {
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #f2f3f5;
    display: none;
}

#gnbMenu_area div.top_bar {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 67px;
    padding-left: 15px;
    background: #fa1e37;
    z-index: 1300;
}

#gnbMenu_area div.top_bar .left_area {
    color: #fff;
}

#gnbMenu_area div.top_bar .left_area span.login_info {
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
    color: #f89395;
    letter-spacing: -0.075em;
    text-align: left;
    line-height: 1.4em;
    height: 30px;
    margin-top: 10px;
}

#gnbMenu_area a.btn_join {
    display: block;
    position: absolute;
    right: 56px;
    top: 13px;
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
    font-size: 13px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    font-weight: 300;
}

#gnbMenu_area a.btn_modify {
    right: 123px;
}

#gnbMenu_area .menu_area {
    z-index: 15;
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#gnbMenu_area.hc_menu_activated {
    display: block;
    height: 0;
    transition: height 0.5s;
    overflow: hidden;
}

#gnbMenu_area.hc_menu_activated.on {
    height: 100%;
    transition: height 0.1s;
}

html:not(.hc_menu_opened) div#gnbMenu_area.hc_menu_activated {
    padding: 0;
}

#gnbMenu_area.hc_menu_activated .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 10;
    background: #000;
    transition: all 0.5s ease-out;
}

#gnbMenu_area.hc_menu_activated.on .bg {
    height: 100%;
}

#gnbMenu_area.hc_menu_activated div.top_bar {
    display: block;
    top: -55px;
    transition: top 0.3s;
}

#gnbMenu_area.hc_menu_activated.on div.top_bar {
    top: 0;
}

#gnbMenu_area.hc_menu_activated .menu_area {
    position: relative;
    top: 10px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
}

#gnbMenu_area.hc_menu_activated.on .menu_area {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    transition: top 0.5s, height 1s, opacity 1s;
}

div.menu_area>ul {
    height: 100%;
    padding: 10px 0;
    position: relative;
}

div.menu_area>ul li.dep01 {
    display: block;
    width: 165px;
    overflow: visible;
}

div.menu_area>ul li.dep01 ul li {
    line-height: 20px;
}

div.menu_area>ul li.dep01 ul li span {
    display: inline-block;
}

div.menu_area>ul li.dep01 a.dep01 {
    padding: 8px 18px;
    display: block;
    font-size: 15px;
    font-family: 'Noto Sans KR';
    color: #444;
    font-weight: 700;
}

div.menu_area>ul li.dep01.on a.dep01 {
    color: #013979;
}

div.menu_area>ul li.dep01>div {
    display: none;
    position: absolute;
    left: 170px;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    overflow-y: auto;
    z-index: 16;
    padding-bottom: 60px;
    -webkit-overflow-scrolling: touch;
}

div.menu_area>ul li.dep01.on>div {
    display: block;
    padding-top: 7px;
}

div.menu_area>ul li.dep01>div a.tit {
    display: block;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 12pt;
}

div.menu_area>ul li.dep01>div a.active {
    color: #013979 !important;
    font-weight: 500;
}

div.menu_area>ul li.dep01>div strong.group_tit,
div.menu_area>ul li.dep01>div strong.group_tit02 {
    padding: 19px 0 7px 0;
    display: block;
    font-size: 15px;
    font-family: 'Noto Sans KR';
    color: #fff;
}

div.menu_area>ul li.dep01>div strong.group_tit02 {
    padding-top: 14px;
    font-family: 'Noto Sans KR';
    padding: 12px 0 3px 0;
}

div.menu_area>ul li.dep01>div>ul {
    padding-top: 11px;
    padding-bottom: 60px;
}

div.menu_area>ul li.dep01>div>ul.pb0 {
    padding-bottom: 0px;
}

div.menu_area>ul li.dep01>div ul li a.dep02 {
    display: block;
    padding: 7px 0;
    font-size: 15px;
    color: #999;
    line-height: 20px;
}

div.menu_area>ul li.dep01>div ul li a.dep02:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: rgba(1, 57, 121, .7);
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}

div.menu_area>ul li.dep01>div ul li ul li a.dep02 {
    padding: 6px 0 6px 0;
}

div.menu_area>ul li.dep01>div ul li ul li a.active {
    color: #013979 !important;
    font-weight: 500;
}

.gnbCurriTitle {
    font-size: 11pt;
    color: #333;
    letter-spacing: -0.075em;
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: 600;
}

.gnbSlideMenu {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    height: 44px;
    background-color: #121212;
    z-index: 100;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
    box-sizing: border-box;
    padding: 0 8px;
}

.gnbSlideMenu .swiper-slide {
    width: auto;
}

.gnbSlideMenu .swiper-slide a {
    display: block;
    padding: 0 12px;
}

.gnbSlideMenu .swiper-slide a span {
    display: block;
    line-height: 42px;
    color: #eee;
    font-size: 16px;
    font-family: Pretendard;
    font-weight: 500;
}

/* 메인메뉴_고정 */
.gnbSlideMenu.gnbSlideMenuFix52 {
    position: fixed !important;
    top: 0px;
}

.subSlideMenu.subSlideMenuFix93 {
    position: fixed !important;
    top: 41px;
    width: 100%;
}

/* 푸터 */
#footer {
    padding: 25px 15px;
    background: #2d2d31;
    text-align: center;
}

#scrollTop {
    position: fixed;
    height: 36px;
    width: 36px;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#scrollTop.scrollVisible {
    opacity: 1.0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* 바텀네비 */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 750px;
    height: 56px; 
    z-index: 1000;
    transform: translateX(-50%);
}
.bottom-nav::before,
.bottom-nav::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.bottom-nav::before{
    height: calc(100% + 15px);
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), transparent);
}
.bottom-nav::after{
    height: 100%;
    background: transparent url('/m/img/common/bg_btm2.png') top no-repeat;
    background-size: 120px auto;
}
.bottom-nav ul.default {
    position: relative;
    display: flex;
    height: 100%;
}
.bottom-nav ul.default::before,
.bottom-nav ul.default::after{
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    background-color: #fff;
    width: calc(50% - 54px);
    height: 100%;
}
.bottom-nav ul.default::before{
    left: 0;
}
.bottom-nav ul.default::after{
    right: 0;
}
.bottom-nav .default li {
    position: relative;
    width: 20%;
    height: 100%;
    z-index: 1;
}
.bottom-nav .default li a{    
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.bottom-nav .default .icon {
    margin-bottom: 2px;
}
.bottom-nav .default .icon img {
    width: 24px;
    height: auto;
}
.bottom-nav .default .txt {
    font-size: 11px;
    color: #333;
    font-weight: 600;
}
.bottom-nav .default li:nth-child(3) a{
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(45deg, #204eff, #ff4eff 90%);
}
.bottom-nav .default li:nth-child(3) a .icon{
    margin-bottom: 0;
}
.bottom-nav .default li:nth-child(3) a .icon  img{
    width: 32px;
}
.bottom-nav .default li:nth-child(3) .txt {
    padding-bottom: 4px;
    color: #fff 
}
.bottom-nav .floating{
    position: absolute;
    right: 24px;
    bottom: 72px;
    width: 48px;
}
.bottom-nav .floating .kakao a,
.bottom-nav .floating .top{
    display: block;
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 50%;
    box-sizing: content-box;
}
.bottom-nav .floating .kakao a{
    background-color: #FFE825;
}
.bottom-nav .floating li a img{
    width: 100%;
    height: auto;
}
.bottom-nav .floating .top{
    margin-top: 8px;
    background-color: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

/* 푸터 */
#new_footer{
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 60px;
    background-color: #121212;
    color: #B7B7B7;
}
#new_footer .n_foot_top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 16px;
}
#new_footer .n_foot_top .ft_m_logo img{
    width: 86px;
    height: auto;
}
#new_footer .n_foot_top .ft_snsIcon img {
    width: 32px;
    height: auto;
}

#new_footer .n_footeraddr {
    padding: 4px 16px 32px 16px;
    font-family: 'Noto Sans KR';
    font-size: 13px;
    color: #b7b7b7;
}

#new_footer .n_footeraddr .m_ft_line {
    display: inline-block;
    vertical-align: top;
    margin: 3px 8px 0px 8px;
    font-size: 9px;
    color: #505050;
}


/* 공통 */
.gray_box {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    box-shadow: 0px 0px 4px #a9a9a9 inset;
}

#mask {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background-color: #000;
    opacity: 0.7;
}

#NormalMask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 199;
    background-color: #000;
    display: none;
    opacity: 0.85;
}

#ScheduleMask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 199;
    background-color: #000;
    display: none;
    opacity: 0.7;
}

/* 공통 :e */
