@charset "UTF-8";
@import url("/css/global/normalize.css");
@import url("/css/global/reset.css");
@import url("/css/global/fullpage.css");
@import url("/css/global/common.css");
@import url("/css/global/fontawesome.css");
@import url("/css/global/twentytwenty.css");
@import url("/css/global/jquery.simplyscroll.css");
@import url("/css/home/popup.css");

@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

@font-face {
    font-family: "Nanumson";
    src: url("/lib/webfonts/Nanumson.woff") format("woff"),
        url("/lib/webfonts/Nanumson.ttf") format("truetype");
}
/* @font-face {
font-family: "NanumSquareL";
font-weight: 100;
src: url("/lib/webfonts/NanumSquareL.woff") format("woff"),
url("/lib/webfonts/NanumSquareL.ttf") format("truetype");
}
@font-face {
font-family: "NanumSquareR";
font-weight: 300;
src: url("/lib/webfonts/NanumSquareR.woff") format("woff"),
url("/lib/webfonts/NanumSquareR.ttf") format("truetype");
}
@font-face {
font-family: "NanumSquareB";
font-weight: 600;
src: url("/lib/webfonts/NanumSquareB.woff") format("woff"),
url("/lib/webfonts/NanumSquareB.ttf") format("truetype");
}
@font-face {
font-family: "NanumSquareEB";
font-weight: 900;
src: url("/lib/webfonts/NanumSquareEB.woff") format("woff"),
url("/lib/webfonts/NanumSquareEB.ttf") format("truetype");
} */
/*
span,div,p,a,h1, h2, h3, h4, h5, h6{transform: skew(-0.001deg);}		나눔 폰트 깨짐 현상 해결책

/*--------------------------------------------------------------------
||공통설정
--------------------------------------------------------------------*/
#msg {
    position: fixed;
    z-index: 10000;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

em {
    font-style: normal;
}
strong {
    font-weight: 600;
}

#wrap .fp-tableCell {
    vertical-align: top;
    height: 100% !important;
}

* {
    font-family: "NanumSquare";
}



/*--------------------------------------------------------------------
||Animation
--------------------------------------------------------------------*/
@keyframes grad {
0% {
    background-position: 0 0;
}
30% {
    background-position: 0 0;
}
80% {
    background-position: 0 0;
}
100% {
    background-position: -200% 0;
}
}

@keyframes glow {
0% {
    text-shadow: -10px 0 10px #fff, -10px 0 20px #e9b92b, -10px 0 30px #e9bb92;
}
10% {
    text-shadow: 0 2px 10px #fff, 0 2px 20px #e9b92b, 0 2px 30px #e9b92b;
}
15% {
    text-shadow: 10px 0 10px #fff, 10px 0 20px #e9b92b, 10px 0 30px #e9b92b;
}
40% {
    text-shadow: none;
}
100% {
    text-shadow: none;
}
}



/*--------------------------------------------------------------------
||PC
--------------------------------------------------------------------*/

/* PC 공통 */
body em {
    font-style: normal;
}
body i {
    font-style: normal;
}
body .mbr {
    display: none;
}
body .pbr {
    display: block;
}
.section {
    height: 100vh;
}

.title {
    text-align: center;
}
.title > span {
    display: block;
}
.title > span:first-child {
    font-size: 16px;
    color: #999999;
    letter-spacing: 0.555em;
}
.title > span:last-child {
    padding-top: 15px;
    font-size: 40px;
    font-weight: 800;
    color: #000;
}
.title > span:last-child > span {
    color: #94b8ff;
}



/* 사이드(퀵) 메뉴 */
#quick {
    position: fixed;
    left: 18px;
    top: 50%;
    z-index: 9998;
}
#quick .link ul li {
    width: 37px;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    text-align: center;
    background-color: #202020;
    border-radius: 50%;
    margin-bottom: 10px;
}
#quick .link ul li:first-child {
    background-color: transparent;
    line-height: 1.3em;
}
#quick .link ul li:first-child a {
    color: #202020;
    font-size: 17px;
}
#quick .link ul li:first-child a span {
    font-weight: 600;
}


#quick .link ul li:last-child {
    margin-bottom: 0;
}
#quick .link ul li .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}
#quick .link ul li .icon img {
    width: 100%;
    vertical-align: middle;
}
/* quick, 사이드 메뉴 */



/*********************** 상단메뉴 *********************/
#gnb {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 72px;
    border-top: 1px solid rgba(243, 246, 247, 0.23);
    border-bottom: 1px solid rgba(243, 246, 247, 0.23);
}
#gnb .gnb_group {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}
#gnb .logo_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 244px;
    height: 53px;
    margin-top: 9px;
}
#gnb .menu_area {
    width: 820px;
    height: 72px;
    margin: 0 auto;
}
#gnb .menu_area > ul {
    width: 100%;
    height: 72px;
    text-align: center;
}
#gnb .menu_area > ul > li {
    display: inline-block;
    position: relative;
    line-height: 72px;
    font-size: 18px;
    color: #fff;
    padding: 0 48px;
    transition: all 0.3s;
}

#gnb .menu_area > ul > li:last-child {
    padding-right: 0;
}
#gnb .menu_area > ul > li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}
#gnb .menu_area > ul > li.special:after {
    background-color: #353535;
}
#gnb .menu_area > ul > li:last-child:after {
    width: 0;
    background-color: transparent;
}
#gnb .menu_area a {
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}
#gnb .menu_area .linkOn a {
    color: #256acf;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#gnb .menu_area .menu .sub_menu {
    position: absolute;
    left: 0;
    top: 74px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
}
/*********************** 상단메뉴 End *********************/



/*********************** section1 *********************/
#section1 {
    width: 100%;
    height: 100vh;
}
.section1_wrap {
    height: 100%;
    background: url("/resource/image/home/section1/background_01.jpg") no-repeat center bottom;
    background-size: cover;
    background-color: rgba(14, 18, 32, 0.85);
    background-blend-mode: multiply;
}
.section1_content {
    padding-top: 228px;
}
.section1_component1 {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}
.section1_component1 > p {
    margin-bottom: 15px;
    font-family: "Nanumson";
    font-size: 53px;
    color: #fff;
}
.section1_component1 > p strong {
    font-size: 99px;
    font-family: "Nanumson";
    font-weight: normal;
}
.section1_component1 > p span {
    color: #e9b92b;
    font-family: "Nanumson";
    /* background: linear-gradient(45deg, #e9b92b 0%, #e9b92b 80%, rgba(233, 185, 43, 0.7) 80%, #fff 100%);
background-size: 600px 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: grad 4s ease-in-out infinite; */
}
.section1_component1 > p span.glow {
    animation: glow 4s linear;
    animation-delay: 0.5s;
}

.section1_component1 > p:last-child {
    margin-top: 35px;
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.888em;
    font-family: "NanumSquare";
}


.section1_component2 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 80px;
}
.section1_component2 > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.section1_component2 > ul > li {
    width: 150px;
    height: 150px;
}
.section1_component2 > ul > li > img {
    width: 100%;
}

/* GSAP */
.section1_component1 .slideUp {
    opacity: 0;
    transform: translateY(15px);
}
/*********************** section1 End *********************/



/*********************** section2 *********************/
#section2 {
    width: 100%;
    height: 100vh;
}
.section2_wrap {
    height: 100%;
    background: url("/resource/image/home/section2/background_02.jpg") no-repeat left center;
    background-size: cover;
}
.section2_content {
    position: relative;
}

.section2_component1 {
    position: absolute;
    left: 0;
    top: 190px;
    width: 50vw;
    height: 600px;
    overflow: hidden;
}
.section2_component1 img {
    width: 100%;
    min-height: 600px;
}


.section2_component2 {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 185px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    z-index: 5;
}
.section2_component2 .flex_wrap {
    width: 576px;
}

.section2_component2_1 > h1 > p {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.3em;
}
.section2_component2_1 > h1 > p > span {
    display: block;
    color: #94b8ff;
}

.section2_component2_2 {
    margin-top: 37px;
}
.section2_component2_2 > p {
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 1.57em;
}
.section2_component2_2 > p:last-child {
    margin-top: 20px;
}

.section2_component2_3 {
    margin-top: 15px;
    width: 576px;
    padding: 45px 15px;
    box-sizing: border-box;
}
.section2_component2_3 > h2 {
    width: 418px;
    overflow: hidden;
    margin: 0 auto;
}
.section2_component2_3 > h2 > span:first-child {
    display:block;
    font-size: 22px;
    font-weight: 900;
    color: #1d4b86;
    float: left;
}
.section2_component2_3 > h2 > span:last-child {
    display: block;
    float: right;
    width: 74px;
    height: 29px;
    line-height: 29px;
    border-radius: 14.5px;
    background-color: #0f3d78;
    text-align: center;
}
.section2_component2_3 > h2 > span:last-child a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.section2_component2_3 > h2:before, .section2_component2_3 > h2:after {
    content: "";
    display: block;
    clear: both;
}

.section2_component2_3 .slide2 {
    margin-top: 14px;
    position: relative;
}
.section2_component2_3 .slide2 .slide_wrap li {
    text-align: center;
}
.section2_component2_3 .slide2 .slide_wrap li img {
    width: 418px;
    height: auto;
    margin: 0 auto;
    border: 2px solid #fff;
    box-shadow: 1px 1px 2px 1px rgba(8, 50, 105, 0.21);
}
.section2_component2_3 .slide2 .slide_wrap li p {
    margin-top: 16px;
    font-size: 19px;
    font-weight: 900;
    color: #0f3d78;
}
.section2_component2_3 .slide2 .prev {
    width: 17px;
    height: 31px;
    background: url("/resource/image/home/section2/arrow_left.png") no-repeat left center;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 35%;
}
.section2_component2_3 .slide2 .next {
    width: 17px;
    height: 31px;
    background: url("/resource/image/home/section2/arrow_right.png") no-repeat right center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 35%;
}
/*********************** section2 End *********************/



/*********************** section3 *********************/
#section3 {
    width: 100%;
    height: 100vh;
}
.section3_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.section3_component1 {
    padding-top: 170px;
}
.section3_component1 > h2 {
    margin-top: 25px;
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.03em;
}

.section3_component2 {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}
.section3_component2 > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section3_component2 > ul > li {
    width: calc(100% / 6);
    text-align: center;
}
.section3_component2 > ul > li > p:nth-child(2) {
    margin-top: 27px;
    font-size: 18px;
    font-weight: 600;
    color:#4973d3;
    text-align: center;
}
.section3_component2 > ul > li > p:nth-child(2) > span {
    font-size: 25px;
    font-weight: 800;
    color:#000000;
}
.section3_component2 > ul > li > p.btn_profile {
    width: 155px;
    height: 45px;
    margin: 0 auto;
    margin-top: 60px;
    background: linear-gradient(-45deg, #92c4ff 0%, #92c4ff 25%, #fff 50%, #94b5ff 75%, #94b5ff 100%);
    background-size: 400px 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    padding-top: 0;
    line-height:45px;
    cursor: pointer;
    animation: grad 3s infinite  ease-in-out;
}


.profile {
    position: absolute;
    display: flex;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 75px);
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.4s, opacity 0.4s ease-out;
}
.profile.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.profile > .close_profile {
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    background-color: #202020;
    color: #fff;
    position: absolute;
    right: 120px;
    top: 150px;
    font-size: 32px;
    font-weight: 600;
    z-index: 15000;
    cursor:pointer;
    transform: scale(0.6);
}

.profile .left {
    width: 400px;
}

.profile .right {
    width: 600px;
    margin-left: 24px;
}

.profile .left,
.profile .right {
    max-height: calc(100% - 75px);
}

/* profile area */
.profile > .left > p {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}

.profile .left > p > span {
    font-size: 40px;
    font-weight: 900;
}

.profile .left > div {
    margin-top: 48px;
}
.profile .left > h3 {
    font-size: 26px;
    font-weight: 600;
}

.profile ul {
    margin-top: 8px;
    margin-bottom: 24px;
}

.profile li {
    font-size: 14px;
    line-height: 18px;
    background: url("/resource/image/home/section3/dot.png") no-repeat left 8px;
    padding-left: 12px;
    margin-bottom: 4px;
    text-align: justify;
}


/* Profile detail */
.profile > ul > li .left > div > ul {
    margin-top: 4px;
    margin-bottom: 32px;
}

.profile > ul > li .left > div > ul > li {
    font-size: 18px;
    line-height: 1.85em;
    background: url("/resource/image/home/section3/dot.png") no-repeat left center;
    padding-left: 12px;
}
.profile > ul > li .left > div > ul > li.double {
    line-height: 1.35em;
    background-position: left 10px;
}
.profile > ul > li .left > div > ul > li > span {
    display: block;
}

.profile > ul > li .left > div > ul > li > i.chinese {
    display:inline-block;
    font-size:18px;
    font-family:"돋움";
    font-weight:bold;
}

.profile > ul > li:nth-child(1) .right {
    margin-top: 85px;
}
.profile > ul > li:nth-child(2) .right {
    margin-top: 60px;
}
.profile > ul > li:nth-child(n+3) .right {
    margin-top: 170px;
}

.profile > ul > li .right {
    margin-left: 130px;
    width: 770px;
}
.profile > ul > li .right > h3 {
    font-size: 26px;
    font-weight: 600;
}
.profile > ul > li .right > ul {
    margin-top: 8px;
    margin-bottom: 24px;
}
.profile > ul > li .right > ul > li {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.015em;
    line-height: 1.36em;
    background: url("/resource/image/home/section3/dot.png") no-repeat left 8px;
    padding-left: 12px;
    margin-bottom: 6px;
    text-align: justify;
}
.profile > ul > li .right > ul > li.double {
    line-height: 1.35em;
    background-position: left 6px;
}
.profile > ul > li .right > ul > li.spacing {
    letter-spacing: -0.009em;
}
.profile > ul > li .right > ul > li > span {
    display: block;
}
/*********************** section3 End *********************/



/*********************** section4 *********************/
#section4 {
    width: 100%;
    height: 100vh;
}
.section4_wrap {
    width: 100%;
    height: 100vh;
    background-color: #ebf0f8;
}
.section4_content {
    width: 1300px;
    margin: 0 auto;
}
.section4_component1 {
    padding-top: 148px;
}


.section4_component2 {
    margin-top: 66px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.section4_component2_1 {
    width: 488px;
}
.section4_component2_1 .slide3 .slide_wrap img {
    width: 100%;
}
.section4_component2_1 > div:last-child {
    margin-top: 24px;
}
.section4_component2_1 > div:last-child > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    flex-wrap: wrap;
}
.section4_component2_1 > div:last-child > ul > li {
    background: url("/resource/image/home/section4/circle.png") no-repeat 10px center;
    width: 236px;
    text-indent: 45px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.98em;
    border-bottom: 1px solid rgba(155, 167, 199, 0.3);
}
.section4_component2_1 > div:last-child > ul > li:nth-child(2n+1) {
    width: 252px;
}
.section4_component2_1 > div:last-child > ul > li:last-child {
    width: 100%;
}

.section4_component2_2 {
    width: 813px;
    position: relative;
}
.section4_component2_2 .slide4 {
    width: 772px;
    height: 250px;
    margin: 0 auto;
    padding-top: 12px;
}
.section4_component2_2 .slide4 .slide_wrap {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 58px;
    width: 696px;
}
.section4_component2_2 .slide4 .slide_wrap > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

}
.section4_component2_2 .slide4 .slide_wrap li {
    width: 290px;
    text-align: center;
    transition: all 0.6s;
}
.section4_component2_2 .slide4 .slide_wrap li.slide_left {
    margin-left: 0;
}
.section4_component2_2 .slide4 .slide_wrap li.slide_center {
    margin-left: -85px;
    margin-top: -58px;
    position: relative;
    z-index: 3;
}
.section4_component2_2 .slide4 .slide_wrap li.slide_right {
    /* transform: translateX(-170px); */
    margin-left: -85px;
}

.section4_component2_2 .slide4 .prev {
    width: 17px;
    height: 31px;
    background: url("/resource/image/home/section2/arrow_left.png") no-repeat left center;
    cursor: pointer;
    position: absolute;
    left: 25px;
    top: 35%;
    z-index:10;
    display: none;
}
.section4_component2_2 .slide4 .next {
    width: 17px;
    height: 31px;
    background: url("/resource/image/home/section2/arrow_right.png") no-repeat right center;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 35%;
    z-index: 10;
    display: none;
}

.section4_component2_2 > div:last-child {
    margin-top: 65px;
}
.section4_component2_2 > div:last-child > p {
    text-align: center;
}
/*********************** section4 End *********************/



/*********************** section5 *********************/
#section5 {
    width: 100%;
    height: 100vh;
}
.section5_wrap {
    width: 100%;
    height: 100vh;
    background-color: #f9fafc;
    position: relative;
}
.section5_content {
    width: 1300px;
    margin: 0 auto;
}
.section5_component1 {
    padding-top: 227px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
    z-index: 3;
}

.seciont5_component1_1 {
    width: 650px;
}
.section5_component1_1 .slide5 .slide_wrap {
    width: 650px;
}
.section5_component1_1 .slick-dots li button:before {
    font-size: 13px;
}
.section5_component1_1 .slick-dots li.slick-active button:before {
    color: #4871bc;
}

.section5_component1_2 {
    margin-left: 58px;
    width: 620px;
    white-space: nowrap;
}
.section5_component1_2 .title {
    text-align: left;
}
.section5_component1_2 .title > span {
    color: #fff;
}
.section5_component1_2 .title > span > span {
    color: #ffe485;
}

.section5_component1_2 > p:nth-of-type(1) {
    margin-top: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 1.55em;
}
.section5_component1_2 > p:nth-of-type(2) {
    margin-top: 43px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.54em;
    color: #fff;
}
.section5_component1_2 > p:nth-of-type(2) > span {
    color: #ffe485;
}
.section5_component1_2 > p:nth-of-type(3) {
    margin-top: 56px;
}


.section5_component2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url("/resource/image/home/section5/background_05.png") no-repeat left center;
    background-size: 100%;
}
/*********************** section5 End *********************/



/*********************** section6 *********************/
#section6 {
    width: 100%;
    height: 100vh;
}

.section6_wrap {
    width: 100%;
    height: 100vh;
    background: url("/resource/image/home/section6/background_06.jpg") no-repeat left center;
    background-size: cover;
}
.section6_component1 {
    padding-top: 148px;
}


.section6_component2 {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 1300px;
    margin: 0 auto;
    margin-top: 35px;
}
.section6_component2 > div:first-child {
    width: 488px;
}
.section6_component2 > div:first-child img {
    width: 100%;
}
.section6_component2 > div:last-child {
    margin-left: 55px;
}
/* gsap */
.section6_component2 .slideUp2 {
    opacity: 0;
    transform: translateY(30px);
}
.section6_component2 > div:last-child > p:nth-child(2) {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.5em;
}
.section6_component2 > div:last-child > p:nth-child(3) {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.55em;
}


.section6_component3 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 62px;
    text-align: center;
}
/*********************** section6 End *********************/



/*********************** section7 *********************/
#section7 {
    width: 100%;
    height: 100vh;
}

.section7_wrap {
    width: 100%;
    height: 100vh;
    background: url("/resource/image/home/section7/background_07.jpg") no-repeat left center;
    background-size: cover;
}
.section7_component1 {
    padding-top: 148px;
}


.section7_component2 {
    width: 1360px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.section7_component2 > div:first-child {
    width: 665px;
    height: 330px;
    overflow: hidden;
    position: relative;
    margin-top: 59px;
}
.section7_component2 > div:first-child video {
    position: absolute;
    left: -20%;
    top: -99px;
    width: 140%;
    height: auto;
}
.section7_component2 > div:last-child {
    margin-left: 53px;
    width: 636px;
    height: 419px;
    background-color: #fff;
    box-shadow: 1px 1px 18px 2px rgba(121, 164, 244, 0.23);
    padding-top: 30px;
}
.section7_component2 > div:last-child > p:nth-child(1) {
    width: 520px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.5em;
}
.section7_component2 > div:last-child > p:nth-child(2) {
    width: 520px;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.5em;
}
.section7_component2 > div:last-child > p:nth-child(3) {
    margin-top: 20px;
    text-align: center;
}
/*********************** section7 End *********************/



/*********************** section8 *********************/
#section8 {
    width: 100%;
    height: 100vh;
}

.section8_wrap {
    width: 100%;
    height: 100vh;
    background: url("/resource/image/home/section8/background_08.jpg") no-repeat left center;
    background-size: cover;
}

.section8_component1 {
    padding-top: 148px;
}


.section8_component2 {
    margin-top: 24px;
    text-align: center;
}
.section8_component2 > p:nth-child(1) {
    font-size: 26px;
    font-weight: 100;
}
.section8_component2 > p:nth-child(2) {
    margin-top: 27px;
    font-size: 20px;
    line-height: 1.56em;
}


.section8_component3 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
}
.section8_component3 > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 100%;
}
.section8_component3 > ul > li:first-child {
    margin-left:77px;
}
.section8_component3 > ul > li:last-child {
    margin-right: 77px;
}
.section8_component3 > ul > li img {
    width: 100%;
}

/* gsap */
.section8_component3 .slideUp3 {
    transform: translateY(50px);
    opacity: 0;
}
/*********************** section8 End *********************/



/*********************** section9 *********************/
#section9 {
    width: 100%;
    height: 100vh;
}

.section9_wrap {
    width: 100%;
    height: 100vh;
    background-color: #f9fafc;
}

.section9_content {
    position: relative;
}
.section9_component1 {
    padding-top: 148px;
    width: 1300px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
    z-index: 3;
}
.section9_component1 .title {
    text-align: left;
}
.section9_component1 .title > span {
    color: #fff;
}
.section9_component1_1 {
    white-space: nowrap;
}
.section9_component1_1 .title > span > span {
    color: #ffe485;
}
.section9_component1_1 > p:nth-of-type(1) {
    margin-top: 28px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.section9_component1_1 > p:nth-of-type(1) > span {
    color: #ffe485;
}
.section9_component1_1 > p:nth-of-type(2) {
    margin-top: 28px;
    font-size: 20px;
    color: #fff;
    line-height: 1.55em;
}
.section9_component1_1 > p:nth-of-type(3) {
    margin-top: 25px;
    font-size: 20px;
    color: #fff;
    line-height: 1.55em;
}
.section9_component1_1 > ul {
    margin-top: 44px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.section9_component1_1 > ul > li:last-child {
    margin-left: 14px;
}

.section9_component1_2 {
    margin-left: 45px;
    padding-top: 82px;
}
.section9_component1_2 > div {
    position: relative;
}
.section9_component1_2 > div > ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section9_component1_2 > div > ul > li {
    position: absolute;
    cursor: pointer;
    height: 31px;
    overflow:hidden;

}
.section9_component1_2 > div > ul > li > p {
    display: inline-block;
    background-color: #699ffe;
    padding: 6px 10px;
    padding-left: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transform: translateX(-18px);
    vertical-align: top;
    opacity: 0;
    width: 0;
    box-sizing: border-box;
    white-space: nowrap;
}
.section9_component1_2 > div > ul > li:nth-child(1) {
    left: 75px;
    top: 66px;
}
.section9_component1_2 > div > ul > li:nth-child(2) {
    left: 16px;
    top: 174px;
}
.section9_component1_2 > div > ul > li:nth-child(3) {
    left: 20px;
    top: 371px;
}
.section9_component1_2 > div > ul > li:nth-child(4) {
    left: 240px;
    top: 180px;
}
.section9_component1_2 > div > ul > li:nth-child(5) {
    left: 314px;
    top: 434px;
}
.section9_component1_2 > div > ul > li:nth-child(6) {
    left: 352px;
    top: 91px;
}
.section9_component1_2 > div > ul > li:nth-child(7) {
    left: 399px;
    top: 214px;
}
.section9_component1_2 > div > ul > li:nth-child(8) {
    left: 544px;
    top: 157px;
}
.section9_component1_2 > div > ul > li > img {
    width: 31px;
    position: relative;
    z-index: 2;
}



.section9_component2 {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/resource/image/home/section9/background_09.png") no-repeat left center;
    background-size: cover;
}
/*********************** section9 End *********************/



/*********************** section10 *********************/
#section10 {
    width: 100%;
    height: 100vh;
}

.section10_wrap {
    width: 100%;
    height: 100vh;
    background-color: #ebf0f8;
}
.section10_component1 {
    padding-top: 148px;
}


.section10_component2 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 47px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.section10_component2 > div {
    width: 50%;
}

.section10_component2_1 {
    padding-top: 38px;
}
.section10_component2_1 > h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.section10_component2_1 > h2 > span {
    color: #94b8ff;
}

.section10_component2_1 > ul {
    margin-top: 33px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.section10_component2_1 > ul > li {
    width: 321px;
}
.section10_component2_1 > ul > li > p:nth-child(1) img {
    width: 100%;
}
.section10_component2_1 > ul > li > p:nth-child(2) {
    margin-top: 17px;
    font-size: 19px;
    line-height: 1.47em;
    letter-spacing: 0.02em;
    text-align: center;
}

.section10_component2_2 {
    padding-left: 66px;
}
.section10_component2_2 > p:nth-child(1) {
    background: url("/resource/image/home/section10/right_text.png") no-repeat;
    background-size: 100%;
    background-position: -800px center;
}
.section10_component2_2 > p:nth-child(1) > img {
    display: block;
    transform: translateY(30px);
    opacity: 0;
}
.section10_component2_2 > p:nth-child(2) {
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.58em;
    text-align: center;
}
.section10_component2_2 > p:nth-child(2) > span {
    font-weight: 900;
    color: #87adf5;
}

/*********************** section10 End *********************/



/*********************** section11 *********************/
#section11 {
    width: 100%;
    height: 100vh;
}

.section11_wrap {
    width: 100%;
    height: 100vh;
    background: url("/resource/image/home/section11/background_11.jpg") no-repeat left center;
    background-size: cover;
    position: relative;
}

/* plus 버튼 클릭 시 나타나는 배경색*/
.section11_wrap .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(198, 42, 127, 0.75);
    display: none;
}
.section11_wrap .bg > p {
    position: absolute;
    right: 130px;
    top: 158px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.section11_wrap .bg > p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transform: rotate(45deg);
}
.section11_wrap .bg > p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transform: rotate(-45deg);
}

.section11_component1 {
    padding-top: 148px;
    width: 877px;
    margin: 0 auto;
    padding-left: 85px;
}
.section11_component1 .title {
    text-align: left;
    background: url("/resource/image/home/section11/isfm.png") no-repeat left center;
    padding-left: 110px;
}
.section11_component1 .title > span:nth-child(2) {
    margin-top: 23px;
}
.section11_component1 .title > span:nth-child(3) > span {
    color:#c72a80;
}


.section11_component2 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 45px;
}
.section11_component2 > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.section11_component2 > ul > li {
    width: 422px;
}
.section11_component2 > ul > li:nth-child(1) > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    height: 308px;
}
.section11_component2 > ul > li:nth-child(1) > ul > li:nth-child(1) {
    position: relative;
}
.section11_component2 > ul > li:nth-child(1) > ul > li:nth-child(1) > p {
    position: relative;
}
.section11_component2 > ul > li:nth-child(1) > ul > li:nth-child(1) > p > .plus {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    z-index: 5;
    font-size: 31px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: linear-gradient(45deg, #c62a7f 0%, #c62a7f 25%, #fff 50%, #c62a7f 75%, #c62a7f 100%);
    background-size: 90px 100%;
    animation: grad 2s infinite;
}
.section11_component2 > ul > li:nth-child(1) > ul > li:nth-child(1) > p > .plus > img {
    width: 100%;
    height: 100%;
}
.section11_component2 > ul > li:nth-child(1) > ul > li {
    position: relative;
}
.section11_component2 > ul > li:nth-child(1) > ul > li > div {
    position: absolute;
    left: 217px;
    top: -47px;
    z-index:6;
    display: none;
}

.section11_component2 > ul > li:nth-child(1) > p {
    margin-top: 20px;
    text-align: center;
}
.section11_component2 > ul > li:nth-child(1) > p > strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.98em;
    letter-spacing: 0.03em;
}
.section11_component2 > ul > li:nth-child(1) > p > span {
    font-size: 18px;
    font-weight: 300
}

.section11_component2 > ul > li:nth-child(2) {
    position: relative;
}
.section11_component2 > ul > li:nth-child(2) > div:first-child {
    position: relative;
}
.section11_component2 > ul > li:nth-child(2) > div:first-child > p:first-child {
    position: relative;
}
.section11_component2 > ul > li:nth-child(2) > div:first-child > p:first-child > .plus {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    z-index: 5;
    font-size: 31px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: linear-gradient(45deg, #c62a7f 0%, #c62a7f 25%, #fff 50%, #c62a7f 75%, #c62a7f 100%);
    background-size: 90px 100%;
    animation: grad 2s infinite;
}
.section11_component2 > ul > li:nth-child(2) > div:first-child > p:first-child > .plus > img {
    width: 100%;
    height: 100%;
}

.section11_component2 > ul > li:nth-child(2) > div:first-child > p:last-child {
    margin-top: 20px;
    text-align: center;
}
.section11_component2 > ul > li:nth-child(2) > div:first-child > p:last-child > strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.98em;
    letter-spacing: 0.03em;
}
.section11_component2 > ul > li:nth-child(2) > div:last-child {
    position: absolute;
    left: 441px;
    top: -31px;
    z-index: 4;
    display: none;
}
.section11_component2 > ul > li:nth-child(3) > p:last-child {
    margin-top: 20px;
    text-align: center;
}
.section11_component2 > ul > li:nth-child(3) > p:last-child > strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.98em;
    letter-spacing: 0.03em;
}
/*********************** section11 End *********************/


/*********************** section12 *********************/
#section12 {
    width: 100%;
    height: 100vh;
}

.section12_wrap {
    width: 100%;
    height: 100vh;
    background: url("/resource/image/home/section12/background_12.jpg") no-repeat left center;
    background-size: cover;
}

.section12_component1 {
    padding-top: 148px;
}


.section12_component2 {
    margin-top: 24px;
    text-align: center;
}
.section12_component2 > p:nth-child(1) {
    font-size: 26px;
    font-weight: 100;
}
.section12_component2 > p:nth-child(2) {
    margin-top: 27px;
    font-size: 20px;
    line-height: 1.56em;
}

.section12_component3 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
}
.section12_component3 > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 100%;
}

.section12_component3 > ul > li:nth-child(1){
    margin-right:25px;
}

.section12_component3 > ul > li:nth-child(2){
    margin-right:25px;
}

.section12_component3 > ul > li:nth-child(3) img{
    transform: translate(-80px,20px);
}

/* gsap */
.section12_component3 .slideUp3 {
    transform: translateY(50px);
    opacity: 0;
}
/*********************** section12 End *********************/


/*********************** section13 *********************/
#section13 {
    width: 100%;
    height: 100vh;
}
.section13_wrap {
    width: 100%;
    height: 100vh;
}

.section13_component1 {
    padding-top: 138px;
    position: relative;
    background: url("/resource/image/home/section13/background_12.jpg") no-repeat left top;
    background-size: cover;
}

.section13_component1_1 {
    width: 1300px;
    margin: 0 auto;
    padding-top: 85px;
    padding-bottom: 48px;
}
.section13_component1_1 .title {
    text-align: left;
    line-height: 1.38em;
}
.section13_component1_1 .title > span:nth-child(1) {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    letter-spacing: 0.03em;
}
.section13_component1_1 .title > span:nth-child(2) {
    color: #94b8ff;
}

.section13_component1_1 > p:nth-of-type(1) {
    margin-top: 38px;
    font-size: 23px;
    font-weight: 600;
}
.section13_component1_1 > p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.55em;
}

.section13_component1_2 {
    position: absolute;
    right: 16%;
    top: 138px;
}
.section13_component1_2 > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.section13_component1_2 > ul > li {
    position: relative;
}
.section13_component1_2 > ul > li:first-child > p:nth-of-type(2) {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    top: 54px;
    cursor: pointer;
    font-size: 34px;
    text-align: center;
    line-heighT: 36px;
    color: #fff;
    background: linear-gradient(45deg, #94b8ff 0%, #94b8ff 25%, #fff 50%, #94b8ff 75%, #94b8ff 100%);
    border-radius: 50%;
    background-size: 200px 100%;
    animation: grad 4s infinite;
}
.section13_component1_2 > ul > li:last-child > p:nth-of-type(2) {
    position: absolute;
    width: 35px;
    height: 35px;
    cursor: pointer;
    right: 150px;
    top: 54px;
    font-size: 34px;
    text-align: center;
    line-heighT: 36px;
    color: #fff;
    background: linear-gradient(45deg, #94b8ff 0%, #94b8ff 25%, #fff 50%, #94b8ff 75%, #94b8ff 100%);
    border-radius: 50%;
    background-size: 200px 100%;
    animation: grad 4s infinite;
}
.section13_component1_2 > ul > li > p:nth-of-type(2) img {
    width: 100%;
}
.section13_component1_2 > ul > li > div {
    display: none;
    position: absolute;
    width: 528px;
    height: 436px;
    background-color: #fff;
    border: 1px solid #94b8ff;
    box-sizing: border-box;
    padding: 55px 20px;
    z-index: 10;
}
.section13_component1_2 > ul > li:first-child > div {
    left: 349px;
    top: 0;
}
.section13_component1_2 > ul > li:last-child > div {
    left: -501px;
    top: 0;
}
.section13_component1_2 > ul > li > div > h2 {
    font-size: 25px;
    font-weight: 900;
}
.section13_component1_2 > ul > li > div > p {
    font-size: 17px;
    line-height: 1.44em;
}
.section13_component1_2 > ul > li > div > p:nth-of-type(1) {
    margin-top: 30px;
}
.section13_component1_2 > ul > li > div > p:nth-of-type(n+2) {
    margin-top: 20px;
}

.section13_component1_2 > ul > li > div > ul {
    margin-top: 35px;
}
.section13_component1_2 > ul > li > div > ul > li {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.8em;
}
.section13_component1_2 > ul > li > div > div {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.section13_component1_2 > ul > li > div > div > img {
    width: 100%;
    height: 100%;
}



.section13_component2 {
    margin: 0 auto;
    margin-top: 155px;
    width: 1300px;
    overflow: hidden;
}

.section13_component2 .simply-scroll {
    width: 1300px;
}
.section13_component2 .simply-scroll .simply-scroll-clip {
    width: 1300px;
}
.section13_component2 .slide6 .slide6_wrap li {
    width: 150px;
    margin: 0 13px;
}
.section13_component2 .slide6 .slide6_wrap li img {
    width: 150px;
    height: 132px;
}

/*********************** section13 End *********************/


/*********************** section14*********************/
#section14 {
    width: 100%;
    height: 100vh;
}
.section14_wrap {
    width: 100%;
    height: 100vh;
    background-color: #f9fafc;
}

.section14_component1 {
    padding-top: 148px;
}

.section14_component2 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 39px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.section14_component2_1 {
    width: 50%;
    padding-left: 35px;
}
.section14_component2_1 > div:nth-child(1) {
    font-size: 40px;
    font-weight: 900;
    background: url("/resource/image/home/section14/call.svg") no-repeat left center;
    background-size: 32px;
    text-indent: 50px;
}
.section14_component2_1 > div:nth-child(2) {
    margin-top: 30px;
}
.section14_component2_1 > div:nth-child(2) > h2 {
    font-size: 26px;
    font-weight: 900;
}
.section14_component2_1 > div:nth-child(2) > ul {
    margin-top: 20px;
}
.section14_component2_1 > div:nth-child(2) > ul > li {
    width: 556px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #a4c0ea;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-top: 25px;
    padding-bottom: 10px;
}
.section14_component2_1 > div:nth-child(2) > ul > li:first-child {
    margin-top: 0;
}
.section14_component2_1 > div:nth-child(2) > ul > li > p {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    font-size: 25px;
    color: #343434;
}

.section14_component2_1 > div:nth-child(2) > b {
    margin-top:20px;
    display:block;
    font-size: 19px;
    color: #5072cb;
    font-weight:bold;
}

.section14_component2_1 > div:nth-child(2) > p {
    margin-top:10px;
    display:block;
    font-size: 17px;
    color: #343434;
    font-weight:bold;
}

.section14_component2_1 > div:nth-child(2) > ul > li > p:first-child {
    width: 130px;
}
.section14_component2_1 > div:nth-child(2) > ul > li > p:last-child {
    font-size: 40px;
    letter-spacing: 0.04em;
    margin-left: 35px;
}
.section14_component2_1 > div:nth-child(2) > ul > li > p > span {
    display: inline-block;
}
.section14_component2_1 > div:nth-child(2) > ul > li > p:last-child > span {
    font-size: 20px;
    line-height: 50px;
    margin-right: 10px;
}

/*변경-------------------------------------------------------------------------------Start*/
.section14_component2_1 > .contract {
    width:570px;
    height:75px;
    margin-top: 30px;
    background:#e3ebfe;
}

.section14_component2_1 > .contract .item{
    padding:20px 0 0 0;
    display:inline-block;
    vertical-align:middle;
    font-weight:bold;
    font-size:20px;
}

.section14_component2_1 > .contract .item .element{
    display:inline-block;
    vertical-align:middle;
}

.section14_component2_1 > .contract .item.email{
    margin:0 0 0 20px;
}

.section14_component2_1 > .contract .item.email .icon img{
    width:40px;
}

.section14_component2_1 > .contract .item.email .title{
    margin:0 5px 0 10px;
}

.section14_component2_1 > .contract .item.email .contents a{
    color:#3a68a9;
}

.section14_component2_1 > .contract .item.kakao{
    margin:0 0 0 20px;
}

.section14_component2_1 > .contract .item.kakao .icon img {
    width:40px;
}

.section14_component2_1 > .contract .item.kakao .contents a{
    margin:0 0 0 5px;
    color:#000000;
    font-weight:900;
}
/*변경-------------------------------------------------------------------------------End*/

.section14_component2_2 {
    width: 50%;
}
.section14_component2_2 > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.section14_component2_2 > ul > li {
    width: 50%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #343434;
    background-color: #e3ecff;
    cursor: pointer;
}
.section14_component2_2 > ul > li.selected {
    color: #fff;
    background-color: #94b8ff;
}

.section14_component2_2 > div:nth-of-type(1) {
    width: 100%;
    height: 416px;
    border: 2px solid #94b8ff;
    box-sizing: border-box;
    position: relative;
}
.section14_component2_2 > div:nth-of-type(1) > div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.section14_component2_2 > div:nth-of-type(1) > div:first-child {
    background-color: #343434;
}
.section14_component2_2 > div:nth-of-type(1) > div.selected {
    z-index: 2;
}
.section14_component2_2 > div:nth-of-type(1) > div img {
    width: 100%;
    height: 100%;
}

.section14_component2_2 > div:nth-of-type(2) {
    margin-top: 29px;
    color: #343434;
}
.section14_component2_2 > div:nth-of-type(2) > p:nth-child(1) {
    font-size: 23px;
    background: url("/resource/image/home/section14/gps.svg") no-repeat left center;
    text-indent: 41px;
    height: 33px;
    line-height: 33px;
}
.section14_component2_2 > div:nth-of-type(2) > p:nth-child(1) > strong {
    font-weight: 900;
}
.section14_component2_2 > div:nth-of-type(2) > p:nth-child(2) {
    margin-top: 14px;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.67em;
    text-indent: 41px;
}
.section14_component2_2 > div:nth-of-type(2) > p:nth-child(3) {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.67em;
    text-indent: 41px;
}
/*********************** section14 End *********************/



/*********************** section15 *********************/
#section15 {
    height: 10.2vh!important;
    background: #94b8ff;
    padding: 20px 0;
}
.section15_component1 {
    width: 1300px;
    margin: 0 auto;
}
.section15_component1 > span {
    display: block;
    font-size: 17px;
    color: #fff;
    line-height: 1.53em;
}
/*********************** section15 End *********************/



@media screen and (max-width: 1800px) {
    .section12_component1_2 {
        right: 150px;
    }
}



@media screen and (max-width: 1500px) {
    .section12_component1_2 {
        right: 5%;
    }
}



/*--------------------------------------------------------------------
||MO
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    body {
        min-height: 100vh;
    }
    body em {
        font-style: normal;
    }
    body i {
        font-style: normal;
    }
    body .pbr {
        display: none;
    }
    body .mbr {
        display: block;
    }
    .title {
        text-align: center;
    }
    .title > span {
        display: block;
    }
    .title > span:first-child {
        font-size: 1.67vw;
        color: #999999;
        letter-spacing: 0.555em;
    }
    .title > span:last-child {
        padding-top: 2.5vw;
        font-size: 4.63vw;
        font-weight: 900;
        color: #000;
    }
    .title > span:last-child > span {
        color: #94b8ff;
    }


    #quick .link ul li {
        width: 6.95vw;
        height: 6.95vw;
        line-height: 6.95vw;
        margin-bottom: 1.85vw;
    }
    #quick .link ul li .icon {
        width: 3.9vw;
        height: 3.9vw;
    }

    /*********************** 상단메뉴 *********************/
    #gnb {
        height: 16vw;
        border-top: none;
    }
    #gnb .gnb_group {
        position: static;
        width: 100%;
    }
    #gnb .logo_area {
        width: 100%;
        height: 9.7vw;
        line-height: 9.7vw;
        text-align: center;
        margin-top: 0;
    }
    #gnb .logo_area svg {
        width: 29.4vw;
        vertical-align: middle;
    }

    #gnb .menu_area {
        width: 100%;
        height: 6.5vw;
        margin-top: 9.7vw;
        border-top: 1px solid rgba(243, 246, 247, 0.23);
    }
    #gnb .menu_area > ul {
        height: 100%;
    }
    #gnb .menu_area > ul > li {
        line-height: 6.5vw;
        font-size: 2.78vw;
        padding: 0 7.4vw;
    }
    #gnb .menu_area > ul > li:first-child {
        padding-left:0;
    }
    #gnb .menu_area > ul > li:after {
        height: 3.89vw;
        background-color: rgba(255,255,255,0.4);
    }
    #gnb .menu_area .menu .sub_menu {
        top: 6.5vw;
    }
    #gnb .menu_area .menu .sub_menu1 {
        left: -7.4vw;
        padding: 0 3.7vw;
    }
    /*********************** 상단메뉴 End *********************/



    /*********************** section1 *********************/
    #section1 {
        height: 120vw !important;
    }
    .section1_content {
        padding-top: 27.78vw;
    }

    .section1_component1 {
        width: 80vw;
    }
    .section1_component1 > p {
        margin-bottom: 2.78vw;
        font-size: 5.55vw;
    }
    .section1_component1 > p strong {
        font-size: 10.3vw;
    }


    .section1_component1 > p:last-child {
        margin-top: 4.44vw;
        font-size: 2vw;
    }


    .section1_component2 {
        width: 80vw;
        margin-top: 7.4vw;
    }
    .section1_component2 > ul {
        flex-wrap : wrap;
    }
    .section1_component2 > ul > li {
        width: 21%;
        height: auto;
    }

    /* GSAP */
    .section1_component1 .slideUp {
        transform: translateY(5px);
    }
    /*********************** section1 End *********************/



    /*********************** section2 *********************/
    #section2 {
        height: 203vw !important;
    }

    .section2_content {
        width: 80vw;
        margin: 0 auto;
    }

    .section2_component1 {
        position: static;
        width: 100%;
        height: 57.2vw;
        padding-top: 28.89vw;
    }
    .section2_component1 img {
        min-height: auto;
    }


    .section2_component2 {
        width: 100%;
        margin-top: 9.72vw;
        padding-top: 0;
        display: block;
    }
    .section2_component2 .flex_wrap {
        width: 100%;
    }

    .section2_component2_1 {
        text-align: center;
    }
    .section2_component2_1 > h1 > p {
        font-size: 4.63vw;
    }

    .section2_component2_2 {
        margin-top: 5.37vw;
        text-align: center;
    }
    .section2_component2_2 > p {
        font-size: 3vw;
    }
    .section2_component2_2 > p:last-child {
        margin-top: 2.78vw;
    }

    .section2_component2_3 {
        margin-top: 10.3vw;
        width: 80vw;
        padding: 0;
    }
    .section2_component2_3 > h2 {
        width: 68.6vw;
    }
    .section2_component2_3 > h2 > span:first-child {
        font-size: 3.7vw;
        font-weight: 900;
        color: #1d4b86;
        float: left;
    }
    .section2_component2_3 > h2 > span:last-child {
        width: 11.1vw;
        height: 4.26vw;
        line-height: 4.26vw;
        border-radius: 14.5px;
    }
    .section2_component2_3 > h2 > span:last-child a {
        font-size: 2.3vw;
        font-weight: 600;
    }

    .section2_component2_3 .slide2 {
        margin-top: 3.05vw;
        position: relative;
    }
    .section2_component2_3 .slide2 .slide_wrap li img {
        width: 68.6vw;
    }
    .section2_component2_3 .slide2 .slide_wrap li p {
        margin-top: 3.05vw;
        font-size: 2.3vw;
    }
    .section2_component2_3 .slide2 .prev {
        width: 3.15vw;
        height: 5.83vw;
        left: 0;
        top: 35%;
    }
    .section2_component2_3 .slide2 .next {
        width: 3.15vw;
        height: 5.83vw;
        background: url("/resource/image/home/section2/arrow_right.png") no-repeat right center;
        right: 0;
        top: 35%;
    }
    /*********************** section2 End *********************/



    /*********************** section3 *********************/
    #section3 {
        height: 220vw !important;
    }
    .section3_wrap {
        background-color: #f2f3f8;
    }

    .section3_component1 {
        padding-top: 28.89vw;
    }
    .section3_component1 > h2 {
        margin-top: 3.89vw;
        font-size: 3.05vw;
    }

    .section3_component2 {
        width: 80vw;
        margin: 0 auto;
        margin-top: 6.76vw;
    }

    .section3_component2 > ul > li {
        margin-top:7vw;
        width: 22vw;
    }

    .section3_component2 > ul > li img {
        width: 100%;
    }
    .section3_component2 > ul > li > p:nth-child(2) {
        margin-top: 1.85vw;
        font-size: 1.85vw;
    }
    .section3_component2 > ul > li > p:nth-child(2) > span {
        display: block;
        font-size: 3.7vw;
        margin-bottom: 1.85vw;
    }
    .section3_component2 > ul > li > p.btn_profile {
        width: 13.4vw;
        height: 3.33vw;
        line-height:3.33vw;
        margin-top: 1.48vw;
        font-size: 2.4vw;
        font-weight: 900;
        text-align: center;
        cursor: pointer;
    }

    .profile {
        height: 100%;
        box-sizing: border-box;
        padding: 16px;
        flex-direction: column;
        align-items: normal;
        justify-content: normal;
    }

    .profile .left,
    .profile .right {
        width: 100%;
        margin-left: 0;
    }

    .profile .left > p > span {
        font-size: 28px;
    }

    .profile > .left > p {
        font-size: 18px;
    }

    .profile .left > h3 {
        font-size: 18px;
    }

    .profile > .close_profile {
        top: 8px;
        right: 8px;
    }

    /*********************** section3 End *********************/



    /*********************** section4 *********************/
    #section4 {
        height: 214vw !important;
    }
    .section4_wrap {
        height: 100%;
    }
    .section4_content {
        width: 80vw;
        margin: 0 auto;
    }
    .section4_component1 {
        padding-top: 28.89vw;
    }


    .section4_component2 {
        margin-top: 6.48vw;
        display: block;
    }
    .section4_component2_1 {
        width: 100%;
        height: auto;
    }
    .section4_component2_1 > div:last-child {
        margin-top: 4.17vw;
    }
    .section4_component2_1 > div:last-child > ul > li {
        background: url("/resource/image/home/section4/circle.png") no-repeat 2.13vw center;
        background-size: 2.87vw;
        width: 50%;
        text-indent: 7.4vw;
        font-size: 3.24vw;
    }
    .section4_component2_1 > div:last-child > ul > li:nth-child(2n+1) {
        width: 50%;
    }

    .section4_component2_2 {
        width: 100%;
        position: relative;
    }
    .section4_component2_2 .slide4 {
        width: 98%;
        height: 31.9vw;
        padding-top: 12px;
    }
    .section4_component2_2 .slide4 .slide_wrap {
        margin: 0 auto;
        overflow: hidden;
        padding-top: 7.4vw;
        width: 100%;
    }
    .section4_component2_2 .slide4 .slide_wrap > ul {
        width: 100%;
        display: block;
        font-size: 0;
        white-space: nowrap;
    }
    .section4_component2_2 .slide4 .slide_wrap li {
        width: 35.5vw;
        display: inline-block;
    }
    .section4_component2_2 .slide4 .slide_wrap li img {
        width: 100%;
    }
    .section4_component2_2 .slide4 .slide_wrap li.slide_center {
        margin-left: -13.9vw;
        /* margin-top: -7vw; */
        transform: translateY(-7vw);
        position: relative;
        z-index: 3;
    }
    .section4_component2_2 .slide4 .slide_wrap li.slide_right {
        margin-left: -13.8vw;
    }

    .section4_component2_2 .slide4 .prev {
        width: 2.5vw;
        height: 4.63vw;
        left: 1.85vw;
        top: 35%;
    }
    .section4_component2_2 .slide4 .next {
        width: 2.5vw;
        height: 4.63vw;
        right: 1.85vw;
        top: 35%;
    }

    .section4_component2_2 > div:last-child {
        margin-top: 7.4vw;
    }
    .section4_component2_2 > div:last-child img {
        width: 100%;
    }
    /*********************** section4 End *********************/



    /*********************** section5 *********************/
    #section5 {
        height: 203vw !important;
    }
    .section5_wrap {
        height: 100%;
    }
    .section5_content {
        width: 80vw;
        margin: 0 auto;
    }
    .section5_component1 {
        padding-top: 28.89vw;
        display: block;;
    }

    .seciont5_component1_1 {
        width: 80vw;

    }
    .section5_component1_1 .slide5 .slide_wrap {
        width: 80vw;
    }
    .section5_component1_1 .slide5 .slide_wrap li img {
        width: 100%;
        height: auto;
    }
    .section5_component1_1 .slick-dots li {
        margin: 0;
    }
    .section5_component1_1 .slick-dots li button:before {
        font-size: 1.67vw;
    }
    .section5_component1_1 .slick-dots li.slick-active button:before {
        color: #4871bc;
    }

    .section5_component1_2 {
        margin-left: 0;
        margin-top: 22.4vw;
        width: 100%;
        white-space: nowrap;
    }
    .section5_component1_2 .title {
        text-align: center;
    }
    .section5_component1_2 .title > span {
        color: #fff;
    }
    .section5_component1_2 .title > span > span {
        color: #ffe485;
    }

    .section5_component1_2 > p {
        text-align: center;
    }
    .section5_component1_2 > p:nth-of-type(1) {
        margin-top: 4.63vw;
        font-size: 2.78vw;
        letter-spacing: -1px;
    }
    .section5_component1_2 > p:nth-of-type(2) {
        margin-top: 5.28vw;
        font-size: 3.05vw;
    }
    .section5_component1_2 > p:nth-of-type(2) > span {
        color: #ffe485;
    }
    .section5_component1_2 > p:nth-of-type(3) {
        margin-top: 9.72vw;
    }
    .section5_component1_2 > p:nth-of-type(3) img {
        width: 100%;
    }


    .section5_component2 {
        height: 100%;
        background: url("/resource/image/home/section5/mobile/Mbackground_05.png") no-repeat left center;
    }
    /*********************** section5 End *********************/



    /*********************** section6 *********************/
    #section6 {
        height: 185vw !important;
    }

    .section6_wrap {
        height: 100%;
        background: url("/resource/image/home/section6/mobile/Mbackground_06.jpg") no-repeat center top;
    }
    .section6_component1 {
        padding-top: 28.89vw;
    }


    .section6_component2 {
        display: block;
        width: 80vw;
        margin: 0 auto;
        margin-top: 3.05vw;
    }

    .section6_component2 > div:last-child {
        margin-left: 0;
        text-align: center;
    }
    .section6_component2 > div:last-child > p:nth-child(1) img {
        width: 100%;
    }
    .section6_component2 > div:last-child > p:nth-child(2) {
        margin-top: 4.17vw;
        font-size: 2.68vw;
        font-weight: 100;
        line-height: 1.5em;
    }
    .section6_component2 > div:last-child > p:nth-child(3) {
        margin-top: 4.63vw;
        font-size: 3.05vw;
        font-weight: 600;
        line-height: 1.55em;
    }


    .section6_component3 {
        width: 80vw;
        margin: 0 auto;
        margin-top: 9vw;
        text-align: center;
    }
    .section6_component3 img {
        width: 100%;
    }
    /*********************** section6 End *********************/



    /*********************** section7 *********************/
    #section7 {
        height: 182vw !important;
    }

    .section7_wrap {
        height: 100%;
        background: url("/resource/image/home/section7/mobile/Mbackground_07.jpg") no-repeat left center;
        background-size: 100%;
    }
    .section7_content {
        width: 80vw;
        margin: 0 auto;
    }
    .section7_component1 {
        padding-top: 28.89vw;
    }


    .section7_component2 {
        width: 100%;
        margin-top: 12.74vw;
        display: block;
    }
    .section7_component2 > div:first-child {
        width: 100%;
        height: 44.5vw;
        overflow: hidden;
        position: relative;
        margin-top: 0;
    }
    .section7_component2 > div:first-child video {
        position: absolute;
        left: -15%;
        top: -10vw;
        width: 130%;
        height: auto;
    }
    .section7_component2 > div:last-child {
        margin-left: 0;
        margin-top: 12.13vw;
        width: 100%;
        height: auto;
        box-shadow: 1px 1px 18px 2px rgba(121, 164, 244, 0.23);
        padding: 5.55vw 0;
        text-align: center;
    }
    .section7_component2 > div:last-child > p:nth-child(1) {
        width: 100%;
        margin: 0;
        font-size: 2.78vw;
        font-weight: 100;
        line-height: 1.5em;
    }
    .section7_component2 > div:last-child > p:nth-child(2) {
        width: 100%;
        margin: 0;
        margin-top: 4.17vw;
        font-size: 2.78vw;
        line-height: 1.5em;
    }
    .section7_component2 > div:last-child > p:nth-child(3) {
        margin-top: 4.17vw;
        text-align: center;
    }
    .section7_component2 > div:last-child > p:nth-child(3) img {
        width: 91%;
    }
    /*********************** section7 End *********************/



    /*********************** section8 *********************/
    #section8 {
        height: 202vw !important;
    }

    .section8_wrap {
        height: 100%;
        background: url("/resource/image/home/section8/mobile/Mbackground_08.jpg") no-repeat center top;
        background-size: 100%;
    }

    .section8_component1 {
        padding-top: 28.89vw;
    }


    .section8_component2 {
        margin-top: 3.7vw;
        text-align: center;
    }
    .section8_component2 > p:nth-child(1) {
        font-size: 3.05vw;
        font-weight: 100;
    }
    .section8_component2 > p:nth-child(2) {
        margin-top: 3.05vw;
        font-size: 2.78vw;
        line-height: 1.56em;
    }


    .section8_component3 {
        width: 100%;
        margin: 0;
        margin-top: 10vw;
    }
    .section8_component3 > ul {
        display: block;
        width: 74%;
        margin: 0 auto;
    }
    .section8_component3 > ul > li:first-child {
        margin-left:0;
    }
    .section8_component3 > ul > li:last-child {
        margin-right: 0;
        margin-top: 5.74vw;
    }
    .section8_component3 > ul > li img {
        width: 100%;
    }
    /*********************** section8 End *********************/



    /*********************** section9 *********************/
    #section9 {
        height: 194vw !important;
    }

    .section9_wrap {
        height: 100%;
        background: #f9fafc url("/resource/image/home/section9/mobile/Mbackground_09.png") no-repeat center top;
        background-size: 100%;
    }

    .section9_content {
        position: static;
        width: 80vw;
        margin: 0 auto;
    }
    .section9_component1 {
        padding-top: 28.89vw;
        width: 100%;
        margin: 0;
        display: block;
        position: static;
    }
    .section9_component1_1 {
        white-space: nowrap;
    }
    .section9_component1 .title {
        text-align: center;
    }
    .section9_component1 .title > span {
        color: #fff;
    }
    .section9_component1_1 .title > span > span {
        color: #ffe485;
    }
    .section9_component1_1 > p {
        text-align: center;
    }
    .section9_component1_1 > p:nth-of-type(1) {
        margin-top: 2.6vw;
        font-size: 3.05vw;
        font-weight: 600;
        color: #fff;
    }
    .section9_component1_1 > p:nth-of-type(1) > span {
        color: #ffe485;
    }
    .section9_component1_1 > p:nth-of-type(2) {
        margin-top: 4.07vw;
        font-size: 2.78vw;
        color: #fff;
        line-height: 1.55em;
    }
    .section9_component1_1 > p:nth-of-type(3) {
        margin-top: 5.46vw;
        font-size: 2.78vw;
        color: #fff;
        line-height: 1.55em;
    }
    .section9_component1_1 > ul {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-between;
        width: 75%;
        margin: 0 auto;
        margin-top: 6.2vw;
    }
    .section9_component1_1 > ul > li {
        width: 46%;
    }
    .section9_component1_1 > ul > li:last-child {
        margin-left: 0;
    }
    .section9_component1_1 > ul > li img {
        width: 100%;
    }

    .section9_component1_2 {
        margin-left: 0;
        margin-top: 8.3vw;
        padding-top: 0;
        background: url("/resource/image/home/section9/mobile/Mshowimage.jpg") no-repeat center;
        background-size: 100%;
        height: 70vw;
    }
    .section9_component1_2 > div {
        display: none;
    }


    .section9_component2 {
        display: none;
    }
    /*********************** section9 End *********************/



    /*********************** section10 *********************/
    #section10 {
        height: 203vw !important;
    }

    .section10_wrap {
        height: 100%;
        background-color: #ebf0f8;
    }
    .section10_content {
        width: 80vw;
        margin: 0 auto;
    }

    .section10_component1 {
        padding-top: 28.89vw;
    }


    .section10_component2 {
        width: 100%;
        margin-top: 6.3vw;
        display: block;
    }
    .section10_component2 > div {
        width: 100%;
    }

    .section10_component2_1 {
        padding-top: 0;
    }
    .section10_component2_1 > h2 {
        font-size: 3.05vw;
        font-weight: 600;
        text-align: center;
    }
    .section10_component2_1 > h2 > span {
        color: #94b8ff;
    }

    .section10_component2_1 > ul {
        margin-top: 4.35vw;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
    .section10_component2_1 > ul > li {
        width: 50%;
    }
    .section10_component2_1 > ul > li > p:nth-child(1) img {
        width: 92%;
    }
    .section10_component2_1 > ul > li > p:nth-child(2) {
        width: 92%;
        margin: 0 auto;
        margin-top: 2.78vw;
        font-size: 2.68vw;
    }

    .section10_component2_2 {
        margin-top: 8.88vw;
        padding-left: 0;
    }
    .section10_component2_2 > p:nth-child(1) {
        background: url("/resource/image/home/section10/right_text.png") no-repeat left center;
        background-size: 100%;
    }
    .section10_component2_2 > p:nth-child(1) img {
        width: 64%;
    }
    .section10_component2_2 > p:nth-child(2) {
        margin-top: 5.56vw;
        font-size: 2.78vw;
        line-height: 1.58em;
        text-align: center;
    }
    .section10_component2_2 > p:nth-child(2) > span {
        font-weight: 900;
        color: #87adf5;
    }
    /*********************** section10 End *********************/



    /*********************** section11 *********************/
    #section11 {
        height: 227vw !important;
    }

    .section11_wrap {
        height: 100%;
        background: url("/resource/image/home/section11/mobile/Mbackground_11.jpg") no-repeat center bottom;
        background-size: 100%;
    }

    /* plus 버튼 클릭 시 나타나는 배경색*/
    .section11_wrap .bg > p {
        right: 10vw;
        top: 50vw;
    }

    .section11_content {
        width: 80vw;
        margin: 0 auto;
    }

    .section11_component1 {
        padding-top: 28.89vw;
        width: 100%;
        padding-left: 0;
    }
    .section11_component1 .title {
        background-size: 11.1vw;
        padding-left: 12.5vw;
    }
    .section11_component1 .title > span:nth-child(2) {
        margin-top: 2.5vw;
        font-size: 2.68vw;
    }


    .section11_component2 {
        width: 100%;
        margin-top: 7.96vw;
    }
    .section11_component2 > ul {
        display: block;
        width: 73%;
        margin: 0 auto;
    }
    .section11_component2 > ul > li {
        width: 100%;
        margin-bottom: 5.56vw;
    }
    .section11_component2 > ul > li img {
        width: 100%;
    }
    .section11_component2 > ul > li:nth-child(1) > ul {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-between;
        align-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .section11_component2 > ul > li:nth-child(1) > ul > li {
        width: 48.4%;
    }
    .section11_component2 > ul > li:nth-child(1) > ul > li img {
        width: 100%;
    }
    .section11_component2 > ul > li:nth-child(1) > ul > li:nth-child(1) {
        position: relative;
    }
    .section11_component2 > ul > li:nth-child(1) > ul > li:nth-child(1) > p {
        position: relative;
    }
    .section11_component2 > ul > li:nth-child(1) > ul > li img {
        width: 100%;
    }
    .section11_component2 > ul > li:nth-child(1) > ul > li:nth-child(1) > p > .plus {
        position: absolute;
        right: 1vw;
        bottom: 1.5vw;
        width: 4.26vw;
        height: 4.26vw;
        cursor: pointer;
        z-index: 5;
        font-size: 4vw;
        line-height: 4.56vw;
    }
    .section11_component2 > ul > li:nth-child(1) > ul > li:nth-child(1) > p > .plus > img {
        width: 100%;
        height: 100%;
    }
    .section11_component2 > ul > li:nth-child(1) > ul > li {
        position: relative;
    }
    .section11_component2 > ul > li:nth-child(1) > ul > li > div {
        position: absolute;
        left: 50%;
        top: 23vw;
        z-index:6;
        display: none;
        width: 80vw;
        transform: translateX(-30%);
    }

    .section11_component2 > ul > li:nth-child(1) > p {
        margin-top: 2.2vw;
        text-align: center;
    }
    .section11_component2 > ul > li:nth-child(1) > p > strong {
        font-size: 3.05vw;
        font-weight: 600;
        line-height: 1.4em;
        letter-spacing: 0.03em;
    }
    .section11_component2 > ul > li:nth-child(1) > p > span {
        font-size: 2.5vw;
        font-weight: 300
    }

    .section11_component2 > ul > li:nth-child(2) {
        position: relative;
    }
    .section11_component2 > ul > li:nth-child(2) > div:first-child {
        position: relative;
    }
    .section11_component2 > ul > li:nth-child(2) > div:first-child > p:first-child {
        position: relative;
    }
    .section11_component2 > ul > li:nth-child(2) > div:first-child > p:first-child > .plus {
        position: absolute;
        left: 1.2vw;
        top: 1.2vw;
        width: 4.26vw;
        height: 4.26vw;
        cursor: pointer;
        z-index: 5;
        font-size: 4vw;
        line-height: 4.56vw;
        animation: grad 3s infinite;
    }
    .section11_component2 > ul > li:nth-child(2) > div:first-child > p:first-child > .plus > img {
        width: 100%;
        height: 100%;
    }

    .section11_component2 > ul > li:nth-child(2) > div:first-child > p:last-child {
        margin-top: 2.2vw;
        text-align: center;
    }
    .section11_component2 > ul > li:nth-child(2) > div:first-child > p:last-child > strong {
        font-size: 3.05vw;
        font-weight: 600;
        line-height: 1.4em;
        letter-spacing: 0.03em;
    }
    .section11_component2 > ul > li:nth-child(2) > div:last-child {
        position: absolute;
        left: 50%;
        top: 55vw;
        z-index: 4;
        display: none;
        width: 80vw;
        transform: translateX(-50%);
    }
    .section11_component2 > ul > li:nth-child(3) > p:last-child {
        margin-top: 2.2vw;
        text-align: center;
    }
    .section11_component2 > ul > li:nth-child(3) > p:last-child > strong {
        font-size: 3.05vw;
        font-weight: 600;
        line-height: 1.98em;
        letter-spacing: 0.03em;
    }
    /*********************** section11 End *********************/

    /*********************** section12 *********************/
    #section12 {
        height: 280vw !important;
    }

    .section12_wrap {
        height: 100%;
        background: url("/resource/image/home/section12/background_12.jpg") no-repeat center center;
        background-size: cover;
    }

    .section12_component1 {
        padding-top: 28.89vw;
    }


    .section12_component2 {
        margin-top: 3.7vw;
        text-align: center;
    }
    .section12_component2 > p:nth-child(1) {
        font-size: 3.05vw;
        font-weight: 100;
    }
    .section12_component2 > p:nth-child(2) {
        margin-top: 3.05vw;
        font-size: 2.78vw;
        line-height: 1.56em;
    }

    .section12_component3 {
        width: 100%;
        margin: 0;
        margin-top: 10vw;
    }

    .section12_component3 > ul {
        display: block;
        width: 70vw;
				height:150vw;
        margin: 0 auto;
    }

		.section12_component3 > ul > li{
				display:block;
				width:100%;
				height:auto;
				margin-bottom:5vw;
		}

    .section12_component3 > ul > li img {
      width: 100%;
    }

		.section12_component3 > ul > li:nth-child(3) img{
			transform: translate(0,0);
		}

		/* gsap */
		.section12_component3 .slideUp3 {
			transform: translate(0,0);
			opacity: 1;
		}

    /*********************** section12 End *********************/


    /*********************** section13 *********************/
    #section13 {
      height: 185vw !important;
    }
    .section13_wrap {
      height: 100%;
      background: url("/resource/image/home/section13/background_12.jpg") no-repeat center top;
      background-size: 100% 97.2vw;
    }

    .section13_content {
      width: 80vw;
      margin: 0 auto;
    }

    .section13_component1 {
      padding-top: 28.89vw;
      background: none;
    }
    .section13_component1_1 {
      width: 100%;
      margin: 0 auto;
      padding-top: 0;
      padding-bottom: 0;
    }
    .section13_component1_1 .title {
      text-align: center;
      line-height: 1.3em;
    }
    .section13_component1_1 .title > span:nth-child(1) {
      font-size: 4.63vw;
      font-weight: 900;
      color: #000;
      letter-spacing: 0.03em;
      line-height: 1em;
    }
    .section13_component1_1 .title > span:nth-child(2) {
      color: #94b8ff;
      line-height: 1em;
    }

    .section13_component1_1 > p {
      text-align: center;
    }
    .section13_component1_1 > p:nth-of-type(1) {
      margin-top: 4.35vw;
      font-size: 3.05vw;
      font-weight: 600;
    }
    .section13_component1_1 > p:nth-of-type(2) {
      margin-top: 2.78vw;
      font-size: 3.05vw;
      font-weight: 100;
      line-height: 1.55em;
    }

    .section13_component1_2 {
      position: static;
      margin-top: 7.13vw;
    }
    .section13_component1_2 > ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    }
    .section13_component1_2 > ul > li {
      position: relative;
    }
    .section13_component1_2 > ul > li:first-child {
      width: 41.6%;
    }
    .section13_component1_2 > ul > li:last-child {
      width: 58.4%;
    }
    .section13_component1_2 > ul > li:first-child > p:nth-of-type(2) {
      position: absolute;
      width: 6.11vw;
      height: 6.11vw;
      left: 72%;
      top: 10vw;
      cursor: pointer;
      font-size: 6vw;
      line-height: 6.61vw;
    }
    .section13_component1_2 > ul > li:last-child > p:nth-of-type(2) {
      position: absolute;
      width: 6.11vw;
      height: 6.11vw;
      cursor: pointer;
      right: 26%;
      top: 5vw;
      font-size: 6vw;
      line-height: 6.61vw;
    }
    .section13_component1_2 > ul > li img {
      width: 100%;
    }
    .section13_component1_2 > ul > li > div {
      display: none;
      position: absolute;
      width: 48.9vw;
      height: auto;
      background-color: #fff;
      border: 1px solid #94b8ff;
      box-sizing: border-box;
      padding: 5.5vw 1.68vw;
      z-index: 10;
    }
    .section13_component1_2 > ul > li:first-child > div {
      left: 33vw;
      top: 0;
    }
    .section13_component1_2 > ul > li:last-child > div {
      left: -35vw;
      top: 0;
      width: 32.8vw;
    }
    .section13_component1_2 > ul > li > div > h2 {
      font-size: 2.3vw;
    }
    .section13_component1_2 > ul > li > div > p {
      font-size: 1.78vw;
    }
    .section13_component1_2 > ul > li > div > p:nth-of-type(1) {
      margin-top: 2.5vw;
    }
    .section13_component1_2 > ul > li > div > p:nth-of-type(n+2) {
      margin-top: 2.78vw;
    }

    .section13_component1_2 > ul > li > div > ul {
      margin-top: 3.78vw;
    }
    .section13_component1_2 > ul > li > div > ul > li {
      font-size: 2vw;
    }
    .section13_component1_2 > ul > li > div > div {
      right: 1vw;
      top: 1vw;
      width: 3vw;
      height: 3vw;
    }
    .section13_component1_2 > ul > li > div > div > img {
      width: 100%;
      height: 100%;
    }



    .section13_component2 {
      margin: 0 auto;
      margin-top: 9vw;
      width: 100%;
      overflow: hidden;
    }

    .section13_component2 .simply-scroll {
      width: 80vw;
      height: 17.78vw;
    }
    .section13_component2 .simply-scroll .simply-scroll-clip {
      width: 80vw;
    }
    .section13_component2 .slide6 .slide6_wrap li {
      width: 17.78vw;
      margin: 0 2.3vw;
    }
    .section13_component2 .slide6 .slide6_wrap li img {
      width: 100%;;
      height: 17.78vw;
    }
    /*********************** section13 End *********************/



    /*********************** section14*********************/
    #section14 {
      height: 203vw !important;
    }
    .section14_wrap {
      height: 100%;
      background-color: #f9fafc;
    }
    .section14_content {
      width: 80vw;
      margin: 0 auto;
    }

    .section14_component1 {
      padding-top: 28.89vw;
    }

    .section14_component2 {
      width: 100%;
      margin-top: 6.9vw;
      display: block;
    }
    .section14_component2_1 {
      width: 100%;
      padding-left: 0;
    }
    .section14_component2_1 > div:nth-child(1) {
      width: 53.5%;
      margin: 0 auto;
      font-size: 5.56vw;
      font-weight: 900;
      background: url("/resource/image/home/section14/call.svg") no-repeat left center;
      background-size: 4.44vw 4.7vw;
      text-indent: 6.57vw;
    }
    .section14_component2_1 > div:nth-child(2) {
      margin-top: 5.56vw;
    }
    .section14_component2_1 > div:nth-child(2) > h2 {
	  text-align:center;
      font-size: 5vw;
      font-weight: 900;
      width: 93%;
      margin: 0 auto 5vw auto;
    }
    .section14_component2_1 > div:nth-child(2) > ul {
      margin: 0 auto;
      margin-top: 3.41vw;
      width: 93%;
    }
    .section14_component2_1 > div:nth-child(2) > ul > li {
      width: 100%;
      height: 5.74vw;
      line-height: 5.74vw;
      border-bottom: 1px solid #a4c0ea;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      margin-top: 3.52vw;
      padding-bottom: 1.39vw;
    }
    .section14_component2_1 > div:nth-child(2) > ul > li:first-child {
      margin-top: 0;
    }
    .section14_component2_1 > div:nth-child(2) > ul > li > p {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: space-between;
      font-size: 3.52vw;
      color: #343434;
    }

  .section14_component2_1 > div:nth-child(2) > b {
   text-align:center;
   margin-top:5vw;
   display:block;
   font-size: 2.5vw;
   color: #5072cb;
   font-weight:bold;
  }

  .section14_component2_1 > div:nth-child(2) > p {
   text-align:center;
   margin-top:3vw;
   display:block;
   font-size: 2.5vw;
   color: #343434;
   font-weight:bold;
  }

    .section14_component2_1 > div:nth-child(2) > ul > li > p:first-child {
      width: 16vw;
	  background:transparent;
    }
    .section14_component2_1 > div:nth-child(2) > ul > li > p:last-child {
      font-size: 5.56vw;
      letter-spacing: 0.04em;
      margin-left: 5.1vw;
    }
    .section14_component2_1 > div:nth-child(2) > ul > li > p > span {
      display: inline-block;
    }
    .section14_component2_1 > div:nth-child(2) > ul > li > p:last-child > span {
      font-size: 2.78vw;
      line-height: 7.74vw;
      margin-right: 1.33vw;
    }
    .section14_component2_1 > div:nth-child(2) > ul > li > p:last-child > span:last-child {
      margin-left: 1.85vw;
    }
    .section14_component2_1 > div:nth-child(3) {
      margin-top: 6.2vw;
    }

/*변경-------------------------------------------------------------------------------Start*/
  .section14_component2_1 > .contract {
		width:100%;
		height:15vw;
    margin-top: 5vw;
		background:#e3ebfe;
  }

  .section14_component2_1 > .contract .item{
		padding:3vw 0 0 0;
		display:inline-block;
		vertical-align:middle;
		font-weight:bold;
		font-size:4vw;
  }

   .section14_component2_1 > .contract .item .element{
		display:inline-block;
		vertical-align:middle;
  }

  .section14_component2_1 > .contract .item.email{
		margin:0 0 0 2vw;
  }

  .section14_component2_1 > .contract .item.email .icon img{
		width:9vw;
  }

  .section14_component2_1 > .contract .item.email .title{
		margin:0 1.5vw 0 1.5vw;
  }

  .section14_component2_1 > .contract .item.email .contents a{
		color:#3a68a9;
		font-size:4.5vw;
  }

  .section14_component2_1 > .contract .item.kakao{
		display:none;
  }


 /*변경-------------------------------------------------------------------------------End*/



    .section14_component2_1 > div:nth-child(4) > ul {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: space-between;
      width: 90%;
      margin: 0 auto;
			display:none;
    }
    .section14_component2_1 > div:nth-child(4) > ul > li {
      width: 15.9vw;
    }
    .section14_component2_1 > div:nth-child(4) > ul > li img {
      width: 100%;
    }


    .section14_component2_2 {
      width: 100%;
      margin-top: 8.15vw;
    }
    .section14_component2_2 > ul {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
    }
    .section14_component2_2 > ul > li {
      width: 50%;
      height: 4.35vw;
      line-height: 4.35vw;
      text-align: center;
      font-size: 2.46vw;
      font-weight: 600;
      color: #343434;
      background-color: #e3ecff;
      cursor: pointer;
    }
    .section14_component2_2 > ul > li.selected {
      color: #fff;
      background-color: #94b8ff;
    }

    .section14_component2_2 > div:nth-of-type(1) {
      width: 100%;
      height: 51.1vw;
      border: 2px solid #94b8ff;
      box-sizing: border-box;
      position: relative;
    }
    .section14_component2_2 > div:nth-of-type(1) > div {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
    }
    .section14_component2_2 > div:nth-of-type(1) > div:first-child {
      background-color: #343434;
    }
    .section14_component2_2 > div:nth-of-type(1) > div.selected {
      z-index: 2;
    }
    .section14_component2_2 > div:nth-of-type(1) > div img {
      width: 100%;
      height: 100%;
    }

    .section14_component2_2 > div:nth-of-type(2) {
      margin-top: 4.9vw;
      color: #343434;
    }
    .section14_component2_2 > div:nth-of-type(2) > p:nth-child(1) {
      font-size: 3.33vw;
      background: url("/resource/image/home/section14/gps.svg") no-repeat left center;
      text-indent: 6vw;
      height: 4.9vw;
      line-height: 4.9vw;
    }
    .section14_component2_2 > div:nth-of-type(2) > p:nth-child(1) > strong {
      font-weight: 900;
    }
    .section14_component2_2 > div:nth-of-type(2) > p:nth-child(2) {
      margin-top: 1.85vw;
      font-size: 2.6vw;
      letter-spacing: 0.02em;
      line-height: 1.67em;
      text-indent: 6.67vw;
    }
    .section14_component2_2 > div:nth-of-type(2) > p:nth-child(3) {
      font-size: 2.6vw;
      letter-spacing: 0.02em;
      line-height: 1.67em;
      text-indent: 6.67vw;
    }
    /*********************** section14 End *********************/



    /*********************** section15 *********************/
    #section15 {
      height: 6.2vh !important;
      background: #94b8ff;
      padding: 2.2vw 0;
    }
    .section15_component1 {
        width: 80vw;
        margin: 0 auto;
    }
    .section15_component1 > span {
        display: block;
        font-size: 1.78vw;
        color: #fff;
        line-height: 1.53em;
    }
    /*********************** section15 End *********************/

		/*
		#section1 {}
		#section2 {display:none;}
		#section3 {display:none;}
		#section4 {display:none;}
		#section5 {display:none;}
		#section6 {display:none;}
		#section7 {display:none;}
		#section8 {display:none;}
		#section9 {display:none;}
		#section10 {display:none;}
		#section11 {display:none;}
		#section12 {}
		#section13 {display:none;}
		#section14 {display:none;}
		*/
}
