/* font family*/
@font-face {
    font-family: 'SUIT';
    font-weight: 100;
    src: url('../assets/font/suit-Thin.woff') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 200;
    src: url('../assets/font/suit-ExtraLight.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 300;
    src: url('../assets/font/suit-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 400;
    src: url('../assets/font/suit-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 500;
    src: url('../assets/font/suit-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 600;
    src: url('../assets/font/suit-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 700;
    src: url('../assets/font/suit-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT';
    font-weight: 800;
    src: url('../assets/font/suit-ExtraBold.woff2') format('woff2');
}
@font-face {
    font-family: 'outfit-l';
    src: url('../assets/font/Outfit-Light.woff');
}
@font-face {
    font-family: 'outfit-m';
    src: url('../assets/font/Outfit-Medium.woff');
}
@font-face {
    font-family: 'outfit-r';
    src: url('../assets/font/Outfit-Regular.woff');
}

/* css set */
/*
#3ABAB8
배경색

#2F9291
서브 텍스트
*/
html{height: 100%;}
body{height: 100%;background-color: #f1f1f1;}

a{text-decoration: none;color: #000;}
*{box-sizing: border-box;margin: 0;padding: 0;font-family: 'SUIT'}
ul,ol,li{margin: 0;padding: 0;}
li{list-style: none;}
button{background-color: transparent;border: 0;display: flex;color: #000;font-family: 'SUIT';cursor: pointer;}

input,textarea,select{font-family: 'SUIT'}
input:focus,
select:focus,
textarea:focus{outline: none;border-color: #3AA7E5;}
body{font-family: 'SUIT';}

input,select{border-radius: 10px;height: 48px;border: 1px solid #d9d9d9;transition: 0.3s;padding: 0 10px;font-size: 16px;}
input:focus,select:focus, textarea:focus{border-color: #3ABAB8;}
textarea{border-radius: 10px;height: 150px;border: 1px solid #d9d9d9;transition: 0.3s;padding: 10px;font-size: 16px;width: 100%;}
input[type=checkbox]{width: 16px;height: 16px;accent-color: #3ABAB8;}
input[type=date]{appearance: none;}
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button{display: none;}
input[type='date']::-webkit-calendar-picker-indicator {position:absolute;left: 0;top: 0;width: 100%;height: 100%;background: transparent;color: transparent;}
input[type='date']::placeholder{;}

/* Chrome, Safari, Edge, Opera 브라우저 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox 브라우저 */
input[type="number"] {
  -moz-appearance: textfield;
}

.login-section{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.login-wrap{border-radius: 24px;background-color: #fff;box-shadow: 1px 1px 32px rgba(153, 153, 153, 0.25);padding: 32px;max-width: 540px;width: 100%;height: calc(100% - 128px);position: relative;}
.join-wrap{height: auto !important;}
.login-wrap>p{font-size: 24px;font-weight: 500;margin-bottom: 64px;}
.join-wrap>p{margin-bottom: 32px;}
.login-btn-wrap{position: absolute;bottom: 32px;left: 50%;transform: translateX(-50%);width: calc(100% - 64px);}
.login-btn-wrap>p{margin-bottom: 16px;text-align: right;color: #111;font-size: 16px;}
.login-btn-wrap>p>a{font-weight: 600;margin-left: 5px;text-decoration: underline;transition: 0.3s;}
.login-btn-wrap>p>a:hover{color: #2F9291;}
.login-btn{display: flex;}
.login-btn>button{width: 100%;margin-right: 16px;border-radius: 10px;height: 48px;display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: 600;position: relative;}
.login-btn>button:first-of-type{background-color: #d9d9d9;color: #111;}
.login-btn>button:last-of-type{margin-right: 0;color: #fff;overflow: hidden;background-color: #3ABAB8;}
.login-btn>button>span{position: relative;z-index: 2;}
.login-btn>button:last-of-type::before{display: block;content: '';position: absolute;width: 100%;height: 100%;background: linear-gradient(to left, #3ABAB8, #41B48F);transition: 0.3s;opacity: 0;}
.login-btn>button:hover::before{opacity: 1;}
.basic-flex-wrap{display: flex;}
.login-txt{margin-left: 64px;}
.login-txt>p{font-size: 46px;font-weight: 600;color: #111;margin-bottom: 64px;}
.com-info-item{margin-bottom: 16px;}
.com-info-item>p{font-size: 14px;color: #2F9291;}
.com-info-item>span{display: block;margin-bottom: 5px;font-size: 18px;color: #111;font-weight: 500;}
.com-info-item>strong{font-size: 18px;font-weight: 500;color: #666;}
.com-reserved{font-size: 14px;color: #111;font-weight: 500;}

.join-title{margin-bottom: 32px;max-width: 540px;width: 100%;}
.join-title>p{font-size: 32px;color: #111;margin-bottom: 5px;font-weight: 500;}
.join-title>span{font-size: 16px;color: #666;}
.join-section{position: relative;flex-direction: column;overflow-y: auto;justify-content: flex-start;padding: 64px 0;}

.join-gutter{display: block;width: 100%;height: 1px;background-color: #d9d9d9;margin-bottom: 16px;}
.agree-item-wrap{width: 100%;border: 1px solid #d9d9d9;border-radius: 12px;margin-bottom: 16px;height: auto;transition: 0.3s;cursor: pointer;}
.agree-item-wrap.on{border-color: #3ABAB8;box-shadow: 1px 1px 16px rgba(58, 186, 184, 0.25);}
.agree-item-wrap:last-of-type{margin-bottom: 0 !important;}
.agree-item{height: 48px;width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 0 10px;}
.agree-title{display: flex;align-items: center;font-size: 16px;color: #111;font-weight: 500;}
.agree-title>p{transition: 0.3s;}
.agree-title>svg{margin-right: 5px;height: 20px;width: 20px;;color: #999;transition: 0.3s;}
.agree-title.on>svg{color: #3ABAB8;}
.agree-title.on{color: #2F9291;}
.agree-item>img{margin-right: 5px;height: 16px;color: #999;transition: 0.3s;transition: 0.3s;}
.agree-item>img.on{transform: rotate(90deg);}
.agree-txt{padding: 0 16px;font-size: 14px;transition: 0.5s;max-height: 0;overflow: auto;}
.agree-txt.on{max-height: 200px;padding-bottom: 16px;}

.agree-item-wrap:first-of-type .agree-title{font-size: 18px;font-weight: 600;}
.agree-item-wrap:first-of-type .agree-title>svg{width: 26px;height: 26px;}
.join-wrap{margin-bottom: 32px;}
.join-btn{width: 100%;max-width: 540px;}
.join-btn>button{height: 52px;border-radius: 12px;background-color: #d9d9d9;color: #999;font-size: 20px;width: 100%;display: flex;align-items: center;justify-content: center;font-weight: 500;transition: 0.3s;}
.join-btn.on>button{background-color: #3ABAB8;color: #fff;}

.basic{border-radius: 16px;background-color: #fff;box-shadow: 1px 1px 32px rgba(153, 153, 153, 0.25);padding: 16px;}
.title-24{font-size: 24px;font-weight: 500;color: #111;}
.title-18{font-size: 18px;font-weight: 500;color: #111;}

.join-item{margin-bottom: 16px;width: 100%;}
.join-item:last-of-type{margin-bottom: 0;}
.join-item>p{font-size: 16px;color: #111;margin-bottom: 5px;}
.join-item>p>span{font-size: 14px;color: #E83F49;margin-left: 0px;}
.join-input{position: relative;}
.eye-check{position: absolute;right: 10px;top: 50%;transform: translateY(-50%);width: 24px;height: 24px;}
.eye-check>svg{transition: 0.3s;color: #666;width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.eye-on{opacity: 0;}
.eye-off{opacity: 1;}
.eye-check.on .eye-on{opacity: 1;}
.eye-check.on .eye-off{opacity: 0;}
.join-input{display: flex;align-items: center;}
.join-input input{height: 48px;border-radius: 10px;border: 1px solid #d9d9d9;transition: 0.3s;font-size: 16px;padding: 0 10px;width: 100%;margin-right: 10px;background-color: #fff}
.join-input input:last-of-type{margin-right: 0;}
.join-input select{height: 48px;border-radius: 10px;border: 1px solid #d9d9d9;transition: 0.3s;font-size: 16px;padding: 0 10px;width: 100%;margin-right: 10px;background-color: #fff}
.join-input select:last-of-type{margin-right: 0;}
.join-input button{margin-right: 10px;height: 48px;border-radius: 10px;font-size: 16px;background-color: #3ABAB8;color: #fff;font-weight: 500;display: flex;align-items: center;justify-content: center;transition: 0.3s;}
.join-input button:last-of-type{margin-right: 0;}
.join-type button{background-color: #f1f1f1;border: 1px solid #d9d9d9;width: 100%;color: #666;font-size: 16px;}
.join-type button.on{background-color: #3ABAB8;color: #fff;border-color: #3ABAB8;}
.join-item input:focus{border: 1px solid #3ABAB8;box-shadow: 1px 1px 16px rgba(58, 186, 184, 0.25);background-color: #fff;}
.join-item input::placeholder{font-size: 16px;color: #666;}
.join-item select:focus{border: 1px solid #3ABAB8;box-shadow: 1px 1px 16px rgba(58, 186, 184, 0.25);background-color: #fff;}
.join-item select::placeholder{font-size: 16px;color: #666;}

.com-num>button{width: 100px;min-width: 100px;margin-left: 10px;}
.com-num-2>button{width: 100px;min-width: 100px;margin-left: 10px;}
.com-num>input:nth-of-type(1){width: 100px;}
.com-num>input:nth-of-type(2){width: 80px;}
.com-num>input:nth-of-type(3){width: 100%;}

.com-num-2>input:nth-of-type(1){width: 60px;}
.com-num-2>input:nth-of-type(2){width: 100%;}
.com-num-2>input:nth-of-type(3){width: 40px;}
.com-num-2>input:nth-of-type(4){width: 30px;}
.com-num-2>input:nth-of-type(5){width: 70px;}

.address{margin-bottom: 10px;}
.address:last-of-type{margin-bottom: 0;}
.address:first-of-type>input{width: 150px;}
.address button{width: 130px;min-width: 130px;margin-left: 10px;}

.com-tel input,
.com-tel select{width: 100%;}
.com-tel select{margin-right: 10px !important;}

.email-txt{display: none;}
.email.on select{display: none;}
.email.on input{display: inherit;}

.main-section{width: 100%;height: 100%;display: flex;}
.menu-wrap{width: 240px;height: 100%;display: flex;flex-direction: column;justify-content: left;}
.menu{height: 100%;}
.main-wrap{width: calc(100% - 240px);padding: 96px 32px 32px 32px;overflow-y: auto;position: relative;height: 100%;}
.top-btn{position: absolute;right: 32px;top: 32px;display: flex;align-items: center;justify-content: space-between;}
.top-btn-wrap{display: flex;flex-wrap: nowrap;overflow-x: auto;white-space: nowrap;width: 100%;}
.top-btn-wrap a{display: flex;align-items: center;justify-content: center;height: 36px;border-radius: 100px;box-shadow: 1px 1px 32px rgba(153, 153, 153, 0.25);padding: 0 16px;background-color: #fff;font-size: 16px;margin-left: 10px;color: #111;transition: 0.3s;font-weight: 500;}
.top-btn-wrap a:hover{color: #3F5CFE;background-color: rgba(63, 92, 254, 0.1);}
.top-btn-wrap a>svg{width: 18px;height: 18px;margin-right: 10px;}
.top-btn-wrap a:first-of-type{margin-left: 0}
.logo{height: 96px;display: flex;align-items: center;padding-left: 16px;flex-shrink: 0;}
.logo>img{display: block;height: 40px;}
.top-title{display: flex;align-items: center;}
.top-title{font-size: 32px;font-weight: 500;color: #111;display: flex;align-items: center;}
.top-title>span{padding: 2.5px 5px;border-radius: 5px;font-size: 14px;font-weight: 500;color: #fff;background-color: #3ABAB8;margin-left: 5px;}
.top-btn-color{background-color: #3ABAB8 !important;color: #fff !important;}
.m-logo{width: auto;overflow: hidden;height: auto;min-width: 32px;margin-right: 16px;display: none;}
.m-logo>img{display: block;height: 100%;}
.mo-menu-btn{margin-left: 16px;width: 32px;height: 32px;min-width: 32px;display: none;}
.mo-menu-btn>svg{width: 100%;height: 100%;transition: 0.3s;}
.menu-close{width: 32px;height: 32px;min-width: 32px;display: none;position: absolute;right: 16px;top: 10px;}
.menu-close>svg{width: 100%;height: 100%;transition: 0.3s;}
.mo-menu-btn:hover{color: #2F9291;}

.myinfo{padding: 16px;border-radius: 0 12px 12px 0;background-color: #fff;border: 1px solid #d9d9d9;border-left: 0;margin-bottom: 16px;box-shadow: 1px 1px 32px rgba(153, 153, 153, 0.25);}
.myinfo.member{background: linear-gradient(to left, #3ABAB8, #41B48F);}
.myinfo>p{font-size: 16px;font-weight: 500;color: #111;display: flex;align-items: center;margin-bottom: 16px;}
.myinfo>p>span{padding: 2.5px 5px;background-color: #fff;color: #2F9291;border-radius: 3px;font-size: 10px;font-weight: 600;margin-left: 5px;display: none;}
.myinfo.member>p>span{display: inherit;}
.myinfo.member>p{color: #fff;}
.myinfo-btn{display: flex;width: 100%;align-items: center;justify-content: right;}
.myinfo-btn>button{font-size: 14px;font-weight: 500;display: flex;align-items: center;justify-content: center;padding: 4px 10px;border-radius: 100px;background-color: #3ABAB8;color: #ffff;transition: 0.3s;}
.myinfo-btn>button{margin-right: 5px;}
.myinfo-btn>button:last-of-type{color: #666;background-color: #fff;border: 1px solid #d9d9d9;margin-right: 0;}
.myinfo-btn>button>svg{width: 16px;height: 16px;margin-right: 5px;}
.myinfo.member .myinfo-btn>button{background-color: rgba(255, 255, 255, 0.3) !important;border: 1px solid transparent;color: #fff;}
.myinfo.member .myinfo-btn>button:hover{background-color: #fff !important;color: #2F9291;}
.menu{width: 100%;background-color: #fff;box-shadow: 1px 1px 64px rgba(153, 153, 153, 0.25);border-radius: 0 12px 0 0;padding: 16px 16px 16px 0}
.menu-item{height: auto;border: 1px solid #d9d9d9;border-radius: 0 10px 10px 0px;margin-bottom: 16px;transition: 0.3s;}
.menu-title{height: 42px;display: flex;align-items: center;padding-left: 10px;color: #111;font-size: 16px;font-weight: 600;cursor: pointer;transition: 0.3s;}
.menu-title>svg{width: 18px;height: 18px;margin-right: 10px;}
.menu-item:hover{border-color: #3ABAB8;}
.menu-item:hover .menu-title{color: #2F9291;}
.menu-item.on .menu-title{color: #2F9291;}
.menu-item.on{border-color: #3ABAB8;box-shadow: 1px 1px 16px rgba(58, 186, 184, 0.25);}
.manual-item.on .menu-title{color: #2F9291;}
.submenu{padding-left: 38px;transition: max-height 0.3s;max-height: 0;overflow: hidden;}
.submenu.open{max-height: 1500px;}
.submenu>a{font-size: 14px;margin-bottom: 10px;display: block;transition: 0.3s;}
.submenu>a:hover{padding-left: 5px;color: #2F9291;}
.submenu>a:last-of-type{margin-bottom: 10px;}

.title-32{font-size: 32px;font-weight: 500;margin-bottom: 32px;color: #111;width: 100%;}

.basic-title{display: flex;align-items: baseline;justify-content: space-between;width: 100%;margin-bottom: 16px;}
.title-btn{display: flex;}
.title-btn>button{margin-left: 10px;display: flex;align-items: center;justify-content: center;height: 32px;border-radius: 100px;padding: 0 10px;font-size: 14px;font-weight: 500;transition: 0.3s;background-color: #3ABAB8;color: #fff;}
.title-btn>button:first-of-type{margin-left: 0;}
.title-btn>button>svg{width: 20px;height: 20px;}

/* input 컴포넌트 */
.input-wrap{margin-bottom: 16px;padding-top: 5px;}
.input-wrap>label{width: 100%;position: relative;height: 48px;border: 1px solid #d9d9d9;display: block;border-radius: 10px;transition: 0.3s;}
.input-wrap>label input{border: 0;width: 100%;height: 100%;padding: 0 15px;background-color: transparent;font-size: 16px;font-weight: 500;}
.input-wrap>label select{border: 0;width: 100%;height: 100%;padding: 0 15px;background-color: transparent;font-size: 16px;font-weight: 500;}
.input-wrap>label textarea{border: 0;width: 100%;height: 100%;padding: 0 15px;background-color: transparent;font-size: 16px;font-weight: 500;}
.input-wrap>label>span{position: absolute;top: 50%;transform: translateY(-50%);left: 15px;padding: 0 5px;border-radius: 100px;color: #666;font-size: 16px;background-color: #fff;transition: 0.3s;font-weight: 500;pointer-events: none;}
.textarea>label>span{top: 20px;}
.input-wrap>label.on{border-color: #3ABAB8;box-shadow: 1px 1px 16px rgba(58, 186, 184, 0.25);}
.input-wrap>label.on>span{top: -1.5px;font-size: 12px;}
.input-wrap>label.red{border-color: #E83F49;}
.input-wrap>label.red>span{color: #E83F49;}
.input-wrap>p{margin-top: 10px;font-size: 16px;color: #777;}
.txt-count{color: #121212;font-size: 12px;margin-top: 5px;display: flex;justify-content: right;width: 100%;}
.input-wrap>label>button{position: absolute;top: 50%;transform: translateY(-50%);right: 15px;display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;}
.input-wrap>label>button>img{display: block;transition: 0.3s;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.img-txt{margin-top: 10px;color: #777;font-size: 14px;padding: 0 20px;}
.input-wrap>label>button.on>img{opacity: 1;}
.table-input{}


.input-wrap>label .eye{}
.input-wrap>label .eye{}
.input-wrap>label .eye{}

/* 리스트업 컴포넌트 
{background-color: #fff;border-radius: 0 0 10px 10px;transition: max-height 0.5s ease-in-out;max-height: 0;overflow: hidden;}
.open{max-height: 1500px;} */


.btn-100{width: 100%;display: flex;}
.btn-100>button{width: 100%;margin-right: 16px;height: 48px;border-radius: 10px;background-color: #3ABAB8;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #fff;font-weight: 500;transition: 0.3s;position: relative;overflow: hidden;}
.btn-100>button:last-of-type{margin-right: 0;}
.btn-100>button>span{z-index: 2;}
.btn-100>button::after{display: block;content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to left, #3ABAB8, #41B48F);transition: 0.3s;opacity: 0;}
.btn-100>button:hover::after{opacity: 1;}
.btn-100>button>svg{color: #fff;width: 24px;height: 24px;position: relative;z-index: 2;}
.none-btn{background-color: #d9d9d9 !important;color: #666 !important;}
.none-btn::after{display: none !important;}

.main-popup{position: fixed;z-index: 5;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);display: none;}
.popup-inner{max-width: 768px;width: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.dual-write{display: flex;margin-bottom: 16px;}
.dual-write .join-item{margin-bottom: 0;margin-right: 16px;}
.dual-write .join-item:last-of-type{margin-right: 0;}
.main-popup .btn-48{margin-top: 32px;}
.mypage-popup .dual-write .join-item:last-of-type{width: 200px;min-width: 200px;}
.mypage-popup .btn-48>button:last-of-type{width: 200px;min-width: 200px;}

.pagenation{display: flex;margin-top: 16px;justify-content: center;}
.pagenation>button{display: flex;align-items: center;justify-content: center;transition: 0.3s;background-color: #d9d9d9;color: #666;border-radius: 100%;width: 32px;height: 32px;font-size: 16px;font-weight: 500;margin-right: 10px;}
.pagenation>button:last-of-type{margin-right: 0;}
.pagenation>button:hover{background-color: rgba(58, 186, 184, 0.1);color: #2F9291;}
.pagenation>button.on{background-color: #3ABAB8;color: #fff;}

.sel-input{display: flex;}
.sel-input>select{width: 150px;margin-right: 10px !important;flex-shrink: 0;}
.sel-input>input{width: 100%;}

.join-sel-date{display: flex;}
.sel-date{width: 100%;margin-right: 10px;position: relative;}
.sel-date:last-of-type{margin-right: 0;}
.sel-date>svg{width: 16px;height: 16px;color: #666;position: absolute;right: 16px;top: 50%;transform: translateY(-50%);}
.sel-date>span{font-size: 14px;color: #666;position: absolute;right: 42px;top: 50%;transform: translateY(-50%);}
.sel-date>input{width: 100%;}

.bill-popup .btn-48{justify-content: center;}
.bill-popup .btn-48>button{width: 200px;}

.flatpickr-input{font-size: 14px;}

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {
    .title-24{font-size: 20px;}
    .title-32{font-size: 26px;}
    .main-wrap{padding-left: 16px;padding-right: 16px;}
    .join-item>p{font-size: 14px;}
    .join-input input{font-size: 14px;}
    .join-input input::placeholder{font-size: 14px;}
    input, select{font-size: 14px;}
    input::placeholder, select::placeholder{font-size: 14px;}
}
@media (max-width: 993px) {
    .login-txt{display: none;}
    .top-btn{width: 100%;top: 0;position: fixed;z-index: 5;padding: 10px 16px;right: 0;background-color: #fff;border-bottom: 1px solid #d9d9d9;box-shadow: 1px 1px 32px rgba(153, 153, 153, 0.25);}
    .top-btn a{height: 32px;font-size: 14px;padding: 0 10px;box-shadow: none;border: 1px solid #d9d9d9;}
    .top-btn-color{border: 1px solid #3ABAB8 !important;}
    .top-btn a>svg{width: 16px;height: 16px;margin-right: 5px;}
    .top-btn-wrap{position: relative;}
    .top-btn-wrap::after{display: block;content: '';width: 16px;min-width: 16px;height: 32px;position: sticky;right: 0;background: linear-gradient(to left, #fff, transparent);pointer-events: none;}
    .m-logo{display: block;margin-right: 16px;flex-shrink: 0;}
    .top-title{font-size: 16px;white-space: nowrap;}
    .top-title>span{font-size: 12px;}
    .top-title>label{display: block;}
    .mo-menu-btn{display: block;}
    .main-wrap{width: 100%;}
    .menu-wrap{position: fixed;height: 100%;top: 0;z-index: 6;background-color: #fff;right: calc(-100% - 16px);transition: 0.5s;width: 100%;filter: blur(5px);}
    .menu-wrap.on{right: 0;filter: blur(0);}
.myinfo-btn{justify-content: left;}
    .menu{padding: 16px 0 16px 16px;height: auto;box-shadow: none;}
    .menu-item{border-radius: 12px 0 0 12px;border-right: 0;margin-bottom: 10px;}
    .menu-title{font-size: 14px;height: 36px;}
    .menu-title svg{font-size: 16px;}
    .submenu>a{margin-bottom: 16px;}
    .submenu>a:first-of-type{margin-top: 16px;}
    .myinfo{border-radius: 0;border: 0;border-bottom: 1px solid #d9d9d9;margin-bottom: 0;}
    .logo{display: none;}
    .main-wrap{padding: 86px 16px 64px 16px;}
    .menu-close{display: block;}
    .myinfo{position: relative;}
    .myinfo.member .menu-close{color: #fff;}
    .myinfo.member .menu-close:hover{color: #fff;}
    .basic-title{flex-wrap: wrap;}
    .basic-title>p{width: 100%;}
    .title-btn{width: 100%;justify-content: right;flex-wrap: wrap;}
    
}
@media (max-width: 768px) {
    .basic{border-radius: 10px;}
    .top-item-wrap{border-radius: 10px;}
    .join-btn{width: 100%;max-width: 100%;}
    .com-num>input:nth-of-type(1){width: 60px;flex-shrink: 0;}
    .com-num>input:nth-of-type(2){width: 40px;flex-shrink: 0;}
    .com-num>input:nth-of-type(3){width: 100%}
    .popup-inner{width: calc(100% - 32px);}
    .login-btn{}
    .mypage-popup .dual-write .join-item:last-of-type{width: 150px;min-width: 150px;}
    .mypage-popup .btn-48>button:last-of-type{width: 150px;min-width: 150px;}
    .login-wrap{width: 100%;max-width: 100%;border-radius: 16px;padding: 32px 16px;height: 100%;}
    .login-btn-wrap{width: calc(100% - 32px);bottom: 16px;}
    .login-section{padding: 16px;}
}
@media (max-width: 640px) {

}
@media (max-width: 540px) {
    .addon-basic{justify-content: right;}
    .addon-item{width: 100%;margin-bottom: 10px;margin-right: 0;}
    .addon-basic>input{width: 100%;}
    .addon-basic>input:last-of-type{margin-right: 0;}
    .addon-basic .btn-48{width: 150px;margin-top: 16px;}
}
@media (max-width: 480px) {

}
@media (max-width: 390px) {
    .mypage-popup .dual-write .join-item:last-of-type{width: 100px;min-width: 100px;}
    .mypage-popup .btn-48>button:last-of-type{width: 100px;min-width: 100px;}
}
@media (max-width: 375px) {
    .title-24{font-size: 18px;}
    .title-32{font-size: 24px;}
}

