﻿/* header */
#header {
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    background: #fff;
    z-index: 100;
    max-width: 768px;
}
#header-in{
    padding:0 15px;
}
#header-top{
    position:relative;
    height: 48px;
    padding:0 5px;
}
#header-top h1{
    padding-top:21px;
}
#header-top h1 img{
    height:23px;
}
#header-top .header-right{
    position:absolute;
    right:0;
    top:20px;
    padding-left:18px;
}
#header-top .header-menu-btn{
    display:inline-block;
    width:30px;
    height:26px;
    background:url(../imgs/common/header_menu.png) no-repeat center center;
    background-size:19px 15px;
}
#header-top .header-notification{
    position:relative;
    display:inline-block;
    width:30px;
    height:30px;
    margin-right:17px;
    background:url(../imgs/common/header_bell.png) no-repeat center center;
    background-size:auto 21px;
}
#header-top .header-notification.on:after{
    position:absolute;
    right:7px;
    top:5px;
    content:'';
    display:block;
    width:6px;
    height:6px;
    border-radius:3px;
    background:#f83838;
}
#gnb {
    overflow-x: auto;
    height: 36px;
    padding: 22px 0 0 10px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
#gnb::-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    height: 0;
    background: transparent; /* Optional: just make scrollbar invisible */
    -webkit-appearance: none;
}
#gnb ul {
    width: 370px;
}
#gnb .gnb-btn{
    position:relative;
    display:inline-block;
    float:left;
    padding-top:3px;
    height:24px;
    line-height:24px;
    font-size:16px;
    color:#333;
    margin-right:20px;
    letter-spacing:-0.03em;
}
#gnb .gnb-btn:last-child{
    margin-right:0;
}
#gnb .gnb-btn.on{
    font-weight:700;
    color:#f83838;
}
#gnb .gnb-btn.on:after{
    position:absolute;
    content:'';
    left:50%;
    top:0;
    width:3px;
    height:3px;
    margin-left:-1px;
    background:#f83838;
}
#header.header-sub {
    padding-bottom: 27px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
/* 메인 검색 박스 */
.main-search-box{
    position:relative;
    z-index:100;
    margin-bottom:15px;
}
.main-search-box input[type=text]:focus{
    background-color:#fff;
}
.main-search-box-pop {
    display:none;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index:100;
}
.main-search-box-pop-in {
    display:none;
    padding: 5px 13px 14px 13px;
}
.main-search-box-pop ul{
    max-height:145px;
    overflow-y:auto;
}
.main-search-box-pop li{
    font-weight:400;
    font-size:12px;
    color:#848484;
    letter-spacing:-0.03em;
    line-height:240%;
}
.main-search-box-pop input[type=text]{
    background-color:#fff;
}
/* 부메뉴 */
.fixed-box{
    position:fixed;
    left:0;
    top:49px;
    width:100%;
    padding-top:18px;
    background:#fff;
    z-index:100;
}
.fixed-box-in{
    padding:0 15px;
}
/* main menu */
#main-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 20%;
    top: 0;
    background: #fff;
    opacity: 0;
    z-index: 1000;
}
#main-menu-in{
    height:100%;
    overflow-y:auto;
    z-index:10;
}
#main-menu .main-menu-section {
    padding: 0 25px;
    position: relative;
}
#main-menu .main-menu-close-box{
    height:40px;
    padding:20px 24px 0 0 ;
    text-align:right;
}
#main-menu .main-close-btn {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../imgs/icn/main_menu_close_btn.png) no-repeat center center;
    background-size: 15px auto;
}
#main-menu .main-menu-section-1 {
    margin-bottom:29px;
    line-height:22px;
}
#main-menu .main-menu-section-1 .mms1-txt {
    font-size: 18px;
    color: #333;
    letter-spacing: -0.03em;
}
#main-menu .main-menu-section-1 .mms1-txt em{
    font-weight:700;
    font-size:22px;
    letter-spacing:-0.03em;
}
#main-menu .main-menu-section-1 .mms1-txt-em{
    display:inline-block;
    max-width:49%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    vertical-align: middle;
}
#main-menu .main-menu-section-1 .mms1-txt-sub{
    font-size:22px;
    letter-spacing:-0.03em;
    vertical-align: middle;
}
#main-menu .main-menu-section-1 .mms1-txt-sub-2{
    display:inline-block;
    padding-right:14px;
    vertical-align: middle;
    background: url(../imgs/icn/icn_arr_r.png) no-repeat right center;
    background-size: 6px auto;
}
#main-menu .main-menu-section-1 .mms1-btn{
    position:absolute;
    top:0;
    right:25px;
    padding:0 8px;
    line-height:24px;
    font-size:11px;
    color:#afb3ba;
    background:#f1f2f4;
    letter-spacing:-0.03em;
    border-radius:5px;
}
#main-menu .main-menu-section-2{
    padding-bottom:25px;
    border-bottom:10px solid #f6f7f9;
}
#main-menu .main-menu-section-2 .mms2-item{
    height:60px;
}
#main-menu .main-menu-section-2 .mms2-btn{
    position:relative;
    display:inline-block;
    padding:16px 0;
    font-weight:700;
    font-size:14px;
    color:#333;
    letter-spacing:-0.03em;
    border:1px solid #d5d5d5;
    border-radius:5px;
    text-align:center;
    line-height:110%;
}
#main-menu .main-menu-section-2 .mms2-btn-in{
    position:relative;
    padding:0 6px;
}
#main-menu .main-menu-section-2 .mms2-btn-in:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 3px;
    height: 3px;
    background: #f83838;
}
#main-menu .main-menu-section-2 .mms2-btn-1{
    display:block;
    background:url(../imgs/common/main_menu_txt_1.png) no-repeat center center;
}
#main-menu .main-menu-section-2 .mms2-btn-2{
    display:block;
    background:url(../imgs/common/main_menu_txt_2.png) no-repeat center center;
}
#main-menu .main-menu-section-2 .mms2-btn-3{
    display:block;
    background:url(../imgs/common/main_menu_txt_3.png) no-repeat center center;
}
#main-menu .main-menu-section-2 .mms2-btn-4{
    display:block;
    background:url(../imgs/common/main_menu_txt_4.png) no-repeat center center;
}
#main-menu .main-menu-section-2 .mms2-btn-5{
    display:block;
    background:url(../imgs/common/main_menu_txt_5.png) no-repeat center center;
}
#main-menu .main-menu-section-2 .mms2-btn-2,
#main-menu .main-menu-section-2 .mms2-btn-3,
#main-menu .main-menu-section-2 .mms2-btn-4,
#main-menu .main-menu-section-2 .mms2-btn-5{
    width:48%;
}
#main-menu .main-menu-section-2 .mms2-btn-2,
#main-menu .main-menu-section-2 .mms2-btn-4{
    float:left;
}
#main-menu .main-menu-section-2 .mms2-btn-3,
#main-menu .main-menu-section-2 .mms2-btn-5{
    float:right;
}
#main-menu .main-menu-section-2 .mms2-btn.on:after{
    display:block;
    content:'';
    position:absolute;
    left:-8px;
    top:-7px;
    width:34px;
    height:16px;
    background:url(../imgs/icn/icn_new.png) no-repeat center center;
    background-size:cover;

}
#main-menu .main-menu-section-3{
    padding-top:11px;
    padding-bottom:17px;
    border-bottom:10px solid #f6f7f9;
}
.main-menu-section-3 .mms3-txt-1,
.main-menu-section-3 .mms3-txt-2 {
    position: relative;
    color: #333;
    letter-spacing: -0.03em;
    line-height:44px;
}
.main-menu-section-3 .mms3-txt-1 {
    font-weight: 500;
    font-size: 16px;
}
.main-menu-section-3 .mms3-txt-2{
    padding-left:18px;
    font-weight:400;
    font-size:14px;
}
.main-menu-section-3 .link{
    background: url(../imgs/icn/icn_arr_r_2.png) no-repeat right center;
    background-size:7px auto;
}
#main-menu .main-menu-section-4{
    text-align:center;
    padding:0 0 19px 0;
}
.main-menu-section-4 .mms4-item {
    padding: 32px 0 22px 0;
}
.main-menu-section-4 .mms4-btn {
    display: inline-block;
    vertical-align:top;
    margin:0 4px;
}
.main-menu-section-4 .mms4-btn-1{
    width:36px;
    height:34px;
    background:url(../imgs/icn/icn_mm_1.png) no-repeat center 5px;
    background-size:auto 18px;
}
.main-menu-section-4 .mms4-btn-2 {
    width: 36px;
    height: 34px;
    background: url(../imgs/icn/icn_mm_2.png) no-repeat center 5px;
    background-size: auto 24px;
}
.main-menu-section-4 .mms4-btn-3 {
    width: 29px;
    height: 34px;
    background: url(../imgs/icn/icn_mm_3.png) no-repeat center 5px;
    background-size: auto 18px;
}
.main-menu-section-4 .mms4-btn-4 {
    width: 29px;
    height: 34px;
    background: url(../imgs/icn/icn_mm_4.png) no-repeat center 5px;
    background-size: auto 18px;
}
.main-menu-section-4 .mms4-logout-btn {
    display: inline-block;
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 110%;
    border-bottom: 1px solid #696f8c;
}
/* gnb */
.gnb-slider{
    position:relative;
    overflow: hidden;
    height: 82px;
}
.gnb-slider .slick-item {
    position:absolute;
    left:100%;
    top:0;
    width: 100%;
    height: 82px;
}
.gnb-slick{
    position:relative;
}
.gnb-slick .slick-arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    opacity: 0;
    display: none;
}
.gnb-slick .slick-next{
    position:absolute;
    right:0;
    bottom:0;
}
.gnb-slider .gnb-slider-txt{
    position:absolute;
    right:15px;
    bottom:11px;
    height:22px;
    line-height:22px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 11px;
    text-align:center;
    font-size:11px;
    letter-spacing:-0.03em;
    z-index:10;
    width:47px;
}
.gnb-slider .gnb-slider-txt .slide-count{
    color:#fff;
}
.gnb-slider .gnb-slider-txt .slide-btn{
    display:inline-block;
    font-weight:700;
    color:#fff;
    width:8px;
}
.gnb-slider .gnb-slider-txt .slide-max{
    color:#d4d4d4;
    margin-right:3px;
}
.gnb-slider .slick-track {
    min-width:100%;
}
.gnb-slider .slick-item a {
    display: block;
    height: 100%;
}
/* layout board */
#header-board {
    position: fixed;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #fff;
    z-index: 100;
}
#header-board .btn-prev{
    display:inline-block;
    position:absolute;
    background:url(../imgs/icn/btn_header_prev.png) no-repeat center center;
    background-size:10px auto;
    width:16px;
    height:16px;
    left:15px;
    top:17px;
}
#header-board h1{
    font-weight:700;
    font-size:16px;
    letter-spacing:-0.03em;
    text-align:center;
    color:#333;
}
.header-board-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    height: 30px;
    line-height: 30px;
    min-width: 56px;
    padding: 0 5px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #fff;
    background: #f83838;
    border-radius: 5px;
}
.header-board-btn.disabled{
    font-weight:400;
    color:#ccc;
    background-color:#f6f7f9;
}
/* footer */
#footer {
    padding: 57px 0 22px 0;
    text-align: center;
}
#footer .footer-logo{
    margin-bottom:10px;
}
#footer .footer-logo-img{
    height:13px;
}
#footer .footer-copyright{
    font-weight:500;
    font-size:10px;
    color:#adadad;
    letter-spacing:-0.03em;
    line-height:110%;
}
#footer .footer-copyright-txt{
    margin-right:8px;
}
#footer .footer-copyright .footer-btn{
    display:inline-block;
    font-weight:700;
    border-bottom:1px solid #adadad;
}
#footer .notice {
    padding: 28px 16px 0;
    color: #ADADAD;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.3px;
}
.footer-btn-box-board {
    position: fixed;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    padding-top: 34px;
    width: 100%;
    height: auto;
    padding: 34px 25px 40px 25px;
    background: linear-gradient(360deg, #fff 81.42%, rgba(255, 255, 255, 0) 113.54%);
    z-index: 100;
}
.snack-bar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 22px;
    z-index: 200;
}
.snack-bar.off{
    display:none;
}
.snack-bar-in {
    position:relative;
    padding:16px 35px 19px 125px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}
.snack-bar .snack-bar-btn {
    position: absolute;
    left: 16px;
    top: 50%;
    display: inline-block;
    height: 36px;
    line-height: 35px;
    margin-top: -18px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    width: 91px;
    text-align: center;
    background: #f83838;
    border-radius: 5px;
    opacity: 0.95;
}
.snack-bar .snack-bar-txt{
    padding-top:1px;
    font-size:12px;
    color:#333;
    letter-spacing:0.03em;
    line-height:130%;
}
.snack-bar-close-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background: url(../imgs/icn/icn_close.png) no-repeat center center;
    background-size:9px auto;
}
/* content */
#container{
    padding-top:48px;
}
#content {
    padding-top: 22px;
    padding-bottom: 40px;
}
#content.section-main{
    padding-top:113px;
    padding-bottom:30px;
}
#content.section-board{    
    padding:23px 18px 18px 18px;
}
#content.content-sub{
    padding-top:85px;
}
.content-sub .section-in{
    padding:0 15px;
}
/* popup */
.pop{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1100;
} 
.pop-bg{
    width:100%;
    height:100%;
    background:#000;
    opacity:0.3;
}
.pop .pop-in{
    position:absolute;
    box-sizing:border-box;
    left:7%;
    top:50%;
    width:86%;
    padding:15px;
    margin-top:-90px;
    background:#fff;
    border-radius:10px;
}
.pop .pop-title{
    font-weight:700;
    font-size:14px;
    letter-spacing:-0.03em;
    color:#333;
    text-align:center;
    line-height:150%;
    margin-bottom:25px;
}
.pop .pop-con{
    margin-bottom:25px;
    font-size:14px;
    line-height:150%;
    letter-spacing:-0.03em;
    color:#333;
}
.pop .pop-btn-box{
    overflow:hidden;
}
.pop .pop-btn-box .btn-l,
.pop .pop-btn-box .btn-r{
    width:48%;
}
.pop .pop-btn-box .btn-l{
    float:left;
}
.pop .pop-btn-box .btn-r{
    float:right;
}
.pop-bottom {
    display:none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.pop-bottom .pop-in{
    overflow:hidden;
    position:absolute;
    overflow-y:auto;
    left:0;
    bottom:0;
    width:100%;
    padding:44px 0 0 0;
    background:#fff;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
.pop-bottom .pop-in-2{
    padding-bottom:24px;
}
.pop-bottom .pop-in-section {
    padding: 0 15px;
}
.pop-bottom .pop-h3{
    padding:0 15px;
    margin-bottom:7px;
    font-weight:700;
    font-size:14px;
    color:#11183c;
    letter-spacing:-0.03em;
    line-height:110%;
}
.pop-bottom .pop-h3 .sub{
    float:right;
    font-weight:400;
    font-size:12px;
    color:#f83838;
}
.pop-bottom .pop-title{
    margin-bottom:18px;
    font-weight:700;
    font-size:16px;
    color:#11183c;
    letter-spacing:-0.03em;
    text-align:center;
    line-height:110%;
}
.pop-bottom .pop-bottom-select li{
    text-align:center;
    font-weight:500;
    font-size:16px;
    line-height:250%;
    letter-spacing:-0.03em;
}
.pop-bottom .pop-bottom-select li.on,
.pop-bottom .pop-bottom-select li.checked{
    color:#f83838;
}
.pop-bottom-handle {
    position:absolute;
    left:0;
    top: 0;
    height: 34px;
    width:100%;
    background: url(../imgs/common/icn_handle.png) no-repeat center center;
    z-index:10;
}
.pop-bottom .pop-btn-box{
    overflow:hidden;
    padding:25px 15px 0 15px;
}
.pop-bottom .pop-btn-box .btn-l,
.pop-bottom .pop-btn-box .btn-r {
    width: 48%;
}
.pop-bottom .pop-bottom-floating-btn-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(360deg, #fff 63.16%, rgba(255, 255, 255, 0) 111.84%, rgba(255, 255, 255, 0) 111.84%);
    z-index: 10;
}

.pop-bottom .pop-bottom-floating-btn-box-in{    
    overflow:hidden;
    padding: 40px 15px 22px 15px;
}
.floating-btn-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(360deg, #fff 63.16%, rgba(255, 255, 255, 0) 111.84%, rgba(255, 255, 255, 0) 111.84%);
    z-index: 900;
}
.floating-btn-box-in {
    overflow:hidden;
    padding: 40px 23px 24px 23px;
}
.pop-txt-1{
    font-size:14px;
    color:#333;
    letter-spacing:-0.03em;
    line-height:130%;
}
.pop-txt-2 {
    margin-bottom:30px;
    font-weight:700;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 130%;
}
.pop-txt-3 {
    margin-bottom: 30px;
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.pop-txt-4 {
    margin-bottom: 13px;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.pop-txt-5 {
    margin-bottom: 13px;
    font-size: 12px;
    color:#f83838;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.pop-txt-6 {
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.03em;
    line-height: 130%;
}
.pop-txt-7 {
    margin-bottom: 13px;
    font-size: 12px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 150%;
}
.pop-txt-8 {
    padding:10px 0;
    border-radius: 10px;
    background: #f6f7f9;
    text-align:center;
}
.pop-txt-8 .p-1{
    font-size:12px;
    color:#696f8c;
    margin-bottom:22px;
    line-height:110%;
}
.pop-txt-8 .p-2{
    font-size:12px;
    color:#f83838;
    line-height:150%;
}
.pop-scroll-box{
    max-height:430px;
    overflow-y:auto;
}
/* 토스트 팝업 */
.pop-toast {
    display: none;
    position: absolute;
    left: 6%;
    bottom: 40px;
    width: 88%;
    background: #fff;
    opacity: 0.9;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    text-align: center;
    z-index: 1200;
}
.pop-toast p{
    padding:17px 0;
    font-size:12px;
    color:#333;
    letter-spacing:-0.03em;
    z-index:2000;
}
.icn-ex{
    display:inline-block;
    height:13px;
    width:12px;
    padding-right:1px;
    line-height:13px;
    font-weight:700;
    font-size:10px;
    color:#fff;
    background:#ff5722;
    border-radius:7px;
    text-align:center;
    letter-spacing:-0.03em;
    vertical-align:middle;
}
/* loading */
.loading-box {
    text-align: center;
    z-index: 1100;
}
.loading-fixed{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(255,255,255,0.3);
    z-index:1200;
}
.loading-fixed .loading-in{
    position:absolute;
    left:0;
    top:50%;
    margin-top:-30px;
    width:100%;
}
.loading-absolute{
    position:relative;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.loading-absolute .loading-in{
    position:absolute;
    left:0;
    top:50%;
    margin-top:-30px;
    width:100%;
}
.loading {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-bottom: 17px;
    animation: load_action 1s linear infinite;
    background: url(../imgs/icn/icn_load.png) no-repeat center center;
}
.loading-txt img{
    height:11px;
}
.loading-txt-2{
    margin-bottom:5px;
    font-size:18px;
    color:#333;
    letter-spacing:-0.05em;
    line-height:150%;
}
.loading-txt-3 {
    font-size: 14px;
    color: #696f8c;
    letter-spacing: -0.05em;
    line-height: 150%;
}
@keyframes load_action {
    100% {
        transform: rotate(360deg);
    }
}