@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Black.eot");
    src: local("☺"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"), url("fonts/Montserrat-Black.svg") format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Bold.eot");
    src: local("☺"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Regular.eot");
    src: local("☺"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Light.eot");
    src: local("☺"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal
}

html {
    font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
}

body {
    font-family: "Montserrat", sans-serif;
    word-break: keep-all;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}

h1 {    
    font-weight: 900;
}

h1 span {
    color: #e4007f;
}

svg:not(:root) {
    overflow: hidden
}
.btn-point {
    position: relative;
    padding: 10px 24px 10px 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    background-color: #e4007f;
    color:#fff;
    font-size: 14px;
    min-width: 170px;
    display: inline-block;
    text-decoration: none;
}

.btn-point.color2 {
    background-color: #be0037;
}

.btn-point:focus {
    outline: none
}

.btn-point .bi {
    position: relative;
    left: 4px;
    width: 15px;
    fill: #fff;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out
}

.btn-point:hover .bi {
    left:10px
}
@media (min-width: 992px) {
    .btn-point {
        font-size: 16px;
    }
}

.l-viewport {
    position: relative;
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 45px 5px rgba(35, 25, 22, 0.85);
    overflow: hidden
}

.l-wrapper {
    position: relative;
    width: 1440px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto
}

.l-side-nav {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.l-side-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    max-height: 750px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: .35;
    z-index: 10
}

@media (max-width: 1200px) {
    .l-side-nav {
        display: none
    }
}

.l-main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.l-section {
    position: absolute;
    width: 100%;
    height: 100%
}

.section {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s
}

.section--is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

.section--next {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.section--prev {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10
}

.header--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    cursor: default;
}

.header--logo img {
    max-height: 44px;
}

.header--nav-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.header--nav-toggle span,
.header--nav-toggle::before,
.header--nav-toggle::after {
    content: "";
    position: relative;
    width: 16px;
    height: 2px;
    background-color: #fff
}

.header--nav-toggle::before {
    bottom: 5px;
    width: 23px
}

.header--nav-toggle::after {
    top: 5px;
    width: 23px
}

@media (min-width: 1200px) {
    .header {
        height: 80px;
    }
    .header--logo img {
        max-height: 60px;
    }
}

.side-nav {
    font-family: "Montserrat", sans-serif;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 70%;
    max-height: 750px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    z-index: 10
}

.side-nav>li {
    position: relative;
    top: -5px;
    color: #fff;
    font-size: 6px;
    cursor: pointer
}

.side-nav>li span {
    position: relative;
    top: 3px;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    opacity: 0;
    visibility: hidden
}

.side-nav>li::before {
    position: absolute;
    top: 3px;
    left: 10px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 300
}

.side-nav li:nth-child(1)::before {
    content: "01"
}

.side-nav li:nth-child(2)::before {
    content: "02"
}

.side-nav li:nth-child(3)::before {
    content: "03"
}

.side-nav li:nth-child(4)::before {
    content: "04"
}

.side-nav li:nth-child(5)::before {
    content: "05"
}

.side-nav li:nth-child(6)::before {
    content: "06"
}

.side-nav li.is-active {
    color: #e4007f;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.side-nav li.is-active span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.side-nav li.is-active::before {
    left: -33px;
    color: #fff
}

.section-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width:100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (min-width: 1200px) {
    .section-item {
        margin: 0 200px 0 100px;
    }
}

/* about */
.section-bg-about {
    background-image: url("../img/bg_img1.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.about--banner {
    position: relative;
}

.about--banner h1::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -15px;
    right: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1)
}

.about--banner h1::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30%;
    height: 4px;
    background-color: #e4007f
}

.about--banner h1 {
    position: relative;
    width: 100%;
    font-size: 36px;
}

.about--banner img {
    max-width: 500px;
}

@media (min-width: 768px) {
    .about--banner h1 {
        font-size: 40px;
    }
}
@media (min-width: 992px) {
    .about--banner h1 {
        font-size: 56px;
    }
}
@media (min-width: 1200px) {
    .about--banner h1 {
        font-size: 68px;
    }
}

/* vision */
.vision h1 {
    font-size: 36px;
}
.vision h4 {
    font-size: 16px;
}

.vision--option {    
    position: relative;
    width: 152px;
    height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color:rgba(255, 255, 255, 0.9);
}
.vision--option.bg-point {
    border-color: rgba(228, 0, 127, 0.8);
    background-color: rgba(228, 0, 127, 0.5);
}

.vision--option:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
}
.vision--option.bg-point:hover {
    border-color: rgba(228, 0, 127, 1);
    background-color: rgba(228, 0, 127, 0.8);
}

.vision--option .vision--title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s;
}
.vision--option:hover .vision--title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s;
}
.vision--option .vision--content {
    position: absolute;
    font-size: 14px;
    line-height: 1.3;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s;
    color:rgba(255, 255, 255, 1);
}

.vision--option:hover .vision--content {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s;
}

@media (max-width: 767px) {
    .vision--option.bg-point.bg-md-defalut {        
        border-color: rgba(255, 255, 255, 0.2);
        background-color: rgba(255, 255, 255, 0.2);
    }
    .vision--option.bg-md-point {
        border-color: rgba(228, 0, 127, 0.8);
        background-color: rgba(228, 0, 127, 0.5);
    }
    
    .vision--option.bg-point.bg-md-defalut:hover {
        border-color: rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.4);
    }
    .vision--option.bg-md-point:hover {
        border-color: rgba(228, 0, 127, 1);
        background-color: rgba(228, 0, 127, 0.8);
    }
}
@media (min-width: 768px) {
    .vision h1 {
        font-size: 40px;
    }
    .vision h4 {
        font-size: 20px;
    }
    .vision--option {    
        width: 172px;
        height: 172px;
    }
    .vision--option .vision--title {
        font-size: 20px;
    }
    .vision--option .vision--content {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .vision h1 {
        font-size: 48px;
    }
    .vision h4 {
        font-size: 24px;
    }
    .vision--option {    
        width: 220px;
        height: 220px;
    }
    .vision--option .vision--title {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    .vision h1 {
        font-size: 58px;
    }
}

/* business */
.business h1 {
    font-size: 36px;
}

.business--banner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.business--option {
    position: relative;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}
.business--option.bg-point {
    border-color: rgba(228, 0, 127, 0.8);
    background-color: rgba(228, 0, 127, 0.5);
}
.business--option .business--title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color:rgba(255, 255, 255, 0.9);
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s;
}
.business--option .business--content {
    display: none;
    position: absolute;
    font-size: 16px;
    line-height: 1.3;
    padding: 20px;    
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s;
}

.business--content>ul {
    text-align: initial;
    list-style: decimal;
    padding-left: 20px;
}
.business--content>ul>li {
    padding-bottom:10px;
    font-weight: bold;
    font-size: 20px;
}
.business--content>ul>li:last-child {
    padding-bottom:0;
}
.business--content>ul ul {
    list-style: decimal;
    list-style: disc;
    margin-left: 0;
    padding-left: 20px;
}
.business--content>ul>li li {
    font-weight: normal;
    font-size: 16px;
}

@media (max-width: 767px) {
    .business--option.bg-point.bg-md-defalut {        
        border-color: rgba(255, 255, 255, 0.2);
        background-color: rgba(255, 255, 255, 0.2);
    }
    .business--option.bg-md-point {
        border-color: rgba(228, 0, 127, 0.8);
        background-color: rgba(228, 0, 127, 0.5);
    }
}
@media (min-width: 768px) {
    .business h1 {
        font-size: 40px;
    }
    .business--option {
        height: 160px;
    }
}
@media (min-width: 992px) {
    .business--option {
        height: 220px;
    }
    .business--option .business--title {
        font-size: 24px;
    }
    .business--option .business--content {
        display: block;
    }    
    .business--option:hover {
        border-color: rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 1);
    }
    .business--option.bg-point:hover {
        border-color: rgba(228, 0, 127, 1);
        background-color: rgba(255, 255, 255, 1);
    }
    .business--option:hover .business--title {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
        transition: opacity .4s ease-in-out, visibility 0s .4s;
    }
    .business--option:hover .business--content {
        color:#231916;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        -webkit-transition: opacity .4s ease-in-out .4s;
        transition: opacity .4s ease-in-out .4s;
    }
}
@media (min-width: 1200px) {
    .business h1 {
        font-size: 44px;
    }
}
/* technology */
.technology h1 {
    font-size: 28px;
}

.technology--banner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.technology--option, .technology--option .technology--title, .technology--option .technology--image {
    height:90px;
}
.technology--option {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}
.technology--option.bg-point {
    border-color: rgba(228, 0, 127, 0.8);
    background-color: rgba(228, 0, 127, 0.5);
}
.technology--option .technology--title {
    position: absolute;
    width: 100%;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color:rgba(255, 255, 255, 0.9);
    padding: 10px 0;
    -webkit-transition: top .4s ease-in-out, left .4s ease-in-out;
    transition: top .4s ease-in-out, left .4s ease-in-out
}
.technology--option:hover .technology--title {
    color:rgba(255, 255, 255, 1);
}
.technology--option .technology--image {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;  
    background-size: cover;
}
.technology--option .technology--image::before {
    content:"";
    display: block;
    position: absolute;
    width:100%;
    height: 100%;
    background: #000;
    opacity: .65;
}
.technology--option .technology--image.image1 {
    background-image: url("../img/tech_img1.png");
}
.technology--option .technology--image.image2 {
    background-image: url("../img/tech_img2.png");
}
.technology--option .technology--image.image3 {
    background-image: url("../img/tech_img3.png");
}
.technology--option .technology--image.image4 {
    background-image: url("../img/tech_img4.png");
}
.technology--option .technology--image img {
    display: none;
}
.technology--option .technology--content {
    display: none;
    padding: 10px 10px 20px;
    color:rgba(255, 255, 255, 1);
    opacity: .5;
}
.technology--content>ul {
    text-align: initial;
    list-style: decimal;
    padding-left: 20px;
}
.technology--content>ul>li {
    padding-bottom:10px;
    font-weight: bold;
}
.technology--content>ul>li:last-child {
    padding-bottom:0;
}
.technology--content>ul ul {
    display: none;
    list-style: decimal;
    list-style: disc;
    margin-left: 0;
    padding-left: 20px;
}
.technology--content>ul>li li {
    font-weight: normal;
    font-size: 14px;
}
@media (min-width: 576px) { 
    .technology--option, .technology--option .technology--title, .technology--option .technology--image {
        height:200px;
    }
}
@media (min-width: 992px) {
    .technology--option {
        height: 100%;
    }    
    .technology--option .technology--title, .technology--option .technology--image {
        height:200px;
    }
    .technology--option:hover .technology--image::before {
        opacity: .4;
    }
    .technology--option .technology--content {
        display: block;
    }
    .technology--option:hover {
        border-color: rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.4);
    }
    .technology--option.bg-point:hover {
        border-color: rgba(228, 0, 127, 1);
        background-color: rgba(228, 0, 127, 0.8);
    }
    .technology--option:hover .technology--content {
        opacity: 1;
    }
    .technology--option:hover .technology--title {
        font-size: 20px;
        letter-spacing: -2px;
    }
    .technology--option .technology--title {
        height:200px;
    }
    .technology--option:hover .technology--title {
        top: 70px;
    }
}
@media (min-width: 1200px) {   
    .technology h1 {
        font-size: 40px;
    }
    .technology--option:hover .technology--title {
        font-size: 24px;
        letter-spacing: -2px;
    }
}

/* work */
.work h1 {
    font-size: 36px;
}
.work--lockup {
    position: relative
}

.work--lockup .slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.work--lockup .slider--item {
    position: absolute;
    display: none;
    text-align: center
}

.work--lockup .slider--item a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}

.work--lockup .slider--item-title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.work--lockup .slider--item-description {
    display: none;
    max-width: 300px;
    margin: 0 auto
}

.work--lockup .slider--item-image {
    width: 200px;
    margin: 0 auto;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.4);
    display: inline-flex;
}

.work--lockup .slider--item-image img {
    width: 100%
}

.work--lockup .slider--item-left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.work--lockup .slider--item-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.work--lockup .slider--item-center {
    position: relative;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    z-index: 1;
}

.work--lockup .slider--item-center a {
    color: #fff
}
.work--lockup a {
    cursor: default;
}

.work--lockup .slider--item-center .slider--item-title {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px
}

.work--lockup .slider--item-center .slider--item-description {
    display: block;
    font-size: 16px;
}

.work--lockup .slider--item-center .slider--item-image {
    width: 400px;
    /* height: 300px; */
    border: 8px solid #e4007f;
    display: inline-flex;
}

.work--lockup .slider--next,
.work--lockup .slider--prev {
    position: absolute;
    top: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer
}

.work--lockup .slider--next .bi,
.work--lockup .slider--prev .bi {
    font-size: 20px;
    color: #fff
}

.work--lockup .slider--next {
    right: 0
}

.work--lockup .slider--prev {
    left: 0
}

@media (max-width: 992px) {
    .work--lockup .slider--item-image {
        width: 120px;
        height: 120px
    }

    .work--lockup .slider--item-center .slider--item-image {
        width: 240px;
        height: 240px
    }

    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        top: 130px
    }
}

@media (max-width: 768px) {
    .work--lockup .slider {
        width: 75%
    }

    .work--lockup .slider--item-image {
        width: 90px;
        height: 90px
    }

    .work--lockup .slider--item-center .slider--item-image {
        width: 190px;
        height: 190px
    }

    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        top: 105px
    }
}

@media (max-width: 576px) {    
    .work h1 {
        font-size: 28px;
    }
    .work--lockup .slider {
        width: auto
    }

    .work--lockup .slider--item-left,
    .work--lockup .slider--item-right {
        display: none
    }
}

/* contact */
.section-bg-contact {
    background-image: url("../img/contact_img.png");
    background-position: center;
    background-repeat: no-repeat;    
    box-shadow: 0 -150px 100px 50px rgba(35, 25, 22, 0.75) inset;
}

.contact--lockup {
    position: relative;
    display: flex;
    justify-content: center;
}

.contact--lockup .contact--banner {
    padding: 20px;
    text-align: center;
}

.contact--lockup .contact--information p,
.contact--lockup .contact--information a {
    display: block;
    margin: 14px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.contact--lockup .contact--information p {
    margin-top: 0
}

.contact--lockup .contact--options {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .contact--lockup {
        justify-content: flex-end;
    }
}

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

.perspective--modalview {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.container-wrap {
    position: relative;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);
    min-height: 100%;
    outline: 30px solid #e4007f;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.modalview .container-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.effect-rotate-left .container-wrap {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.effect-rotate-left--animate .container-wrap {
    -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    outline: 30px solid #e4007f
}

.outer-nav {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    visibility: hidden;
    -webkit-transition: visibility 0s .2s;
    transition: visibility 0s .2s
}

.outer-nav.is-vis {
    visibility: visible
}

.outer-nav--return {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    z-index: 11
}

.outer-nav--return.is-vis {
    display: block
}

.outer-nav>li {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(350px) translateZ(-1000px);
    transform: translateX(350px) translateZ(-1000px);
    font-size: 24px;
    font-weight: 900;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    color: rgba(255, 255, 255, 0.8);
}
.outer-nav>li:hover {
    color: rgba(255, 255, 255, 1);
}

.outer-nav>li.is-vis {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    opacity: 1;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s
}

.outer-nav>li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    width: 110%;
    height: 8px;
    opacity: 0;
    background-color: #e4007f
}

.outer-nav>li.is-active::before {
    opacity: 1
}

@media (min-width: 576px) {
    .outer-nav>li {
        font-size: 32px
    }    
}
@media (min-width: 768px) {
    .outer-nav>li {
        font-size: 44px
    }
    .outer-nav>li::before {
        height: 12px;
    }
}
@media (min-width: 992px) {
    .outer-nav>li {
        font-size: 56px
    }
}

.outer-nav li.is-vis:nth-child(2) {
    -webkit-transition-delay: .04s;
    transition-delay: .04s
}

.outer-nav li.is-vis:nth-child(3) {
    -webkit-transition-delay: .08s;
    transition-delay: .08s
}

.outer-nav li.is-vis:nth-child(4) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s
}

.outer-nav li.is-vis:nth-child(5) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

/* modal-ceo */
.ceo-group {    
    background-image: url("../img/ceo_img1.jpg");
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: 10% bottom;
    box-shadow: 0px 0px 50px 70px rgba(35, 25, 22, 0.75) inset;
}
.ceo-group .ceo-ph {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}
.ceo-group .ceo-ph2 {
    font-size: 22px;
}
.ceo-group .ceo-ph2 span.text-point {
    color:#e4007f;
    font-weight: 900;
}
.ceo-group .ceo-name span {
    font-size: 22px;
}

@media (min-width: 992px) {
    .ceo-group {    
        background-size: 60%;
        background-position: right bottom;
    }
    .ceo-group .ceo-ph {
        width: 70%;
        padding: 30px;
        font-size: 18px;
    }
    .ceo-group .ceo-ph2 {
        font-size: 24px;
    }
    .ceo-group .ceo-name span {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    .ceo-group .ceo-ph {
        width: 60%;
        padding: 40px;
        font-size: 20px;
    }
    .ceo-group .ceo-ph2 {
        font-size: 28px;
    }
    .ceo-group .ceo-name span {
        font-size: 28px;
    }
}

.box-point, .box-default {
    display: flex;
    flex-direction: column;
}
.box-default {    
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
}
.box-point .title {
    background-color: #e4007f;
}
.box-default .title {
    background-color: rgba(255, 255, 255, 0.15);
}
.box-point .title, .box-default .title {
    font-size: 16px;
    font-weight: 900;
    padding: 7px;
    color: rgba(255, 255, 255, 0.9);
}
.box-default .team {
    padding: 5px;
    font-size: 14px;
}
@media (min-width: 768px) {
    .box-point .title, .box-default .title {
        font-size: 18px;
    }
    .box-default .team {
        padding: 10px;
        font-size: 16px;
    }
}

.timeline {
    border-left: 3px solid #e4007f;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    margin-left: 120px;
}

@media (max-width: 767px) {
    .timeline {
        padding: 25px;
        margin-left: 0;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    margin-bottom: 30px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 1.3em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        position: relative;
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #e4007f;
    box-shadow: 0 0 0 3px #e4007f;
    left: -55.8px;
    background: #000;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #e4007f;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}
.timeline-item {
    position: relative;
    display: flex;
}
.timeline-item.noline:before {
    display: none;
}
.timeline-item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -50px;
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: 1px dashed #e4007f;
}
@media (max-width: 767px) {
    .timeline-item:before {        
        top: 10px;
        left: -25px;
        width: 20px;
    }
}
.timeline-brand {
    background-color: #fff;
    max-width: 70px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.timeline-brand img {
    max-width: 100%;
    height: fit-content;
}
.timeline-item h
.timeline-item .text {
    font-weight: 300;
    font-size: 0.9em;
}