@charset "utf-8";



@keyframes fadeInUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp{

  from {
    opacity: 0;
    margin-top:150px;
    }

    to {
      opacity: 1;
      margin-bottom:0;
    }
}

@keyframes Increase{

  from {
    opacity: 0;
    width: 10px;
    }

    to {
      opacity: 1;
      width: 1450px;
    }
}




* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif
}


body {
    overflow-x: hidden
}

#wrap {
    width: 1920px;
    margin: 0 auto;
    position: relative;
}

.inner {
    width: 1300px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

/* 메인 */
#main {
    width: 100%;
    height: 720px;
    background-image: url(../../images/banner_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header {
    width: 100%;
    height: 126px;
    position: relative;
}

.logo {
    line-height: 110px;
    position: absolute;
    top: 30px;
    left: 300px;
}

.logo img {
    width: 100%;
    height: 40px;
}

.menu {
    position: absolute;
    margin: 0 auto;
    display: block;
    top: 60px;
    right: 355px;
}

.menu>li {
    float: left;
    width: 150px;
    display: block;
    height: 80px;
    font-size: 1.2rem;
    font-weight: bold;
}
.menu>li>a:hover {
    color: #E9A410;
    text-decoration: none;
}

.menu>:first-child>a:after {
    display: block;
    width: 40px;
    content: '';
    border-bottom: solid 2px #E9A410;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}


.menu>:nth-child(2)>a:after {
    display: block;
    width: 60px;
    content: '';
    border-bottom: solid 2px #E9A410;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.menu>li:nth-child(3)>a:after {
    display: block;
    width: 40px;
    content: '';
    border-bottom: solid 2px #E9A410;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.menu>li>a:hover:after {
    transform: scaleX(1);
}
.login img {
    height: 53px;
    right: 250px;
    top: 50px;
    position: absolute;
    list-style-type: none;
    text-align: center;
}

.menu a:hover:after {
    transform: scaleX(1);
}

.header::before {
    content: '';
    display: block;
    clear: both;
}

.logo::after {
    content: '';
    display: block;
    clear: both;
}

.menu::after {
    content: '';
    display: block;
    clear: both;
}

.main_t {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 8.5% 0 0 38%;
    line-height: 38px;
    animation-name: fadeInUp;
    animation-delay: 0.5s;
    animation-duration: 1s;
}

.main_t>img {
    width: 365px;
    height: 49px;
    padding-bottom: 15px;
}

.main_t>p {
    color: #fff;
    font-size: 22px;
}

/* 콘텐츠 */
#content {
    margin: 0;
    padding: 0;
}

.con_01 {
    position: relative;
    width: 100%;
    height: 850px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.con_01>h2 {
    position: absolute;
    top: 120px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2rem;
    color: #3A3A3A;
}

.c_box {
    position: absolute;
    top: 270px;
    width: 80%;
    height: 500px;
    left: 21.5%;
    right: 20%;
    text-align: center;
    color: #3A3A3A;
  }


.c_box>div {
    float: left;
    width: 16%;
    height: 404px;
    overflow: hidden;
    border: 3px solid #efefef;
    background-color: #fff;
    margin-left: 1.6%;
    transform: scale(1);
    transition: all 0.5s;
    animation-name: slideUp;
    animation-delay: 1.5s;
    animation-duration: 1s;
}

.c_box img {
    vertical-align: bottom;
    border: none;
    margin-top: 20%;
}

.c_box h3 {
    margin: 20% 0 5% 0;
    font-size: 1.2rem;
}

.box_01 {
    margin-left: 0;
}


.c_box>div:hover {
    background-color: #efefef;
    transform: scale(1.05);
    transition: all 0.5s;
}

.c_box::after {
    display: block;
    content: "";
    clear: both;
}

.con_02 {
    position: relative;
    width: 100%;
    height: 850px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.con_02>h2 {
    position: absolute;
    top: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2rem;
    color: #3A3A3A;
}

.con_02>img {
    width: 1450px;
    height: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 35%;
    animation-name:Increase;
    animation-delay: 2s;
    animation-duration: 1s;
}

.con_02>ul {
    position: absolute;
    bottom: 30%;
    width: 85%;
    margin: 0 auto;
    right: 0;
}

.con_02>ul>li {
    float: left;
    width: 10%;
    list-style: none;
    font-size: 1.3rem;
    font-weight: bold;
    color: #3A3A3A;
    margin: 0 7.8% 0 3.5%;
}

.con_02>ul::after {
    display: block;
    content: "";
    clear: both;
}


.con_03 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.con_03>div {
    position: relative;
    display: block;
    max-width: 100%;
    height: 270px;
    background: url(../../images/slogan_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.5s;
    transform: scale(1)
}

.con_03>div:hover {
    transform: scale(1.05);
    transition: all 0.5s;
    overflow: hidden;
}
