@charset "UTF-8";
@font-face {
    font-family: 'gmarketsansB';
    src: url('../font/GmarketSansTTFBold.ttf') format('truetype');
    }
    @font-face {
        font-family: 'gmarketsansL';
        src: url('../font/GmarketSansTTFLight.ttf') format('truetype');
        }
    @font-face {
        font-family: 'gmarketsansM';
        src: url('../font/GmarketSansTTFMedium.ttf') format('truetype');
        }
    
* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: inherit;  
}
body {
    font-family: 'Noto Sans KR', sans-serif;
}
img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.summer_wrap{
    width:100%;
    height:100%
}
.intro{
    width:100%;
    height:800px;
    background:url(../img/b_bg.jpg);
}
.inner{
    width:1200px;
    margin:0 auto;
    position: relative;
}
.intro .inner .summer_img{
    width:390px;
    height:auto;
    margin:0 auto;
}
.intro .inner .summer_txt{
    position: absolute;
    width:600px;
    height:auto;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.intro .inner .summer_txt01{
    width:145px;
    height:auto;
    position: absolute;
    top:50px;
    left:100px;
}
.intro .inner .summer_txt02{
    position: absolute;
    top:70px;
    right:100px;
    color:#fff;
    font-weight: 600;
}
.intro .inner .btn-primary{
    background-color:#f7ffe6;
    border:none;
    color:#232323;
}
/* intro end */

.sec01{
    background-color: #dffff0;
    padding: 100px 0 100px; 
}
.sec01 h2{
    text-align: center;
    font-family: 'gmarketsansL';
    margin-bottom: 50px;
}
.sec01 .inner1{
    background-color: #fff;
    border-radius: 50px;
    padding-bottom: 100px;
}
.sec01 h3{
    text-align: center;
    font-family:'gmarketsansB';
    font-size: 68px;
    color:#0848B6
}
.sec01 h1{
    text-align: center;
    font-family:'gmarketsansL';
    padding:100px 0 20px;
    font-size: 36px;
}
.sec01 h1 strong{
    font-family:'gmarketsansB';
    color:#12a161;
}
.sec01 .flex_box{
    width:850px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:50px auto 0;
}
.sec01 .flex_box .box{
    width:50%;
    text-align: center;
}
.sec01 .flex_box .box1{
    box-shadow:50px 10px 10px #5f5f5f;
}
.sec01 .flex_box .box img{
    width:420px;
}

/* sec02 start */
.sec02{
    background-color: #12a161;
    padding:100px 0 100px;
    text-align: center;
}
.sec02 h1{
    color:#fff;
    font-size: 36px;;
    font-family: 'gmarketsansB';
    padding-bottom: 30px;
}
.sec02 h3{
    color:#fff;
    font-size: 30px;
    font-family: 'gmarketsansL';
    margin-bottom: 50px;

}
.sec02 h3 span{
    font-family: 'gmarketsansB';
}
.sec02 .inner2{
    background-color: #fff;
    border-radius: 50px;
}
.summer_slide{
    padding:60px 0 100px;
    position: relative;
}
.sec02 .sumSwiper{
    width:1000px;
}
.sec02 .swiper-slide{
    overflow: hidden;
}
.sec02 .swiper-pagination{
    position: relative;
    top:0;
}
.sec02 .swiper-pagination-bullet{
    width:100px;
    height:100px;
    line-height: 100px;
    background-color: #2E2E2E;
    opacity: 1;
    color:#fff;
    font-size: 20px;
    white-space: pre-wrap;
    font-weight: 600;
}
.sec02 .swiper-pagination-bullet span{
    color:#fff;
}
.sec02 .swiper-pagination-bullet-active{
    background-color: #12a161;
}
.sec02 .inslide{
    text-align: center;
    margin:50px 0;
}
.sec02 .inslide h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.sec02 .inslide p{
    font-size: 20px;
}

/* tbl-box(테이블) */
.tbl{
    text-align: center;
}
.tbl_box{
    width:1200px;
    border-radius: 20px;
    border:1px solid #e5e5e5;
    margin:50px auto;
    padding: 40px 40px;
}
table{
    width:100%;
    border-top:1px solid #dfdfdf; 
}
table th, table td {
    text-align: center;
    font-size:16px;
    font-weight:400;
    vertical-align: middle;
    border-left:1px solid #dfdfdf;
    color:#1d1d1b;
    background-color:#fff;
}
.tbl thead tr.low th{
    padding: 11px 0;
}
table thead tr:first-child 
th:first-child, 
table tbody th:first-child {
    border-left:none!important
}
.tbl thead tr th{
    padding:24px 0;
    line-height:1.2;
    background: #f6f6f6;
    border-bottom: 1px solid #dfdfdf;
    color:#222222;
    font-size: 16px;
    font-weight: 500;
}
.tbl tbody th,
.tbl tbody td{
    padding:10px 7px;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    vertical-align: middle;
    font-size: 15px;
    color:#222222;
}
table .tal_bg{
    background-color: #f1f4f9;
}
.tbl h1{
    text-align: center;
    font-size: 36px;
    color:#222222;
    padding:100px 0 0 ;
    font-family: 'gmarketsansB';
    margin-bottom: 0;
}
/* sec03 start */
.sec03{
    background-color: #f5f5f5;
}
.sec03 .inner{
    width:100%;
    padding:100px 0;
}
.sec03 h1{
    text-align: center;
    margin-bottom: 100px;
    font-family:'gmarketsansL';
}
.sec03 h1 strong{
    font-family:'gmarketsansB';
}
.sec03 .swiper-wrapper {
    transition-timing-function: linear !important;
}
.sec03 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    margin-left: 30px;
}
.sec03 .swiper-slide img{
    width:400px;
    height:530px;
    
}
/* band배너 */
.band_banner{
    width:100;
    text-align: center;
    background-color: #12a161;
    padding-left: 16px;
    padding-right: 16px;
}
.band_banner h1{
    font-size: 36px;
    color:#fff;
    padding:70px 0;
    font-family: 'gmarketsansL';
    margin-bottom: 0;
}
.band_banner h1 strong{
    font-family: 'gmarketsansB';
    color:#fff;
}

/* sec04 start  */
.sec04{
    background-color: #fff;
    padding:100px 0 50px;
    height:auto;
}
.sec04 .sec04_tit{
    text-align: center;
    margin-bottom: 70px;
    font-family: 'gmarketsansB';
}
.sec04 .sec04_tit p{
    font-family: 'gmarketsansL';
    font-size: 26px;
}
.sec04 .info-item{
    background-color: #dffff0;
    padding:30px;
}
.sec04 .info-item h3{
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}
.sec04 .info-item i{
    font-size: 34px;
}
.sec04 .info-item img{
    width:50px;
    height:auto;
}
.sec04 .info-item p{
    padding:0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
@media (max-width:1100px){
    .inner{
        width:100%;
    }
    .intro .inner .summer_txt02{
        right:0;
        padding-right: 10px;
    }
    .sec02 .sumSwiper{
        width:100%;
    }
    .sec02 .sumSwiper .swiper-slide{
        padding:0 20px;
        overflow: hidden;
    }
}
@media(max-width:900px){
    .intro{
        height:100%;
    }
    .sec01 .flex_box{
        width:100%;
    }
    .sec01 .flex_box .box{
        width:100%;
    }
    .intro .inner a{
        padding-bottom: 30px;
    }
}
@media (max-width:830px){
    .intro .inner .summer_txt01{
        display: none;
    }
    .intro .inner .summer_txt02{
        display: none;
    }
    .intro .inner .summer_txt{
        width:500px;
    }
    .intro .inner .summer_img{
        width:300px;
    }
}
@media (max-width:700px){
    .sec01 h1{
        font-size: 26px;
        word-break: keep-all;
    }
    .sec02 h1{
        font-size: 26px;
        word-break: keep-all;
    }
    .sec02 .inslide h2{
        font-size: 28px;
        line-height: 1;
    }
    .sec02 .inslide p{
        font-size: 16px;
        word-break:keep-all ;
    }
    .sec03 h1,
    .sec04 h1{
        font-size: 26px;
        word-break: keep-all;
    }
    .band_banner h1{
        font-size: 26px;
        word-break: keep-all;
    }
    .sec04 .sec04_tit p{
        font-size: 16px;
        word-break: keep-all;
    }
}
@media (max-width:600px){
    .intro .inner .summer_txt{
        width:100%;
        padding:0 20px;
    }
    .sec01{
        padding: 50px 0 50px;
    }
    .sec01 h1{
        padding: 50px 0 0;
    }
    .sec01 h2{
        font-size: 20px;
        word-break: keep-all;
    }
    .sec01 .flex_box .box img{
        width:100%;
    }
    .sec01 .inner .flex_box .flex_order01{
        order: 2
    }
    .sec01 .inner .flex_box .flex_order01{
        order: 1
    }
    .sec02{
        padding:50px 16px 50px;
    }
    .sec02 .summer_slide{
        padding-bottom: 20px;
    }
    .sec02 .inner2{
        border-radius: 20px;
    }
    .sec02 .sumSwiper .swiper-slide{
        padding:0;
    }
    .sec02 .swiper-pagination-bullet{
        width:80px;
        height:80px;
        line-height: 80px;
        font-size: 16px;
    }
    .sec03 .inner{
        padding:50px 0 50px;
    }
    .sec03 h1{
        margin-bottom: 50px;
    }
    .sec04{
        padding-top: 50px;
    }
    .sec04 .sec04_tit{
        margin-bottom: 50px;
    }
}
/* @media(max-width:500px){
}
 */
/* 눈(snow) */
/* .snow {
    position: absolute;
    top: -10px;
    display: block;
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 6px;
    -webkit-filter: blur(1px);
            filter: blur(1px);
    -webkit-animation: snowfall;
            animation: snowfall;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  
  @-webkit-keyframes snowfall {
    from {
      top: -10px;
    }
    to {
      top: 99%;
      opacity: 0;
    }
  }
  
  @keyframes snowfall {
    from {
      top: -10px;
    }
    to {
      top: 99%;
      opacity: 0;
    }
  } */