@charset "utf-8";
@import url("https://hangeul.pstatic.net/hangeul_static/css/nanum-gothic.css");
/*
font-family: 'NanumGothicLight';
font-family: 'NanumGothic';
font-family: 'NanumGothicBold';
font-family: 'NanumGothicExtraBold';
 */
@import url("https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap");
/*
font-family: "Black Han Sans"
 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    position: relative;
    height: 100%;
    font-family: "Arial", sans-serif;
    font-size: 16px;
}

a, a:hover {
    text-decoration: none;
}

.container {
    background: #fff;
}

.welcome {
    position: relative;
    padding-bottom: 17vh;
}
.no-pad-bottom {
    padding-bottom: 0;
}
.welcome-deco {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    max-width: 55vh;
    height: 100%;
    background-image: url("/img/person_gear.png");
    background-repeat: no-repeat;
    background-size: 78%;
    background-position: 85% 98%;
}

.ci {
    display: none;
}

.brand {
    padding: 3rem 1rem 2rem 1rem;
    color: #fff;
    font-weight: 600;
    background: #192B70;
}
.brand .year {
    font-size: 1.5rem;
}
.brand .brand-name-en {
    font-size: 2.1rem;
}
.brand .year, .brand .brand-name-en {
    margin-bottom: 1.5rem;
}
.brand .brand-name-en p:nth-child(2) {
    color: #4AD966;
}
.brand .brand-name-ko {
    font-size: 1.5rem;
    font-weight: 400;
}
.contact {
    font-size: 1rem;
    padding: 1rem 1rem 8rem 1rem;
    background: #192B70;
    border-bottom-right-radius: 50%;
}
.contact p {
    padding: .4rem 0;
    color: #fff;
    font-family: 'NanumGothic', sans-serif;
}
.contact p:nth-child(1) {
    display: inline-block;
    padding: .5rem .8rem;
    margin-bottom: 0.8rem;
    background: #fff;
    border-radius: 20px;
    color: #192B70;
    font-weight: 600;
    letter-spacing: .1rem;
}

.intro {
    position: relative;
    padding-bottom: 22vh;
}
.intro-deco {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    max-width: 55vh;
    height: 100%;
    background-image: url("/img/person_piece.png");
    background-repeat: no-repeat;
    background-size: 78%;
    background-position: 85% 98%;
}
.service {
    padding: 3rem 1rem 2rem 1rem;
    background: #192B70;
}
.service-wrap h1 {
    padding-bottom: 2rem;
    color: #4AD966;
    font-size: 2.1rem;
}
.service-container {
    font-family: 'NanumGothic', sans-serif;
}
.service-item {
    padding-bottom: 2rem;
    color: #fff;
}
.service-item h2 {
    font-size: 1.3rem;
    padding-bottom: .7rem;
}
.service-item span {
    color: #4AD966;
}
.service-item p {
    color: #93a1a1;
    padding-left: 1rem;
    line-height: 1.5rem;
    word-break: keep-all;
}
.contact-url {
    padding: 0 1rem 8rem 1rem;
    font-size: 1rem;
    color: #fff;
    background: #192B70;
    border-bottom-right-radius: 50%;
}

.content01, .content02, .content03, .content04, .content05 {
    position: relative;
    padding: 2rem 1rem;
    background: #192B70;
    font-family: 'NanumGothic', sans-serif;
}
.content01-deco, .content02-deco {
    z-index: 100;
    width: 100%;
    max-width: 55vh;
    background-repeat: no-repeat;
}
.content01-deco {
    height: 21vh;
    background-size: 60%;
    background-image: url("/img/person_laptop.png");
    background-position: 85% 98%;
}
.content02-deco {
    height: 23vh;
    background-size: 52%;
    background-image: url("/img/person_doc.png");
    background-position: 60% 100%;
}
.box-wrap {
    padding: 6rem 1rem 3rem 1rem;
    background: #fff;
    border-radius: 20px;
}
.box-label {
    position: absolute;
    top: 3.5rem;
    left: 0.5rem;
    z-index: 100;
    width: 100%;
    max-width: 15vh;
    height: 10vh;
    background-repeat: no-repeat;
    background-size: 70%;
}
.box-label.label-01 {
    background-image: url("/img/01.png");
}
.box-label.label-02 {
    background-image: url("/img/02.png");
}
.box-label.label-03 {
    background-image: url("/img/03.png");
}
.box-label.label-04 {
    background-image: url("/img/04.png");
}
.box-label.label-05 {
    background-image: url("/img/05.png");
}
.box-head h1 {
    color: #192B70;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
}
.box-head h1 span {
    display: block;
}
.box-head p {
    padding-top: 1rem;
    line-height: 1.6rem;
    word-break: keep-all;
    font-weight: 600;
    color: #808080;
}
.box-container {
    padding-top: 0.1rem;
}
.box-item {
    margin-bottom: 1rem;
    padding: 2rem 1rem;
    border: solid 1px #192B70;
    border-radius: 20px;
    color: #192B70;
}
.box-item.box-on {
    background: #192B70;
    color: #fff;
}
.box-item h2 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}
.box-item span {
    display: block;
    padding-bottom: 1.7rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: underline;
}
.box-title-on {
    color: #4AD966;
}
.box-item p {
    padding-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
}

.box-item2 {
    width: 100%;
    margin-bottom: 1rem;
    padding: 2rem 1rem;
    border: solid 1px #192B70;
    border-radius: 20px;
    color: #192B70;
    background: #F3F3F3;
}
.box-item2 p {
    display: flex;
    word-break: keep-all;
    line-height: 1.9rem;
    font-weight: 600;
}
.box-item2 span {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box-item2 .item2-num {
    padding-right: 1rem;
    font-family: "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.5rem;
}
.content02-deco-f {
    position: absolute;
    bottom: 2rem;
    right: 0;
    z-index: 100;
    width: 100%;
    max-width: 55vh;
    height: 21vh;
    background-repeat: no-repeat;
    background-image: url("/img/docu.png");
    background-size: 40%;
    background-position: 100% 100%;
}

.intro2 {
    position: relative;
    padding-bottom: 5vh;
}
.intro2-wrap {
    padding: 3rem 1rem 2rem 1rem;
    background: #192B70;
}
.intro2-wrap p:nth-child(1) {
    padding-bottom: 1.5rem;
    font-family: "Arial", sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #4AD966;
}
.intro2-wrap p:nth-child(2) {
    padding-bottom: 1rem;
    font-family: 'NanumGothicExtraBold', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 2.1rem;
    color: #4AD966;
}
.intro2-wrap p:nth-child(2) span {
    display: block;
}
.intro2-wrap p:nth-child(3) {
    font-family: 'NanumGothic', sans-serif;
    line-height: 1.6rem;
    color: #fff;
}
.intro2-deco {
    padding-bottom: 2rem;
    background-color: #192B70;
    text-align: center;
}
.intro2-deco img {
    height: 32vh;
}

.box-card {
    padding-top: 3rem;
}
.card-item {
    margin-bottom: 1rem;
    border: solid 1px #192B70;
    border-radius: 20px;
    background: #F3F3F3;
}
.card-item-img {
    padding: .6rem;
    text-align: center;
}
.card-item-img img {
    width: 100%;
    border: 1px solid #000;
}
.card-item-text {
    padding-bottom: 1.3rem;
}
.card-item-text h2 {
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #192B70;
}
.card-item-text p {
    width: 85%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.5rem;
    color: #808080;
}
.card-item-text p span {
    display: block;
    text-align: center;
}

.content04 .box-head h1 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.content04 .box-head p {
    word-break: normal;
}
.box-parallel {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3vh;
    position: relative;
}
.parallel-item {
    width: 44%;
    margin-bottom: 1rem;
    border: solid 1px #192B70;
    border-radius: 10px;
    background: #F3F3F3;
    color: #192B70;
    list-style: none;
    font-weight: 600;
    line-height: 1.4rem;
}
.parallel-item.parallel-even {
    margin-left: auto;
}
.parallel-item li {
    padding: .5rem;
}
.parallel-green {
    background: #4AD966;
}
.parallel-blue {
    color: #4AD966;
    background-color: #192B70;
}
.parallel-arrow {
    position: absolute;
    top: 23%;
    left: 45%;
    width: 10%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("/img/right-arrow.png");
    background-size: 100%;
}

.content05 .box-head h1 {
    font-size: 1.8rem;
}
.content05 .box-wrap .box-head {
    position: relative;
    padding-bottom: 40vh;
}
.content05-deco {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 40vh;
    background-repeat: no-repeat;
    background-image: url("/img/goal.png");
    background-size: 78%;
    background-position: 50% 100%;
}
.goal-item {
    margin-bottom: 2rem;
}
.goal-item h2 {
    font-size: 1.2rem;
    color: #192B70;
    margin-bottom: .5rem;
}
.goal-item p {
    font-weight: 600;
    line-height: 1.5rem;
    color: #808080;
}
.box-goal2 {
    margin-bottom: 1rem;
    padding: .5rem;
    border: solid 1px #192B70;
    border-radius: 10px;
    background-color: #F3F3F3;;;
}
.box-goal2 p {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #192B70;
}
.box-goal2 p span {
    display: block;
}

.footer {
    position: relative;
    padding-bottom: 17vh;
}
.footer-deco {
}
.greeting {
    padding: 3rem 1rem 8rem 1rem;
    color: #fff;
    font-weight: 600;
    background: #192B70;
    border-bottom-right-radius: 50%;
}
.greeting .year {
    font-size: 1.5rem;
    color: #4AD966;
    margin-bottom: 1.5rem;
}
.greeting .year span {
    color: #fff;
}
.greeting-en {
    margin-bottom: 2rem;
}
.greeting-en p:first-child {
    font-size: 2.5rem;
    color: #4AD966;
}
.greeting-en span {
    color: #fff;
}
.greeting-ko {
    font-family: 'NanumGothic', sans-serif;
    font-size: 1.1rem;
}
.contact2 {
    position: absolute;
    z-index: 100;
    bottom: 1rem;
    left: 1rem;
    width: 92%;
    padding: 1rem 1rem 0 1rem;
    border: solid 1px #192B70;
    border-radius: 10px;
    background: #F3F3F3;
    font-family: 'NanumGothic', sans-serif;
}
.contact2 p {
    margin-bottom: 1rem;
    color: #192B70;
}
.contact2 .contact-name {
    display: inline-block;
    padding: .4rem;
    width: 5.5rem;
    color: #fff;
    background-color: #192B70;
    border-radius: 20px;
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
}
.contact-pipe {
    display: inline-block;
    padding: 0 .5rem;
}
.contact2-para {
    display: flex;
    align-items: flex-start;
}
.contact2-para p:first-child {
    padding: 7px;
    width: 158px;
    color: #fff;
    background-color: #192B70;
    border-radius: 20px;
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
}
.contact2-para p:nth-child(2) {
    margin-left: 5px;
    line-height: 1.5rem;
}
.contact2-para a {
    font-weight: 600;
}

.contact3 {
    position: sticky;
    bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 999;
}
.contact3-wrap {
    padding: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.contact3-consult, .contact3-marquee {
    font-size: .9rem;
    font-weight: 600;
    padding: .7rem 2rem;
    border-radius: 30px;
}
.contact3-consult {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4AD966;
    color: #192B70;
}
.contact3-consult span {
    display: inline-block;
    margin-left: 10px;
}
.contact3-marquee {
    position: relative;
    width: 160px;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    color: #fff;
}
.contact3-marquee a {
    display: block;
    position: absolute;
    width: 320%;
    overflow: hidden;
    animation: marquee 5.2s linear infinite;
}
.contact3-marquee a span {
    display: inline-block;
    width: 50%;
    float: left;
    color: #fff;
}
@keyframes marquee {
    0% {
        left: 10%;
    }

    100% {
        left: -150%;
    }
}

.consult-naver {
    width: 100%;
    min-height: 1450px;
    border: none;
}

@media (min-width: 1024px) {
    .container {
        max-width: 1920px;
        min-height: 100vh;
        margin: 0 auto;
    }
    .ci {
        display: block;
        position: absolute;
        top: 10vh;
        right: 7vh;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        padding: 0.5rem 0 0.5rem 2.5rem;
        background-image: url("/img/ci.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
    }

    .welcome {
        padding-bottom: 1vh;
    }
    .brand {
        padding-bottom: 21vh;
        border-bottom-right-radius: 20% 60%;
    }
    .brand-wrap {
        margin-top: 21vh;
        margin-left: 16vh;
    }
    .brand .year {
        font-size: 2.7rem;
    }
    .brand .brand-name-en {
        font-size: 5rem;
    }
    .contact {
        margin-left: 16vh;
        padding-top: 2rem;
        background: #fff;
    }
    .contact p {
        display: inline-block;
        padding: .4rem 0;
        margin-right: 1.5rem;
        color: #192B70;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .contact p:nth-child(1) {
        background: #192B70;
        color: #fff;
        font-size: 1.1rem;
        padding: .4rem 1.3rem;
    }

    .intro {
        padding-bottom: 1vh;
    }
    .service {
        padding-bottom: 21vh;
        border-bottom-right-radius: 20% 60%;
    }
    .service-wrap h1 {
        padding-bottom: 4rem;
        font-size: 5rem;
    }
    .service-wrap {
        margin-top: 17vh;
        margin-left: 16vh;
        padding-right: 16vh;
    }
    .service-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .service-item {
        flex-basis: 27%;
    }
    .contact-url {
        margin-left: 16vh;
        padding-top: 2rem;
        background: #fff;
        color: #192B70;
        font-size: 1.2rem;
    }

    .content01,.content02, .content03, .content04, .content05 {
        padding: 2rem;
        font-family: 'NanumGothicExtraBold', sans-serif;
    }
    .box-wrap {
        padding: 6rem 5rem 5rem 5rem;
    }
    .content01-deco {
        display: none;
    }
    .content01-deco-w {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 100;
        width: 100%;
        max-width: 55vh;
        height: 21vh;
        background-image: url("/img/person_laptop.png");
        background-repeat: no-repeat;
        background-size: 45%;
        background-position: 100% 100%;
    }
    .box-label {
        left: 1.5rem;
    }
    .box-head {
        position: relative;
        padding-bottom: 8vh;
    }
    .box-head h1 {
        text-align: center;
        font-family: "Black Han Sans", sans-serif;
        font-size: 4rem;
        font-weight: 400;
    }
    .box-head h1 span {
        display: inline-block;
    }
    .box-head p {
        text-align: center;
        font-size: 1.3rem;
        font-weight: 400;
    }
    .box-head p span {
        display: block;
    }
    .box-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box-item {
        flex-basis: 32.5%;
        padding: 3.6rem 1rem;
    }
    .box-item span {
        font-size: 1.5rem;
    }
    .box-item h2 {
        font-size: 1.3rem;
    }
    .box-item p {
        font-size: 1.1rem;
    }

    .content02-deco {
        display: none;
    }
    .content02-deco-w {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        max-width: 50vh;
        height: 25vh;
        background-image: url("/img/person_doc.png");
        background-repeat: no-repeat;
        background-size: 45%;
        background-position: 0 100%;
    }
    .box-item2 .item2-num {
        padding-left: 5rem;
        padding-right: 2rem;
        font-size: 2.5rem;
    }
    .box-item2 p {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .intro2-container {
        display: flex;
        padding-bottom: 10vh;
        flex-wrap: wrap;
        justify-content: flex-start;
        background-color: #192B70;
        border-bottom-right-radius: 20% 60%;
    }
    .intro2-container .intro2-wrap {
        width: 55%;
    }
    .intro2-wrap p {
        margin-left: 16vh;
    }
    .intro2-deco img {
        margin-top: 23vh;
        height: 45vh;
    }
    .intro2-wrap p:nth-child(1) {
        font-family: 'NanumGothic', sans-serif;
        margin-top: 14vh;
        font-size: 6rem;
    }
    .intro2-wrap p:nth-child(2) {
        padding-bottom: 1rem;
        font-size: 2.5rem;
        line-height: 4rem;
        font-weight: 600;
    }
    .intro2-wrap p:nth-child(3) {
        font-size: 1.2rem;
        line-height: 2.3rem;
    }
    .intro2-wrap p:nth-child(3) span {
        display: block;
    }
    .intro2 .contact-url {
        margin: 0 11vh 0 0;
        padding: 2rem 1rem 4rem 1rem;
        text-align: right;
    }

    .box-card {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 0;
    }
    .card-item {
        width: 24.5%;
    }

    .content04 .box-head h1 {
        font-size: 3.5rem;
        margin-bottom: 1rem;
        line-height: inherit;
    }
    .box-parallel {
        padding-top: 2vh;
    }
    .parallel-item {
        width: 40%;
        margin-bottom: 2rem;
        padding: 1.5rem 1rem 1.5rem 3rem;
        list-style: inherit;
        font-size: 1.1rem;
        line-height: 2rem;
    }
    .parallel-person {
        position: absolute;
        top: 47%;
        left: 42%;
        width: 15%;
        height: 100%;
        background-repeat: no-repeat;
        background-image: url("/img/person_doc2.png");
        background-size: 100%;
    }

    .content05 .box-wrap .box-head {
        padding-bottom: 1vh;
    }
    .content05 .box-head h1 {
        font-size: 3.5rem;
        margin-bottom: 1rem;
        line-height: inherit;
    }
    .content05-deco {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 60vh;
        background-repeat: no-repeat;
        background-image: url("/img/goal.png");
        background-size: inherit;
        background-position: 50% 100%;
    }
    .box-goal {
        display: flex;
        flex-wrap: wrap;
    }
    .goal-item {
        width: 50%;
    }
    .goal-item h2 {
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }
    .goal-item p {
        font-size: 1.2rem;
        font-weight: inherit;
    }
    .goal-item span {
        display: block;
    }
    .goal-item:nth-child(1), .goal-item:nth-child(3) {
        text-align: right;
        padding-right: 30vh;
    }
    .goal-item:nth-child(1), .goal-item:nth-child(2){
        padding-top: 4vh;
        margin-bottom: 18vh;
    }
    .goal-item:nth-child(2), .goal-item:nth-child(4) {
        padding-left: 30vh;
    }
    .box-goal2 {
        margin-top: 3rem;
        padding: 1.8rem 0;
        text-align: center;
    }
    .box-goal2 p {
        font-size: 1.3rem;
        line-height: inherit;
    }
    .box-goal2 p span {
        display: inline;
    }

    .footer {
        padding-bottom: 20vh;
    }
    .greeting {
        padding-bottom: 21vh;
        border-bottom-right-radius: 20% 60%;
    }
    .greeting-wrap {
        margin-top: 21vh;
        margin-left: 16vh;
    }
    .greeting .year {
        font-size: 2.7rem;
    }
    .greeting .greeting-en p {
        font-size: 5rem;
    }
    .greeting .greeting-en span {
        display: block;
    }
    .greeting .greeting-ko {
        font-size: 1.5rem;
    }
    .contact2 {
        width: 80%;
        bottom: 3.5rem;
        left: 16vh;
        padding: 3rem 3rem 2rem 3rem;
    }
    .contact2 {
        font-size: 1.2rem;
        font-weight: 600;
    }
    .contact2 .contact-name {
        padding: .5rem 1rem;
        margin-right: .5rem;
        width: 7rem;
        font-size: 1rem;
    }
    .contact-pipe {
        display: inline-block;
        padding: 0 .8rem;
    }
    .footer-deco {
        position: absolute;
        top: 13%;
        right: 13%;
        z-index: 200;
        width: 100%;
        height: 70vh;
        background-size: 28%;
        background-image: url("/img/person_pencil.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }
    .contact3 {
        bottom: 30px;
    }
    .contact2-para p:first-child {
        width: 112px;
        padding: 8px 16px;
        line-height: 1.3rem;
    }
    .contact2-para p:nth-child(2) {
        align-self: center;
        margin-left: 15px;
        line-height: 1.5rem;
    }

    .contact3-consult, .contact3-marquee {
        font-size: 1.1rem;
        padding: 1rem 2rem;
    }
    .contact3-marquee a {
        width: 370%;
        animation: marquee 5s linear infinite;
    }
    @keyframes marquee {
        0% {
            left: 35%;
        }

        100% {
            left: -150%;
        }
    }
}

@media (min-width: 1920px) {
    .intro2-wrap p:nth-child(1) {
        font-family: 'NanumGothic', sans-serif;
        margin-top: 8vh;
        font-size: 8rem;
    }
    .intro2-wrap p:nth-child(2) {
        padding-bottom: 1rem;
        font-size: 3.5rem;
        line-height: 4rem;
        font-weight: 600;
    }
    .intro2-wrap p:nth-child(3) {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
    .intro2-wrap p:nth-child(3) span {
        display: block;
    }

}









