@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}
html{scroll-behavior: smooth; overflow-x: hidden;}
body, h1, h2, h3, h4, h5, h6, input, textarea, select {font-family: 'Noto Sans KR', sans-serif;}
*{padding:0;margin:0;}
a{text-decoration: none;color: inherit;}
.flex{display:flex;}
ul li{list-style: none;}
.inner{max-width:1090px;margin:0 auto;}
.inner2{max-width:800px;margin:0 auto;}
.sec01{
    padding:50px 0 0 0;
    background: url('../img/sec01bg.jpg') no-repeat;
    background-size: cover;
    text-align: center;
}

.sec01 .title1{margin-top:75px;}
.sec01 .title2{margin:35px 0;}
.sec01 .title4{margin-top:35px;}
.sec01 .title5{margin-top:35px;overflow-x: hidden;}
.sec01 .title5 img{vertical-align: bottom;}

.sec02{
    padding:80px 0;
    text-align: center;
    background: url(../img/sec02bg.png) no-repeat;
    background-size: cover;
}

.sec02 .title2{margin:25px 0;}

.swiper-pagination{display:none;}
.sec02 .swiper {
    width: 100%;
    height: 100%;
    margin-bottom:25px;
  }

 .sec02 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec02 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sec03{
    padding:80px 0;
    background: url(../img/sec03bg.png) no-repeat;
    background-size: cover;
    text-align: center;
  }

  .sec03 .main{
    justify-content: center;
    align-items: center;
    gap:25px;
  }

  .sec03 .title2{margin-top:35px;}
  .sec03 .title3{margin-top:35px;}

  .sec04{
    padding:80px 0;
    background: url('../img/sec02bg.png') no-repeat;
    background-size: cover;
    text-align: center;
  }

  .sec04 .swiper {
    width: 100%;
    height: 100%;
   margin-top:50px;
   margin-bottom:50px;
  }

 .sec04 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec04 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sec04 .title2{
    margin-top:-20px;
  }

  .sec05{
    padding:80px 0;
    background: url('../img/sec05bg.png') no-repeat;
    background-size: cover;
  }

  .sec05 .title1{text-align: center;}

  .sec05 .main{
    background-color: #ddd;
    padding:50px;
    margin-top:50px;
  }

  footer{
    background-color: #172649;
    padding:50px 0;
    text-align: center;
    color: #fff;
    font-size:14px;
  }

  footer p{
    line-height: 1.5;
    margin-top:25px;
  }

  .red{color: red;}
  .form-area .form-box{
    font-size:20px;
    font-weight:bold;
  }
.form-area .form-box{
    margin-left:100px;
    display: flex;
    align-items: center;
}

.button button{
    background-color: #FE253B;
    color: #fff;
    font-size:24px;
    border:0;
    padding:10px;
    cursor: pointer;
    border-radius: 10px;
    font-weight:bold;
}

.sec05 .form-area .form-box .input2{
    width:450px;
    height:30px;
    margin-left:80px;
}

.sec05 .form-area .form-box .input3{
    width:450px;
    height:30px;
    margin-left:61px;
}

.sec05 .form-area .form-box .input4{
    width:450px;
    height:30px;
    margin-left:43px;
}

.sec05 .form-area .form-box textarea{
    margin-left:53px;
    width:452px;
    height:100px;
    
}

.form-area{
    margin-top:25px;
}

.sec05 .agree{
    justify-content: center;
    align-items: center;
    color: #727171;
    margin:25px 0;
}

.sec05 .agree input{
    width:20px;
    height:20px;
}

.sec05 .button{
    justify-content: center;
    align-items: center;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 900;
  }
  
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
      height: 500px;
      overflow-y:scroll; 
    position: fixed;
    width: 60%;
    padding: 10px;
    max-width: 500px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .9);
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 1;
  }
  
  .popup:target {
    visibility: visible;
    opacity: 1;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  
  .popup-close {
    position: absolute;
    padding: 10px;
    max-width: 500px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .9);
  }
  
  .popup .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    color: #000;
    transition: color .3s;
    font-size: 2em;
    line-height: .6em;
    font-weight: bold;
  }
  
  .popup .close:hover {
    color: #00E5EE;
  }

  @media(max-width:1199px){
    .sec03 .main{flex-direction: column;}
    .inner{width:100%}
    .inner2{width:90%;}

    .sec01 .logo img{width:50%;}
    .sec01 .title1 img{width:90%;}
    .sec01 .title2 img{width:90%;}
    .sec01 .title3 img{width:90%;}
    .sec01 .title4 img{width:90%;}
    .sec01 .title5 img{width:100%;}

    .sec01 .title1{margin-top:25px;}
.sec01 .title2{margin:25px 0;}
.sec01 .title4{margin-top:15px;}
.sec01 .title5{margin-top:20px;overflow-x: hidden;}

.sec02{padding:50px 0;}
.sec02 .title1 img{width:90%;}
.sec02 .title2 img{width:90%;}
.sec02 .title3 img{width:100%;}

.sec03 .title1 img{width:90%;}
.sec03 .main img{width:80%;}

.sec03 .title2 img{width:90%;}
.sec03 .title3 img{width:50%;}


.sec04 .title1 img{width:90%;}
.sec04 .title2 img{width:90%;}
.sec04 .title3 img{width:90%;}

.sec04{padding:50px 0;}
.sec04 .swiper {
    width: 100%;
    height: 100%;
   margin-top:25px;
   margin-bottom:25px;
  }
  footer{font-size:10px;}
  footer .footlogo img{width:30%;}

.sec05 .title1 img{width:90%;}

.sec05 .form-area .form-box .input2{
    width:180px;
    height:30px;
    margin-left:45px;
}

.sec05 .form-area .form-box .input3{
    width:180px;
    height:30px;
    margin-left:28px;
}

.sec05 .form-area .form-box .input4{
    width:180px;
    height:30px;
    margin-left:12px;
}

.sec05{padding:50px 0;}
.sec05 .form-area .form-box textarea{
    margin-left:21px;
    width:182px;
    height:100px;
  }
  .form-area .form-box{
    margin-left:0px;
  
}

.sec05 .main{
    background-color: #ddd;
    padding:30px 10px;
    margin-top:50px;
  }
  .sec05 .button button{font-size:20px;}

  .form-area .form-box{
    font-size:16px;
  }
  }