@charset "utf-8";

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes slideIn{

  from {
    opacity: 0;
    margin-left:100%;
    }

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

@keyframes fadeIn{

  from {
    opacity: 0;
    }

    to {
      opacity: 1;
    }
}




* {
    margin: 0;
    padding: 0;

}

body {
    overflow-x: hidden
}

.space {
    clear: both;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

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

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


/* 메인 */
#mainimg {
    width: 100%;
    height: 720px;
    background-image: url(../../images/banner_01.png);
    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);
}


.main_t span {
    color: #E9A410;
    font-size: 28px;
}

.main_t {
    position: absolute;
    width: 100%;
    left: 23%;
    margin: 0 auto;
    top: 16%;
    color: #ffff;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: -2px;
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.main_t>div {
    border: 3px solid #fff;
    width: 3%;
    display: block;
    margin-bottom: 18px;
}

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

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

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

/* 서브 */
#content {
    margin: 120px 0 120px 0;
}

.con_01>h3 {
    text-align: center;
    font-size: 32px;
    letter-spacing: -3px;
    color: #3a3a3a;
    font-weight: bold;
    margin-bottom: 8%;
}

.con_r {
    width: 100%;
    height: 300px;
    border-radius: 19px;
    background-color: #000;
    box-shadow: -11px 10px 6px #00000029;
    margin-top: 10%;
    position: relative;
    z-index: 1;
    animation: slideIn 2s;
    animation-delay:0.5s;
    animation-fill-mode:forwards;
}

.con_r::after {
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../../images/con_r.jpg);
    background-color: #000;
    opacity: 0.5;
    background-position: center;
    background-size: 100%;
    height: 300px;
    border-radius: 19px;
    box-shadow: -11px 10px 6px #00000029;
    position: absolute;
    z-index: -1;

}

.con_r>p {
    line-height: 38px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding-top: 95px;
}

.con_l {
    width: 100%;
    height: 300px;
    border-radius: 19px;
    background-color: #000;
    box-shadow: -11px 10px 6px #00000029;
    margin-top: 10%;
    position: relative;
    z-index: 1;
    animation: slideIn 2s;
    animation-delay:1s;
    animation-fill-mode:forwards;
}



.con_l::after {
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../../images/con_l.jpg);
    background-color: #000;
    opacity: 0.5;
    background-position: center;
    background-size: 100%;
    height: 300px;
    border-radius: 19px;
    box-shadow: -11px 10px 6px #00000029;
    position: absolute;
    z-index: -1;
}

.con_l>p {
    line-height: 38px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding-top: 95px;
}

.con_02 {
    width: 100%;
    margin-top: 20%;
    animation: fadeInUp 2s;
    animation-delay:1.5s;
}

.con_s>div {
    width: 159px;
    height: 49px;
    background-color: #10234D;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}

.con_s>p {
    padding: 25px 0 70px 0;
    font-size: 18px;
    color: #3a3a3a;
}

.con_t {
    width: 119px;
    height: 49px;
    background-color: #10234D;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}

.con_t>p {
    padding: 25px 0 70px 0;
    font-size: 18px;
    color: #3a3a3a;
    font-weight: lighter;
    text-align: left;
    width: 1920px
}

.con_03 {
    margin-top: 180px;
    animation: fadeIn 1s;
    animation-delay: 2.5s;
    animation-duration: 4s;
}

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

.con_r {
    content: '';
    display: block;
    clear: both;
}

.con_l {
    content: '';
    display: block;
    clear: both;
}
