@charset "utf-8";

body{
    font-family: Inter;    
}

header{
    width: 100%;
}
.video{
    position: relative;
    width: 100%;
    /* height: 756px; */
}

video{
    width: 100%;

}
.main-txt{
    position: absolute;
    width: 600px;
    height: 600px;
    /* background-color: #ffb807; */
    top: 45%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
}
.main-txt h1{
    font-weight: 900;
    font-size: 70px;
    margin-top: 70px;
    margin-bottom: 80px;
}
.main-txt p{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 80px;
}
.main-txt p span{
    font-weight: 700;
}
.main-txt img{
    width: 250px;
}
.main-txt a:nth-child(3){
    margin-right: 30px;
}


.bg{
    margin-top: -5px;
    background-image: url("img/full_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wrap{
    width: 1200px;
    margin: 0 auto;
}
.tit{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}


.jucha_station{
    width: 100%;
    height: 320px;
    padding-top: 200px;  
    /* background-color: orange; */
    padding-bottom: 70px;
}
.station_cnt{
    width: 100%;
    height: 100%;
}

.jucha_station .tit{
    width: 100%;
    font-size: 80px;
}
.jucha_station p{
    text-align: center;
    font-size: 30px;
    margin-top: 60px;
}



.jucha_place{
    width: 100%;
    height: 490px;
    margin-bottom: 240px;
    position: relative;
}
.place_cnt{
    width: 100%;
    height: 490px;
}

.place_cnt ul li{
    float: left;
    margin-right: 45px;
}
.place_cnt ul li:last-child{margin-right: 0;}
.place_cnt ul li .subtit{
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.place_cnt ul li p{
    text-align: center;
    font-size: 22px;
    font-weight: medium;
}



.registration{
    width: 100%;
    height: 760px;
    margin-bottom: 240px;
    position: relative;
    /* background-color: red; */
}
.registration::after{
    content: "";
    width: 1200px;
    height: 1px;
    background-color: #aaaaaa84;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
}

.registration_cnt{
    margin-top: 50px;
    width: 100%;
    height: 650px;
}

.registration_cnt .top{
    width: 100%;
    height: 275px;
    position: relative;
    
}
.registration_cnt .top .arrow{position: absolute;}
.registration_cnt .top .arrow.first{
    left: 370px;
    top: 150px;
}
.registration_cnt .top .arrow.second{
    left: 802px;
    top: 150px;
}

.registration_cnt .top ul li{
    float: left;
    margin-right: 91.5px;
    width: 339px;
}

.registration_cnt .top ul li:last-child{margin-right: 0;}
.registration_cnt .bottom{
    width: 769.5px;
    height: 275px;
    margin: 0 auto;
    margin-top: 70px;
    position: relative;
    /* background-color: blueviolet; */
}
.registration_cnt .bottom .arrow{position: absolute;}
.registration_cnt .bottom .arrow.first{
    left: -60px;
    top: 150px;
}
.registration_cnt .bottom .arrow.second{
    left: 370px;
    top: 150px;
}
.registration_cnt .bottom ul li{
    float: left;
    margin-right: 91.5px;
}
.registration_cnt .bottom ul li:last-child{margin-right: 0;}


/* review */
.review{
    width: 100%;
    height: 730px;
    /* background-color: bisque; */
    margin-bottom: 240px;
    position: relative;
}
.review::after{
    content: "";
    width: 1200px;
    height: 1px;
    background-color: #aaaaaa84;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
}
.review_cnt{
    position: relative;
    width: 1068px;
    height: 602px;
    margin: 0 auto;
    margin-top: 30px;
}
.review_cnt iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}


/* faq */
.faq{
    width: 100%;
    max-height: 2500px;
    margin-bottom: 240px;
}
.faq-content {
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 50px;
}
.faq_item {
  background-color: transparent;
  border-top: 1px solid #9fa4a8;
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  cursor: pointer;
}
.faq_item:last-child{
    border-bottom: 1px solid #9fa4a8;
}
.faq_item.active {
    height: 250px;
}
.faq_item:nth-child(1).active{
    height: 260px;
}
.faq_item:nth-child(2).active{
    height: 280px;
}
.faq_item:nth-child(4).active{
    height: 280px;
}
.faq_item:nth-child(5).active{
    height: 210px;
}
.faq_item:nth-child(3).active,
.faq_item:nth-child(6).active,
.faq_item:nth-child(7).active{
    height: 210px;
}
.faq_item:nth-child(8).active{
    height: 520px;
}
.faq-title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 40px;
    margin-left: 10px;
    width: 1060px;
    /* background-color: turquoise; */
}
.faq_item:nth-child(5) .faq-title{
    margin-top: 25px;
}
.faq_item:nth-child(8) .faq-title{
    margin-top: 25px;
}
.faq-title.on{
  font-weight: 900;
}
.faq_item:hover .faq-title{
  font-weight: 900;
  transition: 0.2s;
}

.faq-text {
  display: none;
  margin: 30px 0 0;
  margin-left: 50px;
  font-size: 25px;
  font-weight: 400;
  width: 1020px;
}
.faq_item:nth-child(2) .faq-text,
.faq_item:nth-child(4) .faq-text{
    margin-top: 20px;
}

.faq-text.on {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 33px;
  right: 30px;
  height: 30px;
  width: 30px;
}

.faq-toggle:focus {
  outline: 0;
}
.faq-toggle img:nth-child(2){
  position: absolute;
  top: 15px;
  left: 28px;
  z-index: 99;
  display: none;
}
.faq_item:hover .faq-toggle img:nth-child(2){
  display: block;
  transition: 0.2s;
}
.faq-toggle img:first-child{
  margin-top: 25px;
  margin-left: 50px;
}
.faq-toggle img:last-child{
  display: none;
}
.faq_item.active .faq-title{
  font-weight: 900;
}
.faq_item.active img:last-child {
  display: block;
  margin-left: 50px;
  margin-top: 25px;
  z-index: 999;
}

.faq_item.active img:first-child {
  display: none;
}




/* contact */
.contact{
    width: 100%;
    height: 750px;
    padding-bottom: 200px;
    /* background-color: orange; */
}
.contact_form .mt-2{
    height: 600px;
}

.contact .contact_cnt{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; 
}
.contact .contact_cnt .map{
    width: 520px;
    height: 650px;
    margin-right: 100px;
    margin-top: 30px;
    position: relative;
}
.contact .contact_cnt .map::after{
    content: "";
    width: 1px;
    height: 650px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: -50px;
}
.contact .contact_cnt .map .map_tit{
    width: 100%;
    height: 50px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    background-color: #444;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .contact_cnt .map .map_tit img{
    width: 20px;
    height: 25px;
    margin-right: 10px;
}
.contact .contact_cnt .map iframe{
    border: 1px solid #d9d9d9;
    width: 100%;
    box-sizing: border-box;
}
.contact .contact_cnt .map .address{
    display: flex;
    width: 100%;
    height: 150px;
    margin-top: -5px;
    font-size: 20px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    /* align-items: center; */
}
.contact .contact_cnt .map .address p{
    margin-top: 25px;
}
.contact .contact_cnt .map .address p:first-child{
    color: #222;
    margin-right: 50px;
}
.contact .contact_cnt .map .address p:last-child{
    color: #777;
    position: relative;
}
.contact .contact_cnt .map .address p:last-child::after{
    content: "";
    width: 1.5px;
    height: 15px;
    background-color: #888;
    position: absolute;
    left: -25px; 
    top: 5px;
}
.contact .contact_cnt .contact_form{
    width: 520px;
    height: 650px;
}

.contactmenu{
    margin-top:10px;
    width: 520px;
  }
.btn{
    width:520px;
    height:50px;
    margin-top:20px;
    color: #fff;
    background-color: #444;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.input-group{
    display: flex;
}
.form-label{
  font-size: 20px;
}
.contactmenu .form-control{
    width: 520px;
    height: 40px;
    border-radius: 0 10px 10px 0;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contactmenu:nth-child(4) .form-control{
    height: 250px;
    border-radius: 10px;
}
.contactmenu:nth-child(4) .form-control::placeholder{
    font-size: 18px;
    padding-top: 10px;
    padding-left: 10px;
}
.input-group-text{
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
}
.invalid-feedback{display: none;}



footer{
    width: 100%;
    height: 440px;
    background-color: #222;
    
}
.f_wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.left{
    font-size: 18px;
    color: #ababab;
    margin-top: 80px;
    line-height: 30px;
    width: 580px;
    /* background-color: yellowgreen; */
}
.left .footer_tit{
    color: #fff;
    font-weight: bold;
}
.left_bottom{
    color: #67a8ff;
    margin-top: 20px;
    margin-right: 20px;
}
.left_bottom a{margin-right: 30px;}
.left_bottom a:hover{color: #91c0ff;}

.right{
    width: 550px;
    height: 260px;
    text-align: right;
    margin-top: 80px;
}
.f_logo{
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}
.f_menu{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}
.f_menu a{
    margin-top: 30px;
}
.f_menu a:hover{color: #d9d9d9;}
.sns_logo ul{
    margin-top: 40px;
    cursor: pointer;
    margin-left: 155px;
}
.sns_logo ul li{
    float: left;
    margin-left: 48px;
}
.sns_logo ul li img{
    width: 50px;
    float: right;
}
.sns_logo ul li:last-child{margin-right: 0;}

.topBtn{
    position: fixed;
    right: 2%;
    bottom: 30px;
    display: none;
    z-index: 9999;
    cursor: pointer;
    /* background-color: red; */
}
.m_footer{display: none;}


@media screen and (min-width: 1921px){

    /* main */
    .main-txt{
        width: 1000px;
        height: 700px;
    }
    .main-txt h1{
        font-size: 90px;
        margin-bottom: 100px;
    }
    .main-txt p{
        font-size: 50px;
        margin-bottom: 100px;
    }
    .main-txt img{
        width: 370px;
    }

    /* common */
   

}

/* 1025px ~ 1199px */
@media screen and (max-width: 1250px){

    /* main */
    .main-txt{
        width: 500px;
        height: 500px;
        top: 50%;
        left: 5%;
    }
    .main-txt h1{
        font-size: 60px;
    }
    .main-txt p{
        font-size: 30px;
    }
    .main-txt img{
        width: 200px;
    }
    .main-txt a:nth-child(3){
        margin-right: 20px;
    }

    /* common */
    .bg{
        background-image: url("img/full_bg_1199.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .wrap{
        width: 1000px;
    }
    .tit{
        font-size: 35px;
        margin-bottom: 50px;
    }

    /* jucha_station */
    .jucha_station{
        padding-top: 100px;
        padding-bottom: 0;
        height: 300px;
    }
    .jucha_station .tit{
        font-size: 70px;
    }
    .jucha_station p{
        font-size: 25px;
        margin-top: 50px;
    }

    /* jucha_place */
    .jucha_place{
        height: 400px;
    }
    .place_cnt{
        height: 400px;
    }
    .place_cnt ul li{
        margin-right: 20px;
        width: 300px;
    }
    .place_cnt ul li:first-child{
        margin-left: 30px;
    }
    .place_cnt ul li img{
        width: 300px;
    }
    .place_cnt ul li .subtit{
        font-size: 25px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .place_cnt ul li p{
        font-size: 20px;
    }

    /* registration */
    .registration{
        height: 100%;
    }
    .registration::after{
        width: 900px;
    }
    .registration_cnt{
        height: 540px;
    }
    .registration_cnt .top ul li{
        width: 300px;
        margin-right: 50px;
        text-align: center;
    }
    .registration_cnt .top ul li img{
        width: 95%;
    }
    .registration_cnt .top .arrow.first{
        left: 310px;
        top: 110px;
    }
    .registration_cnt .top .arrow.second{
        left: 660px;
        top: 110px;
    }
    .registration_cnt .bottom{
        margin-top: 10px;
    }
    .registration_cnt .bottom ul li{
        width: 300px;
        margin-right: 50px;
        text-align: center;
    }
    .registration_cnt .bottom ul li:first-child{
        margin-left: 60px;
    }
    .registration_cnt .bottom ul li img{
        width: 95%;
    }
    .registration_cnt .bottom .arrow.first{
        left: 20px;
        top: 110px;
    }
    .registration_cnt .bottom .arrow.second{
        left: 370px;
        top: 110px;
    }

    /* review */
    .review{
        height: 600px;
    }
    .review::after{
        width: 900px;
    }
    .review_cnt{
        width: 900px;
        margin-top: 0px;
    }

    /* faq */
    .faq-content{
        max-width: 900px;
    }
    .faq_item:nth-child(1).active{
        height: 240px;
    }
    .faq_item:nth-child(2).active{
        height: 260px;
    }
    .faq_item:nth-child(4).active{
        height: 250px;
    }
    .faq_item:nth-child(3).active,
    .faq_item:nth-child(5).active,
    .faq_item:nth-child(6).active,
    .faq_item:nth-child(7).active{
        height: 200px;
    }
    .faq_item:nth-child(8).active{
        height: 470px;
    }

    .faq-title{
        font-size: 23px;
        margin-top: 45px;
        width: 860px;
    }
     .faq_item:nth-child(5) .faq-title{
        margin-top: 35px;
     }
     .faq_item:nth-child(8) .faq-title{
        margin-top: 35px;
     }
    .faq-text{
        font-size: 20px;
        width: 800px;
    }
    .faq-toggle img:first-child,
    .faq-toggle img:nth-child(2){
        width: 22px;
        height: 22px;
    }
    .faq-toggle img:nth-child(2){
        top: 17px;
        left: 29px;
    }
    .faq-toggle img:last-child{
        width: 35px;
        height: 35px;
    }

    /* contact */
    .contact .contact_cnt .contact_form{
        width: 450px;
    }
    .contact_form .mt-2{
        height: 450px;
    }
    .contactmenu{
        width: 450px;
    }
    .contactmenu:nth-child(4) .form-control{
        width: 450px;
        height: 235px;
    }
    .btn{
        width: 450px;
        height: 45px;
    }
    .contact .contact_cnt .map::after{
        height: 630px;
    }
    .contact .contact_cnt .map .map_tit{
        font-size: 20px;
    }
    .contact .contact_cnt .map .map_tit img{
        width: 15px;
        height: 20px;
    }
    .contact .contact_cnt .map .address{
        font-size: 18px;
        height: 140px;
    }
    .contact .contact_cnt .map .address p:first-child{
        color: #222;
    }
    

    /* footer */
    footer{
        height: 380px;
    }
    .f_wrap{
        width: 900px;
    }
    .left{
        width: 500px;
        font-size: 15px;
        line-height: 25px;
    }
    .right{
        height: 220px;
        width: 400px;    
    }
    .f_logo{
        font-size: 35px;
    }
    .f_menu{
        font-size: 20px;
    }
    .sns_logo ul{
        margin-left: 180px;
        margin-top: 35px;
    }
    .sns_logo ul li{
        margin-left: 15px;
    }
    .sns_logo ul li img{
        width: 40px;
    }

    /* etc */
    .topBtn img{
        width: 55px;
    }


}

/* 769px ~ 1024px */
@media screen and (max-width: 1024px){

    /* main */
    .main-txt{
        width: 450px;
        height: 350px;
        /* background-color: turquoise; */
    }
    .main-txt h1{
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .main-txt p{
        margin-bottom: 50px;
    }
    .main-txt img{
        width: 180px;
        margin-top: 0;
    }

    /* common */
    .bg{
        background-image: url("img/full_bg_900.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .wrap{
        width: 700px;
    }
    .tit{
        font-size: 30px;
    }

    /* jucha_station */
    .jucha_station{
        padding-top: 80px;
        height: 250px;
    }
    .jucha_station .tit{
        font-size: 60px;
    }
    .jucha_station p{
        font-size: 20px;
    }

    /* jucha_place*/
    .jucha_place{
        height: 300px;
    }
    .place_cnt{
        height: 320px;
    }
    .jucha_place{
        margin-top: 10px;
    }
    .place_cnt ul li{
        width: 225px;
        margin-left: 5px;
        margin-right: 0;
        text-align: center;
    }
    .place_cnt ul li:first-child{
        margin-left: 10px;
    }
    .place_cnt ul li img{
        width: 215px;
    }
    .place_cnt ul li .subtit{
        font-size: 20px;
    }
    .place_cnt ul li p{
        font-size: 15px;
    }

    /* registration */
    .registration{
        height: 470px;
    }
    .registration::after{
        width: 700px;
    }
    .registration_cnt .top{
        margin-bottom: 0px;
        width: 700px;
        height: 220px;
        display: flex;
        justify-content: center;
    }
    .registration_cnt .top ul li{
        width: 210px;
        margin-right: 25px;
    }

    .registration_cnt .arrow{
        width: 20px;
    }
    .registration_cnt .top .arrow.first{
        left: 222px;
        top: 80px;
    }
    .registration_cnt .top .arrow.second{
        left: 457px;
        top: 80px;
    }
    .registration_cnt .bottom{
        width: 700px;
        height: 160px;
        margin-top: 0;
        display: flex;
        justify-content: center;
    }
    .registration_cnt .bottom ul{
        width: 570px;
    }
    .registration_cnt .bottom ul li{
        width: 210px;
        margin: 0;
        margin-right: 25px;
    }
    .registration_cnt .bottom .arrow.first{
        left: 103px;
        top: 80px;
    }
    .registration_cnt .bottom .arrow.second{
        left: 337px;
        top: 80px;
    }


    /* review */
    .review{
        height: 480px;
    }
    .review::after{
        width: 700px;
    }
    .review_cnt{
        width: 700px;

    }

    /* faq */
    .faq-content{
        max-width: 700px;
    }
    .faq_item{
        height: 100px;
    }
    .faq-title{
        font-size: 19px;
        margin-top: 40px;
        width: 650px;
    }
    .faq_item:nth-child(5) .faq-title{
        margin-top: 30px;
    }
    .faq_item:nth-child(8) .faq-title{
        margin-top: 30px;
    }
    .faq_item:nth-child(1).active{
        height: 200px;
    }
    .faq_item:nth-child(2).active{
        height: 250px;
    }
    .faq_item:nth-child(4).active{
        height: 220px;
    }
    .faq_item:nth-child(3).active,
    .faq_item:nth-child(5).active,
    .faq_item:nth-child(6).active,
    .faq_item:nth-child(7).active{
        height: 160px;
    }
    .faq_item:nth-child(8).active{
        height: 420px;
    }
    .faq-text{
        font-size: 18px;
        width: 650px; 
        margin-left: 25px;
        margin-top: 20px;
    }
    .faq-toggle{
        top: 22px;
    }
    .faq-toggle img:first-child,
    .faq-toggle img:nth-child(2){
        width: 18px;
        height: 18px;
    }
    .faq-toggle img:nth-child(2){
        top: 19px;
        left: 31px;
    }
    .faq-toggle img:last-child{
        width: 30px;
        height: 30px;
    }

    /* contact */
    .contact{
        padding-bottom: 130px;
    }
    .contact .contact_cnt{
        width: 700px;
        height: 600px;
        margin-top: 0;
        align-items: normal;
    }
    .contact .contact_cnt .contact_form{
        width: 330px;
        height: 500px;
    }
    .contact_form .mt-2{
        width: 330px;
        height: 500px;
    }
    .contact .contact_cnt .contact_form{
        height: 500px;
    }
    .btn{
        width: 330px;
        font-size: 18px;
    }
    .contactmenu{
        width: 330px;
    }
    .contactmenu .form-control{
        width: 330px;
    }
    .contactmenu:nth-child(4) .form-control{
        width: 330px;
        height: 200px;
    }
    .contact .contact_cnt .map{
        width: 330px;
        height: 500px;
        margin-right: 40px;
        margin-top: 0;
    }
    .contact .contact_cnt .map::after{
        height: 600px;
        right: -20px;
    }
    .contact .contact_cnt .map .map_tit{
        font-size: 18px;
    }
    .contact .contact_cnt .map .map_tit img{
        width: 13px;
        height: 18px;
    }
    .contact .contact_cnt .map .address{
        font-size: 14px;
        height: 120px;
    }
    .contact .contact_cnt .map .address p:first-child{
        margin-right: 30px;
    }
    .contact .contact_cnt .map .address p:last-child::after{
        height: 14px;
        left: -15px;
        top: 2px;
    }

    /* footer */
    footer{
        height: 300px;
    }
    .f_wrap{
        width: 700px;
        height: 300px;
    }
    .left{
        width: 350px;
        font-size: 12px;
        line-height: 15px;
        margin-top: 50px;
    }
    .right{
        width: 350px;
        margin-top: 50px;
    }
    .f_logo{
        font-size: 30px;
    }
    .f_menu{
        font-size: 15px;
    }
    .sns_logo ul{
        margin-left: 170px;
    }
    .sns_logo ul li{
        margin-left: 15px;
    }
    .sns_logo ul li img{
        width: 30px;
    }

    /* etc */
    .topBtn img{
        width: 50px;
    }

}

/* 580px ~ 768px */
@media screen and (max-width: 768px){

    /* main */
    .main-txt{
        width: 300px;
        height: 250px;
    }
    .main-txt h1{
        font-size: 35px;
        margin-top: 15px;
    }
    .main-txt p{
        font-size: 20px;
    }
    .main-txt img{
        width: 130px;
    }
    .main-txt a:nth-child(3){
        margin-right: 10px;
    }

    /* common */
    .bg{
        background-image: url("img/full_bg_700.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .wrap{
        width: 500px;
        /* background-color: wheat; */
    }
    .tit{
        font-size: 25px;
    }

    /* jucha_station */
    .jucha_station{
        height: 220px;
    }
    .jucha_station .wrap{
        width: 550px;
    }
    .jucha_station .tit{
        font-size: 40px;
    }
    .jucha_station p{
        font-size: 15px;
    }

    /* jucha_place */
    .jucha_place{
        margin-top: 0;
        /* background-color: yellowgreen; */
        height: 500px;
    }
    .place_cnt ul li{
        /* background-color: red; */
        width: 150px;
        float: none;
        width: 100%;
        height: 150px;
        margin-bottom: 25px;
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }
    .place_cnt ul li::after{
        content: "";
        width: 430px;
        height: 1px;
        background-color: #d9d9d98a;
        position: absolute;
        bottom: -12.5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .place_cnt ul li:last-child::after{
        display: none;
    }
    .place_cnt ul li:first-child{
        margin-left: 0;
    }
    .place_cnt ul li img{
        width: 165px;
        margin-left: -260px;
    }
    .place_cnt ul li .subtit{
        text-align: left;
        margin-left: 240px;
        margin-top: -120px;
    }
    .place_cnt ul li p{
        text-align: left;
        margin-left: 240px;
    }

    /* registration */
    .registration::After{
        width: 500px;
    }
    .registration{
        /* background-color: turquoise; */
        height: 1500px;
        margin-bottom: 300px;
    }
    .registration_cnt{
        /* background-color: thistle; */
        height: 1465px;
    }
    .registration_cnt .top{
        width: 280px;
        height: 909px;
        /* background-color: wheat; */
        margin: 0 auto;
    }
    .registration_cnt .top ul li{
        margin-bottom: 50px;
    }
    .registration_cnt .top ul li img{
        width: 280px;
    }
    .registration_cnt .top .arrow.first{
        left: 130px;
        top: 270px;
        transform: rotate(90deg);
    }
    .registration_cnt .top .arrow.second{
        left: 130px;
        top: 570px;
        transform: rotate(90deg);
    }
    .registration_cnt .bottom{
        width: 280px;
        height: 556px;
        /* background-color: snow; */
    }
    .registration_cnt .bottom ul li:first-child{
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .registration_cnt .bottom ul li img{
        width: 280px;
    }
    .registration_cnt .bottom .arrow.first{
        left: 130px;
        top: -35px;
        transform: rotate(90deg);
    }
    .registration_cnt .bottom .arrow.second{
        left: 130px;
        top: 270px;
        transform: rotate(90deg);
    }

    /* review */
    .review{
        height: 370px;
    }
    .review::after{
        width: 500px;
        top: -120px;
    }
    .review_cnt{
        width: 500px;
    }

    /* faq */
    .faq-content{
        max-width: 500px;
    }
    .faq-title{
        font-size: 18px;
        width: 470px;
        margin-left: 0;
        margin-top: 30px;
    }
    .faq_item:nth-child(8) .faq-title{
        width: 460px;
        margin-top: 20px;
    }

    .faq_item:nth-child(1) .faq-title,
    .faq_item:nth-child(6) .faq-title{
        margin-top: 40px;
    }
    .faq_item:nth-child(5) .faq-title{
        margin-top: 20px;
    }


    .faq_item:nth-child(1).active,
    .faq_item:nth-child(2).active,
    .faq_item:nth-child(3).active,
    .faq_item:nth-child(4).active,
    .faq_item:nth-child(5).active,
    .faq_item:nth-child(6).active,
    .faq_item:nth-child(7).active{
        height: 180px;
    }
    .faq_item:nth-child(1).active{
        height: 210px;
    }
    .faq_item:nth-child(2).active{
        height: 260px;
    }
    .faq_item:nth-child(4).active{
        height: 240px;
    }
    .faq_item:nth-child(5).active{
        height: 160px;
    }
    .faq_item:nth-child(6).active{
        height: 160px;
    }
    .faq_item:nth-child(8).active{
        height: 460px;
    }
    .faq_item:nth-child(1) .faq-text,
    .faq_item:nth-child(2) .faq-text,
    .faq_item:nth-child(3) .faq-text,
    .faq_item:nth-child(4) .faq-text,
    .faq_item:nth-child(5) .faq-text,
    .faq_item:nth-child(6) .faq-text,
    .faq_item:nth-child(7) .faq-text{
        margin-top: 15px;
        font-size: 16px;
    }
    .faq_item:nth-child(8) .faq-text{
        font-size: 16px;
        margin-top: 15px;
    }
    .faq-text{
        width: 465px;
        font-size: 16px;
        margin-left: 15px;
    }
    .faq-toggle{
        top: 25px;
        right: 20px;
    }
    .faq-toggle img:first-child,
    .faq-toggle img:nth-child(2){
        width: 15px;
        height: 15px;
    }
    .faq-toggle img:nth-child(2){
        top: 20px;
        left: 33px;
    }
    .faq-toggle img:last-child{
        width: 25px;
        height: 25px;
    }
    .faq_item{
        height: 100px;
    }
    .faq-text{
        font-size: 18px;
    }

    /* contact */
    .contact{
        /* background-color: wheat; */
        height: 1400px;
    }
    .contact .contact_cnt{
        width: 500px;
        height: 1300px;
        /* background-color: yellowgreen; */
        display: flex;
        flex-direction: column;
    }
    .contact .contact_cnt .map{
        width: 500px;
        height: 600px;
        margin: 0;
        margin-bottom: 100px;
        /* background-color: violet; */
    }
    .contact .contact_cnt .map::after{
        width: 500px;
        height: 1px;
        top: 665px;
        left: 50%;
        background-color: #6464647a;
        transform: translateX(-50%);
    } 
    .contact .contact_cnt .map .map_tit{
        font-size: 23px;
    }
    .contact .contact_cnt .map .map_tit img{
        width: 20px;
        height: 25px;
    }
    .contact .contact_cnt .map .address{
        font-size: 18px;
        margin-top: -15px;
    }
    .contact .contact_cnt .map .address p:first-child{
        margin-right: 50px;
    }
    .contact .contact_cnt .map .address p:last-child::after{
        left: -25px;
        top: 4px;
    }
    .contact .contact_cnt .contact_form{
        width: 500px;
        /* background-color: thistle; */
        height: 600px;
    }
    .contact_form .mt-2{
        width: 500px;
        height: 400px;
        /* background-color: silver; */
    }
    .contactmenu{
        width: 500px;
    }
    .contactmenu .form-control{
        width: 500px;
    }
    .contactmenu:nth-child(4) .form-control{
        width: 500px;
    }
    .btn{
        width: 500px;
    }

    /* footer */
    footer{
        height: 500px;
    }
    .f_wrap{
        width: 500px;
        flex-direction: column-reverse;
        /* background-color: red; */
        height: 500px;
    }
    .left{
        display: none;
    }
    .right{
        display: none;
    }
    .m_footer{
        display: block;
        text-align: center;
        /* background-color: wheat; */
        height: 500px;
    }
    .m_footer .f_logo{
        margin-top: 50px;
    }

    .m_footer .footer_cnt .footer_tit{
        font-weight: 700;
        color: #fff;
        margin-top: 40px;
        margin-bottom: 7px;
    }
    .m_footer .footer_cnt p{
        color: #ababab;
    }
    .m_footer .footer_cnt .footer_bottom{
        text-align: center;
        margin-top: 20px;
        color: #67a8ff;
    }
    .m_footer .footer_cnt .footer_bottom a{margin-right: 30px;}
    .m_footer .footer_cnt .footer_bottom a:hover{color: #91c0ff;}
    .m_footer .f_menu{
        margin-top: 40px;
    }
    .sns_logo ul{
        margin-left: 120px;
    }
    .sns_logo ul li{
        margin-right: 20px;
    }

    .topBtn img{
        width: 45px;
    }

}

/* 삼성 갤럭시 울트라(412px) & 아이폰 XR(414px) */
/* 413px ~ 580px */
@media screen and (max-width: 580px){

    /* main */
    .main-txt{
        width: 300px;
        height: 200px;
        /* background-color: yellowgreen; */
    }
    .main-txt h1{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .main-txt p{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .main-txt img{
        width: 100px;
        margin-top: 0px;
    }

    /* common */
    .bg{
        background-image: url("img/full_bg_550.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .wrap{
        width: 390px;
        /* background-color: wheat; */
    }
    .tit{
        font-size: 21px;
    }

    /* jucha_station */
    .jucha_station{
        margin: 0 auto;
        height: 300px;
        width: 390px;
        padding-top: 50px;
        /* background-color: yellowgreen; */
    }
    .jucha_station .wrap{
        width: 390px;
    }
    .jucha_station .tit{
        font-size: 30px;
        width: 390px;
    }

    /* jucha_place */
    .jucha_place{
        margin: 0 auto;
        width: 390px;
        height: 500px;
        /* background-color: yellowgreen; */
        margin-top: -30px;
        margin-bottom: 200px;
    }
    .place_cnt ul li{
        width: 390px;
        /* background-color: violet; */
    }
    .place_cnt ul li::after{
        width: 360px;
        left: 210px;
    }
    .place_cnt ul li img{
        width: 150px;
        margin-left: -180px;
        margin-top: 8px;
    }
    .place_cnt ul li .subtit{
        margin-left: 200px;
        margin-top: -130px;
        font-size: 19px;
    }
    .place_cnt ul li p{
        margin-left: 200px;
        font-size: 14px;
    }
    .place_cnt ul li:nth-child(2) .subtit{
        margin-top: -120px;
    }
    .place_cnt ul li:last-child .subtit{
        margin-top: -115px;
    }

    /* registration */
    .registration{
        margin: 0 auto;
        width: 390px;
        height: 1405px;
        margin-bottom: 240px;
    }
    .registration::after{
        width: 380px;
        top: -100px;
    }
    .registration_cnt{
        width: 390px;
        height: 1375px;
    }

    .registration_cnt .top{
        width: 260px;
        height: 855px;
        /* background-color: yellowgreen; */
    }
    .registration_cnt .top ul li img{
        width: 260px;
    }
    .registration_cnt .top .arrow.first{
        left: 120px;
        top: 250px;
    }
    .registration_cnt .top .arrow.second{
        left: 120px;
        top: 535px;
    }
    .registration_cnt .bottom{
        width: 260px;
        height: 520px;
        /* background-color: yellow; */
    }
    .registration_cnt .bottom ul li img{
        width: 260px;
    }
    .registration_cnt .bottom .arrow.first{
        left: 120px;
        top: -35px;
    }
    .registration_cnt .bottom .arrow.second{
        left: 120px;
        top: 250px;
    }

    /* review */
    .review::after{
        top: -80px;
        width: 380px;
    }
    .review{
        height: 300px;
        margin-bottom: 130px;
        /* background-color: yellowgreen; */
    }
    .review_cnt{
        width: 390px;
    }

    /* faq */
    .faq{
        margin-bottom: 170px;
    }
    .faq-content{
        max-width: 390px;
    }
    .faq_item{
        height: 100px;
    }
    .faq-title{
        font-size: 16px;
        width: 350px;
        margin-left: 0px;
    }
    .faq-text{
        font-size: 17px;
        width: 350px;
    }
    .faq-toggle{
        right: 20px;
    }
    .faq_item:nth-child(8) .faq-title{
        margin-top: 20px;
        width: 350px;
    }
    .faq_item:nth-child(8) .faq-text{
        font-size: 16px;
        margin-top: 15px;
    }
    .faq_item:nth-child(1).active{
        height: 230px;
    }
    .faq_item:nth-child(2).active{
        height: 300px;
    }
    .faq_item:nth-child(5).active{
        height: 180px;
    }
    .faq_item:nth-child(6).active{
        height: 170px;
    }
    .faq_item:nth-child(8).active{
        height: 560px;
    }

    /* contact */
    .contact{
        height: 1350px;
    }
    .contact .contact_cnt{
        width: 390px;
    }
    .contact .contact_cnt .map{
        margin: 0 auto;
        width: 380px;
        height: 600px;
        margin-bottom: 80px;
    }
    .contact .contact_cnt .map::after{
        width: 380px;
        top: 650px;
    }
    .contact .contact_cnt .map .map_tit{
        font-size: 20px;
    }
    .contact .contact_cnt .map .map_tit img{
        width: 15px;
        height: 20px;
    }
    .contact .contact_cnt .map .address{
        font-size: 15px;
        margin-top: -10px;
    }
    .contact .contact_cnt .contact_form{
        margin: 0 auto;
        width: 380px;
    }
    .contactmenu{
        width: 380px;
    }
    .contactmenu .form-control{
        width: 380px;
    }
    .contactmenu:nth-child(4) .form-control{
        width: 380px;
    }
    .btn{
        width: 380px;
    }
    .form-label{
        font-size: 18px;
    }
    .contact_form .mt-2{
        width: 380px;
    }

    /* footer */
    footer{
        height: 430px;
    }
    .f_wrap{
        width: 390px;
        height: 430px;
    }

    .m_footer .f_logo{
        margin-top: 30px;
        font-size: 28px;
    }
    .m_footer .footer_cnt .footer_tit{
        margin-top: 30px;
    }
    .m_footer .footer_cnt p{
        font-size: 12px;
    }
    .m_footer .footer_cnt .footer_bottom{
        font-size: 12px;
    }
    .m_footer .f_menu{
        margin-top: 30px;
    }
    .sns_logo ul{
        margin-left: 70px;
    }
    
    /* etc */
    .topBtn{
        right: 10px;
        bottom: 10px;
    }
    .topBtn img{
        width: 45px;
    }


}


/* 아이폰 SE(375px) & 아이폰 12 pro(390px) & 삼성 갤럭시 S8+(360px) */
/* 360px ~ 400px */
@media screen and (max-width: 400px){

    /* main */
    .main-txt{
        width: 250px;
        height: 150px;
    }
    .main-txt h1{
        margin-top: 0;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .main-txt p{
        font-size: 16px;
        margin-bottom: 30px;
    }

    /* common */
    .bg{
        padding-top: 20px;
        background-image: url("img/full_bg_390.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .wrap{
        margin: 0 auto;
        width: 340px;
    }
    .tit{
        font-size: 20px;
    }

    /* jucha_station */
    .jucha_station{
        width: 340px;
        padding-top: 0px;
    }
    .jucha_station .wrap{
        width: 340px;
    }
    .jucha_station .tit{
        font-size: 26px;
        width: 340px;
    }

    /* jucha_place */
    .jucha_place{
        width: 340px;
        margin-top: -110px;

    }
    .place_cnt{
        height: 500px;
    }
    .place_cnt ul li{
        width: 340px;
        /* background-color: yellowgreen; */
    }
    .place_cnt ul li .subtit{
        margin-left: 170px;
        font-size: 17px;
    }
    .place_cnt ul li p{
        margin-left: 170px;
    }
    .place_cnt ul li:nth-child(2) .subtit{
        margin-top: -130px;
    }
    .place_cnt ul li:last-child .subtit{
        margin-top: -120px;
    }


    .place_cnt ul li::after{
        width: 300px;
        left: 170px;
    }


    /* registration */
    .registration{
        width: 340px;
        height: 1350px;
    }
    .registration::after{
        width: 320px;
        left: 50%;
    }
    .registration_cnt{
        width: 340px;
    }

    /* review */
    .review{
        margin-bottom: 80px;
    }
    .review::after{
        width: 320px;
        left: 50%;
    }
    .review_cnt{
        width: 340px;
    }

    /* faq */
    .faq {
        margin-bottom: 120px;
    }
    .faq_item{
        height: 100px;
    }
    .faq-content{
        max-width: 340px;
    }
    .faq-title{
        font-size: 15px;
        width: 300px;
    }
    .faq-text{
        width: 340px;
        margin-left: 0;
    }
    .faq-toggle{
        right: 20px;
        top: 22px;
    }
    .faq_item:nth-child(8) .faq-title{
        width: 300px;
    }
    .faq_item:nth-child(5) .faq-title{
        margin-top: 12px;
    }
    .faq_item:nth-child(8) .faq-text{
        font-size: 15px;
        width: 320px;
        margin-left: 10px;
        margin-top: 15px;
    }
    .faq_item:nth-child(1) .faq-text,
    .faq_item:nth-child(2) .faq-text,
    .faq_item:nth-child(3) .faq-text,
    .faq_item:nth-child(4) .faq-text,
    .faq_item:nth-child(5) .faq-text,
    .faq_item:nth-child(6) .faq-text,
    .faq_item:nth-child(7) .faq-text{
        font-size: 15px;
        width: 320px;
        margin-left: 10px;
    }
    .faq_item:nth-child(1).active{
        height: 230px;
    }
    .faq_item:nth-child(2).active{
        height: 280px;
    }
    .faq_item:nth-child(3).active{
        height: 190px;
    }
    .faq_item:nth-child(4).active{
        height: 230px;
    }
    .faq_item:nth-child(5).active{
        height: 175px;
    }
    .faq_item:nth-child(7).active{
        height: 190px;
    }
    .faq_item:nth-child(8).active{
        height: 550px;
    }


    /* contact */
    .contact{
        height: 1100px;
    }
    .contact .contact_cnt{
        width: 340px;
        height: 1000px;
    }
    .contact .contact_cnt .map{
        width: 340px;
        height: 370px;
        margin-left: 0;
    }
    .contact .contact_cnt .map::after{
        top: 405px;
        width: 320px;
    }
    .contact .contact_cnt .map .map_tit{
        font-size: 17px;
    }
    .contact .contact_cnt .map .map_tit img{
        width: 12px;
        height: 16px;
    }
    .contact .contact_cnt .map .address{
        margin-top: -15px;
    }
    .contact .contact_cnt .map .address p:first-child{
        margin-right: 20px;
    }
    .contact .contact_cnt .map .address p:last-child::after{
        left: -10px;
        top: 3px;
    }
    .contactmenu{
        width: 340px;
    }
    .contactmenu .form-control{
        width: 340px;
    }

    .contactmenu:nth-child(4) .form-control,
    .btn{
        width: 340px;
    }
    .contact_form .mt-2{
        width: 340px;
    }

    .contact .contact_cnt .map iframe{
        width: 340px;
        height: 200px;
    }
    .contact .contact_cnt .contact_form{
        margin-top: 0;
        width: 340px;
    }


    /* footer */
    .f_wrap{
        width: 340px;
    }
    .m_footer .f_logo{
        margin-top: 40px;
        font-size: 25px;
    }
    .m_footer .footer_cnt .footer_tit{
        margin-top: 20px;
    }
    .m_footer .footer_cnt p{
        font-size: 11px;
    }
    .m_footer .footer_cnt .footer_bottom{
        font-size: 11px;
    }
    .m_footer .footer_cnt .footer_bottom a{
        margin-right: 20px;
    }
    .sns_logo ul{
        margin-top: 30px;
        margin-left: 40px;
    }

    /* etc */
    .topBtn{
        right: 10px;
        bottom: 10px;
    }
    .topBtn img{
        width: 35px;
    }

}

/* 갤럭시 폴드(280px) */
@media screen and (max-width: 350px){

    /* main */
    .main-txt{
        width: 200px;
        height: 130px;
    }
    .main-txt h1{
        font-size: 22px;
    }
    .main-txt p{
        font-size: 13px;
        margin-bottom: 25px;
    }
    .main-txt img{
        width: 80px;
    }
    .main-txt a:nth-child(3){
        margin-right: 5px;
    }

    /* common */
    .bg{
        /* padding-top: 20px; */
        background-image: url("img/full_bg_280.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .wrap{
        width: 250px;
        /* background-color: wheat; */
    }
    .tit{
        font-size: 18px;
    }

    /* jucha_station */
    .jucha_station{
        width: 250px;
    }
    .jucha_station .wrap{
        width: 260px;
    }
    .jucha_station .tit{
        font-size: 21px;
        width: 250px;
    }
    .jucha_station p{
        margin-top: 50px;
    }
    .jucha_station p:first-child{
        margin-bottom: 20px;
    }
    .jucha_station p:last-child{
        margin-top: 0;
        font-size: 14px;
    }

    /* jucha_place */
    .jucha_place{
        width: 250px;
        height: 950px;
        margin-top: -160px;
    }
    .place_cnt{
        width: 250px;
        height: 950px;
    }
    .place_cnt ul li{
        width: 250px;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .place_cnt ul li img{
        margin: 0;
        width: 200px;
    }
    .place_cnt ul li .subtit{
        margin: 10px 0;
    
    }
    .place_cnt ul li p{
        margin: 0;
    }
    .place_cnt ul li:nth-child(2) img{
        margin: 0;
    }
    .place_cnt ul li:nth-child(2) .subtit{
        margin: 0;
        margin: 10px 0;
    }
    .place_cnt ul li:nth-child(3) img{
        margin: 0;
    }
    .place_cnt ul li:nth-child(3) .subtit{
        margin: 0;
        margin: 10px 0;
    }
    .place_cnt ul li::after{
        width: 200px;
        left: 50%;
    }


    /* registration */
    .registration::after{
        width: 250px;
        left: 50%;
    }
    .registration{
        width: 250px;
        height: 1260px;
        margin-bottom: 300px;
    }
    .registration_cnt{
        width: 250px;
        height: 1285px;
    }
    .registration_cnt .top{
        width: 240px;
        height: 801px;
    }
    .registration_cnt .top ul li img{
        width: 240px;
    }
    .registration_cnt .top .arrow.first{
        left: 110px;
        top: 230px;
    }
    .registration_cnt .top .arrow.second{
        left: 110px;
        top: 495px;
    }
    .registration_cnt .bottom{
        width: 240px;
        height: 484px;
    }
    .registration_cnt .bottom ul li img{
        width: 240px;
    }
    .registration_cnt .bottom .arrow.first{
        left: 110px;
        top: -40px;
    }
    .registration_cnt .bottom .arrow.second{
        left: 110px;
        top: 230px;
    }

    /* review */
    .review{
        margin-bottom: 60px;
    }
    .review_cnt{
        width: 250px;
    }
    .review::after{
        width: 250px;
        left: 50%;
        top: -90px;
    }

    /* faq */
    .faq{
        max-height: 3000px;
    }
    .faq_item{
        height: 120px;
    }
    .faq_item.active{
        height: 280px;
    }
    .faq-title{
        width: 225px;
        margin-top: 40px;
    }
    .faq_item:nth-child(8) .faq-title{
        width: 225px;
    }
    .faq_item:nth-child(1) .faq-text,
    .faq_item:nth-child(2) .faq-text,
    .faq_item:nth-child(3) .faq-text,
    .faq_item:nth-child(4) .faq-text,
    .faq_item:nth-child(5) .faq-text,
    .faq_item:nth-child(6) .faq-text,
    .faq_item:nth-child(7) .faq-text,
    .faq_item:nth-child(8) .faq-text{
        font-size: 15px;
        width: 230px;
        margin-left: 10px;
    }
    .faq_item:nth-child(1).active{
        height: 260px;
    }
    .faq_item:nth-child(2).active{
        height: 380px;
    }
    .faq_item:nth-child(3).active{
        height: 230px;
    }
    .faq_item:nth-child(4).active{
        height: 280px;
    }
    .faq_item:nth-child(5).active{
        height: 210px;
    }
    .faq_item:nth-child(6).active{
        height: 210px;
    }
    .faq_item:nth-child(7).active{
        height: 230px;
    }
    .faq_item:nth-child(8).active{
        height: 740px;
    }
    .faq-toggle{
        width: 12px;
        height: 12px;
        /* right: 0; */
        top: 40px;
        right: 28px;
    }
    .faq-toggle img:nth-child(2){
        top: 11px;
        left: 23.5px;
    }

    /* contact */
    .contact .contact_cnt{
        width: 250px;
        height: 1000px;
        /* background-color: yellowgreen; */
        padding-bottom: 0;
    }
    .contact .contact_cnt .map{
        width: 250px;
        height: 380px;
        /* background-color: red; */
    }
    .contact .contact_cnt .map::after{
        width: 250px;
        left: 50%;
        top: 430px;
    }
    .contact .contact_cnt .map iframe{
        width: 250px;
    }
    .contact .contact_cnt .map .map_tit{
        font-size: 15px;
    }
    .contact .contact_cnt .map .address{
        flex-direction: column;
        margin-top: -25px;
        height: 150px;
    }
    .contact .contact_cnt .map .address p:first-child{
        margin-left: 10px;
    }
    .contact .contact_cnt .map .address p:last-child{
        margin-top: 15px;
        margin-left: 10px;
        font-size: 14px;
    }
    .contact .contact_cnt .map .address p:last-child::after{
        width: 15px;
        height: 1.5px;
        left: 0;
        top: -7.5px;
    }
    .contact .contact_cnt .contact_form{
        /* background-color: violet; */
        width: 250px;
        height: 540px;
    }
    .form-label{
        font-size: 18px;
    }
    .contactmenu:nth-child(4) .form-control::placeholder{
        font-size: 16px;
    }
    .contactmenu{
        width: 250px;
    }
    .contactmenu:nth-child(4) .form-control{
        width: 250px;
        height: 150px;
    }
    .btn{
        width: 250px;
        font-size: 16px;
    }
    .contact_form .mt-2{
        width: 250px;
    }

    /* footer */

    .f_wrap{
        width: 250px;
        /* background-color: turquoise; */
        height: 400px;
    }
    .m_footer .f_logo{
        margin-top: 40px;
        font-size: 20px;
    }
    .m_footer .footer_cnt .footer_tit{
        margin-top: 15px;
    }
    .m_footer .footer_cnt p{
        font-size: 10px;
    }
    .m_footer .footer_cnt .footer_bottom{
        font-size: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .m_footer .footer_cnt .footer_bottom a{
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .m_footer .f_menu{
        font-size: 12px;
        margin-top: 20px;
    }
    .sns_logo ul{
        margin-top: 20px;
        margin-left: 25px;
    }
    .sns_logo ul li{
        margin-right: 10px;
    }
    .sns_logo ul li img{
        width: 25px;
    }
    
    /* etc */
    .topBtn{
        right: 10px;
        bottom: 10px;
    }
    .topBtn img{
        width: 25px;
    }

   
}






