/**************************************** info01 공통*/

.info_sec1 .sub_banner_back {
    background-image: url(/img/sub01/sub01_banner_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/**************************************** info01 시작*/

.in01_s2_con_wrap {
    display: flex;
    justify-content: space-between;
}

.in01_s2_lt {
    max-width: 624px;
    width: 100%;
    height: 380px;
    overflow: hidden;
    box-shadow: 5.209px 29.544px 20px 0px rgba(38, 33, 29, 0.15);
}

.in01_s2_lt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in01_s2_rt {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    max-width: 640px;
    width: 100%;
}

.in01_s2_rt>p {
    font-size: 1.375rem;
    line-height: 160%;
    word-break: keep-all;
}

.in01_s2_copy_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}

.in01_s2_copy_txt {
    font-size: 1.25rem;
    font-family: 'Pretendard-Light';
}

.in01_s2_copy {
    font-size: 2.1875rem;
    font-family: 'ROEHOE-CHAN';
    line-height: 100%;
}

/**************************************** info01 끝*/


/**************************************** info02 시작*/

.in02_s_wrap {
    position: relative;
    padding: 40px 0;
}

.in02_s_wrap>.sub_title_t2_wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.in02_s_cap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.in02_s_cap p {
    font-family: 'Pretendard-ExtraBold';
    text-align: center;
    font-size: 2.5rem;
    color: #333333;
}

.in02_s_cap p span {
    position: relative;
}

.in02_s_cap p span::after {
    content: '';
    width: 100%;
    height: 25px;
    background-color: #fbffc2;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.info02_sec2 {
    position: relative;
}

.info02_arrow {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.2;
}

.info02_sec3 {
    background-color: #faf5ed;
}

.in02_s_wrap.in02_s3_wrap {
    padding: 80px 0;
}

.in02_s3_con_wrap {
    max-width: 1024px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.in02_s3_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}

.in02_s3_thumb {
    width: 274px;
    height: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
    border: 10px solid #f6f6f6;
}

.in02_s3_cap {
    font-family: 'Pretendard-Light';
    text-align: center;
    font-size: 1.25rem;
}

/**************************************** info02 끝*/


/**************************************** info03 시작*/

.in03_s2_con_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 120px;
}

.in03_s2_con_wrap1{
    margin-bottom: 80px;
}

.in03_s2_con_wrap2{
    justify-content: flex-end;
}

.in03_s2_con{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.in03_s2_con2{
    justify-content: flex-end;
}

.in03_s2_title{
    font-size: 2.5rem;
    font-family: 'Pretendard-ExtraBold';
    color: #333333;
    margin-bottom: 30px;
}

.in03_s2_txt,
.in03_s2_txt p{
    font-family: 'Pretendard-Light';
    font-size: 1.375rem;
    line-height: 160%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.in03_s2_thum{
    max-width: 545px;
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.in03_s2_thum img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in03_s3_con_container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
}

.in03_s3_con_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
}

.in03_s3_con {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.in03_s3_con.this{
    align-items: flex-end;
}

.in03_s3_con::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #1e7135;
    left: -45px;
    top: 15px;
}

.in03_s3_con.this::after{
    left: auto;
    right: -45px;
}

.in03_s3_con.first::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #1e7135;
    transform: translate(-50%,-50%);
    left: -40px;
    top: 20px;
}

.in03_s3_year {
    font-family: 'Pretendard-SemiBold';
    font-size: 2.1875rem;
    color: #1e7135;
}

.in03_s3_cap{
    font-family: 'Pretendard-Light';
    font-size: 1.25rem;
}

.in03_s3_line{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-style: dashed;
    z-index: -1;
}

/**************************************** info03 끝*/



@media screen and (max-width: 1440px) {

    .in01_s2_con_wrap{
        column-gap: 20px;
    }

}

@media screen and (max-width: 1240px) {

    .in02_s_wrap>.sub_title_t2_wrap{
        left: 20px;
    }

    .in02_s3_con_wrap{
        column-gap: 20px;
        padding: 0 20px;
    }

    .in03_s2_con_wrap{
        column-gap: 60px;
    }

}

@media screen and (max-width: 1024px) {

    .in01_s2_rt>p {
        font-size: 1.125rem;
        line-height: 160%;
    }

    .in02_s_cap p {
        font-size: 1.875rem;
    }

    .info02_arrow {
        bottom: -40%;
    }

    .in02_s3_thumb {
        width: 220px;
        height: 220px;
    }

    .in03_s2_title{
        font-size: 1.875rem;
    }

    .in03_s2_txt,
    .in03_s2_txt p {
        font-size: 1.125rem;
        row-gap: 20px;
    }

    .in03_s2_con_wrap{
        column-gap: 20px;
    }

}

@media screen and (max-width: 768px) {

    .in01_s2_con_wrap{
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }

    .info02_arrow{
        bottom: -30%;
    }

    .in02_s3_con_wrap{
        flex-direction: column;
        row-gap: 40px;
    }

    .in03_s2_thum{
        max-width: 305px;
        height: 280px;
    }

}

@media screen and (max-width: 540px) {

    .info_sec1 .sub_banner_back{
        background-position: 50% center;
    }
    
    .in01_s2_lt{
        height: 260px;
    }

    .in01_s2_rt{
        row-gap: 30px;
    }

    .in01_s2_rt>p{
        font-size: 1.0625rem;
    }

    .in02_s_wrap>.sub_title_t2_wrap{
        position: static;
        padding-left: 20px;
    }

    .in02_s_wrap,
    .in02_s_wrap.in02_s3_wrap{
        padding: 0;
    }

    .in02_s_cap p{
        font-size: 1.625rem;
    }

    .info02_arrow{
        width: 95%;
        bottom: -42%;
    }

    .in02_s3_thumb{
        width: 140px;
        height: 140px;
    }

    .in03_s2_con_wrap{
        flex-direction: column;;
        margin-bottom: 40px;
    }

    .in03_s2_thum{
        max-width: none;
        height: 200px;
        margin-bottom: 30px;
    }

    .in03_s2_con_wrap2{
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .in03_s2_title{
        font-size: 1.625rem;
        margin-bottom: 20px;
    }

    .in03_s3_con_wrap{
        column-gap: 40px;
    }

    .in03_s3_con::after{
        left: -25px;
    }

    .in03_s3_con.first::before{
        left: -20px;
    }

    .in03_s3_con.this::after{
        right: -25px;   
    }

    .in03_s3_year{
        font-size: 1.625rem;
    }

    .in03_s3_cap{
        font-size: 1rem;
        word-break: keep-all;
    }

    .in03_s3_con{
        row-gap: 5px;
    }

}

@media screen and (max-width: 414px) {}