@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,400,700,900&subset=korean');
@charset "utf-8";

.fRegular {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

.fMedium {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
}

.fSemiBold {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

.fBold {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none !important;
}

:hover,
:active,
:visited,
:focus {
    outline: none !important;
}

:invalid {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

:-moz-ui-invalid {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

body,
html {
    font-family: 'Noto Sans KR', sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1.4;
}

body {}

html {
    height: 100%;
    overflow-x: hidden;
}

header,
section,
footer,
nav,
aside,
article {
    display: block;
}

.listClear {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearBoth {
    clear: both;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a img {
    border: none;
}

input,
textarea,
button {
    outline: none;
}

form {
    padding: 0;
    margin: 0;
}

strong {
    font-weight: normal;
}

video {
    display: block !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
    border: none !important;
}

.wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px;
}

.wrapperContainer {
    padding: 30px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.lineThrough {
    text-decoration: line-through;
}

.dib {
    display: inline-block;
    vertical-align: middle;
}

a {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.cSand {
    color: #c1c0b2;
}

.cRed {
    color: #e6552f;
}

.cOrange {
    color: #ef8f3e;
}

.cBlue {
    color: #1f8ea9;
}

.cTurq {
    color: #31baa4;
}

.cGreen {
    color: #7dc04b;
}

.cBehance {
    color: #115efb;
}

.bSand {
    background: #c1c0b2;
}

.bRed {
    background: #e6552f;
}

.bOrange {
    background: #ef8f3e;
}

.bBlue {
    background: #1f8ea9;
}

.bTurq {
    background: #31baa4;
}

.bGreen {
    background: #7dc04b;
}

.bBehance {
    background: #115efb;
}

.homePage {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.homePage .homeSidebar {
    display: table-cell;
    background: #ffffff;
    width: 566px;
    padding: 50px;
    position: relative;
    vertical-align: top;
}

.homePage .homeSlider {
    display: table-cell;
    background: #f6f5fa;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    height: 100%;
}

.homePage .homeSlider .slidePrev {
    position: absolute;
    display: block;
    top: 50%;
    left: 100px;
    margin-top: -25px;
    background: #ffffff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
}

.homePage .homeSlider .slidePrev span {
    color: #7dc04b;
    font-size: 25px;
    text-align: center;
    display: block;
    line-height: 50px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.homePage .homeSlider .slidePrev:hover {
    background: #7dc04b;
}

.homePage .homeSlider .slidePrev:hover span {
    color: #ffffff;
}

.homePage .homeSlider .slideNext {
    position: absolute;
    display: block;
    top: 50%;
    right: 100px;
    margin-top: -25px;
    background: #ffffff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
}

.homePage .homeSlider .slideNext span {
    color: #7dc04b;
    font-size: 25px;
    text-align: center;
    display: block;
    line-height: 50px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.homePage .homeSlider .slideNext:hover {
    background: #7dc04b;
}

.homePage .homeSlider .slideNext:hover span {
    color: #ffffff;
}

.logo {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    left: 50px;
    top: 50px;
    z-index: 100;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.logo img {
    width: 80px;
}

.homeNav {
    margin-top: 60px;
    padding: 50px 0 30px 0;
}

.homeNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.homeNav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px 0;
}

.homeNav ul li a {
    color: #000000;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    display: block;
    position: relative;
}

.homeNav ul li a:hover {
    color: #7dc04b;
}

.homeNav ul li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    font-weight: 900;
    right: 0;
    top: 10px;
    font-size: 25px;
    color: #7dc04b;
}

.homeNav ul li:last-of-type a {
    color: #a7a7a7;
}

.homeNav ul li:last-of-type a:hover {
    color: #7dc04b;
}

.homeLang {
    padding: 40px 0;
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 45px;
}

.homeLang ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.homeLang ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.homeLang ul li a {
    color: #a7a7a7;
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
}

.homeLang ul li a:hover {
    color: #7dc04b;
}

.homeLang ul li.current a {
    color: #1f8ea9;
}

.homeLang ul li:last-of-type {
    display: none;
}

.homeAbout {
    position: absolute;
    left: 50px;
    bottom: 50px;
    right: 50px;
}

.homeAbout h3 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 20px;
}

.vtSlider {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.vtSlider .vtSlide {
    position: relative;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.vtSlider .vtSlide .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
}

.vtSlider .vtSlide .text {
    position: absolute;
    left: 50px;
    bottom: 50px;
    right: 50px;
    color: #ffffff;
    text-align: center;
}

.vtSlider .vtSlide .text h1 {
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 40px;
    padding-bottom: 20px;
}

.vtSlider .slick-list {
    height: 100%;
}

.vtSlider .slick-prev {
    display: none !important;
    opacity: 0 !important;
}

.vtSlider .slick-next {
    display: none !important;
    opacity: 0 !important;
}

.vs01 {
    background: url(../images/slider/lob_bg_solution.png) no-repeat 0% 0%;
    background-color: linear-gradient(45deg, #59c2ff 10%, #1270e3 100%);
    background-color: -webkit-linear-gradient(45deg, #59c2ff 10%, #1270e3 100%);
    background-color: -o-linear-gradient(45deg, #59c2ff 10%, #1270e3 100%);
    background-color: linear-gradient(45deg, #59c2ff 10%, #1270e3 100%);
    background-size: 100%;

    /*
  background-image:url(../images/slider/lob_bg_solution.png) 
,-webkit-gradient(linear,left bottom,right top, from(#59c2ff),to(#1270e3))
  background-color: linear-gradient(45deg,#59c2ff 10%, #1270e3 100%); 
  background-color: -webkit-linear-gradient(45deg,#59c2ff 10%, #1270e3 100%);
  background-color: -o-linear-gradient(45deg,#59c2ff 10%, #1270e3 100%);
  background-color: linear-gradient(45deg,#59c2ff 10%, #1270e3 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c2ff', endColorstr='#1270e3',GradientType=0 );
  background-repeat:no-repeat;
  background-size:contain;
  background-image: url(../images/slider/lob_bg_solution.png);
*/
}

.vs02 {
    background-color: #ffdf40;
    background-color: -webkit-linear-gradient(45deg, #ffdf40 30%, #ff8359 100%);
    background-color: -o-linear-gradient(45deg, #ffdf40 30%, #ff8359 100%);
    background-color: linear-gradient(45deg, #ffdf40 30%, #ff8359 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf40', endColorstr='#ff8359', GradientType=0);
    background-repeat: no-repeat;
    background-size: contain;

}

.vs03 {
    background-color: #46eeaa;
    background-color: -webkit-linear-gradient(45deg, #46eeaa 30%, #2cbfc7 100%);
    background-color: -o-linear-gradient(45deg, #46eeaa 30%, #2cbfc7 100%);
    background-color: linear-gradient(45deg, #46eeaa 30%, #2cbfc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46eeaa', endColorstr='#2cbfc7', GradientType=0);
    background-repeat: no-repeat;
    background-size: contain;
}

.vs04 {
    background-color: #5496ff;
    background-color: -webkit-linear-gradient(45deg, #5496ff 30%, #8739e5 100%);
    background-color: -o-linear-gradient(45deg, #5496ff 30%, #8739e5 100%);
    background-color: linear-gradient(45deg, #5496ff 30%, #8739e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5496ff', endColorstr='#8739e5', GradientType=0);
    background-repeat: no-repeat;
    background-size: contain;
}


.slick-slider {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.social {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    z-index: 100;
    top: 70px;
    right: 50px;
}

.social iframe {
    position: relative;
    right: 0;
    text-align: right !important;
    width: 190px;
}

body.home .social {
    top: 75px;
    left: 330px;
}

.hamburger,
.btn_top {
    position: fixed;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    top: 50px;
    right: 50px;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn_top {
    top: inherit;
    bottom: 50px;
    right: 50px;
}

.hamburger.fixed,
.btn_top.fixed {
    visibility: visible;
    opacity: 1;
}

.btn_top a {
    border: 1px solid #fff;
}

.hamburger a,
.btn_top a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.hamburger a span,
.btn_top a span {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.mobileMenu.active {
    opacity: 1;
    visibility: visible;
}

.mobileMenu.active .mobileMenuContainer {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobileMenu .mobileMenuContainer {
    display: table-cell;
    vertical-align: middle;
    padding: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper {
    width: 360px;
    margin: 0 auto;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav {
    padding: 30px 0 30px 0;
    position: relative;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100% !important;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 5px 0;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav ul li a {
    color: #ffffff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    display: block;
    position: relative;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav ul li a:hover {
    opacity: 0.5;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav ul li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    font-weight: 900;
    right: 0;
    top: 10px;
    font-size: 25px;
    color: #ffffff;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav ul li:last-of-type a {
    opacity: 0.5;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav ul li:last-of-type a:hover {
    opacity: 1;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .lang {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 30px 0;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .lang ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .lang ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .lang ul li a {
    opacity: 0.5;
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .lang ul li a:hover {
    opacity: 1;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .lang ul li.current a {
    opacity: 1;
}

.mobileMenu .mobileMenuContainer .mobileMenuWrapper .lang ul li:last-of-type {
    display: none;
}

.mobileMenu .closeMenu {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 99999;
}

.mobileMenu .closeMenu a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: transparent;
    border: solid 1px rgba(255, 255, 255, 0.2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
}

.mobileMenu .closeMenu a span {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #ffffff;
}

.mobileMenu .closeMenu a:hover {
    background: #ffffff;
}

.mobileMenu .closeMenu a:hover span {
    color: #000000;
}

.footer {
    text-align: center;
    color: #ffffff;
    padding: 90px 0 50px 0;
}

.footer h5 {
    font-weight: normal;
    font-size: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

.footer .desc {
    padding: 40px 0;
}

.footer .button a {
    display: inline-block;
    text-align: center;
    color: #000000;
    background: #ffffff;
    padding: 14px 0;
    width: 240px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer .button a:hover {
    background: #000000;
    color: #ffffff;
}

.footer .copyright {
    padding: 90px 0 0 0;
    opacity: 0.5;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.subPageNav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 90;
}

.subPageNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subPageNav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}

.subPageNav ul li a {
    color: #a7a7a7;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

.subPageNav ul li.current a {
    color: #000000;
}

.subPage {
    position: relative;
    background: #ffffff;
    padding-bottom: 80px;
}

.subPageHeadline {
    padding: 180px 0 40px 0;
    text-align: center;
}

.subPageHeadline h2 {
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
}

.subPageHeadline h3 {
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 45px;
    padding: 40px 0 0 0;
    line-height: 1.4;
}

.subPageHeadline h3 span {
    color: #7dc04b;
}

.timeline .items .item {
    float: left;
    width: 20%;
    position: relative;
}

.timeline .items .item .year {
    padding: 35px 0 10px 0;
    color: #7dc04b;
    font-size: 25px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

.timeline .items .item .desc {
    padding-right: 40px;
    font-size: 14px;
}

.timeline .items .item.item4 {
    margin-top: 40px;
}

.timeline .items .item.item3 {
    margin-top: 80px;
}

.timeline .items .item.item2 {
    margin-top: 120px;
}

.timeline .items .item.item1 {
    margin-top: 160px;
}

.timeline .items .item .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border: solid 2px #1f8ea9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.timeline .items .item .line {
    position: absolute;
    left: 35px;
    height: 2px;
    background: #e2e2e2;
    right: 30px;
    top: 5px;
}

.timeline .items .item .line div {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #1f8ea9;
    width: 0;
}

.timeline .items .item.active .circle {
    background: #7dc04b;
    border: solid 2px #7dc04b;
}

.timeline .items .item.active .line div {
    width: 100%;
}

.timeline .items .item.loaded .circle {
    background: #1f8ea9;
    border: solid 2px #1f8ea9;
}

body.frame {
    position: relative;
}

body.frame.sand {
    border: solid 20px #c1c0b2;
    height: 100%;
}

body.frame.sand .hamburger a,
body.frame.sand .btn_top a {
    background: #c1c0b2;
}

body.frame.sand .hamburger a span,
body.frame.sand .btn_top a span {
    color: #ffffff;
}

body.frame.sand .hamburger a:hover,
body.frame.sand .btn_top a:hover {
    background: #ffffff;
}

body.frame.sand .hamburger a:hover span,
body.frame.sand .btn_top a:hover span {
    color: #c1c0b2;
}

body.frame.sand .mobileMenu {
    background: #c1c0b2;
}

body.frame.red {
    border: solid 20px #e6552f;
    height: 100%;
}

body.frame.red .hamburger a,
body.frame.red .btn_top a {
    background: #e6552f;
}

body.frame.red .hamburger a span,
body.frame.red .btn_top a span {
    color: #ffffff;
}

body.frame.red .hamburger a:hover,
body.frame.red .btn_top a:hover {
    background: #ffffff;
}

body.frame.red .hamburger a:hover span,
body.frame.red .btn_top a:hover span {
    color: #e6552f;
}

body.frame.red .mobileMenu {
    background: #e6552f;
}

body.frame.orange {
    border: solid 20px #ef8f3e;
}

body.frame.orange .hamburger a,
body.frame.orange .btn_top a {
    background: #ef8f3e;
}

body.frame.orange .hamburger a span,
body.frame.orange .btn_top a span {
    color: #ffffff;
}

body.frame.orange .hamburger a:hover,
body.frame.orange .btn_top a:hover {
    background: #ffffff;
}

body.frame.orange .hamburger a:hover span,
body.frame.orange .btn_top a:hover span {
    color: #ef8f3e;
}

body.frame.orange .mobileMenu {
    background: #ef8f3e;
}

body.frame.orange .subPageNav ul li a:hover,
body.frame.orange .subPageNav ul li a.on {
    color: #ef8f3e;
}

body.frame.blue {
    border: solid 20px #1f8ea9;
}

body.frame.blue .hamburger a,
body.frame.blue .btn_top a {
    background: #1f8ea9;
}

body.frame.blue .hamburger a span,
body.frame.blue .btn_top a span {
    color: #ffffff;
}

body.frame.blue .hamburger a:hover,
body.frame.blue .btn_top a:hover {
    background: #ffffff;
}

body.frame.blue .hamburger a:hover span,
body.frame.blue .btn_top a:hover span {
    color: #1f8ea9;
}

body.frame.blue .mobileMenu {
    background: #1f8ea9;
}

body.frame.blue .subPageNav ul li a:hover,
body.frame.blue .subPageNav ul li a.on {
    color: #1f8ea9;
}

body.frame.behance {
    border: solid 20px #115efb;
}

body.frame.behance .hamburger a,
body.frame.behance .btn_top a {
    background: #115efb;
}

body.frame.behance .hamburger a span,
body.frame.behance .btn_top a span {
    color: #ffffff;
}

body.frame.behance .hamburger a:hover,
body.frame.behance .btn_top a:hover {
    background: #ffffff;
}

body.frame.behance .hamburger a:hover span,
body.frame.behance .btn_top a:hover span {
    color: #115efb;
}

body.frame.behance .mobileMenu {
    background: #115efb;
}

body.frame.behance .subPageNav ul li a:hover,
body.frame.behance .subPageNav ul li a.on {
    color: #115efb;
}

body.frame.turq {
    border: solid 20px #31baa4;
}

body.frame.turq .hamburger a,
body.frame.turq .btn_top a {
    background: #31baa4;
}

body.frame.turq .hamburger a span,
body.frame.turq .btn_top a span {
    color: #ffffff;
}

body.frame.turq .hamburger a:hover,
body.frame.turq .btn_top a:hover {
    background: #ffffff;
}

body.frame.turq .hamburger a:hover span,
body.frame.turq .btn_top a:hover span {
    color: #31baa4;
}

body.frame.turq .mobileMenu {
    background: #31baa4;
}

body.frame.turq .subPageNav ul li a:hover,
body.frame.turq .subPageNav ul li a.on {
    color: #31baa4;
}

body.frame.green {
    border: solid 20px #7dc04b;
    height: 100%;
}

body.frame.green .hamburger a,
body.frame.green .btn_top a {
    background: #7dc04b;
}

body.frame.green .hamburger a span,
body.frame.green .btn_top a span {
    color: #ffffff;
}

body.frame.green .hamburger a:hover,
body.frame.green .btn_top a:hover {
    background: #ffffff;
}

body.frame.green .hamburger a:hover span,
body.frame.green .btn_top a:hover span {
    color: #7dc04b;
}

body.frame.green .mobileMenu {
    background: #7dc04b;
}

body.frame.green .subPageNav ul li a:hover,
body.frame.green .subPageNav ul li a.on {
    color: #7dc04b;
}

body.frame.green1 {
    border: solid 20px #7dc04b;
    height: auto;
}

.aboutSlider {
    position: relative;
    width: 1504px;
    margin: 0 auto;
    padding: 80px 0;
}

.aboutSlider .aboutSliderContainer .aboutSlide {
    position: relative;
}

.aboutSlider .aboutSliderContainer .aboutSlide .aboutSlideContainer {
    position: relative;
    /* min-height: 210px;*/
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    background-position: center center;
}

.aboutSlider .aboutSliderContainer .aboutSlide .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(239, 143, 62, 0.6);
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.aboutSlider .aboutSliderContainer .aboutSlide .desc .descContainer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.aboutSlider .aboutSliderContainer .aboutSlide .desc .descContainer .name {
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    padding-bottom: 5px;
}

.aboutSlider .aboutSliderContainer .aboutSlide .desc:hover {
    opacity: 1;
}

.aboutSlider .aboutSliderContainer .slick-prev {
    visibility: hidden;
}

.aboutSlider .aboutSliderContainer .slick-next {
    visibility: hidden;
}

.aboutSlider .slidePrev {
    position: absolute;
    display: block;
    top: 50%;
    left: -100px;
    margin-top: -25px;
    background: #ffffff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
}

.aboutSlider .slidePrev span {
    color: #ef8f3e;
    font-size: 25px;
    text-align: center;
    display: block;
    line-height: 50px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.aboutSlider .slidePrev:hover {
    background: #ef8f3e;
}

.aboutSlider .slidePrev:hover span {
    color: #ffffff;
}

.aboutSlider .slideNext {
    position: absolute;
    display: block;
    top: 50%;
    right: -100px;
    margin-top: -25px;
    background: #ffffff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
}

.aboutSlider .slideNext span {
    color: #ef8f3e;
    font-size: 25px;
    text-align: center;
    display: block;
    line-height: 50px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.aboutSlider .slideNext:hover {
    background: #ef8f3e;
}

.aboutSlider .slideNext:hover span {
    color: #ffffff;
}

.aboutSlider .slick-dots {
    bottom: -50px;
}

.aboutSlider .slick-dots li {
    margin: 0 !important;
}

.aboutSlider .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border: none !important;
    display: block !important;
    opacity: 1 !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #e2e2e2 !important;
    margin: 3px auto !important;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.aboutSlider .slick-dots li button::before {
    display: none !important;
}

.aboutSlider .slick-dots li button:hover {
    background: #ef8f3e !important;
}

.aboutSlider .slick-dots .slick-active button {
    width: 12px !important;
    height: 12px !important;
    margin: 0 auto !important;
    background: #ef8f3e !important;
}

.aboutSlider .slick-dots .slick-active button:hover {
    background: #ef8f3e !important;
}

.content a {
    color: #1f8ea9;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.content a:hover {
    color: #7dc04b;
}

.content h4 {
    padding-bottom: 30px;
}

.whatWeDo .icon img {
    height: 50px;
}

.whatWeDo .title {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    padding: 20px 30px 30px 0;
    font-size: 20px;
}

.whatWeDo .desc {
    font-size: 14px;
    padding: 0 30px 15px 0;
}

.whatWeDo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.whatWeDo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    position: relative;
    padding: 0 30px 0 35px;
    margin: 10px 0;
}

.whatWeDo ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12px;
    color: #40b34f;
}

.services {
    background: #f6f5fa;
    position: relative;
}

.services .triangle {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffff;
    top: -30px;
    left: 50%;
    margin-left: -20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99;
}

.services .service {
    padding: 100px 0;
}

.services .service .column {
    width: 50%;
}

.services .service .column h3 {
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #1f8ea9;
    padding-bottom: 30px;
}

.services .service .column h4 {
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #1f8ea9;
    padding-bottom: 30px;
}

.services .service .column .list {
    padding: 20px 0 0 0;
}

.services .service .column .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.services .service .column .list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding: 0 30px 0 20px;
    margin: 10px 0;
}

.services .service .column .list ul li::before {
    position: absolute;
    left: 0;
    top: -5px;
    content: "•";
    color: #e6552f;
    font-size: 22px;
}

.services .service .column .list .listColumns .listColumn {
    display: inline-block;
    vertical-align: top;
}

.services .service.service1 {
    background: url(../images/slider/1-1.jpg) 10% center no-repeat;
    background-size: auto 760px;
}

.services .service.service1 .column {
    float: right;
}

.services .service.service2 {
    background: url(../images/slider/3-1.jpg) 90% center no-repeat;
    background-size: auto 760px;
}

.services .service.service2 .column {
    float: left;
}

.services .service.service3 {
    /** background: url(../images/slider/2-1.jpg) 10% center no-repeat; **/
    background: url(../images/slider/shop.png) 10% center no-repeat;
    background-size: auto 760px;
}

.services .service.service3 .column {
    float: right;
}

.services .service.service4 {
    background: url(../images/slider/4-1.jpg) 90% center no-repeat;
    background-size: auto 760px;
}

.services .service.service4 .column {
    float: left;
}

.contact strong {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
}

.contact h4 {
    font-size: 20px;
    padding-bottom: 40px;
}

.contact .ceo {
    display: table;
    margin-bottom: 40px;
}

.contact .ceo .thumb {
    display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
}

.contact .ceo .thumb img {
    height: 80px;
}

.contact .ceo .text {
    display: table-cell;
    vertical-align: middle;
}

.contact .ceo .text .position {
    color: #a7a7a7;
    padding-bottom: 20px;
}

.contact .bottom {
    display: table;
    width: 100%;
    margin-top: 80px;
}

.contact .bottom .captcha {
    display: table-cell;
}

.contact .bottom .captcha img {
    max-width: 100%;
}

.contact .bottom .button {
    display: table-cell;
    text-align: right;
}

.contact .bottom .button button {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background: #7dc04b;
    border: none;
    height: 50px;
    width: 240px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.contact .bottom .button button:hover {
    background: #000000;
    color: #ffffff;
}

.vtInput {
    position: relative;
    padding-top: 40px;
}

.vtInput label {
    font-size: 15px !important;
    color: #000000 !important;
    position: absolute;
    top: 53px;
    left: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    pointer-events: none;
}

.vtInput input {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: solid 2px #e2e2e2 !important;
    color: #1f8ea9 !important;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    height: 50px;
    font-size: 15px;
}

.vtInput textarea {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: solid 2px #e2e2e2 !important;
    color: #1f8ea9 !important;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    height: auto;
    margin-top: 5px;
    font-size: 15px;
    resize: none;
    display: block;
    height: 45px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.vtInput input:focus + label {
    top: 25px;
    font-size: 12px !important;
    color: #a7a7a7 !important;
}

.vtInput input:focus + .border {
    width: 100% !important;
}

.vtInput textarea:focus + label {
    top: 25px;
    font-size: 12px !important;
    color: #a7a7a7 !important;
}

.vtInput textarea:focus + .border {
    width: 100% !important;
}

.vtInput .required {
    position: absolute;
    color: #a7a7a7;
    font-size: 12px !important;
    bottom: 17px;
    right: 0;
}

.vtInput .border {
    width: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #000000;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 5;
    left: 0;
}

.vtInput.active .border {
    width: 100%;
}

.vtInput.selected label {
    top: 25px;
    font-size: 12px !important;
    color: #a7a7a7 !important;
}

.vtInput.wrong .border {
    background: #e6552f;
    width: 100%;
}

.map #map {
    height: 400px;
}

.howWeWork .columns {
    position: relative;
}

.howWeWork .columns .columnLeft {
    float: left;
    width: 60%;
}

.howWeWork .columns .columnRight {
    float: left;
    width: 40%;
}

.howWeWork strong {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

.howWeWork .line.line1 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 60%;
    height: 4px;
    background: #d2e8ee;
}

.howWeWork .line.line1 .start {
    position: absolute;
    height: 20px;
    width: 4px;
    background: #1f8ea9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    top: -8px;
    left: 0;
}

.howWeWork .line.line1 .end {
    position: absolute;
    height: 20px;
    width: 4px;
    background: #1f8ea9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    top: -8px;
    right: 0;
}

.howWeWork .line.line2 {
    position: absolute;
    top: 100px;
    right: 0;
    width: 40%;
    height: 4px;
    background: #fce9d8;
}

.howWeWork .line.line2 .start {
    position: absolute;
    height: 20px;
    width: 4px;
    background: #ef8f3e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    top: -8px;
    left: 0;
    opacity: 0;
}

.howWeWork .line.line2 .end {
    position: absolute;
    height: 20px;
    width: 4px;
    background: #ef8f3e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    top: -8px;
    right: 0;
}

.howWeWork ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 100px 40px 40px;
}

.howWeWork ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding: 0 30px 0 35px;
    margin: 10px 0;
}

.howWeWork ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12px;
    color: #40b34f;
}

.process h3 {
    text-align: center;
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.4;
}

.process .infographic {
    position: relative;
    height: 720px;
    margin-top: 80px;
}

.process .infographic .square1 {
    background: #ffffff;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    width: 20px;
    height: 100px;
}

.process .infographic .square2 {
    background: #ffffff;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 300px;
    width: 20px;
    height: 100px;
}

.process .infographic .icon {
    opacity: 0;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 50px;
    height: 50px;
}

.process .infographic .icon img {
    height: 50px;
    width: auto;
}

.process .infographic .icon1 {
    position: absolute;
    left: 0;
    top: 50px;
}

.process .infographic .icon2 {
    position: absolute;
    left: 33.33%;
    top: 50px;
}

.process .infographic .icon3 {
    position: absolute;
    left: 66.66%;
    top: 50px;
}

.process .infographic .icon4 {
    position: absolute;
    right: 0;
    top: 300px;
}

.process .infographic .icon5 {
    position: absolute;
    right: 33.33%;
    top: 300px;
}

.process .infographic .icon6 {
    position: absolute;
    right: 66.66%;
    top: 300px;
}

.process .infographic .icon7 {
    position: absolute;
    left: 0;
    top: 560px;
}

.process .infographic .icon8 {
    position: absolute;
    left: 33.33%;
    top: 560px;
}

.process .infographic .icon9 {
    position: absolute;
    left: 66.66%;
    top: 560px;
}

.process .infographic .headline {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    opacity: 0;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.process .infographic .headline1 {
    position: absolute;
    top: 0;
    left: 0;
}

.process .infographic .headline2 {
    position: absolute;
    top: 260px;
    right: 0;
    text-align: right;
}

.process .infographic .headline3 {
    position: absolute;
    top: 260px;
    right: 33.33%;
    text-align: right;
}

.process .infographic .headline4 {
    position: absolute;
    top: 520px;
    left: 0;
}

.process .infographic .headline5 {
    position: absolute;
    top: 520px;
    left: 33.33%;
}

.process .infographic .title {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    opacity: 0;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.process .infographic .title1 {
    position: absolute;
    top: 125px;
    left: 0;
}

.process .infographic .title2 {
    position: absolute;
    top: 125px;
    left: 33.33%;
}

.process .infographic .title3 {
    position: absolute;
    top: 125px;
    left: 66.66%;
}

.process .infographic .title4 {
    position: absolute;
    top: 380px;
    right: 0;
    text-align: right;
}

.process .infographic .title5 {
    position: absolute;
    top: 380px;
    right: 33.33%;
    text-align: right;
}

.process .infographic .title6 {
    position: absolute;
    top: 380px;
    right: 66.66%;
    text-align: right;
}

.process .infographic .title7 {
    position: absolute;
    top: 640px;
    left: 0;
}

.process .infographic .title8 {
    position: absolute;
    top: 640px;
    left: 33.33%;
}

.process .infographic .title9 {
    position: absolute;
    top: 640px;
    left: 66.66%;
}

.process .infographic .line1 {
    position: absolute;
    left: 0;
    margin: 0 70px;
    width: 0;
    top: 66px;
    height: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #fbe6e0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.process .infographic .line1.active {
    width: 24%;
}

.process .infographic .line2 {
    position: absolute;
    left: 33.33%;
    margin: 0 70px;
    width: 0;
    top: 66px;
    height: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #fbe6e0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.process .infographic .line2.active {
    width: 24%;
}

.process .infographic .line3 {
    position: absolute;
    left: 66.66%;
    margin: 0 70px;
    width: 0;
    top: 66px;
    height: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #fbe6e0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.process .infographic .line3.active {
    width: 25%;
}

.process .infographic .line31 {
    position: absolute;
    right: 20px;
    margin: 0;
    width: 16px;
    top: 66px;
    height: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #fbe6e0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.process .infographic .line31.active {
    height: 160px;
}

.process .infographic .line4 {
    position: absolute;
    right: 0;
    margin: 0 70px;
    width: 0;
    top: 325px;
    height: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #deeef2;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.process .infographic .line4.active {
    width: 24%;
}

.process .infographic .line5 {
    position: absolute;
    right: 33.33%;
    margin: 0 70px;
    width: 0;
    top: 325px;
    height: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #eff7e1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.process .infographic .line5.active {
    width: 24%;
}

.process .infographic .line6 {
    position: absolute;
    right: 66.66%;
    margin: 0 70px;
    width: 0;
    top: 325px;
    height: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #eff7e1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.process .infographic .line6.active {
    width: 25%;
}

.process .infographic .line61 {
    position: absolute;
    left: 20px;
    margin: 0;
    width: 16px;
    top: 325px;
    height: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #eff7e1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.process .infographic .line61.active {
    height: 160px;
}

.process .infographic .line7 {
    position: absolute;
    left: 0;
    margin: 0 70px;
    width: 0;
    top: 580px;
    height: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #fdeee2;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.process .infographic .line7.active {
    width: 24%;
}

.process .infographic .line8 {
    position: absolute;
    left: 33.33%;
    margin: 0 70px;
    width: 0;
    top: 580px;
    height: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #e0f5f1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.process .infographic .line8.active {
    width: 24%;
}

.appPortfolioBox .buttonContainer a#loadMore {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background: #115efb;
    padding: 14px 0;
    width: 240px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.appPortfolioBox .buttonContainer a#loadMore:hover {
    background: #000000;
    color: #ffffff;
}

.blockContainer h1 {
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #115efb;
    padding-bottom: 40px;
}

.blockContainer h2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding: 35px 0 25px 0;
}

.blockContainer h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding: 0 0 25px 0;
}

.blockContainer .head h3 {
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #115efb;
}

.blockContainer .rightColumn h1 {
    padding-bottom: 10px !important;
}

.blockContainer.textContainer.singleTextContainer .description h2 {
    margin-top: -50px;
    position: relative;
}

.blockContainer.textContainer.singleTextContainer .description h2 a {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background: #115efb;
    padding: 14px 28px;
    width: auto;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 15px;
}

.blockContainer.textContainer.singleTextContainer .description h2 a:hover {
    background: #000000;
    color: #ffffff;
}

.appPortfoliosDetails .seeMoreContainer h3.head {
    text-align: center !important;
    font-size: 35px !important;
    padding-bottom: 60px !important;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}



@media screen and (max-width: 1799px) {
    .aboutSlider {
        width: 1120px;
    }

    .aboutSlider .aboutSliderContainer .aboutSlideContainer {
        min-height: auto;
    }
}

@media screen and (max-width: 1599px) {
    .homePage .homeSidebar {
        width: 480px;
        padding: 40px;
    }

    .homePage .homeSlider .slidePrev {
        left: 60px;
    }

    .homePage .homeSlider .slidePrev span {
        font-size: 20px;
    }

    .homePage .homeSlider .slideNext {
        right: 60px;
    }

    .homePage .homeSlider .slideNext span {
        font-size: 20px;
    }

    .logo {
        left: 40px;
        top: 40px;
    }

    .logo img {
        width: 80px;
    }

    .homeNav {
        padding: 30px 0 30px 0;
    }

    .homeNav ul li {
        padding: 6px 0;
    }

    .homeNav ul li a {
        font-size: 30px;
    }

    .homeNav ul li a::before {
        top: 8px;
        font-size: 20px;
    }

    .homeAbout {
        left: 40px;
        bottom: 40px;
        right: 40px;
    }

    .homeAbout h3 {
        font-size: 18px;
    }

    .homeLang {
        padding: 30px 0;
        margin-bottom: 35px;
    }

    .homeLang ul li a {
        font-size: 18px;
    }

    .vtSlider .vtSlide {
        background-size: 100% auto;
    }

    .vtSlider .vtSlide .text {
        left: 40px;
        bottom: 40px;
        right: 40px;
    }

    .vtSlider .vtSlide .text h1 {
        font-size: 36px;
    }

    .social {
        top: 63px;
    }

    body.home .social {
        top: 60px;
        left: 255px;
    }

    .subPageNav {
        top: 60px;
    }

    .subPageNav ul li {
        padding: 0 12px;
    }

    .subPage {
        padding-bottom: 50px;
    }

    .subPageHeadline {
        padding: 150px 0 10px 0;
    }

    .subPageHeadline h2 {
        font-size: 21px;
    }

    .subPageHeadline h3 {
        font-size: 36px;
        padding: 30px 0 0 0;
    }

    .process h3 {
        font-size: 30px;
    }

    .aboutSlider {
        padding: 50px 0;
    }

    .footer {
        padding: 50px 0 0 0;
    }

    .footer h5 {
        font-size: 30px;
    }

    .footer .desc {
        padding: 20px 0 40px 0;
    }

    .services {
        padding: 30px 0;
    }

    .services .service {
        padding: 60px 0;
    }

    .services .service .column h3 {
        font-size: 28px;
    }

    .services .service .column .list {
        padding: 10px 0 0 0;
    }

    .services .service.service1 {
        background: url(../images/slider/1-1.jpg) 10% center no-repeat;
        background-size: auto 620px;
    }

    .services .service.service1 .column {
        float: right;
    }

    .services .service.service2 {
        background: url(../images/slider/3-1.jpg) 90% center no-repeat;
        background-size: auto 620px;
    }

    .services .service.service2 .column {
        float: left;
    }

    .services .service.service3 {
        background: url(../images/slider/2-1.jpg) 10% center no-repeat;
        background-size: auto 620px;
    }

    .services .service.service3 .column {
        float: right;
    }

    .services .service.service4 {
        background: url(../images/slider/4-1.jpg) 90% center no-repeat;
        background-size: auto 620px;
    }

    .services .service.service4 .column {
        float: left;
    }

    .blockContainer h1 {
        font-size: 28px;
        padding-bottom: 35px;
    }

    .blockContainer h2 {
        font-size: 18px;
        padding: 30px 0 20px 0;
    }

    .blockContainer h3 {
        font-size: 18px;
        padding: 0 0 20px 0;
    }

    .blockContainer .head h3 {
        font-size: 28px;
    }

    .appPortfoliosDetails .seeMoreContainer h3.head {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 1439px) {

    .hamburger,
    .btn_top {
        opacity: 1;
        visibility: visible;
    }

    .subPageNav {
        display: none;
    }

    body.home .hamburger,
    body.home .btn_top {
        opacity: 0;
        visibility: hidden;
    }

    .social {
        left: auto;
        right: 100px;
        top: 45px;
    }

    body.home .social {
        top: 60px;
        left: 255px;
        right: auto;
    }

    .aboutSlider {
        padding: 50px 0 80px 0;
    }

    .aboutSlider .slidePrev {
        display: none;
    }

    .aboutSlider .slideNext {
        display: none;
    }

    .services {
        padding: 30px 0;
    }

    .services .service {
        padding: 40px 0;
    }

    .services .service .column h3 {
        font-size: 28px;
    }

    .services .service .column .list {
        padding: 10px 0 0 0;
    }

    .services .service.service1 {
        background: url(../images/slider/1-1.jpg) 0% center no-repeat;
        background-size: auto 530px;
    }

    .services .service.service1 .column {
        float: right;
    }

    .services .service.service2 {
        background: url(../images/slider/3-1.jpg) 100% center no-repeat;
        background-size: auto 530px;
    }

    .services .service.service2 .column {
        float: left;
    }

    .services .service.service3 {
        background: url(../images/slider/2-1.jpg) 0% center no-repeat;
        background-size: auto 530px;
    }

    .services .service.service3 .column {
        float: right;
    }

    .services .service.service4 {
        background: url(../images/slider/4-1.jpg) 100% center no-repeat;
        background-size: auto 530px;
    }

    .services .service.service4 .column {
        float: left;
    }
}

@media screen and (max-width: 1199px) {
    body.frame.red {
        border: solid 10px #e6552f;
    }

    body.frame.orange {
        border: solid 10px #ef8f3e;
    }

    body.frame.blue {
        border: solid 10px #1f8ea9;
        overflow-x: hidden;
    }

    body.frame.turq {
        border: solid 10px #31baa4;
    }

    body.frame.green {
        border: solid 10px #7dc04b;
    }

    body.frame.behance {
        border: solid 10px #115efb;
    }

    body.frame.sand {
        border: solid 10px #c1c0b2;
    }

    body,
    html {
        font-size: 14px;
    }

    .hamburger {
        top: 40px;
        right: 40px;
    }

    .btn_top {
        bottom: 40px;
        right: 40px;
    }

    .homePage .homeSidebar {
        width: 360px;
    }

    .homePage .homeSlider .slidePrev {
        left: 40px;
        width: 40px;
        height: 40px;
    }

    .homePage .homeSlider .slidePrev span {
        line-height: 40px;
    }

    .homePage .homeSlider .slideNext {
        right: 40px;
        width: 40px;
        height: 40px;
    }

    .homePage .homeSlider .slideNext span {
        line-height: 40px;
    }

    .homeNav {
        padding: 30px 0 30px 0;
    }

    .homeNav ul li {
        padding: 5px 0;
    }

    .homeNav ul li a {
        font-size: 24px;
    }

    .homeNav ul li a::before {
        top: 2px;
    }

    .homeAbout h3 {
        font-size: 16px;
    }

    .homeAbout h3 br {
        display: none;
    }

    .homeAbout .desc br {
        display: none;
    }

    .homeLang {
        padding: 20px 0;
        margin-bottom: 25px;
    }

    .homeLang ul li a {
        font-size: 16px;
    }

    .vtSlider .vtSlide .text h1 {
        font-size: 28px;
    }

    .vtSlider .vtSlide .desc br {
        display: none;
    }

    body.home .social {
        left: auto;
        right: 40px;
        top: 45px;
    }

    .logo {
        top: 35px;
    }

    .social {
        left: auto;
        right: 100px;
        top: 45px;
    }

    .mobileMenu .closeMenu {
        right: 40px;
        top: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .aboutSlider {
        width: auto;
        margin: 0 30px;
    }

    .aboutSlider .aboutSliderContainer .aboutSlide {
        height: auto;
        padding-bottom: 8%;
    }

    .wrapper {
        margin: 0 30px;
        width: auto;
        padding: 20px 0;
    }

    .subPage {
        padding-bottom: 50px;
    }

    .subPageHeadline {
        padding: 120px 0 0 0;
    }

    .subPageHeadline h2 {
        font-size: 18px;
    }

    .subPageHeadline h3 {
        font-size: 28px;
        padding: 20px 0 0 0;
    }

    .process h3 {
        font-size: 24px;
    }

    .aboutSlider {
        padding: 30px 0 70px;
    }

    .footer {
        padding: 50px 0 0 0;
    }

    .footer h5 {
        font-size: 24px;
    }

    .footer .desc {
        padding: 20px 0 40px 0;
    }

    .content h4 {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .services {
        padding: 30px 0;
    }

    .services .service {
        padding: 40px 0;
    }

    .services .service .column h3 {
        font-size: 24px;
    }

    .services .service .column .list {
        padding: 10px 0 0 0;
    }

    .services .service .column .list .listColumns {
        display: block;
    }

    .services .service .column .list .listColumns .listColumn {
        display: block;
    }

    .services .service.service1 {
        background: url(../images/slider/1-1.jpg) 0% center no-repeat;
        background-size: 50% auto;
    }

    .services .service.service1 .column {
        float: right;
    }

    .services .service.service2 {
        background: url(../images/slider/3-1.jpg) 100% center no-repeat;
        background-size: 50% auto;
    }

    .services .service.service2 .column {
        float: left;
    }

    .services .service.service3 {
        background: url(../images/slider/2-1.jpg) 0% center no-repeat;
        background-size: 50% auto;
    }

    .services .service.service3 .column {
        float: right;
    }

    .services .service.service4 {
        background: url(../images/slider/4-1.jpg) 100% center no-repeat;
        background-size: 50% auto;
    }

    .services .service.service4 .column {
        float: left;
    }

    .blockContainer h1 {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .blockContainer h2 {
        font-size: 18px;
        padding: 30px 0 20px 0;
    }

    .blockContainer h3 {
        font-size: 18px;
        padding: 0 0 20px 0;
    }

    .blockContainer .head h3 {
        font-size: 24px;
    }

    .appPortfoliosDetails .seeMoreContainer h3.head {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 989px) {
    .homePage .homeSidebar {
        display: none;
    }

    .homePage .homeSlider {
        width: auto;
    }

    .vtSlider .vtSlide .text h1 {
        font-size: 24px;
    }

    .hamburger a,
    .btn_top a {
        width: 40px;
        height: 40px;
    }

    .hamburger a span,
    .btn_top a span {
        line-height: 40px;
        font-size: 16px;
    }

    body.home .hamburger,
    body.home .btn_top {
        opacity: 1;
        visibility: visible;
    }

    .logo {
        left: 30px;
        top: 27px;
    }

    .logo img {
        width: 80px;
    }

    .social {
        right: 90px;
        top: 42px;
    }

    body.home .social {
        right: 90px;
        top: 42px;
    }

    .mobileMenu .closeMenu a {
        width: 40px;
        height: 40px;
    }

    .mobileMenu .closeMenu a span {
        line-height: 40px;
        font-size: 16px;
    }

    .timeline .items {
        font-size: 0;
    }

    .timeline .items .item {
        float: none;
        display: inline-block;
        width: 33%;
        font-size: 14px;
        vertical-align: top;
    }

    .timeline .items .item.item5 {
        margin-top: 40px;
    }

    .timeline .items .item.item4 {
        margin-top: 80px;
    }

    .timeline .items .item.item3 {
        margin-top: 0;
    }

    .timeline .items .item.item2 {
        margin-top: 40px;
    }

    .timeline .items .item.item1 {
        margin-top: 80px;
    }

    .aboutSlider .aboutSliderContainer .aboutSlide .desc .descContainer .name {
        font-size: 16px;
    }

    .whatWeDo .item3 {
        padding-top: 40px;
    }

    .whatWeDo .item4 {
        padding-top: 40px;
    }

    .whatWeDo .title br {
        display: none;
    }

    .map #map {
        height: 400px;
    }

    .process .infographic .line1.active {
        width: 22%;
    }

    .process .infographic .line2.active {
        width: 22%;
    }

    .process .infographic .line3.active {
        width: 22%;
    }

    .process .infographic .line4.active {
        width: 22%;
    }

    .process .infographic .line5.active {
        width: 22%;
    }

    .process .infographic .line6.active {
        width: 22%;
    }

    .process .infographic .line7.active {
        width: 22%;
    }

    .process .infographic .line8.active {
        width: 22%;
    }
}

@media screen and (max-width: 767px) {
    .content h4 {
        font-size: 18px;
    }

    .content.contact .cOrange {
        padding-top: 30px;
    }

    .vtInput {
        padding-top: 40px;
    }

    .vtInput label {
        font-size: 13px !important;
        top: 45px;
    }

    .vtInput input {
        height: 30px;
        font-size: 13px !important;
    }

    .vtInput textarea {
        height: 30px;
        font-size: 13px !important;
    }

    .vtInput .required {
        bottom: 10px;
    }

    .vtInput.selected label {
        bottom: 25px;
    }

    .howWeWork .columns .columnLeft {
        float: none;
        width: auto;
        position: relative;
    }

    .howWeWork .columns .columnRight {
        float: none;
        width: auto;
        position: relative;
    }

    .howWeWork strong {
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 400;
    }

    .howWeWork .line.line1 {
        width: 100%;
        height: 4px;
        top: 75px;
    }

    .howWeWork .line.line2 {
        width: 100%;
        top: 75px;
    }

    .howWeWork .line.line2 .start {
        opacity: 1;
    }

    .howWeWork ul {
        margin: 60px 30px 30px;
    }

    .process .infographic {
        height: 1350px;
        margin-top: 50px;
    }

    .process .infographic .square1 {
        display: none;
    }

    .process .infographic .square2 {
        display: none;
    }

    .process .infographic .icon1 {
        left: 0;
        top: 50px;
    }

    .process .infographic .icon2 {
        left: 0;
        top: 200px;
    }

    .process .infographic .icon3 {
        left: 0;
        top: 350px;
    }

    .process .infographic .icon4 {
        left: 0;
        top: 500px;
    }

    .process .infographic .icon5 {
        right: auto;
        left: 0;
        top: 650px;
    }

    .process .infographic .icon6 {
        right: auto;
        left: 0;
        top: 800px;
    }

    .process .infographic .icon7 {
        right: auto;
        left: 0;
        top: 950px;
    }

    .process .infographic .icon8 {
        right: auto;
        left: 0;
        top: 1100px;
    }

    .process .infographic .icon9 {
        right: auto;
        left: 0;
        top: 1250px;
    }

    .process .infographic .headline1 {
        position: absolute;
        top: 20px;
        left: 70px;
        right: auto;
        text-align: left;
    }

    .process .infographic .headline2 {
        position: absolute;
        top: 470px;
        left: 70px;
        right: auto;
        text-align: left;
    }

    .process .infographic .headline3 {
        position: absolute;
        top: 400px;
        left: 70px;
        right: auto;
        text-align: left;
    }

    .process .infographic .headline4 {
        position: absolute;
        top: 910px;
        left: 70px;
        right: auto;
        text-align: left;
    }

    .process .infographic .headline5 {
        position: absolute;
        top: 1050px;
        left: 70px;
        right: auto;
        text-align: left;
    }

    .process .infographic .title {
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 400;
        opacity: 0;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .process .infographic .title1 {
        position: absolute;
        right: auto;
        text-align: left;
        top: 70px;
        left: 70px;
    }

    .process .infographic .title1 br {
        display: none;
    }

    .process .infographic .title2 {
        position: absolute;
        right: auto;
        text-align: left;
        top: 210px;
        left: 70px;
    }

    .process .infographic .title2 br {
        display: none;
    }

    .process .infographic .title3 {
        position: absolute;
        right: auto;
        text-align: left;
        top: 370px;
        left: 70px;
    }

    .process .infographic .title3 br {
        display: none;
    }

    .process .infographic .title4 {
        position: absolute;
        right: auto;
        text-align: left;
        top: 520px;
        left: 70px;
    }

    .process .infographic .title4 br {
        display: none;
    }

    .process .infographic .title5 {
        position: absolute;
        right: auto;
        text-align: left;
        top: 670px;
        left: 70px;
    }

    .process .infographic .title5 br {
        display: none;
    }

    .process .infographic .title6 {
        position: absolute;
        right: auto;
        text-align: left;
        top: 820px;
        left: 70px;
    }

    .process .infographic .title6 br {
        display: none;
    }

    .process .infographic .title7 {
        position: absolute;
        right: auto;
        text-align: left;
        top: 970px;
        left: 70px;
    }

    .process .infographic .title7 br {
        display: none;
    }

    .process .infographic .title8 {
        position: absolute;
        right: auto;
        text-align: left;
        top: 1120px;
        left: 70px;
    }

    .process .infographic .title8 br {
        display: none;
    }

    .process .infographic .title9 {
        position: absolute;
        right: auto;
        text-align: left;
        top: 1270px;
        left: 70px;
    }

    .process .infographic .title9 br {
        display: none;
    }

    .process .infographic .line1 {
        position: absolute;
        left: 17px;
        margin: 0;
        width: 5px;
        top: 120px;
        height: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .process .infographic .line1.active {
        width: 5px;
        height: 60px;
    }

    .process .infographic .line2 {
        position: absolute;
        left: 17px;
        margin: 0;
        width: 5px;
        top: 270px;
        height: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .process .infographic .line2.active {
        width: 5px;
        height: 60px;
    }

    .process .infographic .line3 {
        position: absolute;
        left: 17px;
        margin: 0;
        width: 5px;
        top: 420px;
        height: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .process .infographic .line3.active {
        width: 5px;
        height: 60px;
    }

    .process .infographic .line31 {
        display: none;
    }

    .process .infographic .line4 {
        position: absolute;
        left: 17px;
        margin: 0;
        width: 5px;
        top: 570px;
        height: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .process .infographic .line4.active {
        width: 5px;
        height: 60px;
    }

    .process .infographic .line5 {
        position: absolute;
        left: 17px;
        margin: 0;
        width: 5px;
        top: 720px;
        height: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .process .infographic .line5.active {
        width: 5px;
        height: 60px;
    }

    .process .infographic .line6 {
        position: absolute;
        left: 17px;
        margin: 0;
        width: 5px;
        top: 870px;
        height: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .process .infographic .line6.active {
        width: 5px;
        height: 60px;
    }

    .process .infographic .line61 {
        display: none;
    }

    .process .infographic .line7 {
        position: absolute;
        left: 17px;
        margin: 0;
        width: 5px;
        top: 1020px;
        height: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .process .infographic .line7.active {
        width: 5px;
        height: 60px;
    }

    .process .infographic .line8 {
        position: absolute;
        left: 17px;
        margin: 0;
        width: 5px;
        top: 1170px;
        height: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .process .infographic .line8.active {
        width: 5px;
        height: 60px;
    }

    .aboutSlider .aboutSliderContainer .aboutSlide {
        height: auto;
        padding-bottom: 10%;
    }
}

@media screen and (max-width: 599px) {

    body,
    html {
        font-size: 13px;
    }

    .vtSlider .vtSlide {
        background-position: center 35%;
    }

    .vtSlider .vtSlide .text {
        left: 30px;
        bottom: 30px;
        right: 30px;
    }

    .subPage {
        padding-bottom: 20px;
    }

    .subPageHeadline {
        padding: 110px 0 0 0;
    }

    .subPageHeadline h2 {
        font-size: 16px;
    }

    .subPageHeadline h3 {
        font-size: 24px;
        padding: 20px 0 0 0;
    }

    .subPageHeadline h3 br {
        display: none;
    }

    .process h3 {
        font-size: 21px;
    }

    .aboutSlider {
        padding: 30px 0 70px;
    }

    .footer {
        padding: 30px 0 0 0;
    }

    .footer h5 {
        font-size: 21px;
    }

    .footer .desc {
        padding: 20px 0 30px 0;
    }

    .footer .desc br {
        display: none;
    }

    .footer .copyright {
        padding-top: 60px;
    }

    .content h4 {
        padding-bottom: 18px;
    }

    .timeline .items .item {
        width: 50%;
        font-size: 13px;
    }

    .timeline .items .item.item5 {
        margin-top: 40px;
    }

    .timeline .items .item.item4 {
        margin-top: 0;
    }

    .timeline .items .item.item3 {
        margin-top: 40px;
    }

    .timeline .items .item.item2 {
        margin-top: 0;
    }

    .timeline .items .item.item1 {
        margin-top: 40px;
    }

    .whatWeDo .item2 {
        padding-top: 40px;
    }

    .whatWeDo .item3 {
        padding-top: 40px;
    }

    .whatWeDo .item4 {
        padding-top: 40px;
    }

    .whatWeDo .title {
        font-size: 18px;
        padding-right: 0;
    }

    .whatWeDo .title br {
        display: none;
    }

    .whatWeDo .desc {
        padding-right: 0;
    }

    .services {
        padding: 30px 0;
    }

    .services .service {
        padding: 300px 0 40px 0;
    }

    .services .service .column {
        width: auto;
    }

    .services .service .column h3 {
        font-size: 21px;
    }

    .services .service .column .list {
        padding: 10px 0 0 0;
    }

    .services .service .column .list .listColumns {
        display: block;
    }

    .services .service .column .list .listColumns .listColumn {
        display: block;
    }

    .services .service.service1 {
        background: url(../images/slider/1-1.jpg) top center no-repeat;
        background-size: auto 360px;
    }

    .services .service.service1 .column {
        float: none;
    }

    .services .service.service2 {
        background: url(../images/slider/3-1.jpg) top center no-repeat;
        background-size: auto 360px;
    }

    .services .service.service2 .column {
        float: none;
    }

    .services .service.service3 {
        background: url(../images/slider/2-1.jpg) top center no-repeat;
        background-size: auto 360px;
    }

    .services .service.service3 .column {
        float: none;
    }

    .services .service.service4 {
        background: url(../images/slider/4-1.jpg) top center no-repeat;
        background-size: auto 360px;
    }

    .services .service.service4 .column {
        float: none;
    }

    .blockContainer h1 {
        font-size: 21px;
        padding-bottom: 30px;
    }

    .blockContainer h2 {
        font-size: 18px;
        padding: 30px 0 20px 0;
    }

    .blockContainer h3 {
        font-size: 18px;
        padding: 0 0 20px 0;
    }

    .blockContainer .head h3 {
        font-size: 21px;
    }

    .appPortfoliosDetails .seeMoreContainer h3.head {
        font-size: 21px !important;
    }

    .contact .bottom {
        display: block;
        text-align: center;
        width: auto;
        margin-top: 50px;
    }

    .contact .bottom .captcha {
        display: block;
    }

    .contact .bottom .button {
        padding: 40px 0 20px 0;
        display: block;
        text-align: center;
    }

    .contact .ceo {
        display: block;
        width: auto;
    }

    .contact .ceo .thumb {
        padding: 0 0 30px 0;
        display: block;
        width: auto;
    }

    .aboutSlider .aboutSliderContainer .aboutSlideContainer {
        min-height: auto;
    }

    .blockContainer.textContainer.singleTextContainer .description h2 a {
        font-size: 13px;
    }

    .appPortfolioBox .defaultPortfoliosContainer .portfolio {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 576px) {
    .social {
        display: none;
    }
}

@media screen and (max-width: 459px) {
    .vtSlider .vtSlide {
        background-size: 140% auto;
    }

    .vtSlider .vtSlide .text h1 {
        font-size: 18px !important;
        padding-bottom: 10px;
    }

    .mobileMenu .mobileMenuContainer .mobileMenuWrapper {
        width: auto;
    }

    .timeline .items {
        margin: 0;
    }

    .timeline .items .item {
        width: auto;
        display: block;
        margin-top: 30px !important;
    }

    .timeline .items .item .line {
        right: 0;
    }

    .timeline .items .item .year {
        font-size: 21px;
    }

    .timeline .items .item .desc {
        padding-right: 0;
    }

    .aboutSlider .aboutSliderContainer .aboutSlide {
        height: auto;
        padding-bottom: 12%;
    }
}

@media screen and (max-height: 1023px) {
    .homeNav {
        padding: 30px 0 30px 0;
    }

    .homeNav ul li {
        padding: 6px 0;
    }

    .homeNav ul li a {
        font-size: 32px !important;
    }

    .homeNav ul li a::before {
        top: 5px;
        font-size: 20px;
    }

    .homeLang {
        padding: 20px 0;
        margin-bottom: 25px;
    }
}

@media screen and (max-height: 879px) {
    .homeNav {
        padding: 30px 0 30px 0;
    }

    .homeNav ul li {
        padding: 6px 0;
    }

    .homeNav ul li a {
        font-size: 24px !important;
    }

    .homeNav ul li a::before {
        top: 5px;
        font-size: 20px;
    }

    .homeLang {
        padding: 20px 0;
        margin-bottom: 25px;
    }
}

@media screen and (max-height: 799px) {
    .homePage .homeSlider .slidePrev {
        left: 40px;
        width: 40px;
        height: 40px;
    }

    .homePage .homeSlider .slidePrev span {
        line-height: 40px;
    }

    .homePage .homeSlider .slideNext {
        right: 40px;
        width: 40px;
        height: 40px;
    }

    .homePage .homeSlider .slideNext span {
        line-height: 40px;
    }

    .homeNav {
        padding: 30px 0 30px 0;
    }

    .homeNav ul li {
        padding: 5px 0;
    }

    .homeNav ul li a {
        font-size: 20px !important;
    }

    .homeNav ul li a::before {
        top: 0px;
    }

    .homeAbout h3 {
        font-size: 16px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .homeAbout h3 br {
        display: none;
    }

    .homeAbout .desc {
        display: none;
    }

    .homeLang {
        padding: 20px 0;
        margin-bottom: 25px;
    }

    .homeLang ul li a {
        font-size: 16px;
    }

    .vtSlider .vtSlide .text h1 {
        font-size: 28px;
    }

    .vtSlider .vtSlide .desc br {
        display: none;
    }
}

@media screen and (max-height: 659px) {
    .homeAbout {
        left: 40px;
        bottom: 40px;
    }

    .homeAbout h3 {
        display: none;
    }

    .homeLang {
        border: none;
        padding: 0;
        margin: 0;
    }

    .homeNav {
        top: 110px;
        margin-top: -30px;
        left: 40px;
        right: 40px;
        position: absolute;
    }

    .vtSlider .vtSlide .text {
        bottom: 40px;
    }
}

@media screen and (max-height: 599px) {
    .mobileMenu .mobileMenuContainer .mobileMenuWrapper {
        padding-top: 30px;
    }

    .mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav {
        padding: 30px 0 20px 0;
    }

    .mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav ul li {
        padding: 3px 0;
    }

    .mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav ul li a {
        font-size: 20px;
    }

    .mobileMenu .mobileMenuContainer .mobileMenuWrapper .nav ul li a::before {
        top: 0px;
        font-size: 20px;
    }

    .mobileMenu .mobileMenuContainer .mobileMenuWrapper .lang {
        padding: 20px 0;
    }

    .mobileMenu .mobileMenuContainer .mobileMenuWrapper .lang ul li a {
        font-size: 16px;
    }
}

.sub7_map {
    clear: both;
    height: 500px;
    width: 100%;
}

.slick-initialized .slick-slide {
    padding: 0 3px;
}

.portfolio {
    display: none;
    width: 25% !important;
    padding: 10px;
    /*max-height:16vw;*/
    overflow: hidden;
}

.portfolio a .img_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-left: 30px;
    transition: 0.8s;
    opacity: 0.9;
    z-index: 1;
    opacity: 0;
    background: #7dc04b;
}

.portfolio a {
    position: relative;
    overflow: hidden;
    transition: 1s;
    display: block;
}

.portfolio a img {
    transition: 0.3s;
    width: 100%;
}

.portfolio a .img_hover h4 {
    padding-bottom: 0;
    font-size: 20px;
    color: #fff;
}

.portfolio a .img_hover p {
    font-size: 16px;
    color: #fff;
    position: relative;
}

.portfolio a .img_hover p.b_line:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #ffffffb3;
    display: block;
    position: absolute;
    bottom: -15px;
}

.portfolio a:hover .img_hover,
.portfolio a:focus img {
    opacity: 0.9;
}

/*.portfolio a:hover img{ transform:scale(1.1);}*/


#view_layer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
}

.viewer {
    overflow: hidden;
    position: relative;
    width: 96%;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}

.viewer .info {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #efefef;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    color: #666;
}

.viewer .body {
    overflow-y: auto;
    position: relative;
    height: 100%;
}

.viewer .body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.viewer .body img {
    width: 100%;
    vertical-align: top;
}

.viewer .btn {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #333;
    color: #333;
    border-radius: 0;
    background: transparent;
    transition: 0.3s;
}

.viewer .btn:hover {
    background: #333;
    color: #fefefe;
}

.viewer .btn:hover i {
    transition: 0.3s;
}

.viewer .btn:hover i,
.viewer .btn:focus i {
    color: #fefefe !important;
}

.viewer {
    max-width: 1800px;
    padding-right: 420px;
    height: 100%;
    display: none;
    position: relative;
    overflow: visible
}

.info {
    width: 420px;
}

.info #info_inner {
    width: 420px;
    padding: 100px 30px 0;
    box-sizing: border-box;
}

.info h3 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 40px;
    color: #000;
    line-height: 100%;
    word-break: keep-all;
    word-wrap: break-word;
    letter-spacing: -0.05em;
}

.info h3:after {
    display: block;
    font-size: 20px;
    color: #333;
    content: attr(data-smalltitle);
}

.info p {
    margin-bottom: 20px;
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: normal;
}

.info a {
    color: #666;
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 14px;
}

.info a:hover {
    text-decoration: underline;
}

.body p {
    padding: 20px 100px;
    font-size: 16px;
}

.info .logo {
    position: absolute;
    right: 30px;
    bottom: 20px;
    max-width: 180px;
    left: inherit;
    top: inherit;
}

.pop_arrow {
    /*display:none;*/
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    left: 0;
    z-index: 1;
}

.pop_btn {
    position: absolute;
    width: 40px;
    height: 80px;
    font-size: 4em;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 40px;
    opacity: 0.8;
    overflow: hidden;
    cursor: pointer;
}

.pop_btn_prev {
    left: -45px;
    text-indent: -1.5px;
    color: #fefefe;
}

.pop_btn_next {
    right: -45px;
    text-indent: 1.5px;
    color: #fefefe;
}

#view_layer .viewer:first-of-type .pop_btn_prev {
    display: none;
}

#view_layer .viewer:last-of-type .pop_btn_next {
    display: none;
}

.template_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-left: 30px;
    transition: 1s;
    background-image: linear-gradient(-25deg, #7f4dff, #7a87fa, #64b9f3, #00e9eb);
}

.tem_txt {
    position: absolute;
    border: 3px solid #fff;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -30px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    .viewer {
        padding-right: 300px;
    }

    .viewer .info,
    .info #info_inner {
        width: 300px;
    }

    .info h3 {
        font-size: 34px;
    }

    .info h3:after {
        font-size: 17px;
    }

    .info .logo {
        max-width: 140px;
    }

    .pop_btn_next {
        right: 0;
    }

    .pop_btn_prev {
        left: 0;
    }

    .pop_arrow {
        margin-top: -20px;
    }

    .pop_btn {
        height: 40px;
        font-size: 1.8em;
        color: #333;
        background: #fff;
    }

    .portfolio a .img_hover {
        padding-top: 58px;
    }

    .tem_txt {
        margin-left: -75px;
        margin-top: -25px;
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .vtSlider .vtSlide a {
        background-size: 60% !important;
    }
}


@media only screen and (max-width: 767px) {
    #view_layer {
        height: 100%;
        padding-bottom: 20px;
    }

    .viewer {
        padding-right: 0;
        overflow: auto;
    }

    .viewer .info,
    .info #info_inner {
        width: 100%;
        height: auto;
        position: static;
    }

    .info #info_inner {
        padding: 60px 30px;
    }

    .info h3 {
        font-size: 34px;
    }

    .info h3:after {
        font-size: 17px;
    }

    .info .logo {
        max-width: 140px;
        z-index: 1;
    }

    .viewer .body {
        height: auto;
        overflow: visible;
        position: static;
    }

    .viewer .btn {
        top: 40px;
        right: 40px;
        position: fixed;
    }

    .info .logo {
        display: none;
    }

    .pop_close {
        display: block;
        bottom: auto;
        left: auto;
        right: 22px;
        top: 22px;
        margin-left: 0;
        width: auto;
    }

    .pop_btn {
        position: fixed;
    }

    .pop_btn_next {
        right: 20px;
    }

    .pop_btn_prev {
        left: 20px;
    }

    .portfolio a .img_hover {
        padding-top: 50px;
    }

    .vtSlider .vtSlide a {
        background-size: 65% !important;
    }
}


@media only screen and (max-width: 480px) {
    .info #info_inner {
        padding: 40px 15px;
    }

    .info h3 {
        font-size: 18px;
    }

    .info h3:after {
        font-size: 14px;
    }

    .info p,
    .info a {
        font-size: 12px;
        line-height: 1.4;
    }

    .info .logo {
        max-width: 90px;
        right: 15px;
        bottom: 15px;
    }

    .viewer .btn {
        top: 30px;
        right: 20px;
    }

    .pop_btn_next {
        right: 10px;
    }

    .pop_btn_prev {
        left: 10px;
    }

    .portfolio a .img_hover {
        padding-top: 48px;
        padding-left: 20px;
    }

    .portfolio a .img_hover h4 {
        font-size: 18px;
    }

    .portfolio a .img_hover p {
        font-size: 14px;
    }

    .portfolio a .img_hover p.b_line:after {
        bottom: -10px;
    }

    .welfare ul li {
        padding: 0 30px 0 35px !important;
        font-size: 13px;
    }

    .vtSlider .vtSlide a {
        background-size: 75% !important;
    }
}

/*챗봇 위치고정*/
.sc-htpNat {
    right: inherit;
    left: 24px !important;
}

.rightPosition {
    right: inherit;
    left: 25px !important;
}

.welfare ul li {
    margin: 10px 0 15px;
}

.welfare ul li:before {
    left: 40px;
    top: inherit;
    bottom: 0px;
}

.welfare_tit {
    margin-bottom: 30px;
}

/*서브헤더*/
.wrapperContainer0 {
    padding: 80px;
    background: url("../images/bg_sub_about.png") no-repeat center top;
    background-size: cover;
}

.wrapperContainer1 {
    background-image: url("../images/bg_sub_solution.png");
}

.wrapperContainer2 {
    background-image: url("../images/bg_sub_agency.png");
}

.wrapperContainer3 {
    background-image: url("../images/bg_sub_contactus.png");
}

.wrapperContainer4 {
    background-image: url("../images/bg_sub_marketing.png");
}

.wrapperContainer5 {
    background-image: url("../images/bg_sub_si.png");
}

.wrapperContainer0 h2,
.subPageHeadline0 h3,
.subPageHeadline0 h3 span {
    color: #fefefe;
    font-size: 16px;
}

.wrapperContainer0 h2 {
    font-size: 50px;
    font-weight: 100;
}

.subPageHeadline0 {
    padding-top: 140px;
}

.subPageHeadline0 h3 {
    padding-top: 10px;
}

@media screen and (max-width: 1199px) {
    .wrapperContainer0 {
        padding: 50px;
    }

    .subPageHeadline0 h3,
    .subPageHeadline0 h3 span {
        font-size: 16px;
    }

    .wrapperContainer0 h2 {
        font-size: 40px;
    }

    .subPageHeadline0 {
        padding-top: 120px;
    }
}

@media screen and (max-width: 599px) {
    .wrapperContainer0 {
        padding: 30px;
    }

    .subPageHeadline0 h3,
    .subPageHeadline0 h3 span {
        font-size: 14px;
    }

    .wrapperContainer0 h2 {
        font-size: 30px;
    }

    .subPageHeadline0 {
        padding-top: 100px;
    }
}

.not_scroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.not_scroll .wrapper {
    position: relative;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

/*메인 백그라운드 컬러*/
.vts01 {
    background: #59c2ff;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #59c2ff 0%, #1270e3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #59c2ff 0%, #1270e3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #59c2ff 0%, #1270e3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59c2ff', endColorstr='#1270e3', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.vts02 {
    background: #ffdf40;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ffdf40 0%, #ff8359 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ffdf40 0%, #ff8359 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ffdf40 0%, #ff8359 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf40', endColorstr='#ff8359', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.vts03 {
    background: #46eeaa;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #46eeaa 0%, #2cbfc7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #46eeaa 0%, #2cbfc7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #46eeaa 0%, #2cbfc7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46eeaa', endColorstr='#2cbfc7 ', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.vts04 {
    background: #5496ff;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #5496ff 0%, #8739e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #5496ff 0%, #8739e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #5496ff 0%, #8739e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5496ff', endColorstr='#8739e5 ', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
