@charset= "UTF-8";
/*font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
/*font*/
.commu_nav ul li:nth-child(1):after {
    display: none;
}
.commu_nav ul li:nth-child(1):hover:after {
    display: none;
}
.commu_nav ul li:nth-child(2):hover > a {
    color: #000;
}
.commu_nav ul li:nth-child(2):hover {
    background: rgba(115, 51, 97, 0);
}

.commu_nav ul li:nth-child(2):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 3px;
    background: rgba(115, 51, 97, 1);
    transform: translateX(-50%);
}
.commu_nav ul li:nth-child(2):hover:after {
    animation: sub3_nav 0.5s forwards;
}
@keyframes sub3_nav {
    0% {
        width: 0px;
    }
    100% {
        width: 100px;
    }
}
/*sub41_intro*/
.sub41_intro_wrap {
    background: #eee;
}
.sub41_intro_wrap .sub_content {
    padding-bottom: 200px;
}
.sub41_intro_wrap .sub_title {
    margin-bottom: 10px;
}
.sub_downtitle {
    position: relative;
    padding-bottom: 20px;
}
.sub_downtitle p {
    text-align: center;
    font-size: 18px;
}
.sub_downtitle .down_bar {
    position: absolute;
    top: 100%;
    width: 1px;
    height: 240px;
    background: #111;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/*sub41_a1*/
.sub41_a1_wrap {
    position: relative;
    overflow: hidden;
    background: url(../../../images/sub4_images/sub41_a1_bg.jpg) 60% 50%
        no-repeat;
    background-size: cover;
}
.sub41_a1_wrap .sub_content {
    padding: 140px 0;
}
.sub41_a1_cont1 .sub_title {
    text-align: left;
    font-weight: 500;
    color: #626262;
    margin-bottom: 40px;
}
.sub41_a1_cont1 .sub_title span {
    color: #448aca;
    font-weight: bold;
}
.sub41_a1_cont1 .sub_title strong {
    color: #535353;
}

.sub41_a1_cont1 {
    margin-bottom: 90px;
}
.sub41_a1_cont1 ul {
    overflow: hidden;
    width: 65%;
}
.sub41_a1_cont1 ul li {
    position: relative;
    color: #737373;
    font-size: 20px;
    padding: 5px 10px 7px 66px;
    border: 1px solid #448aca;
    width: fit-content;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}
.sub41_a1_cont1 ul li:after {
    position: absolute;
    content: '';
    top: 3px;
    left: 10px;
    background: url(../../../images/sub4_images/sub41_a1_check.png) no-repeat;
    width: 32px;
    height: 30px;
}
.sub41_a1_cont1 ul li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #939393;
    top: 11.5px;
    left: 50px;
}

.sub41_a1_cont2,
.sub41_a1_cont1 {
    position: relative;
    z-index: 1;
}
.sub41_a1_cont2 > p {
    font-size: 29px;
    font-weight: 500;
    color: #535353;
    letter-spacing: -2px;
    margin-bottom: 45px;
}
.sub41_a1_cont2 > p span {
    color: #448aca;
    font-weight: bold;
}
.sub41_a1_cont2 ul {
    overflow: hidden;
    padding: 0 10px 20px 0;
}
.sub41_a1_cont2 ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    box-shadow: 10px 10px 0px #bfbfbf;
}
.sub41_a1_cont2 ul li:first-child {
    margin-left: 0%;
}
.sub41_a1_cont2 .con2_tt {
    color: #fff;
    background: #448aca;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 5px;
}
.sub41_a1_cont2 .cont2_text {
    background: #fff;
    height: 190px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: #535353;
}

.sub41_a1_wrap .sub41_a1_img {
    position: absolute;
    top: 0%;
    right: 2%;
    z-index: 0;
    display: none;
}
.sub41_a1_img img {
    transform: scale(0.9);
}

/*sub41_a2*/
.sub41_a2_wrap {
    background: url(../../../images/sub4_images/sub41_a2_bg.jpg) 50% 50%
        no-repeat;
    background-size: cover;
}
.sub41_a2_wrap p {
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    color: #404040;
}
.sub41_a2_img {
    padding-top: 60px;
    overflow-x: auto;
    position: relative;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub41_a2_img img {
    width: 1300px;
    height: 443px;
    max-width: max-content;
}

/*sub41_a3*/
.sub41_a3_wrap {
    background: #eeeeee;
}
.sub41_a3_wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.sub41_a3_wrap ul .sub41_a3_img {
    width: 53%;
}
.sub41_a3_wrap ul .sub41_a3_text {
    width: 47%;
    padding: 30px 50px;
}
.sub41_a3_text p {
    color: #535353;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 40px;
}
.sub41_a3_text p:last-child {
    margin-bottom: 0px;
    font-family: 'Noto Serif KR', serif;
    font-weight: 500;
}
.sub41_a3_text .sub41_a3_tt {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #1e1e31;
    margin-bottom: 30px;
}

.sub41_a3_wrap ul li img {
    width: 100%;
}

@media (max-width: 1400px) {
    .sub41_a2_img {
        justify-content: flex-start;
    }
}

@media (max-width: 1100px) {
    /*a3*/
    .sub41_a3_wrap ul {
        flex-direction: column;
    }
    .sub41_a3_wrap ul .sub41_a3_text,
    .sub41_a3_wrap ul .sub41_a3_img {
        width: 100%;
        padding: 30px 50px;
    }
    .sub41_a3_wrap ul .sub41_a3_text {
        padding-bottom: 0;
    }
} /*1100*/

@media (max-width: 960px) {
    .sub41_intro_wrap .sub_content {
        padding-bottom: 180px;
    }
    .sub_downtitle p {
        font-size: 17px;
    }
    /*a1*/
    .sub41_a1_cont1 .sub_title {
        margin-bottom: 30px;
    }
    .sub41_a1_cont1 ul {
        width: 100%;
    }
    .sub41_a1_cont1 ul li {
        font-size: 18px;
    }
    .sub41_a1_cont1 ul li:before {
        top: 9.5px;
    }
    .sub41_a1_cont1 ul li:after {
        top: 1px;
    }

    .sub41_a1_cont2 > p {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .sub41_a1_cont2 .cont2_text {
        font-size: 18px;
        line-height: 30px;
    }

    /*a2*/
    .sub41_a2_wrap p {
        font-size: 27px;
    }

    /*a3*/
    .sub41_a3_wrap ul .sub41_a3_text,
    .sub41_a3_wrap ul .sub41_a3_img {
        padding: 30px 40px;
    }
    .sub41_a3_wrap ul .sub41_a3_text {
        padding-bottom: 0;
    }
    .sub41_a3_text .sub41_a3_tt {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .sub41_a3_text p {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 25px;
    }
} /*960*/

@media (max-width: 900px) {
    .sub41_a1_wrap .sub_content {
        padding: 100px 0;
    }
} /*900*/

@media (max-width: 860px) {
} /*860*/

@media (max-width: 700px) {
    .sub41_a1_wrap {
        background: url(../../../images/sub4_images/sub41_a1_bg.jpg) 0% 50%
            no-repeat;
        background-size: cover;
    }
} /*700*/

@media (max-width: 768px) {
} /*768*/

@media (max-width: 680px) {
} /*680*/

@media (max-width: 640px) {
    .sub41_intro_wrap .sub_content {
        padding-bottom: 150px;
    }
    .sub41_intro_wrap .sub_title {
        margin-bottom: 5px;
    }
    .sub_downtitle p {
        font-size: 16px;
    }
    .sub_downtitle .down_bar {
        height: 200px;
    }

    /*a1*/
    .sub41_a1_wrap .sub_content {
        padding: 80px 0;
    }
    .sub41_a1_cont1 {
        margin-bottom: 50px;
    }
    .sub41_a1_cont1 .sub_title,
    .sub41_a1_cont2 > p {
        margin-bottom: 26px;
    }
    .sub41_a1_cont1 ul li {
        font-size: 17px;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .sub41_a1_cont1 ul li:before {
        top: 8px;
    }
    .sub41_a1_cont1 ul li:after {
        top: 0;
    }

    .sub41_a1_cont2 > p {
        font-size: 25px;
    }
    .sub41_a1_cont2 ul {
        padding-bottom: 0;
    }
    .sub41_a1_cont2 ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 26px;
    }
    .sub41_a1_cont2 ul li:last-child {
        margin-bottom: 10px;
    }
    .sub41_a1_cont2 .con2_tt {
        font-size: 19px;
    }
    .sub41_a1_cont2 .cont2_text {
        height: 160px;
        padding: 0 60px;
        font-size: 17px;
    }

    /*a2*/
    .sub41_a2_wrap p {
        font-size: 25px;
    }
    /*.sub41_a2_img{margin-top: 20px;}*/

    /*a3*/
    .sub41_a3_wrap ul .sub41_a3_text,
    .sub41_a3_wrap ul .sub41_a3_img {
        padding: 20px 22px;
    }
    .sub41_a3_wrap ul .sub41_a3_text {
        padding-bottom: 0;
    }
    .sub41_a3_text .sub41_a3_tt {
        font-size: 23px;
        margin-bottom: 12px;
    }
    .sub41_a3_text p {
        font-size: 17px;
        line-height: 33px;
        margin-bottom: 18px;
    }
} /*640*/

@media (max-width: 480px) {
    .sub41_intro_wrap .sub_content {
        padding-bottom: 100px;
    }
    .sub41_intro_wrap .sub_title {
        margin-bottom: 3px;
    }
    .sub_downtitle p {
        font-size: 14px;
    }
    .sub41_intro_wrap .sub_downtitle {
        padding-bottom: 12px;
    }
    .sub_downtitle .down_bar {
        width: 0.5px;
        height: 130px;
    }

    /*a1*/
    .sub41_a1_wrap .sub_content {
        padding: 50px 0;
    }
    .sub41_a1_cont1 {
        margin-bottom: 40px;
    }
    .sub41_a1_cont1 .sub_title,
    .sub41_a1_cont2 > p {
        margin-bottom: 16px;
    }
    .sub41_a1_cont1 ul li {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .sub41_a1_cont2 ul li {
        margin-bottom: 18px;
    }
    .sub41_a1_cont2 > p {
        font-size: 21px;
    }
    .sub41_a1_cont2 .con2_tt {
        font-size: 18px;
    }
    .sub41_a1_cont2 .cont2_text {
        font-size: 16px;
        line-height: 27px;
        padding: 0 30px;
    }

    /*a2*/
    .sub41_a2_wrap p {
        font-size: 21px;
    }

    /*a3*/
    .sub41_a3_wrap ul .sub41_a3_text,
    .sub41_a3_wrap ul .sub41_a3_img {
        padding: 10px 12px;
    }
    .sub41_a3_wrap ul .sub41_a3_text {
        padding-bottom: 0;
    }
    .sub41_a3_text .sub41_a3_tt {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .sub41_a3_text p {
        font-size: 16px;
        line-height: 30px;
    }
} /*480*/

@media (max-width: 400px) {
} /*400*/

@media (max-width: 380px) {
    .sub41_a1_cont2 .cont2_text {
        padding: 0 10px;
    }
} /*380*/
