.fixed{
    width: 100%;
    position: fixed;
    top: 0; left: 0;
    z-index: 9999999;
    background-color: rgb(255, 255, 255, 0.9);
}
.ham,
.ham span {
    position: relative;
    z-index: 9999;
    cursor: pointer;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.ham {
    display: none;
  position: relative;
  width: 30px;
  height: 24px;
}

.ham span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.ham span:nth-of-type(1) {
  top: 0;
}

.ham span:nth-of-type(2) {
  top: 10px;
}

.ham span:nth-of-type(3) {
  bottom: 0;
}
.ham.active-1 span:nth-of-type(1) {
    -webkit-transform: translateY (10px) rotate (-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  
  .ham.active-1 span:nth-of-type(2) {
    opacity: 0;
  }
  
  .ham.active-1 span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }









.m_on{
    display: none;
}
.pc_on {
    display: block;
}

@media screen and (max-width: 768px){
    .m_on{
        display: block;
    }
    .pc_on{
        display: none;
    }
}

@keyframes rotating {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


/*           header           */
header{
    width: 100%;
    background-color: #001041;
    transition: all 0.3s;
}
header .container{
    width: 90%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
header .tel{
    width: 100%;
}
header .tel a{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease;
}
header .tel a .phone .white {
    display: block;
}
header .tel a .phone .black {
    display: none;
}
header .tel a p {
    font-size: 1.5em;
    transition: all 0.3s ease;
}
header .tel a .phone{
width: 25px;
}


header .logo .black{
    display: none;
}
.fixed .logo .white{
    display: none;
}
.fixed .logo .black{
    display: block;
}
.fixed .container ul li{
    color: #111;
}
.modal_wrap{
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 80px;
    background-color: rgb(255, 255, 255, 0.9);
    padding: 0 20px;
    display: none;
    transition: all 0.3s;
}
.modal_wrap li{
    color: #000;
    text-align: center;
    padding: 20% 0;
}
.ham_view{
    display: block;
}
.fixed .ham span{
    background-color: #111;
}
  header .container .logo{
        width: 20%;
    }
@media screen and (max-width: 1280px){
    header .container .gnb{
        width: 55%;
    }
    header .container .logo{
        width: 25%;
    }
}
@media screen and (max-width: 1024px){
    header .container .gnb{
        display: none;
    }

    .ham{
        display: inline-block;
    }
    .ham i{
        font-size: 2em;
        color: #fff;
    }
      header .container .logo{
        width: 35%;
    }
}

    @media screen and (max-width: 540px){
        header{
            font-size: 14px;
        }
        .ham i{
            font-size: 2em;
            color: #fff;
        }
        header .container .logo{
           width: 40%;
        }
        header .tel a p{
            font-size: 1.2em;
        }
        header .tel a .phone {
            width: 20px;
        }
    }
 @media screen and (max-width: 540px){
      header .container .logo{
           width: 55%;
        }
 }


/*           header           */



/*           sec01           */
#main{
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background: url(../img/main_.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}
#main .sec01{
    width: 100%;
    max-width: 1200px;
    padding: 33vh 20px 0;
    box-sizing: border-box;
}
#main .sec01{
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    padding-top: 15vh;
    box-sizing: border-box;
}
#main .sec01 .sec01_tit{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#main .sec01 .sec01_tit img{
    width: 100%;
    max-width: 600px;
    height: auto;
}
#main .sec01 .sec01_tit img:nth-child(2){
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
}
#main .sec01 .sec01_tit .text{
    width: auto;
    min-width: 300px;
    padding: 15px 40px;
    text-align: center;
    background-color: var(--color_01);
    border-radius: 50px;
    margin-top: 40px;
	color: #fff;
	font-size: 24px;
}

#main .sec01 .sec01_tit .text p{
    
    font-weight: 600;
    margin: 0;
}


#main .sec01 .sec01_tit .btn-text{
    background-color:#fff;
	color: var(--color_01);
	font-size: 35px;
}


#main .sec01 .sec01_tit .btn-text:hover{
    background-color: var(--color_01);
	color:#fff;
}



#mainPopup .popup-content a .btn-text{
    background-color:#fff;
	color: var(--color_01);
	font-size: 35px;
	text-align:center;
}


#mainPopup .popup-content a .btn-text{
    background-color: var(--color_01);
	color:#fff;
}


@media screen and (max-width: 1280px){
    #main{
        min-height: 700px;
    }
    #main .sec01 .sec01_tit img{
        max-width: 500px;
    }
    #main .sec01 .sec01_tit img:nth-child(2){
        max-width: 400px;
    }
    #main .sec01 .sec01_tit .text{
        min-width: 250px;
        padding: 12px 30px;
    }
    #main .sec01 .sec01_tit .text p{
        font-size: 20px;
    }
	 	#main .sec01 .sec01_tit .btn-text p{
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px){
    #main{
        min-height: 600px;
    }
    #main .sec01 .sec01_tit img{
        max-width: 400px;
    }
    #main .sec01 .sec01_tit img:nth-child(2){
        max-width: 320px;
    }
}

@media screen and (max-width: 768px){
    #main{
        min-height: 500px;
    }
    #main .sec01 .sec01_tit img{
        max-width: 320px;
    }
    #main .sec01 .sec01_tit img:nth-child(2){
        max-width: 260px;
    }
    #main .sec01 .sec01_tit .text{
        min-width: 200px;
        padding: 10px 25px;
    }
    #main .sec01 .sec01_tit .text p{
        font-size: 18px;
    }
		#main .sec01 .sec01_tit .btn-text p{
        font-size: 26px;
    }
}

@media screen and (max-width: 540px){
    #main{
        min-height: 400px;
    }
    #main .sec01 .sec01_tit img{
        max-width: 280px;
    }
    #main .sec01 .sec01_tit img:nth-child(2){
        max-width: 220px;
    }
    #main .sec01 .sec01_tit .text{
        min-width: 180px;
        padding: 8px 20px;
    }
    #main .sec01 .sec01_tit .text p{
        font-size: 16px;
    }
	#main .sec01 .sec01_tit .btn-text p{
        font-size: 22px;
    }
}
/*           sec01           */



/*           sec02           */
.sec02 .mail_form {
    width: 100%;
    position: relative;
    margin-top: -100px;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
}

.sec02 .mail_form p {
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    padding-top: 3%;
    line-height: 2;
/*     margin-bottom: 30px; */
}

.sec02 iframe{
    display: none;
}
.sec02 .mail_form .form_view{
    display: none;
}
.sec02 .intro{
    align-items: first baseline;
    gap: 2%;
    padding: 180px 0;
    text-align: center;
}
.tit{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.sec02 .intro h2{
    font-size: 4.5em;
    font-weight: 800;
    color: var(--color_01);
}
.sec02 .intro h2 span{
    font-size: 30px;
    font-weight: 500;
}
.tit .line{
    width: 1px;
    height: 4em;
    background-color: var(--color_01);
}

.sec02 .intro .info-text{
    background-color: var(--color_01);
    padding: 2%;
    color: var(--color_04);
    font-size: 1.8em;
    border-radius: 0 0 50px 50px;
}
.sec02 .intro .text{
    color: var(--color_01);
    font-size: 1.8em;
    margin-top: 10px;
    font-weight: 700;
    padding: 10px 0;
    background-color: #fff;
}
.sec02 figure{
    width: 180px;
    margin: 0 auto;
    padding: 5% 0 3%;
}
.sec02 .tit h2{
    font-size: 2.3em;
    font-weight: 700;
    color: var(--color_01);
    margin-bottom: 10px;
}
.sec02 form{
    width: 50%; margin: 0 auto;
}

@media screen and (max-width: 1280px){
    .sec02{
        font-size: 12px;
    }
    .sec02 iframe{
        height: 150px;
    }
    .sec02 .intro{
        padding: 15% 0;
    }

    .sec02 .mail_form .form_view{
        bottom: 4%;
        right: 32%;
        left: 54%;
    }
        .sec02 form{
        width: 70%;
    }
}
@media screen and (max-width:1024px){
    .sec02{
        font-size: 14px;
    }
    .sec02 .intro{
        flex-direction: column;
        align-items: center;
    }
    .tit .line{
        height: 4em;
        margin: 1% 0;
    }
    .sec02 .mail_form .form_view{
        width: 75px;
        height: 30px;
        bottom: 6%;
        right: 31%;
        left: 55%;
    }
    .sec02 figure{
        width: 120px;
        margin: 0 auto;
        padding: 10% 0 7%;
    }
 
}
@media screen and (max-width:850px){
    .sec02 iframe{
        height: 215px;
    }
    .sec02 .mail_form .form_view{
        bottom: 24%;
        right: 31%;
        left: 56%;
    }
    .sec02 form{
        width: 80%;
    }

}
@media screen and (max-width:767px){
    .sec02{
        font-size: 12px;
    }
  
    .sec02 .m_down{
        display: none;
    }
    .sec02 .m_on{
        display: block;
    }
    .sec02 .none{
        display: none;
    }
    .sec02 iframe {
        height: 250px;
    }
    .sec02 .mail_form .form_view{
        bottom: 33%;
        right: 31%;
        left: 57%;
    }
}
@media screen and (max-width:720px){
    .sec02 .mail_form .form_view{
        bottom: 5%;
        right: 31%;
        left: 57%;
    }
}
@media screen and (max-width:540px){
    .sec02{
        font-size: 10px;
    }
    .sec02 .mail_form p{
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .sec02 iframe {
        height: 250px;
    }
    .sec02 .mail_form .form_view{
        bottom: 6%;
        left: 60%;
    }
    .sec02 form{
        width: 90%;
    }
}
@media screen and (max-width:400px){
    .sec02{
        font-size: 9px;
    }
  /*   .sec02 .mail_form p{
        padding-top: 5%;
        padding-bottom: 5%;
    } */
    .sec02 .mail_form .form_view{
        bottom: 8%;
        left: 63%;
    }
}
/*           sec02           */



/*           sec03           */
.sec03_wrap{
    background-color: var(--color_01);
    padding: 12% 0;
}
.sec03_wrap .con {
    justify-content: end;
    padding: 10% 0 10%;
   
}

.sec03_wrap .con-left {
    justify-content: start;
    padding: 15% 0 10%;

    
}
.sec03_wrap .con .abbox{
    position: relative;
    width: 80%;
}
.sec03_wrap .con .abbox h3{
    font-size: 3.1em;
   /*  color: var(--color_02); */
   color: #f9f9f9;
    position: absolute;
    right: 3%;
    top: -27%;
    line-height: 1.5;
    z-index: 1;
}
.sec03_wrap .con-left .abbox h3{
   /*  color: var(--color_01); */
    right: auto;
    left: 3%;
}


.sec03_wrap .con .abbox .imgbox{
    width: 100%;
    height: 500px;
    background: url(../img/111_3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.sec03_wrap .con:nth-child(2) .abbox .imgbox {
    background: url(../img/222.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
}
.sec03_wrap .con:nth-child(3) .abbox .imgbox {
    background: url(../img/333.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.sec03_wrap .con:nth-child(4) .abbox .imgbox {
    background: url(../img/555.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
}
.sec03_wrap .con .abbox p{
    
    font-size: 1.8em; font-weight: 500;
    color: #f9f9f9;
}

.sec03_wrap .con-left .abbox p{
  /*   color: var(--color_01); */
    text-align: right;
     color: #fff;
}
@media screen and (max-width: 1280px){
    .sec03_wrap .con{
        font-size: 14px;
    }
    .sec03_wrap .con .abbox{
        width: 80%;
    }
    .sec03_wrap .con .abbox h3{
        top: -22%;
    }

    .sec03_wrap .con-left .abbox h3{
    }
    .sec03_wrap .con .m_on{
        display: block;
    }
    .sec03_wrap .con .abbox p{
        text-align: end;
        padding-right: 3%;
    }
}

@media screen and (max-width:1024px){
    .sec03_wrap .con{
        font-size: 12px;
    }
    .sec03_wrap .con .abbox .imgbox{
        height: 250px;
    }
}
@media screen and (max-width:767px){
    .sec03_wrap .con{
        font-size: 10px;
    }
    .sec03_wrap .con .abbox h3{
        top: -24%;
    }
    .sec03_wrap .pc_on{
        display: none;
    }

}
@media screen and (max-width:540px){
    .sec03_wrap .con{
        font-size: 8px;
    }
    .sec03_wrap .con .abbox h3{
        top: -24%;
    }
    .sec03_wrap .con-left .abbox h3{
        top: -24%;
    }
}
@media screen and (max-width:400px){
    .sec03_wrap .con{
        font-size: 7px;
    }
    .sec03_wrap .con .abbox h3{
        top: -23%;
    }
}

/*           sec03           */
/*           exter            */
.exter{
    width: 100%;
    margin: 0 auto;
    padding: 4% 0;
    display: flex;
    justify-content: center;
    /* background-color: var(--color_01); */
}
.exter_box{
    width: 80%;
}
.exter_box p{
    font-size: var(--fz-20);
    color: #C8D7EA;
    color: #767e97;
}

/*           exter            */


/*           sec04           */
.sec04_wrap{
    background-color: #fff;
}
.sec04{
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../img/sec04_bg.png) no-repeat;
    background-position: center;
}
.sec04 figure{
    max-width: 34px;
    margin: auto;
}
.sec04 .sec04_inner{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sec04 .sec04_inner .textbox{
    margin: 50px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec04 .sec04_inner .textbox .img{
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}


@media screen and (max-width: 1280px){
    .sec04{
        font-size: 14px;
    }
    .sec04 .sec04_inner .textbox{
        margin: 5% 0;
    }
    .sec04 .sec04_inner .textbox .img{
      width: 20%;
    }
}

@media screen and (max-width:1024px){
    .sec04{
        font-size: 12px;
        height: 350px;
    }
      .sec04 .sec04_inner .textbox .img{
      width: 30%;
    }
}
@media screen and (max-width:767px){
    .sec04{
        font-size: 12px;
    }
    .sec04 .m_on{
        display: block;
    }
    .sec04 figure{
        max-width: 30px;
    }
    .sec04 .sec04_inner .textbox .img{
      width: 40%;
    }
}
@media screen and (max-width:400px){
    .sec04{
        font-size: 10px;
        height: 300px;
    }
}
/*           sec04           */


/*           sec05           */
.sec05_wrap{
    background-color: #EFEFEF;
}
.sec05{
    padding: 40px 0;
}
.sec05 p{
    color: var(--color_01);
    text-align: center;
    font-size: var(--fz-38);
}
.sec05 .line{
    margin: 0 auto;
    width: 1px;
    height: 60px;
    margin-bottom: 60px;
    background-color: var(--color_01);
}
.sec05 ul{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sec05 ul li img{
    display: block;
}
.sec05 .m_on{
    display: none;
}
@media screen and (max-width:767px){
    .sec05 .m_on{
        display: block;
    }
    .sec05 .pc_on{
        display: none;
    }
}

/*           sec05           */





/*           sec06           */
.sec06_wrap {
    padding: 10% 0 5%
}

.sec06 h3 {
    font-size: 3.1em;
    font-weight: 700;
    margin-bottom: 5%;
}

.tab_container {
    width: 100%;
}

.sec06_tab {
    display: flex;
    border: 1px solid var(--color_01);
    margin-bottom: 30px;
}

.sec06_tab li {
    width: calc(100%/3);
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 20px 0;
    font-size: 1.9em;
    font-weight: 700;
    color: var(--color_01);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.sec06_tab li:nth-child(2) {
    border-left: 1px solid var(--color_01);
    border-right: 1px solid var(--color_01);
}

.sec06_tab li:hover {
    background-color: var(--color_01);
    color: #fff;
}

.sec06_tab li.active {
    background-color: var(--color_01);
    color: #fff;
}

.sec06_sheet {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.tab_contents{
    margin: 0 auto;
    max-width: 1200px;
}
.tab_content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
}

.tab_content.active {
    display: block !important;
    opacity: 1;
}

.tab_content img {
    width: 100%;
    height: auto;
}
.sec06 .tab_content .m_on{
    display: none;
}

@media screen and (max-width: 1280px){
    .sec06 .tab_contents{
        padding: 0 10%;
       /*  background-color: red; */
    }
}
@media screen and (max-width:1024px){
    .sec06_wrap {
        font-size: 14px;
        padding: 15% 0 5%;
    }
    .sec06 h3 {
        margin-bottom: 10%;
    }
    
}
@media screen and (max-width:767px){
    
   .sec06 .tab_content .pc_on{
        display: none;
    }
    .sec06 .tab_content .m_on{
        display: block;
    }
}
@media screen and (max-width:540px){
    
}
@media screen and (max-width:400px){

}

/*           sec06           */

/*           sec09           */
.sec09_wrap {
    padding: 5% 0 5%
}

.sec09 h3 {
    font-size: 3.1em;
    font-weight: 700;
    margin-bottom: 5%;
}
.sec09_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width:1024px){
    .sec09_wrap {
        font-size: 14px;
        padding: 10% 0 5%;
    }
    .sec09 h3 {
        margin-bottom: 10%;
    }
    
}

/*           sec09           */


/*           sec07           */
.sec07_wrap{
    padding: 10% 0 5%;
}
.sec07_outter{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.sec07 h2{
    font-size: 6.3em; font-weight: 800;
    text-align: center;
    color: var(--color_01);
}
.sec07 .main_popol{
    display: flex;
    align-items: end;
    gap: 3%;
    padding: 150px 0 100px;
}
.sec07 .main_popol img{
    width: 50%;
}
.sec07 .main_popol h3{
    font-size: 3.1em; font-weight: 700;
}
.sec07 .main_popol p {
    font-size:  1.9em; font-weight: 500;
}
.sec07 .next_page a{
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 15px 0;
}
.sec07 .next_page a p{
    font-size: 1.1em;
    font-weight: 500;
}
.sec07 .next_page a img{
    width: 15px;
}

.sec07 .popol_list{
    justify-content: space-between;
    gap: 3%;
}
.sec07 .popol_list .list_inner{
    max-width: 290px;
}
.sec07 .popol_list p{
    font-size: 1.1em; font-weight: 500;
}
.sec07 .popol_list p span{
    font-weight: 800;
}
.sec07 .m_on{
    display: none;
}
.sec07_inner{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.sec07_btn{
    position: absolute;
    width: 36.5%;
    height: 15%;
    right: 13.3%;
    top: 56%;

}
.sec07_btn_top{
    width: 36.5%;
    height: 100%;
    width: 100%;
    display: flex;
    gap: 10px;

}
.sec07_btn_top a, .sec07_btn_bottom a {
    width: calc(100% / 2);
    height: 100%;

}
.sec07_btn_bottom{
       display: flex;
    gap: 10px;
    margin-top: 22.7%;
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 1280px){
    .sec07{
        font-size: 14px;
    }
    .sec07 .main_popol{
        padding: 10% 0 5%;
    }
    .sec07 .next_page a{
        margin: 2% 0;
    }
}

@media screen and (max-width:1024px){
    .sec07{
        font-size: 12px;
    }
    .sec07 .popol_list .list_inner{
        max-width: 230px;
    }
    .sec07 .popol_list .list_inner:nth-child(4){
        display: none;
    }
  
}
@media screen and (max-width:767px){
    .sec07{
        font-size: 10px;
    }
    .sec07 .main_popol img{
        width: 90%;
        margin: auto;
    }
    .sec07 .main_popol{
        flex-direction: column;
        align-items: start;
    }
    .sec07 .main_popol .popol_text{
        padding-left: 3%;
    }
    .sec07 .m_on{
        display: block;
    }
    .sec07 .pc_on{
        display: none;
    }
    



.sec07_btn02{
        position: absolute;
       /*  background-color: rgba(255, 166, 0, 0.377); */
        width: 67%;
        height: 9.5%;
        /* height: 27.5%; */
        left: 50%;
        transform: translateX(-50%);
        top: 77.5%;
}
.sec07_btn02 .sec07_btn_top{
    width: 36.5%;
    height: 100%;
    width: 100%;
    display: flex;
    gap: 10px;
}
.sec07_btn02 .sec07_btn_top a, .sec07_btn02 .sec07_btn_bottom a {
    width: calc(100% / 2);
    height: 100%;
/*     background-color: red; */
}
.sec07_btn02 .sec07_btn_bottom{
       display: flex;
    gap: 10px;
    margin-top: 21.7%;
    width: 100%;
    height: 100%;
}




    
}
@media screen and (max-width:540px){
    .sec07 h2{
        font-size: 5em;
    }
}
@media screen and (max-width:400px){
    .sec07{
        font-size: 9px;
    }
    .sec07 .popol_list .list_inner{
        max-width: 160px;
    }
    .sec07 .popol_list .list_inner:nth-child(3){
        display: none;
    }
}

/*           sec07           */


/*           footer           */
footer{
    background-color: var(--color_01);
    margin-top: 100px;
    padding: 120px 0;
    transition: all 0.2s;
}
.sec08{
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-between;
}
.sec08 figure{
    width: 160px;
    margin-bottom: 70px;
}
.sec08 .info{
    width: 100%;
}
.sec08 .map{
    width: 695px;
}
.sec08 .info_text p{
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    padding-bottom: 3%;
    margin-bottom: 3%;
}
.sec08 {
    gap: 10%;
}
/* .sec08 .form{
    padding: 11% 30px;
} */

.border_b{
    border-bottom: 1px solid #fff;

}
.blink{
    display: inline-block;
    width: 100%;
    color: var(--color_02);
    font-size: 1.2em;
    font-weight: 500;
    margin-right: 3%;
    animation: blink 1.5s infinite;
}

.root_daum_roughmap_landing{
    width: 100%;
    height: 550px;
}
.sec08 .tit h2{
    font-size: 2.3em;
    color: #fff;
    margin-bottom: 10px;
}

@media screen and (max-width:1400px){
    footer{
        font-size: 14px;
        margin-top: 15%;
        padding: 12% 0;
    }
    .sec08 figure{
        width: 200px;
        margin-bottom: 7%;
    }
    .sec08 .info{
        width: 42%;
    }
    .sec08 .map{
        width: 600px;
    }
    .root_daum_roughmap_landing{
        width: 100%;
        height: 450px;
    }
}
@media screen and (max-width:1280px){

    .sec08{
        flex-direction: column;
    }
    .sec08 figure{
        width: 200px;
        margin: 0 auto 10%;
    }
    .sec08 .info{
        width: 695px;
        margin-bottom: 5%;
    }
    .sec08 .map{
        width: 695px;
    }
    .root_daum_roughmap_landing{
        height: 450px;
    }
}
@media screen and (max-width: 767px){
    footer{
        font-size: 12px;
    }
    .sec08 figure{
        width: 150px;
    }
    .sec08 .info,
    .sec08 .map{
        width: 90%;
    }
    .root_daum_roughmap_landing{
        height: 350px;
    }
}
@media screen and (max-width: 540px){
    footer{
        font-size: 10px;
        
    }
    .sec08 figure{
        width: 120px;
    }
}
@media screen and (max-width: 400px){
    footer{
        font-size: 9px;
    }
    .sec08 figure{
        width: 100px;
    }
    .sec08 .info,
    .sec08 .map{
        width: 95%;
    }
    .root_daum_roughmap_landing{
        height: 300px;
    }
}
/*           footer           */

/* UNIT PLAN */
.unit_plan {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.tab_buttons {
    display: flex;
    border: 1px solid var(--color_01);
    margin-bottom: 30px;
}

.tab_btn {
    flex: 1;
    padding: 20px 0;
    font-size: 1.9em;
    font-weight: 700;
    color: var(--color_01);
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab_btn:nth-child(2) {
    border-left: 1px solid var(--color_01);
    border-right: 1px solid var(--color_01);
}

.tab_btn:hover {
    background-color: var(--color_01);
    color: #fff;
}

.tab_btn.active {
    background-color: var(--color_01);
    color: #fff;
}

.tab_contents {
    width: 100%;
    box-sizing: border-box;
}

.tab_content {
    display: none;
    width: 100%;
}

.tab_content.active {
    display: block;
}

.tab_content img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1280px) {
    .unit_plan {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .tab_content .pc_on {
        display: none;
    }
    .tab_content .m_on {
        display: block;
    }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.visit-form {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 15px;
    box-sizing: border-box;
}

.visit-form .form-group {
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

/* .visit-form label {
    display: none;
} */

.visit-form input[type="text"],
.visit-form input[type="tel"],
.visit-form input[type="date"],
.visit-form input[type="time"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    font-family: "Noto Sans KR", sans-serif;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.visit-form input::placeholder {
    color: #999;
}

.visit-form input:focus {
    outline: none;
    border-color: var(--color_01);
    box-shadow: 0 0 0 3px rgba(0, 16, 65, 0.1);
    background-color: #fff;
}

.visit-form input[type="date"]::-webkit-calendar-picker-indicator,
.visit-form input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    padding: 5px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.visit-form input[type="date"]::-webkit-calendar-picker-indicator:hover,
.visit-form input[type="time"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.visit-form .privacy-agreement {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.visit-form .checkbox-label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.visit-form .checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--color_01);
}

.visit-form .privacy-btn {
    color: var(--color_01);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.visit-form .privacy-btn:hover {
    color: var(--color_03);
}

.visit-form .submit-btn {
    width: 100%;
    padding: 15px;
    background-color: var(--color_01);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.visit-form .submit-btn:hover {
    background-color: var(--color_02);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 16, 65, 0.2);
}

.visit-form .submit-btn:active {
    transform: translateY(0);
}

@media screen and (max-width: 767px) {
    .sec02 .mail_form {
        padding: 0 15px;
    }
    
 /*    .sec02 .mail_form p {
        font-size: 1.5em;
        padding: 5% 0;
    } */
    
    .visit-form {
        padding: 20px;
    }
    
    .visit-form label {
        font-size: 14px;
    }
    
    .visit-form input[type="text"],
    .visit-form input[type="tel"],
    .visit-form input[type="date"],
    .visit-form input[type="time"] {
        padding: 12px;
        font-size: 14px;
    }
    
    .visit-form .privacy-btn {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .visit-form .submit-btn {
        padding: 12px;
        font-size: 16px;
    }
}

/* 개인정보 처리방침 모달 */
.privacy-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.privacy-modal.active {
    display: flex;
}

.privacy-content {
    background-color: #fff;
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.privacy-header {
    position: relative;
    padding: 25px 30px;
    background-color: var(--color_01);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.privacy-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.privacy-header .close-modal {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.privacy-header .close-modal:hover {
    transform: rotate(90deg);
}

.privacy-body {
    padding: 30px;
    max-height: 70vh;
    overflow-y: auto;
}

.privacy-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.privacy-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color_01);
   /*  margin: 25px 0 10px; */
}

.privacy-text h4:first-child {
    margin-top: 0;
}

.privacy-text p {
    margin: 0 0 15px;
}

/* 스크롤바 스타일링 */
.privacy-body::-webkit-scrollbar {
    width: 8px;
}

.privacy-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.privacy-body::-webkit-scrollbar-thumb {
    background: var(--color_01);
    border-radius: 4px;
}

.privacy-body::-webkit-scrollbar-thumb:hover {
    background: var(--color_02);
}

@media screen and (max-width: 767px) {
    .privacy-content {
        width: 90%;
        margin: 20px;
    }
    
    .privacy-header {
        padding: 20px;
    }
    
    .privacy-header h3 {
        font-size: 20px;
    }
    
    .privacy-body {
        padding: 20px;
    }
    
    .privacy-text {
        font-size: 14px;
    }
    
    .privacy-text h4 {
        font-size: 16px;
    }
}

.privacy-link {
    background: none;
    border: none;
    color: var(--color_01);
    padding: 0;
    font-size: inherit;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.privacy-link:hover {
    color: var(--color_02);
}

/* 폼 스타일 */
.form {
    width: 100%;
    margin: 0;
    padding: 50px 30px;
    border-radius: 15px;
    box-shadow: none;
    box-sizing: border-box;
}

.form_box {
    width: 100%;
    box-sizing: border-box;
}

.email_inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

.input_email {
    position: relative;
    margin-bottom: 15px;
}

.input_email label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 500;
}

.input_email input[type="text"],
.input_email input[type="tel"],
.input_email input[type="date"],
.input_email input[type="time"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    font-family: "Noto Sans KR", sans-serif;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.input_email input::placeholder {
    color: #999;
}

.input_email input:focus {
    outline: none;
    border-color: var(--color_01);
    box-shadow: 0 0 0 3px rgba(0, 16, 65, 0.1);
}

.input_email input[type="date"],
.input_email input[type="time"] {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

.input_email input[type="date"]::-webkit-calendar-picker-indicator,
.input_email input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    padding: 5px;
}

.input_email input[type="date"]:focus,
.input_email input[type="time"]:focus {
    border-color: #666;
    outline: none;
}

/* 모바일 대응 */
@media screen and (max-width: 768px) {
    .input_email label {
        font-size: 13px;
    }
    
    .input_email input[type="date"],
    .input_email input[type="time"] {
        height: 40px;
        font-size: 13px;
    }
}

.form_right {
    margin-bottom: 25px;
}

.form_right .info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form_right .checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--color_01);
}

.form_right .agree {
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

.button_enter {
    width: 100%;
}

.button_enter .button {
    width: 100%;
    padding: 15px;
    background-color: var(--color_01);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button_enter .button:hover {
    background-color: var(--color_02);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 16, 65, 0.2);
}

.button_enter .button:active {
    transform: translateY(0);
}

@media screen and (max-width: 1280px) {
    .sec08 {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .sec08 .info,
    .sec08 .form {
        width: 100%;
    }
    
    .sec08 figure {
        width: 140px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .sec08_wrap {
        padding: 80px 0;
    }
    
    .sec08 {
        padding: 0 15px;
        gap: 30px;
    }
    
    .form {
        padding: 20px;
    }
    
    .email_inner {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    
    .input_email input[type="text"],
    .input_email input[type="tel"],
    .input_email input[type="date"],
    .input_email input[type="time"] {
        padding: 12px;
        font-size: 14px;
    }
    
    .form_right .agree {
        font-size: 13px;
    }
    
    .button_enter .button {
        padding: 12px;
        font-size: 16px;
    }
    
    .sec08 figure {
        width: 120px;
        margin-bottom: 30px;
    }
}

.fixed .tel a p {
    color: var(--color_01);
}

.fixed .tel a .phone .white {
    display: none;
}
.fixed .tel a .phone .black {
    display: block;
}

.input_email select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(0,16,65,0.04);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7.293 7.293a1 1 0 011.414 0L10 8.586l1.293-1.293a1 1 0 111.414 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px 20px;
}

.input_email select:focus {
    border-color: var(--color_01, #001041);
    box-shadow: 0 0 0 3px rgba(0, 16, 65, 0.1);
    outline: none;
}

.input_email select option {
    color: #333;
    background: #fff;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .input_email select {
        height: 40px;
        font-size: 14px;
    }
    .input_email select option {
        font-size: 14px;
    }
}

.custom-time-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 8px;
}
.custom-time-options button {
    border: 2px solid #bbb;
    background: #fff;
    color: #333;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
}
.custom-time-options button.selected,
.custom-time-options button:active {
    border-color: var(--color_01, #001041);
    background: var(--color_01, #001041);
    color: #fff;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .custom-time-options button {
        font-size: 14px;
        padding: 8px 14px;
    }
}

/* 팝업 스타일 */
.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    width: auto;
    max-width: 400px;
}

.popup-content {
    position: relative;
    width: 100%;
}

.popup-content img {
    display: block;
    width: 100%;
    height: auto;
}

.popup-footer {
    padding: 15px;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-footer label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #666;
}

.popup-footer button {
    padding: 5px 15px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.popup-footer button:hover {
    background: #555;
}

/* 모바일 팝업 스타일 */
@media screen and (max-width: 768px) {
    .popup-container {
        width: 70%;
        max-width: none;
        margin: 0 auto;
    }

    .popup-content {
        width: 100%;
    }

    .popup-footer {
        padding: 15px 10px;
    }

    .popup-footer label {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .popup-container {
        width: 70%;
    }
}

.event {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.event.wrap {
    display: flex;
    justify-content: center;
}

.event img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .event img {
        max-width: 70%;
    }
}