@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
body,html{
    height: 100%;
    min-width: 1800px;
}
#wrap {
	min-width: 1300px;
}
#header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9;
}

.form-select{
    height: 35px;
    border-radius: 4px;
    height: 35px;
    padding-left: 5px;
    border: 1px solid #c0c2c4;
}

.d-flex{
    display: flex;
}

.board-modalButton{
    cursor: pointer;
}

.gnb_main{
    position: relative;
    background-color: #3A3A3A;
}
.gnb_sub_wrap{
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
}

.scroll-bar-css::-webkit-scrollbar {
    width: 5px;
}
.scroll-bar-css::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
    border-radius: 10px;
}
.scroll-bar-css::-webkit-scrollbar-track {
    background-color: #E7E7E7;
    border-radius: 10px;
}

.gnb_sub{
    height: 80px;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.gnb_main01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.loginbutbox{
    position: absolute;
    top: 14px;
    right: -150px;
}
.loginbutbox li{
    display: flex;
}
.loginbutbox li a{
    color: #bebebe;
    font-size: 12px;
    font-weight: 300;
}

.loginbutbox li a:hover{
    color: #d3d3d3;
}

.gnb_main01-ul{
    display: flex;
}
.gnb_main01-ul li a{
    display: inline-block;
    color: #fff;
    padding: 12px 20px;
    font-weight: 400;
}

.gnb_main01-ul li#menu1:hover{
    background:rgba(222,027,052,1.00);
}
.gnb_main01-ul li#menu2:hover{
    background:rgba(000,105,057,1.0);
}
.gnb_main01-ul li#menu3:hover{
    background:rgba(147,038,143,1.0);
}
.gnb_main01-ul li#menu4:hover{
    background:rgba(240,089,036,1.0);
}
.gnb_main01-ul li#menu5:hover{
    background:rgba(027,020,100,1.0);
}
.gnb_main01-ul li#menu6:hover{
    background:rgba(160,100,0,1.0);
}
.gnb_main01-ul li#menu7:hover{
    background:rgba(222,027,052,1.00);
}
.gnb_main01-ul li#menu8:hover{
    background:rgba(000,105,057,1.0);
}
.gnb_main01-ul li#menu9:hover{
    background:rgba(000,105,057,1.0);
}
.gnb_main01-ul li#menu10:hover{
    background:rgba(000,105,057,1.0);
}

.big_logo {
	float:left;
	position:absolute;
	margin-top: 20px;
}
.big_logo img {
	width:90%;
}

.gnb_sub > ul{
    position: absolute;
    margin-left: 290px;
    margin-top: 30px;
}

.sub1 {
	padding-left:9px;
}
.sub2 {
	padding-left:110px;
}
.sub3 {
	padding-left:129px;/*320px;*/
}
.sub4 {
	padding-left:387px/*465px*/;
}
.sub5 {
	padding-left:610px/*580px*/;
}
.sub6 {
	padding-left:820px/*790px*/;
}
.sub7 {
	padding-left:698px/*680px*/;
}
.sub8 {
	padding-left:243px;
}
.sub9 {
	padding-left:481px;
}
.sub10 {
	padding-left:552px;
}

.gnb_sub > ul, .gnb_sub > ul > li {
	float:left;
}

.gnb_sub li{
    font-size:1.2rem;
	padding-right:40px;
	color:rgba(042,040,041,1.00) !important;
}

.sublistOn > a, .sublistOn > a:visited, .sublistOn > a:hover {
	color:rgba(195,0,3,1.00) !important;
}
.sublistOn > a {
	font-weight:bold;
}

.subOff{
    display: none;
}

#icon_zone {
	padding:2px 0 0 0;
	width:80px;
	height:80px;
	position:relative;
	left:1201px;
}

#icon_zone > ul > li {
	float:left;
	padding:4px;
}
#icon_zone img {
	width:30px !important;
}

#content{
    font-family: 'Noto Sans KR', sans-serif !important;
}

#footer{
    background-color: #B3B3B3;
}

.contentbox{
    max-width: 2560px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

.contentbox-title{
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: -0.5px;
    font-weight: 500;
}

.calenderpage{
    padding-top: 80px;
}
.calenderpage-flexbox{
    display: flex;
    margin: 80px 0;
}
.calenderpage-flexbox-left{
    flex: 1;
}

.calenderpage-flexbox-left01{
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-top: 20px;
}

.calender-left-top-arrow{
    cursor: pointer;
}

.calenderpage-flexbox-right{
    width: 484px;
    margin-top: 47px;
}

.examresult-page-calender-thead-tr{
    border-bottom: 1px solid #dee2e6;
    text-align: center;
}
.examresult-page-calender-thead-tr th{
    padding: 10px 0;
    font-weight: 500;
    color: #4D4D4D;
}

.examresult-page-calender-tbody tr td{
    height: 166px;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    color: #4d4d4d;
    position: relative;
}
.examresult-page-calender-tbody tr td.select{
    background-color: #DE1B34;
    color: #fff;
}
.examresult-page-calender-tbody tr td.pass-day{
    background-color: #fff4f6;
}
.examresult-page-calender-tbody tr td:nth-child(1){
    border-left: none;
}
.examresult-page-calender-tbody tr:last-child td{
    border-bottom: none;
}

.examresult-page-calender-tbody .finishbox{
    width: 100%;
    border-radius: 2px;
    background-color: #FFE9E9;
    margin-top: 5px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    padding: 2px 0;
}
.examresult-page-calender-tbody .nonefinishbox{
    width: 100%;
    border-radius: 2px;
    background-color: #e6efff;
    margin-top: 5px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    padding: 2px 0;
}

.examresult-page-calender-tbody .finishbox span{
    color: #FF4D49;
}
.examresult-page-calender-tbody .nonefinishbox span{
    color: #3c76da;
}

.examresult-page-calender-tbody .finishbox:nth-child(1),
.examresult-page-calender-tbody .nonefinishbox:nth-child(1){
    margin-top: 20px;
}

.examresult-page-calender-tbody td.select .finishbox,
.examresult-page-calender-tbody td.select .nonefinishbox{
    background-color: #fff;
}

.calenderpage-flexbox-right{
    margin-left: 40px;
}

.calenderpage-flexbox-right-p{
    font-size: 18px;
    color: #262626;
}

.calenderpage-flexbox-right-p-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cal-month{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cal-month button.cal-but{
    font-family: 'Noto Sans KR', sans-serif !important;
    background-color: #DE1B34;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
}
.cal-month button.cal-but:hover{
    background-color: #bd0e25;
}

.calenderpage-flexbox-right-table{
    width: 100%;
}
.calenderpage-flexbox-right-table thead tr{
    background-color: #252525;
}

.calenderpage-flexbox-right-table thead tr th{
    color: #fff;
    padding: 15px 0;
    font-weight: 400;
}

.calenderpage-flexbox-right-table tbody tr td{
    text-align: center;
    padding: 15px 0;
}

.calenderpage-flexbox-right-table tbody tr{
    border-bottom: 1px solid #dee2e6;
}
.calenderpage-flexbox-right-table tbody tr:last-child{
    border: none;
}


.calenderpage-flexbox-right-table tbody tr td button{
    width: 85px;
    height: 34px;
    background-color: #0D6EFD;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}
.calenderpage-flexbox-right-table tbody tr td button:hover{
    background-color: #1362d8;
}

.calenderpage-flexbox-right-table tbody tr td button.cancelbut{
    background-color: #FF5B6E;
}
.calenderpage-flexbox-right-table tbody tr td button.cancelbut:hover{
    background-color: #ff4f63;
}

.calenderpage-flexbox-right .warningbox{
    background-color: #FAFAFA;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    border: 4px solid #c7c7c7;
    border-radius: 8px;
}

.calenderpage-flexbox-right .warningbox p{
    line-height: 27px;
    margin-top: 15px;
    color: #1c1c1c;
}

.calenderpage-flexbox-right .warningbox p span{
    color: #FF0D0D;
}

.calender-modal-01 section.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    font-family: 'Noto Sans KR', sans-serif !important;
}
.calender-modal-02 section.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    font-family: 'Noto Sans KR', sans-serif !important;
}
.calender-modal-03 section.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.calender-modal-title{
    font-size: 20px;
    font-weight: 500;
    padding: 15px 30px;
    font-family: 'Noto Sans KR', sans-serif !important;
    width: 95%;
    line-height: 28px;
}


.calender-modal-01 section.modalWindow {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999 !important;
    width: 750px;
    background: #FFF;
    border-radius: 8px;
}
.calender-modal-02 section.modalWindow {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999 !important;
    width: 1100px;
    background: #FFF;
    border-radius: 8px;
}

.calender-modal-03 section.modalWindow {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999 !important;
    width: 500px;
    background: #FFF;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 12px 20px;
    box-shadow: 0px 6px 9px rgb(0 0 0 / 25%);
}

.calender-modal-03 section.modalWindow .mypage-input{
    margin-top: 15px;
}

.calender-modal-03 section.modalWindow .mypage-input::placeholder{
    font-size: 14px;
}

.calender-modal-01 section.modal.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}
.calender-modal-02 section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}

.calender-modal-01 .modalWrapperbody p{
    line-height: 24px;
    background-color: #F4f4f4;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.calender-modal-01 .modalWrapperbody p span{
    color: #ff0d0d;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.calender-modal-01 .closeBtn {
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}
.calender-modal-02 .closeBtn {
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}

.calender-modal-03 .closeBtn {
    cursor: pointer;
}

.calender-modal-02 .mypage-input{
    font-size: 16px;
}

.reservation-modal-body{
    padding: 30px;
}

.reservation-modal-body select,
.signupbox-content select{
    border: none;
    border-bottom: 1px solid #dee2e6;
    font-size: 16px;
    font-weight: 400;
    color: #2c2c2c;
    font-family: 'Noto Sans KR', sans-serif !important;
    padding: 8px;
    margin-top: 13px;
}

.reservation-modal-body .gong-file{
    border-bottom: 1px solid #dee2e6;
    font-size: 16px;
    font-weight: 300;
    color: #b5b5b5;
    font-family: 'Noto Sans KR', sans-serif !important;
    padding: 8px;
    margin-top: 11px;
    height: 43px;
}
.reservation-modal-body .gong-file button{
    background-color: #383838;
    padding: 4px 8px;
    color: #fff;
    border-radius: 4px;
}

.calender-modal-02-alarm{
    background-color: #EAF3FA;
    border-radius: 6px;
    margin-left: 20px;
    padding: 20px;
}


.calender-modal-02-alarm-whitebox{
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
}
.calender-modal-02-alarm-whitebox ul{
    border-top: 1px solid #dee2e6;
    margin-top: 10px;
    padding-top: 10px;
}
.calender-modal-02-alarm-whitebox ul li{
    font-size: 14px;
    line-height: 18px;
    word-break: break-all;
    margin-top: 15px;
    display: flex;
}
.calender-modal-02-alarm-whitebox ul li:nth-child(1){
    margin-top: 0; 
}

.calender-modal-02-alarm-whitebox ul li .numspan{
    width: 29px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    background-color: #62a2d3;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
}

.calender-modal-02-alarm-whitebox button{
    width: 100%;
    height: 40px;
    background-color: #3d3d3d;
    color: #fff;
    border-radius: 4px;
    font-family: 'Noto Sans KR', sans-serif !important;
    margin-top: 20px;
}

.calender-modal-img section.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    font-family: 'Noto Sans KR', sans-serif !important;
}
.calender-modal-img section.modalWindow {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 500px;
    transform: translate(-50%,-50%);
    z-index: 999999 !important;
    width: 500px;
    background: #FFF;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 12px 20px;
    box-shadow: 0px 6px 9px rgb(0 0 0 / 25%);
}
.calender-modal-img .closeBtn {
    cursor: pointer;
}
.calender-modal-img .closeBtn {
    position: absolute;
    right: 20px;
    top: 19px;
    cursor: pointer;
}

.calender-modal-img .calender-modal-title{
    font-size: 20px;
    font-weight: 500;
    padding: 4px 0px 12px;
    font-family: 'Noto Sans KR', sans-serif !important;
    width: 95%;
    line-height: 28px;
}

.board-modal section.modalWindow{
    width: 700px;
}
.board-modal-user{
    display: flex;
    padding: 15px 30px;
    justify-content: space-between;
    width: 100%;
    background-color: #f4f4f4;
}

.board-modal-user > p{
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3d;
}

.board-modal-user ul,
.board-modal-user ul li{
    display: flex;
    align-items: center;
}
.board-modal-user ul li{
    margin-right: 15px;
}
.board-modal-user ul li:last-child{
    margin-right: 0;
}
.board-modal-content{
    padding: 30px;
}

.modal-user-span{
    font-size: 16px;
    color: #3d3d3d;
}

.calender-modal-03 .tabnav{
    display: flex;
    justify-content: space-between;
}

.calender-modal-03 .tabnav li{
    text-align: center;
    width: calc(100%/5);
    margin-right: 5px;
}
.calender-modal-03 .tabnav li:last-child{
    margin-right: 0;
}

.calender-modal-03 .tabnav li a{
    width: 100%;
    display: block;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}


.calender-modal-03 .tabnav li a.active{
    background-color: #DE1A32;
    border: 1px solid #de1a32;
    color: #fff;
}

.calender-modal-03 .tabcontent{
    padding-top: 30px;
}

.calender-modal-03 .closeBtn{
    width: 185px;
    height: 52px;
    border-radius: 4px;
    background-color: #ececec;
    color: #757575;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}
/* ----------------------배치 -----------------*/

.board-total{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.board-total button{
    background-color: #DE1E32;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.board-table{
    width: 100%;
}

.board-table thead tr{
    background-color: #252525;
}

.board-table thead tr th{
    padding: 14px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.board-table tbody tr{
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
}

.board-table tbody tr.alarm-tr{
    background-color: #F9F9F9;
}

.board-table tbody tr td{
    text-align: center;
    padding: 14px 0;
    font-weight: 400;
    font-size: 14px;
}
.board-table tbody tr td:nth-child(1){
    padding: 0 10px;
}
.board-table tbody tr td:nth-child(2){
    text-align: left;
    padding-left: 40px;
}

.board-table tbody tr td:nth-child(5){
    padding: 0 20px;
}

.board-table tbody tr .alarm{
    display: inline-block;
    height: 24px;
    border-radius: 3px;
    background-color: #ECEDFF;
    border: 1px solid #7C6CFF;
    font-size: 12px;
    font-weight: 300;
    color: #7C6CFF;
    padding: 0px 8px;
    line-height: 22px;
    margin-right: 10px;
}
.board-table tbody tr .toefl{
    display: inline-block;
    height: 24px;
    border-radius: 3px;
    background-color: #FFEEF6;
    border: 1px solid #FF3294;
    font-size: 12px;
    font-weight: 300;
    color: #FF3294;
    padding: 0px 8px;
    line-height: 22px;
    margin-right: 10px;
}
.board-table tbody tr .toeic{
    display: inline-block;
    height: 24px;
    border-radius: 3px;
    background-color: #eef6ff;
    border: 1px solid #6aa7f1;
    font-size: 12px;
    font-weight: 300;
    color: #6aa7f1;
    padding: 0px 8px;
    line-height: 22px;
    margin-right: 10px;
}
.board-table tbody tr .ielts{
    display: inline-block;
    height: 24px;
    border-radius: 3px;
    background-color: #fff5df;
    border: 1px solid #cc9619;
    font-size: 12px;
    font-weight: 300;
    color: #cc9619;
    padding: 0px 8px;
    line-height: 22px;
    margin-right: 10px;
}

.board-writebutbox{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 15px;
}

.board-writebut{
    border: 1px solid #dee2e6;
    border-radius: 2px;
    background-color: #fff;
    padding: 3px 8px;
}

.board-writebut span{
    font-size: 12px;
    font-weight: 500;
}
.nav-num{
    margin-top: 40px;
}
.nav-num ul{
    display: flex;
    justify-content: center;
}

.nav-num ul li a{
    display: block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 500;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 1.6rem;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 39px;
}

.nav-num-active{
    background-color: #DE1B34;
    color: #fff;
}

.loginbox{
    margin: 175px 0;
}

.loginbox .loginbox-p{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.loginbox .loginbox-p span{
    color: #DE1B34;
}

.loginbox-content{
    width: 519px;
    border: 1px solid #dee2e6;
    margin: 0 auto;
    margin-top: 30px;
}

.loginbox-content ul{
    display: flex;
}

.loginbox-content ul li{
    width: 50%;
}

.loginbox-content ul li a{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.loginbox-content ul li a.signup-a{
    background-color: #F7F7F7;
    color: #7A7A7A;
}

.loginbox-content .login-input{
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.loginbox-content .login-input:focus{
    outline: 1px solid #78b2ff;
}

.loginbox-content .loginbutton{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: #1E1E1E;
    color: #fff;
    font-size: 15px;
    margin-top: 8px;
}

/* ------------------- */

.signupbox label {
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.signupbox label input[type="checkbox"] {
    margin: 0;
    margin-right: 7px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    outline: none;
    appearance: none;
    background-image: url("/front/images/nocheck.png");
}

.signupbox label input[type="checkbox"]:checked {
    margin: 0;
    margin-right: 7px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    outline: none;
    appearance: none;
    background-image: url("/front/images/check.png");
}

.signupbox-p{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}
.signupbox-content{
    width: 520px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin: 0 auto;
    padding: 40px;
    /* margin-top: 30px; */
}


.seradio{opacity: 0;}
.seradiobox label{
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    padding: 16px 0;
    text-align: center;
    justify-content: center;
}
.seradiobox input[type="radio"]:checked+label{
    background-color: #DE1A32;
    border: none;
    color: #fff;
}
.mypage-input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #dee2e6;
    margin-top: 25px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 0 !important;
}

.mypage-input::placeholder{
    font-size: 16px;
    font-weight: 300;
    color: #B5B5B5;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.agreebox{
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-top: 20px;
}

.agreebox-all{
    background-color: #f7f7f7;
    padding: 14px 20px;
}

.agreespan{
    color: #303030;
}

.morespan{
    font-size: 14px;
    text-decoration: underline;
    color: #bcbcbc;
}

.signinbut{
    width: 185px;
    height: 52px;
    border-radius: 4px;
    background-color: #DE1A32;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}

.signup-input-alert{
    font-size: 12px;
    line-height: 18px;
    color: #DE1A32;
    margin-top: 5px;
}

.signup-certifybutbox{
    display: flex;
    align-items: center;
}

.signup-certifybutbox button{
    height: 40px;
    background-color: #dee2e6;
    padding: 0 15px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.signup-certifybutbox button:nth-child(1){
    background-color: #6d6d6d;
    margin-right: 3px;
}
.signup-certifybutbox button:nth-child(2){
    background-color: #6d6d6d;
    margin-right: 3px;
}

.signup-modal section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
.signup-modal section.modalWindow {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999 !important;
    width: 600px;
    background: #FFF;
    border-radius: 6px;
}
.signup-modal section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}

.signup-modal .closeBtn {
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}

.signup-modal .modalWrapperbody p{
    font-family: 'Noto Sans KR', sans-serif !important;
}

.signup-modalButton{
    cursor: pointer;
}

.online_wrbut{
    width: 200px;
}