@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200&family=Red+Hat+Display:wght@400;500;600;700;900&display=swap");
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Pretendard-Regular.eot");
    src: url("../fonts/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard-Regular.woff2") format("woff2"), url("../fonts/Pretendard-Regular.woff") format("woff"), url("../fonts/Pretendard-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/Pretendard-Medium.eot");
    src: url("../fonts/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard-Medium.woff2") format("woff2"), url("../fonts/Pretendard-Medium.woff") format("woff"), url("../fonts/Pretendard-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Pretendard-Bold.eot");
    src: url("../fonts/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard-Bold.woff2") format("woff2"), url("../fonts/Pretendard-Bold.woff") format("woff"), url("../fonts/Pretendard-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "NanumSquareNeo";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/NanumSquareNeo-dEb.woff") format("woff"), url("../fonts/Pretendard-Bold.ttf") format("truetype");
    font-display: swap;
}

html,
body {
    font-family: "Pretendard", AppleGothic, "Dotum", sans-serif;
    color: #191919;
}

.btn-open {
    display: none !important;
}

.list-none {
    text-align: center;
    padding: 138px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: none;
}
.list-none p {
    margin-top: 14px;
    font-weight: 400;
    color: #c7c7c7;
}
.list-none div {
    width: 54px;
    height: 54px;
    margin: 0 auto;
}

/*
	normalize / reset
*/
html {
    font-size: 112.5%;
    overflow-x: hidden;
    margin-top: 0px !important;
}
body {
    line-height: 1;
    position: relative;
    overflow-x: hidden;
    color: #08243c;
}
body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    outline: 0;
}
ol,
ul {
    list-style: none;
}

p,
ul,
li,
ol,
dl,
dt,
dd,
figure {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    color: inherit;
    margin: 0;
}

button,
textarea,
input,
select {
    font-family: inherit;
    color: inherit;
    padding: 0;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}

.inner {
    width: 1160px;
    margin: 0 auto;
}

.mt-6 {
    margin-top: 60px;
}
.mt-7 {
    margin-top: 70px;
}
.mt-8 {
    margin-top: 80px;
}

.text-none {
    color: #c7c7c7 !important;
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

.main-page .contain {
    max-width: 1160px;
    margin: 0;
}

.top-btn {
    position: fixed;
    right: 56px;
    bottom: 56px;
    width: 56px;
    height: 56px;
    z-index: 30;
    opacity: 0;
    transition: bottom 0.3s ease-out;
}

/* 공통팝업 */
.modal_bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 101;
}

.modal_bg .message_modal {
    background: #fff;
    padding: 0 77px 66px;
    width: 634px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal_bg .big_text {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.modal_bg .message_modal .text_area {
    padding: 66px 0 46px;
    font-size: 16px;
    text-align: center;
}

.modal_bg .message_modal .text_area span {
    font-weight: 400;
    line-height: 1.6;
}

.modal_bg .message_modal .button_wrap {
    display: flex;
    justify-content: space-between;
}

.modal_bg .message_modal button {
    height: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.modal_bg .cancel_btn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    margin-right: 10px;
}

.modal_bg .apply_btn {
    background: #000;
    color: #fff;
}

.modal_bg .apply_btn.full {
    width: 100%;
}

/* 큰 공통팝업 */
.modal_bg .modal_box {
    background: #fff;
    padding: 66px 77px;
    width: 728px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal_bg .modal_box .text_area {
    padding: 40px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.modal_bg .modal_box .button_wrap {
    display: flex;
    justify-content: space-between;
    width: 326px;
    margin: auto;
}

.modal_bg .modal_box .button_wrap button {
    height: 48px;
    width: 204px;
    font-size: 16px;
    font-weight: 500;
}

.modal_bg .x_btn {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/modal-close.png) no-repeat center center / cover;
    top: 20px;
    right: 20px;
}

.contact-us .input_wrap input {
    width: 100%;
    height: 48px;
    border: 1px solid #c7c7c7;
    margin-top: 14px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    background: #f5f5f5;
}

.contact-us .input_wrap label {
    font-size: 18px;
    font-weight: 700;
}

.contact-us .input_wrap p {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}

.contact-us .big_text {
    margin-bottom: 32px;
}

.contact-us textarea {
    width: 100%;
    height: 160px;
    font-size: 14px;
    padding: 16px 20px;
    margin-top: 14px;
    border: 1px solid #c7c7c7;
    background: #f5f5f5;
    resize: none;
}

.contact-us .input-box > div:not(:last-child) {
    margin-bottom: 40px;
}

.contact-us .input-box > div:last-child {
    margin-bottom: 46px;
}

.modal_bg .modal_box .button_wrap {
    justify-content: center;
}

.filebox .upload-name {
    display: inline-block;
    height: 48px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #c7c7c7;
    width: 382px;
    color: #999999;
    background: #f5f5f5;
    font-size: 14px;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    right: 0;
}

.filebox p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.filebox > div {
    display: flex;
    align-items: center;
}

.filebox .file-label {
    font-size: 18px;
    font-weight: 700;
}

.filebox label {
    width: 76px;
    height: 48px;
    line-height: 48px;
    background: #191919;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 0 10px 0 30px;
}

.filebox button {
    width: 76px;
    height: 48px;
    border: 1px solid #191919;
    background: #fff;
    font-size: 17px;
    font-weight: 500;
}

/* error */
.error {
    width: 100%;
    height: 100vh;
}

.error .main-cont3 {
    background: #fff;
}
.error .main-cont3 .main-tit {
    margin-left: 0;
    width: max-content;
    margin: 0 auto;
}
.error .main-cont3 .main-tit h2 {
    font-size: 50px;
    width: max-content;
}
.error .main-cont3 .main-tit p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #565656;
}

.error .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}
.error .btn-group .btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 56px;
    border: 1px solid #191919;
    font-size: 16px;
    font-weight: 700;
}
.error .btn-group .btn.black {
    background: #191919;
    color: #fff;
    margin-left: 15px;
}

/* header */
#header .container {
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 56px;
}
#header .nav {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#header .nav li a {
    font-size: 18px;
    font-weight: 800;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
}
#header .nav li a:hover {
    color: #ee8100;
}
#header .nav li a:hover::before {
    transform: translate(-100%, -50%);
    opacity: 1;
}
#header .nav li a::before {
    width: 9px;
    height: 9px;
    position: absolute;
    content: "";
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    left: 0;
    top: 0;
    border-top: 2px solid #ee8100;
    border-left: 2px solid #ee8100;
    transform: translate(0%, 0%);
}
#header .nav li:not(:last-child) {
    margin-right: 80px;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.5s;
    z-index: 30;
}
#header .head-cont {
    display: flex;
    align-items: center;
}
#header .logo a {
    width: 157px;
    height: 24px;
    margin-right: 506px;
    display: block;
    font-size: 0;
}
#header.hide {
    top: -80px;
}

.language {
    position: absolute;
    top: 50%;
    right: 56px;
    transform: translateY(-50%);
    width: 25px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transition: all 0.3s;
    z-index: 99;
}
.language:hover {
    width: 180px;
}
.language .ic {
    width: 30px;
    height: 24px;
    margin-right: 14px;
}
.language .ic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.language .wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 0;
    transition: all 0.3s;
    margin-right: -16px;
}
.language .wrap a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #969696;
    display: block;
    width: max-content;
    margin-right: 16px;
    word-break: keep-all;
}
.language .wrap a.on {
    color: #ee8100;
    font-weight: 700;
}

.header-mo {
    display: none;
}

/* footer */
.footer {
    padding: 110px 0;
    background: #051829;
    color: #fff;
    z-index: 20;
    position: relative;
}
.footer-tit {
    font-size: 74px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    margin-bottom: 32px;
}
.footer-cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 112px;
}
.footer-cont p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0.8;
}
.footer-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 373px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-menu li a p {
    font-size: 26px;
    font-weight: 700;
}
.footer-menu li a > div {
    opacity: 0;
}
.footer-menu li:hover a > div {
    opacity: 1;
}
.footer-menu li:hover a > p {
    color: #ee8100;
}
.footer-menu li:not(:last-child) {
    margin-bottom: 32px;
}
.footer-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-info .info-cont span {
    font-size: 18px;
    font-weight: 700;
}
.footer-info .info-cont p {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.72;
}
.footer-info .info-cont p:not(:last-child) {
    margin-bottom: 10px;
}
.footer-info .info-cont > div {
    margin: 30px 0 20px;
}
.footer-info .info-cont .copyright {
    margin-top: 80px;
}
.info-link {
    margin-right: 216px;
}
.info-link a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.72;
}
.info-link a:not(:last-child) {
    margin-bottom: 22px;
}
.info-link a:hover {
    color: #ee8100;
    opacity: 1;
}

.footer-menu li a > div img:last-child {
    display: none;
}

/* tab */
.tab-cont {
    display: none;
}
.tab-cont.active {
    display: block;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 832px;
    align-items: center;
    padding-top: 15px;
}
.tab-btn {
    font-size: 20px;
    font-weight: 400;
    color: #191919;
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
}
.tab-btn.active {
    color: #ee8100;
    text-decoration: underline;
    text-underline-offset: 0.5em;
}
.tabs li:not(:last-child) {
    margin-right: 30px;
}
.tab-box {
    margin-top: 50px;
    position: relative;
}
.tab-contain {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.search_box {
    position: relative;
}
.search-input {
    position: relative;
    width: 226px;
    height: 48px;
    background: #f5f5f5;
    line-height: 41px;
    padding: 0 42px 0 15px;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.pc-search {
    display: block;
    position: absolute;
    background: url("../images/search.png") no-repeat center center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* pagenation */
/* .pagination{display:flex; align-items: center; justify-content: center;}
.pagination li a{display:flex; align-items: center; justify-content: center; width:40px; height:40px; background-color:#fafafa; font-size:16px; font-weight:400; color:#000;}
.pagination li .num.active{background:#ee8100; color:#fff;}
.pagination li:not(:last-child){margin-right:8px;}
.pagination li:nth-child(2){margin-right:22px;}
.pagination li:nth-child(8){margin-left:22px;} */
/* Pagination */
.pagination {
    padding-top: 60px;
}
.pagination .nav-links {
    display: flex;
    justify-content: center;
}
.pagination .screen-reader-text {
    display: none;
}
.pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    color: #000;
    font-size: 0.94rem;
    cursor: pointer;
    font-weight: 700;
    background-color: #fafafa;
}
.pagination .page-numbers.current,
.pagination .page-numbers.current:hover {
    color: #fff;
    background-color: #ee8100;
}
.pagination .page-numbers:hover {
    color: #fff;
    background-color: #ee8100;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    background: url(../images/next.png) no-repeat center / cover;
    background-size: 6px 10px;
    background-color: #fafafa;
}
.pagination .page-numbers.next {
    margin-left: 8px;
}
.pagination .page-numbers.prev {
    margin-right: 8px;
    transform: rotate(180deg);
}
.pagination .page-numbers.prev.disabled,
.pagination .page-numbers.next.disabled {
    opacity: 0.2;
    cursor: auto;
    pointer-events: none;
}

/* main */

.visual-section {
    width: 100%;
    /* height: 100vh; */
    height: 980px;
    position: relative;
}

.visual-section.mo {
    display: none;
}

.visual-contain {
    padding: 224px 0 147px;
    height: 100%;
    position: relative;
    width: 1160px;
    margin: 0 auto;
}
.visual-section .svg-ani {
    position: absolute;
    right: 0;
    top: 530px;  
    width: 100%;
    height: 50%;
    opacity: 0;
}
.visual-section .btn-about {
    position: absolute;
    right: calc((100vw / 1920) * 60);
    /* right: calc(100vw * (-320 / 1920)); */
    /* right: -320px; */
    bottom: calc((100vw / 1920) * 60);
    /* bottom: calc(100vw * (60 / 1920)); */
    /* bottom: 60px; */
}

.visual-section .logo-shape {
    position: absolute;
    right: 343px;
    bottom: 298px;
    /* right: calc((100vw / 1400) * 343);
    bottom: calc((100vw / 1400) * 406); */
    opacity: 0;
    transition: opacity 1s ease;
}

.visual-section .logo-shape.show {
    opacity: 1;
}
/* .visual-section .svg-img {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transition: all 0.5s;
    opacity: 1;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */

.visual-section .svg-img img {
    width: 1095px;
    height: 427px;
    /* transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease-in-out; */
    position: absolute;
    left: 0;
    top: 0;
    /* transition: all 0.5s; */
    /* transition: opacity 0.5s ease-in-out; */
    /* opacity: 1; */
    opacity: 1;
    /* transition: opacity 015s ease-in-out; */
}

.visual-section .svg-img img.show {
    opacity: 1;
    /* transition: opacity 1s ease-in-out; */
}

.visual-section .svg-img img.mo {
    display: none;
}
.visual-section .svg-img.resized img {
    width: 876px;
    height: 342px;
    position: relative;
    z-index: -1;
}
.visual-section .svg-ani.resized {
    width: 876px;
    height: 374px;
    opacity: 1;
    transition: all 0.5s 1s ease;
    
}
.visual-section .svg-ani.resized ul { padding-top: 16px; }
.visual-section .svg-ani.resized img { width: 100%; height: 100%; }
/* .visual-section .svg-img-tag {
    transition: opacity 1s ease-in-out;
} */

/* .visual-section .svg-ani {
    position: absolute;
    right: 0;
    bottom: 139px;
}
.visual-section .svg-img {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transition: all 0.5s;
    opacity: 1;
    position: relative;
}
.visual-section .svg-img img {
    width: 1400px;
    height: 546px;
    transition: width 1.2s ease, height 1.2s ease, opacity 1.5s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
}
.visual-section .svg-img.resized img {
    width: 876px;
    height: 342px;
    position: relative;
    z-index: -1;
} */

.visual-section .visual-tit {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.visual-section .visual-tit.up {
    opacity: 1;
    transform: translateY(0);
}
.visual-section .visual-tit h2 {
    font-size: 88px;
    font-weight: 900;
    margin-bottom: 50px;
    font-family: "Red Hat Display", sans-serif;
}
.visual-section .visual-tit p {
    /* font-size: 18px; */
    font-size: 22px;
    line-height: 1.6;
}
.visual-section.mo .visual-tit {
    padding: 20px 20px;
    padding-top: 100px;

    opacity: 1;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.visual-section.mo .visual-tit h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 45px;
    font-family: "Red Hat Display", sans-serif;
    color: #191919;
}
.visual-section.mo .visual-tit p {
    margin-bottom: 100px;
    font-size: 18px;
    line-height: 1.6;
}
/*  */
.main-page .contain {
    width: 1160px;
    margin: 0 auto;
}
.main-cont1 {
    padding: 230px 0 242px;
    /* background: #f3f5f7; */
}
.main-tit {
    position: relative;
    padding: 20px 0 0 30px;
    margin-left: -30px;
}
.main-tit.big {
    padding: 87px 0 0 103px;
}
.main-tit::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url("../images/tit-icon.png") no-repeat center center;
    width: 38px;
    height: 38px;
}
.main-tit.big::after {
    background: url("../images/big-icon.png") no-repeat center center;
    width: 130px;
    height: 130px;
}
.main-tit h2 {
    font-size: 74px;
    font-weight: 900;
    margin-bottom: 38px;
    font-family: "Red Hat Display", sans-serif;
    line-height: 1.2;
    width: max-content;
}
.main-tit h2 span {
    color: #ee8100;
}
.main-tit p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
}
.main-tit > span {
    font-size: 18px;
    font-weight: 400;
    color: #9e9e9e;
    margin-top: 14px;
    display: block;
}
.sub-tit {
    margin-bottom: 142px;
}
.sub-tit h3 {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 38px;
    font-family: "Red Hat Display", sans-serif;
}
.sub-tit p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}
.strategies {
    display: flex;
    align-items: flex-start;
    padding-left: 30px;
    margin-top: 122px;
}
.strategies .tab {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.strategies .left {
    margin-right: 228px;
}
.strategies .tab.innovation .icon {
    background: url("../images/innovation.png") no-repeat center center / cover;
}
.strategies .tab.innovation.active .icon {
    background: url("../images/innovation-on.png") no-repeat center center / cover;
}
.strategies .tab.leading .icon {
    background: url("../images/leading.png") no-repeat center center / cover;
}
.strategies .tab.leading.active .icon {
    background: url("../images/leading-on.png") no-repeat center center / cover;
}
.strategies .tab.crossborder .icon {
    background: url("../images/crossborder.png") no-repeat center center / cover;
}
.strategies .tab.crossborder.active .icon {
    background: url("../images/crossborder-on.png") no-repeat center center / cover;
}
.strategies .tab.active p {
    color: #ee8100;
    transition: color 0.5s ease-in-out;
}
.strategies .tab p {
    font-size: 40px;
    font-weight: 700;
    color: #566876;
    font-family: "Red Hat Display", sans-serif;
    width: max-content;
}
.strategies .tab:not(:last-child) {
    margin-bottom: 80px;
}
.strategies .icon {
    margin-right: 24px;
    width: 40px;
    height: 40px;
    transition: background-image 0.5s ease-in-out;
}
.strategies .box {
    display: none;
}
.strategies .box.show {
    display: block;
    opacity: 1;
}
.strategies .box {
    position: relative;
    padding: 11px 0 0 14px;
}
.strategies .box.leading {
    top: 120px;
}
.strategies .box.crossborder {
    top: 240px;
}

.strategies .box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url("../images/txt-icon.png") no-repeat center center;
    width: 20px;
    height: 20px;
}
.strategies .box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}
.main-cont2 {
    padding: 217px 0 88px 0;
    background: #f3f5f7;
}
.counting {
    display: flex;
    margin-left: auto;
    flex-wrap: wrap;
    margin-top: 144px;
}
.counting-cont {
    width: 374px;
    border-top: 1px solid #9e9e9e;
    padding-top: 40px;
    margin-bottom: 134px;
}
.counting-cont p {
    font-size: 18px;
    font-weight: 500;
    color: #9e9e9e;
}
.counting-cont h3 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 16px;
    margin-right: 10px;
}
.counting-cont div {
    display: flex;
    align-items: flex-end;
}
.counting-cont div span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}
.counting-cont:first-child {
    /* margin-left: 374px; */
    margin-left: 392px;
}
.counting-cont:not(:nth-child(even)) {
    margin-right: 20px;
}
.main-cont3 {
    padding: 250px 0 238px;
    background: #f3f5f7;
}
.main-cont3 .contain {
    width: 1160px;
    margin: 0 auto;
}
.main-cont3 .main-tit {
    margin-left: 560px;
}
.main-cont3 .bighit span {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    margin: 40px 0 10px;
}
.main-cont3 .bighit p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
}

.strategies-mo {
    display: none;
}

/* people */
.container .inner {
    width: 1160px;
    margin: 0 auto;
    padding: 145px 0 240px;
}
.tit {
    position: relative;
    padding: 20px 0 0 0;
}
.tit.big {
    padding: 87px 0 0 103px;
}
.tit::after {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    background: url("../images/tit-icon.png") no-repeat center center;
    width: 38px;
    height: 38px;
}
.tit h2 {
    font-size: 88px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: "Red Hat Display", sans-serif;
}
.tit p {
    font-size: 32px;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif;
}
.content {
    margin-top: 118px;
}
.people .label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}

.people-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.people-list:not(:last-child) {
    margin-bottom: 40px;
}
.people-list .people-box {
    width: 373px;
    cursor: pointer;
}
.people-list .people-img {
    width: 100%;
    height: 227px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(244, 244, 244, 0.536458) 28.12%, #ebebeb 100%);
    text-align: center;
}
.people-list .people-img img {
    transition: all 0.5s ease;
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.people-list .people-img img:hover {
    filter: grayscale(0%);
}

.people-list .people-box:last-child {
    /* margin-right: 20px; */
    margin-bottom: 60px;
}

.people-list .people-box:not(:nth-child(3n)) {
    margin-right: 20px;
    margin-bottom: 60px;
}

/* @media screen and (max-width: 750px) {
    .people-list .people-box:not(:nth-child(2n)) {
        margin-right: 20px;
        margin-bottom: 60px;
    }
} */

.people-list .people-name h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0 6px;
}
.people-list .people-name p {
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

/* portfolio */
.portfolio-list {
    display: flex;
    flex-wrap: wrap;
}
.portfolio-list .portfolio-box {
    width: 275px;
    /* margin-bottom: 80px; */
    margin-bottom: 40px;
    position: relative;
}
.portfolio-list .portfolio-box:not(:nth-child(4n)) {
    margin-right: 20px;
}
.portfolio-list .portfolio-img {
    width: 100%;
    height: 275px;
    border: 1px solid #ebebeb;
    transition: border-color 0.3s ease-in-out;
}

.portfolio-list .portfolio-img img {
    filter: grayscale(100%);
    opacity: 0.6;
}
.portfolio-list .portfolio-img img:hover {
    filter: grayscale(0%);
    cursor: pointer;
    opacity: 1;
}

.portfolio-list .portfolio-img:hover {
    border-color: #191919;
}

.portfolio-list .portfolio-ipo {
    width: 59px;
    height: 29px;
    /* background-color: #ffc21c; */
    position: absolute;
    top: 20px;
    left: 20px;
}
.portfolio-list .portfolio-name p {
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    text-align: center;
    margin-top: 16px;
}
.portfolio-list .portfolio-name p span {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    /* display: flex;
    flex-direction: row; */
    align-items: flex-start;
    padding: 6px 18px;
    /* position: absolute; */

    background: #ffc21c;
    border-radius: 30px;
    margin-right: 10px;
}
.portfolio-detail {
    width: 1160px;
    margin: 0 auto;
    padding: 145px 0 240px;
}
.portfolio-detail .history-back {
    margin-bottom: 64px;
}
.portfolio-detail .detail-cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.portfolio-detail .detail-cont .logo-img {
    width: 235px;
    height: 41px;
}
.portfolio-detail .detail-cont .contain {
    width: 767px;
}
.portfolio-detail .detail-cont .contain .text {
    display: flex;
    align-items: flex-start;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(25, 25, 25, 0.15);
}
.portfolio-detail .text-mo {
    display: none;
}
.portfolio-detail .detail-cont .contain .text .left {
    margin-right: 24px;
}

.portfolio-detail .detail-cont .contain .text p:not(:last-child),
.portfolio-detail .detail-cont .contain .text span:not(:last-child) {
    margin-bottom: 10px;
}
.portfolio-detail .detail-cont .contain .text span,
.portfolio-detail .detail-cont .contain .text p {
    font-size: 18px;
}
.portfolio-detail .detail-cont .contain .text span {
    display: block;
    font-weight: 700;
}
.portfolio-detail .detail-cont .cont {
    padding-top: 80px;
}
.portfolio-detail .detail-cont .cont h3 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 32px;
}
.portfolio-detail .detail-cont .cont p {
    font-size: 18px;
    line-height: 1.6;
}
.portfolio-detail .detail-cont .cont .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 56px;
    background: #191919;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 72px;
}
.portfolio-detail .detail-cont .cont .more-btn .arrow {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

/* news */
.news .inner {
    padding: 145px 0 240px;
}
.news-list {
    display: flex;
    flex-wrap: wrap;
}
.news-list .news-box a {
    display: block;
    width: 373px;
    height: 373px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    transition: border-color 0.3s ease-in-out;
}
.news-list .news-box a:hover {
    border-color: #191919;
}

.news-list .news-box:not(:nth-child(3n)) { margin-right: 20px; }
.news-list .news-box a > div span {
    display: block;
    padding: 8px 12px;
    background: #000;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: max-content;
}
.news-list .news-box a > div p {
    font-size: 24px;
    font-weight: 500;
    color: #191919;
    margin-top: 24px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list .news-box a > span {
    font-size: 18px;
    font-weight: 400;
    color: #565656;
}

.news-wrap .product-tit {
    padding: 145px 0 88px;
    background: #f5f5f5;
}
.news-wrap .product-tit .inner {
    width: 1160px;
    margin: 0 auto;
    padding: 0 0;
}
.news-wrap .info p {
    font-size: 18px;
    font-weight: 400;
    color: #565656;
}
.news-wrap .info span {
    display: block;
    width: 2px;
    height: 10px;
    background: #c7c7c7;
    margin: 0 10px;
}
.history-back,
.news-wrap .info {
    display: flex;
    align-items: center;
}
.history-back p {
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px;
}
.news-wrap .product-tit h3 {
    font-size: 48px;
    font-weight: 700;
    margin: 140px 0 20px;
    color: #191919;
}

.news-wrap .news-cont {
    width: 768px;
    margin: 0 auto;
    padding: 88px 0 128px;
    line-height: 1.5;
}
.news-wrap .news-cont p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 60px;
    color: #191919;
}
.news-wrap .news-page {
    width: 1160px;
    margin: 0 auto;
    border-top: 1px solid #19191926;
    padding-bottom: 240px;
}
.news-wrap .news-page li .pagination {
    display: flex;
    align-items: center;
    padding: 25px;
    border-bottom: 1px solid #19191926;
}

.news-wrap .news-page li .pagination[href=""] {
    cursor: default;
}
.news-wrap .news-page li .pagination span {
    font-size: 16px;
    font-weight: 700;
    color: #191919;
}
.news-wrap .news-page li .pagination p {
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    margin-left: 70px;
}
.news-wrap .list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 42px;
    background: #191919;
    color: #fff;
    line-height: 0.85;
    text-align: center;
    margin: 56px auto 0;
    width: max-content;
}
.news-wrap .list-btn div {
    margin-right: 8px;
}

/* esg */
.esg .cont-top {
    padding-left: 194px;
    margin-bottom: 168px;
}
.esg .icon-tit {
    display: flex;
    align-items: flex-start;
}
.esg .cont-top {
    display: flex;
    align-items: flex-start;
}
.esg .esg-cont:last-child {
    margin-left: 80px;
}
.esg .esg-cont .icon {
    margin-right: 20px;
}
.esg .esg-cont h4 {
    font-size: 45px;
    font-weight: 700;
    color: #ee8100;
    margin-bottom: 16px;
}
.esg .esg-cont p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}
.esg .accodian-cont {
    width: 1078px;
    border-top: 1px solid #ededed;
    margin-left: 82px;
}
.esg .que {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 45px 0;
    border-bottom: 1px solid #ededed;
}
.esg .que-txt {
    display: flex;
    align-items: flex-start;
}
.esg .que-txt .num {
    font-size: 24px;
    font-weight: 400;
    color: #ee8100;
}
.esg .que-txt > div {
    margin-left: 36px;
}
.esg .que-txt > div span {
    font-size: 24px;
    font-weight: 700;
}
.esg .que-txt > div p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 18px;
    color: #565656;
    line-height: 1.6;
}
.esg .anw {
    background: #f3f5f7;
}
.arrow-wrap { cursor: pointer; }
.que .arrow-top {
    display: block;
}
.que .arrow-bottom {
    display: none;
}
.que.on .arrow-bottom {
    display: block;
}
.que.on .arrow-top {
    display: none;
}

.esg .anw {
    display: none;
}
.esg .anw.on {
    display: block;
}
.esg .anw .alignment {
    padding: 32px 61px;
}
.esg .anw .alignment .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #565656;
}
.esg .anw .alignment .txt {
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    line-height: 1.6;
}
.esg .anw .alignment .txt:not(:last-child) {
    margin-bottom: 8px;
}
.esg .anw .impact-table {
    color: #565656;
}
.esg .anw .impact-table .title {
    display: flex;
    align-items: center;
    height: 54px;
}
.esg .anw .impact-table .title span {
    display: block;
    text-align: center;
    background: #e7e9eb;
    height: 100%;
    line-height: 54px;
    font-size: 16px;
    font-weight: 700;
}
.esg .anw .impact-table .title span:first-child,
.esg .anw .impact-table .tr .td:first-child {
    width: 292px;
}
.esg .anw .impact-table .title span:last-child,
.esg .anw .impact-table .tr .td:last-child {
    width: 786px;
}
.esg .anw .impact-table .tr {
    display: flex;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #eaeaea;
}
.esg .anw .impact-table .tr .td h4 {
    font-size: 16px;
    font-weight: 700;
}
.esg .anw .impact-table .tr .td p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    line-height: 1.4;
}
.esg .anw .impact-table .tr .td span {
    font-size: 16px;
    font-weight: 400;
    padding-left: 32px;
}
.esg .anw .impact-table .tr .td:first-child {
    text-align: center;
}

/* about */
.about {
    margin-top: 145px;
}
.about .perspective {
    /* padding-top: 120px; */
    margin-top: 120px;
    padding-bottom: 240px;
}

@media screen and (max-width: 1400px) {
    .about .perspective {
        margin-top: calc(100vw * (120 / 1400));
        padding-bottom: calc(100vw * (240 / 1400));
    }
}
.about .aside {
    position: fixed;
    top: 170px;
    left: 56px;
}
.about .aside .menu {
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: 1.6;
}
.about .aside .menu.active {
    color: #ee8100;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    font-weight: 700;
}
.about .aside li:not(:last-child) {
    margin-bottom: 16px;
}
.about .inner {
    padding: 0 0;
    position: relative;
}
.about .global {
    padding-bottom: 120px;
}
.about .ceo .ceo-cont:last-child {
    margin-top: 140px;
    padding-left: 140px;
}
.about .ceo-tit {
    padding: 53px 200px 53px;
    background: #f3f5f7;
    margin-bottom: 60px;
    position: relative;
}
.about .ceo-tit h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    width: max-content;
}
.about .ceo-tit h3::after {
    position: absolute;
    content: "";
    left: -27px;
    top: -14px;
    width: 21px;
    height: 21px;
    background: url("../images/about-deco.png") no-repeat center center / cover;
}
.about .ceo-img {
    position: absolute;
    bottom: 0;
    left: -100px;
    transform: translateX(-20px);
    transition: transform 0.8s ease;
}
.about .ceo-img.park {
    width: 223px;
    height: 255px;
}
.about .ceo-img.hong {
    width: 199px;
    height: 198px;
}
.about .ceo-txt {
    padding-left: 200px;
}
.about .ceo-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #565656;
}
.about .ceo-info {
    margin-top: 40px;
}
.about .ceo-info p {
    font-size: 14px;
    font-weight: 700;
}
.about .ceo-info span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
}
.about .creator {
    /* padding-top: 120px; */
    padding-top: 0;
}
.about .mission {
    padding-top: 240px;
    padding-bottom: 240px;
    background: #f3f5f7;
}

.about .philosophy {
    margin-top: 240px;
    padding-bottom: 240px;
}

.about .unicon {
    padding-top: 240px;
    padding-bottom: 240px;
    background: #f3f5f7;
}
.about .creator-wrap {
    padding-top: 120px;
}
@media screen and (max-width: 1400px) {
    .about .mission {
        padding-top: calc(100vw * (240 / 1400));
        padding-bottom: calc(100vw * (124 / 1400));
    }
    .about .philosophy {
        margin-top: calc(100vw * (240 / 1400));
        padding-bottom: calc(100vw * (240 / 1400));
    }
    .about .unicon {
        padding-top: calc(100vw * (240 / 1400));
        padding-bottom: calc(100vw * (240 / 1400));
    }
}
.about .creator-cont {
    padding: 222px 299px 217px 336px;
    /* margin-bottom: 170px; */
    margin-left: 140px;
    position: relative;
    width: max-content;
}
.about .creator-txt h3 {
    font-size: 45px;
    font-weight: 700;
    font-family: "Red Hat Display", sans-serif;
    margin-bottom: 4px;
    line-height: 1.6;
    color: #ee8100;
}
.about .creator-txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}
.about .creator-txt div:last-child {
    margin-top: 78px;
}
.about .creator-cont .icon-top {
    position: absolute;
    content: "";
    left: -60px;
    top: -60px;
}
.about .creator-cont .icon-bottom {
    position: absolute;
    content: "";
    right: -60px;
    bottom: -60px;
}
.about .creator-cont .icon-top,
.about .creator-cont .icon-bottom {
    transition: margin 0.5s ease-in-out;
    padding: 0;
    width: 297px;
    height: 297px;
}
.about .creator-cont.show-animation .icon-top,
.about .creator-cont.show-animation .icon-bottom {
    margin: 60px;
}

.globally {
    /* padding: 120px 0 246px; */
    padding: 0 0 240px;
    background: #f3f5f7;
}
.globally .inner {
    padding-top: 120px;
}
.global-cont {
    padding-left: 140px;
}
.global-cont .map {
    margin-bottom: 100px;
    position: relative;
}
.global-cont .map .map-mo {
    display: none;
}
.global-cont h3 {
    font-size: 24px;
    font-weight: 700;
}
.global-cont .cont-tit {
    margin-bottom: 100px;
}
.global-cont .cont-tit p {
    font-size: 18px;
    font-weight: 400;
    color: #566876;
    margin-top: 16px;
    line-height: 1.6;
}
.global-cont .global-txt {
    display: flex;
    align-items: flex-start;
    width: 1023px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e0e0e0;
}
.global-cont .global-txt:last-child {
    margin-top: 100px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.global-cont .global-txt h3 {
    width: 390px;
}
.global-cont .global-txt .txt-box {
    width: 633px;
}

.global-cont .global-txt .txt-box.lastbox {
    margin-top: 56px;
}
.global-cont .global-txt .txt-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}
.global-cont .global-txt .txt-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #566876;
}
.global-cont .download {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #051829;
    color: #fff;
    width: 221px;
    height: 56px;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
}
.global-cont .download .arrow {
    margin-left: 8px;
}

.global-cont .map .dot {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    position: absolute;
}
.dot .icon {
    width: 33px;
    height: 33px;
}
.global-cont .map .dot.korea {
    top: 180px;
    right: 114px;
}
.global-cont .map .dot.shanghai {
    top: 209px;
    right: 114px;
}
.global-cont .map .dot.shenzhen {
    top: 250px;
    right: 140px;
}
.global-cont .map .dot.singapore {
    top: 308px;
    right: 249px;
}
.global-cont .map .dot.boston {
    top: 222px;
    left: 237px;
}
.global-cont .map .dot.sv {
    top: 200px;
    left: -35px;
}
.global-cont .map .dot p {
    font-size: 20px;
    font-weight: 700;
    color: #ee8100;
    margin-left: 10px;
}
.global-cont .map .dot.singapore p {
    margin-left: 0;
    margin-right: 10px;
}

.go-btn {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #565656;
    margin-top: 40px;
    position: relative;
    width: max-content;
}
.go-btn::after {
    position: absolute;
    content: "";
    right: -22px;
    top: 0;
    background: url("../images/href-off.svg") no-repeat 50% 50% / cover;
    width: 16px;
    height: 16px;
}
.go-btn:hover {
    color: #ee8100;
}
.go-btn:hover::after {
    background: url("../images/href.svg") no-repeat 50% 50%;
}

.network {
    /* padding: 120px 0; */
    padding: 240px 0;
}
.about .network .inner { padding-top: 0; }
.network .inner {
    padding-top: 120px;
}
.network .network-cont {
    margin-left: 147px;
}
.network .network-cont li {
    width: 1021px;
}
.network .network-cont li:not(:last-child) {
    padding-bottom: 80px;
    border-bottom: 1px solid #e0e0e0;
}
.network .network-cont li:not(:first-child) {
    padding-top: 80px;
}
.network .network-cont .map {
    margin-left: auto;
    position: relative;
    width: 373px;
    height: 373px;
}
.network .network-cont li .txt-box {
    display: flex;
    align-items: flex-start;
}
.network .network-cont li .txt-box .text-box {
    display: flex;
    align-items: flex-start;
}
.network .network-cont li .txt-box h4 {
    font-size: 24px;
    font-weight: 700;
    width: 171px;
    line-height: 1.6;
}
.network .network-cont li .txt-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #566876;
}
.network .network-cont li .txt-box .map .dot {
    display: flex;
    align-items: center;
    position: absolute;
}
.network .network-cont li .txt-box .map .dot p {
    font-size: 20px;
    font-weight: 700;
    color: #ee8100;
    margin-left: 10px;
}
.network .map .dot.korea {
    top: 137px;
    left: 157px;
}
.network .map .dot.boston {
    top: 215px;
    left: 153px;
}
.network .map .dot.shanghai {
    top: 186px;
    left: 192px;
}
.network .map .dot.shenzhen {
    top: 160px;
    left: 174px;
}
.network .map .dot.singapore {
    top: 147px;
    left: 83px;
}

/* people detail */
.people-detail {
    position: relative;
}
.container .detail-cont .inner {
    padding: 80px 0 240px;
}
.detail-visual {
    text-align: center;
    margin-top: 80px;
    height: 681px;
    background: #eaeaea;
    position: relative;
}
.detail-visual > img {
    width: 1119px;
    height: 681px;
}
.detail-visual .filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 0) 0.01%, rgba(25, 25, 25, 0.0307222) 67.71%, rgba(25, 25, 25, 0.1) 100%);
    opacity: 0.9;
}
.people-detail .history-back {
    position: absolute;
    left: 380px;
    top: 64px;
}
.detail-cont .inner {
    display: flex;
    align-items: flex-start;
}
.detail-cont .content {
    margin-top: 0;
    padding-left: 158px;
    width: 100%;
}
.detail-cont .content .txt:not(:last-child) {
    margin-bottom: 80px;
}
.detail-cont .content .txt.portfolio ul {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
}
.detail-cont .content .txt.portfolio ul li {
    width: calc(50% - 10px);
}
.detail-cont .detail-tit h3 {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
}
.detail-cont .detail-tit h3::after {
    position: absolute;
    content: "";
    left: -116px;
    top: -110px;
    width: 190px;
    height: 190px;
    background: url("../images/human-icon.png");
    background-size: cover;
}
.detail-cont .detail-tit p {
    font-size: 18px;
    font-weight: 700;
    margin: 26px 0 4px;
    white-space: nowrap;
}
.detail-cont .detail-tit span {
    font-size: 18px;
    font-weight: 400;
    color: #565656;
    line-height: 1.6;
    width: max-content;
    display: block;
}
.detail-cont .content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
/* .detail-cont .content p{font-size:18px; font-weight:400; color:#565656;} */
.detail-cont .content p {
    font-size: 18px;
    font-weight: 400;
    color: #565656;
    line-height: 1;
    margin-top: 10px;
}
.detail-cont .content span {
    font-size: 18px;
    font-weight: 400;
    color: #565656;
    line-height: 1.6;
    margin-top: 80px;
    display: block;
}
.detail-cont .content .go-btn {
    margin-top: 12px;
}

/* stewardship */
.stewardship .content {
    padding-top: 174px;
    margin-top: 0;
}
.stewardship-cont {
    margin-bottom: 100px;
}
.stewardship-cont .top-cont {
    padding: 32px 61px;
    background: #f3f5f7;
}
.stewardship-cont .top-cont h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}
.stewardship-cont .top-cont p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #191919;
}
.stewardship-cont .bot-cont {
    padding: 32px 92px;
}
.stewardship-cont .bot-cont li {
    list-style: disc;
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    line-height: 1.6;
}
.stewardship-cont .bot-cont li:not(:last-child) {
    margin-bottom: 10px;
}
.stewardship-cont:not(:last-child) {
    margin-bottom: 60px;
}
.container.stewardship .inner {
    padding: 145px 0 240px;
}

.info {
    display: flex;
    align-items: flex-start;
}
.info .border {
    display: block;
    width: 1px;
    height: 80px;
    background: #ededed;
    margin-right: 31px;
}
.info .information {
    width: 50%;
    padding-left: 60px;
    display: flex;
    align-items: flex-start;
}
.info .information span {
    font-size: 16px;
    font-weight: 700;
    color: #191919;
}
.info .information p {
    font-size: 18px;
    font-weight: 400;
    margin-left: 14px;
    color: #191919;
}
.info .information p:not(:last-child) {
    margin-bottom: 8px;
}

.pc-br {
    display: block;
}
.mo-br {
    display: none;
}
@media screen and (max-width: 1750px) {
    .about .aside {
        display: none;
    }
}

/* 테블릿 *********************************************** */
@media screen and (max-width: 1400px) {
    .inner {
        width: calc(100vw * (1160 / 1400));
    }

    .top-btn {
        position: fixed;
        right: calc(100vw * (56 / 1400));
        bottom: calc(100vw * (-56 / 1400));
        width: calc(100vw * (56 / 1400));
        height: calc(100vw * (56 / 1400));
    }
    .list-none {
        text-align: center;
        padding: calc(100vw * (138 / 1400)) 0;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }
    .list-none p {
        margin-top: calc(100vw * (14 / 1400));
        font-weight: 400;
        color: #c7c7c7;
    }
    .list-none div {
        width: calc(100vw * (54 / 1400));
        height: calc(100vw * (54 / 1400));
        margin: 0 auto;
    }

    /* 공통팝업 */
    .modal_bg .message_modal {
        background: #fff;
        padding: 0 calc(100vw * (77 / 1400)) calc(100vw * (66 / 1400));
        width: calc(100vw * (634 / 1400));
    }

    .modal_bg .big_text {
        font-size: calc(100vw * (32 / 1400));
        margin-bottom: calc(100vw * (16 / 1400));
    }

    .modal_bg .message_modal .text_area {
        padding: calc(100vw * (66 / 1400)) 0 calc(100vw * (46 / 1400));
        font-size: calc(100vw * (16 / 1400));
    }

    .modal_bg .message_modal button {
        height: calc(100vw * (60 / 1400));
        font-size: calc(100vw * (16 / 1400));
    }

    .modal_bg .cancel_btn {
        margin-right: calc(100vw * (10 / 1400));
    }

    /* 큰 공통팝업 */
    .modal_bg .modal_box {
        background: #fff;
        padding: calc(100vw * (66 / 1400)) calc(100vw * (77 / 1400));
        width: calc(100vw * (728 / 1400));
    }

    .modal_bg .modal_box .text_area {
        padding: calc(100vw * (40 / 1400)) 0;
        font-size: calc(100vw * (18 / 1400));
    }

    .modal_bg .modal_box .button_wrap {
        width: calc(100vw * (326 / 1400));
    }

    .modal_bg .modal_box .button_wrap button {
        height: calc(100vw * (48 / 1400));
        width: calc(100vw * (204 / 1400));
        font-size: calc(100vw * (16 / 1400));
    }

    .modal_bg .x_btn {
        width: calc(100vw * (24 / 1400));
        height: calc(100vw * (24 / 1400));
        top: calc(100vw * (20 / 1400));
        right: calc(100vw * (20 / 1400));
    }

    .contact-us .input_wrap input {
        height: calc(100vw * (48 / 1400));
        margin-top: calc(100vw * (14 / 1400));
        padding: 0 calc(100vw * (20 / 1400));
        font-size: calc(100vw * (14 / 1400));
    }

    .contact-us .input_wrap label {
        font-size: calc(100vw * (18 / 1400));
    }

    .contact-us .big_text {
        margin-bottom: calc(100vw * (32 / 1400));
    }

    .contact-us textarea {
        height: calc(100vw * (160 / 1400));
        font-size: calc(100vw * (14 / 1400));
        padding: calc(100vw * (16 / 1400)) calc(100vw * (20 / 1400));
        margin-top: calc(100vw * (14 / 1400));
    }

    .contact-us .input-box > div:not(:last-child) {
        margin-bottom: calc(100vw * (40 / 1400));
    }

    .contact-us .input-box > div:last-child {
        margin-bottom: calc(100vw * (46 / 1400));
    }

    .filebox .upload-name {
        height: calc(100vw * (48 / 1400));
        padding: 0 calc(100vw * (10 / 1400));
        width: calc(100vw * (382 / 1400));
        font-size: calc(100vw * (14 / 1400));
    }

    .filebox p {
        font-size: calc(100vw * (18 / 1400));
        margin-bottom: calc(100vw * (14 / 1400));
    }

    .filebox .file-label {
        font-size: calc(100vw * (18 / 1400));
    }

    .filebox label {
        width: calc(100vw * (76 / 1400));
        height: calc(100vw * (48 / 1400));
        line-height: calc(100vw * (48 / 1400));
        font-size: calc(100vw * (17 / 1400));
        margin: 0 calc(100vw * (10 / 1400)) 0 calc(100vw * (30 / 1400));
    }

    .filebox button {
        width: calc(100vw * (76 / 1400));
        height: calc(100vw * (48 / 1400));
        font-size: calc(100vw * (17 / 1400));
    }

    .error .main-cont3 .main-tit h2 {
        font-size: calc(100vw * (50 / 1400));
    }
    .error .main-cont3 .main-tit p {
        font-size: calc(100vw * (20 / 1400));
    }

    .error .btn-group {
        margin-top: calc(100vw * (56 / 1400));
    }
    .error .btn-group .btn {
        width: calc(100vw * (140 / 1400));
        height: calc(100vw * (56 / 1400));
        font-size: calc(100vw * (16 / 1400));
    }
    .error .btn-group .btn.black {
        margin-left: calc(100vw * (15 / 1400));
    }

    /* header */
    #header .container {
        height: calc(100vw * (80 / 1400));
        padding: 0 calc(100vw * (56 / 1400));
    }
    #header .nav li a {
        font-size: calc(100vw * (18 / 1400));
    }
    #header .nav li a::before {
        width: calc(100vw * (9 / 1400));
        height: calc(100vw * (9 / 1400));
    }
    #header .nav li:not(:last-child) {
        margin-right: calc(100vw * (80 / 1400));
    }
    #header .logo a {
        width: calc(100vw * (157 / 1400));
        height: calc(100vw * (24 / 1400));
        margin-right: calc(100vw * (506 / 1400));
        display: block;
        font-size: 0;
    }
    #header.hide {
        top: calc(100vw * (-80 / 1400));
    }

    .language {
        position: absolute;
        top: 50%;
        right: calc(100vw * (56 / 1400));
        transform: translateY(-50%);
        width: calc(100vw * (25 / 1400));
        overflow: hidden;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        transition: all 0.3s;
        z-index: 99;
    }
    .language:hover {
        width: calc(100vw * (180 / 1400));
    }
    .language .ic {
        width: calc(100vw * (24 / 1400));
        height: calc(100vw * (24 / 1400));
        margin-right: calc(100vw * (14 / 1400));
    }
    .language .wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 0;
        transition: all 0.3s;
        margin-right: calc(100vw * (-16 / 1400));
    }
    .language .wrap a {
        font-weight: 400;
        font-size: calc(100vw * (16 / 1400));
        line-height: 1.2;
        display: flex;
        align-items: center;
        color: #969696;
        display: block;
        width: max-content;
        margin-right: calc(100vw * (16 / 1400));
        word-break: keep-all;
    }
    .language .wrap a.on {
        color: #ee8100;
        font-weight: 700;
    }

    /* footer */
    .footer {
        padding: calc(100vw * (110 / 1400)) calc(100vw * (60 / 1400));
    }
    .footer-tit {
        font-size: calc(100vw * (74 / 1400));
        margin-bottom: calc(100vw * (32 / 1400));
    }
    .footer-cont {
        margin-bottom: calc(100vw * (112 / 1400));
    }
    .footer-cont p {
        font-size: calc(100vw * (22 / 1400));
    }
    .footer-menu li a {
        width: calc(100vw * (373 / 1400));
        padding-bottom: calc(100vw * (32 / 1400));
    }
    .footer-menu li a p {
        font-size: calc(100vw * (26 / 1400));
    }
    .footer-menu li:not(:last-child) {
        margin-bottom: calc(100vw * (32 / 1400));
    }
    .footer-info .info-cont span {
        font-size: calc(100vw * (18 / 1400));
    }
    .footer-info .info-cont p {
        font-size: calc(100vw * (16 / 1400));
    }
    .footer-info .info-cont p:not(:last-child) {
        margin-bottom: calc(100vw * (10 / 1400));
    }
    .footer-info .info-cont > div {
        margin: calc(100vw * (20 / 1400)) 0 calc(100vw * (12 / 1400));
    }
    .footer-info .info-cont .copyright {
        margin-top: calc(100vw * (80 / 1400));
    }
    .info-link {
        margin-right: calc(100vw * (216 / 1400));
    }
    .info-link a {
        font-size: calc(100vw * (16 / 1400));
    }
    .info-link a:not(:last-child) {
        margin-bottom: calc(100vw * (22 / 1400));
    }
    /* tab */
    .tabs {
        width: calc(100vw * (832 / 1400));
        padding-top: calc(100vw * (15 / 1400));
    }
    .tab-btn {
        font-size: calc(100vw * (20 / 1400));
        margin-bottom: calc(100vw * (30 / 1400));
    }
    .tabs li:not(:last-child) {
        margin-right: calc(100vw * (30 / 1400));
    }
    .tab-box {
        margin-top: calc(100vw * (50 / 1400));
    }
    .search-input {
        width: calc(100vw * (226 / 1400));
        height: calc(100vw * (48 / 1400));
        line-height: calc(100vw * (41 / 1400));
        padding: 0 calc(100vw * (42 / 1400)) 0 calc(100vw * (15 / 1400));
        font-size: calc(100vw * (16 / 1400));
    }

    .pc-search {
        width: calc(100vw * (24 / 1400));
        height: calc(100vw * (24 / 1400));
        right: calc(100vw * (15 / 1400));
    }

    /* pagenation */
    /* .pagination li a{width:calc(100vw*(40/1400)); height:calc(100vw*(40/1400)); font-size:calc(100vw*(16/1400));}
    .pagination li:not(:last-child){margin-right:calc(100vw*(8/1400));}
    .pagination li:nth-child(2){margin-right:calc(100vw*(22/1400));}
    .pagination li:nth-child(8){margin-left:calc(100vw*(22/1400));} */
    .pagination {
        padding-top: calc(100vw * (80 / 1400));
    }
    .pagination .nav-links {
        display: flex;
        justify-content: center;
    }
    .pagination .screen-reader-text {
        display: none;
    }
    .pagination .page-numbers {
        width: calc(100vw * (40 / 1400));
        height: calc(100vw * (40 / 1400));
        line-height: calc(100vw * (40 / 1400));
        text-align: center;
        margin: 0 calc(100vw * (5 / 1400));
        color: #000;
        font-size: 0.94rem;
        cursor: pointer;
        font-weight: 700;
        background-color: #fafafa;
    }
    .pagination .page-numbers.current,
    .pagination .page-numbers.current:hover {
        color: #fff;
        background-color: #ee8100;
    }
    .pagination .page-numbers:hover {
        color: #fff;
        background-color: #ee8100;
    }
    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        background: url(../images/next.png) no-repeat center / cover;
        background-size: calc(100vw * (6 / 1400)) calc(100vw * (10 / 1400));
        background-color: #fafafa;
    }
    .pagination .page-numbers.next {
        margin-left: calc(100vw * (8 / 1400));
    }
    .pagination .page-numbers.prev {
        margin-right: calc(100vw * (8 / 1400));
        transform: rotate(180deg);
    }
    .pagination .page-numbers.prev.disabled,
    .pagination .page-numbers.next.disabled {
        opacity: 0.2;
        cursor: auto;
        pointer-events: none;
    }

    /* main */
    .visual-section {
        height: calc(100vw * 980 / 1400); /* 가로값에 따라 높이 계산 */
    }
    .visual-section .visual-tit h2 {
        font-size: calc(100vw * (88 / 1400));
        margin-bottom: calc(100vw * (50 / 1400));
    }
    .visual-section .visual-tit p {
        font-size: calc(100vw * (22 / 1400));
    }
    .main-page .visual-contain {
        padding-top: calc((100vw / 1400) * 224);
        width: calc(100vw * (1160 / 1400));
        margin: 0 auto;
    }
    .visual-section .svg-ani {
        top: calc(100vw * 530 / 1400); /* 가로값에 따라 높이 계산 */
    }
    .main-page .visual-contain .svg-ani img {
        width: calc((100vw / 1400) * 876);
        height: calc((100vw / 1400) * 342);
    }
    .main-page .visual-contain .svg-ani img.mo {
        display: block;
    }
    .main-page .visual-contain .svg-ani img.pc {
        display: none;
    }
    .visual-section .svg-ani.resized ul { padding-top: calc((100vw / 1400) * 32); }
    .visual-section .svg-ani.resized { width: calc((100vw / 1400) * 876); height: calc((100vw / 1400) * 374); }
    .visual-section .logo-shape {
        right: calc((100vw / 1400) * 343);
        bottom: calc((100vw / 1400) * 298);
        width: calc((100vw / 1400) * 76);
        height: calc((100vw / 1400) * 76);
    }

    .main-page .btn-about img {
        width: calc((100vw / 1400) * 120);
        height: calc((100vw / 1400) * 120);
    }

    .main-page .contain {
        width: calc(100vw * (1160 / 1400));
        margin: 0 auto;
    }

    .main-cont1 {
        padding: calc(100vw * (230 / 1400)) 0 calc(100vw * (242 / 1400));
    }
    .main-tit {
        padding: calc(100vw * (20 / 1400)) 0 0 calc(100vw * (30 / 1400));
        margin-left: calc(100vw * (-30 / 1400));
    }
    .main-tit.big {
        padding: calc(100vw * (87 / 1400)) 0 0 calc(100vw * (103 / 1400));
    }
    .main-tit::after {
        width: calc(100vw * (38 / 1400));
        height: calc(100vw * (38 / 1400));
    }
    .main-tit.big::after {
        width: calc(100vw * (130 / 1400));
        height: calc(100vw * (130 / 1400));
    }
    .main-tit h2 {
        font-size: calc(100vw * (74 / 1400));
        margin-bottom: calc(100vw * (38 / 1400));
    }
    .main-tit p {
        font-size: calc(100vw * (22 / 1400));
    }
    .main-tit > span {
        font-size: calc(100vw * (18 / 1400));
        margin-top: calc(100vw * (14 / 1400));
    }
    .sub-tit {
        margin-bottom: calc(100vw * (142 / 1400));
    }
    .sub-tit h3 {
        font-size: calc(100vw * (64 / 1400));
        margin-bottom: calc(100vw * (38 / 1400));
    }
    .sub-tit p {
        font-size: calc(100vw * (18 / 1400));
    }
    .strategies {
        padding-left: calc(100vw * (30 / 1400));
        margin-top: calc(100vw * (122 / 1400));
    }
    .strategies .tab p {
        font-size: calc(100vw * (40 / 1400));
    }
    .strategies .tab:not(:last-child) {
        margin-bottom: calc(100vw * (80 / 1400));
    }
    .strategies .icon {
        margin-right: calc(100vw * (24 / 1400));
        width: calc(100vw * (40 / 1400));
        height: calc(100vw * (40 / 1400));
    }
    .strategies .box {
        padding: calc(100vw * (11 / 1400)) 0 0 calc(100vw * (14 / 1400));
    }
    .strategies .box p {
        font-size: calc(100vw * (16 / 1400));
    }
    .strategies .left {
        margin-right: calc(100vw * (228 / 1400));
    }
    .main-cont2 {
        padding: calc(100vw * (237 / 1400)) 0 calc(100vw * (88 / 1400));
    }
    .counting {
        margin-top: calc(100vw * (144 / 1400));
    }
    .counting-cont {
        width: calc(100vw * (374 / 1400));
        padding-top: calc(100vw * (40 / 1400));
        margin-bottom: calc(100vw * (134 / 1400));
    }
    .counting-cont p {
        font-size: calc(100vw * (18 / 1400));
    }
    .counting-cont h3 {
        font-size: calc(100vw * (60 / 1400));
        margin-top: calc(100vw * (16 / 1400));
        margin-right: calc(100vw * (10 / 1400));
    }
    .counting-cont div span {
        font-size: calc(100vw * (18 / 1400));
    }
    .counting-cont:first-child {
        margin-left: calc(100vw * (374 / 1400));
    }
    .counting-cont:not(:nth-child(even)) {
        margin-right: calc(100vw * (20 / 1400));
    }
    .main-cont3 {
        padding: calc(100vw * (250 / 1400)) 0 calc(100vw * (238 / 1400));
    }
    .main-cont3 .main-tit {
        margin-left: calc(100vw * (560 / 1400));
    }
    .main-cont3 .bighit span {
        font-size: calc(100vw * (22 / 1400));
        margin: calc(100vw * (40 / 1400)) 0 calc(100vw * (10 / 1400));
    }
    .main-cont3 .bighit p {
        font-size: calc(100vw * (28 / 1400));
    }

    /* people */

    .container .inner {
        width: calc(100vw * (1160 / 1400));
        padding: calc(100vw * (145 / 1400)) 0 calc(100vw * (240 / 1400));
        /* padding: calc(100vw * (65 / 1400)) 0 calc(100vw * (240 / 1400)); */
    }

    .tit {
        padding: calc(100vw * (20 / 1400)) 0 0 0;
    }
    .tit.big {
        padding: calc(100vw * (87 / 1400)) 0 0 calc(100vw * (103 / 1400));
    }
    .tit::after {
        width: calc(100vw * (38 / 1400));
        height: calc(100vw * (38 / 1400));
        left: calc(100vw * (-30 / 1400));
    }
    .tit h2 {
        font-size: calc(100vw * (88 / 1400));
        margin-bottom: calc(100vw * (20 / 1400));
    }
    .tit p {
        font-size: calc(100vw * (32 / 1400));
    }
    .content {
        margin-top: calc(100vw * (118 / 1400));
    }
    .people .label {
        font-size: calc(100vw * (16 / 1400));
        font-weight: 700;
        margin-bottom: calc(100vw * (30 / 1400));
    }

    .people-list:not(:last-child) {
        margin-bottom: calc(100vw * (88 / 1400));
    }
    .people-list .people-box {
        width: calc(100vw * (360 / 1400));
    }
    .people-list .people-img {
        height: calc(100vw * (227 / 1400));
    }
    /* .people-list .people-box:not(:last-child) {
        margin-right: calc(100vw * (20 / 1400));
    } */
    .people-list .people-box:not(nht-child(3n)) {
        margin-right: calc(100vw * (20 / 1400));
    }

    .people-list .people-name h3 {
        font-size: calc(100vw * (28 / 1400));
        margin: calc(100vw * (20 / 1400)) 0 calc(100vw * (6 / 1400));
    }
    .people-list .people-name p {
        font-size: calc(100vw * (16 / 1400));
    }

    /* portfolio */
    .portfolio-list .portfolio-box {
        width: calc(100vw * (275 / 1400));
        /* margin-bottom: calc(100vw * (80 / 1400)); */
        margin-bottom: calc(100vw * (40 / 1400));
    }
    .portfolio-list .portfolio-box:not(:nth-child(4n)) {
        margin-right: calc(100vw * (20 / 1400));
    }
    .portfolio-list .portfolio-ipo {
        width: calc(100vw * (59 / 1400));
        height: calc(100vw * (29 / 1400));
        top: calc(100vw * (20 / 1400));
        left: calc(100vw * (20 / 1400));
    }
    .portfolio-list .portfolio-img {
        height: calc(100vw * (275 / 1400));
    }
    .portfolio-list .portfolio-name p {
        font-size: calc(100vw * (18 / 1400));
        margin-top: calc(100vw * (16 / 1400));
    }
    .portfolio-detail {
        width: calc(100vw * (1160 / 1400));
        padding: calc(100vw * (145 / 1400)) 0 calc(100vw * (240 / 1400));
    }
    .portfolio-detail .history-back {
        margin-bottom: calc(100vw * (64 / 1400));
    }
    .portfolio-detail .detail-cont .logo-img {
        width: calc(100vw * (235 / 1400));
        height: calc(100vw * (41 / 1400));
    }
    .portfolio-detail .detail-cont .contain {
        width: calc(100vw * (767 / 1400));
    }
    .portfolio-detail .detail-cont .contain .text {
        padding-bottom: calc(100vw * (80 / 1400));
    }
    .portfolio-detail .detail-cont .contain .text .left {
        margin-right: calc(100vw * (24 / 1400));
    }

    .portfolio-detail .detail-cont .contain .text p:not(:last-child),
    .portfolio-detail .detail-cont .contain .text span:not(:last-child) {
        margin-bottom: calc(100vw * (10 / 1400));
    }
    .portfolio-detail .detail-cont .contain .text span,
    .portfolio-detail .detail-cont .contain .text p {
        font-size: calc(100vw * (18 / 1400));
    }
    .portfolio-detail .detail-cont .cont {
        padding-top: calc(100vw * (80 / 1400));
    }
    .portfolio-detail .detail-cont .cont h3 {
        font-size: calc(100vw * (46 / 1400));
        margin-bottom: calc(100vw * (32 / 1400));
    }
    .portfolio-detail .detail-cont .cont p {
        font-size: calc(100vw * (18 / 1400));
    }
    .portfolio-detail .detail-cont .cont .more-btn {
        width: calc(100vw * (166 / 1400));
        height: calc(100vw * (56 / 1400));
        font-size: calc(100vw * (16 / 1400));
        margin-top: calc(100vw * (72 / 1400));
    }
    .portfolio-detail .detail-cont .cont .more-btn .arrow {
        width: 16px;
        height: 16px;
        margin-left: 6px;
    }

    /* news */
    .news .inner {
        padding: calc(100vw * (145 / 1400)) 0 calc(100vw * (240 / 1400));
    }
    .news-list .news-box a {
        width: calc(100vw * (373 / 1400));
        height: calc(100vw * (373 / 1400));
        margin-bottom: calc(100vw * (20 / 1400));
        padding: calc(100vw * (30 / 1400));
    }
    .news-list .news-box:not(:nth-child(3n)) {
        margin-right: calc(100vw * (20 / 1400));
    }
    .news-list .news-box a > div span {
        padding: calc(100vw * (8 / 1400)) calc(100vw * (12 / 1400));
        font-size: calc(100vw * (14 / 1400));
    }
    .news-list .news-box a > div p {
        font-size: calc(100vw * (24 / 1400));
        margin-top: calc(100vw * (24 / 1400));
    }
    .news-list .news-box a > span {
        font-size: calc(100vw * (18 / 1400));
    }

    .news-wrap .product-tit {
        padding: calc(100vw * (145 / 1400)) 0 calc(100vw * (88 / 1400));
    }
    .news-wrap .product-tit .inner {
        width: calc(100vw * (1160 / 1400));
    }
    .news-wrap .info p {
        font-size: calc(100vw * (18 / 1400));
    }
    .news-wrap .info span {
        width: calc(100vw * (2 / 1400));
        height: calc(100vw * (10 / 1400));
        margin: 0 calc(100vw * (10 / 1400));
    }
    .history-back p {
        font-size: calc(100vw * (18 / 1400));
        margin-left: calc(100vw * (8 / 1400));
    }
    .news-wrap .product-tit h3 {
        font-size: calc(100vw * (48 / 1400));
        margin: calc(100vw * (140 / 1400)) 0 calc(100vw * (20 / 1400));
    }

    .news-wrap .news-cont {
        width: calc(100vw * (768 / 1400));
        padding: calc(100vw * (88 / 1400)) 0 calc(100vw * (128 / 1400));
    }
    .news-wrap .news-cont p {
        font-size: calc(100vw * (18 / 1400));
        margin-bottom: calc(100vw * (60 / 1400));
    }
    .news-wrap .news-page {
        width: calc(100vw * (1160 / 1400));
        padding-bottom: calc(100vw * (240 / 1400));
    }
    .news-wrap .news-page li a {
        padding: calc(100vw * (25 / 1400));
    }
    .news-wrap .news-page li a span {
        font-size: calc(100vw * (16 / 1400));
    }
    .news-wrap .news-page li a p {
        font-size: calc(100vw * (16 / 1400));
        margin-left: calc(100vw * (70 / 1400));
    }
    .news-wrap .list-btn {
        padding: calc(100vw * (20 / 1400)) calc(100vw * (42 / 1400));
        margin: calc(100vw * (56 / 1400)) auto 0;
    }
    .news-wrap .list-btn div {
        margin-right: calc(100vw * (8 / 1400));
    }

    /* esg */
    .esg .cont-top {
        padding-left: calc(100vw * (194 / 1400));
        margin-bottom: calc(100vw * (168 / 1400));
    }
    .esg .icon-tit {
        margin-bottom: calc(100vw * (16 / 1400));
    }
    .esg .esg-cont:last-child {
        margin-left: calc(100vw * (80 / 1400));
    }
    .esg .esg-cont .icon {
        width: calc(100vw * (40 / 1400));
        margin-right: calc(100vw * (20 / 1400));
    }
    .esg .esg-cont h4 {
        font-size: calc(100vw * (45 / 1400));
        margin-bottom: calc(100vw * (16 / 1400));
    }
    .esg .esg-cont p {
        font-size: calc(100vw * (18 / 1400));
    }
    .esg .accodian-cont {
        width: calc(100vw * (1078 / 1400));
        margin-left: calc(100vw * (82 / 1400));
    }
    .esg .que {
        padding: calc(100vw * (45 / 1400)) 0;
    }
    .esg .que-txt .num {
        font-size: calc(100vw * (24 / 1400));
    }
    .esg .que-txt > div {
        margin-left: calc(100vw * (36 / 1400));
    }
    .esg .que-txt > div span {
        font-size: calc(100vw * (24 / 1400));
    }
    .esg .que-txt > div p {
        font-size: calc(100vw * (18 / 1400));
        margin-top: calc(100vw * (18 / 1400));
    }
    .esg .anw .alignment {
        padding: calc(100vw * (32 / 1400)) calc(100vw * (61 / 1400));
    }
    .esg .anw .alignment .title {
        font-size: calc(100vw * (16 / 1400));
        margin-bottom: calc(100vw * (14 / 1400));
    }
    .esg .anw .alignment .txt {
        font-size: calc(100vw * (16 / 1400));
    }
    .esg .anw .alignment .txt:not(:last-child) {
        margin-bottom: calc(100vw * (8 / 1400));
    }
    .esg .anw .impact-table .title {
        height: calc(100vw * (54 / 1400));
    }
    .esg .anw .impact-table .title span {
        line-height: 54px;
        font-size: calc(100vw * (16 / 1400));
    }
    .esg .anw .impact-table .title span:first-child,
    .esg .anw .impact-table .tr .td:first-child {
        width: calc(100vw * (292 / 1400));
    }
    .esg .anw .impact-table .title span:last-child,
    .esg .anw .impact-table .tr .td:last-child {
        width: calc(100vw * (786 / 1400));
    }
    .esg .anw .impact-table .tr {
        height: calc(100vw * (80 / 1400));
    }
    .esg .anw .impact-table .tr .td h4 {
        font-size: calc(100vw * (16 / 1400));
    }
    .esg .anw .impact-table .tr .td p {
        font-size: calc(100vw * (14 / 1400));
        margin-top: calc(100vw * (8 / 1400));
    }
    .esg .anw .impact-table .tr .td span {
        font-size: calc(100vw * (16 / 1400));
        padding-left: calc(100vw * (32 / 1400));
    }

    /* about */
    .container.about .inner {
        padding: 0 0;
    }
    .container.about .inner.global {
        padding-bottom: calc(100vw * (120 / 1400));
    }
    .about {
        margin-top: calc(100vw * (145 / 1400));
    }
    .about .aside {
        display: none;
    }
    .about .ceo .ceo-cont:last-child {
        margin-top: calc(100vw * (140 / 1400));
        padding-left: calc(100vw * (140 / 1400));
    }
    .about .ceo-tit {
        padding: calc(100vw * (53 / 1400)) calc(100vw * (200 / 1400)) calc(100vw * (80 / 1400));
        margin-bottom: calc(100vw * (60 / 1400));
    }
    .about .ceo-tit h3 {
        font-size: calc(100vw * (28 / 1400));
    }
    .about .ceo-tit h3::after {
        left: calc(100vw * (-27 / 1400));
        top: calc(100vw * (-14 / 1400));
        width: calc(100vw * (21 / 1400));
        height: calc(100vw * (21 / 1400));
    }
    .about .ceo-img {
        left: calc(100vw * (-100 / 1400));
        transform: translateX(calc(100vw * (-20 / 1400)));
    }
    .about .ceo-img.park {
        width: calc(100vw * (223 / 1400));
        height: calc(100vw * (255 / 1400));
    }
    .about .ceo-img.hong {
        width: calc(100vw * (199 / 1400));
        height: calc(100vw * (198 / 1400));
    }
    .about .ceo-txt {
        padding-left: calc(100vw * (200 / 1400));
    }
    .about .ceo-txt p {
        font-size: calc(100vw * (18 / 1400));
    }
    .about .ceo-info {
        margin-top: calc(100vw * (40 / 1400));
    }
    .about .ceo-info p {
        font-size: calc(100vw * (14 / 1400));
    }
    .about .ceo-info span {
        font-size: calc(100vw * (14 / 1400));
        margin-top: calc(100vw * (4 / 1400));
    }
    /* .about .creator {
        margin-top: calc(100vw * (240 / 1400));
    } */
    .about .creator-cont {
        padding: calc(100vw * (222 / 1400)) calc(100vw * (299 / 1400)) calc(100vw * (217 / 1400)) calc(100vw * (336 / 1400));
        /* margin-bottom: calc(100vw * (170 / 1400)); */
        margin-left: calc(100vw * (140 / 1400));
    }
    .about .creator-txt h3 {
        font-size: calc(100vw * (45 / 1400));
        margin-bottom: calc(100vw * (4 / 1400));
    }
    .about .creator-txt p {
        font-size: calc(100vw * (18 / 1400));
    }
    .about .creator-txt div:last-child {
        margin-top: calc(100vw * (78 / 1400));
    }
    .about .creator-cont .icon-top {
        position: absolute;
        content: "";
        left: calc(100vw * (-60 / 1400));
        top: calc(100vw * (-60 / 1400));
    }
    .about .creator-cont .icon-bottom {
        position: absolute;
        content: "";
        right: calc(100vw * (-60 / 1400));
        bottom: calc(100vw * (-60 / 1400));
    }
    .about .creator-cont .icon-top,
    .about .creator-cont .icon-bottom {
        width: calc(100vw * (297 / 1400));
        height: calc(100vw * (297 / 1400));
    }
    .about .creator-cont.show-animation .icon-top,
    .about .creator-cont.show-animation .icon-bottom {
        margin: calc(100vw * (60 / 1400));
    }

    .globally {
        /* padding: calc(100vw * (234 / 1400)) 0 calc(100vw * (246 / 1400)); */
        padding: calc(100vw * (120 / 1400)) 0 calc(100vw * (240 / 1400));
    }
    .global-cont {
        padding-left: calc(100vw * (140 / 1400));
    }
    .global-cont .map {
        margin-bottom: calc(100vw * (100 / 1400));
    }
    .global-cont h3 {
        font-size: calc(100vw * (24 / 1400));
    }
    .global-cont .cont-tit {
        margin-bottom: calc(100vw * (100 / 1400));
    }
    .global-cont .cont-tit p {
        font-size: calc(100vw * (18 / 1400));
        margin-top: calc(100vw * (16 / 1400));
    }
    .global-cont .global-txt {
        width: calc(100vw * (1023 / 1400));
        padding-bottom: calc(100vw * (100 / 1400));
    }
    .global-cont .global-txt:last-child {
        margin-top: calc(100vw * (100 / 1400));
    }
    .global-cont .global-txt h3 {
        width: calc(100vw * (390 / 1400));
    }
    .global-cont .global-txt .txt-box {
        width: calc(100vw * (633 / 1400));
    }
    .global-cont .global-txt .txt-box:last-child {
        /* margin-top: calc(100vw * (56 / 1400)); */
    }
    .global-cont .global-txt .txt-box h4 {
        font-size: calc(100vw * (18 / 1400));
        margin-bottom: calc(100vw * (14 / 1400));
    }
    .global-cont .global-txt .txt-box p {
        font-size: calc(100vw * (18 / 1400));
    }
    .global-cont .download {
        width: calc(100vw * (221 / 1400));
        height: calc(100vw * (56 / 1400));
        margin-top: calc(100vw * (24 / 1400));
        font-size: calc(100vw * (16 / 1400));
    }
    .global-cont .download .arrow {
        margin-left: calc(100vw * (8 / 1400));
    }
    .global-cont .map .dot.korea {
        top: calc(100vw * (180 / 1400));
        right: calc(100vw * (114 / 1400));
    }
    .global-cont .map .dot.shanghai {
        top: calc(100vw * (209 / 1400));
        right: calc(100vw * (114 / 1400));
    }
    .global-cont .map .dot.shenzhen {
        top: calc(100vw * (250 / 1400));
        right: calc(100vw * (140 / 1400));
    }
    .global-cont .map .dot.singapore {
        top: calc(100vw * (308 / 1400));
        right: calc(100vw * (249 / 1400));
    }
    .global-cont .map .dot.boston {
        top: calc(100vw * (222 / 1400));
        left: calc(100vw * (237 / 1400));
    }
    .global-cont .map .dot.sv {
        top: calc(100vw * (200 / 1400));
        left: calc(100vw * (-35 / 1400));
    }

    .global-cont .map .dot p {
        font-size: calc(100vw * (20 / 1400));
        margin-left: calc(100vw * (10 / 1400));
    }
    .global-cont .map .dot.singapore p {
        margin-right: calc(100vw * (10 / 1400));
    }
    .dot .icon {
        width: calc(100vw * (33 / 1400));
        height: calc(100vw * (33 / 1400));
    }

    .go-btn {
        font-size: calc(100vw * (18 / 1400));
        margin-top: calc(100vw * (40 / 1400));
    }
    .go-btn::after {
        right: calc(100vw * (-16 / 1400));
        width: calc(100vw * (16 / 1400));
        height: calc(100vw * (16 / 1400));
    }

    .network {
        padding: calc(100vw * (255 / 1400)) 0;
    }
    .network .network-cont {
        margin-left: calc(100vw * (147 / 1400));
    }
    .network .network-cont .map {
        width: calc(100vw * (373 / 1400));
        height: calc(100vw * (373 / 1400));
    }
    .network .network-cont li {
        width: calc(100vw * (1021 / 1400));
    }
    .network .network-cont li:not(:last-child) {
        padding-bottom: calc(100vw * (80 / 1400));
    }
    .network .network-cont li:not(:first-child) {
        padding-top: calc(100vw * (80 / 1400));
    }
    .network .network-cont li .txt-box h4 {
        font-size: calc(100vw * (24 / 1400));
        width: calc(100vw * (171 / 1400));
    }
    .network .network-cont li .txt-box p {
        font-size: calc(100vw * (18 / 1400));
    }
    .network .network-cont li .txt-box .map .dot p {
        font-size: calc(100vw * (20 / 1400));
        margin-left: calc(100vw * (10 / 1400));
    }
    .network .map .dot.korea {
        top: calc(100vw * (137 / 1400));
        left: calc(100vw * (157 / 1400));
    }
    .network .map .dot.boston {
        top: calc(100vw * (215 / 1400));
        left: calc(100vw * (153 / 1400));
    }
    .network .map .dot.shanghai {
        top: calc(100vw * (186 / 1400));
        left: calc(100vw * (192 / 1400));
    }
    .network .map .dot.shenzhen {
        top: calc(100vw * (160 / 1400));
        left: calc(100vw * (174 / 1400));
    }
    .network .map .dot.singapore {
        top: calc(100vw * (147 / 1400));
        left: calc(100vw * (83 / 1400));
    }

    /* people detail */
    .container .detail-cont .inner {
        padding: calc(100vw * (80 / 1400)) calc(100vw * (40 / 1400)) calc(100vw * (240 / 1400));
    }
    .detail-visual {
        margin-top: calc(100vw * (80 / 1400));
        height: calc(100vw * (681 / 1400));
    }
    .detail-visual > img {
        width: calc(100vw * (1119 / 1400));
        height: calc(100vw * (681 / 1400));
    }
    .people-detail .history-back {
        left: calc(100vw * (380 / 1400));
        top: calc(100vw * (64 / 1400));
    }
    .detail-cont .content {
        padding-left: calc(100vw * (158 / 1400));
    }
    .detail-cont .content .txt:not(:last-child) {
        margin-bottom: calc(100vw * (80 / 1400));
    }
    .detail-cont .detail-tit h3 {
        font-size: calc(100vw * (48 / 1400));
    }
    .detail-cont .detail-tit h3::after {
        left: calc(100vw * (-116 / 1400));
        top: calc(100vw * (-110 / 1400));
        width: calc(100vw * (190 / 1400));
        height: calc(100vw * (190 / 1400));
    }
    .detail-cont .detail-tit p {
        font-size: calc(100vw * (18 / 1400));
        margin: calc(100vw * (26 / 1400)) 0 calc(100vw * (4 / 1400));
    }
    .detail-cont .detail-tit span {
        font-size: calc(100vw * (18 / 1400));
    }
    .detail-cont .content h3 {
        font-size: calc(100vw * (22 / 1400));
        margin-bottom: calc(100vw * (12 / 1400));
    }
    .detail-cont .content p {
        font-size: calc(100vw * (18 / 1400));
    }
    .detail-cont .content span {
        font-size: calc(100vw * (18 / 1400));
        margin-top: calc(100vw * (80 / 1400));
    }
    .detail-cont .content .go-btn {
        margin-top: calc(100vw * (12 / 1400));
    }

    /* stewardship */
    .stewardship .content {
        padding-top: calc(100vw * (100 / 1400));
    }
    .stewardship-cont {
        margin-bottom: calc(100vw * (100 / 1400));
    }
    .stewardship-cont .top-cont {
        padding: calc(100vw * (32 / 1400)) calc(100vw * (61 / 1400));
    }
    .stewardship-cont .top-cont h3 {
        font-size: calc(100vw * (24 / 1400));
        margin-bottom: calc(100vw * (18 / 1400));
    }
    .stewardship-cont .top-cont p {
        font-size: calc(100vw * (18 / 1400));
    }
    .stewardship-cont .bot-cont {
        padding: calc(100vw * (32 / 1400)) calc(100vw * (92 / 1400));
    }
    .stewardship-cont .bot-cont li {
        font-size: calc(100vw * (16 / 1400));
    }
    .stewardship-cont .bot-cont li:not(:last-child) {
        margin-bottom: calc(100vw * (10 / 1400));
    }
    .stewardship-cont:not(:last-child) {
        margin-bottom: calc(100vw * (60 / 1400));
    }
    .container.stewardship .inner {
        padding: calc(100vw * (145 / 1400)) 0 calc(100vw * (240 / 1400));
    }

    .info {
        padding-top: calc(100vw * (100 / 1400));
    }
    .info .border {
        width: 1px;
        height: calc(100vw * (80 / 1400));
        margin-right: calc(100vw * (31 / 1400));
    }
    .info .information {
        padding-left: calc(100vw * (60 / 1400));
    }
    .info .information span {
        font-size: calc(100vw * (16 / 1400));
    }
    .info .information p {
        font-size: calc(100vw * (18 / 1400));
        margin-left: calc(100vw * (14 / 1400));
    }
    .info .information p:not(:last-child) {
        margin-bottom: calc(100vw * (8 / 1400));
    }
}

/* mobile  ******************************************************************/
@media screen and (max-width: 750px) {
    .pc-br {
        display: none;
    }
    .mo-br {
        display: block;
    }
    .inner {
        width: auto;
        padding: 0 calc(100vw * (40 / 750));
    }
    .main-page .contain {
        width: auto;
    }
    .top-btn {
        position: fixed;
        right: calc(100vw * (20 / 750));
        bottom: calc(100vw * (20 / 750));
        width: calc(100vw * (80 / 750));
        height: calc(100vw * (80 / 750));
    }
    .list-none {
        text-align: center;
        padding: calc(100vw * (150 / 750)) 0;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }
    .list-none p {
        margin-top: calc(100vw * (20 / 750));
        font-weight: 400;
        color: #c7c7c7;
    }
    .list-none div {
        width: calc(100vw * (54 / 750));
        height: calc(100vw * (54 / 750));
        margin: 0 auto;
    }
    /* 공통팝업 */
    .modal_bg .message_modal {
        background: #fff;
        padding: 0 calc(100vw * (77 / 750)) calc(100vw * (40 / 750));
        width: calc(100vw * (634 / 750));
    }

    .modal_bg .big_text {
        font-size: calc(100vw * (34 / 750));
        margin-bottom: calc(100vw * (16 / 750));
    }

    .modal_bg .message_modal .text_area {
        padding: calc(100vw * (66 / 750)) 0 calc(100vw * (46 / 750));
        font-size: calc(100vw * (16 / 750));
    }

    .modal_bg .message_modal button {
        height: calc(100vw * (60 / 750));
        font-size: calc(100vw * (16 / 750));
    }

    .modal_bg .cancel_btn {
        margin-right: calc(100vw * (10 / 750));
    }

    /* 큰 공통팝업 */
    .modal_bg .modal_box {
        background: #fff;
        padding: calc(100vw * (66 / 750)) calc(100vw * (40 / 750));
        width: calc(100vw * (710 / 750));
    }

    .modal_bg .modal_box .text_area {
        padding: calc(100vw * (40 / 750)) 0;
        font-size: calc(100vw * (18 / 750));
    }

    .modal_bg .modal_box .button_wrap {
        width: calc(100vw * (326 / 750));
    }

    .modal_bg .modal_box .button_wrap button {
        height: calc(100vw * (60 / 750));
        width: calc(100vw * (250 / 750));
        font-size: calc(100vw * (21 / 750));
    }

    .modal_bg .x_btn {
        width: calc(100vw * (24 / 750));
        height: calc(100vw * (24 / 750));
        top: calc(100vw * (20 / 750));
        right: calc(100vw * (20 / 750));
    }

    .contact-us .input_wrap input {
        height: calc(100vw * (60 / 750));
        margin-top: calc(100vw * (15 / 750));
        padding: 0 calc(100vw * (20 / 750));
        font-size: calc(100vw * (18 / 750));
        border-radius: none;
    }

    .contact-us .input_wrap label {
        font-size: calc(100vw * (26 / 750));
    }

    .contact-us .big_text {
        margin-bottom: calc(100vw * (34 / 750));
    }

    .contact-us textarea {
        height: calc(100vw * (300 / 750));
        font-size: calc(100vw * (20 / 750));
        padding: calc(100vw * (16 / 750)) calc(100vw * (20 / 750));
        margin-top: calc(100vw * (14 / 750));
    }

    .contact-us .input-box > div:not(:last-child) {
        margin-bottom: calc(100vw * (40 / 750));
    }

    .contact-us .input-box > div:last-child {
        margin-bottom: calc(100vw * (46 / 750));
    }

    .filebox .upload-name {
        height: calc(100vw * (60 / 750));
        padding: 0 calc(100vw * (10 / 750));
        width: calc(100vw * (450 / 750));
        font-size: calc(100vw * (14 / 750));
    }

    .filebox p {
        font-size: calc(100vw * (18 / 750));
        margin-bottom: calc(100vw * (14 / 750));
    }

    .filebox .file-label {
        font-size: calc(100vw * (18 / 750));
    }

    .filebox label {
        width: calc(100vw * (76 / 750));
        height: calc(100vw * (60 / 750));
        line-height: calc(100vw * (60 / 750));
        font-size: calc(100vw * (21 / 750));
        margin: 0 calc(100vw * (10 / 750)) 0 auto;
    }

    .filebox button {
        width: calc(100vw * (76 / 750));
        height: calc(100vw * (60 / 750));
        font-size: calc(100vw * (18 / 750));
    }

    .mt-6 {
        margin-top: 60px;
    }
    .mt-7 {
        margin-top: 70px;
    }
    .mt-8 {
        margin-top: 80px;
    }

    .text-none {
        color: #c7c7c7 !important;
    }

    .fade-up {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .fade-up.active {
        opacity: 1;
        transform: translateY(0);
    }

    .error .main-cont3 .main-tit h2 {
        font-size: calc(100vw * (50 / 750));
        margin-bottom: calc(100vw * (30 / 750));
    }
    .error .main-cont3 .main-tit p {
        font-size: calc(100vw * (20 / 750));
    }

    .error .btn-group {
        margin-top: calc(100vw * (56 / 750));
    }
    .error .btn-group .btn {
        width: calc(100vw * (200 / 750));
        height: calc(100vw * (65 / 750));
        font-size: calc(100vw * (16 / 750));
    }
    .error .btn-group .btn.black {
        margin-left: calc(100vw * (15 / 750));
    }

    /* header */
    #header {
        display: none;
    }
    .header-mo {
        display: block;
        height: calc(100vw * (112 / 750));
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 30;
    }
    .header-mo .header-cont {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 calc(100vw * (40 / 750));
        height: 100%;
        z-index: 30;
        position: relative;
        border-bottom: 2px solid #ededed;
    }
    .header-mo .logo {
        width: calc(100vw * (263 / 750));
        height: calc(100vw * (40 / 750));
        font-size: 0;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: calc(100vw * (36 / 750));
        height: calc(100vw * (24 / 750));
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: calc(100vw * (4 / 750));
        background-color: #191919;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: calc(100vw * (10 / 750));
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    /* 2th bar 사라지고,  1st 3rd bar 회전하며 X  */

    .menu-trigger.active-1 span:nth-of-type(1) {
        transform: translateY(calc(100vw * (10 / 750))) rotate(-45deg);
    }

    .menu-trigger.active-1 span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active-1 span:nth-of-type(3) {
        transform: translateY(calc(100vw * (-10 / 750))) rotate(45deg);
    }
    .header-mo .m-header-cont {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: #fff;
        z-index: 20;
        padding: calc(100vw * (212 / 750)) calc(100vw * (80 / 750)) calc(100vw * (250 / 750));
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }
    .header-mo .m-header-cont.opened {
        transform: translateX(0);
    }
    .header-mo .m-header-cont ul li a {
        display: block;
        font-size: calc(100vw * (80 / 750));
        font-weight: 700;
        font-family: "Red Hat Display", sans-serif;
    }
    .header-mo .m-header-cont ul li:not(:last-child) {
        margin-bottom: calc(100vw * (56 / 750));
    }
    .header-mo .m-header-cont .mo-language {
        display: flex;
        align-items: center;
    }
    .header-mo .m-header-cont .mo-language a {
        font-size: calc(100vw * (28 / 750));
        font-weight: 400;
    }
    .header-mo .m-header-cont .mo-language a.active {
        font-weight: 700;
        color: #ee8100;
    }
    .header-mo .m-header-cont .mo-language a:not(:last-child) {
        margin-right: calc(100vw * (48 / 750));
    }

    /* footer */
    .footer {
        padding: calc(100vw * (160 / 750)) calc(100vw * (40 / 750));
        background: #051829;
        color: #fff;
    }
    .footer-tit {
        font-size: calc(100vw * (80 / 750));
        font-weight: 900;
        font-family: "Red Hat Display", sans-serif;
        margin-bottom: calc(100vw * (60 / 750));
    }
    .footer-cont {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: calc(100vw * (160 / 750));
        flex-direction: column;
    }
    .footer-cont p {
        font-size: calc(100vw * (36 / 750));
        font-weight: 400;
        line-height: 1.6;
        opacity: 1;
    }
    .footer-menu {
        width: 100%;
        margin-top: calc(100vw * (160 / 750));
    }
    .footer-menu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-bottom: calc(100vw * (32 / 750));
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .footer-menu li a p {
        font-size: calc(100vw * (56 / 750));
        font-weight: 700;
    }
    .footer-menu li a > div img:first-child {
        display: none;
    }
    .footer-menu li a > div img:nth-child(2) {
        display: block;
    }
    .footer-menu li a > div {
        opacity: 1;
        width: calc(100vw * (60 / 750));
        height: calc(100vw * (60 / 750));
    }
    .footer-menu li:hover a > p {
        color: #ee8100;
    }
    .footer-menu li:not(:last-child) {
        margin-bottom: calc(100vw * (32 / 750));
    }
    .footer-info {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .footer-info .info-cont span {
        font-size: calc(100vw * (28 / 750));
        font-weight: 700;
    }
    .footer-info .info-cont p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 400;
        opacity: 0.72;
        line-height: 1.6;
    }
    .footer-info .info-cont p:not(:last-child) {
        margin-bottom: calc(100vw * (0 / 750));
    }
    .footer-info .info-cont > div {
        margin: calc(100vw * (32 / 750)) 0 calc(100vw * (20 / 750));
    }
    .footer-info .info-cont .copyright {
        margin-top: calc(100vw * (100 / 750));
    }
    .info-link {
        margin-right: 0;
        margin-bottom: calc(100vw * (160 / 750));
    }
    .info-link a {
        display: block;
        font-size: calc(100vw * (38 / 750));
        font-weight: 500;
        opacity: 0.72;
        width: max-content;
    }
    .info-link a:not(:last-child) {
        margin-bottom: calc(100vw * (48 / 750));
    }
    .info-link a:hover {
        color: #ee8100;
        opacity: 1;
    }
    /* tab */
    .tab-cont {
        display: none;
    }
    .tab-cont.active {
        display: block;
    }
    .tabs {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        align-items: center;
        padding-top: calc(100vw * (15 / 750));
        overflow-x: scroll;
        padding-left: calc(100vw * (40 / 750));
    }
    .tabs-wrap {
        overflow-x: scroll;
        width: 100%;
    }
    .tabs::-webkit-scrollbar {
        display: none;
    }
    .tab-btn {
        font-size: calc(100vw * (32 / 750));
        font-weight: 400;
        color: #191919;
        cursor: pointer;
        display: block;
        margin-bottom: calc(100vw * (60 / 750));
        width: max-content;
    }
    .tab-btn.active {
        color: #ee8100;
        text-decoration: underline;
        text-underline-offset: 0.5em;
    }
    .tabs li:not(:last-child) {
        margin-right: calc(100vw * (40 / 750));
    }
    .tabs li:last-child {
        padding-right: calc(100vw * (40 / 750));
    }
    .tab-box {
        margin-top: calc(100vw * (50 / 750));
        position: relative;
        padding: 0 calc(100vw * (40 / 750));
    }
    .tab-contain {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .search_box {
        position: relative;
        width: 100%;
        margin: 0 calc(100vw * (40 / 750));
    }
    .search-input {
        position: relative;
        width: calc(100vw * (670 / 750));
        height: calc(100vw * (80 / 750));
        background: #f5f5f5;
        line-height: calc(100vw * (80 / 750));
        padding: 0 calc(100vw * (42 / 750)) 0 calc(100vw * (15 / 750));
        border: none;
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
    }

    .pc-search {
        display: block;
        position: absolute;
        background: url("../images/search.png") no-repeat center center;
        background-size: 100%;
        width: calc(100vw * (48 / 750));
        height: calc(100vw * (48 / 750));
        right: calc(100vw * (100 / 750));
        top: 50%;
        transform: translateY(-50%);
    }

    /* pagenation */
    .pagination {
        padding-top: calc(100vw * (80 / 750));
    }
    .pagination .nav-links {
        display: flex;
        justify-content: center;
    }
    .pagination .screen-reader-text {
        display: none;
    }
    .pagination .page-numbers {
        width: calc(100vw * (60 / 750));
        height: calc(100vw * (60 / 750));
        line-height: calc(100vw * (60 / 750));
        text-align: center;
        margin: 0 calc(100vw * (5 / 750));
        color: #000;
        font-size: calc(100vw * (18 / 750));
        cursor: pointer;
        font-weight: 700;
        background-color: #fafafa;
    }
    .pagination .page-numbers.current,
    .pagination .page-numbers.current:hover {
        color: #fff;
        background-color: #ee8100;
    }
    .pagination .page-numbers:hover {
        color: #fff;
        background-color: #ee8100;
    }
    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        background: url(../images/next.png) no-repeat center / cover;
        background-size: calc(100vw * (6 / 750)) calc(100vw * (10 / 750));
        background-color: #fafafa;
    }
    .pagination .page-numbers.next {
        margin-left: calc(100vw * (8 / 750));
    }
    .pagination .page-numbers.prev {
        margin-right: calc(100vw * (8 / 750));
        transform: rotate(180deg);
    }
    .pagination .page-numbers.prev.disabled,
    .pagination .page-numbers.next.disabled {
        opacity: 0.2;
        cursor: auto;
        pointer-events: none;
    }

    /* main */
    .visual-section {
        /* display: none; */
        height: calc(100vw * (970 / 750));
    }
    .visual-section.mo {
        display: block;
    }
    .visual-section .svg-ani.resized {
        width: 100%;
        height: 100%;
        transition: all 0.5s 1s ease;
    }
    .visual-section .visual-tit h2 {
        font-size: calc(100vw * (90 / 750));
        margin-bottom: calc(100vw * (42 / 750));
    }
    .visual-section .visual-tit p {
        font-size: calc(100vw * (30 / 750));
    }
    .main-page .visual-contain {
        padding-top: calc((100vw / 750) * 250);
        /* width: calc(100vw * (1160 / 750)); */
        margin: 0 auto;
    }

    .visual-section .logo-shape {
        top:0;
        right: calc((100vw / 750) * 212);
        bottom: calc((100vw / 750) * 178);
        width: calc((100vw / 750) * 76);
        height: calc((100vw / 750) * 76);
    }

    .visual-section .svg-ani {
        top: calc(100vw * 590 / 750); /* 가로값에 따라 높이 계산 */
        
    }
    .visual-section .svg-img {
        width: calc((100vw / 750) * 570);
        height: calc((100vw / 750) * 222);
        overflow: hidden;
    }
    .main-page .visual-contain .svg-ani img {
        width: calc((100vw / 750) * 570);
        height: calc((100vw / 750) * 222);
        position: relative;
        z-index: -1;
    }
    .visual-section .svg-ani.resized ul { padding-top: calc((100vw / 750) * 32); }
    .visual-section .svg-ani.resized { width: calc((100vw / 750) * 570); height: calc((100vw / 750) * 222); overflow: visible; }
   
    .main-page .btn-about {
        display: none;
    }
    .main-cont1 {
        padding: calc(100vw * (292 / 750)) calc(100vw * (40 / 750)) calc(100vw * (270 / 750));
        /* background: #f3f5f7; */
    }
    .main-tit {
        position: relative;
        padding: calc(100vw * (20 / 750)) 0 0 calc(100vw * (30 / 750));
    }
    .main-tit.big {
        padding: calc(100vw * (87 / 750)) 0 0 calc(100vw * (103 / 750));
    }
    .main-tit::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: url("../images/tit-icon.png") no-repeat center center / cover;
        width: calc(100vw * (38 / 750));
        height: calc(100vw * (38 / 750));
    }
    .main-tit.big::after {
        background: url("../images/big-icon.png") no-repeat center center;
        width: calc(100vw * (100 / 750));
        height: calc(100vw * (100 / 750));
    }
    .main-tit h2 {
        font-size: calc(100vw * (80 / 750));
        font-weight: 900;
        margin-bottom: calc(100vw * (40 / 750));
        font-family: "Red Hat Display", sans-serif;
        line-height: 1.2;
        width: max-content;
    }
    .main-tit h2 span {
        color: #ee8100;
    }
    .main-tit p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 400;
        line-height: 1.6;
    }
    .main-tit > span {
        font-size: calc(100vw * (22 / 750));
        font-weight: 400;
        color: #9e9e9e;
        margin-top: calc(100vw * (15 / 750));
        display: block;
    }
    .sub-tit {
        margin-bottom: calc(100vw * (180 / 750));
    }
    .sub-tit h3 {
        font-size: calc(100vw * (64 / 750));
        font-weight: 900;
        margin-bottom: calc(100vw * (40 / 750));
        font-family: "Red Hat Display", sans-serif;
        line-height: 1.2;
    }
    .sub-tit p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 700;
        line-height: 1.6;
    }
    .strategies {
        display: none;
    }
    .main-cont2 {
        padding: calc(100vw * (264 / 750)) calc(100vw * (40 / 750)) calc(100vw * (135 / 750));
    }
    .main-cont2 .main-tit h2 {
        font-size: calc(100vw * (74 / 750));
        margin-bottom: calc(100vw * (60 / 750));
    }
    .main-cont2 .main-tit p {
        font-size: calc(100vw * (36 / 750));
    }
    .main-cont2 .main-tit > span {
        margin-top: calc(100vw * (32 / 750));
        font-size: calc(100vw * (28 / 750));
    }
    .counting {
        display: flex;
        margin-left: auto;
        flex-wrap: wrap;
        padding-left: 0;
        margin-top: calc(100vw * (180 / 750));
    }
    .counting-cont {
        width: calc(100vw * (315 / 750));
        border-top: 1px solid #9e9e9e;
        padding-top: calc(100vw * (40 / 750));
        margin-bottom: calc(100vw * (134 / 750));
    }
    .counting-cont p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 500;
        color: #9e9e9e;
    }
    .counting-cont h3 {
        font-size: calc(100vw * (70 / 750));
        font-weight: 700;
        margin-top: calc(100vw * (16 / 750));
        margin-right: calc(100vw * (10 / 750));
    }
    .counting-cont div {
        display: flex;
        align-items: flex-end;
    }
    .counting-cont div span {
        font-size: calc(100vw * (28 / 750));
        font-weight: 700;
        line-height: 1.6;
    }
    .counting-cont:nth-child(3) {
        margin-left: calc(100vw * (40 / 750));
    }
    .counting-cont:first-child {
        margin-left: calc(100vw * (355 / 750));
    }
    .counting-cont:not(:nth-child(even)) {
        margin-right: 0;
    }
    .counting-cont:not(:nth-child(odd)) {
        margin-left: 0;
        margin-right: 0;
    }
    .main-cont3 {
        padding: calc(100vw * (270 / 750)) calc(100vw * (40 / 750)) calc(100vw * (270 / 750));
        background: #f3f5f7;
    }
    .main-cont3 .main-tit {
        margin-left: calc(100vw * (80 / 750));
    }
    .main-cont3 .main-tit.big {
        padding: calc(100vw * (65 / 750)) 0 0 calc(100vw * (85 / 750));
    }
    .main-cont3 .main-tit h2 {
        font-size: calc(100vw * (80 / 750));
        font-weight: 900;
        margin-bottom: calc(100vw * (140 / 750));
    }
    .main-cont3 .bighit span {
        font-size: calc(100vw * (28 / 750));
        font-weight: 400;
        line-height: 1.6;
        display: block;
        /* margin: calc(100vw * (40 / 750)) 0 calc(100vw * (5 / 750)); */
        margin: 0 0 calc(100vw * (5 / 750));
    }
    .main-cont3 .bighit p {
        font-size: calc(100vw * (32 / 750));
        font-weight: 400;
        line-height: 1.6;
    }
    .main-cont3 .bighit > div {
        width: calc(100vw * (171 / 750));
        height: calc(100vw * (97 / 750));
    }

    .strategies-mo {
        display: block;
        margin-top: calc(100vw * (230 / 750));
    }
    /* .strategies-mo .mo-cont{padding-left:calc(100vw*(30/750));} */
    .strategies-mo .mo-cont > div:not(:last-child) {
        padding-bottom: calc(100vw * (112 / 750));
    }
    .strategies-mo .txt {
        display: flex;
        align-items: center;
        margin-bottom: calc(100vw * (25 / 750));
    }
    .strategies-mo .txt p {
        font-size: calc(100vw * (48 / 750));
        font-weight: 700;
        color: #ee8100;
        font-family: "Red Hat Display", sans-serif;
    }
    .strategies-mo .txt .icon {
        width: calc(100vw * (44 / 750));
        height: calc(100vw * (44 / 750));
        margin-right: calc(100vw * (15 / 750));
    }
    .strategies-mo .box {
        padding-left: calc(100vw * (59 / 750));
    }
    .strategies-mo .box p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 500;
        line-height: 1.4;
    }

    /* people */
    .content {
        padding-left: 0;
    }
    .container .inner {
        width: auto;
    }
    .container.about .inner.global {
        padding-bottom: calc(100vw * (80 / 750));
    }

    .tit {
        position: relative;
        padding: calc(100vw * (20 / 750)) 0 0 0;
        margin-left: 0;
    }
    .tit.big {
        padding: calc(100vw * (87 / 750)) 0 0 calc(100vw * (103 / 750));
    }
    .tit::after {
        position: absolute;
        content: "";
        left: calc(100vw * (-30 / 750));
        top: 0;
        background: url("../images/tit-icon.png") no-repeat center center;
        width: calc(100vw * (38 / 750));
        height: calc(100vw * (38 / 750));
    }
    .tit h2 {
        font-size: calc(100vw * (88 / 750));
        font-weight: 900;
        margin-bottom: calc(100vw * (20 / 750));
        font-family: "Red Hat Display", sans-serif;
    }
    .tit p {
        font-size: calc(100vw * (32 / 750));
        font-weight: 400;
        font-family: "Red Hat Display", sans-serif;
    }
    .container.people {
        padding: calc(100vw * (200 / 750)) calc(100vw * (0 / 750)) calc(100vw * (140 / 750));
    }
    .people .label {
        font-size: calc(100vw * (24 / 750));
        margin-bottom: calc(100vw * (30 / 750));
    }
    .people .tit {
        margin-left: calc(100vw * (40 / 750));
    }

    .people-list {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .people-list:not(:last-child) {
        margin-bottom: calc(100vw * (88 / 750));
    }
    .people-list .people-box {
        width: calc(100vw * (315 / 750));
        margin-bottom: calc(100vw * (24 / 750));
    }
    .people-list .people-img {
        width: 100%;
        height: calc(100vw * (200 / 750));
        overflow: hidden;
        display: flex;
        align-items: flex-end;
    }
    /* .people-list .people-box:not(:last-child) {
        margin-right: 0;
    } */

    @media (max-width: 750px) {
        .people-list .people-box:not(:nth-child(3n)) {
            margin-right: 0;
        }
    }
    .people-list .people-box:not(:nth-child(2n)) {
        margin-right: 20px;
    }

    .people-list .people-name h3 {
        font-size: calc(100vw * (28 / 750));
        font-weight: 700;
        margin: calc(100vw * (20 / 750)) 0 calc(100vw * (10 / 750));
    }
    .people-list .people-name p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        color: #777;
    }

    /* portfolio */
    .portfolio .tit {
        margin-left: calc(100vw * (40 / 750));
    }
    .portfolio-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .portfolio .inner {
        padding-top: calc(100vw * (245 / 750));
    }
    .portfolio-list .portfolio-box {
        width: calc(100vw * (320 / 750));
        /* margin-bottom: calc(100vw * (55 / 750)); */
        margin-bottom: calc(100vw * (30 / 750));
    }
    .portfolio-list .portfolio-box:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .portfolio-list .portfolio-ipo {
        width: calc(100vw * (59 / 750));
        height: calc(100vw * (29 / 750));
        top: calc(100vw * (20 / 750));
        left: calc(100vw * (20 / 750));
    }
    .portfolio-list .portfolio-img {
        width: 100%;
        height: calc(100vw * (320 / 750));
        border: 1px solid #ebebeb;
    }
    .portfolio-list .portfolio-name p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        color: #191919;
        text-align: center;
        margin-top: calc(100vw * (20 / 750));
    }
    /* .portfolio .tab-container{padding:0 calc(100vw*(40/750));} */
    .portfolio-detail {
        width: auto;
        padding: calc(100vw * (180 / 750)) calc(100vw * (40 / 750)) calc(100vw * (100 / 750));
    }
    .portfolio-detail .history-back {
        margin-bottom: calc(100vw * (100 / 750));
    }
    .portfolio-detail .detail-cont {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .portfolio-detail .detail-cont .logo-img {
        width: calc(100vw * (308 / 750));
        height: calc(100vw * (60 / 750));
        margin-bottom: calc(100vw * (120 / 750));
    }
    .portfolio-detail .detail-cont .contain {
        width: auto;
    }
    .portfolio-detail .detail-cont .contain .text {
        display: none;
    }
    .portfolio-detail .text-mo {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .portfolio-detail .text-mo .txt p {
        font-size: calc(100vw * (26 / 750));
        margin-bottom: calc(100vw * (20 / 750));
    }
    .portfolio-detail .text-mo .txt span {
        font-size: calc(100vw * (26 / 750));
        font-weight: 700;
        width: calc(100vw * (134 / 750));
    }
    .portfolio-detail .text-mo .txt:nth-child(2) {
        margin: 0 calc(100vw * (80 / 750));
        position: relative;
    }
    .portfolio-detail .text-mo .txt:nth-child(2)::after {
        position: absolute;
        left: calc(100vw * (-40 / 750));
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: calc(100vw * (80 / 750));
        background: #999;
        content: "";
    }
    .portfolio-detail .text-mo .txt:nth-child(2)::before {
        position: absolute;
        right: calc(100vw * (-40 / 750));
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: calc(100vw * (80 / 750));
        background: #999;
        content: "";
    }

    .portfolio-detail .detail-cont .cont {
        padding-top: calc(100vw * (120 / 750));
    }
    .portfolio-detail .detail-cont .cont h3 {
        font-size: calc(100vw * (46 / 750));
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: calc(100vw * (30 / 750));
    }
    .portfolio-detail .detail-cont .cont p {
        font-size: calc(100vw * (28 / 750));
        line-height: 1.6;
    }
    .portfolio-detail .detail-cont .cont .more-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100vw * (207 / 750));
        height: calc(100vw * (59 / 750));
        background: #191919;
        color: #fff;
        font-size: calc(100vw * (24 / 750));
        font-weight: 500;
        margin: calc(100vw * (70 / 750)) auto 0;
    }
    .portfolio-detail .detail-cont .cont .more-btn .arrow {
        width: calc(100vw * (20 / 750));
        height: calc(100vw * (20 / 750));
        margin-left: calc(100vw * (6 / 750));
    }

    /* news */
    .news {
        padding: calc(100vw * (162 / 750)) 0 calc(100vw * (120 / 750));
    }
    .news .tit {
        margin-left: calc(100vw * (40 / 750));
    }
    .news-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .news-list .news-box a {
        width: 100%;
        height: calc(100vw * (272 / 750));
        border: 1px solid #ebebeb;
        margin-bottom: calc(100vw * (20 / 750));
        padding: calc(100vw * (30 / 750));
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .news-list .news-box {
        width: 100%;
        height: auto;
        padding: 0 0;
        margin: 0 0;
    }
    .news-list .news-box:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .news-list .news-box a > div span {
        display: block;
        padding: calc(100vw * (8 / 750)) calc(100vw * (12 / 750));
        background: #000;
        font-size: calc(100vw * (24 / 750));
        font-weight: 700;
        color: #fff;
        width: max-content;
    }
    .news-list .news-box a > div p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 500;
        color: #191919;
        margin-top: calc(100vw * (25 / 750));
        line-height: 1.6;
    }
    .news-list .news-box a > span {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        color: #565656;
    }

    .news-wrap .product-tit {
        padding: calc(100vw * (162 / 750)) 0 calc(100vw * (88 / 750));
        background: #f5f5f5;
    }
    .news-wrap .product-tit .inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 calc(100vw * (40 / 750));
    }
    .news-wrap .info p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        color: #565656;
    }
    .news-wrap .info span {
        display: block;
        width: calc(100vw * (2 / 750));
        height: calc(100vw * (10 / 750));
        background: #c7c7c7;
        margin: 0 calc(100vw * (15 / 750));
    }
    .history-back,
    .news-wrap .info {
        display: flex;
        align-items: center;
    }
    .news-wrap .info {
        padding-top: calc(100vw * (40 / 750));
    }
    .history-back p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 700;
        margin-left: calc(100vw * (10 / 750));
    }
    .news-wrap .product-tit h3 {
        font-size: calc(100vw * (48 / 750));
        font-weight: 700;
        margin: calc(100vw * (80 / 750)) 0 calc(100vw * (40 / 750));
        line-height: 1.2;
    }

    .news-wrap .news-cont {
        width: auto;
        margin: 0 auto;
        padding: calc(100vw * (44 / 750)) calc(100vw * (40 / 750)) calc(100vw * (120 / 750));
    }
    .news-wrap .news-cont p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: calc(100vw * (60 / 750));
    }
    .news-wrap .news-page {
        width: calc(100vw * (670 / 750));
        margin: 0 auto;
        border-top: 1px solid #19191926;
        padding-bottom: calc(100vw * (240 / 750));
    }
    .news-wrap .news-page li .pagination {
        display: flex;
        align-items: center;
        padding: calc(100vw * (25 / 750));
        border-bottom: 1px solid #19191926;
    }
    .news-wrap .news-page li .pagination span {
        font-size: calc(100vw * (24 / 750));
        font-weight: 700;
        color: #191919;
    }
    .news-wrap .news-page li .pagination p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        color: #565656;
        margin-left: calc(100vw * (70 / 750));
    }
    .news-wrap .list-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(100vw * (20 / 750)) calc(100vw * (42 / 750));
        background: #191919;
        color: #fff;
        line-height: 0.85;
        text-align: center;
        margin: calc(100vw * (60 / 750)) auto 0;
        font-size: calc(100vw * (24 / 750));
    }
    .news-wrap .list-btn div {
        margin-right: calc(100vw * (8 / 750));
    }

    /* esg */
    .esg {
        padding: calc(100vw * (162 / 750)) calc(100vw * (40 / 750)) calc(100vw * (120 / 750));
    }
    .esg .icon-tit {
        margin-bottom: calc(100vw * (20 / 750));
    }
    .esg .cont-top {
        padding-left: 0;
        margin-bottom: calc(100vw * (90 / 750));
    }
    .esg .cont-top,
    .esg .esg-cont {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .esg .esg-cont:last-child {
        margin-left: 0;
        margin-top: calc(100vw * (60 / 750));
    }
    .esg .esg-cont .icon {
        margin-right: 0;
        width: 10%;
    }
    .esg .esg-cont .icon img {
        width: calc(100vw * (48 / 750));
        height: calc(100vw * (48 / 750));
    }
    .esg .esg-cont .cont-txt {
        width: 75%;
    }
    .esg .esg-cont h4 {
        font-size: calc(100vw * (45 / 750));
        font-weight: 700;
        color: #ee8100;
    }
    .esg .esg-cont p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 500;
        line-height: 1.6;
    }
    .esg .accodian-cont {
        width: auto;
        border-top: 1px solid #ededed;
        margin-left: 0;
    }
    .esg .que {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: calc(100vw * (45 / 750)) 0;
        border-bottom: 1px solid #ededed;
    }
    .esg .que-txt {
        display: flex;
        align-items: flex-start;
    }
    .esg .que-txt .num {
        font-size: calc(100vw * (32 / 750));
        font-weight: 700;
        color: #ee8100;
    }
    .esg .que-txt > div {
        margin-left: calc(100vw * (30 / 750));
    }
    .esg .que-txt > div span {
        font-size: calc(100vw * (32 / 750));
        font-weight: 700;
    }
    .esg .que-txt > div p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        margin-top: calc(100vw * (18 / 750));
        color: #565656;
        line-height: 1.6;
    }
    .esg .anw {
        background: #f3f5f7;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .que .arrow-top,
    .que .arrow-bottom {
        width: calc(100vw * (20 / 750));
        height: calc(100vw * (20 / 750));
    }

    .esg .anw {
        display: none;
    }
    .esg .anw.on {
        display: block;
    }
    .esg .anw .alignment {
        padding: calc(100vw * (32 / 750)) calc(100vw * (60 / 750));
    }
    .esg .anw .alignment .title {
        font-size: calc(100vw * (24 / 750));
        font-weight: 700;
        margin-bottom: calc(100vw * (15 / 750));
        color: #565656;
    }
    .esg .anw .alignment .txt {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        color: #565656;
        line-height: 1.6;
    }
    .esg .anw .alignment .txt:not(:last-child) {
        margin-bottom: calc(100vw * (10 / 750));
    }
    .esg .anw .impact-table {
        color: #565656;
        position: relative;
        width: 100%;
        min-width: 520px;
    }
    .esg .anw .impact-table .title {
        display: flex;
        align-items: center;
        height: calc(100vw * (60 / 750));
    }
    .esg .anw .impact-table .title span {
        display: block;
        text-align: center;
        background: #e7e9eb;
        height: 100%;
        line-height: calc(100vw * (60 / 750));
        font-size: calc(100vw * (20 / 750));
        font-weight: 700;
    }
    .esg .anw .impact-table .title span:first-child,
    .esg .anw .impact-table .tr .td:first-child {
        width: 40%;
    }
    .esg .anw .impact-table .title span:last-child,
    .esg .anw .impact-table .tr .td:last-child {
        width: 60%;
    }
    .esg .anw .impact-table .tr {
        display: flex;
        align-items: center;
        height: calc(100vw * (120 / 750));
        border-bottom: 1px solid #eaeaea;
    }

    .esg .anw .impact-table .tr .td {
        padding: 10px;
    }
    .esg .anw .impact-table .tr .td h4 {
        font-size: calc(100vw * (20 / 750));
        font-weight: 700;
    }
    .esg .anw .impact-table .tr .td p {
        font-size: calc(100vw * (20 / 750));
        font-weight: 400;
        margin-top: calc(100vw * (10 / 750));
    }
    .esg .anw .impact-table .tr .td span {
        font-size: calc(100vw * (20 / 750));
        font-weight: 400;
        padding-left: calc(100vw * (30 / 750));
        display: block;
        line-height: 1.4;
    }
    .esg .anw .impact-table .tr .td:first-child {
        text-align: center;
    }

    /* about */
    .about {
        margin-top: calc(100vw * (318 / 750));
    }
    .about .perspective {
        /* padding: calc(100vw * (160 / 750)) calc(100vw * (40 / 750)) 0; */
        padding: 0 calc(100vw * (40 / 750)) 0;
        margin-top: calc(100vw * (160 / 750));
        margin-bottom: calc(100vw * (220 / 750));
    }
    .about .mission {
        /* padding: calc(100vw * (160 / 750)) calc(100vw * (40 / 750)) 0; */
        padding: calc(100vw * (220 / 750)) calc(100vw * (40 / 750)) 0;
        /* margin-top: calc(100vw * (160 / 750)); */
        padding-bottom: calc(100vw * (220 / 750));
    }
    .about .philosophy {
        /* padding: calc(100vw * (160 / 750)) calc(100vw * (40 / 750)) 0; */
        padding: calc(100vw * (220 / 750)) calc(100vw * (40 / 750)) 0;
        /* margin-top: calc(100vw * (160 / 750)); */
        padding-bottom: calc(100vw * (220 / 750));
        margin-top: 0;
    }
    .about .unicon {
        /* padding: calc(100vw * (160 / 750)) calc(100vw * (40 / 750)) 0; */
        padding: calc(100vw * (220 / 750)) calc(100vw * (40 / 750)) 0;
        /* margin-top: calc(100vw * (160 / 750)); */
        padding-bottom: calc(100vw * (220 / 750));
        margin-top: 0;
    }
    .about .content .inner {
        padding: 0 calc(100vw * (40 / 750)) calc(100vw * (270 / 750));
    }
    .about .aside {
        position: fixed;
        top: calc(100vw * (112 / 750));
        left: 0;
        width: 100%;
        height: calc(100vw * (112 / 750));
        background: #fff;
        border-bottom: 1px solid #ededed;
        z-index: 10;
        display: flex;
        align-items: center;
        padding-left: calc(100vw * (40 / 750));
    }
    .about .aside .menu {
        font-size: calc(100vw * (28 / 750));
        font-weight: 400;
        display: block;
        line-height: 1.6;
    }
    .about .aside li:not(:last-child) {
        margin-bottom: 0;
        margin-right: calc(100vw * (48 / 750));
    }
    .about .tit {
        padding: calc(100vw * (20 / 750)) 0 0 calc(100vw * (20 / 750));
        position: relative;
        width: auto;
        margin-left: calc(100vw * (40 / 750));
    }
    .about .tit h2 {
        margin-top: calc(100vw * (18 / 750));
    }
    .about .ceo {
        /* padding-left: calc(100vw * (96 / 750)); */
    }
    .about .ceo .ceo-cont:last-child {
        margin-top: calc(100vw * (140 / 750));
        /* padding-left: calc(100vw * (140 / 750)); */
        padding-left: 0px;
    }
    .about .ceo-tit {
        padding: calc(100vw * (62 / 750)) calc(100vw * (40 / 750)) calc(100vw * (62 / 750)) calc(100vw * (168 / 750));
        background: #f3f5f7;
        margin-bottom: calc(100vw * (80 / 750));
        position: relative;
    }
    .about .ceo-tit h3 {
        font-size: calc(100vw * (28 / 750));
        font-weight: 700;
        line-height: 1.6;
        left: 50px;
    }
    .about .ceo-tit h3::after {
        left: calc(100vw * (-27 / 750));
        top: calc(100vw * (-14 / 750));
        width: calc(100vw * (21 / 750));
        height: calc(100vw * (21 / 750));
    }
    .about .ceo-img {
        position: absolute;
        bottom: 0;
        /* left: calc(100vw * (-100 / 750)); */
        left: calc(100vw * (0 / 750));
        transform: translateX(calc(100vw * (-20 / 750)));
        transition: transform 0.8s ease;
    }
    .about .ceo-img.park {
        width: calc(100vw * (223 / 750));
        height: calc(100vw * (255 / 750));
    }
    .about .ceo-img.hong {
        width: calc(100vw * (199 / 750));
        height: calc(100vw * (198 / 750));
    }
    .about .ceo-txt {
        padding-left: calc(100vw * (0 / 750));
    }
    .about .ceo-txt p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 400;
        line-height: 1.6;
        color: #565656;
    }
    .about .ceo-info {
        margin-top: calc(100vw * (40 / 750));
    }
    .about .ceo-info p {
        font-size: calc(100vw * (32 / 750));
        font-weight: 700;
    }
    .about .ceo-info span {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        margin-top: calc(100vw * (6 / 750));
    }
    .about .creator-wrap {
        padding-bottom: calc(100vw * (270 / 750));
    }
    .about .creator {
        margin-top: calc(100vw * (0 / 750));
        padding: 0 calc(100vw * (40 / 750));
    }
    .about .creator-cont {
        padding: calc(100vw * (216 / 750)) calc(100vw * (72 / 750)) calc(100vw * (187 / 750)) calc(100vw * (72 / 750));
        margin-bottom: calc(100vw * (300 / 750));
        margin-left: 0;
        position: relative;
        width: max-content;
        margin: 0 auto;
    }
    .about .creator-txt h3 {
        font-size: calc(100vw * (32 / 750));
        font-weight: 700;
        font-family: "Red Hat Display", sans-serif;
        margin-bottom: calc(100vw * (6 / 750));
        line-height: 1.6;
        color: #ee8100;
    }
    .about .creator-txt p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 500;
        line-height: 1.6;
    }
    .about .creator-txt div:last-child {
        margin-top: calc(100vw * (60 / 750));
    }
    .about .creator-cont .icon-top {
        position: absolute;
        content: "";
        left: 0;
        top: calc(100vw * (-60 / 750));
    }
    .about .creator-cont .icon-bottom {
        position: absolute;
        content: "";
        right: 0;
        bottom: calc(100vw * (-60 / 750));
    }
    .about .creator-cont .icon-top,
    .about .creator-cont .icon-bottom {
        transition: margin 0.5s ease-in-out;
        padding: 0;
        width: calc(100vw * (160 / 750));
        height: calc(100vw * (160 / 750));
    }
    .about .creator-cont.show-animation .icon-top,
    .about .creator-cont.show-animation .icon-bottom {
        margin: 0;
    }
    .about .creator-cont.show-animation .icon-top {
        margin-top: calc(100vw * (60 / 750));
    }
    .about .creator-cont.show-animation .icon-bottom {
        margin-bottom: calc(100vw * (60 / 750));
    }

    .globally {
        /* padding: calc(100vw * (270 / 750)) calc(100vw * (40 / 750)) calc(100vw * (270 / 750)); */
        padding: calc(100vw * (80 / 750)) calc(100vw * (40 / 750)) calc(100vw * (220 / 750));
        background: #f3f5f7;
    }
    .global-cont {
        padding-left: 0;
        /* padding-left: calc(100vw * (96 / 750)); */
    }
    .global-cont .map {
        margin-bottom: calc(100vw * (82 / 750));
        position: relative;
        width: calc(100vw * (700 / 750));
        /* width: calc(100vw * (882 / 750)); */
        height: calc(100vw * (465 / 750));
        /* margin-left: calc(100vw * (-280 / 750)); */
        /* margin-left: calc(100vw * (-150 / 750)); */
        margin-left: calc(100vw * (-10 / 750));
    }
    .global-cont .map img {
        display: none;
    }
    .global-cont .map .map-mo {
        display: block;
    }

    .global-cont h3 {
        font-size: calc(100vw * (36 / 750));
        font-weight: 700;
    }
    .global-cont .cont-tit {
        margin-bottom: calc(100vw * (80 / 750));
    }
    .global-cont .cont-tit p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 400;
        color: #566876;
        margin-top: calc(100vw * (24 / 750));
        line-height: 1.6;
    }
    .global-cont .global-txt {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: auto;
        padding-bottom: calc(100vw * (162 / 750));
        border-bottom: 1px solid #e0e0e0;
    }
    .global-cont .global-txt:last-child {
        margin-top: calc(100vw * (120 / 750));
        padding-bottom: 0;
        border-bottom: none;
    }
    .global-cont .global-txt h3 {
        width: auto;
        /* margin-bottom: calc(100vw * (80 / 750)); */
        margin-bottom: calc(100vw * (40 / 750));
    }
    .global-cont .global-txt .txt-box {
        width: auto;
    }
    .global-cont .global-txt .txt-box:last-child {
        /* margin-top: calc(100vw * (60 / 750)); */
        margin-top: calc(100vw * (40 / 750));
    }
    .global-cont .global-txt .txt-box h4 {
        font-size: calc(100vw * (28 / 750));
        font-weight: 700;
        margin-bottom: calc(100vw * (20 / 750));
        line-height: 1.5;
    }
    .global-cont .global-txt .txt-box p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 400;
        line-height: 1.6;
        color: #566876;
    }
    .global-cont .download {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #051829;
        color: #fff;
        width: calc(100vw * (378 / 750));
        height: calc(100vw * (96 / 750));
        margin-top: calc(100vw * (40 / 750));
        font-size: calc(100vw * (28 / 750));
        font-weight: 500;
    }
    .global-cont .download .arrow {
        margin-left: calc(100vw * (8 / 750));
    }

    .global-cont .map .dot {
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        display: flex;
        align-items: center;
        position: absolute;
    }
    .dot .icon {
        width: calc(100vw * (32 / 750));
        height: calc(100vw * (32 / 750));
        font-size: 0;
    }
    .global-cont .map .dot.korea {
        top: calc(100vw * (150 / 750));
        right: calc(100vw * (60 / 750));
    }
    .global-cont .map .dot.shanghai {
        top: calc(100vw * (177 / 750));
        right: calc(100vw * (63 / 750));
    }
    .global-cont .map .dot.shenzhen {
        top: calc(100vw * (214 / 750));
        right: calc(100vw * (76 / 750));
    }
    .global-cont .map .dot.singapore {
        top: calc(100vw * (264 / 750));
        right: calc(100vw * (168 / 750));
    }
    .global-cont .map .dot.boston {
        top: calc(100vw * (190 / 750));
        right: calc(100vw * (553 / 750));
        left: auto;
    }
    .global-cont .map .dot.sv {
        top: calc(100vw * (190 / 750));
        right: calc(100vw * (553 / 750));
        left: auto;
    }
    .global-cont .map .dot p {
        /* font-size: calc(100vw * (20 / 750));
        font-weight: 700;
        color: #ee8100;
        margin-left: calc(100vw * (10 / 750)); */
        display: none;
    }
    .global-cont .map .dot.singapore p {
        margin-left: 0;
        margin-right: calc(100vw * (10 / 750));
    }

    .go-btn {
        display: block;
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        color: #565656;
        margin-top: calc(100vw * (94 / 750));
        position: relative;
        width: max-content;
    }
    .go-btn::after {
        position: absolute;
        content: "";
        right: calc(100vw * (-36 / 750));
        top: 50%;
        transform: translateY(-50%);
        background: url("../images/href-off.png") no-repeat center center / cover;
        width: calc(100vw * (27 / 750));
        height: calc(100vw * (27 / 750));
        font-size: 0;
    }
    .go-btn:hover {
        color: #ee8100;
    }
    .go-btn:hover::after {
        background: url("../images/href.png") no-repeat center center;
    }

    .network {
        /* padding: calc(100vw * (312 / 750)) 0 calc(100vw * (270 / 750)) calc(100vw * (40 / 750)); */

        padding: calc(100vw * (220 / 750)) calc(100vw * (40 / 750)) calc(100vw * (220 / 750));
    }
    .network .network-cont {
        margin-left: 0;
    }
    .network .network-cont li {
        width: auto;
    }
    .network .go-btn {
        margin-top: auto;
    }
    .network .network-cont li:not(:last-child) {
        padding-bottom: calc(100vw * (100 / 750));
        border-bottom: 1px solid #e0e0e0;
    }
    .network .network-cont li:not(:first-child) {
        padding-top: calc(100vw * (100 / 750));
    }
    .network .network-cont .map {
        margin-left: auto;
        position: relative;
        width: calc(100vw * (351 / 750));
        height: calc(100vw * (351 / 750));
    }
    .network .network-cont li .txt-box .text-box {
        flex-direction: column;
        height: 100%;
    }
    .network .network-cont li .txt-box {
        display: flex;
        align-items: flex-start;
        height: calc(100vw * (351 / 750));
    }
    .network .network-cont li .txt-box > div {
        height: 100%;
        position: relative;
    }
    .network .network-cont li .txt-box > div a {
        position: absolute;
        bottom: 0;
    }
    .network .network-cont li .txt-box h4 {
        font-size: calc(100vw * (32 / 750));
        font-weight: 700;
        width: auto;
        line-height: 1.2;
        margin-bottom: calc(100vw * (32 / 750));
    }
    .network .network-cont li .txt-box p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        line-height: 1.6;
        color: #566876;
    }
    .network .network-cont li .txt-box .map .dot {
        display: flex;
        align-items: center;
        position: absolute;
    }
    .network .network-cont li .txt-box .map .dot p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 700;
        color: #ee8100;
        margin-left: calc(100vw * (10 / 750));
    }
    .network .map .dot.korea {
        top: calc(100vw * (137 / 750));
        left: calc(100vw * (157 / 750));
    }
    .network .map .dot.boston {
        top: calc(100vw * (215 / 750));
        left: calc(100vw * (153 / 750));
    }
    .network .map .dot.shanghai {
        top: calc(100vw * (129 / 750));
        left: calc(100vw * (163 / 750));
    }
    .network .map .dot.shenzhen {
        top: calc(100vw * (153 / 750));
        left: calc(100vw * (153 / 750));
    }
    .network .map .dot.singapore {
        top: calc(100vw * (149 / 750));
        left: calc(100vw * (62 / 750));
    }

    /* people detail */
    .people-detail {
        position: relative;
        padding-top: calc(100vw * (112 / 750));
    }
    .detail-visual {
        height: calc(100vw * (404 / 750));
        margin-top: 0;
    }
    .detail-visual img {
        height: 100%;
        object-fit: cover;
    }
    .people-detail .history-back {
        position: absolute;
        left: calc(100vw * (40 / 750));
        top: calc(100vw * (40 / 750));
    }
    .detail-cont .inner {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .detail-cont .content {
        margin-top: calc(100vw * (80 / 750));
        padding: 0 calc(100vw * (40 / 750));
    }
    .detail-cont .content .txt:not(:last-child) {
        margin-bottom: calc(100vw * (80 / 750));
    }
    .detail-cont .content .txt.portfolio ul li {
        width: 100%;
    }
    .detail-cont .detail-tit {
        padding-left: calc(100vw * (120 / 750));
        padding-top: calc(100vw * (20 / 750));
    }
    .detail-cont .detail-tit h3 {
        font-size: calc(100vw * (48 / 750));
        font-weight: 700;
        position: relative;
    }
    .detail-cont .detail-tit h3::after {
        position: absolute;
        content: "";
        left: calc(100vw * (-80 / 750));
        top: calc(100vw * (-80 / 750));
        width: calc(100vw * (150 / 750));
        height: calc(100vw * (150 / 750));
        background: url("../images/human-icon.png") no-repeat center center / cover;
    }
    .detail-cont .detail-tit p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 700;
        margin: calc(100vw * (30 / 750)) 0 calc(100vw * (10 / 750));
    }
    .detail-cont .detail-tit span {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        color: #565656;
        line-height: 1.6;
        width: max-content;
        display: block;
    }
    .detail-cont .content h3 {
        font-size: calc(100vw * (28 / 750));
        font-weight: 700;
        margin-bottom: calc(100vw * (27 / 750));
    }
    .detail-cont .content .portfolio h3 { margin-bottom: calc(100vw * (12 / 750)); }
    .detail-cont .content p {
        font-size: calc(100vw * (28 / 750));
        font-weight: 400;
        color: #565656;
        /* line-height: 1.6; */
        margin-top: calc(100vw * (15 / 750));
    }
    .detail-cont .content span {
        font-size: calc(100vw * (28 / 750));
        font-weight: 400;
        color: #565656;
        line-height: 1.6;
        margin-top: calc(100vw * (80 / 750));
        display: block;
    }
    .detail-cont .content .txt.portfolio ul li:first-child {
        margin-top: calc(100vw * (15 / 750));
    }
    .detail-cont .content .go-btn {
        margin: 0 0 calc(100vw * (15 / 750)) 0;
        line-height: 1;
        font-size: calc(100vw * (28 / 750));
    }

    /* stewardship */
    .stewardship {
        padding: calc(100vw * (162 / 750)) calc(100vw * (40 / 750)) calc(100vw * (120 / 750));
    }
    .stewardship-cont {
        margin-bottom: calc(100vw * (100 / 750));
    }
    .stewardship-cont .top-cont {
        padding: calc(100vw * (35 / 750)) calc(100vw * (65 / 750));
        background: #f3f5f7;
    }
    .stewardship-cont .top-cont h3 {
        font-size: calc(100vw * (24 / 750));
        font-weight: 700;
        margin-bottom: calc(100vw * (20 / 750));
    }
    .stewardship-cont .top-cont p {
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        line-height: 1.5;
        color: #191919;
    }
    .stewardship-cont .bot-cont {
        padding: calc(100vw * (35 / 750)) calc(100vw * (95 / 750));
    }
    .stewardship-cont .bot-cont li {
        list-style: disc;
        font-size: calc(100vw * (24 / 750));
        font-weight: 400;
        color: #565656;
        line-height: 1.6;
    }
    .stewardship-cont .bot-cont li:not(:last-child) {
        margin-bottom: calc(100vw * (15 / 750));
    }
    .stewardship-cont:not(:last-child) {
        margin-bottom: calc(100vw * (60 / 750));
    }
    .container.stewardship .inner {
        padding-bottom: calc(100vw * (220 / 750));
    }

    .info {
        padding-top: calc(100vw * (100 / 750));
        border-top: 1px solid #ededed;
        display: flex;
        align-items: flex-start;
    }
    .info .border {
        display: block;
        width: 1px;
        height: calc(100vw * (80 / 750));
        background: #ededed;
        margin-right: calc(100vw * (31 / 750));
    }
    .info .information {
        width: 50%;
        padding-left: calc(100vw * (0 / 750));
        display: flex;
        align-items: flex-start;
    }
    .info .information span {
        font-size: calc(100vw * (24 / 750));
        font-weight: 700;
        color: #191919;
        margin-right: calc(100vw * (15 / 750));
    }
    .info .information p {
        font-size: calc(100vw * (22 / 750));
        font-weight: 400;
        margin-left: 0;
        color: #191919;
        line-height: 1.2;
    }
    .info .information p:not(:last-child) {
        margin-bottom: calc(100vw * (10 / 750));
    }
}

/* 다국어 */
:lang(zh-hans) { font-family: "Noto Sans", sans-serif; }
:lang(zh-hans) .about .creator-cont { width: 100%; }

:lang(en) .global-cont .global-txt .txt-box.lastbox h4 { line-height: 1.5; } 
@media (max-width: 750px) {
    :lang(en) .about .ceo-tit h3 { width: auto; }
    :lang(en) .about .ceo-tit h3 { padding-right: calc(100vw * (80 / 750)); }
}