@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html{
    scroll-behavior: smooth;
}

#s2_title_wrap {
    width: 409px;
    display: block;
}

#s2_sub_title {
    padding-bottom: 30px;
}

#in_s2 {
    width: 55%;
}

#section_4 {
    padding-bottom: 50px;
}

#in_s4_txt {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 40px 0 100px 0;
}

#in_s4_txt img {
    width: 100%;
}

#s4_wrap {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.s4_box {
    float: left;
    width: 48.5%;
    overflow: hidden;
    margin-right: 3%;
    margin-bottom: 40px;
}

.s4_box:nth-child(2),
.s4_box:nth-child(4) {
    margin-right: 0;
}

.s4_img_box {
    float: left;
    width: 100%;
    overflow: hidden;
}

.s4_img_box img {
    width: 100%;
}

.s4_txt_box {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.s4_in_title {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin: 15px 0 10px 0;
}

.s4_sub_txt {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #565656;
}

#section_5 {
    padding-bottom: 30px;
}

#s5_title {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 33px;
    font-weight: 500;
    color: #222222;
    margin: 30px 0;
    text-align: center;
}

#s5_wrap {
    float: left;
    padding: 0 2.5%;
    width: 95%;
    overflow: hidden;
}

.s5_box {
    float: left;
    width: 48.5%;
    margin: 0 3% 30px 0;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    overflow: hidden;
}


.s5_img_box,
.s5_txt_box {
    float: left;
    width: 100%;
    overflow: hidden;
}

.s5_box:hover .s5_img_box img {
    transform: scale(1.1);
}

.s5_img_box img {
    width: 100%;
    transform: scale(1);
    transition-duration: 0.8s;
}

.s5_box:nth-child(2),
.s5_box:nth-child(4) {
    margin-right: 0;
}

.s5_title {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin-top: 20px;
}

.s5_txt {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #565656;
    text-align: center;
    margin: 10px 0 35px 0;
}


#last_s5_txt{
    margin-bottom: 16px;
}

@media all and (max-width:1600px) {
    .s4_sub_txt{
        font-size: 13px;
    }
}

@media all and (max-width:1366px){
    .s5_txt{
        font-size: 12px;
    }
    .s4_sub_txt{
        font-size: 11px;
    }
}
