:root{
    --chekcColor : #666666;
    --UnchekcColor : #66666617;
}

body{   
    display: flex;
    flex-direction: column;
    /* min-width: 1300px; */
    /* 드레그 금지 */
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.content{
    display: flex;
    flex-direction: column;
    margin: 0vw 5vw;
}
header{
    width: 100%;
    padding: 40px 0 0 0;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.log_box{
    display: flex; 
}
.log_box > div{
    flex: 1;
}
.log_box > div > img{
    cursor: pointer;
}
.search-box{
    display: none; 
    position: relative; 
    top: 30px; 
    width: 255px; 
    height: 30px; 
    border: 1px solid #b3b3b3; 
    border-radius: 15px; 
    justify-content: center;
    cursor: pointer;
    align-items: center;
}
.search-input{
    width: 200px; 
    height: 25px; 
    border: none; 
    -webkit-appearance: none; 
    text-align: center; 
    overflow: auto; 
    outline: 0;
    font-family: 'Pretendard-Light';
    font-size: 12pt;
    color: #808080;
}
.mypage_div{
    width: 30px; 
    height: 30px; 
    border-radius: 30px; 
    background-color: #45bdcf; 
    margin-left: 15px;
    cursor: pointer;
}
.logout_div{
    width: 115px; 
    height: 30px; 
    border-radius: 27px; 
    background-color: #808080; 
    margin-left: 15px; 
    color: white; 
    text-align: center;
    font-family: 'Pretendard-Medium';
    line-height: 27px;
    font-size: 16pt;
    cursor: pointer;
}
.menu_bar{
    display: flex; 
    justify-content: center;
    border-top: 1px solid black; 
    border-bottom: 1px solid black; 
    background-color: #66666617; 
    width: 100%; 
    height: 50px;
}
.menu_div{
    cursor: pointer;
    font-family: 'Pretendard-SemiBold'; 
    color: #666666;
    font-size: 20pt; 
    width: 200px; 
    text-align: center;
    line-height: 50px;
}
.title-div{
    display: flex;
    justify-content: center;
    height: 135px;
}
.title-box{
    padding: 0 10px;
    height: 35px;
    margin: 50px 0 50px 0;
    color: #666666;
    font-family: 'Pretendard-SemiBold';
    font-size: 18pt;
    text-align: center;
    border: 2px dashed #666666;
    border-radius: 20px;
    line-height: 30px;
}
.select_menu{
    color: #45bdcf;
}
.log_box > div:nth-child(1){
    z-index: 10;
    min-width: 250px;
}
.mypage_div{
    z-index: 10;
}
#switch {
    position: absolute;
    /* hidden */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.change_lan{
    font-family: 'Pretendard-SemiBold';
    font-size: 15pt;
    margin: 0 5px 0 5px;
}
.change_lan.ko{
    color: var(--chekcColor);
}
.change_lan.en{
    color: var(--UnchekcColor);
}
.switch_label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    width: 60px;
    height: 30px;
    background: #eafcff;
    border: 2px solid #45bdcf;
    border-radius: 20px;
    transition: 0.2s;
}
.switch_label:hover {
    background: #efefef;    
}
.onf_btn {
    position: absolute;
    top: 1px;
    left: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    background: #45bdcf;
    transition: 0.2s;
}
/* checking style */
#switch:checked+.switch_label {
    background: #45bdcf;
    border: 2px solid #eafcff;
    --koCoolor : #66666617;
    --enColor : #666666;
}
.mymenu_list{
    display: none;
    position: absolute;
    width: 120px;
    height: auto;
    top: 10px;
    right: 75px;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
}
.mymenu_list > div{
    margin: 5px !important;
    background-color: white;
    text-align: center;
    cursor: pointer;
    border: 1px dashed #b3b3b3;
    border-radius: 15px;
    height: 27px;
    font-family: 'Pretendard-SemiBold';
    color: #b3b3b3;
    line-height: 27px;
    padding: 0 15px 0 15px;
}

/* move */
#switch:checked+.switch_label .onf_btn {
    left: 30px;
    background: white;
    box-shadow: 1px 2px 3px #00000020;
}
#switch:checked~.checklen .change_lan.ko {
    color: var(--UnchekcColor);
}
#switch:checked~.checklen .change_lan.en {
    color: var(--chekcColor);
}
/* (max-height: 710px), */

.mobile *{
    font-size: 1em ;
}
.mobile{
    min-width: 0px !important;
    width: 100vw;
}
.mobile header{
    max-width: 100%;
    height: auto;
    width: 100vw;
}
.mobile .log_box{
    flex-direction: row;
    max-height: 40px;
}
.mobile .log_box > div:nth-child(2){
    margin: 0px !important;
}
.mobile .log_box > div:nth-child(2) > img{
    height: 40px;
    width: auto;
}
.mobile .log_box > div:nth-child(3){
    justify-content: right;
    padding-right: 30px;
    width: 50px;
}
.mobile .log_box > div:nth-child(3) > div:nth-child(2){
    position: inherit !important;
}

.mobile .log_box > div:nth-child(3) > div:nth-child(1),
.mobile .log_box > div:nth-child(3) > div:nth-child(3){
    display: none !important;
}
.mobile .menu_bar{
    margin-top: 10px;
}
.mobile header > div:nth-child(2){
    margin: 0px !important;
}
.mobile .title-div{
    height: auto;
    padding-bottom: 10px;
}
.mobile .title-box{
    margin: 0;
}
.mobile .main{
    width: 100vw;
    flex: 1;
    margin-bottom: 0px !important;
}
.mobile_header{
    display: none;
    width: 100%;
    flex-direction: column;
}
.desktop_header{
    width: 100%;
}
@media  (max-width: 1300px){
    .desktop_header{
        display: none;
    }
    .mobile_header{
        display: flex;
    }
    header{
        padding: 10px 0 10px 0;
    }
}
#loding_view { display: none; }
#loading_div  { display: none; }

.sn-loader-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 16px;
    padding: 28px 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    min-width: 180px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.22);
}
.sn-loader-bars {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 44px;
}
.sn-bar {
    width: 7px;
    height: 36px;
    background: #111;
    border-radius: 4px;
    animation: snBarWave 1s ease-in-out infinite;
    transform-origin: center;
}
.sn-bar:nth-child(1) { animation-delay: 0s; }
.sn-bar:nth-child(2) { animation-delay: 0.15s; }
.sn-bar:nth-child(3) { animation-delay: 0.3s; }
.sn-bar:nth-child(4) { animation-delay: 0.45s; }
.sn-bar:nth-child(5) { animation-delay: 0.6s; }
@keyframes snBarWave {
    0%, 100% { transform: scaleY(0.22); opacity: 0.38; }
    50%       { transform: scaleY(1);   opacity: 1; }
}
.sn-loader-track {
    width: 150px;
    height: 3px;
    background: #e8e8e8;
    border-radius: 99px;
    overflow: hidden;
}
.sn-loader-fill {
    height: 100%;
    width: 0%;
    background: #111;
    border-radius: 99px;
    transition: width 0.25s ease;
}
.sn-processing .sn-loader-fill {
    width: 100% !important;
    animation: snPulse 1.5s ease-in-out infinite;
}
@keyframes snPulse {
    0%, 100% { opacity: 0.25; }
    50%       { opacity: 1; }
}
.value {
    font-size: 12px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    color: #555;
    letter-spacing: 0.4px;
}
/* ------------------------ */

.m_flex_box{
    display: flex; 
    position: absolute;
    background-color: white;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    z-index: 5;
}
.m_mymenu_list {
    display: none;
    position: absolute;
    width: 120px;
    height: auto;
    top: 50px;
    right: 0px;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    background-color: white;
    border: 1px solid;
    border-radius: 15px;
}
.m_mymenu_list > div{
    margin: 5px !important;
    background-color: white;
    text-align: center;
    cursor: pointer;
    border: 1px dashed #b3b3b3;
    border-radius: 15px;
    height: 27px;
    font-family: 'Pretendard-SemiBold';
    color: #b3b3b3;
    line-height: 27px;
    padding: 0 15px 0 15px;
}
.m_search_box_div {
    display: none;
    position: absolute;
    width: 220px;
    height: auto;
    top: -55px;
    right: 40px;
    justify-content: center;
    z-index: 5;
    border: 1px solid #b3b3b3;
    border-radius: 15px;
    cursor: pointer;
    background-color: white;
    align-items: center;
}