@charset "utf-8";

/*공통*/
.sub-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub-wrap p {margin: 0;}
.sub-wrap .title {margin-bottom: 80px;}
.sub-wrap .title h2 {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
    word-break: keep-all;
}
.sub-wrap .title h3 {
    font-size: 36px;
    word-break: keep-all;
    margin: 0 0 50px;
    font-weight: bold;
}
.sub-wrap .title p {
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.7;
    word-break: keep-all;
}
.sub-wrap .desc {
    font-size: 18px;
    line-height: 1.7;
    word-break: keep-all;
}
.sub-wrap .sub-txt {
    text-align: center;
    margin-bottom: 200px;
}
.sub-wrap .sub-txt strong {
    font-size: 36px;
    display: block;
    word-break: keep-all;
    padding: 0 15px;
}
.sub-wrap .sub-txt strong span {
    background-image: linear-gradient(to right, #5252d7, #478cff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.sub-wrap .sub-txt p {
    font-size: 20px;
    margin-top: 80px;
    word-break: keep-all;
    line-height: 1.7;
}
.sub-wrap > section {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
}
.sub-wrap .split-wrap {
    display: flex;
    align-items: start;
}
.sub-wrap .split-wrap .title {
    width: 35%;
    padding-right: 50px;
}
.sub-wrap .split-wrap .content {width: 65%;}
.sub-wrap .slick-dots {
    text-align: center;
    font-size: 0;
    margin-top: 50px;
}
.sub-wrap .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px !important;
}
.sub-wrap .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #dbdbf0;
    border: none;
}
.sub-wrap .slick-dots li.slick-active button {background: #000;}
.sub-wrap .arrow-wrap {font-size: 0;}
.sub-wrap .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    font-size: 0;
}
.sub-wrap .arrow-wrap .slick-prev {border-right: 0;}
@media all and (max-width: 991px) {
    .sub-wrap .split-wrap {display: block;}
    .sub-wrap .split-wrap .title {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .sub-wrap .split-wrap .content {width: 100%;}
}
@media all and (max-width: 767px) {
    .sub-wrap > section {padding: 80px 0;}
    .sub-wrap .title {margin-bottom: 30px;}
    .sub-wrap .title h2 {font-size: 26px;}
    .sub-wrap .title h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sub-wrap .title p {
        font-size: 16px;
        margin-top: 15px;
    }
    .sub-wrap .sub-txt {margin-bottom: 80px;}
    .sub-wrap .sub-txt strong {font-size: 20px;}
    .sub-wrap .sub-txt p {
        font-size: 15px;
        margin-top: 30px;
    }
    .sub-wrap .arrow-wrap {display: none;}
    .sub-wrap .desc {
        font-size: 15px;
        line-height: 1.5;
    }
    .sub-wrap .split-wrap .title {margin-bottom: 30px;}
    .sub-wrap .slick-dots {margin-top: 30px;}
    .sub-wrap .slick-dots li {
        margin: 0 3px 3px !important;
        padding: 0 !important;
    }
    .sub-wrap .slick-dots li button {width: 6px; height: 6px;}
}

/*About*/
.about-wrap .split-wrap .title {width: 22%;}
.about-wrap .split-wrap .content {width: 78%;}
.about-wrap .intro {
    background: url(/img/custom/about_intro_bg.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}
.about-wrap .intro .at-container {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}
.about-wrap .intro .title {
    margin: 60px 0 0;
    color: #fff;
    width: 100%;
}
.about-wrap .intro .title::before {
    content: "";
    background: url(/img/custom/about_intro_object_01.svg) no-repeat center;
    background-size: cover;
    width: 293px;
    height: 127px;
    display: block;
    opacity: 0.1;
    margin-left: 140px;
    margin-bottom: 50px;
}
.about-wrap .intro .title::after {
    content: "";
    background: url(/img/custom/about_intro_object_02.svg) no-repeat center;
    background-size: cover;
    width: 381px;
    height: 165px;
    display: block;
    opacity: 0.1;
    margin-top: 50px;
}
.about-wrap .proverb .box-wrap {
    background: #f5f5fd;
    padding: 80px;
}
.about-wrap .proverb .box-wrap > div {margin-bottom: 80px;}
.about-wrap .proverb .box-wrap > div:last-child {margin-bottom: 0;}
.about-wrap .proverb .box-wrap > div .author {
    font-size: 16px;
    color: #888;
    font-weight: 300;
    margin-top: 20px;
}
.about-wrap .history {padding-top: 0;}
.about-wrap .history .history-wrap > div {display: flex;}
.about-wrap .history .history-wrap > div:last-child {padding-bottom: 0;}
.about-wrap .history .history-wrap .year {
    font-size: 30px;
    font-weight: bold;
    color: #5252d7;
    width: 120px;
    padding-right: 30px;
    line-height: 1;
    position: relative;
}
.about-wrap .history .history-wrap .year::after {
    content: "";
    background: #5252d7;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: -6px;
    top: 11px;
}
.about-wrap .history .history-wrap .list-wrap {
    width: calc(100% - 120px);
    border-left: 2px solid #ddd;
    padding-left: 50px;
    padding-bottom: 80px;
}
.about-wrap .history .history-wrap > div:last-child .list-wrap {padding-bottom: 0;}
.about-wrap .history .history-wrap .list-wrap li {
    display: flex;
    align-items: start;
    padding-bottom: 20px;
}
.about-wrap .history .history-wrap .list-wrap li:last-child {padding-bottom: 0;}
.about-wrap .history .history-wrap .list-wrap .month {
    width: 50px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 2px;
}
.about-wrap .history .history-wrap .list-wrap .desc {
    width: calc(100% - 50px);
}
.about-wrap .project {
    background: url(/img/custom/about_project_bg.jpg) no-repeat center;
    background-size: cover;
}
.about-wrap .project .title {color: #fff;}
.about-wrap .project .title > .at-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-wrap .project .title .slick-arrow {
    background: none;
    border: 1px solid #fff;
}
.about-wrap .project .title .slick-prev {border-right: none;}
.about-wrap .project .project-slider .slick-slide {
    background: #d5d5fb;
    border-radius: 10px;
    padding: 40px 30px 30px;
    margin: 0 15px;
}
.about-wrap .project .project-slider .slick-slide.slick-center {background: #fff;}
.about-wrap .project .project-slider .slick-slide h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.3em;
    height: 3.9em;
    overflow: hidden;
    word-break: keep-all;
}
.about-wrap .project .project-slider .slick-slide .bottom-wrap {
    border-top: 1px solid #a6a6ad;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-top: 80px;
}
.about-wrap .project .project-slider .slick-slide .bottom-wrap p {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.about-wrap .project .admin-btn a {color: #fff;}

.about-wrap .thesis .thesis-slider .slick-list,
.about-wrap .patent .patent-slider .slick-list {
    padding: 10px 30px 0;
    margin: 0 -30px;
}
.about-wrap .thesis .thesis-slider .slick-slide,
.about-wrap .patent .patent-slider .slick-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 30px;
    display: flex;
    margin-bottom: 10px;
}
.about-wrap .thesis .thesis-slider .slick-slide .left-area {
    font-size: 16px;
    color: #21c0dc;
    font-weight: bold;
    width: 20%;
    padding-right: 30px;
    word-break: keep-all;
}
.about-wrap .thesis .thesis-slider .slick-slide .right-area {width: 80%;}
.about-wrap .thesis .thesis-slider .slick-slide .right-area h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    word-break: keep-all;
}
.about-wrap .thesis .thesis-slider .slick-slide .right-area p {
    font-size: 14px;
    font-weight: 300;
    color: #888;
    margin: 0;
}
.about-wrap .patent {background: #f8f8f8}
.about-wrap .patent .patent-slider .slick-slide {display: block;}
.about-wrap .patent .patent-slider .slick-slide h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    word-break: keep-all;
}
.about-wrap .patent .patent-slider .slick-slide p {
    font-size: 14px;
    font-weight: 300;
    color: #888;
    margin: 0;
}
.about-wrap .advisor {padding: 0;}
.about-wrap .leadership .leadership-wrap,
.about-wrap .advisor .advisor-wrap {margin-bottom: -30px;}
.about-wrap .leadership .leadership-wrap::after,
.about-wrap .advisor .advisor-wrap::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
}
.about-wrap .leadership .leadership-wrap > div,
.about-wrap .advisor .advisor-wrap > div {
    float: left;
    width: calc((100% - 60px)/3);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 40px 20px 0 30px;
    min-height: 320px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.about-wrap .leadership .leadership-wrap > div:nth-child(3n),
.about-wrap .advisor .advisor-wrap > div:nth-child(3n) {margin-right: 0;}
.about-wrap .leadership .leadership-wrap h3,
.about-wrap .advisor .advisor-wrap h3 {
    margin: 0 0 15px;
    z-index: 1;
    position: relative;
}
.about-wrap .leadership .leadership-wrap h3 b,
.about-wrap .advisor .advisor-wrap h3 b {
    font-size: 30px;
    display: inline-block;
    vertical-align: bottom;
}
.about-wrap .leadership .leadership-wrap h3 span,
.about-wrap .advisor .advisor-wrap h3 span {
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
    color: #666;
    font-weight: bold;
    margin-left: 10px;
}
.about-wrap .leadership .leadership-wrap .desc,
.about-wrap .advisor .advisor-wrap .desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    z-index: 1;
    position: relative;
}
.about-wrap .leadership .leadership-wrap .img,
.about-wrap .advisor .advisor-wrap .img {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.about-wrap .leadership .leadership-wrap .img img,
.about-wrap .advisor .advisor-wrap .img img {
    max-width: 250px;
    max-height: 200px;
}
.about-wrap .leadership .leadership-wrap > div {border: 1px solid #5252d7;}
.about-wrap .leadership .leadership-wrap h3 span {color: #5252d7;}
@media all and (max-width: 1024px) {
    .about-wrap .intro .title {padding-left: 15px;}
    .about-wrap .intro .title h2 {font-size: 70px;}
}
@media all and (max-width: 991px) {
    .about-wrap .split-wrap .title,
    .about-wrap .split-wrap .content {width: 100%;}
    .about-wrap .leadership .leadership-wrap > div,
    .about-wrap .advisor .advisor-wrap > div {min-height: 400px;}
}
@media all and (max-width: 767px) {
    .about-wrap .intro {background-position: center right -450px;}
    .about-wrap .intro .title::before {
        width: 150px; height: 66px;
        margin-bottom: 15px;
    }
    .about-wrap .intro .title::after {
        width: 170px; height: 73px;
        margin-top: 15px;
    }
    .about-wrap .proverb .box-wrap {padding: 30px;}
    .about-wrap .proverb .box-wrap > div {margin-bottom: 30px;}
    .about-wrap .proverb .box-wrap > div .author {
        font-size: 14px;
        margin-top: 10px;
    }
    .about-wrap .split-wrap .title,
    .about-wrap .split-wrap .content {width: 100%;}
    .about-wrap .history .history-wrap .year {
        width: 70px;
        font-size: 18px;
        padding-right: 10px;
    }
    .about-wrap .history .history-wrap .year::after {
        width: 6px;
        height: 6px;
        right: -4px;
        top: 7px;
    }
    .about-wrap .history .history-wrap .list-wrap {
        width: calc(100% - 70px);
        padding-left: 30px;
        padding-bottom: 50px;
    }
    .about-wrap .history .history-wrap .list-wrap .month {
        width: 40px;
        font-size: 15px;
        margin: 0;
        padding-right: 10px;
    }
    .about-wrap .history .history-wrap .list-wrap .desc {width: calc(100% - 40px)}
    .about-wrap .project .project-slider .slick-slide {
        margin: 0 5px;
        padding: 25px;
    }
    .about-wrap .project .project-slider .slick-slide h3 {font-size: 18px;}
    .about-wrap .project .project-slider .slick-slide .bottom-wrap {
        font-size: 14px;
        margin-top: 50px;
        padding-top: 15px;
    }
    .about-wrap .thesis .thesis-slider .slick-slide,
    .about-wrap .patent .patent-slider .slick-slide {
        padding: 20px;
        display: block;
    }
    .about-wrap .thesis .thesis-slider .slick-slide .left-area {
        font-size: 14px;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .about-wrap .thesis .thesis-slider .slick-slide .right-area {width: 100%;}
    .about-wrap .thesis .thesis-slider .slick-slide .right-area h3 {font-size: 16px;}
    .about-wrap .patent .patent-slider .slick-slide h3 {font-size: 16px;}
    .about-wrap .leadership .leadership-wrap,
    .about-wrap .advisor .advisor-wrap {margin-bottom: 0;}
    .about-wrap .leadership .leadership-wrap > div,
    .about-wrap .advisor .advisor-wrap > div {
        float: none;
        width: 100%;
        margin: 0 0 10px;
        padding: 25px 25px 0;
        min-height: auto;
    }
    .about-wrap .leadership .leadership-wrap h3 b,
    .about-wrap .advisor .advisor-wrap h3 b {font-size: 24px;}
    .about-wrap .leadership .leadership-wrap h3 span,
    .about-wrap .advisor .advisor-wrap h3 span {font-size: 16px;}
    .about-wrap .leadership .leadership-wrap .desc,
    .about-wrap .advisor .advisor-wrap .desc {font-size: 15px;}
    .about-wrap .leadership .leadership-wrap .img,
    .about-wrap .advisor .advisor-wrap .img {
        position: relative;
        right: inherit;
        bottom: inherit;
        margin-top: 20px;
        text-align: right;
    }
}

/*AI Consulting*/
.consulting-wrap .top-area ul {
    display: flex;
    align-items: start;
}
.consulting-wrap .top-area ul li {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 50px 40px 60px;
    position: relative;
    min-height: 500px;
}
.consulting-wrap .top-area ul li:last-child {margin-right: 0;}
.consulting-wrap .top-area ul li b {
    font-size: 18px;
    color: #5252d7;
    display: block;
}
.consulting-wrap .top-area ul li h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 15px 0;
}
.consulting-wrap .top-area ul li .en-txt {
    font-size: 18px;
    font-weight: 300;
    color: #888;
    margin-bottom: 30px;
}
.consulting-wrap .top-area ul li .desc {padding-right: 40px;}
.consulting-wrap .top-area ul li .img {
    position: absolute;
    right: 40px;
    bottom: 60px;
}
.consulting-wrap .top-area ul li .go-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    background: linear-gradient(to bottom,#9393ff,#5252d7);
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    transition: all .3s;
}
.consulting-wrap .top-area ul li .go-btn img {transform: rotate(90deg);}
.consulting-wrap .top-area ul li .go-btn:hover {bottom: -35px;}
.consulting-wrap .bottom-area {margin-top: 50px;}
.consulting-wrap .bottom-area > div {padding-top: 200px;}
.consulting-wrap .bottom-area .title b {
    font-size: 18px;
    color: #fff;
    background: #111;
    border-radius: 5px;
    padding: 3px 10px 5px;
}
.consulting-wrap .bottom-area .title h2 {margin: 15px 0;}
.consulting-wrap .bottom-area .title .en-txt {
    font-size: 20px;
    font-weight: 300;
    color: #888;
    margin-bottom: 40px;
}
.consulting-wrap .bottom-area .content .info-wrap > div {margin-top: 50px;}
.consulting-wrap .bottom-area .content .info-wrap h3 {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.consulting-wrap .bottom-area .content .info-wrap h3 b {
    font-size: 18px;
    margin-left: 10px;
}
.consulting-wrap .bottom-area .content .info-wrap ul li {
    font-size: 0;
    margin-bottom: 5px;
}
.consulting-wrap .bottom-area .content .info-wrap ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.consulting-wrap .bottom-area .content .info-wrap ul li span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 300;
    width: calc(100% - 5px);
    padding-left: 10px;
}
.consulting-wrap .bottom-area .content .info-wrap > div:first-child h3 b {color: #5252d7;}
.consulting-wrap .bottom-area .content .info-wrap > div:first-child ul li::before {background: #5252d7;}
.consulting-wrap .bottom-area .content .info-wrap > div:last-child h3 b {color: #23acf2;}
.consulting-wrap .bottom-area .content .info-wrap > div:last-child ul li::before {background: #23acf2;}
@media all and (max-width: 991px) {
    .consulting-wrap .top-area ul {display: block;}
    .consulting-wrap .top-area ul li {
        width: 100%;
        margin: 0 0 40px;
        min-height: auto;
        padding: 40px;
    }
    .consulting-wrap .top-area ul li:last-child {margin-bottom: 0;}
    .consulting-wrap .top-area ul li .desc {padding-right: 200px;}
    .consulting-wrap .top-area ul li .img {bottom: 40px;}
}
@media all and (max-width: 767px) {
    .consulting-wrap .top-area ul li {padding: 25px;}
    .consulting-wrap .top-area ul li b {font-size: 16px;}
    .consulting-wrap .top-area ul li h3 {
        font-size: 24px;
        margin: 10px 0;
    }
    .consulting-wrap .top-area ul li .en-txt {
        font-size: 14px;
    }
    .consulting-wrap .top-area ul li .desc {padding-right: 0;}
    .consulting-wrap .top-area ul li .img {
        position: relative;
        right: inherit;
        bottom: inherit;
        margin-top: 20px;
        text-align: right;
    }
    .consulting-wrap .top-area ul li .img img {max-width: 120px;}
    .consulting-wrap .top-area ul li .go-btn {
        width: 42px;
        height: 42px;
        line-height: 42px;
        bottom: -21px;
    }
    .consulting-wrap .top-area ul li .go-btn:hover {bottom: -21px;}
    .consulting-wrap .bottom-area > div {padding-top: 80px;}
    .consulting-wrap .bottom-area .title b {font-size: 16px;}
    .consulting-wrap .bottom-area .title h2 {margin: 15px 0 10px;}
    .consulting-wrap .bottom-area .title .en-txt {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .consulting-wrap .bottom-area .content .info-wrap > div {margin-top: 25px;}
    .consulting-wrap .bottom-area .content .info-wrap h3 {margin-bottom: 15px;}
    .consulting-wrap .bottom-area .content .info-wrap h3 img {width: 18px;}
    .consulting-wrap .bottom-area .content .info-wrap ul li span {font-size: 15px;}
}

/*AI Solutions*/
.solutions-wrap .feature-wrap {margin-bottom: -40px;}
.solutions-wrap .feature-wrap::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
}
.solutions-wrap .feature-wrap li {
    margin-bottom: 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 50px;
    position: relative;
}
.solutions-wrap .feature-wrap li > b {
    font-size: 18px;
    color: #5252d7;
    display: block;
}
.solutions-wrap .feature-wrap li h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 1.4;
    word-break: keep-all;
}
.solutions-wrap .feature-wrap .desc {
    position: relative;
    z-index: 1;
    word-break: keep-all;
}

.ml-wrap .feature-wrap li {
    float: left;
    width: calc((100% - 40px)/2);
    margin-right: 40px;
    min-height: 420px;
}
.ml-wrap .feature-wrap li:nth-child(2n) {margin-right: 0;}
.ml-wrap .feature-wrap li .img {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.twin-wrap .feature-wrap li .img {
    display: flex;
    margin-top: 50px;
}
.twin-wrap .feature-wrap li .img > div {
    width: calc((100% - 40px));
    margin-right: 40px;
    background: #f5f5f5;
    padding: 40px;
}
.twin-wrap .feature-wrap li .img > div:last-child {margin-right: 0;}
.twin-wrap .feature-wrap li .img .label {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px !important;
    display: inline-block;
}

.twin-wrap .feature-wrap li .img > div:first-child .label {background: #000;}
.twin-wrap .feature-wrap li .img > div:last-child .label {background: #5252d7;}
.twin-wrap .feature-wrap li .img > div > img {margin: 30px 0;}
.twin-wrap .feature-wrap li .img .txt {
    display: flex;
    position: relative;
}
.twin-wrap .feature-wrap li .img .txt::after {
    content: "";
    background: url(/img/custom/arrow_right.svg) no-repeat center;
    background-size: cover;
    display: inline-block;
    width: 17px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: 50%;
    transform: translateX(-50%);
}
.twin-wrap .feature-wrap li .img .txt > div {
    background: #fff;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    width: calc((100% - 40px)/2);
    margin-right: 40px;
    letter-spacing: -0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}
.twin-wrap .feature-wrap li .img .txt > div:last-child {margin-right: 0;}
.twin-wrap .feature-wrap li .img .txt > div span {
    font-weight: bold;
    color: #5252d7;
}


.twin-wrap .feature-wrap li:first-child .img > div:first-child > img {margin: 50px 0;}
.twin-wrap .feature-wrap li:last-child .img > div:first-child .txt::after {content: none;}
.twin-wrap .feature-wrap li:last-child .img > div:first-child .txt > div {width: 100%;}


.crowd-wrap .feature {padding-top: 0;}
.crowd-wrap .feature .split-wrap {margin-left: calc((100% - 1400px)/2);}
.crowd-wrap .arrow-wrap {margin-top: 80px;}
.crowd-wrap .feature-wrap {position: inherit;}
.crowd-wrap .feature-wrap li {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
}
.crowd-wrap .feature-wrap li.slick-slide {
    padding: 40px 35px;
    min-height: 350px;
    border: 1px solid #ddd;
    border-radius: 20px;
    position: relative;
    margin-right: 30px;
}
.crowd-wrap .feature-wrap li h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
}
.crowd-wrap .feature-wrap li .img {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.crowd-wrap .result {background: #f5f5fd;}
.crowd-wrap .result .img {display: flex;}
.crowd-wrap .result .top-area {margin-bottom: 150px;}
.crowd-wrap .result .top-area .img > div {
    position: relative;
    width: calc((100% - 40px)/2);
    margin-right: 40px;
}
.crowd-wrap .result .top-area .img > div:last-child {margin-right: 0;}
.crowd-wrap .result .top-area .img > div .label {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px !important;
    background: #000;
    display: inline-block;
}
.crowd-wrap .result .bottom-area .img > div {
    position: relative;
    width: calc((100% - 90px)/4);
    margin-right: 30px;
}
.crowd-wrap .result .bottom-area .img > div:last-child {margin-right: 0;}
.crowd-wrap .result .bottom-area .img > div p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
@media all and (max-width: 1850px) {
    .crowd-wrap .feature-wrap li.slick-slide {min-height: 400px;}
}
@media all and (max-width: 1400px) {
    .crowd-wrap .feature .split-wrap {
        display: block;
        margin: 0;
    }
    .crowd-wrap .feature .split-wrap .title {
        width: 100%;
        padding: 0 15px;
    }
    .crowd-wrap .feature .split-wrap .title h2 br {display: none;}
    .crowd-wrap .feature .split-wrap .content {
        width: 100%;
        padding-left: 15px;
    }
    .crowd-wrap .arrow-wrap {display: none;}
    .crowd-wrap .feature-wrap li.slick-slide {min-height: 350px;}
}
@media all and (max-width: 1200px) {
    .ml-wrap .feature-wrap li {min-height: 450px;}
}
@media all and (max-width: 991px) {
    .ml-wrap .feature-wrap li {min-height: 520px;}
}
@media all and (max-width: 767px) {
    .solutions-wrap .feature-wrap {margin: 0;}
    .solutions-wrap .feature-wrap li {padding: 30px 25px;}
    .solutions-wrap .feature-wrap li:last-child {margin: 0;}
    .solutions-wrap .feature-wrap li > b {font-size: 16px;}
    .solutions-wrap .feature-wrap li h3 {
        font-size: 24px;
        margin: 10px 0 30px;
    }
    .ml-wrap .feature-wrap li {
        float: none;
        width: 100%;
        margin: 0 0 10px;
        min-height: auto;
    }
    .ml-wrap .feature-wrap li .img {
        position: relative;
        right: inherit;
        bottom: inherit;
        text-align: right;
        margin-top: 20px;
    }
    .ml-wrap .feature-wrap li .img img {max-width: 120px;}
    .twin-wrap .feature-wrap li .img {
        display: block;
        margin-top: 30px;
    }
    .twin-wrap .feature-wrap li .img > div {
        width: 100%;
        margin: 0 0 10px;
        padding: 25px;
    }
    .twin-wrap .feature-wrap li .img > div:last-child {margin: 0;}
    .twin-wrap .feature-wrap li .img .label {font-size: 14px;}
    .twin-wrap .feature-wrap li:first-child .img > div:first-child > img {margin: 30px 0;}
    .twin-wrap .feature-wrap li .img .txt::after {width: 15px; height: 12px;}
    .twin-wrap .feature-wrap li .img .txt > div {
        font-size: 14px;
        padding: 10px;
        width: calc((100% - 30px)/2);
        margin-right: 30px;
    }
    .crowd-wrap .feature-wrap li.slick-slide {
        padding: 30px 25px;
        margin-right: 10px;
        min-height: 300px;
    }
    .crowd-wrap .feature-wrap li h3 {font-size: 18px;}
    .crowd-wrap .feature-wrap li .img {
        right: 25px;
        bottom: 25px;
    }
    .crowd-wrap .result .img {display: block;}
    .crowd-wrap .result .top-area {margin-bottom: 80px;}
    .crowd-wrap .result .top-area .img > div {
        width: 100%;
        margin: 0 0 10px;
    }
    .crowd-wrap .result .top-area .img > div:last-child {margin: 0;}
    .crowd-wrap .result .top-area .img > div .label {
        top: 15px;
        left: 15px;
        font-size: 14px;
    }
    .crowd-wrap .result .bottom-area .img > div {
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }
    .crowd-wrap .result .bottom-area .img > div:last-child {margin: 0;}
    .crowd-wrap .result .bottom-area .img > div p {
        font-size: 15px;
        margin-top: 15px;
    }
}

/*Career*/
.career-wrap .intro {
    background: url(/img/custom/career_intro_bg.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}
.career-wrap .intro .at-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.career-wrap .intro .title {margin: 0;}
.career-wrap .intro .title h2 {
    font-size: 80px;
    color: #fff;
    text-align: center;
}
.career-wrap .intro .title h2 span {display: block;}

.career-wrap table {
    border-top: 1px solid #000;
    width: 100%;
}
.career-wrap table th,
.career-wrap table td {
    border-bottom: 1px solid #ddd;
    padding: 35px 30px;
    word-break: keep-all;
}
.career-wrap table th {
    font-size: 24px;
    font-weight: bold;
}
.career-wrap table td {
    font-size: 18px;
    font-weight: 300;
}
.career-wrap ul::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
}
.career-wrap ul {margin-bottom: -30px;}
.career-wrap ul li {
    float: left;
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    min-height: 200px;
}
.career-wrap ul li:nth-child(3n) {margin-right: 0;}
.career-wrap ul li h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
}
.career-wrap ul li .img {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.career-wrap .culture .content > div {margin-bottom: 120px;}
.career-wrap .culture .content > div:last-child {margin-bottom: 0;}
.career-wrap .culture .content h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 50px;
}
.career-wrap .culture .environment ul li:last-child {
    width: 100%;
    margin-right: 0;
}
.career-wrap .culture .environment ul li h4 span {
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-top: 8px;
}
.career-wrap .recruit {
    background: url(/img/custom/career_recruit_bg.jpg) no-repeat center;
    background-size: cover;
}
.career-wrap .recruit .more-btn {
    width: 200px;
    height: 42px;
    line-height: 42px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    margin-top: 50px;
}
.career-wrap .recruit .more-btn img {width: 13px; height: 11px;}
.career-wrap .recruit .more-btn:hover {padding: 0 15px;}
.career-wrap .recruit table td img {margin-left: 10px;}
@media all and (max-width: 767px) {
    .career-wrap .intro .title h2 {font-size: 36px;}
    .career-wrap table th,
    .career-wrap table td {
        padding: 15px 10px;
        font-size: 15px;
    }
    .career-wrap .culture .content > div {margin-bottom: 80px;}
    .career-wrap .culture .content h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .career-wrap ul {margin-bottom: -10px;}
    .career-wrap ul li {
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 20px;
        min-height: 180px;
    }
    .career-wrap ul li:nth-child(3n) {margin-right: 10px;}
    .career-wrap ul li:nth-child(2n) {margin-right: 0;}
    .career-wrap ul li h4 {font-size: 18px;}
    .career-wrap .recruit .more-btn {margin-top: 20px;}
