@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700&display=swap');

/*mainslider*/
.mainVisual img{width:100%;}
.main_text{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:133px;
    text-align: center;
    color: #fff;
}
.main_text .text_big{
    display: inline-block;
    color:#66FFFF;
    font-size:28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 70px;
}
.main_text .text_big2{
    display: inline-block;
    color:#66FFFF;
    font-size:28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 70px;
}
.main_text .text_small{font-size:17px; line-height: 18px;}
.grade{
    position: absolute;
    display: block;
    top: 39%;
    left:14%;
}
/*mainbox*/
.main-box{
    width: 94%;
    margin: 0 3%;
    border-radius: 20px;
    height: 170px;
    margin-bottom: 10px;
    background:  #373C44 url(../img/banner.jpg) no-repeat 96% 90%;
    background-size:95px;
    margin-top: 15px;
}
.boxtext_big{
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color:#fff;
    margin-top: 25px;
    margin-left:25px;
}
.boxtext_big p{
    display: inline-block;
    color:#66FFFF;
}
/*mainCon1*/
.mainCon1{
    width: 94%;
    margin: 0 4%;
    margin-top: 30px;
}
.box{
    width: 30%;
    height: 100px;
    border-radius: 15px;
    box-shadow: 0px 2px 7px #ccc;
    display: inline-block;
    /*
    margin: 4px;
        */
    margin: 1%;
    text-align: center;
    font-size: 13px;
}
.box img{
    width:40px;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*mainCon2*/
.mainCon2{
    margin-top: 35px;
}
.mainCon2 h1{
    font-size: 17px;
    font-weight: bold;
    color:#333;
    margin-bottom: 15px;
    padding: 0 20px;

}
.con2{
    background: url(../img/background2.png)no-repeat;

    /* Γί°‘ */
    background-size: cover;

    width: 100%;
    height: 220px;
}
.more{
    float: right;
    padding-right: 10px;
}
.more img{
    width:12px;
}
.con2  ul{
    padding-top: 30px;
    /* »θΑ¦
    margin: 0 2%;
        */
}
.con2  ul li{
    float:left;
    width: 25%;
    text-align: center;
}
.con2 img{
    /*
    width:52%;
        */
    width:51px;
}
.con2 p{
    color:#fff;
    font-size: 12px;
    padding-top: 5px;
}
.con2_1{
    padding-top: 97px;
    margin: 0 13%;
}
.con2_1 li{
    float:left;
    width: 33%;
    text-align: center;
}
.con2_1 img{
    /*
    width:52%;
        */
    width:51px;
}
.con2_1 p{
    color:#fff;
    font-size: 12px;
    padding-top: 5px;
}

@media screen and (max-width: 320px) {
  .main_text .text_big, .main_text .text_big2{
    margin-bottom: 40px;
  }

  .boxtext_big{
    font-size: 17px;
  }
}
