header .logo a {
    background: url('../images/sub/logo_sub.png') no-repeat;
    background-size: contain;
    transition: filter .3s ease;
}

.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

nav > ul > li > span:after,
nav > ul > li > a:after {
    background: #c8b2ff;
}

header.scrolled nav > ul > li > span:after,
header.scrolled nav > ul > li > a:after {
    background: #8b5dff;
}

nav > ul > li > span,
nav > ul > li > a,
nav > ul > li.active > span,
nav > ul > li.active > a,
nav > ul > li:hover > span,
nav > ul > li:hover > a {
    color: #000;
}

header.scrolled nav > ul > li > span,
header.scrolled nav > ul > li > a,
body.open nav > ul > li > span,
body.open nav > ul > li > a {
    color: rgba(255, 255, 255, .5);
}

header.scrolled nav > ul > li > a:hover,
header.scrolled nav > ul > li.active > span,
header.scrolled nav > ul > li.active > a,
header.scrolled nav > ul > li:hover > span,
header.scrolled nav > ul > li:hover > a .nav-icon span,
body.open nav > ul > li.active > span,
body.open nav > ul > li.active > a,
body.open nav > ul > li:hover > span,
body.open nav > ul > li:hover > a .nav-icon span {
    color: #fff;
}

body.open .nav-icon span {
    background: #fff;
}

body.open .logo a,
header.scrolled .logo a {
    filter: grayscale(1) brightness(2.7);
}

.nav-icon span {
    background: #000;
    transition: background .3s ease;
}

header.scrolled .nav-icon span {
    background: #fff;
    transition: background .3s ease;
}

.sub_visual_wrap {
    height: 400px;
    overflow: hidden;
}

.sub_visual {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    transform: scale(1);
    animation: _scale 15s linear;
}

@keyframes _scale {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1) rotate(0.01deg);
    }
}

.top_bg_wrap {
    width: 100%;
    padding: 140px 50px 0;
    box-sizing: border-box;
}

.top_bg_wrap > .inner {
    font-size: 0;
    padding: 0;
}

.top_bg {
    position: relative;
    margin: 50px 0 35px;
}

.top_bg > span {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.top_bg .fl {
    text-align: left;
    margin-top: 35px;
}

.top_bg .fl h1 {
    font-size: 94px;
    color: #222;
    font-family: 'Play';
}

.top_bg .fl h1 i {
    font-style: normal;
    color: #8b5dff;
    font-family: 'Play';
}

.top_bg .fl h2 {
    font-size: 25px;
    color: #222;
    font-weight: 600;
    word-break: keep-all;
    line-height: 1.4;
    margin: 10px 0 30px;
}

.top_bg .fl p {
    font-size: 28px;
    font-weight: 300;
    color: #222;
    line-height: 1.4;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.top_bg .fr {
    text-align: right;
}

.top_bg .fr .visual_canvas {
    top: -160px;
    position: absolute;
}

.top_bg .fr img {
    margin-right: 85px;
}

section.business {
    padding-top: 125px;
    padding-bottom: 100px;
}

section.business .item {
    max-width: 1920px;
    margin: 0 auto;
    display: grid;
    vertical-align: top;
    font-size: 0;
    padding: 20px 0px;
}

section.business .item .img.type1 {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-right: 5vmin;
    text-align: right;
}

section.business .item .img.type1 div {
    display: inline-block;
    width: 27vw;
    height: 40vw;
    max-width: 507px;
    max-height: 745px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/sub/business_img1.png');
    background-size: cover;
}

section.business .item .img.type1 span {
    display: inline-block;
    position: absolute;
    top: -65px;
    right: 0;
    max-width: 258px;
    max-height: 407px;
    width: 12vw;
    height: 19vw;
    background: url('../images/sub/business_img2.png');
    background-size: cover;
}

section.business .item .textbox span {
    top: 50%;
    display: block;
    transform: translateY(-50%);
    position: relative;
}

section.business .item .textbox.left {
    padding-left: 70px;
    box-sizing: border-box;
    text-align: left;
}

section.business .item .textbox h6 {
    display: inline-block;
    color: #a07aff;
    border: 4px solid #a07aff;
    font-size: 24px;
    line-height: 24px;
    padding: 7px 30px;
}

section.business .item .textbox h3 {
    padding-top: 30px;
    font-size: 46px;
    line-height: 54px;
    letter-spacing: -0.02em;
}

section.business .item .textbox p {
    padding-top: 40px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 200;
    letter-spacing: -0.05em;
}

section.business .item .i1 {
    grid-area: 1 / 1 / 2 / 2;
}

section.business .item .i2 {
    grid-area: 1 / 2 / 2 / 3;
}

section.connect {
    background: #2b2c30;
    padding: 100px 0 200px;
}

section.connect .tit {
    margin-bottom: 115px;
    font-size: 0;
}

section.connect .tit > p {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

section.connect .tit > p:nth-child(1) {
    padding-left: 90px;
    box-sizing: border-box;
}

section.connect .tit > p:nth-child(2) {
    position: relative;
    top: 39px;
    font-size: 20px;
    color: rgba(255, 255, 255, .5);
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

section.connect .tit i {
    display: block;
    font-style: normal;
    font-size: 18px;
    color: #8b5dff;
    margin-bottom: 20px;
}

section.connect .tit span {
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.05em;
}

section.connect .tit span:nth-child(3) {
    display: inline-block;
    margin-left: 90px;
    box-sizing: border-box;
}

section.connect .slider {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.connect .slide_wrap {
    position: relative;
    padding-left: 145px;
    box-sizing: border-box;
}

section.connect .slider_for > div {
    width: 775px;
    height: 455px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.connect .pagingInfo {
    position: absolute;
    top: -60px;
    left: 88px;
    font-size: 128px;
    color: #8b5dff;
    font-family: 'Lovelace';
}

section.connect .pagingInfo span {
    font-family: 'Lovelace';
}

section.connect .slider_nav {
    width: 470px;
    position: absolute;
    right: 70px;
    bottom: 0;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

section.connect .slider_nav i {
    display: block;
    font-style: normal;
    font-size: 15px;
    font-weight: 300;
    color: #8b5dff;
}

section.connect .slider_nav h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 30px 0;
    line-height: 1.3;
    word-break: keep-all;
}

section.connect .slider_nav p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

section.connect .slick-arrow {
    font-size: 0;
    position: absolute;
    bottom: -85px;
    right: 70px;
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    cursor: pointer;
    filter: brightness(4) brightness(0.45);
    transition: filter .3s ease;
}

section.connect .slick-arrow.slick-prev {
    background-image: url('../images/sub/left_active_arrow.png');
    right: 140px;
}

section.connect .slick-arrow.slick-next {
    background-image: url('../images/sub/right_active_arrow.png');
    margin-left: 0px;
}

section.connect .slick-arrow:hover {
    width: 55px;
    height: 55px;
}

section.connect .slick-arrow:hover {
    filter: brightness(1);
}

section.connect .border_line {
    position: relative;
    top: 80px;
    vertical-align: middle;
    width: 260px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 0;
}

section.connect .border_line > span {
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: width 1s ease;
}

section.connect .border_line > span.active {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 1px;
    background-color: #6a2fff;
}

section.connect .slick-list {
    padding: 0 !important;
}

section.connect .slider_for .slick-track {
    height: 100%;
}

section.ceo {
    background: #272727;
    font-size: 0;
    margin-top: 130px;
    padding: 80px 0;
    box-sizing: border-box;
    overflow: hidden;
}

section.ceo > .inner {
    max-width: inherit;
    margin-left: calc((100% - 1280px) / 2);
    font-size: 0;
}

section.ceo > .inner > div {
    display: inline-block;
    vertical-align: top;
}

section.ceo .slider_wrap {
    width: 80%;
}

section.ceo .slider_txt {
    width: 20%;
}

section.ceo .slider_txt p {
    width: 150px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #8152f7;
    box-sizing: border-box;
}

section.ceo .slider_txt span {
    font-size: 18px;
    color: #8152f7;
    font-weight: 300;
}

section.ceo .slider_txt h1 {
    margin: 60px 0 15px;
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.03em;
}

section.ceo .slider_txt h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 50px;
}

section.ceo .slider_txt i {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
}

section.ceo .slider {
    width: 20.32vw;
    height: 30.7vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1) brightness(0.75);
    transform: scale(0.8);
    transition: transform .5s ease, filter .5s ease;
}

section.ceo .slider.jump {
    transition: transform 0s ease, filter 0s ease;
}

section.ceo .slider.slick-current {
    transform: scale(1);
    filter: none;
    background-size: cover;
    margin-left: 0;
}

section.ceo .slick-arrow {
    position: absolute;
    bottom: 0;
    left: -90px;
    width: 85px;
    height: 85px;
    font-size: 0;
    background: #939393;
    cursor: pointer;
}

section.ceo .slick-next {
    left: 0;
    background: rgb(129, 82, 247, .7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

section.ceo .slick-arrow:after {
    display: block;
    clear: both;
    content: "";
    width: 17px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.ceo .slick-arrow.slick-prev:after {
    background-image: url('../images/sub/left_arrow2.png');
}

section.ceo .slick-arrow.slick-next:after {
    background-image: url('../images/sub/right_active_arrow2.png');
}

section.history {
    width: 100%;
    background: url('../images/sub/history_img.png') no-repeat;
    background-size: cover;
    padding: 90px 0 150px;
}

section.history .title {
    line-height: 1.3;
    letter-spacing: -0.05em;
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 50px;
    box-sizing: border-box;
}

section.history .histoty_wrap {
    position: relative;
}

section.history .history_tab {
    position: absolute;
    top: 5rem;
    left: 0;
}

section.history .history_tab > a {
    display: block;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

section.history .history_tab > a span {
    font-size: 15px;
    color: rgba(255, 255, 255, .5);
    transition: color .3s ease;
}

section.history .history_tab > a.on span {
    color: #fff;
}

section.history .history_img_wrap {
    width: 430px;
    height: 270px;
    position: absolute;
    top: 16.5rem;
    left: 0;
}

section.history .history_img_wrap .history_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s ease;
    opacity: 0;
}

section.history .history_img_wrap .history_img.on {
    opacity: 1;
}

section.history .history_img_wrap span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.history .history_content {
    position: relative;
    padding-left: 34.5rem;
}

section.history .fixed_load {
    position: absolute;
    top: 4.8rem;
    left: 20.5rem;
    font-size: 11rem;
    color: #fff;
    font-weight: 500;
}

section.history .scroll_wrap {
    height: 40rem;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

section.history .scroll_wrap::-webkit-scrollbar {
    display: none;
}

section.history .history_divide {
    display: table;
    width: 100%;
    position: relative;
    padding: 2rem 0 2rem 17.5rem;
    border-top: 1px solid rgba(255, 255, 255, .3);
    box-sizing: border-box;
}

section.history .history_divide.first {
    border-top: 0;
}

section.history .history_divide strong {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    font-size: 11rem;
    font-weight: 500;
    color: #fff;
    color: rgba(255, 255, 255, .5);
    transition: color .3s ease;
}

section.history .history_divide.on strong {
    color: #fff;
}

section.history .history_divide strong span {
    display: none;
}

section.history .divide_cont {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

section.history .divide_cont h5 {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    background: #000;
    margin-bottom: 15px;
    padding: 15px 30px;
    box-sizing: border-box;
}

section.history .divide_cont .his_t {
    position: relative;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    color: #fff;
    padding-left: 17px;
}

section.history .divide_cont .his_t:after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
}

section.news_list .noticeTable.detail {
    padding: 30px 20px;
    font-size: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}

section.news_list .noticeTable.detail .cell.tag {
    width: 200px;
}

section.news_list .noticeTable.detail > span {
    display: inline-block;
    width: calc(100% - 200px);
}

section.news_list .noticeTable.detail > span .cell {
    width: 100%;
}

section.news_list .noticeTable.detail .cell.tag {
    vertical-align: top;
    padding-top: 7px;
    display: inline-block;
}

section.news_list .noticeTable .cell.tag span {
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    padding: 0px 12px;
    letter-spacing: 0.05em;
    background: #783297;
}

section.news_list .noticeTable.detail > span .title {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 30px;
    font-family: "NotoSansKR";
    font-weight: 500;
    letter-spacing: -0.05em;
    word-break: keep-all;
    text-align: left;
    color: #222;
}

section.news_list .noticeTable.detail > span .memo,
section.news_list .noticeTable.detail > span .memo p {
    font-size: 14px;
    line-height: 2;
    word-break: keep-all;
    font-weight: 300;
    color: #666;
}

section.news_list .noticeTable.detail > span .memo img {
    max-width: 100%;
    margin-bottom: 30px;
}

section.news_list .noticeTable.detail > span .memo a {
    line-height: 28px;
    margin-top: 50px;
    font-size: 14px;
    color: #333;
    padding: 0px;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-bottom: 0px;
    margin-bottom: 40px;
}

section.news_list .noticeTable.detail > span .memo a:hover {
    border-color: #783297;
    color: #783297;
}

section.news_list .noticeTable.detail > span .memo i {
    padding-top: 10px;
    padding-bottom: 40px;
    display: block;
    word-break: keep-all;
    font-size: 13px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
    font-weight: 300;
    font-family: "Montserrat", "NotoSansKR";
    color: rgba(0, 0, 0, 0.5);
}

section.news_list .noticeTable.detail > span .memo img {
    max-width: 100%;
    margin: 0px 0;
    padding-bottom: 0px;
}

section.news_list .right {
    text-align: right;
}

section.news_list a.btn {
    line-height: 44px;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 60px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #8b5dff;
    color: #fff;
}

section.news_list .btn_align_wrapper {
    display: block;
    padding-top: 30px;
    padding-bottom: 40px;
}

section.partner {
    margin-top: 140px;
    position: relative;
    background: #222;
    padding: 100px 0px;
}

section.partner h6 {
    padding-top: 100px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6045b0;
}

section.partner h6:first-child {
    padding-top: 0;
}

section.partner h4 {
    font-size: 42px;
    padding-top: 25px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #fff;
}

section.partner ul {
    font-size: 0;
    margin-top: 50px;
}

section.partner ul li {
    padding: 1vw 0;
    display: inline-block;
    width: 15%;
    position: relative;
    border: 1px solid #3c3c3c;
    margin-left: -1px;
    margin-top: -1px;
    box-sizing: border-box;
}

section.partner ul li img {
    opacity: 0.5;
    width: 80%;
    margin-left: 10%;
    position: relative;
}

section.vrix .inner {
    margin: 140px auto 150px;
}

.com_wrap {
    display: table;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
}

.com_wrap > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    margin: 0;
    padding: 0 90px 80px 0;
    box-sizing: border-box;
}

.com_wrap h2 {
    display: inline-block;
    font-size: 24px;
    color: #a07aff;
    padding-bottom: 5px;
    border-bottom: 3px solid #a07aff;
    box-sizing: border-box;
}

.com_wrap h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0 30px;
    letter-spacing: -0.03em;
}

.com_wrap p {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    line-height: 1.4;
}

.com_wrap .box {
    margin: 40px 0 20px;
}

.com_wrap .box ul {
    display: inline-block;
    font-size: 0;
    background: #2f6eb4;
    padding: 11px 20px;
    box-sizing: border-box;
}

.com_wrap .box li {
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: top;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.03em;
}

.com_wrap .box li span {
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}

.com_wrap .box li span:after {
    display: block;
    clear: both;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.com_wrap .box_v2 li {
    width: 100%;
}

.com_wrap .box_v2 ul {
    padding: 5px 25px;
}

.com_wrap .logo {
    margin-bottom: 50px;
}

.com_wrap .logo ul {
    font-size: 0;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.com_wrap .logo ul li {
    display: inline-block;
    width: 33.33%;
    height: 60px;
    position: relative;
    vertical-align: top;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.com_wrap .logo ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.com_wrap .thumb {
    background: linear-gradient(225deg, #2dcde2 20%, #8e5ede 80%);
    display: inline-block;
    width: 100%;
    height: 550px;
    position: relative;
    margin-bottom: 50px;
}

.com_wrap_v2 .thumb {
    height: 470px;
}

.com_wrap .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.com_wrap .thumb:after {
    position: absolute;
    top: 75px;
    left: -110px;
    clear: both;
    display: block;
    position: absolute;
    font-size: 13px;
    color: #979797;
    text-transform: uppercase;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.com_wrap .thumb_v2:after {
    right: -150px;
    left: auto;
    top: 115px;
}

.com_wrap .supply .thumb:after {
    content: "Supply Side Platform";
}

.com_wrap .content {
    padding: 215px 0 80px 90px;
}

.com_wrap .content .thumb:after {
    content: "Contents Management Service";
}

.com_wrap .ad .thumb:after {
    content: "Ad Management Service";
    right: -125px;
    top: 85px;
}

section.kt,
section.pita,
section.vrix {
    overflow: hidden;
}

section.kt .com_wrap .supply .thumb:after {
    content: "One-stop service";
    top: 60px;
    left: -90px;
}

section.kt .com_wrap .content .thumb {
    height: auto;
    background: none;
}

section.kt .com_wrap .content .thumb img {
    width: 100%;
    position: static;
    left: auto;
    top: auto;
    transform: none;
}

section.kt .com_wrap .content .thumb:after {
    content: "Easy Media Design";
    right: -5px;
    top: 65px;
}

section.kt .com_wrap p {
    margin-bottom: 60px;
}

.com_wrap_v2 > div {
    width: 100%;
    padding: 0;
    font-size: 0;
}

.com_wrap_v2 > div > .title,
.com_wrap_v2 > div > .thumb {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.com_wrap_v2 > div > .title {
    padding-right: 90px;
    box-sizing: border-box;
}

.com_wrap_v2 > div > .thumb {
    padding-left: 90px;
    box-sizing: border-box;
}

.product_box {
    font-size: 0;
    margin-top: 150px;
}

.product_box h1 {
    font-size: 70px;
    font-weight: 400;
    padding-left: 125px;
    margin-bottom: 80px;
}

.product_box .thumb {
    display: inline-block;
    width: 23%;
    vertical-align: bottom;
}

.product_box .list {
    display: inline-block;
    width: 77%;
    vertical-align: bottom;
}

.product_box .list li {
    font-size: 0;
    margin-bottom: 50px;
}

.product_box .list li:last-child {
    margin-bottom: 0;
}

.product_box .list li div {
    display: inline-block;
    position: relative;
    width: 25%;
    vertical-align: top;
}

.product_box .list li div i {
    font-style: normal;
    position: absolute;
    top: -9px;
    left: -33px;
    font-size: 15px;
    color: #8b5dff;
    margin-right: 20px;
}

.product_box .list li div h3 {
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.product_box .list li p {
    display: inline-block;
    width: 75%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    word-break: keep-all;
    vertical-align: top;
}

section.pita .com_wrap {
    margin: 140px auto 0;
}

section.pita .com_wrap .content {
    padding: 90px 0 80px 80px;
}

section.pita .com_wrap .content .thumb {
    height: auto;
    background: none;
}

section.pita .com_wrap .content .thumb img {
    width: 100%;
    position: static;
    left: auto;
    top: auto;
    transform: inherit;
}

section.pita .com_wrap .content .thumb:after {
    display: none;
}

section.pita .img {
    text-align: right;
}

section.pita .img .thumb {
    height: 640px;
}

section.kt .product_box h1 {
    padding-left: 160px;
}

section.kt .product_box .list li p {
    width: 70%;
}

section.kt .product_box .list li div {
    width: 30%;
}

@media screen and (max-width: 1920px) {
    section.ceo .slider_txt h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1680px) {
    section.business .item .textbox h6 {
        border: 3px solid #a07aff;
        font-size: 22px;
        line-height: 22px;
        padding: 5px 25px;
    }

    section.business .item .textbox h3 {
        padding-top: 30px;
        font-size: 40px;
        line-height: 46px;
    }

    section.business .item .textbox p {
        padding-top: 30px;
        font-size: 20px;
        line-height: 30px;
    }

    section.ceo > .inner {
        margin-left: 0;
        padding-left: 100px;
        box-sizing: border-box;
    }

    section.ceo .slider_txt {
        width: 25%;
    }

    section.ceo .slider_wrap {
        width: 75%;
    }

    section.ceo .slider_txt h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 1480px) {
    .com_wrap .thumb:after {
        top: 100px;
        left: -57px;
        color: #fff;
    }

    .com_wrap .thumb_v2:after {
        left: auto;
        right: -93px;
        top: 135px;
    }

    .com_wrap .ad .thumb:after {
        right: -68px;
        top: 110px;
    }

    section.pita .com_wrap > div {
        padding: 0 4% 80px 0;
    }

    section.pita .com_wrap .content {
        padding: 90px 0 80px 4%;
    }

    section.kt .com_wrap .supply .thumb:after {
        top: 90px;
        left: -40px;
    }

    section.kt .com_wrap .content .thumb:after {
        right: -45px;
        top: 90px;
    }
}

@media screen and (max-width: 1280px) {
    .inner {
        max-width: inherit;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .top_bg .fr img {
        margin-right: 0;
    }

    section.business .item .textbox h6 {
        border: 3px solid #a07aff;
        font-size: 22px;
        line-height: 22px;
        padding: 5px 25px;
    }

    section.business .item .textbox h3 {
        padding-top: 30px;
        font-size: 36px;
        line-height: 40px;
    }

    section.business .item .textbox p {
        padding-top: 30px;
        font-size: 20px;
        line-height: 30px;
    }

    section.connect .tit > p:nth-child(1),
    section.connect .slide_wrap {
        padding-left: 0;
    }

    section.connect .tit > p:nth-child(1) {
        width: 60%;
    }

    section.connect .tit > p:nth-child(2) {
        width: 40%;
    }

    section.connect .tit > p:nth-child(2) br {
        display: none;
    }

    section.connect .pagingInfo {
        left: 0;
        top: -80px;
    }

    section.ceo .slider_txt h2 {
        font-size: 20px;
    }

    section.ceo .slider_txt i {
        font-size: 15px;
    }

    section.history .inner {
        max-width: 1024px;
    }

    section.history .title {
        font-size: 40px;
    }

    section.history .fixed_load {
        font-size: 7rem;
    }

    section.history .history_divide {
        padding: 2rem 0 2rem 12rem;
    }

    section.history .history_divide strong {
        font-size: 7rem;
        top: 60px;
    }

    section.history .history_content {
        padding-left: 29.5rem;
    }

    section.history .divide_cont .his_t {
        font-size: 14px;
    }

    section.history .divide_cont h5 {
        font-size: 15px;
        padding: 10px 20px;
        line-height: 1.4;
        word-break: keep-all;
    }

    section.ceo .slider_txt h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1024px) {
    section.business .item {
        display: block;
    }

    section.business .item .img.type1 div {
        display: inline-block;
        max-width: 100%;
        max-height: 400px;
        background-position: center 80%;
        width: 100%;
        height: 80vw;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
    }

    section.business .item .img.type1 span {
        max-width: 258px;
        max-height: 407px;
        width: 26vw;
        height: 45vw;
    }

    section.business .item .textbox span {
        top: 0;
        padding: 30px 0px 100px 0px;
        transform: translateY(0%);
    }

    section.business .item .img.type1 div {
        display: inline-block;
    }

    section.business .item .img.type1 {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding: 0px;
    }

    section.business .item .textbox.left {
        text-align: center;
        padding-left: 0;
    }

    section.connect .slider_for > div {
        width: 100%;
    }

    section.connect .slick-arrow {
        bottom: auto;
        top: -80px;
        right: 0;
    }

    section.connect .slick-arrow.slick-prev {
        right: 70px;
    }

    section.connect .slider_nav {
        width: 100%;
        position: static;
        text-align: center;
        margin: 0;
    }

    section.ceo {
        padding: 80px 0 150px;
    }

    section.ceo > .inner {
        padding: 0 40px;
        box-sizing: border-box;
    }

    section.ceo .slider {
        width: 32.32vw;
        height: 48.7vw;
    }

    section.ceo .slider_txt,
    section.ceo .slider_wrap {
        width: 100%;
    }

    section.ceo .slider_txt {
        text-align: center;
        margin-bottom: 70px;
    }

    section.ceo .slider_txt p {
        margin: 0 auto;
    }

    section.ceo .slider_txt h1 {
        margin: 30px 0 15px;
    }

    section.ceo .slider_txt h2 {
        margin-bottom: 30px;
    }

    section.ceo .slick-arrow {
        width: 70px;
        height: 70px;
        bottom: -100px;
        left: 70px;
        right: 0;
        background: rgb(129, 82, 247, .7);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        margin: 0 auto;
    }

    section.ceo .slick-arrow.slick-prev {
        right: 150px;
    }

    section.ceo .slick-arrow.slick-prev:after {
        background-image: url('../images/sub/left_active_arrow2.png');
    }

    section.partner h6 {
        padding-top: 70px;
        font-size: 14px;
    }

    section.partner h4 {
        font-size: 32px;
        padding-top: 20px;
    }

    section.partner ul {
        margin-top: 30px;
    }

    section.partner ul li {
        width: 20%;
        padding: 1.5vw 0;
    }

    .com_wrap > div {
        padding: 0 4% 80px 0;
    }

    .com_wrap .content {
        padding: 0 0 80px 4%;
    }

    .com_wrap h1 {
        font-size: 40px;
    }

    .com_wrap .box li {
        width: 100%;
    }

    .product_box {
        width: 95%;
        margin: 50px auto 0;
    }

    .product_box h1 {
        font-size: 60px;
        margin-bottom: 50px;
        padding: 0;
        text-align: center;
    }

    section.kt .product_box h1 {
        padding-left: 0;
    }

    .product_box .thumb {
        display: none;
    }

    .product_box .list {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .top_bg {
        overflow: hidden;
        margin: 0px 0 35px;
    }

    .top_bg .fl {
        width: 100%;
        text-align: center;
        margin-top: 400px;
    }

    .top_bg .fr {
        width: 500px;
        height: 500px;
        float: none;
        position: absolute;
        right: calc(50% - 250px);
    }

    .top_bg .fr .visual_canvas {
        position: absolute;
        /* top: -270px;
        right: -150px; */
        top: -70px;
        transform: scale(0.85);
    }

    .top_bg .fr img {
        width: 100%;
    }

    .sub_visual {
        background-attachment: inherit;
    }

    section.connect .tit span {
        display: inline-block;
    }

    section.connect .tit > p:nth-child(1) {
        width: 100%;
    }

    section.connect .tit > p:nth-child(2) {
        width: 100%;
        top: 0;
        margin: 50px 0;
    }

    section.connect .tit span:nth-child(3) {
        margin-left: 0;
    }

    section.history .title {
        font-size: 30px;
        word-break: keep-all;
    }

    section.history {
        padding: 90px 0 0;
    }

    section.history .history_tab {
        position: relative;
        top: auto;
        left: auto;
        line-height: 2;
    }

    section.history .history_tab > a {
        display: inline-block;
        margin: 0 2rem 0 0;
    }

    section.history .history_tab > a:last-of-type {
        margin: 0;
    }

    section.history .history_img_wrap {
        width: 100%;
        height: 56vw;
        position: relative;
        top: auto;
        left: auto;
        margin-top: 2rem;
    }

    section.history .history_content {
        padding-left: 0;
    }

    section.history .history_divide {
        padding: 2rem 0 2rem 20rem;
    }

    section.history .history_divide strong {
        font-size: 80px;
    }

    section.history .history_divide strong span {
        display: inline-block;
    }

    section.history .fixed_load {
        display: none;
    }

    section.history .history_img_wrap .history_img {
        display: none;
    }

    section.history .history_img_wrap .history_img.on {
        display: block;
    }

    section.history .divide_wrap {
        display: none;
    }

    section.history .divide_wrap.on {
        display: block;
        height: auto !important;
    }

    section.history {
        padding: 50px 0;
    }

    section.history .scroll_wrap {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .inner {
        padding: 0 20px;
    }

    .sub_visual_wrap {
        height: auto;
    }

    .sub_visual {
        height: 250px;
        background-attachment: inherit;
    }

    .top_bg .fl {
        padding: 0 20px;
        box-sizing: border-box;
    }

    section.business {
        padding-bottom: 0px;
    }

    .top_bg_wrap {
        padding: 90px 0px 0;
    }

    .top_bg .fl h1 {
        font-size: 60px;
    }

    section.ceo {
        margin-top: 0;
    }

    section.ceo > .inner {
        padding: 0 20px;
    }

    section.news_list a.btn,
    section.news_list .noticeTable.detail > span,
    section.news_list .noticeTable.detail .cell.tag {
        width: 100%;
        display: block;
    }

    section.news_list .noticeTable.detail > span {
        padding-top: 10px;
    }

    section.kt .product_box .list li div,
    .product_box .list li div {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .product_box .list li div i {
        top: -6px;
        left: 0;
    }

    section.kt .product_box .list li p,
    .product_box .list li p {
        width: 100%;
    }

    .com_wrap_v2 > div > .title,
    .com_wrap_v2 > div > .thumb {
        display: block;
        width: 100%;
        padding: 0;
    }

    .com_wrap > div,
    .com_wrap .content {
        padding: 0;
    }

    .com_wrap > div {
        display: block;
        width: 100%;
    }

    .com_wrap .thumb {
        display: block;
    }

    section.pita .com_wrap > div,
    section.pita .com_wrap .content {
        padding: 0;
    }

    section.vrix .inner,
    section.pita .com_wrap {
        margin: 100px auto;
    }
}

@media screen and (max-width: 640px) {
    .top_bg .fr .visual_canvas {
        top: -90px;
        transform: scale(0.7);
    }

    .top_bg .fl {
        margin-top: 350px;
    }

    section.connect {
        padding: 100px 0;
    }

    section.connect .tit span {
        font-size: 40px;
    }

    section.connect .tit > p:nth-child(2) {
        margin: 20px 0;
    }

    section.connect .slider_for > div {
        height: 250px;
    }

    section.business .item .textbox span {
        padding: 30px 0px 60px 0px;
    }

    section.business .item .textbox h6 {
        border: 3px solid #a07aff;
        font-size: 18px;
        line-height: 20px;
        padding: 3px 22px;
    }

    section.business .item .textbox h3 {
        padding: 0px 30px;
        padding-top: 20px;
        font-size: 24px;
        line-height: 34px;
    }

    section.business .item .textbox p {
        padding: 0px 30px;
        padding-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    section.business .item .textbox p br,
    section.business .item .textbox h3 br {
        display: none;
    }

    section.connect .pagingInfo {
        top: -49px;
        font-size: 90px;
    }

    section.connect .border_line {
        display: none;
    }

    section.connect .slider_nav p br {
        display: none;
    }

    section.history .history_divide {
        display: block;
        position: relative;
        padding: 20px 0 30px;
        border: none;
    }

    section.history .history_divide strong {
        position: static;
        transform: inherit;
        top: auto;
        margin-bottom: 20px;
    }

    section.history .history_divide strong {
        color: rgba(255, 255, 255, 255);
    }

    section.history .history_tab > a {
        display: block;
        margin: 0 0 5px 0;
    }

    section.history .history_tab > a span {
        position: relative;
        font-size: 18px;
        font-weight: 300;
        padding-bottom: 3px;
        box-sizing: border-box;
    }

    section.history .history_tab > a span:after {
        clear: both;
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: all .5s ease;
    }

    section.history .history_tab > a.on span:after {
        width: 100%;
        opacity: 1;
    }

    section.partner ul li {
        width: 33.33%;
        padding: 1.5vw 0;
    }

    .com_wrap .thumb {
        height: 86vw;
    }

    section.pita .img .thumb {
        height: 73vw;
    }

}

@media screen and (max-width: 414px) {
    .sub_visual {
        height: 200px;
    }

    .top_bg .fl p br {
        display: none;
    }

    .top_bg .fl h2 {
        font-size: 22px;
        line-height: 1.3;
        margin: 15px 0 30px;
    }

    .top_bg .fl h1 {
        font-size: 15vw;
    }

    .top_bg .fl p {
        font-size: 20px;
    }

    .top_bg .fr .visual_canvas {
        top: -130px;
        transform: scale(0.5);
    }

    .top_bg .fl {
        margin-top: 250px;
    }

    section.connect .tit span {
        font-size: 30px;
    }

    section.connect .slider_nav {
        padding: 30px 20px;
    }

    section.connect .slider_nav h1 {
        font-size: 22px;
        margin: 20px 0;
    }

    section.connect .slider_nav p {
        font-size: 17px;
        line-height: 1.5;
    }

    section.ceo .slider_txt h1 {
        font-size: 45px;
    }

    section.ceo .slider_txt {
        margin-bottom: 50px;
    }

    section.connect .slider_for > div {
        height: 200px;
    }

    section.ceo .slick-arrow {
        width: 50px;
        height: 50px;
    }

    section.ceo .slider_txt h2 {
        margin-bottom: 10px;
    }

    section.ceo .slick-arrow {
        bottom: -85px;
        left: 50px;
    }

    section.ceo .slick-arrow.slick-prev {
        right: 110px;
    }

    section.history .divide_cont .his_t {
        font-size: 16px;
    }

    section.history .divide_cont .his_t:after {
        top: 12px;
        margin-top: 0;
    }

    .divide_cont h5 {
        font-size: 17px;
        padding: 7px 17px;
    }

    section.history .history_divide strong {
        font-size: 50px;
    }

    section.history .divide_cont .his_t:after {
        top: 13px;
        margin-top: 0;
    }

    section.history .divide_cont h5 {
        font-size: 15px;
        padding: 7px 17px;
    }

    section.history .title {
        font-size: 25px;
        line-height: 1.3;
        padding-bottom: 40px;
    }

    section.history .title br {
        display: none;
    }

    section.history .divide_cont h5 {
        padding: 5px 15px;
    }

    section.kt .com_wrap .thumb img {
        width: 55%;
    }

    .com_wrap .logo ul li img {
        width: 50%;
    }

    .com_wrap .logo ul li img.small {
        width: auto;
    }

    section.vrix .inner,
    section.pita .com_wrap {
        margin: 50px auto 100px;
    }

    .com_wrap .thumb {
        height: 350px;
    }

    .com_wrap .thumb img {
        width: 40%;
    }
    .com_wrap h1{
        font-size: 35px;
        margin: 20px 0;
    }
    .com_wrap .box{
        margin: 20px 0;
    }
    .com_wrap .box_v2 ul{
        padding: 5px 15px;
    }
    .product_box{
        margin: 20px auto 0;
    }
    .product_box h1{
        font-size: 50px;
        margin-bottom: 40px;
        font-weight: 600;
    }
    section.kt .product_box .list li div, .product_box .list li div{
        margin-bottom: 10px;
    }
    .product_box .list li div h3{
        font-size: 25px;
    }
    .product_box .list li p{
        font-size: 16px;
    }
}
