@charset= "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    box-sizing: border-box;
    color: #333;
}

.clearfix::after,
.clearfix::before {
    overflow: hidden;
    clear: both;
    content: '';
}

a,
img {
    display: block;
}

ul,
ol {
    margin-bottom: 0;
}

p {
    margin: 0 0 0px;
}

/*공통*/
.inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    height: inherit;
}
.sub_content {
    padding: 100px 0;
}

/*titles*/
.titles {
    margin-bottom: 20px;
}
article .sub_title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
article .sub_title_bar {
    width: 50px;
    background: #885078;
    height: 2px;
    margin: 0 auto;
}
article .sub_mtitle {
    font-size: 18px;
    color: #595959;
    font-weight: 400;
    padding-top: 20px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 50px;
}

/*sub_banner*/
.sub_banner {
    max-width: 1920px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.sub3_banner_img {
    background: url(../../../images/sub3_images/sub3_banner.jpg) 60% 50%
        no-repeat;
    animation: subbanner 3s forwards;
    height: 420px;
}
@keyframes subbanner {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
.sub3_banner_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}
.header_visible {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0);
    visibility: hidden;
}
.sub_banner_uptt {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 4px;
    animation: bannertext2 1.5s forwards;
    animation-delay: 0.2s;
    opacity: 0;
    width: 96%;
    text-align: center;
}
@keyframes bannertext2 {
    0% {
        opacity: 0;
        top: 40%;
    }
    100% {
        opacity: 1;
        top: 47%;
    }
}
.sub_banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    animation: bannertext 1.5s forwards;
    letter-spacing: -1px;
    width: 96%;
    text-align: center;
}
@keyframes bannertext {
    0% {
        opacity: 0;
        top: 45%;
    }
    100% {
        opacity: 1;
        top: 55%;
    }
}

.white_text {
    color: #fff;
}
article .white_bar {
    background: #fff;
}

/*sub3_nav*/
.sub3_nav {
    border-bottom: 2px solid #cbcbcb;
}
.sub3_nav ul {
    overflow: hidden;
    display: flex;
}
.sub3_nav ul li {
    float: left;
    padding: 0 2px;
    width: 16.6666%;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}
.sub3_nav ul li:hover {
    background: rgba(115, 51, 97, 0.8);
}
.sub3_nav ul li:hover a {
    color: #fff;
}
.sub3_nav ul li a {
    font-size: 19px;
    letter-spacing: -1px;
    color: #333;
    font-weight: 400;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub3_nav ul li br {
    display: none;
}

/*sub3_a1*/
.sub3_a1_texts .sub_title {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.sub3_a1_texts .sub_title_bar {
    width: 50px;
    background: #885078;
    height: 2px;
    margin: 0;
}
.sub3_a1_texts .sub_mtitle {
    font-size: 18px;
    color: #595959;
    font-weight: 400;
    padding-top: 20px;
    text-align: left;
    line-height: 30px;
    padding-bottom: 0px;
}

.sub3_a1 {
    display: flex;
    align-items: center;
}

.sub3_a1 .sub3_a1_img1 {
    width: 35%;
}
.sub3_a1 .sub3_a1_img1 img {
    width: 100%;
}

.sub3_a1 .sub3_a1_texts {
    width: 60%;
    margin-left: 5%;
}

/*sub32 & sub33공통*/
/*sub3_a2*/
.sub3_a2_wrap ul {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1e1e31;
}
.sub3_a2_wrap ul li {
    width: 50%;
}
.sub3_a2_wrap ul li img {
    width: 100%;
}

.sub3_a2_textwrap {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.sub3_a2_textwrap .sub3_a2_title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: -2px;
}
.sub3_a2_textwrap .sub3_a2_title:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 900%;
    bottom: 0;
    left: 0;
    background: #fff;
}
.sub3_a2_textwrap .sub3_a2_title p,
.sub3_a2_textwrap .sub3_a2_title span {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
}
.sub3_a2_textwrap .sub3_a2_title p {
    color: #fff;
    letter-spacing: -2px;
}
.sub3_a2_textwrap .sub3_a2_title span {
    color: #b4b4b4;
}

.sub3_a2_text p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}
.sub3_a2_text p:last-child {
    margin-bottom: 0;
}
.sub3_a2_text p:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    top: 13px;
    left: 0;
    border-radius: 50%;
}

/*sub31_a5, sub34_a4 공통*/
/*sub31_a5*/
.sub31_a5_wrap {
    background: url(../../../images/sub3_images/sub31_a5_bg.jpg) 50% 50%
        no-repeat;
    background-size: cover;
}
.sub31_a5_case {
    padding: 10px 0px 13px 0;
    width: 150px;
    color: #fff;
    font-size: 22px;
    background: #5281d2;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 15px;
}

.sub31_a5_doc {
    display: flex;
}
.sub31_a5_doc1 {
    margin-bottom: 90px;
}
.sub31_a5_doc li {
    width: 45%;
    position: relative;
}
.sub31_a5_doc li img {
    width: 100%;
}
.sub31_a5_text p {
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sub31_a5_doc .sub31_a5_next {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub31_a5_doc .sub31_a5_next img {
    width: 13%;
}

/*sub3_nopain*/
.sub3_nopain_wrap {
    background: url(../../../images/sub3_images/sub3_nopain_bg.jpg) 50% 50%
        no-repeat;
    background-size: cover;
}
.sub3_nopain_wrap .nopain_content {
    display: flex;
    align-items: center;
}

.nopain_text {
    width: 60%;
}
.nopain_text strong {
    font-size: 30px;
    color: #434351;
    letter-spacing: -2px;
    line-height: 46px;
}
.nopain_text span {
    color: #5281d2;
    line-height: 46px;
}
.nopain_text p {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -1.5px;
    color: #434351;
    margin-top: 25px;
}

.nopain_doc {
    display: flex;
    align-items: center;
    width: 40%;
}
.nopain_doc .nopain_img {
    width: 40%;
}
.nopain_doc .nopain_img img {
    width: 100%;
}
.nopain_doc .nopain_step {
    width: 52%;
    margin-left: 8%;
}

.nopain_step li {
    position: relative;
    color: #5281d2;
    font-size: 26px;
    font-weight: 400;
    padding-left: 40px;
    margin-bottom: 50px;
}
.nopain_step li:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #5281d2;
    top: 5.5px;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4.5px;
}
.nopain_step li:before {
    position: absolute;
    content: '';
    background: url(../../../images/sub3_images/sub3_nopain_next.png) no-repeat;
    width: 15px;
    height: 30px;
    left: 8px;
    top: 50px;
}
.nopain_step li.nopain1:after {
    content: '1';
}
.nopain_step li.nopain2:after {
    content: '2';
}
.nopain_step li.nopain3:after {
    content: '3';
}
.nopain_step li.nopain3:before {
    display: none;
}

.nopain_step li.nopain3 {
    margin-bottom: 0;
}

/*sub3_guarantee*/
.sub3_guarantee_wrap {
    background: url(../../../images/sub3_images/sub3_bottom_bg.jpg) 50% 50%
        no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.guarantee_titles {
    text-align: center;
    margin-bottom: 30px;
}
.guarantee_titles .guarantee_title_up {
    color: #fff;
    font-size: 20px;
}

.gradiant_title .guarantee_title {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1px;
    background: linear-gradient(to top, #cf9e41, #e8d789, #d6b057);
    color: transparent;
    -webkit-background-clip: text;
    line-height: 50px;
}
.gradiant_title .gradcircle {
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    background: linear-gradient(to top, #cf9e41, #e8d789, #d6b057);
}

.guarantee_imgs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.guarantee_img {
    margin-left: 20px;
}
.guarantee_img:first-child {
    margin-left: 0px;
}
.guarantee_text p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 30px 0;
    line-height: 30px;
}
.guarantee_logos {
    display: flex;
    align-items: center;
    justify-content: center;
}
.guarantee_logos .guarantee_logos_img {
    margin-left: 50px;
}
.guarantee_logos .guarantee_logos_img:first-child {
    margin-left: 0px;
}

@media (max-width: 1330px) {
    /**/
    .inner {
        width: 96%;
    }
} /*1330*/

@media (max-width: 1000px) {
    /*sub_nav*/
    .sub3_nav ul li a {
        font-size: 18px;
    }
} /*1000*/

@media (max-width: 960px) {
    /**/
    article .sub_title,
    .sub3_a1_texts .sub_title {
        font-size: 29px;
        margin-bottom: 16px;
    }
    article .sub_mtitle {
        font-size: 18px;
    }
    .titles {
        margin-bottom: 16px;
    }

    /*sub3_a1*/
    .sub3_a1 {
        align-items: flex-start;
    }
    .sub3_a1_texts .sub_mtitle {
        padding-top: 12px;
    }
    .sub3_a1_texts .sub_mtitle br {
        display: none;
    }
    .sub3_a1 .sub3_a1_img1 {
        width: 40%;
    }
    .sub3_a1 .sub3_a1_texts {
        margin-left: 2%;
        width: 58%;
    }

    /*sub32 & sub33공통*/
    .sub3_a2_textwrap {
        padding: 0 24px;
    }
    .sub3_a2_textwrap .sub3_a2_title {
        padding-bottom: 25px;
        margin-bottom: 22px;
    }
    .sub3_a2_textwrap .sub3_a2_title p,
    .sub3_a2_textwrap .sub3_a2_title span {
        font-size: 42px;
        line-height: 48px;
    }
    .sub3_a2_text p {
        font-size: 17px;
    }

    /*sub31_a5, sub34_a4 공통*/
    .sub31_a5_case {
        width: 124px;
        padding: 6px 0 7px 0;
        font-size: 20px;
    }
    .sub31_a5_doc1 {
        margin-bottom: 70px;
    }
    .sub31_a5_doc li {
        width: 49%;
    }
    .sub31_a5_doc .sub31_a5_next {
        width: 5%;
    }
    .sub31_a5_doc .sub31_a5_next img {
        width: 35%;
    }
    .sub31_a5_text p {
        font-size: 17px;
        padding: 10px 0;
    }

    /*sub3_nopain*/
    .nopain_text strong {
        font-size: 27px;
        line-height: 33px;
    }
    .nopain_text strong br {
        display: none;
    }
    .nopain_text p {
        font-size: 23px;
    }

    .nopain_step li {
        font-size: 24px;
        padding-left: 34px;
    }
    .nopain_step li:after {
        font-size: 19px;
        width: 27px;
        height: 26px;
    }
    .nopain_step li:before {
        top: 45px;
        left: 6px;
    }

    /*sub3_guarantee*/
    .guarantee_titles {
        margin-bottom: 20px;
    }
    .guarantee_titles .guarantee_title_up {
        font-size: 18px;
    }
    .gradiant_title .guarantee_title {
        font-size: 37px;
        line-height: 44px;
    }
    .guarantee_text p {
        padding: 20px 0;
        font-size: 17px;
        line-height: 29px;
    }
    .guarantee_logos .guarantee_logos_img {
        margin-left: 30px;
    }
} /*960*/

@media (max-width: 900px) {
    /**/
    .sub_content {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    /*sub_banner*/
    .sub_banner {
        height: 400px;
    }
    .sub_banner_title {
        font-size: 34px;
    }
} /*900*/

@media (max-width: 775px) {
    /*sub_nav*/
    .sub3_nav .inner {
        width: 100%;
    }
    .sub3_nav ul li a .submenu_none {
        display: none;
    }
    .sub3_nav ul li br {
        display: block;
    }
    .sub3_nav ul li:after {
        width: 100% !important;
    }
} /*768*/

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

@media (max-width: 680px) {
    /*sub31_a5, sub34_a4 공통*/
    .sub31_a5_doc1 {
        margin-bottom: 50px;
    }
    .sub31_a5_case {
        font-size: 18px;
        width: 110px;
        margin-bottom: 10px;
    }
    .sub31_a5_text p {
        font-size: 16px;
        padding: 6px 0;
    }

    /*sub3_nopain*/
    .sub3_nopain_wrap .nopain_content {
        flex-direction: column;
    }
    .nopain_text {
        width: 100%;
    }
    .nopain_doc {
        width: 100%;
        padding-left: 15%;
        margin-top: 30px;
    }
} /*680*/

@media (max-width: 640px) {
    /**/
    article .sub_title,
    .sub3_a1_texts .sub_title {
        font-size: 26px;
        margin-bottom: 12px;
    }
    article .sub_mtitle {
        font-size: 17px;
        padding-top: 10px;
        padding-bottom: 30px;
        line-height: 27px;
    }
    article .sub_title_bar {
        width: 40px;
    }

    .sub12_a1 .sub_title {
        margin-top: 50px;
    }
    /*sub_banner*/
    .sub_banner_title {
        font-size: 32px;
    }

    /*sub3_a1*/
    .sub3_a1 {
        align-items: center;
        flex-direction: column;
    }
    .sub3_a1_texts .sub_mtitle {
        padding-top: 8px;
        font-size: 17px;
    }
    .sub3_a1 .sub3_a1_img1 {
        width: 70%;
    }
    .sub3_a1 .sub3_a1_texts {
        margin-left: 0%;
        width: 70%;
        margin-top: 4px;
    }

    /*sub3_nopain*/
    .nopain_text strong {
        font-size: 23px;
        line-height: 25px;
    }
    .nopain_text p {
        font-size: 20px;
    }

    .nopain_step li {
        font-size: 24px;
        padding-left: 34px;
    }
    .nopain_step li:after {
        font-size: 17px;
        width: 26px;
        height: 26px;
        padding-bottom: 0;
    }
    .nopain_step li:before {
        top: 39px;
        left: 5.5px;
    }

    /*sub3_guarantee*/
    .guarantee_titles {
        margin-bottom: 20px;
    }
    .guarantee_titles .guarantee_title_up {
        font-size: 17px;
    }
    .gradiant_title .guarantee_title {
        font-size: 34px;
        line-height: 40px;
    }
    .guarantee_text p {
        padding: 20px 0;
        font-size: 17px;
        line-height: 29px;
    }
    .guarantee_logos .guarantee_logos_img {
        margin-left: 30px;
    }
} /*640*/

@media (max-width: 480px) {
    /**/
    .sub_content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    article .sub_title,
    .sub3_a1_texts .sub_title {
        font-size: 22px;
        letter-spacing: -1.5px;
        margin-bottom: 8px;
    }
    article .sub_title_bar {
        width: 30px;
    }
    article .sub_mtitle {
        font-size: 16px;
        line-height: 24px;
    }
    /*sub_banner*/
    .sub_banner {
        height: 380px;
    }
    .sub1_banner_img {
        height: 380px;
    }
    .sub_banner_title {
        font-size: 28px;
        letter-spacing: 0;
    }
    /*sub_nav*/
    .sub3_nav ul li a {
        font-size: 14px;
    }

    /*sub3_a1*/
    .sub3_a1_texts .sub_mtitle {
        padding-top: 4px;
        font-size: 16px;
        line-height: 30px;
    }
    .sub3_a1 .sub3_a1_img1 {
        width: 90%;
    }
    .sub3_a1 .sub3_a1_texts {
        width: 90%;
        margin-top: 6px;
        line-height: 26px;
    }

    /*sub32 & sub33공통*/
    .sub3_a2_wrap {
        overflow: hidden;
    }
    .sub3_a2_wrap ul li:first-child {
        display: none;
    }
    .sub3_a2_wrap ul li {
        width: 100%;
        margin: 0 auto;
        padding: 40px 2%;
    }
    .sub3_a2_textwrap .sub3_a2_title:after {
        width: 300%;
    }
    .sub3_a2_textwrap .sub3_a2_title p,
    .sub3_a2_textwrap .sub3_a2_title span {
        font-size: 34px;
        line-height: 40px;
    }
    .sub3_a2_text p {
        font-size: 16px;
    }
    .sub3_a2_text p:after {
        top: 11px;
    }

    /*sub31_a5, sub34_a4 공통*/
    .sub31_a5_case {
        font-size: 17px;
        width: 100px;
        margin-bottom: 7px;
        padding: 4px 0;
    }
    .sub31_a5_doc {
        flex-direction: column;
    }
    .sub31_a5_doc1 {
        margin-bottom: 35px;
    }
    .sub31_a5_doc li,
    .sub31_a5_doc .sub31_a5_next {
        width: 100%;
    }
    .sub31_a5_doc .sub31_a5_next img {
        width: 3%;
        padding: 7px 0;
        transform: rotate(90deg);
    }

    /*sub3_nopain*/
    .nopain_text strong {
        font-size: 20px;
        line-height: 20px;
    }
    /*.nopain_text strong br{display: block;}*/
    .nopain_text p {
        font-size: 18px;
        margin-top: 10px;
    }

    .nopain_doc {
        padding-left: 10%;
        margin-top: 20px;
    }
    .nopain_doc .nopain_step {
        margin-left: 6%;
    }
    .nopain_step li {
        font-size: 18px;
        padding-left: 30px;
    }
    .nopain_step li:after {
        top: 1.5px;
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    .nopain_step li:before {
        top: 37px;
        left: 5.5px;
    }

    /*sub3_guarantee*/
    .guarantee_titles {
        margin-bottom: 12px;
    }
    .guarantee_titles .guarantee_title_up {
        font-size: 14px;
    }
    .gradiant_title .guarantee_title {
        font-size: 27px;
        line-height: 30px;
    }
    .guarantee_img {
        margin-left: 1.5vw;
    }
    .guarantee_text p {
        padding: 10px 0;
        font-size: 16px;
        line-height: 25px;
    }
    .guarantee_text p br {
        display: none;
    }
} /*480*/

@media (max-width: 400px) {
    /*submenu_nav*/
    .submenu_nav li a .submenu_none {
        display: none;
    }
    .submenu_nav li a br {
        display: block;
    }
} /*400*/

@media (max-width: 380px) {
    /*sub_banner*/
    .sub_banner_title {
        font-size: 26px;
    }

    /*submenu_nav*/
    .sub3_nav ul li {
        width: 33.3333%;
    }

    /*sub3_a1*/
    .sub3_a1 .sub3_a1_img1 {
        width: 100%;
    }
    .sub3_a1 .sub3_a1_texts {
        width: 100%;
    }
} /*380*/
