@charset "UTF-8";
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea { margin: 0; padding: 0; border: 0; font-family: "Noto Sans KR", sans-serif; font-style: initial; font-size: 14px; line-height: 1.5; color: rgba(102, 102, 102, 0.8); }

ul, li { list-style: none; }

a { color: initial; text-decoration: none; }

button { background: 0; border: 0; outline: none; font-family: "Noto Sans KR", sans-serif; cursor: pointer; }

input { outline: none; font-family: "Noto Sans KR"; }

select { border-radius: 0; outline: 0; color: rgba(102, 102, 102, 0.8); -webkit-appearance: none; -moz-appearance: none; appearance: none; }

select::-ms-expand { display: none; }

textarea { resize: none; }

img { max-width: 100%; border-style: none; vertical-align: middle; }

html { width: 100%; height: 100%; }

body { overflow-x: hidden; width: 100%; height: 100%; background: #fff; font-size: 14px; font-family: "Noto Sans KR"; }

pre { white-space: pre-line; word-break: keep-all; }

pre::-webkit-scrollbar { width: 6px; }

pre::-webkit-scrollbar-track { background-color: transparent; }

pre::-webkit-scrollbar-thumb { background-color: #c1c1c1; border-radius: 3px; }

pre::-webkit-scrollbar-button { width: 0; height: 0; }

table { border-collapse: collapse; }

input::-ms-clear, textarea::-ms-clear { display: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { font-family: "Noto Sans KR"; font-size: 14px; font-weight: 100; color: #bbb; }

input:-moz-placeholder, textarea:-moz-placeholder { font-family: "Noto Sans KR"; font-size: 14px; font-weight: 100; color: #bbb; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { font-family: "Noto Sans KR"; font-size: 14px; font-weight: 100; }

p, td, div, dd, dt, dl, a { word-wrap: break-word; word-break: keep-all; }

@font-face { src: url("./font/NotoSans-Light.woff") format("woff"), url("./font/NotoSans-Light.woff2") format("woff2"), url("./font/NotoSans-Light.otf") format("OpenType"); font-family: "Noto Sans KR"; font-weight: 100; }

@font-face { src: url("./font/NotoSans-DemiLight.woff") format("woff"), url("./font/NotoSans-DemiLight.woff2") format("woff2"), url("./font/NotoSans-DemiLight.otf") format("OpenType"); font-family: "Noto Sans KR"; font-weight: 200; }

@font-face { src: url("./font/NotoSans-Regular.woff") format("woff"), url("./font/NotoSans-Regular.woff2") format("woff2"), url("./font/NotoSans-Regular.otf") format("OpenType"); font-family: "Noto Sans KR"; font-weight: 400; }

@font-face { src: url("./font/NotoSans-Medium.woff") format("woff"), url("./font/NotoSans-Medium.woff2") format("woff2"), url("./font/NotoSans-Medium.otf") format("OpenType"); font-family: "Noto Sans KR"; font-weight: 700; }

@font-face { src: url("./font/NotoSans-Bold.woff") format("woff"), url("./font/NotoSans-Bold.woff2") format("woff2"), url("./font/NotoSans-Bold.otf") format("OpenType"); font-family: "Noto Sans KR"; font-weight: 800; }

.sr-only { position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; }

.fw100 { font-weight: 100; }

.fw200 { font-weight: 200; }

.fw400 { font-weight: 400; }

.fw700 { font-weight: 700; }

.fw800 { font-weight: 800; }

.required { position: relative; display: inline-block; padding-left: 13px; }

.required::before { content: "*"; position: absolute; top: 4px; left: 0; line-height: 16px; font-size: 18px; color: #5267d6; }

.c-white { color: #fff !important; }

.c-gray { color: #333 !important; }

.c-pink { color: #ff3a96 !important; }

.c-primary { color: #5266d6 !important; }

.bg-blue { background: #414e94 !important; }

.bg-light-blue { background: #7b8ad9 !important; }

.bold { font-weight: 700; }

.pc-only {display: block;}
.mobile-only {display: none;}
@media (max-width: 768px) {
    .pc-only {display: none;}
    .mobile-only {display: block;}
}

/****
*  responsive - mediaQuery
*
****/
/****
*  ui - slick-slider
*
****/
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -khtml-user-select: none; -webkit-tap-highlight-color: transparent; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-touch-callout: none; }

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; width: 100%; height: 100%; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; top: 0; left: 0; display: block; width: 100%; height: 100%; }

.slick-track:before { display: table; content: ""; }

.slick-track:after { display: table; content: ""; clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; width: 100%; height: 100%; min-height: 1px; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; width: 100%; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

.slick-initialized .slick-slide { outline: none; }

.slick-initialized .slick-slide a { outline: none; }

/* slick - arrow  */
.slick-arrow { z-index: 2; /* prev버튼은 위치 이동시 이미지 뒤로 숨겨짐 */ position: absolute; /* 원하는 위치에 지정  */ top: 50%; width: 50px; height: 50px; font-size: 0; text-indent: -9999px; -webkit-transform: translateY(-25px); transform: translateY(-25px); background-repeat: no-repeat; }

.slick-prev.slick-arrow { /* prev 이전 */ left: 0; }

.slick-next.slick-arrow { /* next 다음 */ right: 0; }

/* slick - indicator */
.slick-dots { position: absolute; width: 100%; left: 0; text-align: center; }

.slick-dots li { display: inline-block; margin: 0 5px; font-size: 0; text-indent: -9999px; }

/****
*  ui - button
*
****/
.btn { position: relative; display: inline-block; padding: 8px 10px; border-radius: 8px; font-size: 14px; line-height: 1.2; color: #666; background: #fff; border: 1px solid #eee; vertical-align: middle; cursor: pointer; }

.btn__goggle { min-width: 224px; min-height: 60px; border-radius: 6px; background: #000 url(/images/business/ico_store_google.png) no-repeat center center; }

@media (max-width: 768px) { .btn__goggle { min-width: 167px; min-height: 40px; background-size: auto 18px; } }

.btn__apple { min-width: 224px; min-height: 60px; border-radius: 6px; background: #000 url(/images/business/ico_store_apple.png) no-repeat center center; }

@media (max-width: 768px) { .btn__apple { min-width: 167px; min-height: 40px; background-size: auto 18px; } }

.btn__primary { min-width: 200px; font-size: 18px; padding: 19px 10px 20px; background-color: #5b6edd; border-color: #5b6edd; color: #fff; }

.btn-wrap .btn { margin: 0 5px; }

@media (max-width: 768px) { .btn-wrap .btn { margin: 0; } }

/****
*  ui - list
*
****/
.list { width: 100%; text-align: left; }

.list li { position: relative; padding-left: 10px; line-height: 1.6; }

.list li + .list li { margin-top: 7px; }

.list__bullet li::before { content: ''; position: absolute; top: 10px; left: 0; width: 2px; height: 2px; background: #b0b0b0; }

.list__hyphen li::before { position: absolute; top: 0; left: 0; display: block; content: '-'; }

.list__num > li { list-style-type: decimal; padding-left: 0; }

/****
*  ui - vedio modal
*
****/
.dimmed { overflow: hidden; }

.modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: rgba(0, 0, 0, 0.85); -webkit-transition: background-color .5s linear; transition: background-color .5s linear; -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: both; animation-fill-mode: both; display: none; opacity: 0; }

.modal--is-active { display: -webkit-box; display: -ms-flexbox; display: flex; opacity: 1; }

.modal__wrap { overflow: hidden; padding: 2.14286rem; text-align: left; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; -webkit-transform-origin: 50% 25%; transform-origin: 50% 25%; will-change: top,left,margin,transform,opacity; }

.modal__header { position: relative; padding: 30px 40px 30px 0; }

.modal__title { font-size: 1.42857rem; font-weight: 700; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 1024px) { .modal__title { font-size: 1.14286rem; } }

.modal__close { overflow: hidden; position: absolute; top: 22px; right: 0; width: 38px; height: 38px; font-size: 0; line-height: 500px; }

.modal__close::before, .modal__close::after { content: ''; position: absolute; top: 50%; left: 50%; width: 100%; height: 2px; background-color: #e0e0e0; }

.modal__close::before { -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.modal__close::after { -webkit-transform: translate(-50%, -50%) rotate(135deg); transform: translate(-50%, -50%) rotate(135deg); }

.modal__video { position: relative; width: 100%; padding-bottom: 56.25%; }

.modal__video .video { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

.modal__video iframe { z-index: 1; top: 0; left: 0; position: absolute; width: 100%; height: 100%; }

.modal__lg { width: 1000px; }

.checkbox { display: inline-block; height: 20px; line-height: 20px; }

.checkbox input[type="checkbox"] { position: absolute; width: 0; height: 0; border: 0; opacity: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.checkbox input[type="checkbox"] + label { position: relative; display: inline-block; padding-left: 30px; font-size: 14px; color: #333; cursor: pointer; }

.checkbox input[type="checkbox"] + label::before, .checkbox input[type="checkbox"] + label::after { position: absolute; top: 0; left: 0; content: ''; width: 20px; height: 20px; }

.checkbox input[type="checkbox"] + label::before { background: url(/images/business/ico_checkbox_off.png) no-repeat 0 0; }

.checkbox input[type="checkbox"]:checked + label { color: #4d60c6; }

.checkbox input[type="checkbox"]:checked + label::after { background: url(/images/business/ico_checkbox_on.png) no-repeat 0 0; }

/****
*  ui - tab
*
****/
.tabbox__menu::after, .tabbox__menu::before { display: table; content: ""; }

.tabbox__menu::after { clear: both; }

.tabbox__item { float: left; width: calc(100% / 3); background: #f8f8f8; height: 54px; }

.tabbox__item:first-child a { border-radius: 10px 0 0 10px; border-right: 0; }

.tabbox__item:last-child a { border-radius: 0 10px 10px 0; border-left: 0; }

.tabbox__item a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; height: 100%; font-weight: 700; border-width: 1px; border-style: solid; border-color: #ddd; }

.tabbox__item a span { word-break: break-all; max-width: 90%; color: #999; font-size: 1.14286rem; }

@media (max-width: 1024px) { .tabbox__item a span { font-size: 1rem; max-width: calc(100% - 2%); } }

.tabbox__item.on a { background: #5267d5; border: 1px solid #5267d5; }

.tabbox__item.on:first-child a { border-radius: 6px 0 0 6px; }

.tabbox__item.on:last-child a { border-radius: 0 6px 6px 0; }

.tabbox__item.on span { color: #fff !important; font-weight: 800; }

.tab-hiddencontents { display: none; padding-top: 6.42857rem; }

.tab-hiddencontents.on { display: block; }

/****
*  ui - table
*
****/
.table { width: 100%; }

.table table { width: 100%; table-layout: fixed; }

.table table thead th { padding: 12px 10px; background: #414e94; border-bottom: 1px solid transparent; font-size: 15px; font-weight: 400; color: #fff; text-align: center; }

.table table thead th:first-child { border-radius: 6px 0 0 6px; }

.table table thead th:last-child { border-radius: 0 6px 6px 0; }

.table table tbody th { padding: 10px 13px; border-bottom: 1px solid #eaeaea; font-size: 15px; font-weight: 700; color: #5167d6; }

.table table tbody td { position: relative; padding: 17px 10px 16px; border-bottom: 1px solid  #eaeaea; font-size: 14px; font-weight: 200; color: #666; text-align: center; }

.table table tbody td + td { border-left: 1px solid #eaeaea; }

.table table tbody tr:nth-child(even) { background: #fbfbfb; }

@media (max-width: 425px) { .table table tbody td { padding: 10px 8px 9px; } }

.table-row { border-top: 1px solid #eaeaea; }

.table-row thead th { border-radius: 0 !important; }

.table-row tbody th { font-size: 1.07143rem !important; font-weight: 700 !important; }

.table-row tbody td { border-left: 1px solid #eaeaea; }

.scrollbox { overflow-y: auto; }

.scrollbox::-webkit-scrollbar { width: 6px; }

.scrollbox::-webkit-scrollbar-track { background-color: transparent; }

.scrollbox::-webkit-scrollbar-thumb { background-color: #c1c1c1; border-radius: 3px; }

.scrollbox::-webkit-scrollbar-button { width: 0; height: 0; }

.table + .list { margin-top: 13px; font-weight: 200; }

/****
*  ui - form
*
****/
input[type="email"], input[type="number"], input[type="text"] { width: 100%; border: 1px solid #e9e9e9; padding: 8px 10px; font-size: 14px; height: 43px; font-weight: 400; }

textarea { width: 100%; padding: 20px; border: 1px solid #e9e9e9; }

.form-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 15px 0; }

.form-group label { font-size: 1.28571rem; color: #111; font-weight: 800; }

/*
2022-03-02 비즈니스 사이트 문의하기 연락처 부분 화살표 숨기기
 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/****
*  layout
*
****/
#keta-wrap { width: 100vw; opacity: 0; }

[class$="__inner"] { position: relative; margin: 0 auto; max-width: 1280px; }
.section__inner.ty2 { max-width: 1024px; }

@media (max-width: 1024px) { [class$="__inner"] { padding: 0 1.07143rem; } }

.container { padding-top: 80px; }

@media (max-width: 768px) { .container { padding-top: 55px; } }

.section { text-align: center; }

.section + .section { padding: 7.85714rem 0; }

.section__headline { font-size: 2.57143rem; color: #333; font-weight: 800; }

.section__description { font-size: 1.28571rem; font-weight: 300; }

@media (max-width: 1024px) { .section + .section { padding: 4.64286rem 0; }
    .section__headline { font-size: 1.35714rem; }
    .section__description { font-size: 0.92857rem; letter-spacing: 0; } }

@media (max-width: 768px) { .section + .section { padding: 3.57143rem 0; }
    .section__headline { font-size: 1.35714rem; }
    .section__description { font-size: 0.92857rem; } }

@media (min-width: 1025px) { .mode__mobile { display: none; }
    .mode__pc { display: block; } }

@media (max-width: 1024px) { .mode__pc { display: none; }
    .mode__mobile { display: block; } }

/****
*  layout - header
*
****/
.header { position: absolute; z-index: 100; top: 0; right: 0; left: 0; background: #fff; }

.header__inner { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 80px; max-width: 1280px; margin: 0 auto; }

@media (max-width: 768px) { .header__inner { height: 55px; } }

.header h1 { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 400; }

.header h1 .logo { display: block; width: 147px; height: 21px; background-image: url(/images/business/logo.png); background-repeat: no-repeat; background-size: cover; font-size: 0; text-indent: -9999px; }

@media (max-width: 768px) { .header h1 .logo { width: 95px; height: 14px; background-image: url(/images/business/logo_mo.png); background-size: contain; } }

@media (max-width: 1024px) { .header h1 { left: 1.07143rem; } }

.header nav { width: 100%; margin-left: 166px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 100%; }

.header nav .left { margin: 0 auto 0 0; }

.header nav .right { margin: 0 0 0 auto; }

.header .gnb { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; height: 100%; }

.header .gnb .left { margin: 0 auto 0 0; }

.header .gnb .right { margin: 0 0 0 auto; }

.header .gnb__item { display: block; padding: 30px 20px 28px; font-size: 15px; font-weight: 800; color: #333; }

.header .lang a + a::before { width: 1px; height: 10px; background: #ddd; content: ""; position: absolute; top: 50%; left: -3px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.header .lang__item { position: relative; display: inline-block; padding: 0 9px; opacity: .3; font-size: 13px; font-weight: 700; color: #333; }

.header .lang__item.on { opacity: 1; }

.header .btn__all-menu { display: none; position: absolute; top: 20px; right: 15px; width: 24px; height: 24px; padding: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; z-index: 999; }

.header .btn__all-menu span { display: block; position: absolute; height: 0.14286rem; width: 100%; background: #333; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transform-origin: center; transform-origin: center; -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out; }

.header .btn__all-menu span:nth-child(1) { top: 0px; }

.header .btn__all-menu span:nth-child(2) { top: 7px; }

.header .btn__all-menu span:nth-child(3) { top: 14px; }

.header.scrollFixed { position: fixed; top: 0; right: 0; left: 0; }

@media (max-width: 768px) { .header.scrollFixed .logo { background-image: url(/images/business/logo_mo.png); } }

.header.scrollFixed .btn__all-menu span { background: #333; }

.header.m-header { background: transparent; }

.header.m-header .logo { background-image: url(../images/business/logo_w.png); }

@media (max-width: 425px) { .header.m-header .logo { background-image: url(/images/business/logo_mo_w.png); } }

.header.m-header .gnb__item { color: #fff; }

.header.m-header .lang a + a::before { background: #fff; }

.header.m-header .lang__item { color: #fff; }

.header.m-header .lang__item.on { opacity: 1; }

.header.m-header .btn__all-menu span { background: #fff; }

.header.m-header.scrollFixed { background: #fff; }

.header.m-header.scrollFixed .btn__all-menu span { background: #333; }

.header.m-header.scrollFixed .gnb__item { color: #333; }

.header.m-header.scrollFixed .logo { background-image: url(/images/business/logo.png); }

.header.m-header.scrollFixed .lang li:before { background: #ddd; }

.header.m-header.scrollFixed .lang__item { opacity: 1; color: #999; }

.header.m-header.scrollFixed .lang__item.on { color: #333; }

.header .all-menu { display: none; position: fixed; top: 0; left: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #fff; padding: 55px 35px 40px; width: 100%; min-height: 100vh; min-height:-webkit-fill-available; -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.38, 1); transition: all 0.5s cubic-bezier(0.23, 1, 0.38, 1); }

.header .all-menu::before { content: ''; position: absolute; top: 55px; left: 0; width: 100%; height: 1px; background: #ddd; }

.header .all-menu__gnb { padding-top: 50px; }

.header .all-menu__gnb__item { display: inline-block; font-size: 1.42857rem; font-weight: 800; padding-bottom: 20px; }

.header .all-menu__gnb__item:hover, .header .all-menu__gnb__item.on { color: #5267d6; }

.header .all-menu__lang { margin-top: auto; }

.header .all-menu__lang a + a { padding-left: 6px; }

.header .all-menu__lang a + a::before { width: 1px; height: 12px; background: #ddd; content: ""; position: absolute; top: 50%; left: -3px; margin-top: 2px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.header .all-menu__lang__item { position: relative; display: inline-block; padding-right: 6px; opacity: .3; font-size: 1.14286rem; font-weight: 700; color: #333; }

.header .all-menu__lang__item.on { opacity: 1; }

.header .all-menu.is-active { display: -webkit-box; display: -ms-flexbox; display: flex; }

.header.is-active .btn__all-menu span { background: #333; }

.header.is-active .btn__all-menu span:nth-child(1) { -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 10px; left: 0px; }

.header.is-active .btn__all-menu span:nth-child(2) { width: 0%; opacity: 0; }

.header.is-active .btn__all-menu span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); top: 10px; left: 0px; }

.header.m-header.is-active .logo { background-image: url(/images/business/logo.png); }

@media (max-width: 425px) { .header.m-header.is-active .logo { background-image: url(/images/business/logo.png); } }

@media (max-width: 768px) { .header .btn__all-menu { display: block; }
    .header nav { display: none; }
    .all-menu { display: block; } }

@media (min-width: 1025px) { .header .btn__all-menu { display: none; }
    .all-menu { display: none; }
    .all-menu.is-active { display: none; } }

/****
*  layout - footer
*
****/
.footer { width: 100%; height: auto; background-color: #1b1d1e; }

.footer__inner { padding: 2.85714rem 0 2.64286rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; }

.footer__inner .left { margin: 0 auto 0 0; }

.footer__inner .right { margin: 0 0 0 auto; }

.footer__logo { position: absolute; top: 40px; left: 0; }

.footer__menu { margin-left: 11.85714rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; }

.footer__menu .left { margin: 0 auto 0 0; }

.footer__menu .right { margin: 0 0 0 auto; }

.footer__menu a { display: inline-block; padding: 0 2.5rem; font-size: 1.07143rem; font-weight: 800; color: #fff; }

.footer__sns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; }

.footer__sns .left { margin: 0 auto 0 0; }

.footer__sns .right { margin: 0 0 0 auto; }

.footer__sns li + li { margin-left: 1rem; }

.footer .sns { display: block; width: 28px; height: 28px; border-radius: 50%; }

.footer .sns__facebook { background: #a4a4a4 url(/images/business/ico_sns_facebook.png) no-repeat center center; }

.footer .sns__youtubue { background: #a4a4a4 url(/images/business/ico_sns_youtube.png) no-repeat center center; }

.footer__bottom { border-top: 1px solid #323435; font-size: 1rem; font-weight: 300; color: #777; }

.footer address p + p { margin-top: 0.14286rem; }

.footer address span { position: relative; display: inline-block; }

.footer address span + span::before { display: inline-block; margin: 0 0.71429rem; width: 1px; height: 11px; background: #323435; content: ""; }

.footer .coypright { margin-top: 0.14286rem; }

/* 240409 AWS 인증 마크 추가 */
.footer__bottom .aws-mark {display: flex; align-items: flex-end;}
.footer__bottom .aws-mark .img {flex : 90px 0 0; margin-right: 10px;}
.footer__bottom .aws-mark .txt p {color: #888; padding-left: 1em; text-indent: -1em;}

@media (max-width: 1279px) { .footer__inner { padding: 2.85714rem 1.07143rem 2.64286rem; }
    .footer__logo { left: 15px; } }

@media (max-width: 1024px) { .footer__inner { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 1.78571rem 1.07143rem 1.5rem; }
    .footer__menu { margin-left: 7.14286rem; }
    .footer__logo { top: 24px; }

    .footer__bottom .right {order: -1; margin: 0 auto 20px 0;}
    .footer__bottom .aws-mark .img {flex: 62px 0 0;}
    .footer__bottom .aws-mark .txt p br {display: none;}
}

@media (max-width: 768px) { .footer__inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .footer__logo { top: 24px; left: 15px; }
    .footer__top .footer__inner { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
    .footer__top .left { margin: 0; }
    .footer__menu { -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 1.42857rem auto 0; }
    .footer__menu li + li { margin-left: 2.14286rem; }
    .footer__menu a { padding: 0; font-size: 1rem; }
    .footer__bottom .right { margin-left: 0; margin-right: auto; }
    .footer__bottom address { text-align: left; }
    .footer__bottom address span { font-size: 0.85714rem; display: inline; }
    .footer__bottom .coypright { font-size: 0.85714rem; }

    .footer__bottom .right {margin-bottom: 12px;}
    .footer__bottom .aws-mark .img {flex: 52px 0 0; margin-right: 6px;}
    .footer__bottom .aws-mark .txt p {font-size: 0.85714rem;}
}

@media (max-width: 425px) { .footer__menu li + li { margin-left: 1.92857rem; }
    .footer__menu a { font-size: 0.85714rem; } }

/****
*  main page
*
****/
.main-visual { width: 100%; min-width: 100%; height: 811px; }

.main-visual__item { width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50%; background-size: cover; }

.main-visual__text-area { text-align: center; max-width: 71.42857rem; margin: 0 auto; }

.main-visual__text-area h2 { font-size: 3rem; font-weight: 800; color: #fff; line-height: 1.4; letter-spacing: -1px; padding: 24.28571rem 0 4.28571rem; }

.main-visual__text-area .btn { display: inline-block; border-radius: 10px; padding: 24px 47px 23px; color: #fff; background: #ff3a96; border-color: #ff3a96; font-size: 1.85714rem; font-weight: 800; }

@media (max-width: 1024px) { .main-visual__text-area { max-width: 66.42857rem; }
    .main-visual__text-area h2 { padding: 23.57143rem 0 3.57143rem; } }

.main-visual__text-area {
    margin: 0 auto;
    max-width: 71.42857rem;
    text-align: center;
}

.main-visual__text-area h2 {
    padding: 24.28571rem 0 4.28571rem;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.4;
    color: #fff;
    letter-spacing: -1px;
}

.video_cont_wrap {
    position: absolute;
    top: 24.28571rem ;
    left: 50%;
    transform: translate(-50%, 0%);
}

.main-visual__video h2 {
    padding: 0 0 4.28571rem;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.4;
    color: #fff;
    letter-spacing: -1px;
}

.main-visual__text-area .btn {
    display: inline-block;
    padding: 24px 47px 23px;
    background: #ff3a96;
    border-color: #ff3a96;
    border-radius: 10px;
    font-size: 1.85714rem;
    font-weight: 800;
    color: #fff;
}

.main-visual__video .btn {
    display: inline-block;
    padding: 24px 47px 23px;
    background: #ff3a96;
    border-color: #ff3a96;
    border-radius: 10px;
    font-size: 1.85714rem;
    font-weight: 800;
    color: #fff;
}

.main-visual__video {
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.main-visual__video video {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}

@media (max-width: 1024px) {
    .main-visual__text-area,
    .main-visual__video {
        max-width: 66.42857rem;
    }
    .main-visual__text-area h2 {
        padding: 23.57143rem 0 3.57143rem;
    }
    .video_cont_wrap {
        top: 23.57143rem ;
    }
}

@media (max-width: 768px) { .main-visual { height: 38.57143rem; }
    .main-visual__text-area { max-width: 47.28571rem; }
    .main-visual__text-area h2 { font-size: 2.14286rem; line-height: 1.5; padding: 13.5rem 0 3.57143rem; }
    .main-visual__text-area .btn { font-size: 1.21429rem; min-width: 16.42857rem; padding: 1rem 1.78571rem 1.07143rem; } }

@media (max-width: 425px) { .main-visual { height: 38.57143rem; }
    .main-visual__text-area h2 { font-size: 1.64286rem; line-height: 1.5; padding: 13.92857rem 1.42857rem 3.57143rem; }
    .main-visual__text-area .btn { font-size: 1.21429rem; min-width: 16.42857rem; padding: 1rem 1.78571rem 1.07143rem; } }

.main-visual.slick-slider .slick-dots { bottom: 50px; height: 10px; }

.main-visual.slick-slider .slick-dots li { width: 2.85714rem; height: 3px; background: #fff; opacity: 0.2; }

.main-visual.slick-slider .slick-dots li.slick-active { opacity: 1; }

@media (max-width: 768px) { .main-visual.slick-slider .slick-dots { bottom: 20px; } }

.main-visual.slick-slider .slick-arrow { width: 59px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.main-visual.slick-slider .slick-prev.slick-arrow { margin-left: -50rem; background-image: url(/images/business/ico_arrow_left_w.png); }

.main-visual.slick-slider .slick-next.slick-arrow { margin-left: 50rem; background-image: url(/images/business/ico_arrow_right_w.png); }

@media (max-width: 1024px) { .main-visual.slick-slider .slick-arrow { display: none; margin: 0; } }

/* platform */
.platform { background: #5266d6; }

.platform .section__headline { color: #fff; margin-bottom: 22px; }

.platform .section__description { color: #d7dcf5; font-weight: 100; letter-spacing: -1px; }

.platform .card__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 100%; }

.platform .card__list .left { margin: 0 auto 0 0; }

.platform .card__list .right { margin: 0 0 0 auto; }

.platform .card__title { position: relative; color: #fff; font-size: 1.71429rem; font-weight: 800; padding: 83px 0 34px; }

.platform .card__title::before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; width: 1px; height: 32px; margin-top: -32px; background: #a3ade9; }

.platform .card__img { margin: 2.85714rem 2.57143rem 1.78571rem; }

.platform .card__item { background: #fff; border-radius: 10px; }

.platform .card__item p { width: calc(100% - 20%); margin: 0 auto; padding: 10px 0; font-size: 1.42857rem; font-weight: 800; color: #333; }

@media (min-width: 1025px) { .platform .card { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
    .platform .card__item { max-width: 240px; min-height: 18.57143rem; } }

@media (max-width: 1024px) { .platform .card { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
    .platform .card__title { font-size: 1.21429rem; padding: 4.28571rem 0rem 1.42857rem; }
    .platform .card__title::before { height: 23px; }
    .platform .card__item { width: 49%; min-height: 17.14286rem; margin-bottom: 2%; }
    .platform .card__item:first-child { width: 100%; }
    .platform .card__img { margin: 2.85714rem auto 1.78571rem; } }

@media (max-width: 768px) { .platform .card { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
    .platform .card__item { min-height: 18.21429rem; } }

@media (max-width: 425px) { .platform .card__item { min-height: 12.85714rem; }
    .platform .card__item p { font-size: 1rem; padding: 5px 0 10px; }
    .platform .card__img { margin: 1.78571rem 2.14286rem 1.07143rem; } }

/* .platform-introduce */
.platform-introduce { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; }

.platform-introduce .left { margin: 0 auto 0 0; }

.platform-introduce .right { margin: 0 0 0 auto; }

.platform-introduce__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; height: 100%; }

.platform-introduce__item .left { margin: 0 auto 0 0; }

.platform-introduce__item .right { margin: 0 0 0 auto; }

.platform-introduce__item + .platform-introduce__item { margin-top: 34px; }

.platform-introduce__item > div { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.platform-introduce__item:nth-child(1) .platform-introduce__icon { background-image: url(/images/business/ico_01.png); }

.platform-introduce__item:nth-child(2) .platform-introduce__icon { background-image: url(/images/business/ico_02.png); }

.platform-introduce__item:nth-child(3) .platform-introduce__icon { background-image: url(/images/business/ico_03.png); }

.platform-introduce__item:nth-child(4) .platform-introduce__icon { background-image: url(/images/business/ico_04.png); }

.platform-introduce__item:nth-child(5) .platform-introduce__icon { background-image: url(/images/business/ico_05.png); }

.platform-introduce__icon { display: inline-block; width: 65px; height: 65px; margin-top: 30px; background-repeat: no-repeat; background-size: cover; }

.platform-introduce h4 { font-size: 2.14286rem; font-weight: 800; line-height: 1.2; padding: 21px 0; color: #333; }

.platform-introduce h4 + p { font-size: 1.28571rem; font-weight: 100; color: #666; }

.platform-introduce__item:nth-child(odd) { text-align: left; }

.platform-introduce__item:nth-child(odd) .platform-introduce__text-box { margin-left: 55px; }

.platform-introduce__item:nth-child(even) { text-align: right; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.platform-introduce__item:nth-child(even) .platform-introduce__text-box { margin-right: 55px; }

@media (max-width: 1024px) { .platform-introduce__item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0 1.42857rem; }
    .platform-introduce__img { margin: 0 auto; }
    .platform-introduce__item:nth-child(odd) .platform-introduce__text-box { margin-left: 0; }
    .platform-introduce__item:nth-child(even) { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: left; }
    .platform-introduce__item:nth-child(even) .platform-introduce__text-box { margin-right: 0; width: 100%; }
    .platform-introduce__item + .btn-wrap { margin-top: 8.57143rem; } }

@media (max-width: 768px) { .platform-introduce__icon { width: 33px; height: 33px; margin-top: 1.78571rem; }
    .platform-introduce h4 { font-size: 1.35714rem; padding: 1.07143rem 0; }
    .platform-introduce h4 + p { font-size: 1.14286rem; }
    .platform-introduce__item + .btn-wrap { margin-top: 8.57143rem; } }

/* channel */
.channel { background: #2d3979; }

.channel .card__list { width: 100%; }

.channel .card__badge { position: absolute; top: 0; left: 0; }

.channel .card__item { overflow: hidden; position: relative; background: #fff; width: 21.28571rem !important; height: 24.21429rem !important; border-radius: 10px; }

.channel .card__item a { display: block; width: 100%; height: 100%; }

.channel .card .card__item + .card__item { margin-left: 2.07143rem; }

.channel .card__description { padding: 24px; color: #666; text-align: left; font-size: 1.14286rem; }

.channel .card__description span { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }

@media (min-width: 769px) and (max-width: 1279px) { .channel .card__item { width: 248px !important; height: 300px !important; }
    .channel .card .card__item + .card__item { margin-left: 18px; } }

@media (max-width: 1024px) { .channel .card__item { width: 234px !important; height: 280px !important; }
    .channel .card .card__item + .card__item { margin-left: 15px; } }

@media (max-width: 768px) { .channel .card__item { width: 225px !important; height: 280px !important; }
    .channel .card .card__item + .card__item { margin-left: 15px; }
    .channel .card__description { font-size: 0.92857rem; }
    .channel .card .badge { font-size: 0.71429rem; }
    .channel .card .slick-dots { bottom: -2.14286rem; height: 10px; }
    .channel .card .slick-dots li { width: 2.14286rem; height: 0.21429rem; background: #fff; opacity: 0.2; }
    .channel .card .slick-dots li.slick-active { opacity: 1; } }

.channel .badge { color: #fff; font-size: 13px; font-weight: 800; border-top-left-radius: 10px; padding: 5px 18px 6px; }

.channel .badge__master-topik { padding-left: 27px; background: #ffa60f url(/images/business/ico_badge_master.png) no-repeat 10px center; }

.channel .badge__facebook { background: #385baf; }

.channel .badge__youtube { background: #ff0000; }

.channel .badge__press { background: #8440d9; }

/* language-center */
.language-center { background: #f5f6ff; }

.language-center .banner__list { margin: 40px -10px 0; }

.language-center .banner__list li { background: #fff; border-radius: 10px; margin: 0 10px; }

.language-center .paging-info { display: none; font-size: 1rem; padding: 10px 0; }

@media (max-width: 1024px) { .language-center { padding-top: 3.57143rem; }
    .language-center .paging-info { display: block; } }

.banner__list.slick-slider .slick-arrow { width: 59px; }

.banner__list.slick-slider .slick-prev.slick-arrow { left: -8.57143rem; background-image: url(/images/business/ico_arrow_left_g.png); }

.banner__list.slick-slider .slick-next.slick-arrow { right: -8.57143rem; background-image: url(/images/business/ico_arrow_right_g.png); }

/****
*  page
*
****/
.container .section__headline { text-align: left; font-size: 2rem; padding-bottom: 1.85714rem; }

@media (max-width: 1024px) { .container .section__headline { font-size: 1.35714rem; padding-bottom: 1.07143rem; } }

.visual [class*='visual__img'] { position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 6.42857rem; background-repeat: no-repeat; background-position: 50%; background-size: cover; }

.visual__title { font-size: 2.42857rem; font-weight: 800; color: #fff; }

.visual__img01 { background-image: url(/images/business/bg_sub_visual_01.jpg); }

.visual__img02 { background-image: url(/images/business/bg_sub_visual_02.jpg); }

@media (max-width: 1024px) { .visual__title { font-size: 1.64286rem; } }

@media (max-width: 768px) { .visual { height: 5rem; }
    .visual__title { font-size: 1.64286rem; } }

.toggle__header { position: relative; padding: 16px 80px 15px 0; }

.toggle__anchor { position: absolute; right: 0; color: #999; font-size: 14px; padding-right: 17px; }

.toggle__anchor::before { content: ''; position: absolute; display: block; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 12px; height: 8px; margin-top: 2px; background: url(/images/business/ico_gray_arrow_off.png) no-repeat 0 0; }

.toggle__anchor.is-active::before { margin-top: 3px; background: url(/images/business/ico_gray_arrow_on.png) no-repeat 0 0; }

.toggle__panel { display: none; }

.toggle__panel.is-active { display: block; }

/* rate plan */
.rate-plan.table th[rowspan] { border-bottom: 1px solid #97a3e1 !important; }

.rate-plan.table .list li { color: #666; }

@media (max-width: 1024px) { .rate-plan.table .list li { font-size: 1rem; } }

@media (max-width: 768px) { .rate-plan.table .list li { font-size: 0.92857rem; } }

.rate-plan.table .info-text { font-size: 0.92857rem; color: #9999; }

@media (max-width: 1024px) { .rate-plan.table .info-text { font-size: 0.85714rem; } }

.provided-service { background: #f6f6f6; }

.provided-service__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; height: 100%; width: 100%; background: #fff; padding: 45px 50px 50px; }

.provided-service__item .left { margin: 0 auto 0 0; }

.provided-service__item .right { margin: 0 0 0 auto; }

.provided-service__item + .provided-service__item { margin-top: 30px; }

.provided-service__img { width: 28.57143rem; height: 16rem; }

.provided-service__img a { position: relative; display: inline-block; width: 100%; height: 100%; }

.provided-service__img a.ico__play::before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: inline-block; width: 70px; height: 70px; background: url(/images/business/ico_play.png) no-repeat 0 0; }

.provided-service__text-box { text-align: left; margin-left: 50px; width: calc(100% - 450px); }

.provided-service__text-box li + li { margin-top: 5px; }

.provided-service__title { font-size: 1.71429rem; font-weight: 800; color: #333; margin-bottom: 1.64286rem; }

@media (max-width: 1024px) { .provided-service__item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 2.5rem 2.14286rem 2.85714rem; }
    .provided-service__item > * { width: 100%; }
    .provided-service__text-box { margin-left: 0; }
    .provided-service__title { font-size: 1.42857rem; margin: 1.42857rem 0; }
    .provided-service__img { height: 16.21429rem !important; } }

@media (max-width: 425px) { .provided-service__img { height: 11.42857rem !important; } }

/* contact us */
.privacy-policy { margin-left: 120px; text-align: left; }

.privacy-policy + .btn-wrap { margin-top: 50px; }

.privacy-policy .checkbox label { font-size: 1.14286rem !important; }

.privacy-policy__terms { padding: 2.14286rem; background: #f8f8f8; letter-spacing: -0.2px; }

.privacy-policy__terms > p { color: #747474; padding-bottom: 1.42857rem; }

.privacy-policy .list__num { letter-spacing: -0.2px; padding-left: 14px; }

.privacy-policy .list__num li { color: #747474; }

.privacy-policy .list__num li > p { color: #999; }

@media (max-width: 1024px) { .privacy-policy { margin-left: 0; }
    .privacy-policy .checkbox label { font-size: 1rem !important; }
    .privacy-policy__terms { padding: 1.07143rem; }
    .privacy-policy__terms > p { padding-bottom: 0.71429rem; }
    .privacy-policy__terms li { font-size: 0.92857rem; } }

.contact-us .form-list { text-align: left; }

.contact-us .form-list li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.contact-us .form-list li > div { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (max-width: 1024px) { .contact-us .form-list li { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.contact-us .tab-hiddencontents { padding-top: 2.42857rem; }

@media (min-width: 1025px) { .contact-us .tab-hiddencontents { padding-top: 5.35714rem; } }

/* .contact-us .form-group span { display: inline-block; min-width: 7.42857rem; margin-right: 2.14286rem; } */

/* .contact-us .form-group:last-child:not(:first-child) span { min-width: 6.42857rem; } */

.contact-us .form-group:first-child:not(:only-child) { padding-right: 80px; }


@media (max-width: 1024px) { .contact-us .form-group { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0.57143rem 0; }
    .contact-us .form-group span { width: 100%; margin-right: 0; padding-bottom: 0.57143rem; }
    .contact-us .form-group label { font-size: 1.14286rem; }
    .contact-us .form-group:first-child:not(:only-child) { padding-right: 0; } }

/* 20211109 KSA추가 */
.contact-us .form-group span {
    flex-basis: 13rem;
}
.contact-us .form-group input,
.contact-us .form-group textarea{
    flex-basis: calc(100% - 13rem);
}
.privacy-policy {
    margin-left: 13rem;
}
.channel .card__img {
    position: relative;
    height: 12rem;
}
.channel .card__img img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.channel .card__img.no-image {
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.channel .card-title-text-only {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0 24px;
    color: #000;
    font-size: 1.286rem;
    font-weight: 600;
    text-align: left;
}
.channel .card__badge {
    z-index: 10;
}
@media (max-width: 1279px) {
    .channel .card__img {
        height: 10rem;
    }
    .channel .card-title-text-only {
        font-size: 1.214rem
    }
}
@media (max-width: 1024px) {
    .channel .card__img {
        height: 9.429rem;
    }
    .channel .card-title-text-only {
        font-size: 1.143rem
    }
}
@media (max-width: 768px) {
    .channel .card__img {
        height: 9.071rem;
    }
    .channel .card__img.no-image {
        padding-top: 26px;
    }
    .channel .card-title-text-only {
        font-size: 1.107rem
    }
}
/* 기존 수정 override */
@media (min-width: 769px) and (max-width: 1279px) {
    .channel .card__item {
        width: 243px !important;
    }
}
/* //기존 수정 override */
@media (max-width: 1024px) {
    .contact-us .form-group {
        align-items: flex-start;
    }
    .contact-us .form-group span {
        flex-basis: unset;
        padding-left: 0;
    }
    .privacy-policy {
        margin-left: 0;
    }
}
/* //20211109 KSA추가 */

/* 20211122 KSA추가 */
.rate-plan.table th, .rate-plan.table tr:first-child td:first-child {
    border-left: 0 none;
    border-bottom: 1px solid #6a77bc;
}
.rate-plan.table th[scope=colgroup],
.rate-plan.table th[scope=colgroup]:not(:first-child) {
    border-left: 1px solid #6a77bc;
    border-bottom: 0 none;
}
.rate-plan.table th[scope=col] {
    border-left: 1px solid #97a3e1;
}
/* //20211122 KSA추가 */

/* 240530 AWS 홍보페이지 추가 */
/* promotion-aws */
.promotion-aws {background-color: #5266d6;}
.promotion-aws .section__headline { color: #fff; margin-bottom: 30px;}
.promotion-aws .section__headline strong {display: block; margin-bottom: 18px;}
.promotion-aws .section__headline strong img {height: 52px;}
.promotion-aws .mark__list {display: flex; justify-content: center; gap: 52px;}
.promotion-aws .mark__list li {max-width: 230px; width: 100%;}
.promotion-aws .mark__list li .in {position: relative; border-radius: 100%; background-color: #4052b4; padding-top: 100%;}
.promotion-aws .mark__list li img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.promotion-aws .btn-wrap {margin-top: 70px;}
.promotion-aws .btn-wrap a {display: inline-flex;justify-content: center;align-items: center; min-width: 382px; min-height: 60px; color: #fff; font-size: 26px; font-weight: 700; text-align: center; background-color: #ff3a96; border-radius: 10px; padding: 8px 14px;}
@media (max-width: 1024px) {
    .promotion-aws .section__headline strong img {height: 34px;}
}
@media (max-width: 768px) {
    .promotion-aws .section__headline strong {margin-bottom: 14px;}
    .promotion-aws .mark__list {gap: 10px;}
    .promotion-aws .mark__list li img {width: 56%;}
    .promotion-aws .btn-wrap {margin-top: 40px;}
    .promotion-aws .btn-wrap a {min-width: auto; min-height: 40px; font-size: 18px; border-radius: 6px;}
}

.visual.ty2 {padding: 7.85714rem 0; background-color: #5266d6;}
.visual.ty2 .visual__title {font-size: 3em;}
.visual__desc {color: #fff; font-size: 1.143em; font-weight: 300; line-height: 1.5; margin-top: 18px;}
.visual__desc strong {color: #fff; font-size: 1.125em;}

.aws-mk {background-color: #f6f6ff;}
.aws-mk .title {text-align: center; line-height: 1.5; margin-bottom: 45px;}
.aws-mk .title h3 {font-size: 2.429em; color: #333; font-weight: 800;}
.aws-mk .title p {font-size: 1.286em; color: #333; font-weight: 700; margin-top: 12px;}
.aws-mk__list {}
.aws-mk__item {display: flex;align-items: center; background-color: #fff; padding: 63px 70px; margin-bottom: 30px;}
.aws-mk__item:last-child {margin-bottom: 0;}
.aws-mk__icon {flex: 0 0 180px; margin-right: 55px;}
.aws-mk__text-box {text-align: left;}
.aws-mk__title {font-size: 1.714em; color: #333; font-weight: 800; line-height: 1.5; letter-spacing: -.025em; margin-bottom: 10px;}
.aws-mk__desc {color: #666; line-height: 1.5; letter-spacing: -.025em;}
@media (max-width: 1024px) {
    .aws-mk__item {padding: 45px;}
    .aws-mk__icon {flex: 0 0 155px; margin-right: 45px;}
}
@media (max-width: 768px) {
    .visual.ty2 {height: auto; padding: 3.57143rem 0;}
    .visual.ty2 .visual__title {font-size: 2em;}
    .visual__desc {font-size: 1em;}
    .visual__desc strong {font-size: 1.143em;}

    .aws-mk .title {margin-bottom: 32px;}
    .aws-mk .title h3 {font-size: 1.714em;}
    .aws-mk .title p {font-size: 1em;}
    .aws-mk__item {flex-direction: column; margin-bottom: 15px;}
    .aws-mk__icon {flex: none; margin-right: 0; margin-bottom: 30px;}
    .aws-mk__text-box {text-align: center;}
    .aws-mk__title {font-size: 1.357em;}
}