@charset "utf-8";
/* Join Our Team */
.join_team .at-body .at-container {
    max-width: 100%;
    left: -520px;
}
.join_team .inner:before {
    top: 330px;
    left: -520px;
    background: url(/thema/Basic/assets/img/content/bg_img01.png) no-repeat left
        bottom;
}
.join_team .f_wrap > img {
    margin-top: 140px;
}
.join_team .f_wrap button {
    padding: 0 37px;
}
.join_team .section_title p {
    font-size: 16px;
    line-height: 1.8;
    color: #575757;
}

/* AI Surgical Platform */
.platform .at-body .at-container {
    max-width: 100%;
    padding: 0;
}
.platform .section_title {
    padding: 15px 0 90px;
    text-align: left;
}
.platform .canvas_wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.platform .platform_list {
    margin: 0 auto 140px;
    text-align: center;
}
.platform .canvas_text {
    display: flex;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 240px;
    z-index: 10;
    max-width: 1200px;
    width: 64%;
    height: 75vh;
    padding: 0 0 5%;
    color: #fff;
    text-align: right;
    align-items: flex-start;
    transform: translate(-50%, 0);
}
.platform .canvas_text .text_inner {
    display: inline-block;
    position: relative;
    margin: auto 0 0 auto;
    text-align: left;
}
.platform .canvas_text .text_inner ul {
    width: 310px;
}
.platform .canvas_wrap.fix .canvas_text {
    position: fixed;
}
.platform .canvas_text li {
    overflow: hidden;
    position: relative;
    padding-bottom: 0.3em;
    padding-right: 0.5em;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.3;
    clear: both;
    color: #fff;
}
.platform .canvas_text li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    content: "";
    background-color: #fff;
}
.platform .canvas_text li:after {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background: #202020;
    content: "";
}
.platform .canvas_text h5 {
    position: absolute;
    top: -10px;
    left: -20px;
    width: 460px;
    font-size: 34px;
    font-weight: 300;
    color: #fff;
    line-height: 46px;
    transition: opacity 0.8s;
    transform: translate(-70%, -85px);
}
.platform .canvas_text h5 strong {
    font-weight: 700;
}
.platform .canvas_text h5.second {
    width: 474px;
}
.platform .canvas_text .trade {
    font-family: "MuseoSans";
}
.platform .canvas_text .trade .second {
    opacity: 0;
    font-family: "MuseoSans";
}
.platform .canvas_text.on li {
    margin-bottom: 0.3em;
    animation: text-reveal 2000ms forwards;
}
.platform .canvas_text.on li:last-child {
    display: none;
}
.platform .canvas_text.on li:after {
    animation: text-reveal-aft 2000ms forwards;
}
.platform .canvas_text.on .trade .second {
    opacity: 0.5;
}
.platform .canvas_text.on .trade .first {
    opacity: 0;
}
.platform .canvas_text.on .text_inner .trade .second {
    opacity: 1;
}
.platform .canvas_text > ul {
    padding: 130px 0 0;
}
.platform .platform {
    z-index: 8;
}
.platform .canvas_wrap .text_top h3 {
    position: absolute;
    padding: 0;
    font-size: 140px;
    text-align: left;
    transition: opacity 1s;
    font-weight: 900;
    opacity: 0.5;
}
.platform .canvas_wrap .text_top h3:before {
    display: block;
    position: absolute;
    top: 50%;
    width: 405px;
    height: 1px;
    content: "";
    background-color: #fff;
    transform: translateX(-110%);
    opacity: 0.5;
}
.platform .canvas_wrap .text_top h3 p {
    padding: 8px 0 0;
    font-size: 28px;
    font-weight: 500;
}
.platform .canvas_wrap.fix h3 {
    opacity: 0.5;
}
.platform .canvas_wrap.fix canvas {
    position: fixed;
    top: 0;
    z-index: 9;
}
.platform .section_title02 {
    text-align: left;
}
.platform .surgery {
    margin: 350px 0 0;
    text-align: center;
}
.platform .surgery .surgery_list {
    overflow: hidden;
    max-width: 844px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 0;
    font-size: 16px;
    font-weight: bold;
}
.platform .surgery .surgery_list > li {
    float: left;
    width: 33.3%;
    text-align: center;
}
.platform .solution {
    margin: 210px 0 0;
}
.platform .canvas_wrap.bottom .text_inner {
    top: auto;
    bottom: 0;
}
.platform .canvas_wrap.bottom .text_top h3 {
    bottom: 580px;
}
.platform .page-wrap {
    overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .platform .canvas_wrap.fix {
        align-items: stretch;
    }
}

@media all and (max-width: 1202px) {
    .platform .canvas_text h5 {
        transform: translate(-90%, -85px);
    }
}

@keyframes text-reveal {
    50% {
        color: #fff;
    }
    51% {
        color: #fff;
    }
    100% {
        color: #fff;
    }
}
@keyframes text-reveal-aft {
    0% {
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 0;
        left: 100%;
    }
}

/* Products & Service */
.platform .service {
    padding: 110px 0 0;
}
.platform .service .inner > img {
    position: relative;
    z-index: 1;
    margin: 95px 0 0;
}
.platform .service .section_title02 {
    margin: 0;
}
.platform .service .nav_tab {
    position: relative;
    z-index: 5;
    text-align: center;
}
.platform .service .nav_tab > li {
    display: inline-block;
    margin-left: 18px;
}
.platform .service .nav_tab > li:first-child {
    margin-left: 0;
}
.platform .service .nav_tab > li > a {
    display: block;
    width: 300px;
    padding: 0 0 12px;
    border-bottom: 5px solid #f1f1f1;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #999;
}
.platform .service .nav_tab > li.active > a {
    border-color: #00a999;
    color: #00a999;
    font-weight: bold;
}
.platform .service .tab-content {
    position: relative;
    height: 700px;
}
.platform .service .tab-content .panel_tit {
    background-color: transparent;
}
.platform .service .tab-content .panel_content {
    padding-left: 0;
    text-align: left;
}
.platform .service .tab-content .panel_content a {
    position: relative;
    z-index: 2;
    margin: 70px 0 0;
}
.platform .service .tab-content .panel_wrap {
    display: flex;
    min-height: 700px;
    align-items: center;
}
.platform .service .tab-content .tab-pane.active {
    display: block !important;
    position: absolute;
    z-index: 5;
}
.platform .service .tab-content .tab-pane .panel_right {
    display: flex;
    align-items: center;
}
.platform .service .tab-content .tab-pane .panel_right img {
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s;
}
.platform .service .tab-content .tab-pane .panel_left {
    width: 300px;
}
.platform .service .tab-content .tab-pane .panel_left .content_inner span {
    display: block;
    margin: 0 0 15px;
    font-size: 120px;
    font-weight: 900;
    color: #00a999;
    opacity: 0.05;
}
.platform .service .tab-content .tab-pane .panel_left .content_inner h3 {
    padding: 0 0 6px;
    font-size: 26px;
    font-weight: 600;
    color: #00a999;
}
.platform .service .tab-content .tab-pane .panel_left .content_inner p {
    font-size: 16px;
    color: #575757;
    word-break: keep-all;
}
.platform .service .tab-content .tab-pane.active .panel_right {
    transition: transform 0.8s;
}
.platform .service .tab-content .tab-pane.active .panel_right img {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.9s;
}
.platform .service .tab-content:after {
    display: block;
    position: absolute;
    top: -140px;
    right: 0;
    width: 742px;
    height: 745px;
    content: "";
    background: url(/thema/Basic/assets/img/content/service_bg.png) no-repeat;
    transform: translateX(63%);
    background-size: cover;
}

.section_title p {
    font-size: 16px;
    color: #575757;
}

/* contact us > request */
.contact_us.request .location .info > div img {
    width: 62px;
}
.contact_us.request .location .info > div li {
    line-height: 24px;
}
.contact_us.request .button_wrap {
    text-align: right;
}

/* 컴퍼니 공통 */
.company .cont_txt {
    font-size: 16px;
    line-height: 1.8;
    color: #575757;
}
/* .company .section_title {padding-bottom:40px} */

/* 컴퍼니 - about us */
.about .sub_nav {
    width: 800px;
    margin: 0 auto 150px;
    height: 60px;
    border-radius: 30px;
    background: #00a999;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.about .sub_nav li {
    display: inline-block;
    width: 24%;
    text-align: center;
}
.about .sub_nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 60px;
    padding: 0 8px 17px;
}
.about .sub_nav li.active a {
    border-bottom: 3px solid #fff;
    font-weight: bold;
}
.about .ab_cont > section {
    margin-bottom: 135px;
}
.about .ab_cont .section_title {
    padding-bottom: 40px;
}
.about .ab_cont .core_values article {
    display: flex;
    margin-top: 80px;
}
.about .ab_cont .core_values article .big_imgbox {
    position: relative;
    left: -100px;
    top: 0px;
    background: url(/thema/Basic/assets/img/circle.png) no-repeat center;
    background-size: contain;
    width: 100%;
}
.about .ab_cont .core_values article .big_imgbox .core_img li img {
    position: absolute;
    width: 65%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about .ab_cont .core_values article .core_dec {
    margin-right: 20px;
}
.about .ab_cont .core_values article .core_dec ul > li {
    white-space: nowrap;
    display: block;
}
.about .ab_cont .core_values article .core_dec ul > li a {
    font-size: 34px;
    font-weight: 900;
    color: #c9c9c9;
    font-family: "MuseoSans";
    display: block;
}
.about .ab_cont .core_values article .core_dec ul > li a ul {
    padding: 24px 0 60px;
}
.about .ab_cont .core_values article .core_dec ul > li a ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #c9c9c9;
    font-family: "Noto Sans KR", sans-serif;
}
.about .ab_cont .core_values article .core_dec ul > li.active a {
    color: #00a999;
}
.about .ab_cont .core_values article .core_dec ul > li.active a ul li {
    color: #575757;
}
.about .ab_cont .core_values article .core_dec .s_imgbox {
    display: flex;
}
.about .ab_cont .core_values article .core_dec .s_imgbox img {
    display: inline-block;
    margin-right: 80px;
}
.about .ab_cont .core_values article .core_dec .s_imgbox img.off {
    display: none;
}

/* 컴퍼니 - history */
.history {
    position: relative;
}
.history .page-wrap {
    overflow: hidden;
}
.history .at-body .content-wrap {
    display: flex;
}
.history .history_left {
    position: relative;
    max-width: 35%;
    width: 421px;
    height: 422px;
    background: url(/thema/Basic/assets/img/circle.png) no-repeat left top;
    background-size: contain;
    right: 150px;
    top: -22px;
    animation: up 1s;
}
.history .history_left img {
    position: absolute;
    left: 113px;
    top: -91px;
}
.history .history_right {
    position: relative;
    max-width: 60%;
    margin: 100px 0 0 53px;
    z-index: 1;
    animation: up 1s 0.3s forwards;
    opacity: 0;
}
.history .history_right > div {
    margin-bottom: 110px;
}
.history .history_right > div p {
    position: relative;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.8;
    font-family: "MuseoSans";
}
.history .history_right > div p::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 7px solid #00a999;
    position: absolute;
    left: -35px;
    top: 20px;
    border-radius: 50%;
}
.history .history_right::before {
    content: "";
    width: 1px;
    height: 920px;
    background: url(/thema/Basic/assets/img/longline.png) no-repeat;
    position: absolute;
    left: -24px;
    top: 40px;
}
.history .history_right > div span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #575757;
    line-height: 2;
}
.history .history_right > div span strong {
    font-weight: bold;
}
.history img.bic_circle {
    position: absolute;
    right: -175px;
    bottom: 0;
}
/* history 애니메이션 */
@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media all and (max-width: 1202px) {
    .history .history_right > div {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1043px) {
    .history .history_right > div {
        margin-bottom: 90px;
    }
}

/* 컴퍼니 - leadership & team */
.leadership {
    margin-bottom: 220px;
}
.leadership .section_title {
    padding-bottom: 40px;
}
.leadership .back_f9 {
    width: 100%;
    height: 661px;
    background: #f9f9f9;
    margin: 100px 0 200px;
    display: flex;
    justify-content: center;
}
.leadership .back_f9 img {
    margin-top: 31px;
    margin-right: 20px;
}
.leadership .back_f9 .leadership_txt {
    display: inline-block;
    margin-top: 158px;
}
.leadership .back_f9 .leadership_txt p {
    font-size: 60px;
    font-weight: 900;
    line-height: normal;
    color: #333;
    display: inline-block;
    font-family: "MuseoSans";
    word-break: keep-all;
}
.leadership .back_f9 .leadership_txt p span {
    font-weight: 300;
    margin-left: 10px;
}
.leadership .back_f9 .leadership_txt > span {
    display: block;
    font-size: 30px;
    font-weight: 300;
    line-height: 0.67;
    color: #333;
    margin: 8px 0 46px;
    font-family: "MuseoSans";
}
.leadership .back_f9 .leadership_txt ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.88;
    color: #575757;
    margin-left: 15px;
}
.leadership .back_f9 .leadership_txt ul li::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #a8a8a8;
    position: absolute;
    left: -12px;
    top: 15px;
}
.leadership .circle_box.flex-box {
    justify-content: space-around;
}
.leadership .circle_box {
    position: relative;
}
.leadership .circle_box > div {
    position: relative;
    z-index: 1;
}
.leadership .circle_box > span {
    width: 50%;
    border-top: 2px dotted #555;
    position: absolute;
    top: 40%;
    opacity: 0.2;
}
.leadership .circle_box div > span {
    display: inline-block;
    width: 260px;
    height: 260px;
    line-height: 260px;
    background: #00a999;
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-family: "MuseoSans";
}
.leadership .circle_box div > span::after {
    content: " +";
    font-size: 40px;
    vertical-align: top;
}
.leadership .circle_box div > p {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #555;
    margin-top: 34px;
    word-break: keep-all;
}

/* 컴퍼니 - partnership */
.partnership .section_title {
    padding-bottom: 0;
}
.partnership article {
    margin: 120px 0;
}
.partnership .part_art01 .part_art01_cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 30px;
}
.partnership .part_art01 .part_art01_cont img {
    margin-bottom: 40px;
}
.partnership .part_art02 .art_tit {
    margin-bottom: 40px;
}
.partnership .part_art03 .tab_ty01.person .tab_nav > li.active > a:after {
    left: 32%;
    width: 47%;
}
.partnership .tab-content .basic-post-slider {
    overflow: visible;
    position: relative;
    width: 1330px;
    padding-left: 65%;
    margin: 0 auto;
    left: -62%;
    top: 20px;
}
.partnership .tab-content .basic-post-slider .post-image a,
.partnership .tab-content .basic-post-slider .post-subject a {
    cursor: default;
}
.partnership .tab-content .basic-post-slider .owl-show,
.partnership .tab-content .basic-post-slider .owl-show .owl-container {
    overflow: visible;
}
.partnership .tab-content .basic-post-slider .post-content {
    overflow: visible;
    text-align: center;
    margin: 32px 0 16px;
    padding: 0;
}
.partnership .tab-content .basic-post-slider .post-content a {
    display: block;
    padding: 0 0 8px;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333;
}
.partnership .tab-content .basic-post-slider .post-subject {
    height: auto !important;
}
.partnership .tab-content .basic-post-slider .post-text {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #333;
    word-break: keep-all;
}
.partnership .part_art03 .owl-carousel .owl-controls {
    position: absolute;
    left: -45%;
    bottom: 67px;
}
.partnership .part_art03 .owl-carousel .owl-controls .owl-buttons div {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0;
    background-color: transparent;
}
.partnership .part_art03 .owl-carousel .owl-controls .owl-buttons .owl-next {
    left: 65px;
}
.partnership .label-cap {
    display: none;
}

/* 솔루션 공통 */
.solution section {
    position: relative;
    z-index: 2;
    margin-bottom: 230px;
}
.solution section:first-child .content-wrap {
    position: relative;
}
.solution section:last-child {
    margin-bottom: 0;
}
.solution .section_title {
    padding: 0 0 85px;
}
.solution .section_title span:after {
    display: none;
}
.solution .s_content {
    position: relative;
}
.solution .back_f9 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #f9f9f9;
}
.solution .flex-box {
    position: relative;
}
.solution .flex-box .product_text {
    position: relative;
    z-index: 2;
    padding: 50px 0 75px;
}
.solution .flex-box .product_text p {
    position: relative;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.67;
    color: #052824;
    margin-bottom: 20px;
}
.solution .flex-box .product_text p::before {
    position: absolute;
    left: -370px;
    top: 50%;
    content: "";
    width: 355px;
    height: 1px;
    background-color: #052824;
}
.solution .flex-box .product_text > ul li {
    position: relative;
    font-size: 16px;
    line-height: 2.13;
    color: #052824;
    left: 35px;
}
.solution .flex-box .product_text > ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/thema/Basic/assets/img/common/check_on.png) no-repeat;
    position: absolute;
    left: -38px;
    top: 8px;
}
.solution .flex-box .product_text ul li ul {
    padding: 4px 0 0;
}
.solution .flex-box .product_text ul li ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #78807f;
    left: 5px;
}
.solution .flex-box .product_text ul li ul li::before {
    display: none;
}
.solution .flex-box .product_img {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: -120px -420px 0 0;
}
.solution .c_title {
    justify-content: flex-start;
    align-items: center;
    font-family: "MuseoSans";
}
.solution .c_title span {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #00a999;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.solution .c_title p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-left: 14px;
}
.solution article p.p_title {
    font-size: 32px;
    font-weight: 900;
    color: #052824;
    text-align: left;
    margin: 0 0 90px 85px;
    line-height: normal;
    font-family: "MuseoSans";
}
.solution .b_txt {
    position: absolute;
    z-index: 2;
    right: 0;
    line-height: 0.7;
    font-size: 10.5vw;
    font-weight: 900;
    color: #ededed;
    font-family: "MuseoSans";
    text-align: right;
    transform: translate(35%, -50%);
}
.solution section > article {
    margin-bottom: 220px;
}

@media screen and (max-width: 1570px) {
    .solution.vihub .b_txt,
    .solution.rus .b_txt {
        margin-right: 6%;
    }
}
@media screen and (max-width: 1445px) {
    .solution.vihub .b_txt,
    .solution.rus .b_txt {
        margin-right: 12%;
    }
}

.request_banner {
    width: 100%;
    height: 415px;
    background: url(/thema/Basic/assets/img/rus_footbanner.png) no-repeat center;
    text-align: center;
    padding: 110px;
}
.request_banner p {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 60px;
}
.request_banner .request {
    display: inline-block;
    width: 155px;
    height: 50px;
    border-radius: 25px;
    background: #00a999;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

/* 솔루션 - vihub */
/* .solution.vihub .vihub_sec02 article > .img_box img:nth-child(2) {margin-right: 10px;} 
.solution.vihub .vihub_sec02 article:first-child .img_box > *:not(.plus) {width: 28%;}
.solution.vihub .vihub_sec02 article .img_box .ai_recording {display: inline-block; vertical-align: middle; margin: 0 10px;}
.solution.vihub .vihub_sec02 article .img_box .ai_recording p {font-size: 20px; font-weight: 300; text-align: center; color: #052824; font-family: 'MuseoSans'; margin-top: 15px;} */
.solution.vihub .vihub_sec02 article:last-child .flex-box.img_box {
    justify-content: space-evenly;
    margin-bottom: 0;
}
.solution.vihub .vihub_sec02 article:last-child .flex-box.txt_box {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    color: #052824;
    justify-content: space-around;
    margin-top: 40px;
    margin-left: 45px;
    font-family: "MuseoSans";
}
.solution.vihub .vihub_sec02 article:last-child {
    margin-bottom: 180px;
}
.solution.vihub .vihub_sec02 article .c_main {
    margin-left: 0;
}
.solution.vihub .vihub_sec02 article .p_title {
    margin-left: 0;
    margin-top: 10px;
}
.solution.vihub .vihub_sec02 article .img_box {
    position: relative;
    display: flex;
    justify-content: center;
    height: 280px;
}
.solution.vihub .vihub_sec02 article .img_box > div {
    position: absolute;
    width: 33.333333%;
    height: 100%;
    transition: all 1s;
}
.solution.vihub .vihub_sec02 article .img_box .first {
    top: 0;
    left: 0;
}
.solution.vihub .vihub_sec02 article .img_box .second {
    top: 0;
    opacity: 1;
    z-index: 10;
}
.solution.vihub .vihub_sec02 article .img_box .third {
    top: 0;
    right: 0;
}
.solution.vihub .vihub_sec02 article .img_box.on .first {
    top: 0;
    left: 16.7%;
}
.solution.vihub .vihub_sec02 article .img_box.on .second {
    top: 250px;
    opacity: 0;
    z-index: 10;
}
.solution.vihub .vihub_sec02 article .img_box.on .third {
    top: 0;
    right: 16.7%;
}
.solution.vihub .img-area {
    width: 100%;
    height: 620px;
}
.solution.vihub .img-area img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution.vihub .vihub_sec03 {
    margin-bottom: 150px;
}
.solution.vihub .vihub_sec03 .supprt_box > div > a {
    display: inline-block;
}
.solution.vihub .vihub_sec03 .supprt_box a > img {
    max-width: 400px;
    width: 106%;
}
.solution.vihub .vihub_sec03 .supprt_box .cs_center {
    width: 32%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.solution.vihub .vihub_sec03 .supprt_box .cs_center p {
    font-size: 14px;
}
.solution.vihub .vihub_sec03 .supprt_box .cs_center p span {
    display: inline-block;
    margin-top: 6px;
}
.solution.vihub .vihub_sec03 .supprt_box .cs_center img {
    width: 96px;
}
.solution.vihub .product_img {
    margin: -175px -300px 0 0;
}

/* 솔루션 - rus */
.solution.rus .b_txt {
    transform: translate(50%, -50%);
}
.solution.rus .flex-box .product_img {
    margin-right: -350px;
}
.rus .rus_sec03 .rus_art01 .circle_box {
    position: relative;
}
.rus .rus_sec03 .rus_art01 .circle_box > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 280px;
    border: 1px solid #87d6cf;
    display: inline-block;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #87d6cf;
    line-height: 3.8;
    font-family: "MuseoSans";
}
.rus .rus_sec03 .rus_art01 .circle_box > div:nth-child(2) {
    border-color: #d4d4d4;
    left: 250px;
    color: #828282;
}
.rus .rus_sec03 .rus_art01 .circle_box > div:nth-child(3) {
    position: relative;
    left: 500px;
}
.rus .rus_sec03 .rus_art01 .circle_box > div:nth-child(3)::after {
    content: "";
    width: 124px;
    height: 20px;
    position: absolute;
    left: 273px;
    top: 50%;
    background: url(/thema/Basic/assets/img/line.png) no-repeat;
    background-size: contain;
}
.rus .rus_sec03 .rus_art01 .circle_box > div p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.rus .rus_sec03 .rus_art01 .circle_box > div p strong {
    font-weight: 900;
}
.rus .rus_sec03 .rus_art02 .swiper-container {
    overflow: visible;
}
.rus
    .rus_sec03
    .rus_art02
    .swiper-container-horizontal
    > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -60px;
}
.rus .rus_sec03 .rus_art02 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #87d6cf;
    background: #fff;
    margin-right: 20px;
}
.rus .rus_sec03 .rus_art02 .swiper-pagination .swiper-pagination-bullet-active {
    background: #87d6cf;
}
.rus .rus_sec03 .rus_art02 .cont_box.swiper-slide {
    position: relative;
    width: 820px !important;
    cursor: pointer;
}
.rus .rus_sec03 .rus_art02 .cont_box.swiper-slide iframe {
    width: 100%;
    height: 460px;
}
.rus .rus_sec03 .rus_art02 .cont_box.swiper-slide .txt_box h5 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    font-family: "MuseoSans";
    margin-top: 40px;
    text-align: center;
}
.rus .rus_sec03 .rus_art02 .cont_box.swiper-slide .txt_box p {
    font-size: 16px;
    font-weight: normal;
    line-height: 2.13;
    text-align: center;
}
.rus .rus_sec03 .rus_art03 .art03_cont.flex-box {
    align-items: center;
}
.rus .rus_sec03 .rus_art03 .art03_cont .text-center {
    position: relative;
    z-index: 2;
    width: 280px;
    height: 280px;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
}
.rus .rus_sec03 .rus_art03 .art03_cont .text-center > div {
    position: relative;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -55%);
    width: 100%;
    font-family: "MuseoSans";
}
.rus .rus_sec03 .rus_art03 .art03_cont .text-center::before {
    content: "";
    width: 100%;
    height: 20%;
    background: url(/thema/Basic/assets/img/color-line.png) no-repeat;
    position: absolute;
    left: 273px;
    top: 50%;
}
.rus .rus_sec03 .rus_art03 .art03_cont .text-center:last-child::before {
    background: url(/thema/Basic/assets/img/color-line-left.png) no-repeat;
    left: -120px;
}
.rus .rus_sec03 .rus_art03 .art03_cont > div:nth-child(2) {
    position: relative;
}
.rus .rus_sec03 .rus_art03 .art03_cont > div:nth-child(2) span {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 43%;
    bottom: 55px;
    font-family: "MuseoSans";
}
.rus .rus_sec03 .rus_art03 .art03_cont .text-center p {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    color: #828282;
    margin-bottom: 16px;
}
.rus .rus_sec03 .rus_art03 .art03_cont .text-center span {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #828282;
    display: inline-block;
}
.rus .rus_sec03 .vod_list {
    width: 100%;
}
.rus .rus_sec03 .rus_art02 .swiper-buttons {
    display: flex;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 10;
    width: 820px;
    padding: 0 30px;
    transform: translate(-50%, 0);
    justify-content: space-between;
}
.rus .rus_sec03 .rus_art02 .swiper-button-next {
    position: static;
    width: 20px;
    height: 38px;
    background: url(/thema/Basic/assets/img/common/ico_right.png) no-repeat;
    background-size: 100%;
}
.rus .rus_sec03 .rus_art02 .swiper-button-next:after {
    content: "";
}
.rus .rus_sec03 .rus_art02 .swiper-button-prev {
    position: static;
    width: 20px;
    height: 38px;
    background: url(/thema/Basic/assets/img/common/ico_left.png) no-repeat;
    background-size: 100%;
}
.rus .rus_sec03 .rus_art02 .swiper-button-prev:after {
    content: "";
}

/*추가 rus 솔루션 support*/
.solution.rus .rus_sec05 {
    margin-bottom: 150px;
}
.solution.rus .rus_sec05 .supprt_box > div > a {
    display: inline-block;
}
.solution.rus .rus_sec05 .supprt_box a > img {
    max-width: 400px;
    width: 106%;
}
.solution.rus .rus_sec05 .supprt_box .cs_center {
    width: 32%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.solution.rus .rus_sec05 .supprt_box .cs_center p {
    font-size: 14px;
}
.solution.rus .rus_sec05 .supprt_box .cs_center p span {
    display: inline-block;
    margin-top: 6px;
}
.solution.rus .rus_sec05 .supprt_box .cs_center img {
    width: 96px;
}
.solution.rus .product_img {
    margin: -175px -300px 0 0;
}

/* 솔루션 - surg-gram */
.surg .surg_sec03 .surg_cont.flex-box {
    justify-content: flex-start;
}
.surg .surg_sec03 .surg_cont.flex-box > div:first-child {
    width: 50%;
}
.surg .surg_sec03 .surg_cont_left {
    display: inline-block;
}
.surg .surg_sec03 .surg_cont_right {
    width: 500px;
    height: fit-content;
    border-radius: 34px;
    background: #f9f9f9;
    padding: 40px;
}
.surg .surg_sec03 .surg_cont_right p {
    font-size: 14px;
    line-height: 1.71;
    color: #575757;
    word-break: keep-all;
}
.surg .surg_sec03 .surg_art01 .surg_cont_left p {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 18px;
    font-family: "MuseoSans";
}
.surg .surg_sec03 .surg_art01 .surg_cont_left span {
    display: block;
    font-size: 14px;
    line-height: 1.71;
    color: #575757;
    font-weight: normal;
}
.surg .surg_sec03 .surg_art01 .surg_cont_left img {
    max-width: 395px;
    width: 100%;
    margin: 30px 0 10px;
    display: inline-block;
}
.surg .surg_sec03 .surg_art01 .surg_cont_left span.object {
    color: #3e3e3e;
    font-weight: bold;
    margin-left: 15%;
}
.surg .surg_sec03 .surg_art02 .surg_cont {
    display: flex;
    justify-content: flex-start;
}
.surg .surg_sec03 .surg_art02 .surg_cont_left > p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    color: #3e3e3e;
}
.surg .surg_sec03 .surg_art02 .surg_cont_left .flex-box {
    justify-content: start;
}
.surg .surg_sec03 .surg_art02 .surg_cont_left .flex-box > div {
    width: 37%;
}
.surg .surg_sec03 .surg_art02 .surg_cont_left .flex-box > div span.circle_box {
    position: relative;
    width: 180px;
    height: 180px;
    display: inline-block;
    background: #00a999;
    opacity: 0.47;
    border-radius: 50%;
    margin: 45px 0 16px;
    font-family: "MuseoSans";
}
.surg
    .surg_sec03
    .surg_art02
    .surg_cont_left
    .flex-box
    > div
    span.circle_box::before {
    content: "30 Annotations per second";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 95%;
}
.surg
    .surg_sec03
    .surg_art02
    .surg_cont_left
    .flex-box
    > div:last-child
    span.circle_box::before {
    content: "1,000+ cases / procedure";
}
.surg .surg_sec03 .surg_art02 .surg_cont_left .flex-box > div p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 76%;
    font-family: "MuseoSans";
}
.surg .surg_sec03 .surg_art02 .surg_cont_left .flex-box > div p span {
    font-size: 14px;
    line-height: 1.43;
    color: #575757;
    display: block;
    font-weight: normal;
    width: 100%;
    margin-top: 10px;
    font-family: "Noto Sans KR", sans-serif;
    word-break: keep-all;
}
.surg
    .surg_sec03
    .surg_art02
    .surg_cont_left
    .flex-box
    > div:last-child
    p
    span {
    width: 93%;
    margin-left: 5px;
}
.surg .surg_sec03 .surg_art02 .surg_cont_right p {
    word-break: keep-all;
}
.surg .surg_sec03 .surg_art02 .surg_cont_right p strong {
    color: #222;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.surg .surg_sec03 .surg_art03 .surg_cont {
    display: flex;
    position: relative;
}
.surg .surg_sec03 .surg_art03 .surg_cont > div {
    position: relative;
}
.surg .surg_sec03 .surg_art03 .surg_cont > div:first-child {
    position: relative;
    width: 230px;
    height: 272px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
    text-align: center;
}
.surg .surg_sec03 .surg_art03 .surg_cont > div:first-child::after {
    content: "";
    width: 121px;
    border-top: 1px dotted #87d6cf;
    position: absolute;
    left: 100%;
    top: 50%;
}
.surg .surg_sec03 .surg_art03 .surg_cont > div > div {
    height: 50%;
}
.surg .surg_sec03 .surg_art03 .surg_cont > div > div p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    text-align: center;
}
.surg .surg_sec03 .surg_art03 .surg_cont > div > div p.c_main {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #87d6cf;
    font-weight: bold;
    margin-bottom: 12px;
}
.surg .surg_sec03 .surg_art03 .surg_cont .ai_analysis {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #303030;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    top: 25%;
    left: 29%;
}
.surg .surg_sec03 .surg_art03 .surg_cont div > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "MuseoSans";
    text-align: center;
    width: 100%;
    line-height: 1.14;
}
.surg .surg_sec03 .surg_art03 .surg_cont > .group-6 {
    position: absolute;
    left: 39%;
    top: -6px;
}
.surg .surg_sec03 .surg_art03 .surg_cont .personalized {
    width: 280px;
    height: 280px;
    border: 1px solid #00a999;
    border-radius: 50%;
    color: #00a999;
    font-size: 28px;
    position: absolute;
    right: 0;
}
.solution.surg .b_txt {
    left: 0;
    transform: translate(-42%, -50%);
}
.surg-gram .at-container {
    max-width: 100%;
}

/* (공통)Contact us - request, join our team */
.request .f_wrap > img {
    width: 45%;
    margin-top: 0;
    align-items: flex-start;
}

/* 컨택트 - request */
.contact_us.request .inner {
    padding-bottom: 0;
}
.contact_us.request .cont_txt {
    font-size: 16px;
    line-height: 1.8;
    color: #575757;
    margin: 40px 0 0 !important;
}
.contact_us.request .location {
    margin: 100px auto 220px;
}
.contact_us.request .location.inner:before {
    display: none;
}
.contact_us.request .location .map {
    max-width: 1200px;
    width: 100%;
    height: 400px;
    margin: 38px 0;
}
.contact_us.request .location .map iframe {
    width: 100%;
    height: 100%;
}
.contact_us.request .location .info {
    justify-content: start;
}
.contact_us.request .location .info > div {
    width: 50%;
    align-items: center;
    justify-content: flex-start;
}
.contact_us.request .location .info > div ul {
    margin-left: 30px;
}
.contact_us.request .location .info > div li {
    font-size: 14px;
    color: #2a2a2a;
}
.contact_us.request .location .info > div:first-child {
    margin-right: 100px;
}
.contact_us.request .location .section_title {
    padding-bottom: 45px;
}
.contact_us.request .inner:before {
    left: -510px;
    top: 400px;
    width: 742px;
    height: 745px;
    background: url(/thema/Basic/assets/img/common/bg.png) no-repeat;
    background-size: cover;
}

/* contact us > career */
.career .page_nav .nav_inner {
    margin-bottom: -22px;
}
.career .page-wrap .tab-nav {
    position: relative;
}
.career .page-wrap .lang_nav {
    position: absolute;
    right: 0;
    top: -45px;
}
.career .page-wrap .lang_nav li {
    display: inline-block;
    width: 54px;
    height: 28px;
}
.career .page-wrap .lang_nav li a {
    display: block;
    border-radius: 14px;
    line-height: 28px;
    text-align: center;
    color: #818181;
    background-color: transparent;
}
.career .page-wrap .lang_nav li.active a {
    color: #fff;
    background-color: #00a999;
}
.career .page-wrap .section_title {
    padding: 15px 0 40px;
    font-weight: 600;
}
.career .page-wrap .section_title.kor {
    letter-spacing: -3px;
}
.career .page-wrap section {
    margin-top: 180px;
}
.career .page-wrap section:first-child {
    margin-top: 0;
}
.career .page-wrap .sec01 dl {
    margin: 0 0 80px;
}
.career .page-wrap .sec01 dt {
    padding: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.career .page-wrap .sec01 dd {
    font-size: 16px;
    line-height: 30px;
}
.career .page-wrap .sec02 .way {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}
.career .page-wrap .sec02 .way dt {
    padding: 0 0 5px;
    font-size: 38px;
    font-weight: 600;
}
.career .page-wrap .sec02 .way dt span {
    font-size: 60px;
    font-weight: 100;
    vertical-align: sub;
}
.career .page-wrap .sec02 .way dd {
    line-height: 1.9;
}
.career .page-wrap .sec03 .tab_wrap {
    display: flex;
}
.career .page-wrap .sec03 .tab_wrap .tab_ty01 .tab_nav {
    width: 280px;
}
.career .page-wrap .sec03 .tab_wrap .tab_ty01 .tab_nav > li {
    margin-top: 10px;
}
.career .page-wrap .sec03 .tab_wrap .row h5 {
    padding: 0 0 8px;
    font-size: 14px;
}
.career .page-wrap .sec03 .tab_wrap .row li {
    font-size: 12px !important;
    color: #575757;
}
.career .page-wrap .sec03 .tab_wrap .tab-content {
    width: 100%;
}
.career .page-wrap .sec03 .tab_wrap .tab-content a {
    margin-right: 40px;
    font-size: 14px;
    font-weight: bold;
    transform: translate(0, -50%);
}
.career .page-wrap .eng .sec03 .tab_wrap .tab-content a {
    padding-right: 40px;
}
.career .page-wrap .sec03 .tab_wrap .tab-content .wrapper_box {
    padding: 40px 40px 60px;
    background-color: #f9f9f9;
}
.career .page-wrap .sec03 .tab_wrap .tab-content .wrapper_box h4 {
    padding: 0 0 28px;
    font-size: 38px;
    font-weight: 600;
    color: #ededed;
}
.career .page-wrap .sec04 {
    overflow: hidden;
}
.career .page-wrap .sec04 .inner {
    position: relative;
}
.career .page-wrap .sec04 .inner:after {
    position: absolute;
    right: 0;
    top: 500px;
    z-index: 0;
    width: 592px;
    height: 745px;
    content: "";
    background: url(/thema/Basic/assets/img/content/career08.png) no-repeat;
    transform: translate(60%, 0);
}
.career .page-wrap .sec04 .inner > img {
    position: relative;
    z-index: 1;
    margin-top: 75px;
}
.career .page-wrap .sec04 .welfare_section {
    display: flex;
    justify-content: space-between;
}
.career .page-wrap .sec04 .welfare_section > li {
    float: left;
    width: 31.667%;
    padding: 47px 0 0;
    border-top: 2px solid #00a999;
}
.career .page-wrap .sec04 .welfare_section > li > h4 {
    padding: 0 0 40px;
    font-size: 38px;
    line-height: 1.3;
    font-weight: bold;
    color: #00a999;
}
.career .page-wrap .sec04 .welfare_section > li > h4 img {
    max-width: 77px;
    width: 100%;
    margin: 0 0 40px;
}
.career .page-wrap .sec04 .welfare_list li {
    font-size: 12px;
    line-height: 24px;
}
.career .page-wrap .sec04 .welfare_list > li {
    margin: 0 0 12px;
}
.career .page-wrap .sec04 .welfare_list > li > h5 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}
.career .page-wrap .sec05 .inner > img {
    display: block;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}
.career .page-wrap .sec05 .step_wrap {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}
.career .page-wrap .sec05 .step_list {
    display: flex;
    justify-content: space-between;
}
.career .page-wrap .sec05 .step_list > li {
    width: 23%;
    padding: 18px 0 0;
    text-align: center;
}
.career .page-wrap .sec05 .step_list > li h4 {
    font-weight: 400;
    font-size: 14px;
    color: #8d8d8d;
}
.career .page-wrap .sec05 .step_list > li p {
    padding: 10px 0 0;
    font-size: 20px;
    font-weight: 600;
}
.career .page-wrap .sec05 .step_wrap .step_list > li {
    width: 15%;
}
.career .page-wrap .sec06 a {
    width: 155px;
    padding: 0;
    font-weight: 400;
}
.career .page-wrap .sec06 .banner {
    padding: 160px 0 135px;
    text-align: center;
    background: url(/thema/Basic/assets/img/content/career07.png) no-repeat 50%;
    background-size: cover;
}
.career .page-wrap .sec06 .banner p {
    padding: 0 0 30px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
}
.career .page-wrap .eng .sec05 .step_list > li p {
    word-break: keep-all;
}

body.showPopup {
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    touch-action: none;
    padding-right: 15px;
}

/* 약관동의 팝업 */
.popup-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.popup-wrapper.open {
    display: flex;
}
.popup-wrap {
    overflow: hidden;
    max-width: 700px;
    width: calc(100% - 40px);
    max-height: 80%;
    padding: 10px 20px 0;
    background: #fff;
    border-radius: 10px;
}
.popup-wrap .popup-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.popup-wrap .popup-head .btn-clear {
    width: 35px;
    height: 35px;
    border: none;
    background: url(/thema/Basic/assets/img/content/btn_clear.png) no-repeat
        center / 25px;
    font-size: 0;
}
.popup-wrap .popup-body {
    overflow: hidden;
    overflow-y: auto;
    min-height: 35vh;
    max-height: 60vh;
    margin: 0 -20px;
    padding: 20px 35px 20px;
}
.request .inner .check_box .link {
    color: #00a999;
    text-decoration: underline;
}

@media (max-width: 1199px) {
    /* contact us - request */
    .contact_us.request .inner {
        padding: 0 4%;
    }

    /* AI Surgical Platform */
    .platform .canvas_text {
        width: 85%;
    }

    /* 솔루션 공통 */
    .solution section {
        margin-bottom: 100px;
    }
    .solution section > article {
        margin-bottom: 80px;
    }
    .solution .flex-box .product_img {
        max-width: 600px;
        margin-top: -140px;
        margin-right: -50px !important;
    }
    .solution .flex-box .product_text {
        min-width: 200px;
        padding: 50px 0 50px 50px;
    }
    .solution .flex-box .product_text p {
        font-size: 16px;
    }
    .solution .flex-box .product_text > ul li {
        font-size: 12px;
    }
    .solution .flex-box .product_text > ul li::before {
        width: 16px;
        height: 16px;
        top: 5px;
        background-size: 16px;
    }
    .solution .flex-box .product_text ul li ul li {
        font-size: 10px;
    }
    .solution .flex-box .product_text > ul li {
        left: 28px;
    }
    .solution .flex-box .product_text > ul li::before {
        left: -28px;
    }
    .solution .b_txt {
        padding: 0 15px 0 0;
        font-size: 60px;
        transform: translate(0, -65%);
    }
    .solution .c_title span {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
    }
    .solution .c_title p {
        font-size: 12px;
    }
    .solution article p.p_title {
        font-size: 16px;
        margin: 0 0 40px 55px;
        word-break: keep-all;
    }
    .request_banner {
        padding: 65px 15px;
        height: 230px;
        background-size: cover;
        background-position: top;
    }
    .request_banner p {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .request_banner .request {
        width: 93px;
        height: 34px;
        font-size: 10px;
        line-height: 34px;
    }

    /* 솔루션 - vihub */
    /* .solution.vihub .vihub_sec02 article .img_box {text-align: center; position: relative; margin-bottom: 0;}
	.solution.vihub .vihub_sec02 article:first-child .img_box img.hidden-md {margin-top: 38px;}
	.solution.vihub .vihub_sec02 article:first-child .img_box .ai_recording {margin: 0;}
	.solution.vihub .vihub_sec02 article:first-child .img_box .ai_recording img {width: 75%;}
	.solution.vihub .vihub_sec02 article:first-child .img_box .ai_recording p {font-size: 12px;}
	.solution.vihub .vihub_sec02 article:last-child {margin-bottom: 100px; text-align: center;}
	.solution.vihub .vihub_sec02 article:last-child .hidden-md > div img {max-width:300px;width: 65%;margin:0 auto} */
    .solution.vihub .vihub_sec02 article:last-child .hidden-md > div p {
        margin: 20px 0 45px;
    }
    .solution.vihub .vihub_sec03 .supprt_box > div {
        width: 30%;
    }
    .solution.vihub .vihub_sec03 .supprt_box .brochure {
        margin-left: 15px;
    }
    .solution.vihub .vihub_sec03 .supprt_box .cs_center {
        justify-content: center;
        height: 92px;
        margin-left: 10px;
    }
    .solution.vihub .vihub_sec03 .supprt_box .cs_center p {
        margin-left: 18px;
    }
    .solution.vihub .vihub_sec03 .supprt_box .cs_center img {
        width: 80px;
    }
    .solution.vihub .img-area {
        height: 350px;
    }

    /* 솔루션 - rus */
    .rus .rus_sec03 .rus_art01 .circle_box {
        text-align: center;
    }
    .rus .rus_sec03 .rus_art01 .circle_box > div {
        width: 236px;
        height: 236px;
        font-size: 26px;
        position: relative;
        line-height: 3;
        padding-top: 30px;
        vertical-align: top;
    }
    .rus .rus_sec03 .rus_art01 .circle_box > div p {
        font-size: 12px;
    }
    .rus .rus_sec03 .rus_art01 .circle_box > div:nth-child(2) {
        left: 0;
        top: 0;
        margin: 0 -30px;
    }
    .rus .rus_sec03 .rus_art01 .circle_box > div:nth-child(3) {
        left: 0;
        top: 0;
    }
    .rus .rus_sec03 .rus_art01 > div.flex-box:nth-child(3) {
        flex-direction: column;
    }
    .rus .rus_sec03 .rus_art01 .circle_box > div:nth-child(3)::after {
        background: url(/thema/Basic/assets/img//shortline.png) no-repeat center;
        width: 20px;
        height: 66px;
        left: -43%;
        top: 98.5%;
    }
    .rus .rus_sec03 .rus_art01 .hutom_rus {
        margin: 60px auto 0;
    }
    .rus .rus_sec03 .rus_art02 .content-wrap.text-center .cont_box {
        margin-top: 40px;
    }
    .rus .rus_sec03 .rus_art02 .content-wrap.text-center .cont_box .txt_box h5 {
        font-size: 12px;
        margin-top: 15px;
        font-weight: 900;
    }
    .rus .rus_sec03 .rus_art02 .content-wrap.text-center .cont_box .txt_box p {
        font-size: 10px;
    }
    .rus .rus_sec03 .rus_art03 .art03_cont.flex-box {
        display: block;
        text-align: center;
    }
    .rus .rus_sec03 .rus_art03 .art03_cont > div:nth-child(2) {
        margin: 55px auto;
    }
    .rus .rus_sec03 .rus_art03 .art03_cont .text-center {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }
    .rus .rus_sec03 .rus_art03 .art03_cont .text-center p {
        font-size: 16px;
        word-break: keep-all;
        width: 90%;
        margin: 10px auto 15px;
    }
    .rus .rus_sec03 .rus_art03 .art03_cont .text-center span {
        font-size: 12px;
        line-height: 1.5;
    }
    .rus .rus_sec03 .rus_art03 .art03_cont > div:nth-child(2) span {
        font-size: 12px;
        left: 50%;
        bottom: 23px;
        line-height: normal;
        transform: translate(-50%, 0);
        font-family: "MuseoSans";
    }
    .rus .rus_sec03 .rus_art03 .art03_cont .text-center::before {
        left: -47%;
        top: 34%;
        background: url(/thema/Basic/assets/img/up-arrow-m.png) no-repeat;
        height: 100%;
        transform: rotate(-180deg);
    }
    .rus .rus_sec03 .rus_art03 .art03_cont .text-center:last-child::before {
        background: url(/thema/Basic/assets/img/up-arrow-m.png) no-repeat;
        height: 100%;
        left: 47%;
        top: -35%;
        transform: rotate(0deg);
    }
    .solution.rus section .content-wrap {
        padding: 0 15px;
    }

    /*rus support 추가 작업*/
    .solution.rus .rus_sec05 .supprt_box > div {
        width: 30%;
    }
    .solution.rus .rus_sec05 .supprt_box .brochure {
        margin-left: 15px;
    }
    .solution.rus .rus_sec05 .supprt_box .cs_center {
        justify-content: center;
        height: 92px;
        margin-left: 10px;
    }
    .solution.rus .rus_sec05 .supprt_box .cs_center p {
        margin-left: 18px;
    }
    .solution.rus .rus_sec05 .supprt_box .cs_center img {
        width: 80px;
    }

    /* 솔루션 - surg-gram */
    .surg .surg_sec03 .surg_cont_left {
        text-align: center;
        margin-bottom: 24px;
    }
    .surg .surg_sec03 .surg_cont.flex-box {
        display: block;
    }
    .surg .surg_sec03 .surg_cont.flex-box > div:first-child,
    .surg .surg_sec03 .surg_cont.flex-box > div {
        width: 100%;
    }
    .surg .surg_sec03 .surg_art01 .surg_cont_left p {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .surg .surg_sec03 .surg_art01 .surg_cont_left span {
        font-size: 12px;
    }
    .surg .surg_sec03 .surg_art01 .surg_cont_left span br,
    .surg .surg_sec03 .surg_art01 .surg_cont_right br {
        display: none;
    }
    .surg .surg_sec03 .surg_art01 .surg_cont_left img {
        width: 80%;
        max-width: 395px;
    }
    .surg .surg_sec03 .surg_art01 .surg_cont_left span.object {
        font-size: 10px;
        margin: 0 auto;
    }
    .surg .surg_sec03 .surg_cont_right {
        width: 330px;
        height: auto;
        padding: 30px;
        word-break: keep-all;
        word-spacing: 1px;
    }
    .surg .surg_sec03 .surg_cont_right p {
        font-size: 12px;
    }
    .surg .surg_sec03 .surg_art02 .surg_cont {
        flex-direction: column;
    }
    .surg .surg_sec03 .surg_art02 .surg_cont_left {
        display: block;
        width: 100%;
    }
    .surg .surg_sec03 .surg_art02 .surg_cont_left > p {
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }
    .surg .surg_sec03 .surg_art02 .surg_cont_left .flex-box > div {
        width: 50%;
        text-align: center;
    }
    .surg
        .surg_sec03
        .surg_art02
        .surg_cont_left
        .flex-box
        > div
        span.circle_box {
        width: 150px;
        height: 150px;
    }
    .surg
        .surg_sec03
        .surg_art02
        .surg_cont_left
        .flex-box
        > div
        span.circle_box::before {
        font-size: 14px;
    }
    .surg .surg_sec03 .surg_art02 .surg_cont_left .flex-box > div p {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .surg .surg_sec03 .surg_art02 .surg_cont_left .flex-box > div p span {
        font-size: 10px;
        text-align: center;
        width: 75%;
        margin: 0 auto;
    }
    .surg
        .surg_sec03
        .surg_art02
        .surg_cont_left
        .flex-box
        > div:last-child
        p
        span {
        width: 75%;
        margin: 0 auto;
    }
    .surg .surg_sec03 .surg_art02 .surg_cont_right {
        width: 100%;
        height: auto;
    }
    .surg .surg_sec03 .surg_art03 .surg_cont {
        height: 720px;
        width: 100%;
        margin: 0 auto;
    }
    .surg .surg_sec03 .surg_art03 .surg_cont > div:first-child {
        position: relative;
        display: flex;
        width: 330px;
        height: 140px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
        text-align: center;
        justify-content: center;
        margin: 0 auto;
    }
    .surg .surg_sec03 .surg_art03 .surg_cont > div > div {
        width: 50%;
        height: auto;
    }
    .surg .surg_sec03 .surg_art03 .surg_cont > div > div:first-child {
        border-right: 1px solid #eaeaea;
    }
    .surg .surg_sec03 .surg_art03 .surg_cont > div > div p {
        font-size: 12px;
        line-height: 1.8;
        text-align: center;
    }
    .surg .surg_sec03 .surg_art03 .surg_cont > div > div p.c_main {
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 12px;
    }
    .surg .surg_sec03 .surg_art03 .surg_cont > div:first-child::after {
        width: 1px;
        height: 39px;
        left: 164px;
        top: 100%;
        border-left: 1px dotted #87d6cf;
    }
    .surg .surg_sec03 .surg_art03 .surg_cont .ai_analysis {
        width: 100px;
        height: 100px;
        top: 23%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
    }
    .surg .surg_sec03 .surg_art03 .surg_cont > .group-6 {
        top: 265px;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
    }
    .surg .surg_sec03 .surg_art03 .surg_cont .personalized {
        width: 180px;
        height: 180px;
        bottom: -11px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
    }
    .solution.surg .b_txt {
        padding-left: 15px;
        transform: translate(0, -50%);
    }

    /* .company .section_title {padding-bottom:20px} */

    /* 컴퍼니 - about */
    .about .ab_cont .core_values article .big_imgbox {
        left: 0;
    }
    .about .ab_cont .core_values article .core_dec {
        margin: 0 0 0 30px;
    }

    /* 컴퍼니 - history */
    .history .history_left {
        top: 35px;
    }
    .history .history_left img {
        top: -32px;
    }

    /* 컴퍼니 - 리더십 */
    .company.leadership {
        margin: 10px 0 80px;
        overflow: hidden;
    }
    .leadership_team .at-body .at-container {
        padding: 0 !important;
    }
    .company.leadership .inner {
        padding: 0 15px;
    }
    .leadership > .content-wrap {
        padding: 0 15px;
    }
    .leadership .back_f9 {
        height: auto;
        flex-direction: column;
        align-items: center;
        margin: 100px 0 150px;
        padding: 30px 0;
    }
    .leadership .back_f9 img {
        width: 50%;
        margin: 0;
    }
    .leadership .back_f9 .leadership_txt {
        margin-top: 40px;
    }
    .leadership .back_f9 .leadership_txt p {
        font-size: 5.1vw;
    }
    .leadership .back_f9 .leadership_txt > span {
        font-size: 2.5vw;
    }
    .leadership .back_f9 .leadership_txt ul li {
        font-size: 1.3vw;
    }
    .leadership .back_f9 .leadership_txt ul li::before {
        top: 12px;
    }

    /* 컴퍼니 - 파트너십 */
    .partnership .part_art01 .part_art01_cont {
        padding-left: 0;
        justify-content: center;
    }
    .partnership .part_art01 .part_art01_cont img {
        margin: 0 5px 18px;
        width: 150px;
    }
    .partnership .part_art02 .tab_wrap .hospitals_list {
        margin-top: 0;
        justify-content: center;
    }
    .partnership .part_art02 .tab_wrap .hospitals_list > li {
        margin: 0 5px 18px;
    }
    .partnership .part_art02 .tab_wrap .hospitals_list > li img {
        width: 150px;
    }
    .partnership .part_art03 {
        margin-bottom: 80px;
    }
    .partnership .part_art03 .owl-carousel .owl-controls {
        position: static;
    }
    .partnership .part_art03 .panel_right {
        max-width: 460px;
        width: 100%;
        margin: 0 auto;
    }
    .partnership .tab-content {
        height: 100%;
    }
    .partnership .tab-content .basic-post-slider {
        padding: 0;
        left: 0;
        top: 0;
        width: 100%;
    }
    .partnership article {
        margin: 80px 0 100px;
    }
    #thema_wrapper .partnership .part_art03 .panel_right .item-list {
        width: calc(50% - 15px);
    }
    #thema_wrapper
        .partnership
        .part_art03
        .panel_right
        .img-wrap
        .img-item
        img {
        max-width: 230px;
    }
    .partnership .panel_left .tab_nav {
        margin-bottom: 64px;
    }

    /* contact us > career */
    .career .page-wrap .lang_nav {
        top: 0;
        right: 22px;
    }
    .career .page-wrap section {
        margin-top: 90px;
    }
    .career .page-wrap .section_title {
        padding-bottom: 25px;
    }
    .career .page-wrap .section_title.kor {
        letter-spacing: 0;
    }
    .career .page-wrap .sec02 .way dl:first-child {
        margin-bottom: 20px;
    }
    .career .page-wrap .sec02 .way dt {
        font-size: 28px;
    }
    .career .page-wrap .sec02 .way dt span {
        font-size: 44px;
    }
    .career .page-wrap .sec02 .way dd {
        font-size: 14px;
    }
    .career .page-wrap .sec03 .tab_wrap {
        flex-direction: column;
    }
    .career .page-wrap .sec03 .tab_wrap .tab_ty01 .tab_nav {
        width: auto;
    }
    .career .page-wrap .sec03 .tab_wrap .tab_ty01 .tab_nav > li {
        width: calc(33.3% - 10px);
        margin-top: 15px;
    }
    .career .page-wrap .sec03 .tab_ty01 .tab_nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .career .page-wrap .sec03 .tab_ty01 .tab_nav {
        margin-left: -10px;
    }
    .career .page-wrap .sec03 .tab_ty01 .tab_nav > li:first-child {
        margin-left: 10px;
    }
    .career .page-wrap .sec03 .tab_wrap .tab-content {
        padding-top: 40px;
    }
    .career .page-wrap .sec03 .tab_wrap .tab-content a {
        height: 38px;
        margin-right: 18px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 36px;
        font-size: 12px;
        text-align: left;
    }
    .career .page-wrap .sec03 .tab_wrap .tab-content a:after {
        top: 15px;
    }
    .career .page-wrap .sec03 .tab_wrap .tab-content .wrapper_box {
        padding: 30px 25px 45px;
        border-radius: 8px;
    }
    .career .page-wrap .sec03 .tab_wrap .tab-content .wrapper_box h4 {
        padding: 0 0 18px;
        font-weight: 900;
    }
    .career .page-wrap .sec04 {
        margin-top: 70px;
        padding: 0 1.5%;
    }
    .career .page-wrap .sec04 .welfare_section > li > h4 {
        padding: 0 0 18px;
        font-size: 18px;
        line-height: 1.4;
    }
    .career .page-wrap .sec04 .welfare_section > li > h4 img {
        margin: 0 0 35px;
    }
    .career .page-wrap .sec06 .banner p {
        padding: 0 0 22px;
    }
}

@media (max-width: 991px) {
    .section_title p {
        color: #575757;
    }

    /* contact us > request (mobile) */
    .request .section_title p {
        font-size: 12px;
    }
    .contact_us.request .f_wrap {
        margin-top: 15px;
        padding: 0;
    }
    .contact_us.request .location {
        margin-bottom: 80px;
    }
    .contact_us.request .location .map {
        width: 100%;
        margin: 50px 0 20px;
    }
    .contact_us.request .location .map .root_daum_roughmap {
        width: 100% !important;
        border-bottom: 1px solid #ccc;
    }
    .contact_us.request .location .info {
        flex-direction: column;
    }
    .contact_us.request .location .info > div {
        width: 100%;
        justify-content: flex-start;
    }
    .contact_us.request .location .info > div:first-child {
        margin: 0 0 20px;
    }
    .contact_us.request .location .info > div ul {
        margin-left: 12px;
    }
    .contact_us.request .location .info > div li {
        font-size: 12px;
        line-height: 1.5;
    }
    .contact_us.request .button_wrap {
        text-align: center;
    }

    /* Products & Service */
    .platform .section_title {
        padding-bottom: 60px;
    }
    .platform .section_title p {
        padding-top: 18px;
    }
    .platform .service .section_title02 {
        margin: 0 0 35px;
    }
    .platform .service {
        padding: 50px 0 0;
    }
    .platform .service .nav_tab > li > a {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .platform .service .tab-content {
        height: 500px;
    }
    .platform .service .tab-content:after {
        top: 40px;
        right: auto;
        left: 50%;
        width: 355px;
        height: 358px;
        transform: translate(-30px, 0);
    }
    .platform .service .tab-content .panel_wrap {
        justify-content: flex-start;
    }
    .platform .service .tab-content .tab-pane .panel_right {
        flex-direction: column;
        align-items: flex-end;
    }
    .platform .service .tab-content .tab-pane .panel_left {
        width: 100%;
    }
    .platform .service .tab-content .tab-pane .panel_left .content_inner p {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .platform .service .tab-content .tab-pane .panel_left .content_inner h3 {
        font-size: 20px;
    }
    .platform .service .tab-content .tab-pane .panel_left .content_inner span {
        font-size: 90px;
    }
    .platform .service .tab-content .panel_content {
        padding: 20px 0 0;
    }
    .platform .service .tab-content .tab-pane.active .panel_right img {
        max-width: 341px;
    }

    /* Join Our Team */
    .join_team .section_title p {
        font-size: 12px;
        line-height: 18px;
    }
    .join_team .request .inner {
        padding: 0 4%;
    }

    /* AI Surgical Platform */
    .platform .at-body {
        padding: 60px 0 0;
    }
    .platform .page-wrap {
        padding: 10px 0 0;
    }
    .platform .surgery {
        margin: 200px 0 0;
    }
    .platform .surgery .inner {
        padding: 0 4%;
    }
    .platform .surgery .surgery_list {
        padding: 12px 0 0;
    }
    .platform .surgery .surgery_list > li {
        font-size: 12px;
    }
    .platform .solution {
        margin: 90px 0 0;
    }
    .platform .canvas_wrap .text_top h3 {
        padding: 0 0 0 70px;
        font-size: 72px;
        font-weight: 900;
    }
    .platform .canvas_wrap .text_top h3:before {
        top: 50%;
        left: 50px;
        width: 45px;
    }
    .platform .canvas_wrap .text_top h3 p {
        font-size: 14px;
    }
    .platform .canvas_text {
        width: 100%;
        margin-left: 0;
        padding: 0 0 20%;
    }
    .platform .canvas_text h5 {
        left: 50%;
        width: 213px;
        font-size: 16px;
        line-height: 24px;
        transform: translate(-50%, -50px);
    }
    .platform .canvas_text h5.second {
        width: 225px;
    }
    .platform .canvas_text h5 strong {
        display: block;
    }
    .platform .canvas_text li {
        font-size: 14px;
        line-height: 1.6;
        font-weight: 400;
    }
    .platform .canvas_text .text_inner {
        width: 100%;
    }
    .platform .canvas_text .text_inner ul {
        width: auto;
        padding-right: 25px;
    }
    .platform .platform_list {
        margin: 0 35px 35px;
    }
    .platform .service .inner {
        padding: 0 4%;
    }
    .platform .service .tab-content .panel_content a {
        display: block;
        margin: 20px 0 0;
    }
    .platform .service .inner > img {
        max-width: 332px;
        margin: 0 0 80px;
    }

    /* 컴퍼니 - 공통 */
    .company .cont_txt {
        font-size: 12px;
        line-height: 1.5;
        word-break: keep-all;
        white-space: pre-line;
    }
    .company .cont_txt br {
        display: none;
    }

    /* 컴퍼니 - about */
    .about .ab_cont > section {
        margin-bottom: 70px;
    }
    .about .ab_cont .section_title {
        padding-bottom: 20px;
    }
    .about .ab_cont .core_values article {
        flex-direction: column;
        margin-top: 60px;
    }
    .about .ab_cont .core_values article .big_imgbox {
        background: none;
        left: 0;
        top: 160px;
    }
    .about .ab_cont .core_values article .big_imgbox .core_img li img {
        width: 100%;
        max-width: 320px;
    }
    .about .ab_cont .core_values article .core_dec {
        margin: 400px 0 0;
    }
    .about .ab_cont .core_values article .core_dec ul > li {
        white-space: normal;
    }
    .about .ab_cont .core_values article .core_dec ul > li a {
        font-size: 24px;
        color: #ddd;
    }
    .about .ab_cont .core_values article .core_dec ul > li a ul {
        margin: 12px 0 40px;
        padding: 0;
    }
    .about .ab_cont .core_values article .core_dec ul > li a ul li {
        font-size: 12px;
    }

    /* 컴퍼니 - history */
    .history .history_right {
        max-width: 100%;
        margin-top: 0;
    }
    .history .history_right > div {
        margin-bottom: 64px;
    }
    .history .history_right > div p::before {
        width: 20px;
        height: 20px;
        border-width: 6px;
        top: 5px;
    }
    .history .history_right > div p {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 16px;
    }
    .history .history_right > div span {
        font-size: 12px;
        line-height: 1.2;
    }
    .history .history_right > div span strong {
        margin: 10px 0 5px;
        display: inline-block;
    }
    .history .history_right::before {
        top: 26px;
        left: -26px;
        background-repeat: repeat;
        height: 700px;
    }
    .history img.bic_circle {
        right: -45px;
        bottom: 25px;
    }

    /* 컴퍼니 - 파트너십 */
    .partnership .part_art03 .tab_ty01.person .tab_nav > li.active > a:after {
        display: none;
    }
    .partnership .part_art03 .tab_ty01 .tab_nav > li {
        min-width: 85px;
        text-align: center;
    }

    /* 컴퍼니 - 리더십 */
    .leadership .back_f9 {
        margin-top: 80px;
    }
    .leadership .back_f9 .leadership_txt p {
        font-size: 24px;
    }
    .leadership .back_f9 .leadership_txt > span {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .leadership .back_f9 .leadership_txt ul li {
        font-size: 12px;
    }
    .leadership .circle_box > div {
        width: 33%;
        text-align: center;
    }
    .leadership .circle_box div > span {
        width: 200px;
        height: 200px;
        line-height: 200px;
        font-size: 30px;
    }
    .leadership .back_f9 .leadership_txt ul li::before {
        top: 10px;
    }

    /* contact us > career */
    .career .page-wrap .sec01 dt {
        padding: 0 0 2px;
        font-size: 14px;
        line-height: 30px;
    }
    .career .page-wrap .sec01 dd {
        font-size: 12px;
        line-height: 18px;
    }
    .career .page-wrap .sec02 .way dl {
        padding: 0;
    }
    .career .page-wrap .sec02 .way dt {
        padding: 0 0 2px;
        font-size: 18px;
    }
    .career .page-wrap .sec02 .way dt span {
        font-size: 30px;
    }
    .career .page-wrap .sec02 .way dd {
        font-size: 12px;
        line-height: 18px;
    }
    .career .page-wrap .sec03 .tab_wrap .row h5 {
        line-height: 24px;
        font-size: 12px;
        font-weight: 600;
    }
    .career .page-wrap .sec03 .tab_wrap .tab-content .wrapper_box .row > div {
        margin-top: 30px;
    }
    .career
        .page-wrap
        .sec03
        .tab_wrap
        .tab-content
        .wrapper_box
        .row
        > div:first-child {
        margin-top: 0;
    }
    .career .page-wrap .sec04 .welfare_section {
        flex-direction: column;
    }
    .career .page-wrap .sec04 .welfare_section > li {
        width: 100%;
        margin-top: 40px;
    }
    .career .page-wrap .sec04 .welfare_section > li:first-child {
        margin-top: 0;
    }
    .career .page-wrap .sec05 .step_wrap_m {
        max-width: 628px;
        width: 100%;
        margin: 0 auto;
    }
    .career .page-wrap .sec05 .bottom {
        margin-top: 10px;
    }
    .career .page-wrap .sec05 .step_list > li {
        padding: 10px 0 0;
    }
    .career .page-wrap .sec05 .step_list > li h4 {
        font-size: 13px;
    }
    .career .page-wrap .sec05 .step_list > li p {
        padding: 2px 0 0;
        font-size: 16px;
    }
    .career .page-wrap .sec06 a {
        font-size: 12px;
    }
    .career .page-wrap .sec06 .banner {
        padding: 110px 0 85px;
    }
    .career .page-wrap .eng .sec05 .step_list > li p {
        padding: 3px 0 0;
        line-height: 1.2;
    }

    /* 솔루션 - rus */
    .rus .rus_sec03 .rus_art02 .vod {
        width: 100%;
        border-radius: 0;
    }

    /*rus support 추가 작업*/
    .solution.rus .rus_sec05 .supprt_box .brochure {
        margin: 0;
    }
    .solution.rus .rus_sec05 .supprt_box a > img {
        max-width: 100%;
        width: auto;
    }
    .solution.rus .rus_sec05 .supprt_box .cs_center {
        flex-direction: column;
        margin: 30px 0;
        height: 100%;
    }
    .solution.rus .rus_sec05 .supprt_box .cs_center img {
        width: 96px;
    }
    .solution.rus .rus_sec05 .supprt_box .cs_center p {
        margin: 15px 0 0;
    }
    .solution.rus .rus_sec05 .supprt_box .cs_center p span {
        font-size: 12px;
    }

    /* 솔루션 - vihub */
    /* .solution.vihub .vihub_sec02 article:first-child .img_box > *:not(.plus) {width: unset;}
	.solution.vihub .vihub_sec02 article:first-child .img_box img:nth-child(even) {display: block; margin: 35px auto;} */
    .solution.vihub .vihub_sec03 .supprt_box .brochure {
        margin: 0;
    }
    .solution.vihub .vihub_sec03 .supprt_box a > img {
        max-width: 100%;
        width: auto;
    }
    .solution.vihub .vihub_sec03 .supprt_box .cs_center {
        flex-direction: column;
        margin: 30px 0;
        height: 100%;
    }
    .solution.vihub .vihub_sec03 .supprt_box .cs_center img {
        width: 96px;
    }
    .solution.vihub .vihub_sec03 .supprt_box .cs_center p {
        margin: 15px 0 0;
    }
    .solution.vihub .vihub_sec03 .supprt_box .cs_center p span {
        font-size: 12px;
    }
    .solution.vihub .vihub_sec02 article:last-child {
        margin-bottom: 0;
    }

    /* 솔루션 - leadership */
    .leadership .section_title {
        padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    /* 솔루션 공통 */
    .solution .s_title {
        padding: 0 0 70px;
    }
    .solution > section:first-child .flex-box {
        padding: 60px 0 0;
        flex-direction: column-reverse;
    }
    .solution .flex-box .product_text {
        padding: 0 0 65px;
    }

    /* 솔루션 - rus */
    .rus .rus_sec03 .rus_art01 .circle_box > div {
        display: block;
        position: static;
        margin: 0 auto;
    }
    .rus .rus_sec03 .rus_art01 .circle_box > div:nth-child(2) {
        margin: -20px auto;
    }
    .rus .rus_sec03 .rus_art01 .circle_box > div:nth-child(3)::after {
        left: 49%;
    }
    .rus .rus_sec03 .rus_art01 .hutom_rus {
        margin-top: 60px;
    }

    /*rus support 추가 작업*/
    .solution.rus .rus_sec05 {
        margin-bottom: 70px;
    }
    .solution.rus .rus_sec05 .supprt_box .cs_center {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
    }
    .solution.rus .rus_sec05 .supprt_box .cs_center p {
        margin: 15px 0 15px 34px;
    }

    /*  솔루션 - vihub  */
    .solution.vihub .vihub_sec03 {
        margin-bottom: 70px;
    }
    .solution.vihub .vihub_sec03 .supprt_box .cs_center {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
    }
    .solution.vihub .vihub_sec03 .supprt_box .cs_center p {
        margin: 15px 0 15px 34px;
    }
    .solution.vihub .img-area {
        height: 230px;
    }
    .solution.vihub .vihub_sec02 article .img_box {
        width: 300px;
        height: 630px;
        margin: 0 auto;
    }
    .solution.vihub .vihub_sec02 article .img_box > div {
        width: 100%;
        height: 210px;
        margin: 0 auto;
        overflow: hidden;
    }
    .solution.vihub .vihub_sec02 article .img_box .second {
        top: 210px;
        left: 0;
    }
    .solution.vihub .vihub_sec02 article .img_box .third {
        top: 420px;
        left: 0;
    }

    .solution.vihub .vihub_sec02 article .img_box.on .first {
        top: 105px;
        left: 0;
    }
    .solution.vihub .vihub_sec02 article .img_box.on .second {
        left: 120px;
        top: 210px;
    }
    .solution.vihub .vihub_sec02 article .img_box.on .third {
        top: 315px;
    }

    /* contact us > career */
    .career > .at-body {
        padding: 45px 0 0;
    }
    .career .tab-content {
        padding: 45px 0 0;
    }
    .career .page-wrap .lang_nav li a {
        font-size: 10px;
    }
    .career .page-wrap .sec05 .step_list > li h4 {
        font-size: 10px;
    }
    .career .page-wrap .sec05 .step_list > li p {
        padding: 0;
        font-size: 12px;
        line-height: 1.5;
    }
    .career .page-wrap .sec06 .banner {
        padding: 40px 5%;
        background-position-x: 30%;
    }
    .career .page-wrap .sec06 .banner p {
        font-size: 18px;
        word-break: keep-all;
    }
    .career .page-wrap .sec04 .inner:after {
        top: auto;
        bottom: 0;
        width: 220px;
        height: 330px;
        background-size: cover;
    }
    .career .page-wrap .sec04 .inner > img {
        margin-top: 25px;
        border-radius: 5px;
    }

    /*  컴퍼니 - 히스토리  */
    .history .history_right::before {
        height: 700px;
    }

    /* 컴퍼니 - 리더십 */
    .leadership .circle_box.flex-box {
        display: block;
    }
    .leadership .circle_box > div {
        display: flex;
        width: 65%;
        margin: 0 auto;
    }
    .leadership .circle_box > span {
        display: none;
    }
    .leadership .circle_box div > span {
        width: 100px;
        height: 100px;
        font-size: 18px;
        line-height: 100px;
        margin: 0 25px 25px 0;
    }
    .leadership .circle_box div > span::after {
        font-size: 20px;
    }
    .leadership .circle_box div > p {
        font-size: 12px;
        margin-top: 45px;
        text-align: left;
    }

    .partnership
        .part_sec02
        .panel_right
        .basic-post-slider2
        .img-wrap
        .img-item
        img {
        max-width: 150px;
    }

    .platform .section_title span:after {
        top: 12px;
    }

    /* 약관동의 팝업 */
    .popup-wrap .popup-head {
        padding-bottom: 5px;
    }
    .popup-wrap .popup-head h4 {
        font-size: 15px;
    }
    .popup-wrap .popup-head .btn-clear {
        background-size: 15px;
    }
    .popup-wrap .popup-body {
        height: 60vh;
        padding: 15px 25px;
    }
}
@media (max-width: 540px) {
    .history .history_right::before {
        height: 900px;
    }
    .solution.rus .rus_sec05 .supprt_box > div {
        width: 50%;
    }
    .solution.vihub .vihub_sec03 .supprt_box > div {
        width: 50%;
    }
    .platform .canvas_text {
        padding-bottom: 10%;
    }
}
@media (max-width: 480px) {
    /*  컴퍼니 - 히스토리  */
    .history .history_right > div span {
        line-height: 1.5;
    }
    .history .history_right::before {
        height: 1060px;
    }

    /* 컴퍼니 - 리더십   */
    .leadership .back_f9 {
        margin: 50px 0;
    }
    .leadership .back_f9 img {
        width: 100%;
        transform: translateX(40px);
        margin-top: -60px;
    }
    .leadership .back_f9 .leadership_txt {
        padding: 0 30px;
    }
    .leadership .back_f9 .leadership_txt p span {
        margin-left: 5px;
    }
    .leadership .circle_box > div {
        width: 100%;
    }
}
@media (max-width: 414px) {
    /* 솔루션 공통 */
    .solution .s_title {
        padding: 0 0 90px;
    }

    /* Products & Service */
    .platform .section_title {
        padding-bottom: 10px;
    }

    .rus .rus_sec03 .vod {
        width: 100%;
    }

    .solution.vihub .img-area {
        height: 230px;
    }
    .solution.vihub .vihub_sec02 article .img_box {
        width: 240px;
        height: 504px;
    }
    .solution.vihub .vihub_sec02 article .img_box > div {
        width: 100%;
        height: 168px;
    }
    .solution.vihub .vihub_sec02 article .img_box .second.on {
        top: calc(50% - 40px);
    }
    .solution.vihub .vihub_sec02 article .img_box .second {
        top: 168px;
    }
    .solution.vihub .vihub_sec02 article .img_box .third {
        top: 336px;
    }
    .solution.vihub .vihub_sec02 article .img_box.on .first {
        top: 84px;
        left: 0;
    }
    .solution.vihub .vihub_sec02 article .img_box.on .second {
        left: 120px;
        top: 168px;
    }
    .solution.vihub .vihub_sec02 article .img_box.on .third {
        top: 252px;
    }
}
@media (max-width: 320px) {
    .solution .b_txt {
        font-size: 55px;
    }
    .history .history_right::before {
        height: 1080px;
    }
}
@media (max-width: 280px) {
    .history .history_right::before {
        height: 1135px;
    }
}
