/* 스크롤 안보이게 처리 */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html, body {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
  background-color: #FFF;
}

img {
    max-width: 100%;
}

/* OVERWRITE */
.container-sm {
    max-width: none;
    padding: 0 10px 0 10px;
    margin: 0;
}

.padding-0 {
    padding: 0 !important;
}

a {
    color: #000;
    text-decoration: none;
}

/* HEADER */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}
.menu-icon {
    cursor: pointer;
}
.menu-icon img {
    height: 40px;
}
.menu-title {
    padding: 0;
    margin: 0;
    font-size: unset;
}
.menu-title img {
    height: 20px;
}
.header_blank {
    height: 50px;
}

/* LEFT MENU */
.menu-panel {
    position: fixed;
    top: 0;
    left: -100%;
    width: 82%;
    height: 100vh;
    background-color: #FFF;
    z-index: 999;
    transition: left 0.3s ease;
}
.menu-panel.active {
    left: 0; /* 왼쪽으로 이동하여 화면에 표시 */
}
.menu-panel-header {
    background-color: #5ddfdf;
    padding: 10px 10px;
}
.menu-close-button {
    border: 0;
    background-color: transparent;
    width: 42px;
    padding: 0;
    margin: 0;
}
.menu-panel-header h4 {
    padding: 10px 0;
    margin: 0 1rem 0.8rem 1rem;
    font-weight: 400;
    line-height: 1.2;
    font-size: 20px;
}
.menu-panel-header hr {
    background-color: #FFF;
    margin: 20px -10px 10px -10px;
}
.login-button {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}
.menu-panel-content {
    
}
.menu-panel-content ul {
    padding: 0;
    margin: 0;
}
.menu-panel-content li {
    list-style: none;
    border-bottom: 1px solid #CCC;
    padding: 10px;
}
.menu-panel-content li span {
    font-size: 20px;
    padding: 0 10px;
    font-weight: 500;
}

.menu-panel-footer {
    
}
.menu-panel-footer {
    position: absolute;
    left: 50% !important
    transform: translateX(-50%);
    top : 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.menu-panel-footer img {
    width: 15px;
    margin-right: 5px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}
.overlay.active {
    display: block;
}

/* MAIN */
.swiper {
    position: relative;
    background-image: url("/_lib/appiit/img/img_main_mask1.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
}
.wrap {
    padding-top: 20px;
    background-image: url("/_lib/appiit/img/img_main_mask2.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
.wrap-sub-2 {
    width: 100%;
    background-image: url("/_lib/appiit/img/bg_chage_phone.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.wrap-sub-2 .change-phone {
    margin: 0 auto;
    width: 200px;
    padding-top: 20px;
}
.footer {
    background-color: #FFF;
    padding: 10px 0;
}
.footer-1 {
    margin: 0 auto;
    width: 100px;
    padding: 10px 0;
}
.footer-2 {
    margin: 0 auto;
    width: 160px;
    padding: 10px 0;
}
.fix-plan {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 98;
}
.fix-plan button {
    width: 100px;
    height: 100px;
    background-image: url("/_lib/appiit/img/btn_plan_on.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    background-color: transparent;
}
.fix-plan button:hover {
    background-image: url("/_lib/appiit/img/btn_plan_off.png");
}

/* swiper */
.swiper-container {
    height: 450px;
    overflow: hidden;
    position: relative;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #FFF;
    margin-bottom: 20px;
}
.swiper-pagination {
    position: absolute;
    bottom: 0px;
    left: 50% !important
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.swiper-pagination span {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #FFF;
    font-size: 10px;
    line-height: 30px;
}

/* 로그인 */
.login-box {
    padding: 10px 20px;
}
.login-box h3 {
    font-size: 22px;
    font-weight: 600;
}
.form-group {
    padding: 5px 0;
    vertical-align: middle;
}
.col-form-label {
    font-size: 14px;
}
.col-form-input.hp {
    display: flex;
    flex-direction: row;
    
}
.col-form-input.hp span {
    padding: 0 5px;
    line-height: 35px;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c9d0d6;
    font-size: 15px;
    padding: 15px 15px;
    height: 35px;
    border-radius: 0px !important;
}
.agree-button {
    border: 0;
    background-color: #ff253a;
    color: #FFF;
    font-size: 10px;
}
.login-box-login {
    padding: 10px 0px;
}
.login-box-login button {
    border: 0;
    background-color: #ff253a;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    padding: 10px 0;
}
#check {
    vertical-align: middle;
    margin-right: 5px;
}
#lostModal .modal-content p {
    padding: 20px 10px;
}
#lostModal .modal-footer {
    justify-content: space-around;
}
#lostModal .modal-footer a {
    width: 33.3%;
    padding: 12px 0;
    border-right: 1px solid #CCC;
    text-align: center;
}
#lostModal .modal-footer a:last-child {
    border: 0;
}

.state_warring {
    font-size: 12px;
    color: #ff253a;
    max-width: 960px;
    margin: 0px auto;
    padding: 0 15px;
    /*
    position: absolute;
    transform:translateX(-50%);
    left: 50%;
    width: 90%;
    */
}
.state_warring span {
    font-weight: 600;
}
.state_warring ul {
    padding-left: 25px;
}
.state_warring ul li {
    list-style: decimal;
}

/*데스크탑 일반*/
@media (min-width: 900px) {
    .menu-icon img {
        height: 65px;
    }
}

.menu-title {
    cursor: pointer;
}

/*PC 임시 PC 버전*/
@media (hover: hover) and (pointer: fine) {
    .header .menu-icon img {
        display: none;
    }
    .menu-panel {
        position: fixed;
        display: block;
        top: 42px;
        width: 100% !important;
        height: auto;
        left: 0;
        transition: left 0s ease;
        border-bottom: 1px solid #CCC;
    }
    .menu-panel-header {
        background-color: transparent;
        padding: 0;
    }
    .menu-panel .menu-panel-header .text-end:first-child,
    .menu-panel .menu-panel-header hr {
        display: none;
    }

    #greeting-message {
        display: inline-block;
        position: absolute;
        right: 82px;
        text-align: right;
        top: -33px;
        font-size: 16px;
        overflow: hidden;
        height: 30px;
    }

    .menu-panel .menu-panel-header .text-end:last-child {
        position: absolute;
        right: 10px;
        top: -30px;
    }
    .menu-panel .menu-panel-content ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .menu-panel .menu-panel-content ul li {
        border-bottom: none;
    }

    .menu-panel .menu-panel-content ul li a {
        font-weight: 700 !important;
    }

    .container-sm .swiper {
        width: 100%;
    }
    .menu-inner-panel {
        position: relative;
    }
    .menu-panel-footer {
        left: 10px;
        top: -30px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
    }
    .login-button {
        color: #000 !important;
    }
}

@media (hover: hover) and (pointer: fine) and (max-width: 850px) {
    #greeting-message {
        display: none;
    }
}
