@charset "utf-8";

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

header.active {
    background: rgba(0, 0, 0, 0.5);
}

header .logo {
    position: absolute;
    top: 36px;
    left: 40px;
    display: inline-block;
    width: 170px;
    height: 28px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
}

header .logo a {
    display: inline-block;
    width: 170px;
    height: 28px;
    background: url('../images/common/logo.png') no-repeat;
    font-size: 0;
    vertical-align: top;
}

header .gnb {
    position: relative;
}

header .gnb .dth1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .gnb .dth1 > li {
    /* margin: 0 50px; */
}

header .gnb .dth1 > li > a {
    font-size: 20px;
    height: 100px;
    line-height: 100px;
    display: block;
    padding: 0 50px;
}

header .gnb .dth1 > li:hover > a {
    color: #f49f20;
}

header .gnb .dth2 {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    justify-content: center;
    width: 80%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
}

header .gnb .dth1 > li:hover > .dth2 {
    display: flex;
}

header .gnb .dth2 > li {
    height: 50px;
    line-height: 50px;
    margin: 0 30px;
}

header .gnb .dth2 > li a {
    font-size: 17px;
    position: relative;
}

header .gnb .dth2 > li a:hover {
    opacity: 1;
    color: #f49f20;
}

/* 메뉴 오버레이 - 기존 */
/* header .gnb .dth2_bg { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: none; background: #000; width: 100%; height: calc(100% + 60px); z-index: -1; transition: all 0.5s ease; opacity: 0.5; } */
/* 메뉴 오버레이 - 변경 */
header .gnb .dth2_bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background: #000;
    width: 100%;
    height: calc(100% + 60px);
    z-index: -1;
    transition: all 0.5s ease;
    /* opacity: 0.5; */
    box-shadow: rgba(133, 133, 133, 0.15) 2px 14px 18px;
}

.m_menu {
    display: none;
}

.swiper_main {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
}

.swiper_main .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    box-sizing: border-box;
    padding: 300px 0;
}

.swiper_main .swiper-slide .inner {
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.swiper_main .swiper-slide h2 {
    font-size: 130px;
    font-weight: 500;
    line-height: 0.9;
}

.swiper_main .swiper-slide h2 span {
    font-size: 50px;
    font-weight: 300;
}

.swiper_main .swiper-slide p {
    font-size: 22px;
    font-weight: 400;
    opacity: 0.7;
    margin: 30px 0 120px;
    line-height: 1.6;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 30px;
}

.contents .Growth-list {
    background: url('../images/common/main03_bg.svg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.contents .PublicCloud {
    background: url('../images/common/bg_cloud.jpg') no-repeat;
}

.contents .HybridService {
    background: url('../images/common/bg_infrastructure.jpg') no-repeat;
}

.contents .AIService {
    background: url('../images/common/bg_ai.jpg') no-repeat;
}

.contents .Security {
    background: url('../images/common/bg_security.jpg') no-repeat;
}

.contents .CMP {
    background: url('../images/common/bg_cmp.jpg') no-repeat;
}

.contents .SmartFarm {
    background: url('../images/common/bg_smartfarm.jpg') no-repeat;
}

.contents .PortalSolution {
    background: url('../images/common/bg_platform.jpg') no-repeat;
}

.contents .ContactUs {
    background: url('../images/common/bg_contact.jpg') no-repeat;
}

.thumbs_wrap {
    position: absolute;
    top: 540px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
}

.thumbs_wrap .inner {
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.thumbs_wrap_inner {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    box-sizing: border-box;
}

.swiper_thumbs {
    width: 720px;
    height: 180px;
    overflow: hidden;
    padding-bottom: 26px;
    position: relative;
}

.swiper_thumbs .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 20px;
}

.swiper_thumbs .swiper-slide:hover {
    background: rgba(255, 255, 255, 0.2);
}

.swiper-slide-thumb-active {
    background: rgba(255, 255, 255, 0.2);
}

.swiper_thumbs .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
}

.swiper_thumbs .swiper-slide a span:not(.icon) {
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 0 25px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 300;
}

.swiper_thumbs .swiper-scrollbar {
    opacity: 1 !important;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    z-index: 1;
}

.swiper_thumbs .swiper-scrollbar-drag {
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
}

.swiper_thumbs .swiper-button-next:after,
.swiper_thumbs .swiper-button-prev:after {
    color: #fff;
    font-size: 30px;
    z-index: 100;
}

.swiper_thumbs .swiper-slide .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 25px;
}

.swiper_thumbs .swiper-slide .icon:before,
.swiper_thumbs .swiper-slide .icon:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    transition: transform 0.25s ease-out;
}

.swiper_thumbs .swiper-slide .icon:before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1px;
}

.swiper_thumbs .swiper-slide .icon:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -1px;
}

.swiper_thumbs .swiper-slide:hover .icon {
    cursor: pointer;
}

.swiper_thumbs .swiper-slide:hover .icon:before {
    transform: rotate(90deg);
}

.swiper_thumbs .swiper-slide:hover .icon:after {
    transform: rotate(180deg);
}

.swiper-slide-thumb-active .icon {
    cursor: pointer;
}

.swiper-slide-thumb-active .icon:before {
    transform: rotate(90deg);
}

.swiper-slide-thumb-active .icon:after {
    transform: rotate(180deg);
}

/*.contents .contents_inner { padding: 0 220px; padding-top: 260px; } 
.contents .contents_inner h1 { font-size: 140px; font-weight: 500; line-height: 0.9; } 
.contents .contents_inner p { font-size: 22px; font-weight: 400; opacity: 0.7; margin: 30px 0 120px; line-height: 1.6; } 
.contents .contents_inner p.mobile { display: none; } 
.contacts { position: absolute; right: 50px; bottom: 50px; width: 50px; height: 35px; cursor: pointer; padding-top: 15px; background: #f49f20; border-radius: 50px; transition: all 0.2s ease; text-align: center; overflow: hidden; } 
.contacts:hover { background: rgba(255, 255, 255, 0.5); width: 148px; } 
.contacts .plus { display: inline-block; margin-bottom: 5px; } 
.contacts:hover .plus { display: none; } 
.contacts span { display: none; color: #000; font-weight: 700; font-size: 15px; } 
.contacts:hover span { display: inline-block; } 
.contacts .arrow { display: none; margin: 0 5px 5px 10px; position: relative; animation-name: arrow; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } 
@keyframes arrow { 
 0% { left: 0px; } 
 100% { left: 4px; } 
 }
.contacts:hover .arrow { display: inline-block; } 
*/
/* m_menu icon */
.m_menu {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99999;
}

.m_menu_btn {
    display: flex;
    position: relative;
    width: 26px;
    height: 20px;
    cursor: pointer;
}

.m_menu_btn span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 30px;
    background: #fff;
    transition: all 0.5s;
}

.m_menu_btn span:nth-child(1) {
    top: 0;
}

.m_menu_btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.m_menu_btn span:nth-child(3) {
    bottom: 0;
}

/* m_menu icon show */
.m_menu_btn.on {
    z-index: 999;
}

.m_menu_btn.on span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.m_menu_btn.on span:nth-child(2) {
    opacity: 0;
}

.m_menu_btn.on span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

/* m_menu */
.sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 1;
    transition: all 0.5s;
    padding: 80px 40px;
    box-sizing: border-box;
}

.m_menu_btn.on + .sidebar {
    right: 0;
}

.m_menu .dth1 > li > a {
    display: flex;
    padding: 16px 0;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.m_menu .dth1 > li > a.on {
    color: #f49f20;
}

.m_menu .dth1 > li > a span {
    display: inline-block;
    width: 16px;
    height: 9px;
    background: url(../images/common/btn_dropdown.png);
    font-size: 0;
    margin-left: auto;
    background-size: 100%;
}

.m_menu .dth1 > li > a.on span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m_menu .dth2 {
    display: none;
}

.m_menu .dth2 > li {
    padding: 10px 20px;
}

.m_menu .dth2 > li > a {
    font-size: 15px;
    opacity: 0.7;
}

.m_menu .dth2 > li > a.on {
    opacity: 1;
}

.m_menu .dth2 > li > a:hover {
    opacity: 1;
}

footer {
    background-color: #222;
    padding: 35px 0;
}

footer .inner {
    display: flex;
    max-width: 1600px;
    padding: 0 50px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

footer .footer_logo {
    display: inline-block;
    width: 170px;
    height: 28px;
    background: url(../images/common/logo.png) no-repeat center;
    font-size: 0;
}

footer .fot_btn_wrap {
    display: flex;
    position: absolute;
    top: 0;
    right: 50px;
}

footer .btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 15px;
    background-color: #393939;
    background-position: center;
    background-repeat: no-repeat;
}

footer .fot_btn_wrap .btn:first-child {
    margin-left: 0;
}

footer .facebook {
    background-image: url(../images/common/icon_facebook.svg);
}

footer .youtube {
    background-image: url(../images/common/icon_youtube.svg);
}

footer .instagram {
    background-image: url(../images/common/icon_instagram.svg);
}

footer .fot_info {
    margin-left: 50px;
}

footer .fot_info li,
footer .fot_info p {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.5;
    line-height: 1.4;
}

footer .fot_info .copyright {
    margin-top: 35px;
}

.btn_top {
    background: url(../images/sub/TOP.png) no-repeat center;
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

/* 2025 / 03 /25 */
.cont_tit h2 .word {
    display: inline-block;
    overflow: hidden;
}

.cont_tit h2 .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .8s, transform .8s;
    transition-delay: calc(25ms * var(--char-index));
}

.cont_tit h2.aos-animate .char {
    opacity: 1;
    transform: translateY(0);
}

/* scroll */
.scroll_txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
    z-index: 1;
}

.scroll_txt p {
    font-size: 20px;
    letter-spacing: 0;
    padding-bottom: 10px !important;
}

.scroll_txt .bar {
    display: block;
    width: 2px;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.scroll_txt .bar::after {
    content: '';
    width: 2px;
    height: 100px;
    position: absolute;
    transform: translate3d(0, -100%, 0);
    background: #fff;
    animation: ease-in-out 1.5s infinite;
    animation-name: bar;
}

@keyframes bar {
    0% {
        top: 0%;
    }

    100% {
        top: 100%;
    }
}

.Growth-list {
    display: block;
    position: relative;
    height: 100vh;
}

.Growth {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 700px;
    margin: 70px auto;
}

.Growth-list .inner {
    position: relative;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

.Growth li {
    width: calc(100% / 2);
    position: relative;
    border: 1px solid #A5A5A5;
    padding: 30px 20px;
}

.Growth li:not(:nth-child(2)) {
    margin-right: 30px;
}

.Growth li:nth-child(1) .Growth-box p {
    color: #F49F20;
}

.Growth li:nth-child(2) .Growth-box p {
    color: #55B0FF;
}

.Growth li:nth-child(1):hover {
    border-color: #F49F20;
}

.Growth li:nth-child(2):hover {
    border-color: #55B0FF;
}

.Growth li .Growth-box p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.Growth-box i {
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.Growth li:nth-child(1) .Growth-box i {
    background-image: url(../images/common/ico-growth01_ov.svg);
}

.Growth li:nth-child(2) .Growth-box i {
    background-image: url(../images/common/ico-growth03_ov.svg);
}

.Growth-box span {
    text-align: center;
    display: block;
    margin-top: 20px;
    color: #E6E6E6;
}

.partner-list .inner,
.Growth-list .inner,
.cloud-service .inner,
.ai-service .inner {
    max-width: 1450px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.partner-list .inner,
.cloud-service .inner,
.ai-service .inner {
    padding: 100px 0;
}

.ai-service .inner {
    padding-bottom: 40px;
}

.partner-list .inner::after,
.cloud-service .inner::after,
.ai-service .inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #fff;
}

.partner-list ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 760px;
    margin: 0 auto;
    padding: 30px 0;
}

.partner-list ul li {
    width: calc((100% / 5) - 20px);
    margin-bottom: 25px;
    display: block;
    text-align: center;
    margin-right: 25px;
}

.partner-list ul li:hover {
    transform: rotate(-8deg);
    transition: .4s;
}

.partner-list p,
.Growth-list p {
    text-align: center;
    padding-bottom: 20px;
    display: block;
    font-size: 23px;
    font-weight: 200;
    line-height: 1.5;
}

.Growth-list p {
    text-align: center;
    color: #E6E6E6;
}

.Growth-list p span {
    font-weight: 500;
    font-size: 23px;
}

.partner-list ul li:nth-child(5n) {
    margin-right: 0;
}

.inquire-btn {
    position: relative;
    padding: 12px 50px 15px;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 17px;
    left: 50%;
    transform: translateX(-50%);
}

.inquire-btn:hover {
    border: 1px solid #F49F20;
    color: #F49F20;
}

.txt-org {
    color: #FBA321;
}

.txt-blue {
    color: #55B0FF;
}

.cont_tit {
    overflow: hidden;
}

.cont_tit.center > * {
    text-align: center;
}

.cont_tit h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.cont_tit h2 span {
    font-size: 60px;
}

.cont_tit h2 span.thin {
    font-size: 55px;
}

.cont_tit p {
    padding: 5px 0;
    font-size: 18px;
    font-weight: 400;
    text-align: start;
    color: #E6E6E6;
}

.growth-tit p {
    font-size: 20px;
}

.growth-tit > * {
    text-align: center !important;
}

/*리더보드*/
.ldbd .inner {
    max-width: 1450px;
    padding: 150px 50px 100px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.ldbd {
    background-image: url(../images/common/sec02_bg.svg);
    background-position: top;
    background-repeat: no-repeat;
}

.ldbd .inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #fff;
}

.ldbd .inner .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.leader-title {
    text-align: start;
    position: relative;
    margin-right: 48px;
    padding-top: 5px;
}

.leader-title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #F49F20;
}

.leader-title p {
    font-size: 25px;
    line-height: 1.5;
    color: #E6E6E6;
}

.leader-title p em {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.leader-title p.ld-txt {
    font-size: 20px;
    margin-top: 50px;
    color: #E6E6E6;
    font-weight: 200;
}

.leader-title p.ld-txt span {
    color: #e6e6e6;
    font-size: 20px;
    margin-right: 0;
    font-weight: 500;
}

.leader-title > p > span {
    color: #57B4F9;
    font-size: 30px;
    margin-right: 10px;
    font-weight: bold;
}

.leader-img p {
    text-align: center;
    display: block;
    margin: 10px 0;
    z-index: 4;
}

.al_first {
    width: 80%;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.al_first > img {
    margin-right: 20px;
    position: relative;
}

.al_first p::after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 2.5px;
    height: 60px;
    background: #DCDCDC;
}

.al_first p {
    margin-left: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 20px;
}

button.learn-more {
    position: relative;
    display: block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    margin: 0 auto;
    margin-top: 30px;
}

button.learn-more {
    width: 12rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #F49F20;
    border-radius: 1.625rem;
}

button.learn-more.green .circle {
    background: #57B891;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.8rem 0;
    margin: 0 0 0 2.3rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
}

button.learn-more:hover .circle {
    width: 100%;
}

button.learn-more:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button.learn-more:hover .button-text {
    color: #fff;
}

.thin {
    font-weight: 100;
}

/* 클라우드 서비스 */

.cloud-service {
    padding-bottom: 70px;
}

.cloud-list .Growth {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    margin: 70px auto;
    margin-bottom: 0px;
}

.cloud-service .inner {
    padding-bottom: 50px;
}

.cloud-list .Growth li {
    width: calc((100% / 4) - 65px);
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 25px 20px 30px;
}

.cloud-list .Growth li:hover {
    border-color: #fff;
    transform: translateY(-15px);
    box-shadow: rgba(256, 256, 256, 0.35) 0px 7px 29px 0px;
    transition: .3s;
}

.cloud-list .Growth li p {
    color: #fff !important
}

.cloud-list .Growth li:nth-child(1):hover,
.cloud-list .Growth li:nth-child(2):hover {
    border-color: #fff;
}

.cloud-list .Growth li:nth-child(4n) {
    margin-right: 0;
}

.Growth-box.cloud-box > i {
    width: 60px;
    height: 60px;
    margin-top: 30px;
    background-image: none !important;
}

.cloud-list .Growth li i img {
    width: 100%;
    height: 100%;
}

.cloud-list .Growth li p {
    font-size: 18px;
    line-height: 1.3;
}

.cloud-btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px 11px;
    border-radius: 20px;
    background: #354397;
    color: #fff;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.cloud-list .Growth .cloud-btn i {
    width: 17px;
    height: 14px;
    margin-right: 10px;
    top: 2px;
    background-image: url(../images/common/service-btn.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: inline-block;
    margin-top: 0;
}

.cloud-list .Growth li .cloud-btn:hover {
    background: #fff;
    color: #354397;
    outline: 1px solid #354397;
}

.cloud-list .Growth li .cloud-btn:hover i {
    background-image: url(../images/common/service-btn_ov.svg);
}

/* ai서비스 */
.ai-list {
    margin-bottom: 60px;
}

.ai-list ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.ai-listImg {
    position: relative;
    width: 450px;
    height: 280px;
    background-image: url(../images/common/main-obj02.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 40px auto;
}

.ai-list ul li {
    width: calc((100% / 3) - 84px);
    border: 1px solid #A5A5A5;
    padding: 30px;
    position: relative;
    z-index: 9;
    margin-top: 30px;
    margin-right: 30px;
}

.ai-list ul li:nth-child(3n) {
    margin-right: 0;
}

.ai-list ul li:hover {
    transition: .3s;
    border-color: #F49F20;
}


.ai-list ul li .ai-box h3 {
    font-size: 23px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.ai-list ul li:hover .ai-box h3::after {
    width: 100%;
}

.ai-list ul li .ai-box h3:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background: #F49F20;
    top: 2px;
    position: relative;
    transition: all .3s
}

.ai-list ul li .ai-box p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #E6E6E6;
}

.ft-list .inner {
    max-width: 1600px;
    padding: 0 50px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 35px;
}

.ft-list .inner > div {
    width: 15%;
    position: relative;
}

.ft-list .inner > div:not(:nth-last-child(1)) {
    margin-right: 10px;
}

.ft-list .inner > div ul {
    padding-left: 10px;
}

.ft-list .inner > div ul li {
    position: relative;
    padding-left: 15px;
}

.ft-list .inner > div ul li a {
    display: inline-block;
    padding: 3px 0;
    position: relative;
}

.ft-list .inner > div ul li a::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 13px;
    width: 5px;
    height: 2px;
    background: #fff;
}

.ft-list .inner > div ul li a::before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #F49F20;
}

.ft-list .inner > div ul li a:hover {
    color: #F49F20;
}

.ft-list .inner > div ul li a:hover::after {
    background: #F49F20;
}

.ft-list .inner > div ul li a:hover::before {
    width: 100%;
    transition: width .4s;
}

.ft-list .inner > div:nth-child(1) {
    width: 35%;
}

.ft-list .inner .ft_Cloud ul {
    display: flex;
    flex-wrap: wrap;
}

.ft-list .inner .ft_Cloud ul li {
    width: calc((100% / 2) - 15px);
}

.ft-list .inner .no-list {
    margin-top: 15px;
    padding-left: 0;
}

.ft-list .inner .no-list li {
    padding-left: 0;
}

.ft-list .inner .no-list li a h3 {
    padding-bottom: 0;
    display: inline-block;
}

.ft-list .inner .no-list li a::after {
    content: none;
}

.ft-list .inner > div h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 8px;
}

.langue {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
    margin-top: -2px;
}

.icon_ {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.hr_util a:nth-last-child(1) .icon_ {
    margin-right: 0;
}


.langue .icon_ {
    background-image: url(../images/sub/langue.svg);
    width: 25px;
    height: 25px;
    top: 1px;
}

.toggleBtn {
    background: none;
    cursor: pointer;
}

.langue .dropList {
    position: absolute;
    width: 70px;
    margin-top: 5px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #333;
    border-radius: 5px;
    background: #FFF;
    overflow: hidden;
}

.langue .dropList li a {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
}

.langue .dropList li a:hover {
    background: #F49F20;
    color: #fff;
}

.langue .dropList li:not(:nth-last-child(1)) a {
    border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 1600px) {
    .swiper_main .swiper-slide .inner {
        padding: 0 30px;
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .thumbs_wrap .inner {
        padding: 0 30px;
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
    }

    .main_container .inner,
    .ldbd .inner,
    .partner-list .inner,
    .cloud-service .inner,
    .ai-service .inner,

    .ft-list .inner {
        padding: 50px 30px;
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
    }

    .main_container .inner {
        padding-top: 150px;
        height: auto;
    }

    .ldbd .inner::after,
    .partner-list .inner::after,
    .cloud-service .inner::after,
    .ai-service .inner::after {
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
    }

    .cloud-list .Growth {
        margin-bottom: 0;
    }

    .leader-title > p > span {
        font-size: 26px;
    }

    .leader-title p,
    .leader-title p.ld-txt,
    .leader-title p.ld-txt span {
        font-size: 20px;
    }

    .leader-title p em {
        font-size: 26px;
    }

    .Growth::after {
        background-size: 85%;
        background-position: center center;
        left: 95%;
    }

    .btn_top {
        bottom: 180px;
    }
}

@media (max-width: 1200px) {
    .ai-list ul li {
        padding: 20px;
        width: calc((100% / 3) - 62px);
    }

    .ai-list ul li .ai-box p {
        font-size: 15px;
    }

    .Growth-list p,
    .Growth-list p span {
        font-size: 20px;
    }

    .ldbd .inner .flex {
        flex-wrap: wrap;
    }

    .leader-title {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .leader-title p.ld-txt {
        margin-top: 20px;
    }

    .leader-img {
        margin: 0 auto;
        margin-top: 30px;
    }

    .al_first {
        width: 100%;
    }

    .cont_tit h2,
    .cont_tit h2 span {
        font-size: 50px;
    }

    .cont_tit p {
        font-size: 18px;
    }

    .partner-list p,
    .Growth-list p {
        font-size: 18px;
    }

    .cloud-list .Growth {
        margin-top: 50px;
    }

    .cloud-list .Growth li:nth-child(3n) {
        margin-right: 0px;
    }

    .cloud-list .Growth li:nth-child(4n) {
        margin-right: 25px;
    }

    .cloud-list .Growth li {
        margin-bottom: 25px;
        width: calc((100% / 3) - 59px);
        margin-right: 25px;
    }

    .ai-list ul li {
        padding: 20px;
    }

    .partner-list ul {
        width: 800px;
    }

    .partner-list ul li {
        display: block;
        text-align: center;
    }

    button.learn-more {
        margin-top: 30px;
    }

    footer .inner {
        padding: 0 20px;
    }

    .partner-list ul li {
        width: calc((100% / 3) - 17px);
        margin-bottom: 40px;
    }

    .partner-list ul li:nth-child(3n) {
        margin-right: 0;
    }

    .partner-list ul li:nth-child(5n) {
        margin-right: 25px;
    }

    .Growth::after {
        background-size: 70%;
        background-position: center center;
        left: 85%;
    }
}

@media (max-width: 980px) {
    .ai-list ul li {
        margin-right: 20px;
        margin-top: 20px;
        width: calc((100% / 2) - 52px);
    }

    .ai-list ul li:nth-child(3n) {
        margin-right: 20px;
    }

    .ai-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .ai-list {
        margin-bottom: 30px;
    }
}

@media (max-width: 1119px) {
    .langue {
        top: 40px;
        right: 75px;
    }

    .Growth::after {
        display: none;
    }

    .Growth {
        margin: 70px auto;
    }

    .m_menu {
        display: block;
    }

    .swiper_main {
        position: relative;
    }

    .swiper_main .swiper-slide .inner {
        text-align: center;
    }

    .swiper_main .swiper-slide {
        padding: 150px 0;
    }

    .swiper_main .swiper-slide h2 {
        font-size: 100px;
    }

    .swiper_main .swiper-slide h2 span {
        font-size: 30px;
    }

    .swiper_main .swiper-slide p {
        font-size: 18px;
    }

    .swiper_main .swiper-slide {
        background-position: center;
    }

    .swiper_main .button-wrap {
        z-index: 1;
        display: flex;
        position: absolute;
        top: 400px;
        left: 50%;
        transform: translateX(-50%);
    }

    .swiper_main .main-swiper-button-prev,
    .swiper_main .main-swiper-button-next {
        width: 40px;
        height: 40px;
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 50%;
        position: relative;
        margin: 0 10px;
        opacity: 0.5;
        cursor: pointer;
    }

    .swiper_main .main-swiper-button-prev:hover,
    .swiper_main .main-swiper-button-next:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .swiper_main .button-wrap .blackbar {
        position: absolute;
        width: 12px;
        height: 1px;
        top: 50%;
        left: 50%;
        background-color: #fff;
    }

    .swiper_main .main-swiper-button-prev > .blackbar.eq1 {
        margin-top: 4px;
        margin-left: -7px;
        transform: rotate(45deg);
    }

    .swiper_main .main-swiper-button-prev > .blackbar.eq2 {
        margin-top: -5px;
        margin-left: -7px;
        transform: rotate(-45deg);
    }

    .swiper_main .main-swiper-button-next > .blackbar.eq1 {
        margin-top: -5px;
        margin-left: -5px;
        transform: rotate(45deg);
    }

    .swiper_main .main-swiper-button-next > .blackbar.eq2 {
        margin-top: 4px;
        margin-left: -5px;
        transform: rotate(-45deg);
    }

    .thumbs_wrap {
        top: 500px;
    }

    .thumbs_wrap .inner {
        text-align: center;
    }

    .thumbs_wrap_inner {
        padding: 0;
    }

    .swiper_thumbs {
        width: 450px;
        height: 150px;
    }

    .swiper_thumbs .swiper-slide {
        border-radius: 12px;
    }

    .swiper_thumbs .swiper-slide a {
        padding: 20px;
    }

    .swiper_thumbs .swiper-slide .icon {
        width: 16px;
        height: 16px;
        left: 20px;
    }

    .swiper_thumbs .swiper-slide a span:not(.icon) {
        font-size: 17px;
        text-align: left;
        padding: 0 20px;
        bottom: 20px;
    }

    .thumbs_wrap_inner .button-wrap {
        display: none !important;
    }

    nav {
        display: none;
    }

    header .logo {
        position: absolute;
        left: 30px;
        top: 30px;
    }

    .contents.main_container {
        position: inherit;
        display: block;
        width: 100%;
        height: 100vh;
    }

    .contents .contents_inner {
        padding: 0 30px;
        padding-top: 140px;
        text-align: center;
    }

    .contents .contents_inner h1 {
        font-size: 50px;
        line-height: 1;
    }

    .contents .contents_inner p {
        width: 85%;
        margin: 0 auto;
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.5;
    }

    .btn_box ul {
        top: 400px;
        width: 240px;
        text-align: left;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .btn_box ul li {
        width: 120px;
        height: 120px;
        border-radius: 15px;
        margin-top: -1px;
    }

    .btn_box li a:before {
        width: 16px;
        top: 23px;
        left: 16px;
    }

    .btn_box li a:after {
        height: 16px;
        top: 16px;
        left: 23px;
    }

    .btn_box li a span {
        width: 100px;
        font-size: 16px;
        padding: 80px 0 15px 15px;
        line-height: 1.2;
    }

    .contacts {
        right: 30px;
        bottom: 30px;
        width: 40px;
        height: 30px;
        padding-top: 10px;
    }

    .contacts:hover {
        display: none;
    }

    footer {
        padding: 30px 0;
    }

    footer .inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .footer_logo {
        display: none;
    }

    footer .fot_btn_wrap {
        position: static;
        width: 100%;
        margin-bottom: 25px;
        justify-content: center;
    }

    footer .fot_info {
        margin-left: 0;
        width: 100%;
    }

    footer .fot_info li,
    footer .fot_info p {
        text-align: center;
    }

    footer .fot_info .copyright {
        margin-top: 10px;
    }

    .btn_top {
        width: 40px;
        height: 40px;
        background-size: 100%;
        right: 20px;
        bottom: 20px;
    }

    .ft-list .inner {
        max-width: 100%;
        padding: 0 15px;
    }

    .ft-list .inner > div {
        width: calc(100% / 3)
    }

    .ft-list .inner > div:nth-child(1) {
        width: 65%;
    }

    .Growth-list p br {
        display: none;
    }

    .dropdown {
        position: relative;
        right: 0;
        margin-top: 20px;
    }
}

@media (max-width: 850px) {
    .ai-list ul li {
        margin-top: 0;
    }

    .cont_tit h2,
    .cont_tit h2 span {
        font-size: 45px;
    }

    .Growth {
        margin: 50px 0;
        width: 100%;
    }

    .al_first {
        display: block;
        text-align: center;
    }

    .al_first > img {
        margin-right: 0;
    }

    .al_first p {
        margin-top: 50px;
        margin-left: 0;
        padding-left: 0;
    }

    .al_first p::after {
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 3px;
        top: -22px;
    }

    .cloud-list .Growth li {
        width: calc((100% / 2) - 55px);
    }

    .cloud-list .Growth li:nth-child(3n) {
        margin-right: 25px;
    }

    .cloud-list .Growth li:nth-child(2n) {
        margin-right: 0;
    }

    .partner-list ul {
        width: 100%;
    }

    .ai-list ul {
        flex-wrap: wrap;
    }

    .ai-list ul li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
        padding: 25px 20px;
    }

    .ai-list ul li .ai-box p {
        line-height: 1.8;
    }

    .cont_tit p br,
    .partner-list p br,
    .Growth-list p br {
        display: none;
    }

    .partner-list p {
        padding-bottom: 0;
    }

    .leader-img img {
        width: 100%;
    }
}

@media (max-width: 780px) {
    .ft-list .inner {
        display: block;
    }

    .ft-list .inner > div ul {
        display: flex;
        flex-wrap: wrap;
    }

    .ft-list .inner .ft_Cloud ul li,
    .ft-list .inner > div ul li {
        width: auto;
        margin-right: 20px;
    }

    .ft-list .inner > div:nth-child(1),
    .ft-list .inner > div {
        width: 100%;
        margin-bottom: 15px;
    }

    .ft-list .inner > div ul li a::after {
        left: -12px;
    }
}

@media (max-width: 599px) {
    
    .growth-tit.cont_tit h2, .growth-tit.cont_tit h2 span.thin{
        font-size: 30px;
    }
    .m_menu_btn {
        width: 20px;
        height: 16px;
    }

    .swiper_main .swiper-slide h2 {
        font-size: 50px;
    }

    .swiper_main .swiper-slide h2 span {
        font-size: 20px;
        display: block;
        margin-top: 15px;
    }

    .swiper_main .swiper-slide p {
        font-size: 16px;
    }

    .swiper_main .button-wrap {
        top: 340px;
    }

    .thumbs_wrap {
        top: 420px;
    }

    .swiper_thumbs {
        width: 360px;
        height: 120px;
    }

    .swiper_thumbs .swiper-slide a {
        padding: 15px;
    }

    .swiper_thumbs .swiper-slide .icon {
        left: 15px;
    }

    .swiper_thumbs .swiper-slide a span:not(.icon) {
        font-size: 16px;
        padding: 0 15px;
        bottom: 15px;
    }

    .contents .Saltware {
        background: url('../images/common/m_bg_saltware.jpg') no-repeat;
    }

    .contents .PublicCloud {
        background: url('../images/common/m_bg_cloud.jpg') no-repeat;
    }

    .contents .HybridService {
        background: url('../images/common/m_bg_infrastructure.jpg') no-repeat;
    }

    .contents .AIService {
        background: url('../images/common/m_bg_ai.jpg') no-repeat;
    }

    .contents .Security {
        background: url('../images/common/m_bg_security.jpg') no-repeat;
    }

    .contents .CMP {
        background: url('../images/common/m_bg_cmp.jpg') no-repeat;
    }

    .contents .SmartFarm {
        background: url('../images/common/m_bg_smartfarm.jpg') no-repeat;
    }

    .contents .PortalSolution {
        background: url('../images/common/m_bg_platform.jpg') no-repeat;
    }

    .contents .ContactUs {
        background: url('../images/common/m_bg_contact.jpg') no-repeat;
    }

    footer .fot_info li,
    footer .fot_info p {
        font-size: 13px;
    }

    .main_container .inner,
    .ldbd .inner,
    .partner-list .inner,
    .cloud-service .inner,
    .ai-service .inner,
    .ft-list .inner {
        padding: 35px 20px;
    }

    .main_container .inner {
        margin-top: 50px;
    }

    .partner-list p,
    .Growth-list p {
        letter-spacing: -1px;
    }

    .scroll_txt {
        display: none;
    }

    .ai-listImg {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 540px) {
    .Growth-list {
        height: auto;
    }

    .Growth-list .inner {
        top: 0;
        transform: translate(0);
        margin-top: 80px;
        border-top: 1px solid #fff;
    }

    .Growth {
        margin: 24px 0;
    }

    .Growth-box span br {
        display: none;
    }

    .Growth li .Growth-box p {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .Growth-box span {
        font-size: 15px;
        margin-top: 0;
    }

    .cont_tit h2 {
        font-size: 30px;
        line-height: 1.2
    }

    .cont_tit h2 span.thin,
    .cont_tit h2,
    .cont_tit h2 span {
        font-size: 30px;
    }

    .cloud-list .Growth li {
        width: 100%;
        margin-right: 0 !important;
    }

    .cont_tit p {
        font-size: 16px;
        word-break: keep-all;
    }

    .ai-list ul li .ai-box p {
        letter-spacing: -1px;
    }

    .Growth {
        flex-wrap: wrap;
    }

    .Growth li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .partner-list p,
    .Growth-list p,
    .Growth-list p,
    .Growth-list p span {
        font-size: 16px;
    }

    .contents.main_container {
        height: auto;
    }

    .leader-title p em,
    .leader-title > p > span {
        font-size: 20px;
    }

    .leader-title p.ld-txt,
    .leader-title p,
    .leader-title p.ld-txt,
    .leader-title p.ld-txt span,
    .al_first p {
        font-size: 16px;
        letter-spacing: -1.1px;
    }

    .al_first > img {
        width: 110px;
    }

    .cloud-list .Growth {
        margin-top: 20px;
    }

    .ft-list .inner {
        margin-bottom: 0;
    }

    footer {
        padding: 0;
    }

    footer .inner {
        padding: 15px 15px;
    }

    .cloud-list .Growth li i img {
        width: 54px;
    }

    .leader-img {
        margin-top: 0px;
    }

    .al_first {
        margin-top: 20px;
    }

    .main_container .inner,
    .ldbd .inner,
    .partner-list .inner,
    .cloud-service .inner,
    .ai-service .inner,
    footer .inner,
    .ft-list .inner {
        padding: 40px 20px;
    }

    .partner-list ul li img {
        width: 100px;
    }
}

@media (max-width: 399px) {
    .thumbs_wrap .inner {
        padding: 0 20px;
    }

    .swiper_thumbs {
        width: 300px;
        height: 100px;
    }

    .swiper_thumbs .swiper-slide a {
        padding: 15px;
    }

    .swiper_thumbs .swiper-slide .icon {
        left: 15px;
    }

    .swiper_thumbs .swiper-slide a span:not(.icon) {
        font-size: 16px;
        padding: 0 15px;
        bottom: 15px;
    }

    .leader-title p.ld-txt,
    .leader-title p,
    .leader-title p.ld-txt,
    .leader-title p.ld-txt span,
    .al_first p {
        word-break: break-all;
    }

    .cloud-list .Growth li {
        padding: 15px;
    }

    .Growth-box span {
        margin-top: 0;
    }
}

@media (min-width: 1921px) {
    .Growth-list .inner {
        top: 30%;
        transform: translateY(-30%);
        padding: 100px 0;
    }

    .Growth {
        margin: 100px auto;
    }

    .cloud-list .Growth {
        margin: 70px 0;
    }
}


/* 250613 */

button.learn-more.En-learn .button-text {
    margin: 0 0 0 3.2rem;
}

button.learn-more.En-learn {
    width: 14rem;
}

.leader-title p.ld-txt.En-p {
    font-size: 19px;
}

.history_wrap.En-history .history ul li {
    font-size: 17px;
    line-height: 1.4;
}

@media (max-width: 639px) {
    .en-fitsape.fitsape_list li::after {
        top: 20px;
    }
}
