#wrap{
    position: relative;  
}
#wrap>img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
#wrap>img.bg2{
    z-index: 1;
}

/* login */
#login{
    margin-top: 100px;
}
#login .center2{
    padding: 185px 0 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_box{
    width: 680px;
}
.login_title{
    font-family: 'Orbitron-Black', sans-serif;
    font-size: 55px;
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.login_form {
    border-top: 2pt solid #000000;
    padding-top: 55px;
    margin-top: 35px;
}
.login_form .input{
    margin-bottom: 15px;
}
.login_form input{
    border: 1pt solid #d7d7d7;
    width: 100%;
    padding: 20px;
    padding-left: 20px;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #000;
}
.login_form input::placeholder{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #cccccc;
}
.login_form .submit, .login_form .login_btn{
    width: 100%;
    background: linear-gradient(137deg, #ffe400, #ffd300);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    margin-top: 45px;
    font-family: 'Pretendard-Black', sans-serif;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
}
.input_bottom{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input_bottom li{
    display: inline-block;
}
.input_bottom a{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 16px;
    color: #a6a6a6;
}
.input_bottom li:first-child a::after{
    content: "|";
    padding: 0 20px;
}

/* find */
.find_title{
    font-family: 'Pretendard-Black', sans-serif;
    font-size: 40px;
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* join 1*/
#join{
    margin-top: 100px;
}
#join .center2{
    padding: 185px 0 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.join_box{
    width: 680px;
}
.join_title{
    font-family: 'Orbitron-Black', sans-serif;
    font-size: 55px;
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 65px;
}
.join_line{
    position: relative;
    width: 100%;
    margin-bottom: 65px;
}
.join_line .line_bk{
    border: 2pt solid #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}
.join_line .line_gr{
    border: 2pt solid #d7d7d7;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.join_form li{
    margin-bottom: 30px;
}
.join_form p{
    font-family: 'Pretendard-ExtraBold', sans-serif;
    font-size: 18px;
    color: #454545;
    margin-bottom: 20px;
}
.join_form span{
    font-family: 'Pretendard-ExtraBold', sans-serif;
    font-size: 18px;
    color: #454545;
}
.join_form input{
    border: 1pt solid #d7d7d7;
    width: 100%;
    padding: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #000;
}
.join_form input::placeholder{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #cccccc;
}
.j_input1 input[type="text"]{
    border: 1pt solid #d7d7d7;
    width: calc(100% - 184px);
}
.j_input1 input[type="button"]{
    border: 1pt solid #ffd300;
    box-sizing: border-box;
    width: 164px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 16px;
    color: #c09f00;
    background-color: #fff;
    border-radius: 50px;
    margin-left: 15px;
}
.j_input2{
    display: flex;
    align-items: flex-start;
}
.j_sel{
    border: 1pt solid #000000;
    box-sizing: border-box;
    width: 106px;
    position: relative;
}
.j_sel p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 19.5px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #222222;
    margin-bottom: unset;
}
.j_sel li{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 17px;
    color: #454545;
    border: 1pt solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 19.5px;
    box-sizing: border-box;
    width: 106px;
}
.j_sel.on i.xi-angle-down {
    transform: rotate(180deg);
    transition: .3s;
}
.j_sel ul {
    width: 106px;
    position: absolute;
    background-color: #fff;
    top: 61px;
    left: -1px;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    z-index: 99;
}
.j_sel.on ul {
    opacity: 1;
    visibility: visible;
}
.j_sel ul li:hover {
    background-color: #000000;
    color: #fff;
}
.j_input2 input[type="text"]{
    border: 1pt solid #d7d7d7;
    width: calc(100% - 116px);
    margin-left: 10px;
}
.j_input3{
    display: inline-block;
    position: relative;
}
.j_input3 button{
    border: 0;
    border-radius: 50px;
    background: linear-gradient(137deg, #ffe400, #ffd300);
    width: 190px;
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-left: 50px;
    padding: 18.5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
}
.j_input_img{
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
}
.j_input_img img{
    max-width: 100%;
}
.join_x{
    margin-left: 10px;
    cursor: pointer;
}
.join_form>input[type="button"]{
    margin-top: 65px;
    font-family: 'Pretendard-Black', sans-serif;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 50px;
    background: linear-gradient(137deg, #ffe400, #ffd300);
}

/* join 2*/
#join2{
    margin-top: 100px;
}
#join2 .center2{
    padding: 185px 0 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.join_line .line_bk2{
    border: 2pt solid #000000;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.join_line .line_gr2{
    border: 2pt solid #d7d7d7;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}
.join_wait{
    text-align: center;
}
.join_wait p{
    margin-top: 30px;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 20px;
    color: #454545;
}
.join_wait p strong{
    font-family: 'Pretendard-ExtraBold', sans-serif;
}
.join_wait input[type="button"]{
    width: 100%;
    padding: 20px;
    margin-top: 55px;
    font-family: 'Pretendard-Black', sans-serif;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 50px;
    background: linear-gradient(137deg, #ffe400, #ffd300);
}

/* my_page */
#mp{
    margin-top: 100px;
}
#mp .center2{
    padding: 185px 0 145px;
}
.mp_title{
    font-family: 'Orbitron-Black', sans-serif;
    font-size: 55px;
    color: #222222;
    width: 100%;
    padding-bottom: 75px;
}
.mps li{
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 18px;
    color: #cccccc;
    display: inline-block;
    border-radius: 20px 20px 0 0;
    border: 2pt solid #cccccc;
    border-bottom: none;
    box-sizing: border-box;
    width: 189px;
    padding: 12.5px 0;
    text-align: center;
    cursor: pointer;
    margin-right: -3px;
}
.mps li.current{
    padding: 13.5px 0;
    border: 2pt solid #000000;
    color: #222222;
    border-bottom: none;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.tab-content{
    border-top: 2pt solid #000000;
}
.tab-content{
	display: none;
}
.tab-content.current{
	display: inherit;
    position: relative;
    z-index: 1;
    top: -2px;
    background-color: #fff;
}
.tab-1{
    padding-top: 65px;
}
.tab-form{
    display: flex;
    justify-content: space-between;
    gap: 30px 0;
}
.tab-1 ul{
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
.tab-1 li{
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.tab-1 p{
    font-family: 'Pretendard-ExtraBold', sans-serif;
    font-size: 18px;
    color: #454545;
}
.tab-1 input[type="text"], .tab-1 input[type="password"]{
    border: 0;
    border: 1pt solid #d7d7d7;
    box-sizing: border-box;
    padding: 18.5px 0;
    padding-left: 22px;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #454545;
}
.tab-1 input[type="text"]::placeholder, .tab-1 input[type="password"]::placeholder{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #cccccc;
}
.mp_input2 div {
    display: flex;
    justify-content: space-between;
}
.mp_input2 div input[type="text"]{
    width: 491px;
}
.mp_input2 input[type="button"]{
    background-color: #fff;
    border: 1pt solid #ffd300;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 16px;
    color: #c09f00;
    width: 164px;
    padding: 18.5px 0;
}
.mp_input1>div{
    display: flex;
    justify-content: space-between;
}
.mp_input1 input{
    width: 557px;
}
.mp_sel{
    border: 1pt solid #000000;
    box-sizing: border-box;
    width: 106px;
    position: relative;
}
.mp_sel p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 19.5px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #222222;
}
.mp_sel li{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 17px;
    color: #454545;
    border: 1pt solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 19.5px;
    box-sizing: border-box;
    width: 106px;
}
.mp_sel.on i.xi-angle-down {
    transform: rotate(180deg);
    transition: .3s;
}
.mp_sel ul {
    width: 106px;
    position: absolute;
    background-color: #fff;
    top: 61px;
    left: -1px;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    z-index: 99;
}
.mp_sel.on ul {
    opacity: 1;
    visibility: visible;
}
.mp_sel ul li:hover {
    background-color: #000000;
    color: #fff;
}
.mp_input3 span{
    font-family: 'Pretendard-ExtraBold', sans-serif;
    font-size: 18px;
    color: #454545;
}
.mp_find{
    display: flex;
    align-items: center;
    gap: 0 50px;
}
.mp_find button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 50px;
    width: 191px;
    padding: 18.5px 35px;
    background: linear-gradient(137deg, #ffe400, #ffd300);
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 16px;
    color: #ffffff;
}
.j_input_img i{
    margin-left: 10px;
    color: #cccccc;
    cursor: pointer;
}
.mp_submit{
    margin-top: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 43px;
}
.mp_submit .btn1{
    background: linear-gradient(137deg, #ffe400, #ffd300);
    width: 314px;
    font-family: 'Pretendard-Black', sans-serif;
    font-size: 20px;
    color: #ffffff;
    border: 0;
    border-radius: 50px;
    padding: 21px 0;
}
.mp_submit .btn2{
    background-color: #fff;
    border: 0;
    border: 1pt solid #ffd300;
    box-sizing: border-box;
    width: 314px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 20px;
    color: #454545;
    border-radius: 50px;
    padding: 21px 0;
}

.tab-2{
    padding-top: 60px;
}
.mp2_rs{
    display: flex;
    justify-content: space-between;
}
.mp2_rs span{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 25px;
    color: #222222;
}
.mp2_rs p{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #454545;
}
.mp2_rs p strong{
    color: #ffd300;
}
.tab-2 table{
    width: 100%;
    margin-top: 27px;
    text-align: center;
    border-collapse: collapse;
}
.tab-2 table tr{
    cursor: pointer;
}
.tab-2 table th{
    border-top: 2pt solid #000000;
    border-bottom: 2pt solid #000000;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 20px;
    color: #222222;
    padding: 27px 0;
}
.tab-2 table td{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 18px;
    color: #454545;
    padding: 25px 0;
    border-bottom: 1pt solid #d7d7d7;
}
.tab-2 table td.td_num {
    font-family: 'Pretendard-SemiBold', sans-serif;
}
.tab-2 table td.td_name {
    font-family: 'Pretendard-Medium', sans-serif;
}
.tab-2 table td.td_check {
    font-family: 'Pretendard-SemiBold', sans-serif;
    color: #222222;
}
.mp2_cancle{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.mp2_cancle p{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 17px;
    color: #454545;
}
.mp2_cancle input{
    background-color: #fff;
    border: 0;
    border: 1pt solid #000000;
    box-sizing: border-box;
    border-radius: 50px;
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 15px;
    color: #222222;
    width: 127px;
    padding: 10.5px 0;
}
.tab-menu .page_btn{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-menu .page_btn a{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #454545;
    margin-left: 20px;
}
.tab-menu .page_btn .page_num{
    background: linear-gradient(137deg, #ffe400, #ffd300);
    border-radius: 50%;
    width: 51px;
    height: 51px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.tab-menu .page_btn .prev{
   margin-right: 10px;
}
.tab-menu .page_btn .next{
   margin-left: 40px;
}

/* mp2 */
.tab-2 .back_btn{
    display: flex;
    justify-content: center;
    margin-top: 85px;
}
.tab-2 .back_btn input,
.barcode_btn{
    border: none;
    background: linear-gradient(137deg, #ffe400, #ffd300);
    width: 314px;
    font-family: 'Pretendard-Black', sans-serif;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50px;
    padding: 21px 0;
}

.barcode_btn{
    width: 100%;
    padding: 6px 0 !important;
    font-size: 18px;
}

/* sub1_1 */
#sub1_1{
    margin-top: 100px;
    background-color: #000;
    overflow-x: hidden;
}
#sub1_1 .center2{
    padding-top: 130px;
    padding-bottom: 50px;
}
.sub1_1_mini{
    padding-bottom: 35px;
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 15px;
    color: #dec84b;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.25em;
    width: 100%;
}
.sub1_1_title{
    font-family: 'Orbitron-Black', sans-serif;
    font-size: 55px;
    color: #fefefe;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
    width: 100%;
}
.sub_rt1>span, .sub_rt2>span{
    font-family: 'Pretendard-Black', sans-serif;
    font-size: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}
.sub_rt1 ul{
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 200px;
    gap: 0 160px;
}
.sub_rt1 p{
    padding-top: 60px;
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 2;
}
.sub_rt1 p strong{
    font-family: 'Pretendard-Bold', sans-serif;
}
.sub_rt2 ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.rt_title1{
    padding-top: 80px;
}
.rt_title{
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 18px;
    color: #fff;
    padding-bottom: 25px;
}
.rt_mini{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 16px;
    color: #e9e9e9;
    line-height: 2;
}
.sub_rt2 ul span{
    display: block;
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 16px;
    color: #ffd922;
    padding-top: 45px;
    padding-bottom: 20px;
}

/* sub1_2 */
#sub1_2{
    margin-top: 100px; 
}
#sub1_2 .center2{
    padding: 145px 0 130px;
}
.sub_mini_title{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 15px;
    color: #c4c4c4;
    letter-spacing: 0.25em;
    padding-bottom: 40px;
    padding-left: 5px;
}
.sub_title{
    font-family: 'Pretendard-Black', sans-serif;
    font-size: 40px;
    color: #222222;
    padding-bottom: 80px;
}
.sub1_t{
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 30px;
    color: #ffd300;
    padding-bottom: 65px;
}
.sub1_t p{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 20px;
    color: #a6a6a6;
    padding-top: 20px;
}
.sub1_2_form ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 0;
}
.sub1_2_form ul li{
    width: 48%;
}
.sub1_2_form ul li.w100{
    width: 100%;
}
.sub1_2_form p{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 20px;
    color: #454545;
    display: flex;
    align-items: flex-start;
    padding-bottom: 25px;
}
.sub1_2_form p span{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ffe400;
    border-radius: 50%;
}
.sub1_2_form input[type="text"]{
    padding: 15px 0;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #454545;
    border: 0;
    border-bottom: 1pt solid #d7d7d7;
    width: 100%;
}
.sub1_2_form input::placeholder{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #cccccc;
}
.sub1_2_input{ 
    display: flex;
}
.sub1_2_form input[type="button"]:nth-child(1){
   /*background-color: #ffd300;*/
   /*color: #fff;*/
   width: 131px;
}
.sub1_2_form input[type="button"].on {
    background-color: #ffd300;
    color: #fff;
}
.sub1_2_form input[type="button"]{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 16px;
    color: #c09f00;
    border: 0;
    border: 1pt solid #ffd300;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 18px 0;
    background-color: #fff;
    width: 140px;
    margin-right: 9px;
}
.sub1_2_form input[type="button"]:nth-child(2){
    width: 155px;
}
.sub1_2_form input[type="button"]:nth-child(3){
    width: 242px;
}
textarea{
    width: 100%;
    border: 0;
    border-bottom: 1pt solid #d7d7d7;
    padding: 15px 0;
    height: 150px;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #454545;
}
textarea::placeholder{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #cccccc;
}
.sub1_2_form ul li:last-child{
    display: flex;
    align-items: baseline;
}
.sub1_2_form ul li:last-child button{
    border-radius: 50px;
    background: linear-gradient(137deg, #ffe400, #ffd300);
    width: 191px;
    padding: 18px 0;
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
}
.sub1_2_input2{
    position: relative;
    margin-left: 40px;
}
.sub1_2_input2 input{
    padding-right: 10px;
}
.sub1_2_input2 img{
    position: absolute;
    right: 23px;
    top: 21px;
    max-width: 100%;
}
.sub1_2_input3{
    margin-left: 25px;
    display: flex;
    align-items: center;
}
.sub1_2_input3 span{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #cccccc;
}
.sub1_2_input3 i{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #cccccc;
    margin-left: 10px;
}
#sub1_2>input{
    border: 0;
    background: linear-gradient(-75deg, #ffd300, #ffe400);
    background-size: 400% 400%;
    width: 100%;
    padding: 36px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'nulshock bd', sans-serif;
    font-size: 42px;
    color: #000000;
}
#sub1_2>input:hover{
    animation: i_bg 4s alternate both infinite;
}
#sub1_2>input:focus{
    animation: i_bg 4s alternate both infinite;
}
@keyframes i_bg{
    0% {background-position: 0% 0%;}
    100% {background-position: 100% 100%;} 
}

/* sub1_3 */
#sub1_3{
    margin-top: 100px;
}
#sub1_3 .center2{
    padding: 145px 0 135px;
}
.sub1_3_cont>p{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #454545;
}
.sub1_3_cont>p span{
    color: #ffd300;
}
.sub1_3_cont table{
    border-top: 1pt solid #000;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.sub1_3_cont table td{
    padding: 28px 0;
    border-bottom: 1pt solid #d7d7d7;
    font-size: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
    color: #454545;
    cursor: pointer;
}
.sub1_3_cont table td.table_noti{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub1_3_cont table td.table_noti span{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    width: 61px;
    padding: 7px 0;
    border-radius: 30px;
    display: block;
}
.sub1_3_cont table td.table_dt{
    font-family: 'Pretendard-Light', sans-serif;
    color: #aaaaaa;
}
.sub1_3_cont table td.table_num{
    font-family: 'Pretendard-SemiBold', sans-serif;
}
.sub1_3_cont .page_btn{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub1_3_cont .page_btn a{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #454545;
    margin-right: 40px;
}
.sub1_3_cont .page_btn .btns{
    color: #aaaaaa;
    margin-right: 30px;
    margin-left: 10px;
}
.sub1_3_cont .page_btn .page_num1{
    color: #fff;
    background: linear-gradient(137deg, #ffe400, #ffd300);
    width: 51px;
    height: 51px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

/* sub1_3_d */
#sub1_3_d{
    margin-top: 100px;
}
#sub1_3_d .center2{
    padding: 145px 0 140px;
}
.sub1_3_d_noti .noti_title{
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1pt solid #000;
    border-bottom: 1pt solid #d7d7d7;
}
.sub1_3_d_noti .noti_title p{
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 20px;
    color: #454545;
}
.sub1_3_d_noti .noti_title span{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 20px;
    color: #aaaaaa;
}
.sub1_3_d_noti .noti_cont{
    padding: 30px;
    padding-top: 35px;
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 18px;
    color: #454545;
    line-height: 1.5;
}
.sub1_3_d_noti .noti_file{
    padding: 30px;
    border-top: 1pt solid #d7d7d7;
    border-bottom: 1pt solid #d7d7d7;
}
.sub1_3_d_noti .noti_file .file_txt{
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 20px;
    color: #454545;
}
.sub1_3_d_noti .noti_file .file_img{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #ccc;
    padding-left: 45px;
}
.sub1_3_d_btns {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub1_3_d_btns a{
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 20px;
    color: #aaaaaa;
}
.sub1_3_d_btns span{
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 20px;
    color: #454545;
}
.sub1_3_d_btns .prev span{
    padding-left: 30px;
}
.sub1_3_d_btns .next span{
    padding-right: 30px;
}
.sub1_3_d_btns .back_btn{
    width: 62px;
    height: 62px;
    background: linear-gradient(137deg, #ffe400, #ffd300);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
 
/* sub2_1 */
#sub2_1{
    margin-top: 100px;
}
#sub2_1 .center2{
    padding: 145px 0 188px;   
}
#sub2_1 .sub_title{
    display: flex;
    align-items: center;
}
.sub_title .mini_txt::before{
    content: "|";
    color: #d7d7d7;
    width: 1px;
    height: 18px;
    padding: 0 20px;
}
.sub_title .mini_txt{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 20px;
    color: #222222;
}
.sub2_nav ul{
    display: flex;
}
.sub2_nav li{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 20px;
    color: #cccccc;
    cursor: pointer;
}
.sub2_nav li.on{
    font-family: 'Pretendard-SemiBold', sans-serif;
    color: #222222;
}
.sub2_nav li::after{
    content: "·";
    width: 4px;
    height: 4px;
    color: #cccccc;
    padding: 0 34px;
}
.sub2_nav li:last-child::after{
    content: none;
}
.sub2_cont{
    margin-top: 99px;
}
.sub2_cont .detail_contain1{
    display: flex;
}
.sub2_cont .detail_contain1>div{
    width: 50%;
}
.info_imgbox span{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 25px;
    color: #222222;
}
.info_imgbox .img_box{
    margin-top: 32px;
}
.info_imgbox .img_box img{
    width: 100%;
}
.info_txtbox{
    margin-left: 60px;
}
.info_txtbox>a{
    display: flex;
    justify-content: flex-end
}
.info_txtbox ul{
    margin-top: 20px;
    padding-top: 50px;
    border-top: 2pt solid #000000;
}
.info_txtbox li{
    display: flex;
    gap: 0 30px;
    align-items: baseline;
}
.info_txtbox li span{
    display: block;
    width: 99px;
    border: 1pt solid #000000;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 0;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 16px;
    color: #111111;
    display: flex;
    justify-content: center;
}
.info_txtbox li.on span{
    background-color: #000000;
    color: #ffffff;
}
.info_txtbox li p{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 18px;
    color: #454545;
    line-height: 30px;
}
.info_txtbox li.on p{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 20px;
    color: #222222;
}
.info_txtbox li p strong{
    font-family: 'Pretendard-Bold', sans-serif;
    color: #454545;
}
.info_txtbox li:nth-child(2){
    margin-top: 50px;
}
.info_txtbox li:last-child{
    margin-top: 30px;
}
.detail_contain2{
    margin-top: 20px;
}
.d_c2_inner{
    padding-top: 100px;
}
.detail_contain2 span{
    display: block;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 25px;
    color: #222222;
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 2pt solid #000000;
}
.detail_contain2 p{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 18px;
    color: #454545;
    line-height: 30px;
}
.detail_contain2 img{
    margin-top: 20px;
} 

/* sub2_2 */
#sub2_2{
    margin-top: 100px;
}
#sub2_2 .center2{
    padding: 145px 0 155px;   
}
#sub2_2>a{
    font-family: 'nulshock bd', sans-serif;
    font-size: 42px;
    color: #000;
    display: flex;
    justify-content: center;
    background: linear-gradient(-75deg, #ffe400, #ffd300);
    background-size: 400% 400%;
    padding: 36.5px 0;
}
#sub2_2>a:hover{
    animation: h_btn 4s alternate both infinite;
}
@keyframes h_btn{
    0% {background-position: 0% 0%;}
    100% {background-position: 100% 100%;} 
}

/* sub2_3 */
#sub2_3{
    margin-top: 100px;
}
#sub2_3 .center2{
    padding: 145px 0 188px;   
}
.info_txtbox a .img2{
    padding-left: 50px;
}

/* sub2_4 */
#sub2_4{
    margin-top: 100px;
}
#sub2_4 .center2{
    padding: 145px 0 155px;   
}
#sub2_4>a{
    font-family: 'nulshock bd', sans-serif;
    font-size: 42px;
    color: #000;
    display: flex;
    justify-content: center;
    background: linear-gradient(-75deg, #ffe400, #ffd300);
    background-size: 400% 400%;
    padding: 36.5px 0;
}
#sub2_4>a:hover{
    animation: h_btn 4s alternate both infinite;
}
@keyframes h_btn{
    0% {background-position: 0% 0%;}
    100% {background-position: 100% 100%;} 
}

/* sub2_5 */
#sub2_5{
    margin-top: 100px;
}
#sub2_5 .center2{
    padding: 145px 0 188px;   
}

/* sub2_2_gt, sub2_4_gt */
#sub2_2_gt, #sub2_4_gt {
    margin-top: 100px;
}
#sub2_2_gt .center2, #sub2_4_gt .center2{
    padding: 147px 0;
}
.sub2_2_gt_cont1, .sub2_4_gt_cont1{
    display: flex;
    justify-content: space-between;
    border-top: 2pt solid #000000;
    margin-top: 30px;
    padding-top: 38px;

    gap: 20px;
} 
.s2_gt_t{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 25px;
    color: #222222;
}
.gt_list{
    display: flex;
    gap: 0 24px;
    align-items: center;
    margin-bottom: 50px;
}
.gt_t{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    width: 116px;
    background-color: #000000;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #ffffff;
    padding: 14.5px 0;
}
.gt_sel{
    position: relative;
    width: 367px;
    border: 1pt solid #000000;
    box-sizing: border-box;
}
.gt_sel p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 13px 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #222222;
}
.gt_sel li{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 17px;
    color: #454545;
    border: 1pt solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 13px 18px;
    box-sizing: border-box;
}
.gt_sel.on i.xi-angle-down {
    transform: rotate(180deg);
    transition: .3s;
}
.gt_sel ul {
    width: 367px;
    position: absolute;
    background-color: #fff;
    top: 48px;
    left: -1px;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    z-index: 99;
}
.gt_sel.on ul {
    opacity: 1;
    visibility: visible;
}
.gt_sel ul li:hover {
    background-color: #000000;
    color: #fff;
}
.gt_sel ul li.gt_none:hover{
    background-color: #fff;
    color: #454545;
}
.gt_count{
    width: 367px;
    border: 1pt solid #000000;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 13px 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #222222;
    position: relative;
}
.gt_count input{
    text-align: center;
    border: 0;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #222222;
}
.gt_count i{
    cursor: pointer;
    position: absolute;
}
.gt_count i.xi-minus{
    left: 5%;
    top: 50%;
    transform: translate(0,-50%)
}
.gt_count i.xi-plus{
    right: 5%;
    top: 50%;
    transform: translate(0,-50%)
}
.gt_ch{
    display: flex;
    gap: 0 14px;
}
.gt_time{
    width: 113px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #222222;
    border: 1pt solid #cccccc;
    box-sizing: border-box;
    padding: 13.5px 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.clicked{
    background-color: #ffd300;
    border: 0;
    color: #ffffff;
}
.gt_list2{
    display: flex;
    gap: 0 24px;
    align-items: flex-start;
    margin-bottom: 50px;
}
.gt_option{
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
.gt_sel2{
    display: flex;
    gap: 0 7px;
}
.gt_sel2_inner{
    position: relative;
    width: 127px;
    border: 1pt solid #000000;
    box-sizing: border-box;
}
.gt_sel2_inner p,
.gt_sel2_inner select{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 14.5px 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #222222;
}
.gt_sel2_inner li{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 17px;
    color: #454545;
    border: 1pt solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 14.5px 18px;
    box-sizing: border-box;
}
.gt_sel2_inner.on i.xi-angle-down {
    transform: rotate(180deg);
    transition: .3s;
}
.gt_sel2_inner ul {
    width: 127px;
    position: absolute;
    background-color: #fff;
    top: 51px;
    left: -1px;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    z-index: 99;
}
.gt_sel2_inner.on ul {
    opacity: 1;
    visibility: visible;
}
.gt_sel2_inner ul li:hover {
    background-color: #000000;
    color: #fff;
}
.gt_sel2 button{
    width: 99px;
    background-color: #ffd300;
    border: 0;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #ffffff;
}
.gt_sel2 button i{
    margin-left: 5px;
}
.gt_rs_inner{
    display: flex;
    align-items: center;
    gap: 0 18px;
}
.gt_rs{
    display: flex;
    justify-content: space-between;
    border: 1pt solid #cccccc;
    width: 367px;
    box-sizing: border-box;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #222222;
    padding: 13.5px 18px;
}
.gt_rs_inner i.xi-close{
    color: #d5d5d5;
    font-size: 18px;
    cursor: pointer;
}
.gt_num{
    width: 77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gt_rs i{
    cursor: pointer;
}
.gt_rs input{
    text-align: center;
    border: 0;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #222222;
    width: 49px;
}
.s2_gt_cont1_2{
    display: flex;
    align-items: flex-start;
    /*gap: 0 27px;*/
    justify-content: space-between;
}
.cal_head{
    display: flex;
    gap: 0 44px;
    align-items: center;
    justify-content: center;
}
.cal_head a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1pt solid #222222;
    font-family: 'Orbitron-Regular', sans-serif;
    font-size: 24px;
    color: #222222;
    cursor: pointer;
}
.cal_year{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 30px;
    color: #222222;
}
.calendar{
    width: 80%;
}
.calendar .week{
    width: 100%;
    text-align: center;    
    border-collapse: collapse;
    margin-top: 48px;
    border-top: 1pt solid #cccccc;
    border-bottom: 1pt solid #cccccc;
    display: flex;
}
.calendar .week li{
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 20px;
    color: #222222;
    padding: 29px 25px;
    width: 14.28%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.calendar .day{
    display: inline-block;
    border-bottom: 1pt solid #cccccc;
}
.calendar .day li{
    width: 14.28%;
    height: 70px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.calendar .day span{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #454545;
}
.calendar .possible span{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1pt solid  #cccccc;
    box-sizing: border-box;
    border-radius: 10px;
    width: 49px;
    height: 49px;
    margin: auto; 
}
.cal_click span{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 10px;
    width: 49px;
    height: 49px;
    border: none;
    background-color: #ffd300;
    color: #ffffff;   
    margin: auto; 
}
.cal_info{
    margin-top: 27px;
    display: flex;
    justify-content: flex-end;
    gap: 0 30px ;
}
.cal_info li{
    display: flex;
    gap: 0 12px;
    align-items: center;
}
.cal_wt div{
    width: 22px;
    height: 22px;
    border: 1pt solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.cal_info span{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 16px;
    color: #222222;
}
.cal_y div{
    background-color: #ffd300;
    width: 22px;
    height: 22px;
    border-radius: 5px;
}
.gt_submit {
    margin-top: 52px;
    display: flex;
    justify-content: flex-end; 
}
.gt_submit input[type="button"]{
    width: 314px;
    border: 0;
    background: linear-gradient(137deg, #ffe400, #ffd300);
    font-family: 'Pretendard-Black', sans-serif;
    font-size: 20px;
    color: #ffffff;
    padding: 21px 0;
    border-radius: 50px;
}   
.sub2_2_gt_cont2, .sub2_4_gt_cont2{
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
.gt2_list_box{
    border-top: 2pt solid #000000;
    margin-top: 30px;
    padding-top: 43px;
    padding-right: 162px;
}
.gt2_list{
    display: flex;
    gap: 0 24px;
    align-items: center;
    margin-bottom: 20px;
}
.gt2_t{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    width: 116px;
    border: 1pt solid #000000;
    box-sizing: border-box;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #000000;
    padding: 13.5px 0;
}
.gt2_c{
    width: 367px;
    border: 1pt solid #cccccc;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 17px;
    color: #222222;
    padding: 13.5px 0 13.5px 17px;
    box-sizing: border-box;
}
.s2_cont2_2{
    margin-top: 72px;
}
.gt_pay{
    display: flex;
    gap: 0 63px;
    border-top: 2pt solid #000000;
    margin-top: 30px;
    padding-top: 28px;
}
.gt_pay li{
    display: flex;
    gap: 0 12px;
}
.gt_pay p{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #111111;
}
.gt_check{
    border-top: 2pt solid #000000;
    margin-top: 30px;
}
.gt_check>p{
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 23px;
    color: #454545;
    padding: 25px 540px 25px 10px;
}
.gt_info{
    border-top: 1pt solid #cccccc;
    padding: 30px 0 30px 10px;
    display: flex;
    flex-direction: column ;
    gap: 30px 0;
}
.gt_info li:first-child{
    display: flex;
    gap: 0 160px;
    align-items: baseline;
}
.gt_info li:last-child{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.gt_info span{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #454545;
}
.gt_info_inner{
    display: flex;
    justify-content: space-between;
}
.gt_info_inner div{
    display: flex;
    align-items: baseline;
    gap: 0 12px;
}
.gt_info .txt1{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 18px;
    color: #111111;
    line-height: 2;
}
.gt_info .txt2{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 16px;
    color: #111111;
    text-decoration: line-through;
}
.gt_info .txt3{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 20px;
    color: #111111;
    line-height: 1.8;
}
.gt_info2_4{
    border-top: 1pt solid #cccccc;
    padding: 30px 0 30px 10px;
    display: flex;
    flex-direction: column ;
    gap: 30px 0;
}
.gt_info2_4 li{
    display: flex;
    gap: 0 160px;
    align-items: baseline;
}
.gt_info2_4 span{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    color: #454545;
}
.gt_info_inner2_4{
    display: flex;
    gap: 0 220px;
}
.gt_info_inner2_4 div{
    display: flex;
    align-items: baseline;
    gap: 0 12px;
}
.gt_info2_4 .txt1{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 18px;
    color: #111111;
    line-height: 2;
}
.gt_info2_4 .txt2{
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 16px;
    color: #111111;
    text-decoration: line-through;
}
.gt_info2_4 .txt3{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 20px;
    color: #111111;
    line-height: 1.8;
}
.gt_price{
    border-top: 2pt solid #000000;
    padding-top: 30px;
    padding-left: 10px;
}
.gt_price li{
    display: flex;
    justify-content: space-between;
}
.gt_price .txt1{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #111111;
}
.gt_price .txt2{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 20px;
    color: #111111;
}
.gt_price li{
    padding-bottom: 30px;
}
.gt_price2{
    border-top: 1pt solid #cccccc;
    padding: 35px 0 70px 10px;
    display: flex;
    justify-content: space-between;
}
.gt_price2 .txt1{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    color: #111111;
}
.gt_price2 .txt2{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 24px;
    color: #d10000;
}
.gt2_submit{
    display: flex;
    justify-content: flex-end; 
}
.gt2_submit input{
    background: linear-gradient(137deg, #ffe400, #ffd300);
    width: 314px;
    border: 0;
    border-radius: 50px;
    font-family: 'Pretendard-Black', sans-serif;
    font-size: 20px;
    color: #ffffff;
    padding: 21px 0;
}


/* 바코드 팝업 */
.pop_pin {
    /*color: #b9111f;*/
    text-decoration: underline;
    cursor: pointer;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.popup {
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.popbox {
    width: 500px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
}

.popbox p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.popbox p span {
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.popbox p i {
    font-size: 24px;
    color: #111;
    cursor: pointer;
}

.pin_imgbox {
    width: 100%;
    padding: 40px 0;
}

.pin_img {
    /*width: 130px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pin_img img {
    width: 100%;
}




/* mobile */
@media screen and (max-width: 767px){
    .popbox{
        width:90%;
    }

    #wrap>img{
        display: none;
    }
    #wrap>img.bg2{
        display: none;
    }
    
    /* login */
    #login {
        margin-top: 70px;
    }
    #login .center2 {
        padding: 50px 0 70px;
    }
    .login_title {
        font-size: 30px;
    }
    .login_form {
        padding-top: 25px;
        margin-top: 20px;
    }
    .login_form .input {
        margin-bottom: 10px;
    }
    .login_form input{
        padding: 10px;
        padding-left: 10px;
        font-size: 12px;
    }
    .login_form input::placeholder{
        font-size: 12px;
    }
    .login_form .submit, .login_form .login_btn{
        padding: 10px 0;
        margin-top: 25px;
        font-size: 14px;
    }
    .input_bottom {
        margin-top: 15px;
    }
    .input_bottom a{
        font-size: 11px;
    }
    .input_bottom li:first-child a::after {
        padding: 0 10px;
    }

    /* find */
    .find_title{
        font-size: 25px;
    }

    /* join 1*/
    #join{
        margin-top: 70px;
    }
    #join .center2{
        padding: 50px 0 70px;
    }
    .join_title{
        font-size: 30px;
        padding-bottom: 20px;
    }
    .join_line{
        margin-bottom: 25px;
    }
    .join_form li {
        margin-bottom: 10px;
    }
    .join_form p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .join_form input {
        font-size: 12px;
        padding: 10px
    }
    .join_form input::placeholder{
        font-size: 12px;
    }
    .j_input1 input[type="text"] {
        width: calc(100% - 125px);
    }
    .j_input1 input[type="button"]{
        width: 100px;
        font-size: 11px;
    }
    .j_sel p {
        margin-bottom: unset;
        padding: 9.5px;
    }
    .join_form span{
        font-size: 12px;
    }
    .j_sel ul {
        top: 34px;
    }
    .j_sel li{
        font-size: 11px;
        padding: 9.5px;
    }
    .j_input3 button {
        width: 100px;
        font-size: 12px;
        padding: 8.5px 0;
        gap: 0 8px;
        margin-left: 20px;
    }
    .join_form>input[type="button"] {
        margin-top: 35px;
        font-size: 13px;
    }
    
    /* join 2*/
    #join2{
        margin-top: 70px;
    }
    #join2 .center2{
        padding: 50px 0 70px;
    }
    .join_wait img{
        width: 20%;
    }
    .join_wait input[type="button"]{
        padding: 10px;
        margin-top: 35px;
        font-size: 13px;
    }
    .join_wait p {
        margin-top: 20px;
        font-size: 12px;
    }

    /* my_page */
    #mp{
        margin-top: 70px;
    }
    #mp .center2{
        padding: 50px 0 70px;
    }
    .mp_title{
        font-size: 30px;
        padding-bottom: 40px;
    }
    .mps li{
        font-size: 12px; 
        width: 100px;
        padding: 5.5px 0;
        border-radius: 15px 15px 0 0;
    }
    .mps li.current {
        padding: 6.5px 0;
    }
    .tab-content.current{
        top: -3px;
    }
    .tab-1{
        padding-top: 30px;
    }
    .tab-form {    
        flex-direction: column;
    }
    .tab-1 ul{
        width: 100%;
        gap: 20px 0;
    }
    .tab-1 li {
        gap: 10px 0;
    }
    .tab-1 p{
        font-size: 12px;
    }
    .tab-1 input[type="text"], .tab-1 input[type="password"]{
        padding: 8.5px 0;
        padding-left: 10px;
        font-size: 12px;
    }
    .tab-1 input[type="text"]::placeholder, .tab-1 input[type="password"]::placeholder{
        font-size: 12px;
    }
    .mp_sel p {
        padding: 8.5px 5px;
    }
    .mp_sel ul {
        top: 32px;
        left: 0;
    }
    .mp_sel li {
        padding: 8.5px 5px;
        width: 100%;
        font-size: 11px;
    }
    .mp_input2 div input[type="text"]{
        width: 100%;
    }
    .mp_input2 input[type="button"]{
        font-size: 12px;
        padding: 8.5px 0;
    }
    .mp_find {
        gap: 0 20px;
    }
    .mp_input3 span{
        font-size: 12px;
    }
    .mp_find button {
        width: 100px;
        padding: 8.5px 10px;
        font-size: 12px;
    }
    .j_input_img {
        margin-top: 15px;
    }
    .mp_submit {
        margin-top: 40px;  
        gap: 0 20px;
    }
    .mp_submit .btn1, .mp_submit .btn2 {
        width: 100px;
        font-size: 14px;
        padding: 10px 0;
    }

    .tab-2{
        padding-top: 30px;
    }
    .mp2_rs span{
        font-size: 18px;
    }
    .mp2_rs p {
        font-size: 12px;
    }
    .mp_table{
        overflow: auto;
    }
    .tab-2 table {
        min-width: 100%;
        width: max-content;
    }
    .tab-2 table th{
        font-size: 14px;
        padding: 15px 0;
    }
    .tab-2 table td {
        font-size: 12px;
        padding: 12px 0;
    }
    .mp2_cancle {
        margin-top: 15px;
    }
    .mp2_cancle p{
        font-size: 11px;
    }
    .mp2_cancle input{
        font-size: 11px;
        width: 80px;
        padding: 5.5px 0;
    }
    .tab-menu .page_btn a {
        font-size: 12px;
        margin-left: 10px;
    }
    .tab-menu .page_btn .page_num {
        width: 30px;
        height: 30px;
    }
    .tab-menu .page_btn .prev {
        margin-right: 0;
    }
    .tab-menu .page_btn .next {
        margin-left: 20px;
    }

    /* mp2 */
    .tab-2 .back_btn{
        margin-top: 40px;
    }
    .tab-2 .back_btn input,
    .barcode_btn{
        width: 100px;
        font-size: 14px;
        padding: 10px 0;
    }

    .barcode_btn{
        width: 100%;
        padding: 3px 0 !important;
        font-size: 12px;
    }



    /* sub1_1 */
    #sub1_1{
        margin-top: 70px;
    }
    #sub1_1 .center2{
        padding: 50px 0 70px;
    }
    .sub1_1_mini {
        padding-bottom: 15px;
        font-size: 11px;
    }
    .sub1_1_title {
        font-size: 30px;
        padding-bottom: 50px;
    }
    .sub_rt1 ul {
        padding-bottom: 100px;
        flex-direction: column;
        align-items: center;
        gap: 30px 0;
    }
    .sub_rt1>span, .sub_rt2>span {
        font-size: 20px;
        padding-bottom: 30px;
    }
    .sub_rt1 img {
        width: 30%;
    }
    .sub_rt1 p{
        padding-top: 25px;
        font-size: 12px;
    }
    .sub_rt2 ul{
        flex-direction: column;
        gap: 30px 0;
    }
    .sub_rt2 img{
        width: 20%;
    }
    .rt_title {
        font-size: 12px;
        padding-bottom: 15px;
    }
    .rt_title1 {
        padding-top: 25px;
    }
    .rt_mini {
        font-size: 11px;
    }
    .sub_rt2 ul span {
        font-size: 11px;
        padding-top: 25px;
        padding-bottom: 15px;
    }

    /* sub1_2 */
    #sub1_2{
        margin-top: 70px; 
    }
    #sub1_2 .center2{
        padding: 50px 0 70px;
    }
    .sub_mini_title{
        font-size: 11px;
        padding-bottom: 10px;
    }
    .sub_title {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .sub1_t {
        font-size: 15px;
        padding-bottom: 30px;
    }
    .sub1_t p {
        font-size: 12px;
        padding-top: 10px;
    }
    .sub1_2_form ul{
        gap: 30px 0;
    }
    .sub1_2_form ul li{
        width: 100%;
    }
    .sub1_2_form p {
        font-size: 12px;
        padding-bottom: 15px;
    }
    .sub1_2_form input[type="text"]{
        padding: 10px 0;
        font-size: 12px;
    }
    .sub1_2_form input::placeholder{
        font-size: 12px;
    }
    .sub1_2_form input[type="button"]{
        font-size: 10px;
        padding: 10px 0;
        width: 160px;
        margin-right: 3px;
    }
    .sub1_2_form input[type="button"]:nth-child(1) {
        width: 150px;
    }
    .sub1_2_form input[type="button"]:nth-child(2){
        width: 175px;
    }
    .sub1_2_form input[type="button"]:nth-child(3){
        width: 260px;
    }
    textarea{
        padding: 10px 0;
        height: 100px;
        font-size: 12px;
    }
    textarea::placeholder{
        font-size: 12px;
    }
    .sub1_2_form ul li:last-child{
        align-items: flex-start;
        flex-direction: column;
        gap: 10px 0;
    }
    .sub1_2_input2 {
        margin-left: unset;
    }
    .sub1_2_form ul li:last-child button {
        width: 100px;
        padding: 8px 0;
        font-size: 11px;
        gap: 0 8px;
    }
    .sub1_2_input3 {
        margin-left: unset;
    }
    .sub1_2_form li:last-child p {
        padding-bottom: unset;
    }
    .sub1_2_input3 span{
        font-size: 12px;
    }
    .sub1_2_input3 i{
        font-size: 12px;
    }
    #sub1_2>input {
        padding: 15px 0;
        font-size: 20px;
    }

    /* sub1_3 */
    #sub1_3{
        margin-top: 70px;
    }
    #sub1_3 .center2{
        padding: 50px 0 70px;
    }
    .sub1_3_cont>p{
        font-size: 12px;
    }
    .sub1_3_cont table td.table_noti span {
        width: 45px;
        padding: 5px 0;
        font-size: 11px;
    }
    .sub1_3_cont table td {
        font-size: 12px;
        padding: 14px 0;
    }
    .sub1_3_cont .page_btn {
        margin-top: 30px;
    }
    .sub1_3_cont .page_btn .btns {
        margin-right: 20px;
        margin-left: 5px;
    }
    .sub1_3_cont .page_btn a {
        font-size: 12px;
        margin-right: 25px;
    }
    .sub1_3_cont .page_btn .page_num1{
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    /* sub1_3_d */
    #sub1_3_d{
        margin-top: 70px;
    }
    #sub1_3_d .center2{
        padding: 50px 0 70px;
    }
    .sub1_3_d_noti .noti_title{
        padding: 20px;
    }
    .sub1_3_d_noti .noti_title p{
        font-size: 12px;
    }
    .sub1_3_d_noti .noti_title span {
        font-size: 12px;
    }
    .sub1_3_d_noti .noti_cont{
        padding: 20px;
        font-size: 11px;
    }
    .sub1_3_d_noti .noti_file{
        padding: 20px;
    }
    .sub1_3_d_noti .noti_file .file_txt{
        font-size: 12px;
    }
    .sub1_3_d_noti .noti_file .file_img {
        font-size: 11px;
        padding-left: 25px;
    }
    .sub1_3_d_btns {
        margin-top: 30px;
    }
    .sub1_3_d_btns a {
        font-size: 12px;
    }
    .sub1_3_d_btns span{
        display: none;
    }
    .sub1_3_d_btns .back_btn {
        width: 30px;
        height: 30px;
    }
    .sub1_3_d_btns .back_btn img{
        width: 50%;
    }

    /* sub2_1 */
    #sub2_1{
        margin-top: 70px;
    }
    #sub2_1 .center2{
        padding: 50px 0 70px;   
    }
    .sub_title {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .sub_title .mini_txt {
        font-size: 13px;
    }
    .sub_title .mini_txt::before {
        padding: 0 10px;
    }
    .sub2_nav li{
        font-size: 11px;
        padding-right: 5px;
    }
    .sub2_nav li::after{
        content: none;
    }
    .sub2_cont {
        margin-top: 40px;
    }
    .sub2_cont .detail_contain1 {
        flex-direction: column;
        gap: 30px 0;
    }
    .sub2_cont .detail_contain1>div {
        width: 100%;
    }
    .info_imgbox span{
        font-size: 18px;
    }
    .info_imgbox .img_box {
        margin-top: 20px;
    }
    .info_txtbox {
        margin-left: unset;
    }
    .info_txtbox>a {
        justify-content: flex-start;
        width: 150px;
    }
    .info_txtbox>a img{
        width: 100%;
    }
    .info_txtbox ul {
        padding-top: 30px;
    }
    br.m_none{
        display: none;
    }
    .info_txtbox li {
        gap: 0 10px;
    }
    .info_txtbox li span{
        width: 70px;
        padding: 4px 0;
        font-size: 12px;
    }
    .info_txtbox li.on p {
        font-size: 12px;
    }
    .info_txtbox li p{
        font-size: 12px;
        line-height: 1.5;
        width: 70%;
    }
    .info_txtbox li:nth-child(2), .info_txtbox li:last-child {
        margin-top: 25px;
    }
    .d_c2_inner {
        padding-top: 35px;
    }
    .detail_contain2 span {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .detail_contain2 p {
        font-size: 12px;        
        line-height: 1.5;
    }
    .detail_contain2 img{
        width: 100%;
    }

    /* sub2_2 */
    #sub2_2{
        margin-top: 70px;
    }
    #sub2_2 .center2{
        padding: 50px 0 70px;   
    }
    #sub2_2>a{
        font-size: 20px;
        padding: 18px 0;
    }

    /* sub2_3 */
    #sub2_3{
        margin-top: 70px;
    }
    #sub2_3 .center2{
        padding: 50px 0 70px;   
    }
    .info_txtbox a .img2{
        padding-left: 25px;
    }

    /* sub2_4 */
    #sub2_4{
        margin-top: 70px;
    }
    #sub2_4 .center2{
        padding: 50px 0 70px;   
    }
    #sub2_4>a{
        font-size: 20px;
        padding: 18px 0;
    }

    /* sub2_5 */
    #sub2_5{
        margin-top: 70px;
    }
    #sub2_5 .center2{
        padding: 50px 0 70px;   
    }

    /* sub2_2_gt, sub2_4_gt */
    #sub2_2_gt, #sub2_4_gt {
        margin-top: 70px;
    }
    #sub2_2_gt .center2, #sub2_4_gt .center2{
        padding: 50px 0 70px;
    }
    .s2_gt_t {
        font-size: 20px;
    }
    .sub2_2_gt_cont1, .sub2_4_gt_cont1 {
        margin-top: 20px;
        padding-top: 20px;
        flex-direction: column;
        gap: 30px 0;
    }
    .gt_list{
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px 0;
    }
    .gt_t{
        width: 75px;
        font-size: 12px;
        padding: 6px 0;
    }
    .gt_sel{
        width: 100%;
    }
    .gt_sel p {
        padding: 12px 20px;
        font-size: 12px;
    }
    .gt_sel ul {
        width: 100%;
        top: 39px;
        left: 0;
    }
    .gt_sel li{
        font-size: 11px;
        padding: 12px 20px;
    }
    .gt_count {
        width: 100%;
        padding: 12px 20px;
        font-size: 12px;
    }
    .gt_count input {
        font-size: 12px;   
    }
    .gt_time{
        width: 90px;
        font-size: 12px; 
        padding: 12px 0;
    }
    .gt_list2{
        margin-bottom: 30px;
        flex-direction: column;
        gap: 15px 0;
    }
    .gt_option{
        width: 100%;
    }
    .gt_sel2_inner {
        width: 35%;
    }
    .gt_sel2_inner p,
    .gt_sel2_inner select{
        padding: 10.5px 20px;
        font-size: 12px;
    }
    .gt_sel2_inner ul {
        width: 100%;
        left: 0;
        top: 36px;
    }
    .gt_sel2_inner li {
        padding: 10.5px 20px;
        font-size: 11px;   
    }
    .gt_sel2 button {
        width: 30%;
        font-size: 12px;
    }
    .gt_rs {
        width: 100%;
        font-size: 12px;
        padding: 10.5px 20px;
        gap: 0 30px;
    }
    .gt_rs_inner {
        gap: 0 28px;
    }
    .gt_rs input{
        font-size: 12px;
    }
    .s2_gt_cont1_2 {
        flex-direction: column;
        gap: 15px 0;
    }
    .calendar{
        width: 100%;
    }
    .cal_head{
        gap: 0 24px;
    }
    .cal_head a {
        width: 20px;
        height: 20px;   
        font-size: 14px;
    }
    .cal_year {
        font-size: 20px;
    }
    .calendar .week{
        margin-top: 25px;
    }
    .calendar .week li{
        font-size: 12px;
        padding: 10px;
    }
    .calendar .day li {
        height: 45px;
    }
    .calendar .day span{
        font-size: 12px;
    }
    .cal_click span, .calendar .possible span{
        border-radius: 5px;
        width: 20px;
        height: 20px; 
    }
    .cal_info {
        margin-top: 17px;
        gap: 0 15px;
    }
    .cal_wt div, .cal_y div {
        width: 12px;
        height: 12px;
        border-radius: 3px;
    }
    .cal_info span {
        font-size: 11px; 
    }
    .gt_submit {
        margin-top: 30px;
    }
    .gt_submit input[type="button"] {
        width: 150px;
        font-size: 12px;
        padding: 10px 0;
    }
    .sub2_2_gt_cont2, .sub2_4_gt_cont2 {
        flex-direction: column;
        gap: 40px 0;
    }
    .gt2_list_box {
        padding-right: 0;
        margin-top: 20px;
        padding-top: 20px;
    }
    .gt2_list{
        gap: 0 20px;
        margin-bottom: 15px;
    }
    .gt2_t{
        width: 85px;
        font-size: 12px;
        padding: 7.5px 0;
    }
    .gt2_c {
        width: 100%;
        font-size: 11px;
        padding: 7.5px 0 7.5px 10px;
    }
    .s2_cont2_2 {
        margin-top: 40px;
    }
    .gt_pay {
        margin-top: 20px;
        padding-top: 20px;
        gap: 0 40px;
    }
    .gt_pay li {
        gap: 0 8px;
    }
    .gt_pay p {
        font-size: 12px;
    }
    .gt_check{
        margin-top: 20px;
    }
    .gt_check>p {
        padding: 20px 10px; 
        font-size: 17px;   
    }
    .gt_info {
        gap: 15px 0;
    }
    .gt_info li:first-child{
        gap: 0 20px;
    }
    .gt_info span {
        font-size: 12px;
    }
    .gt_info .txt1{
        font-size: 12px;
    }
    .gt_info_inner div{
        gap: 0 5px;
    }
    .gt_info .txt2 {
        font-size: 11px;
    }
    .gt_info i{
        font-size: 11px;
    }
    .gt_info .txt3{
        font-size: 12px;
    }
    .gt_price li {
        padding-bottom: 15px;
    }
    .gt_price .txt1, .gt_price .txt2, .gt_price2 .txt1 {
        font-size: 12px;
    }
    .gt_price2 {
        padding: 15px 0 40px 10px;
    }
    .gt_price2 .txt2 {
        font-size: 14px;
    }
    .gt2_submit input  {
        width: 150px;
        font-size: 12px;
        padding: 10px 0;
    }
    .gt_info2_4 {
        padding: 20px 0 20px 10px;
        gap: 15px 0;
    }
    .gt_info2_4 li {
        gap: 0 20px;
    }
    .gt_info2_4 span, .gt_info2_4 .txt1, .gt_info2_4 .txt3{
        font-size: 12px;
    }
    .gt_info_inner2_4{
        gap: 0 154px;
    }
    .gt_price{
        padding-top: 20px;
    }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .popbox{
        width:80%;
    }

    #wrap>img{
        display: none;
    }
    #wrap>img.bg2{
        display: none;
    }
    
    /* login */
    #login .center2 {
        padding: 70px 0 90px;
    }
    .login_title {
        font-size: 32px;
    }
    .login_form {
        padding-top: 30px;
        margin-top: 25px;
    }
    .login_form .input {
        margin-bottom: 15px;
    }
    .login_form input{
        padding: 15px;
        padding-left: 15px;
        font-size: 14px;
    }
    .login_form input::placeholder{
        font-size: 14px;
    }
    .login_form .submit, .login_form .login_btn{
        padding: 15px 0;
        margin-top: 30px;
        font-size: 16px;
    }
    .input_bottom {
        margin-top: 20px;
    }
    .input_bottom a{
        font-size: 13px;
    }
    .input_bottom li:first-child a::after {
        padding: 0 15px;
    }

    /* find */
    .find_title{
        font-size: 27px;
    }

    /* join 1*/
    #join .center2{
        padding: 70px 0 90px;
    }
    .join_title{
        font-size: 32px;
        padding-bottom: 25px;
    }
    .join_line{
        margin-bottom: 30px;
    }
    .join_form li {
        margin-bottom: 15px;
    }
    .join_form p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .join_form input {
        font-size: 14px;
        padding: 15px
    }
    .join_form input::placeholder{
        font-size: 14px;
    }
    .j_input1 input[type="button"]{
        font-size: 13px;
    }
    .j_sel p {
        margin-bottom: unset;
        padding: 11.5px;
    }
    .join_form span{
        font-size: 14px;
    }
    .j_sel ul {
        top: 34px;
    }
    .j_sel li{
        font-size: 13px;
        padding: 11.5px;
    }
    .j_input3 button {
        width: 150px;
        font-size: 14px;
        padding: 10.5px 0;
        gap: 0 10px;
        margin-left: 25px;
    }
    .join_form>input[type="button"] {
        margin-top: 40px;
        font-size: 15px;
    }

    /* join 2*/
    #join2 .center2{
        padding: 70px 0 90px;
    }
    .join_wait input[type="button"]{
        padding: 15px;
        margin-top: 40px;
        font-size: 15px;
    }
    .join_wait p {
        margin-top: 25px;
        font-size: 14px;
    }

    /* sub1_1 */
    #sub1_1 .center2{
        padding: 70px 0 90px;
    }
    .sub1_1_mini {
        padding-bottom: 20px;
        font-size: 13px;
    }
    .sub1_1_title {
        font-size: 32px;
        padding-bottom: 55px;
    }
    .sub_rt1 ul {
        padding-bottom: 110px;
        align-items: center;
        gap: 0 100px;
    }
    .sub_rt1>span, .sub_rt2>span {
        font-size: 22px;
        padding-bottom: 35px;
    }
    .sub_rt1 img {
        width: 40%;
    }
    .sub_rt1 p{
        padding-top: 30px;
        font-size: 14px;
    }
    .sub_rt2 img{
        width: 30%;
    }
    .rt_title {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .rt_title1 {
        padding-top: 30px;
    }
    .rt_mini {
        font-size: 13px;
    }
    .sub_rt2 ul span {
        font-size: 13px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    
    /* sub1_2 */
    #sub1_2 .center2{
        padding: 70px 0 90px;
    }
    .sub_mini_title{
        font-size: 13px;
        padding-bottom: 15px;
    }
    .sub_title {
        font-size: 22px;
        padding-bottom: 25px;
    }
    .sub1_t {
        font-size: 17px;
        padding-bottom: 35px;
    }
    .sub1_t p {
        font-size: 14px;
        padding-top: 15px;
    }
    .sub1_2_form ul{
        gap: 35px 0;
    }
    .sub1_2_form ul li{
        width: 100%;
    }
    .sub1_2_form p {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .sub1_2_form input[type="text"]{
        padding: 15px 0;
        font-size: 14px;
    }
    .sub1_2_form input::placeholder{
        font-size: 14px;
    }
    .sub1_2_form input[type="button"]{
        font-size: 14px;
        padding: 15px 0;
        margin-right: 8px;
    }
    textarea{
        padding: 15px 0;
        height: 120px;
        font-size: 14px;
    }
    textarea::placeholder{
        font-size: 14px;
    }
    .sub1_2_input2 {
        margin-left: 30px;
    }
    .sub1_2_form ul li:last-child button {
        width: 150px;
        font-size: 13px;
        padding: 12px 0;
        gap: 0 10px;
    }
    .sub1_2_input3 span{
        font-size: 14px;
    }
    .sub1_2_input3 i{
        font-size: 14px;
    }
    #sub1_2>input {
        padding: 20px 0;
        font-size: 22px;
    }

    /* sub1_3 */
    #sub1_3 .center2{
        padding: 70px 0 90px;
    }
    .sub1_3_cont>p{
        font-size: 14px;
    }
    .sub1_3_cont table td.table_noti span {
        width: 50px;
        padding: 7px 0;
        font-size: 13px;
    }
    .sub1_3_cont table td {
        font-size: 14px;
        padding: 20px 0;
    }
    .sub1_3_cont .page_btn {
        margin-top: 35px;
    }
    .sub1_3_cont .page_btn .btns {
        margin-right: 25px;
        margin-left: 10px;
    }
    .sub1_3_cont .page_btn a {
        font-size: 14px;
        margin-right: 30px;
    }
    .sub1_3_cont .page_btn .page_num1{
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

     /* sub2_1 */
    #sub2_1 .center2{
        padding: 70px 0 90px;   
    }
    .sub_title {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .sub_title .mini_txt {
        font-size: 16px;
    }
    .sub_title .mini_txt::before {
        padding: 0 15px;
    }
    .sub2_nav li{
        font-size: 13px;
    }
    .sub2_nav li::after{
        padding: 0 20px;
    }
    .sub2_cont {
        margin-top: 45px;
    }
    .sub2_cont .detail_contain1 {
        flex-direction: column;
        gap: 35px 0;
    }
    .sub2_cont .detail_contain1>div {
        width: 100%;
    }
    .info_imgbox span{
        font-size: 20px;
    }
    .info_imgbox .img_box {
        margin-top: 25px;
    }
    .info_txtbox {
        margin-left: unset;
    }
    .info_txtbox>a {
        justify-content: flex-start;
        width: 170px;
    }
    .info_txtbox>a img{
        width: 100%;
    }
    .info_txtbox ul {
        padding-top: 35px;
    }
    .info_txtbox li {
        gap: 0 15px;
    }
    .info_txtbox li span{
        width: 80px;
        padding: 6px 0;
        font-size: 14px;
    }
    .info_txtbox li.on p {
        font-size: 14px;
    }
    .info_txtbox li p{
        font-size: 13px;
        line-height: 1.5;
    }
    .info_txtbox li:nth-child(2), .info_txtbox li:last-child {
        margin-top: 30px;
    }
    .d_c2_inner {
        padding-top: 40px;
    }
    .detail_contain2 span {
        font-size: 20px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .detail_contain2 p {
        font-size: 14px;        
        line-height: 1.5;
    }
    .detail_contain2 img{
        width: 100%;
    }

    /* sub2_2 */
    #sub2_2 .center2{
        padding: 70px 0 90px;   
    }
    #sub2_2>a{
        font-size: 22px;
        padding: 20px 0;
    }

    /* sub2_3 */
    #sub2_3 .center2{
        padding: 70px 0 90px;  
    }
    .info_txtbox a .img2{
        padding-left: 30px;
    }

    /* sub2_4 */
    #sub2_4 .center2{
        padding: 70px 0 90px;  
    }
    #sub2_4>a{
        font-size: 22px;
        padding: 20px 0;
    }

    /* sub2_5 */
    #sub2_5 .center2{
        padding: 70px 0 90px;
    }

    /* sub2_2_gt, sub2_4_gt */
    #sub2_2_gt .center2, #sub2_4_gt .center2{
        padding: 70px 0 90px;
    }

    .s2_gt_t {
        font-size: 20px;
    }
    .sub2_2_gt_cont1, .sub2_4_gt_cont1 {
        margin-top: 25px;
        padding-top: 25px;
        flex-direction: column;
        gap: 35px 0;
    }
    .gt_list{
        margin-bottom: 35px;
        gap: 0 20px;
    }
    .gt_t{
        width: 100px;
        font-size: 14px;
        padding: 14px 0;
    }
    .gt_sel{
        width: 100%;
    }
    .gt_sel p {
        padding: 15px 25px;
        font-size: 14px;
    }
    .gt_sel ul {
        width: 100%;
        top: 48px;
        left: 0;
    }
    .gt_sel li{
        font-size: 13px;
        padding: 15px 25px;
    }
    .gt_count {
        width: 100%;
        padding: 15px 25px;
        font-size: 14px;
    }
    .gt_count input {
        font-size: 14px;   
    }
    .gt_ch {
        width: 100%;
    }
    .gt_time{
        width: 100px;
        font-size: 14px; 
        padding: 15px 0;
    }
    .gt_list2{
        margin-bottom: 35px;
        gap: 0 20px;
    }
    .gt_option{
        width: 100%;
    }
    .gt_sel2_inner {
        width: 35%;
    }
    .gt_sel2_inner p,
    .gt_sel2_inner select{
        padding: 14.5px 25px;
        font-size: 14px;
    }
    .gt_sel2_inner ul {
        width: 100%;
        left: 0;
        top: 47px;
    }
    .gt_sel2_inner li {
        padding: 14.5px 25px;
        font-size: 13px;   
    }
    .gt_sel2 button {
        width: 30%;
        font-size: 14px;
    }
    .gt_rs {
        width: 100%;
        font-size: 14px;
        padding: 14.5px 25px;
        gap: 0 35px;
    }
    .gt_rs_inner {
        gap: 0 32px;
    }
    .gt_rs input{
        font-size: 14px;
    }
    .s2_gt_cont1_2 {
        flex-direction: column;
        gap: 20px 0;
    }
    .calendar{
        width: 100%;
    }
    .cal_head{
        gap: 0 30px;
    }
    .cal_head a {
        width: 30px;
        height: 30px;   
        font-size: 16px;
    }
    .cal_year {
        font-size: 22px;
    }
    .calendar .week{
        margin-top: 30px;
    }
    .calendar .week li{
        font-size: 14px;
        padding: 15px;
    }
    .calendar .day span{
        font-size: 14px;
    }
    .calendar .possible span, ..cal_click span {
        border-radius: 10px;
        width: 30px;
        height: 30px; 
    }
    .cal_info {
        margin-top: 20px;
        gap: 0 20px;
    }
    .cal_wt div, .cal_y div {
        width: 15px;
        height: 15px;
        border-radius: 5px;
    }
    .cal_info span {
        font-size: 13px; 
    }
    .gt_submit {
        margin-top: 35px;
    }
    .gt_submit input[type="button"] {
        width: 170px;
        font-size: 14px;
        padding: 15px 0;
    }
    .sub2_2_gt_cont2, .sub2_4_gt_cont2 {
        flex-direction: column;
        gap: 45px 0;
    }
    .gt2_list_box {
        padding-right: 0;
        margin-top: 25px;
        padding-top: 25px;
    }
    .gt2_list{
        gap: 0 25px;
        margin-bottom: 20px;
    }
    .gt2_t{
        width: 100px;
        font-size: 14px;
        padding: 9.5px 0;
    }
    .gt2_c {
        width: 100%;
        font-size: 13px;
        padding: 10.5px 0 10.5px 15px;
    }
    .s2_cont2_2 {
        margin-top: 45px;
    }
    .gt_pay {
        margin-top: 25px;
        padding-top: 25px;
        gap: 0 45px;
    }
    .gt_pay li {
        gap: 0 15px;
    }
    .gt_pay p {
        font-size: 14px;
    }
    .gt_check{
        margin-top: 25px;
    }
    .gt_check>p {
        padding: 25px 15px; 
        font-size: 19px;   
    }
    .gt_info {
        gap: 20px 0;
    }
    .gt_info li:first-child{
        gap: 0 512px;
    }
    .gt_info span {
        font-size: 14px;
    }
    .gt_info .txt1{
        font-size: 14px;
    }
    .gt_info_inner div{
        gap: 0 10px;
    }
    .gt_info .txt2 {
        font-size: 13px;
    }
    .gt_info i{
        font-size: 13px;
    }
    .gt_info .txt3{
        font-size: 14px;
    }
    .gt_price li {
        padding-bottom: 20px;
    }
    .gt_price .txt1, .gt_price .txt2, .gt_price2 .txt1 {
        font-size: 14px;
    }
    .gt_price2 {
        padding: 20px 0 45px 15px;
    }
    .gt_price2 .txt2 {
        font-size: 16px;
    }
    .gt2_submit input  {
        width: 170px;
        font-size: 14px;
        padding: 15px 0;
    }
    .gt_info2_4 {
        padding: 25px 0 25px 15px;
        gap: 20px 0;
    }
    .gt_info2_4 li:first-child {
        gap: 0 262px;
    }
    .gt_info2_4 li:last-child{
        justify-content: space-between;
    }
    .gt_info2_4 span, .gt_info2_4 .txt1, .gt_info2_4 .txt3{
        font-size: 14px;
    }
    .gt_price{
        padding-top: 25px;
    }

    /* my_page */
    #mp .center2{
        padding: 70px 0 90px;
    }
    .mp_title{
        font-size: 35px;
        padding-bottom: 45px;
    }
    .mps li{
        font-size: 14px; 
        width: 120px;
        padding: 7.5px 0;
        border-radius: 20px 20px 0 0;
    }
    .mps li.current {
        padding: 8.5px 0;
    }
    .tab-content.current{
        top: -3px;
    }
    .tab-1{
        padding-top: 35px;
    }
    .tab-form {    
        flex-direction: column;
    }
    .tab-1 ul{
        width: 100%;
        gap: 25px 0;
    }
    .tab-1 li {
        gap: 15px 0;
    }
    .tab-1 p{
        font-size: 14px;
    }
    .tab-1 input[type="text"], .tab-1 input[type="password"]{
        padding: 10.5px 0;
        padding-left: 15px;
        font-size: 14px;
    }
    .tab-1 input[type="text"]::placeholder, .tab-1 input[type="password"]::placeholder{
        font-size: 14px;
    }
    .mp_input1 input {
        width: 100%;
    }
    .mp_sel p {
        padding: 10.5px 7px;
    }
    .mp_sel ul {
        top: 35px;
        left: 0;
    }
    .mp_sel li {
        padding: 10.5px 5px;
        width: 100%;
        font-size: 13px;
    }
    .mp_input2 div input[type="text"]{
        width: 100%;
    }
    .mp_input2 input[type="button"]{
        font-size: 14px;
        padding: 10.5px 0;
    }
    .mp_find {
        gap: 0 25px;
    }
    .mp_input3 span{
        font-size: 14px;
    }
    .mp_find button {
        width: 120px;
        padding: 10.5px 12px;
        font-size: 14px;
    }
    .j_input_img {
        margin-top: 20px;
    }
    .mp_submit {
        margin-top: 45px;  
        gap: 0 25px;
    }
    .mp_submit .btn1, .mp_submit .btn2 {
        width: 120px;
        font-size: 16px;
        padding: 15px 0;
    }

    .tab-2{
        padding-top: 35px;
    }
    .mp2_rs span{
        font-size: 20px;
    }
    .mp2_rs p {
        font-size: 14px;
    }
    .tab-2 table th{
        font-size: 16px;
        padding: 20px 0;
    }
    .tab-2 table td {
        font-size: 14px;
        padding: 15px 0;
    }
    .mp2_cancle {
        margin-top: 20px;
    }
    .mp2_cancle p{
        font-size: 13px;
    }
    .mp2_cancle input{
        font-size: 13px;
        width: 100px;
        padding: 7.5px 0;
    }
    .tab-menu .page_btn a {
        font-size: 14px;
        margin-left: 15px;
    }
    .tab-menu .page_btn .page_num {
        width: 40px;
        height: 40px;
    }
    .tab-menu .page_btn .prev {
        margin-right: 0;
    }
    .tab-menu .page_btn .next {
        margin-left: 25px;
    }

    /* mp2 */
    .tab-2 .back_btn{
        margin-top: 45px;
    }
    .tab-2 .back_btn input,
    .barcode_btn{
        width: 140px;
        font-size: 16px;
        padding: 12px 0;
    }

    .barcode_btn{
        width: 100%;
        padding: 3px 0 !important;
        font-size: 14px;
    }


}