﻿@charset "utf-8";
@import url(webfont.css);
@import url(sub.css);

/**/
.top{
    padding: 14px 15px;
    text-align: center;
    font-size: 13px;
    font-family: 'Noto Sans KR';
    line-height: 22px;
    color: #414141;
    font-weight: 400;
    letter-spacing: -2px;
}
.top span{
    font-weight: 600;
    color: #000;
}
.orange {
    color: #DD7519 !important;
}

.intro{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: 0;
    height: 0;
    font-size: 0;
}
.intro .box{
    position: relative;
    flex: 1;
    width: 100%;
}
.intro .box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
}

.intro .box:first-child .text img{
  width: 110px;
}
.intro .box:last-child .text img{
  width: 107px;
}

.intro .box .bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro .box .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.intro .box .text a{
    margin-top: 34px;
    color: #fff;
    font-weight: 500;
    padding: 0px 7px;
    background: #4A5DA7;
    border-radius: 23.5px;
    font-family: 'Noto Sans KR';
    font-size: 13px;
    line-height: 35px;
}
.intro .box .text a span{
    font-size: 14px;
    font-weight: 700;
}
.intro .box .text a.green{
    background: #5EA91A;
}



