@charset "utf-8";

.scroll-fix {
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none;
}

.header {
    position: fixed;
    width: 100%;
    height: 88px;
    z-index: 999;
}

.header.white {
    background: #fff;
    border-bottom: solid 1px #f1f1f1;
}

.header .logo {
    float: left;
    width: 142px;
    height: 30px;
    margin: 31px 0 0 40px;
    cursor: pointer;
}

.header .logo.mobile {
    background: url(../img/img_logo.png) no-repeat;
    background-size: cover;
}

.header.price:not(.white) .logo.mobile {
    background: url(../img/img_logo_white.png) no-repeat;
    background-size: cover;
}

.header .logo.desktop {
    background: url(../img/img_logo_desktop.png) no-repeat;
    background-size: cover;
}

.header.price:not(.white) .logo.desktop {
    background: url(../img/img_logo_white_desktop.png) no-repeat;
    background-size: cover;
}

.header .logo.os {
    width: 158px;
    background: url(../img/img_logo_os.png) no-repeat;
    background-size: cover;
}

.header.price:not(.white) .logo.os {
    width: 158px;
    background: url(../img/img_logo_white_os.png) no-repeat;
    background-size: cover;
}

.header .logo-menu-btn {
    float: left;
    width: 24px;
    height: 24px;
    margin: 33px 0 0 12px;
    background: url(../img/icon_top_down.png) no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.header .logo-menu-btn.active {
    background: url(../img/icon_top_up.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.header .logo-menu {
    display: none;
    position: fixed;
    left: 40px;
    top: 88px;
    width: 240px;
    padding: 0 0 8px;
    border: solid 1px #ccc;
    border-radius: 8px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    z-index: 6;
}

.logo-menu .product-group {
    padding-bottom: 8px;
}

.logo-menu .product-group:not(:first-child) {
    border-top: solid 1px #eee;
}

.logo-menu .product-group .title {
    padding: 24px 24px 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: -0.28px;
    color: #777;
}

.logo-menu .product-box {
    display: grid;
    width: 100%;
    height: 77px;
    padding: 0 24px;
    margin-bottom: 1px;
    grid-template-columns: 1fr 16px;
    justify-content: space-between;
    align-content: center;
    cursor: pointer;
}

.logo-menu .product-box:active,
.logo-menu .product-box:hover {
    background: #f5f5f5;
}

.logo-menu .product-txt .product-name {
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.28px;
    color: #777;
}

.logo-menu .product-btn {
    display: flex;
}

.logo-menu .product-btn > img {
    margin: auto 0;
}

.header .lang-box {
    float: left;
    margin: 34px 0 0 24px;
}

.header .lang-box .lang {
    float: left;
    font-size: 16px;
    line-height: 23px;
    color: #333;
    opacity: 0.5;
    cursor: pointer;
}

.header:not(.white) .lang-box.white .lang {
    color: #fff;
}

.header .lang-box .lang.active,
.header .lang-box .lang:active,
.header .lang-box .lang:hover {
    font-weight: bold;
    opacity: 1;
}

.header .lang-box .line {
    width: 1px;
    height: 8px;
    float: left;
    margin: 8px 12px 0;
    background: #333;
    opacity: 0.5;
}

.header .gnb {
    float: right;
}

.header .gnb .menu {
    float: left;
    z-index: 5;
}

.header .gnb .menu .menu-logo,
.header .gnb .menu .logo-menu-btn,
.header .gnb .menu .close-btn {
    display: none;
}

.header .gnb .menu ul li {
    float: left;
    width: 104px;
    height: 88px;
    margin-right: 8px;
    padding-top: 34.5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: -0.32px;
    opacity: 0.8;
    color: #fff;
    cursor: pointer;
}

.header.white .gnb .menu ul li {
    color: #777;
    opacity: 1;
}

.header .gnb .menu ul li.active,
.header .gnb .menu ul li:hover,
.header .gnb .menu ul li:active {
    border-bottom: solid 2px #fff;
    opacity: 1;
}

.header.white .gnb .menu ul li.active,
.header.white .gnb .menu ul li:hover,
.header.white .gnb .menu ul li:active {
    color: #151515;
    border-bottom: solid 2px #151515;
}

.header .gnb .menu ul li.lang-box,
.header .gnb .menu ul li.inquiry {
    display: none;
}

.header .gnb div.inquiry {
    float: left;
    width: 103px;
    height: 44px;
    border-radius: 50px;
    padding: 12.5px 24px;
    margin: 22px 40px 0 32px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
    color: rgba(51, 51, 51, 0.9);
    background: #f5f5f5;
    cursor: pointer;
}

.header .gnb div.inquiry:hover,
.header .gnb div.inquiry:active {
    background: #e5e5e5;
}

.header .icon-menu {
    display: none;
}

.content-main-wrap {
    display: flex;
    width: 100%;
    height: 100vh;
    min-height: 1080px;
    padding-bottom: 32px;
    text-align: center;
    color: #fff;
    background: #06152b url(../img/img_first_bg.png) no-repeat;
    background-size: cover;
    background-position: top left;
    flex-direction: column;
    justify-content: space-between;
}

.content-main-wrap .main-logo {
    padding-top: 40px;
}

.content-main-wrap .main-logo > img {
    width: 106px;
    height: 24px;
    object-fit: contain;
}

.content-main-wrap .lang-box {
    display: inline-block;
    height: 36px;
    margin: 208px auto 0;
}

.content-main-wrap .lang-box .lang {
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.36px;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
}

.content-main-wrap .lang-box .lang.active,
.content-main-wrap .lang-box .lang:active,
.content-main-wrap .lang-box .lang:hover {
    opacity: 1;
}

.content-main-wrap .lang-box .lang.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
}

.content-main-wrap .lang-box .line {
    width: 1px;
    height: 8px;
    float: left;
    margin: 14px 16px 0;
    background: #fff;
    opacity: 0.5;
}

.content-main-wrap .title {
    margin-top: 32px;
    font-size: 36px;
    font-weight: bold;
    line-height: 52px;
    letter-spacing: -0.72px;
}

.product-main {
    margin: 216px auto 0;
    width: 96%;
}

.product-main .product-group {
    float: left;
    height: 440px;
    background: #fff;
}

.product-main .product-group.vm {
    width: 66.66%;
    color: #3a60c3;
}

.product-main .product-group.os {
    width: 33.33%;
    color: #2a4265;
    border-left: solid 1px #ccc;
}

.product-main .product-group .title {
    margin: 0;
    padding: 17.5px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.36px;
}

.product-main .product-wrap {
    float: left;
    display: grid;
    height: 384px;
    padding: 48px 40px;
    grid-template-columns: 1fr;
    align-content: space-between;
    text-align: left;
    cursor: pointer;
}

.product-main .product-wrap.mobile {
    width: 50%;
    background: #4f73cf;
}

.product-main .product-wrap.mobile:active,
.product-main .product-wrap.mobile:hover {
    background: #5A7EDB;
}

.product-main .product-wrap.desktop {
    width: 50%;
    background: #446aca;
}

.product-main .product-wrap.desktop:active,
.product-main .product-wrap.desktop:hover {
    background: #395EBC;
}

.product-main .product-wrap.os {
    width: calc(100% + 1px);
    margin-left: -1px;
    background: #2a4265;
}

.product-main .product-wrap.os:active,
.product-main .product-wrap.os:hover {
    background: #32517E;
}

.product-wrap .product-box .product-name {
    margin-top: 16px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.36px;
    color: #fff;
    opacity: 0.8;
}

.product-wrap .product-icon-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-icon-box .view-btn {
    padding: 8px 12px 8px 16px;
    border-radius: 50px;
    background: #fff;
}

.product-icon-box .view-btn {
    display: none;
}

.product-wrap:active .product-icon-box .view-btn,
.product-wrap:hover .product-icon-box .view-btn {
    display: block;
}

.product-icon-box .view-btn > span {
    margin-right: 8px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.28px;
    color: #555;
}

.content-title-wrap.mobile {
    background: linear-gradient(90deg, #fff 60%, #4c69ce 60%);
}

.content-title-wrap.desktop {
    background: linear-gradient(90deg, #fff 60%, #5f5dd0 60%);
}

.content-title-wrap.os {
    background: linear-gradient(90deg, #fff 60%, #193d98 60%);
}

.content-title-wrap .content-title-box {
    display: flex;
    max-width: 1280px;
    height: 980px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
}

.content-title-wrap .content-title {
    width: 58%;
    max-width: 845px;
    padding: 300px 0 0 40px;
}

.content-title .logo-gs {
    position: absolute;
    margin: -24px 0 0 16px;
    height: 48px;
}

.content-title .security-func-box {
    position: absolute;
    display: flex;
    margin-top: -140px;
    padding: 8px;
    gap: 8px;
    border: solid 1px #5f5dd0;
    align-items: center;
}

.content-title .security-func-box > img {
    float: left;
    width: 50px;
    height: 50px;
}

.content-title .security-func-box .title {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.4px;
    color: #5f5dd0;
}

.content-title .security-func-box .sub-title {
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.32px;
}

.content-title .title {
    padding-top: 32px;
    font-size: 44px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -1.88px;
    color: #151515;
}

.content-title .sub-title {
    padding-top: 24px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
    color: #333;
}

.content-title .btn-box {
    padding-top: 80px;
}

.content-title .btn-box button {
    float: left;
}

.content-title .btn-box button ~ button {
    margin-left: 16px;
}

.content-title .btn-box .inquiry-btn {
    padding: 22.5px 50.5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(to right, #4954af 0%, #5570ff 100%);
    box-shadow: 8px 8px 24px 0 rgba(58, 56, 188, 0.25);
    transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -webkit-transition: margin 0.3s;
    -o-transition: margin 0.3s;
}

.content-title .btn-box .inquiry-btn:hover {
    margin-top: -4px;
    margin-bottom: 4px;
    background: #404cac;
}

.content-title .btn-box .inquiry-btn.desktop {
    background: linear-gradient(to right, #5149af 0%, #7755ff 100%);
}

.content-title .btn-box .inquiry-btn.desktop:hover {
    background: #5242B6;
}

.content-title .btn-box .inquiry-btn.os {
    background: linear-gradient(to right, #2648c2 0%, #2667e5 100%);
}

.content-title .btn-box .inquiry-btn.os:hover {
    background: #1848AC;
}

.content-title .btn-box .brochure-btn {
    padding: 21.5px 44.5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
    border-radius: 50px;
    border: solid 1px #ccc;
    color: #333;
    transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -webkit-transition: margin 0.3s;
    -o-transition: margin 0.3s;
}

.content-title .btn-box .brochure-btn::after {
    content: "";
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin: 1.5px 0 0 8px;
    background: url(../img/icon_download.png) no-repeat;
    background-size: contain;
}

.content-title .btn-box .brochure-btn.mobile:hover::before {
    content: url(../img/img_hover_m.png);
    position: absolute;
    transform: translate(100%, -100%);
    object-fit: contain;
    animation: fade-in 0.3s;
    -moz-animation: fade-in 0.3s;
    -webkit-animation: fade-in 0.3s;
    -o-animation: fade-in 0.3s;
}

.content-title .btn-box .brochure-btn.desktop:hover::before {
    content: url(../img/img_hover_d.png);
    position: absolute;
    transform: translate(100%, -100%);
    object-fit: contain;
    animation: fade-in 0.3s;
    -moz-animation: fade-in 0.3s;
    -webkit-animation: fade-in 0.3s;
    -o-animation: fade-in 0.3s;
}

.content-title .btn-box .brochure-btn.os:hover::before {
    content: url(../img/img_hover_os.png);
    position: absolute;
    transform: translate(100%, -100%);
    object-fit: contain;
    animation: fade-in 0.3s;
    -moz-animation: fade-in 0.3s;
    -webkit-animation: fade-in 0.3s;
    -o-animation: fade-in 0.3s;
}

.content-title .btn-box .brochure-btn:hover {
    margin-top: -4px;
    margin-bottom: 4px;
    background: #f1f1f1;
}

.content-title-wrap .content-image {
    width: 42%;
    padding-top: 88px;
}

.content-title-wrap .content-image .loading-img {
    display: none;
}

.content-title-wrap.mobile .content-image {
    background: #4c69ce;
}

.content-title-wrap.desktop .content-image {
    background: #5f5dd0;
}

.content-title-wrap.os .content-image {
    background: #193d98;
}

.content-title-wrap .content-image > img {
    width: calc(100% + 181px);
    max-width: 720px;
    height: 720px;
    margin: 64px -181px 0;
    object-fit: cover;
    object-position: left;
}

.necessity {
    width: 100%;
    margin: 120px 0 0;
    text-align: center;
}

.necessity .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.56px;
    color: #151515;
}

.necessity .swiper {
    display: flex;
    margin-top: 56px;
    width: 100%;
    height: 220px;
    text-align: left;
}

.necessity .swiper-slide {
    display: flex;
    width: 1200px;
    height: 100%;
    margin: 0 8px;
    border-radius: 12px;
    border: solid 1px #ccc;
    background: #f5f5f5;
}

.necessity .slide-txt {
    width: 819px;
    padding: 60px 0 0 48px;
}

.necessity .slide-txt .slide-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #333;
}

.necessity .slide-txt .slide-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #555;
    word-break: keep-all;
}

.necessity .slide-img-num {
    width: 399px;
    height: 100%;
    margin: 0 0 0 -20px;
}

.necessity .slide-txt .slide-desc:not(:last-child) {
    margin-bottom: 4px;
}

.necessity .slide-num {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: -0.28px;
    color: #aaa;
}

.necessity .slide-num > span {
    color: #333;
}

.main-function {
    display: flex;
    width: 100%;
    height: 800px;
    align-items: end;
}

.main-function.mobile {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f1f1f1 50%, #2146a4 50%, #2146a4 100%);
}

.main-function.desktop {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f1f1f1 50%, #42409f 50%, #42409f 100%);
}

.main-function.os {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f1f1f1 50%, #25478b 50%, #25478b 100%);
}

.main-function .main-function-bg {
    position: absolute;
    width: 100%;
    height: 400px;
}

.main-function.mobile .main-function-bg {
    background: url(../img/img_funcion_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.main-function.desktop .main-function-bg {
    background: url(../img/img_funcion_bg_d.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.main-function.os .main-function-bg {
    background: url(../img/img_funcion_bg_os.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.main-function-wrap {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 120px 0 80px;
    justify-content: space-between;
}

.main-function-txt-wrap {
    width: 612px;
}

.main-function-txt-wrap .fn-title-box {
    height: 280px;
    padding-top: 40px;
}

.main-function-txt-wrap .fn-title-box .title {
    width: 300px;
    font-size: 36px;
    font-weight: bold;
    line-height: 52px;
    letter-spacing: -0.72px;
    word-break: keep-all;
}

.main-function-txt-wrap .fn-title-box .desc {
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.main-function-txt-wrap .fn-btn-box {
    display: flex;
    height: 320px;
    padding-top: 48px;
    column-gap: 16px;
}

.fn-btn-box .round-btn {
    width: 120px;
    height: 120px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
    border-radius: 60px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.15);
}

.fn-btn-box .round-btn:hover {
    color: #333;
    background: #fff;
}

.fn-btn-box .round-btn.active {
    color: #1b3bac;
    background: #fff;
}

.desktop .fn-btn-box .round-btn.active {
    color: #2f1bac;
}

.os .fn-btn-box .round-btn.active {
    color: #123b79;
}

.main-function-img-wrap {
    width: 588px;
}

.main-function-img-wrap .fn-img-box {
    display: none;
    border-radius: 12px;
    background: #fff;
}

.main-function-img-wrap .fn-img-box.active {
    display: block;
    animation: fade-in 1s;
    -moz-animation: fade-in 1s;
    -webkit-animation: fade-in 1s;
    -o-animation: fade-in 1s;
}

.main-function-img-wrap .fn-img {
    border-radius: 12px 12px 0 0;
}

.main-function-img-wrap .fn-icon-img {
    position: absolute;
    top: calc(50% - 40px);
    right: 40px;
}

.main-function-img-wrap .fn-txt-box {
    height: 320px;
    padding: 48px 40px 0;
}

.main-function-img-wrap .fn-txt-box .label-box {
    display: flex;
    column-gap: 16px;
}

.main-function-img-wrap .fn-txt-box .label-box > div {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: -0.28px;
    border-radius: 6px;
    color: #6984cc;
    background: #eef1f9;
}

.main-function-img-wrap .fn-txt-box .label-box .enterprise {
    color: #fff;
    background: #698eec;
}

.main-function-img-wrap .fn-txt-box .title {
    margin: 16px 0 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.48px;
}

.main-function-img-wrap .fn-txt-box .desc {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #555;
    word-break: keep-all;
}

.main-function-img-wrap .fn-txt-box .desc > span {
    margin-right: 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
}

.main-function-img-wrap .fn-txt-box .desc:not(:last-child) {
    margin-bottom: 8px;
}

.features {
    padding-top: 120px;
    background: url(../img/img_features_bg.png) no-repeat;
    background-position: left bottom;
}

.features .title-wrap {
    width: 100%;
    max-width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.features .title {
    width: 150px;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.56px;
    color: #151515;
    word-break: keep-all;
}

.features .title > span {
    color: #1b3bac;
}

.features .grid-wrap {
    display: grid;
    width: 100%;
    max-width: 1200px;
    margin: -120px auto 0;
    grid-template: "A1 B1 C1" "A2 B2 C2" "A3 B3 C3";
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 24px;
}

.features .grid-box {
    display: flex;
    height: 320px;
    padding: 48px 40px 40px;
    border-radius: 12px;
    border: solid 1px #ddd;
    background: #fff;
    flex-direction: column;
    justify-content: space-between;
}

.features .grid-box:hover {
    border-color: #3b3bdc;
    background: #f9f9ff;
    box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.features .grid-box:nth-child(1) {
    grid-area: B1;
}

.features .grid-box:nth-child(2) {
    grid-area: C2;
    margin-top: -120px;
}

.features .grid-box:nth-child(3) {
    grid-area: A3;
    margin-top: -255px;
}

.features .grid-box:nth-child(4) {
    grid-area: B2;
}

.features .grid-box:nth-child(5) {
    grid-area: C3;
    margin-top: -120px;
}

.features .grid-box:nth-child(6) {
    grid-area: B3;
}

.features .grid-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #151515;
}

.features .grid-desc {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #555;
    word-break: keep-all;
}

.features .grid-icon {
    display: flex;
    justify-content: end;
}

.service-config {
    width: 100%;
    max-width: 1200px;
    margin: 120px auto 0;
    text-align: center;
}

.service-config .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.56px;
    color: #151515;
    text-align: left;
}

.service-config .service-config-img {
    width: 100%;
    margin-top: 56px;
    object-fit: contain;
}

.applications .title {
    width: 100%;
    max-width: 1200px;
    margin: 120px auto 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.56px;
    color: #151515;
}

.applications .swiper {
    width: 100%;
    margin-top: 56px;
}

.applications .swiper-slide {
    width: 500px;
    height: 280px;
    margin-left: 16px;
}

.applications .swiper-slide > div {
    width: 500px;
    height: 280px;
    padding: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.36px;
    border-radius: 12px;
    color: #fff;
}

.applications .swiper-slide .user {
    color: #000;
    background: url(../img/img_application_user.png) no-repeat;
    background-size: cover;
    background-position: right;
}

.applications .swiper-slide .enterprise {
    background: url(../img/img_application_enterprise.png) no-repeat;
    background-size: cover;
    background-position: right;
}

.applications .swiper-slide .public {
    background: url(../img/img_application_public.png) no-repeat;
    background-size: cover;
    background-position: right;
}

.applications .swiper-slide .hospital {
    background: url(../img/img_application_hospital.png) no-repeat;
    background-size: cover;
    background-position: right;
}

.applications .swiper-slide .insurance {
    background: url(../img/img_application_insurance.png) no-repeat;
    background-size: cover;
    background-position: right;
}

.applications .swiper-slide .bank {
    background: url(../img/img_application_bank.png) no-repeat;
    background-size: cover;
    background-position: right;
}

.applications .swiper-slide .mobile {
    background: url(../img/img_application_mobile.png) no-repeat;
    background-size: cover;
    background-position: right;
}

.link {
    width: 100%;
    background: url(../img/img_bottom.png) no-repeat, #2d2d2d;
    background-size: contain;
    background-position: right;
}

.link-wrap {
    display: flex;
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 82px 0;
    justify-content: space-between;
    align-items: center;
}

.link-wrap .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.48;
    color: #fff;
    opacity: 0.9;
}

.link-wrap .link-box-wrap {
    display: flex;
}

.link-wrap .link-box {
    display: flex;
    padding: 0 48px;
    border-left: dashed 1px rgba(255, 255, 255, 0.2);
    flex-direction: column;
    justify-content: space-between;
}

.link-wrap .link-box:last-child {
    padding: 0 0 0 48px;
}

.link-box .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.36px;
    color: #fff;
    opacity: 0.9;
}

.link-box .desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.28px;
    color: #fff;
    opacity: 0.75;
}

.link-box .link-btn {
    margin-top: 24px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
    color: #fff;
    cursor: pointer;
}

.link-box .link-btn::after {
    content: url(../img/icon_more.png);
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    object-fit: contain;
    vertical-align: middle;
}

.price-title-bg {
    position: absolute;
    width: 100%;
    height: 640px;
}

.price-title-bg.mobile {
    background: url(../img/img_price_bg.png) no-repeat, #4C69CE;
    background-size: cover;
    background-position: center;
}

.price-title-bg.desktop {
    background: url(../img/img_price_bg.png) no-repeat, #5452bf;
    background-size: cover;
    background-position: center;
}

.price-title-bg.os {
    background: url(../img/img_price_bg.png) no-repeat, #193d98;
    background-size: cover;
    background-position: center;
}

.price-wrap {
    width: 100%;
    position: relative;
    padding-top: 88px;
    text-align: center;
}

.price-wrap .price-title {
    width: 100%;
    margin: 88px auto 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 52px;
    letter-spacing: -0.72px;
    color: #fff;
}

.price-wrap .price-box-wrap {
    display: grid;
    width: 100%;
    max-width: 1200px;
    margin: 80px auto;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 24px;
    justify-content: space-around;
}

.price-wrap .price-box-wrap.full {
    grid-template-columns: 1fr;
}

.price-box-wrap .price-box {
    padding: 40px 0;
    border-radius: 16px;
    border: solid 1px #ccc;
    background-color: #fff;
}

.price-box-wrap:not(.full) .price-box:hover {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.price-box.recommend::before {
    content: '추천';
    float: right;
    width: 88px;
    margin-top: -41px;
    margin-right: -1px;
    padding: 11px 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
    color: #fff;
    background-color: #2fa5e8;
    border-radius: 0 16px 0 16px;
}

.price-box .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.48px;
    color: #151515;
}

.price-box.recommend .title {
    float: left;
    width: 100%;
}

.price-box .desc {
    display: table;
    width: 100%;
    height: 48px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #777;
}

.price-box .desc .txt {
    display: table-cell;
    vertical-align: middle;
}

.price-box .desc .txt > .blue {
    color: #2fa5e8;
}

.price-box .spec-box {
    display: grid;
    width: calc(100% - 48px);
    height: 200px;
    margin: 24px auto 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
}

.price-box .spec-box .memory,
.price-box .spec-box .storage {
    padding: 48px 0;
}

.price-box .spec-box .line {
    display: block;
    width: 1px;
    height: 64px;
    background-color: #eee;
}

.price-box .spec-box .icon-txt {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
    color: #777;
}

.price-box .spec-box .spec-txt {
    margin-top: 24px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.32px;
    color: #151515;
}

.price-box .add-service-box {
    width: 100%;
    height: 200px;
    margin-top: 24px;
    padding : 0 24px;
}

.price-box .add-service-box .add-service-txt {
    height: 54px;
    padding: 16px 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-align: left;
    border-top: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    color: #555;
    cursor: pointer;
}

.price-box .add-service-box.open .add-service-txt {
    border-bottom: 0;
}

.price-box .add-service-box .add-service-txt::after {
    content: '';
    float: right;
    width: 24px;
    height: 24px;
    background: url(../img/icon_down.png) no-repeat;
    background-size: contain;
}

.price-box .add-service-box.open .add-service-txt::after {
    background: url(../img/icon_up.png) no-repeat;
    background-size: contain;
}

.price-box .add-service-box .add-service-sel-box {
    display: none;
    width: 100%;
    height: 146px;
    padding: 16px;
    border-bottom: solid 1px #f1f1f1;
    background-color: #f9f9f9;
}

.price-box .add-service-box.open .add-service-sel-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-box .add-service-box .add-service-sel {
    text-align: left;
}

.price-box .add-service-box .add-service-sel .checks {
    display: block;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.28px;
    color: #555;
}

.price-box .add-service-box .add-service-sel .checks + .checks {
    margin-top: 6px;
}

.price-box .add-service-box .add-service-sel-txt {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.28px;
    text-align: right;
    color: #333;
}

.price-box .add-service-box .add-service-sel-txt > span {
    font-size: 12px;
    letter-spacing: -0.24px;
    color: #777;
}

.price-box .add-service-open-box {
    margin: 0 32px;
    padding: 40px;
    border-radius: 0 0 4px 4px;
    border: solid 1px #e5e5e5;
    border-top: 0;
    background: #f9f9f9;
}

.price-box .add-service-open-box .add-service-txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
    color: #777;
}

.price-box .add-service-open-box .add-service-sel {
    display: flex;
    margin-top: 24px;
    column-gap: 40px;
    row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
}

.price-box .add-service-open-box .add-service-sel .checks {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.28px;
    color: #555;
}

.price-opt-wrap {
    padding: 24px 24px 0;
}

.price-opt-wrap .price-opt-box + .price-opt-box {
    margin-top: 16px;
}

.price-opt-wrap .price-opt-box .radios {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.32px;
}

.price-opt-wrap .price-opt-box .price {
    float: right;
    text-align: right;
}

.price-opt-wrap .price-opt-box .price > span {
    margin-right: 6px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    color: #e25353;
}

.user-per-price-wrap {
    margin-top: 32px;
}

.user-per-price-wrap .user-per-price-desc {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.28px;
    color: #aaa;
}

.user-per-price-wrap .user-per-price {
    margin-top: 4px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.48px;
    color: #151515;
}

.user-opt-wrap {
    margin: 32px 32px 0;
    padding: 40px;
    border-radius: 4px 4px 0 0;
    border: solid 1px #e5e5e5;
}

.user-opt-wrap .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
}

.user-opt-wrap .user-opt-box {
    display: flex;
    margin-top: 24px;
    column-gap: 40px;
    row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
}

.user-opt-wrap .user-opt-box .radios {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.32px;
}

.price-box .btn-box {
    margin-top: 32px;
    padding: 0 24px;
}

.price-box .btn-box > button {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.32px;
    border-radius: 8px;
}

.price-box .btn-box .btn-basic {
    border: solid 1px #151515;
    color: #151515;
    background: #fff;
}

.price-box .btn-box .btn-basic:hover,
.price-box .btn-box .btn-basic:active {
    background: #f1f1f1;
}

.price-box .btn-box .btn-pro {
    color: #fff;
    background: linear-gradient(to right, #4954af 0%, #5570ff);
}

.price-box .btn-box .btn-pro:hover,
.price-box .btn-box .btn-pro:active {
    background: #404cac;
}

.price-box .btn-box .btn-enterprise {
    color: #fff;
    background: #59607a;
}

.price-box .btn-box .btn-enterprise:hover,
.price-box .btn-box .btn-enterprise:active {
    background: #393f54;
}

.price-box .btn-box .btn-enterprise-d {
    max-width : 480px;
    margin-top: 8px;
    color: #fff;
    background: linear-gradient(to right, #5149af 0%, #7755ff);
}

.price-box .btn-box .btn-enterprise-d:hover,
.price-box .btn-box .btn-enterprise-d:active {
    background: #5242B6;
}

.price-box .btn-box .btn-enterprise-os {
    max-width : 480px;
    margin-top: 8px;
    color: #fff;
    background: linear-gradient(to right, #1738ae 0%, #3266cb);
}

.price-box .btn-box .btn-enterprise-os:hover,
.price-box .btn-box .btn-enterprise-os:active {
    background: #1848AC;
}

.add-service-wrap {
    margin-top: 128px;
    padding: 80px 0;
    background: #f5f5f5;
}

.add-service-wrap .title {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.56px;
    color: #151515;
    text-align: center;
}

.add-service-desc-wrap {
    display: grid;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
    column-gap: 24px;
    row-gap: 24px;
}

.add-service-desc-wrap.item-2 {
    grid-template-columns: repeat(2, 1fr);
}

.add-service-desc-wrap.item-3 {
    grid-template-columns: repeat(3, 1fr);
}

.add-service-desc-wrap.item-4 {
    grid-template-columns: repeat(4, 1fr);
}

.add-service-desc-wrap .add-service-desc-box {
    display: flex;
    padding: 40px 32px;
    flex-direction: column;
    border-radius: 12px;
    background: #fff;
    justify-content: space-between;
}

.add-service-desc .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.54px;
    text-align: left;
    color: #151515;
}

.add-service-desc .desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.48px;
    color: #555;
}

.add-service-price {
    width: fit-content;
    margin-top: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.42px;
    border-radius: 50px;
    color: #777;
    background: #f5f5f5;
}

.qna {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0;
}

.qna .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.56px;
    text-align: center;
}

.qna .qna-wrap {
    margin-top: 40px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.qna-wrap .qna-box:not(:first-child) {
    border-top: solid 1px #eee;
}

.qna-box .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.qna-box .question > div {
    display: flex;
    width: 100%;
    padding: 25.5px 16px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.54px;
    align-items: center;
    column-gap: 16px;
    color: #333;
    background: url(../img/icon_down.png) no-repeat, #fff;
    background-size: 24px 24px;
    background-position: calc(100% - 16px) center;
}

.qna-box.open .question > div {
    background: url(../img/icon_up.png) no-repeat, #fff;
    background-size: 24px 24px;
    background-position: calc(100% - 16px) center;
}

.qna-box .question > div::before {
    content: 'Q';
    font-weight: 600;
}

.qna-box .answer {
    display: none;
    max-height: 0;
    background: #f9f9f9;
}

.qna-box.open .answer {
    display: block;
}

.qna-box .answer > div {
    padding: 32px 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.48px;
    border-top: solid 1px #eee;
    color: #666;
}

.inquiry-wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 64px 40px 80px;
}

.inquiry-wrap .inquiry-info-box {
    display: flex;
    text-align: left;
}

.inquiry-wrap .inquiry-info-box ~ .inquiry-info-box {
    padding-top: 24px;
}

.inquiry-wrap .info-box.left {
    float: left;
    width: 50%;
    padding-right: 16px;
}

.inquiry-wrap .info-box.right {
    float: right;
    width: 50%;
    padding-left: 16px;
}

.inquiry-wrap .info-box.full {
    width: 100%;
}

.inquiry-wrap .info-box .title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.32px;
    color: #151515;
}

.inquiry-wrap .info-box .title > span {
    margin-left: 2px;
    color: #777;
}

.inquiry-wrap .info-box .input-box > input {
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.32px;
    color: #151515;
}

.inquiry-wrap .info-box .textarea-box {
    margin-top: 8px;
}

.inquiry-wrap .info-box .textarea-box > textarea {
    width: 100%;
    height: 160px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.32px;
    color: #151515;
    resize: none;
}

.inquiry-wrap .info-box .input-box input.err,
.inquiry-wrap .info-box .input-box input.err:focus,
.inquiry-wrap .info-box .textarea-box textarea.err,
.inquiry-wrap .info-box .textarea-box textarea.err:focus {
    border: solid 1px #e21414 !important;
}

.inquiry-wrap .info-box .input-box input.err + .err-txt,
.inquiry-wrap .info-box .textarea-box textarea.err + .err-txt {
    display: block;
}

.inquiry-wrap .info-box .radios {
    height: 56px;
    padding-top: 24px;
}

.inquiry-wrap .info-box .radios label:not(:last-child) {
    margin-right: 40px;
}

.inquiry-wrap .info-box .err-txt {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.28px;
    color: #e21414;
}

.inquiry-wrap .price-option-wrap {
    display: none;
    margin-top: 24px;
    border: solid 1px #e5e5e5;
}

.inquiry-wrap .price-option-box {
    display: flex;
}

.inquiry-wrap .price-option-box.enterprise-opt {
    display: none;
}

.inquiry-wrap .price-option-box ~ .price-option-box {
    border-top: solid 1px #e5e5e5;
}

.inquiry-wrap .price-option-box .option-box {
    padding: 24px 16px;
    text-align: left;
    background-color: #f9f9f9;
}

.inquiry-wrap .price-option-box .option-box + .option-box {
    border-left: solid 1px #e5e5e5;
}

.inquiry-wrap .price-option-box .option-box.left {
    float: left;
    width: 50%;
}

.inquiry-wrap .price-option-box .option-box.right {
    float: right;
    width: 50%;
}

.inquiry-wrap .price-option-box .option-box.full {
    width: 100%;
}

.inquiry-wrap .price-option-box .option-box.price-plan,
.inquiry-wrap .price-option-box .option-box.basic-type,
.inquiry-wrap .price-option-box .option-box.pro-type,
.inquiry-wrap .price-option-box .option-box.enterprise-type {
    display: none;
}

.inquiry-wrap .price-option-box .option-box .title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.32px;
    color: #151515;
}

.inquiry-wrap .price-option-box .option-box .title > span {
    margin-left: 2px;
    color: #777;
}

.inquiry-wrap .price-option-box .option-box .title .right-title {
    float: right;
    margin: 3.5px 8px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #333;
}

.inquiry-wrap .price-option-box .option-box .title .right-title > span {
    margin-right: 4px;
    color: #777;
}

.inquiry-wrap .price-option-box .option-box .radios,
.inquiry-wrap .price-option-box .option-box .checks {
    margin-top: 8px;
}

.inquiry-wrap .price-option-box .option-box .radios label:not(:last-child),
.inquiry-wrap .price-option-box .option-box .checks label:not(:last-child) {
    margin-top: 0;
    margin-right: 40px;
}

.inquiry-wrap .price-option-txt {
    padding: 24px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.48px;
    color: #151515;
    border-top: solid 1px #e5e5e5;
}

.inquiry-wrap .price-option-txt .price-option-txt-sub {
    display: none;
    width: 100%;
    margin-right: 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    vertical-align: middle;
    color: #aaa;
}

.inquiry-wrap .use-agree-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
    text-align: left;
}

.inquiry-wrap .use-agree-check .checks {
    width: 100%;
}

.inquiry-wrap .use-agree-check .checks > input,
.inquiry-wrap .use-agree-check .checks > label {
    float: left;
    margin-top: 2px;
    vertical-align: middle;
}

.inquiry-wrap .use-agree-check .use-agree-txt {
    float: left;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.32px;
    color: #151515;
}

.inquiry-wrap .use-agree-check .err-txt {
    display: none;
    margin: 1.5px 0 0 16px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.28px;
    color: #e21414;
}

.inquiry-wrap .use-agree-check .checks input.err ~ .err-txt {
    display: inline-block;
}

.inquiry-wrap .terms-btn-box {
    margin-top: 16px;
}

.inquiry-wrap .terms-btn-box .terms-box {
    float: left;
    width: 610px;
    height: 88px;
    padding: 16px 8px 4px 0;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
}

.inquiry-wrap .terms-btn-box .terms-box .terms-txt {
    width: 100%;
    height: 66px;
    padding: 0 8px 0 16px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.24px;
    color: #777;
    overflow-y: auto;
}

.inquiry-wrap .terms-btn-box .terms-box .terms-txt::-webkit-scrollbar {
    width: 5px;
}

.inquiry-wrap .terms-btn-box .terms-box .terms-txt::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #c4c4c4;
}

.inquiry-wrap .terms-btn-box .btn-box {
    float: right;
    width: 300px;
    height: 88px;
}

.inquiry-wrap .terms-btn-box .btn-box .btn-inquiry-mail {
    width: 300px;
    height: 88px;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    letter-spacing: -0.4px;
    border-radius: 8px;
    color: #fff;
    background: #555;
}

.inquiry-wrap .terms-btn-box .btn-box .btn-inquiry-mail:hover,
.inquiry-wrap .terms-btn-box .btn-box .btn-inquiry-mail:active {
    background: #252525;
}

.footer {
    background: #eee;
}

.footer-wrap {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    justify-content: space-between;
}

.footer-info {
    margin-top: 16px;
}

.footer-info .addr {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.28px;
    color: #888;
}

.footer-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.footer-btn .brochure-btn {
    padding: 11.5px 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: -0.28px;
    border-radius: 50px;
    color: #fff;
    background: #555;
}

.footer-btn .brochure-btn:hover {
    background: #252525;
}

.footer-btn .brochure-btn::after {
    content: "";
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin: 0.5px 0 0 8px;
    background: url(../img/icon_download_white.png) no-repeat;
    background-size: contain;
}

.footer-btn .top-btn {
    width: 48px;
    height: 48px;
    margin-top: 32px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.24px;
    border-radius: 50px;
    border: solid 1px #ccc;
    color: #888;
    background: #fff;
    text-align: center;
}

.footer-btn .top-btn:hover {
    background: #f1f1f1;
}

.footer-btn .top-btn::before {
    content: "";
    display: block;
    margin: 0 15px;
    width: 16px;
    height: 16px;
    background: url(../img/icon_top.png) no-repeat;
    background-size: contain;
}

/* popup */
.fade {
    opacity: 0;
	filter: alpha(opacity=0);
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.fade.in {
    opacity: 1;
	filter: alpha(opacity=100);
}

.back-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	display: none;
}

.back-bg.in {
    opacity: 0.3;
	filter: alpha(opacity=30);
}

.popup {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.popup.full {
    padding: 0;
}

.popup .pop {
    position: relative;
    z-index: 9999;
    width: 100%;
}

.pop-head {
    position: fixed;
    margin-top: 40px;
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 16px 16px 0 0;
}

.pop-head .btn-x {
    float: right;
    margin: 36px 36px 0 0;
}

.pop-head .btn-x > img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.pop-body {
    position: absolute;
    width: 100%;
    height: calc(100vh - 120px);
    margin-top: 140px;
    background: #fff;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pop-body::-webkit-scrollbar {
    display: none;
}

.pop-body > .title {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    letter-spacing: -0.8px;
    color: #151515;
    word-break: keep-all;
}

.pop-body .sub-title {
    width: 100%;
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -0.36px;
    color: #777;
    word-break: keep-all;
}

/* max-width 1279px */
@media screen and (max-width: 1279px) {
    .content-title-wrap .content-title-box {
        width: calc(100% - 80px);
        max-width: 1200px;
        height: 900px;
    }

    .content-title-wrap .content-title {
        padding: 260px 0 0;
    }

    .content-title-wrap .content-image {
        min-width: 420px;
    }

    .content-title-wrap .content-image > img {
        width: calc(100% + 112px);
        max-width: 540px;
        height: 540px;
        margin: 96px -112px 0;
    }

    .necessity .swiper-slide {
        width: 944px;
    }

    .necessity .slide-txt {
        width: 563px;
    }
    
    .main-function-wrap {
        width: calc(100% - 80px);
    }

    .main-function-txt-wrap {
        width: 424px;
    }

    .main-function-img-wrap {
        width: 520px;
    }

    .main-function-img-wrap .fn-img {
        width: 520px;
        height: 280px;
        object-fit: cover;
    }

    .features .title-wrap {
        width: calc(100% - 80px);
    }

    .features .grid-wrap {
        width: calc(100% - 80px);
    }

    .service-config {
        width: calc(100% - 80px);
    }

    .applications .title {
        width: calc(100% - 80px);
    }

    .link-wrap {
        width: calc(100% - 80px);
    }

    .price-wrap .price-title {
        width: calc(100% - 80px);
    }

    .price-wrap .price-box-wrap {
        width: calc(100% - 80px);
    }

    .add-service-wrap {
        margin-top: 120px;
    }

    .add-service-wrap .title {
        width: calc(100% - 80px);
    }

    .add-service-desc-wrap {
        width: calc(100% - 80px);
    }

    .add-service-desc .title {
        width: 100%;
    }

    .qna {
        width: calc(100% - 80px);
    }

    .footer-wrap {
        width: calc(100% - 80px);
    }
}

/* max-width 1023px */
@media screen and (max-width: 1023px) {
    .header {
        height: 80px;
        border-bottom: solid 1px #f1f1f1;
    }

    .header:not(.white).price {
        border-bottom: solid 1px rgb(255, 255, 255, 0.15);
    }

    .header .logo {
        margin: 25px 0 0 40px;
    }

    .header .logo-menu-btn {
        margin: 28px 0 0 12px;
    }

    .header .logo-menu {
        top: 80px;
    }
    
    .header .lang-box {
        display: none;
    }

    .header .gnb .menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fafafa;
    }

    .header .gnb .menu .menu-logo {
        display: block;
        position: absolute;
        top: 25px;
        left: 40px;
    }

    .header .gnb .menu .menu-logo > img {
        width: 142px;
        height: 30px;
        object-fit: contain;
    }

    .header .gnb .menu .logo-menu-btn {
        display: block;
        position: absolute;
        left: 182px;
        background: url(../img/icon_top_down.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .header .gnb .menu .logo-menu-btn.active {
        background: url(../img/icon_top_up.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .header .gnb.active .menu .close-btn {
        display: block;
        position: absolute;
        width: 56px;
        height: 56px;
        top: 12px;
        right: 24px;
        padding: 16px;
        cursor: pointer;
    }

    .header .gnb.active .menu .close-btn > img {
        width: 24px;
        height: 24px;
    }

    .header .gnb .menu ul {
        display: none;
    }

    .header .gnb.active .menu ul {
        display: grid;
        height: 100%;
        margin: 0 80px;
        padding-top: 80px;
        row-gap: 80px;
        align-content: center;
    }

    .header .gnb.active .menu ul li {
        float: none;
        width: 100%;
        height: 100px;
        margin: 3.5px 0;
        padding: 0;
        font-size: 64px;
        line-height: 93px;
        font-weight: bold;
        letter-spacing: -1.28px;
        text-align: left;
        border: 0;
        opacity: 0.6;
        color: #333;
    }

    .header .gnb.active .menu ul li.active,
    .header .gnb.active .menu ul li:hover,
    .header .gnb.active .menu ul li:active {
        opacity: 1;
        border-bottom: 0;
    }

    .header .gnb.active .menu ul li.active::after,
    .header .gnb.active .menu ul li:not(.lang-box):hover::after,
    .header .gnb.active .menu ul li:not(.lang-box):active::after {
        content: '';
        display: block;
        float: right;
        width: 40%;
        height: 4px;
        margin-top: 48px;
        background-color: #333;
    }

    .header .gnb.active .menu ul li.lang-box {
        display: block;
        height: 56px;
        padding: 10px;
        opacity: 1;
        letter-spacing: normal;
    }

    .header .gnb.active .menu ul li.lang-box .lang {
        font-size: 24px;
        line-height: 35px;
    }

    .header .gnb.active .menu ul li.lang-box .line {
        margin: 14px 28px 0;
    }

    .header .gnb.active .menu ul li.inquiry {
        display: block;
    }

    .header .gnb div.inquiry {
        width: 96px;
        height: 40px;
        padding: 11.5px 24px;
        margin: 20px 16px 0 0;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.32px;
        cursor: pointer;
    }

    .header .icon-menu {
        display: inline-block;
        width: 56px;
        height: 56px;
        margin: 12px 24px 0 0;
        padding: 16px;
    }

    .header .icon-menu::after {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../img/icon_menu.png) no-repeat;
        background-size: contain;
    }

    .header:not(.white) .icon-menu.white::after {
        background: url(../img/icon_menu_white.png) no-repeat;
        background-size: contain;
    }

    .content-main-wrap {
        min-height: 1024px;
        padding-bottom: 16px;
    }

    .content-main-wrap .title {
        font-size: 30px;
        line-height: 44px;
        letter-spacing: -0.6px;
    }

    .product-main {
        margin: 208px 0 0;
        padding: 0 16px;
        width: 100%;
    }

    .product-main .product-group {
        height: 208px;
    }
    
    .product-main .product-group.vm {
        width: 100%;
    }
    
    .product-main .product-group.os {
        width: 100%;
        border: 0;
    }
    
    .product-main .product-group .title {
        padding: 14.5px 0;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.32px;
    }
    
    .product-main .product-wrap {
        height: 160px;
        padding: 0 32px;
        grid-template-columns: 1fr 32px;
        align-content: center;
    }
    
    .product-main .product-wrap.os {
        width: 100%;
        margin-left: 0;
    }
    
    .product-wrap .product-box .product-name {
        margin-top: 12px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.32px;
    }

    .product-wrap .product-icon-box {
        display: flex;
    }

    .product-wrap .product-icon-box > img {
        margin: auto 0;
    }

    .product-wrap:active .product-icon-box .view-btn,
    .product-wrap:hover .product-icon-box .view-btn {
        display: none;
    }

    .content-title-wrap.mobile,
    .content-title-wrap.desktop,
    .content-title-wrap.os {
        background: #fff;
    }

    .content-title-wrap .content-title-box {
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: start;
    }

    .content-title-wrap .content-title {
        width: 100%;
        max-width: 100%;
        padding: 136px 40px 144px;
    }

    .content-title-wrap .content-title > img:not(.logo-gs) {
        width: 131px;
        height: 19px;
        object-fit: contain;
    }

    .content-title .logo-gs {
        margin: -12px 0 0 16px;
        height: 36px;
    }

    .content-title .security-func-box {
        margin-top: -24px;
        margin-left: 220px;
        padding: 4px;
        gap: 4px;
    }
    
    .content-title .security-func-box > img {
        width: 36px;
        height: 36px;
    }
    
    .content-title .security-func-box .title {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.32px;
    }
    
    .content-title .security-func-box .sub-title {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .content-title-wrap.os .content-title > img {
        width: 104px;
        height: 19px;
        object-fit: contain;
    }

    .content-title .title {
        padding-top: 24px;
        font-size: 36px;
        line-height: 52px;
        letter-spacing: -0.72px;
    }

    .content-title .sub-title {
        padding-top: 16px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    .content-title .btn-box {
        padding-top: 56px;
    }

    .content-title .btn-box .inquiry-btn {
        padding: 18.5px 50.5px;
    }

    .content-title .btn-box .brochure-btn {
        padding: 17.5px 44.5px;
    }

    .content-title-wrap .content-image {
        width: 100%;
        min-width: 100%;
        padding: 0 0 40px;
        text-align: right;
    }

    .content-title-wrap .content-image > img {
        width: 540px;
        height: 540px;
        margin: -120px 40px 0 0;
    }

    .necessity {
        margin: 100px 0 0;
    }

    .necessity .title {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.48px;
    }

    .necessity .swiper {
        margin-top: 40px;
        height: 180px;
    }

    .necessity .swiper-slide {
        width: calc(100% - 80px);
        justify-content: space-between;
    }

    .necessity .slide-txt {
        width: 466px;
        padding: 46px 0 0 32px;
    }

    .necessity .slide-txt .slide-title {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: -0.36px;
    }

    .necessity .slide-txt .slide-desc {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .necessity .slide-img-num {
        display: flex;
        width: 240px;
        flex-direction: column;
        justify-content: end;
    }
    
    .necessity .slide-img-num > img {
        width: 210px;
        height: 154px;
        object-fit: contain;
    }

    .necessity .slide-num {
        top: 16px;
        right: 16px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.24px;
        color: #aaa;
    }

    .main-function {
        height: 929px;
    }

    .main-function.mobile {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f1f1f1 256px, #2146a4 256px, #2146a4 929px);
    }

    .main-function.desktop {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f1f1f1 256px, #42409f 256px, #42409f 929px);
    }

    .main-function.os {
        height: 939px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f1f1f1 256px, #25478b 256px, #25478b 939px);
    }
    
    .main-function .main-function-bg {
        height: 673px;
    }

    .main-function.os .main-function-bg {
        height: 683px;
    }
    
    .main-function-wrap {
        width: 100%;
        margin: 0;
        padding: 0 40px;
        flex-direction: column;
    }

    .main-function-txt-wrap {
        width: 100%;
        height: 376px;
    }
    
    .main-function-txt-wrap .fn-title-box {
        height: 256px;
        padding-top: 100px;
    }

    .main-function-txt-wrap .fn-title-box .title {
        width: 240px;
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.56px;
    }

    .main-function-txt-wrap .fn-title-box .desc {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
    }
    
    .main-function-txt-wrap .fn-btn-box {
        width: 100%;
        height: 120px;
        padding-top: 48px;
        column-gap: 16px;
        justify-content: space-around;
    }

    .fn-btn-box .round-btn {
        width: 100%;
        height: 40px;
    }

    .main-function-img-wrap {
        width: 100%;
        height: 553px;
    }

    .os .main-function-img-wrap {
        height: 563px;
    }

    .main-function-img-wrap .fn-img {
        width: 100%;
        height: 260px;
    }

    .main-function-img-wrap .fn-icon-img {
        top: 596px;
        right: 64px;
    }

    .main-function-img-wrap .fn-txt-box {
        height: 245px;
        padding: 32px 32px 0;
    }

    .os .main-function-img-wrap .fn-txt-box {
        height: 255px;
    }

    .main-function-img-wrap .fn-txt-box .title {
        margin: 16px 0;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.4px;
    }

    .main-function-img-wrap .fn-txt-box .desc {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .main-function-img-wrap .fn-txt-box .desc:not(:last-child) {
        margin-bottom: 6px;
    }

    .features {
        padding-top: 100px;
    }

    .features .title-wrap {
        height: 100%;
    }

    .features .title {
        width: 130px;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.48px;
    }

    .features .grid-wrap {
        margin: 40px auto 0;
        padding-bottom: 0;
        grid-template: "A1 B1" "A2 B2" "A3 B3" "A4 B4";
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features .grid-box:nth-child(1) {
        grid-area: A1;
    }
    
    .features .grid-box:nth-child(2) {
        grid-area: B2;
        margin-top: -220px;
    }
    
    .features .grid-box:nth-child(3) {
        grid-area: B4;
        margin-top: -220px;
    }
    
    .features .grid-box:nth-child(4) {
        grid-area: A2;
    }
    
    .features .grid-box:nth-child(5) {
        grid-area: B3;
        margin-top: -220px;
    }
    
    .features .grid-box:nth-child(6) {
        grid-area: A3;
    }

    .features .grid-title {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: -0.36px;
    }

    .service-config {
        margin: 100px auto 0;
    }

    .service-config .title {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.48px;
    }

    .service-config .service-config-img {
        max-width: 600px;
        margin-top: 40px;
    }

    .service-config .service-config-img.mobile {
        content: url(../img/img_service_m_tablet.png);
    }

    .service-config .service-config-img.desktop {
        content: url(../img/img_service_d_tablet.png);
    }

    .service-config .service-config-img.os {
        content: url(../img/img_service_os_tablet.png);
    }

    .applications .title {
        margin: 100px auto 0;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.48px;
    }

    .applications .swiper {
        margin-top: 40px;
    }

    .applications .swiper-slide {
        width: 380px;
    }

    .applications .swiper-slide > div {
        width: 380px;
    }

    .link {
        background-size: cover;
    }

    .link-wrap {
        margin: 24px auto 0;
        padding: 56px 0;
        flex-direction: column;
        align-items: end;
    }

    .link-wrap .title {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.4;
    }

    .link-wrap .link-box-wrap {
        margin-top: 40px;
    }

    .link-wrap .link-box {
        padding: 0 40px;
    }

    .link-wrap .link-box:last-child {
        padding: 0 0 0 40px;
    }

    .link-box .title {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.32px;
    }

    .link-box .desc {
        margin-top: 12px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.24px;
    }

    .link-box .link-btn {
        margin-top: 16px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .price-title-bg {
        height: 512px;
    }

    .price-wrap {
        padding-top: 80px;
    }

    .price-wrap .price-box-wrap {
        margin: 43px auto;
        grid-template-columns: repeat(1, 1fr);
    }

    .price-box .desc {
        height: auto;
    }

    .price-box .spec-box {
        height: auto;
    }

    .price-box .spec-box .memory,
    .price-box .spec-box .storage {
        display: flex;
        padding: 24px 16px;
        align-items: center;
    }

    .price-box .spec-box .line {
        height: 80px;
    }

    .price-box .spec-box .icon-img {
        flex: 0;
    }

    .price-box .spec-box .icon-txt {
        flex: 1;
        margin-top: 0;
        margin-left: 16px;
        text-align: left;
    }

    .price-box .spec-box .spec-txt {
        margin-top: 0;
        text-align: right;
    }

    .price-box .add-service-box {
        height: 218px;
    }

    .price-box .add-service-box .add-service-sel-box {
        height: 164px;
    }

    .price-box .add-service-box .add-service-sel .checks + .checks {
        margin-top: 12px;
    }

    .price-box .btn-box .btn-enterprise-d,
    .price-box .btn-box .btn-enterprise-os {
        max-width: 100%;
    }

    .price-opt-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .price-opt-wrap .price-opt-box + .price-opt-box {
        margin-top: 12px;
    }

    .user-per-price-wrap {
        margin-top: 0;
        text-align: right;
    }

    .user-per-price-wrap .user-per-price-desc.empty {
        display: none;
    }

    .add-service-wrap {
        margin-top: 100px;
        padding: 64px 0;
    }

    .add-service-desc-wrap.item-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .add-service-desc .title {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.32px;
    }

    .add-service-desc .desc {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .qna {
        padding: 100px 0;
    }

    .qna-box .question > div {
        padding: 24px 16px;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .qna-box .answer > div {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .inquiry-wrap {
        padding: 40px 40px 72px;
    }

    .inquiry-wrap .inquiry-info-box {
        display: block;
    }

    .inquiry-wrap .info-box.left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .inquiry-wrap .info-box.right {
        float: none;
        width: 100%;
        margin-top: 24px;
        padding-left: 0;
    }

    .inquiry-wrap .info-box .radios {
        height: 48px;
        padding-top: 20px;
    }

    .inquiry-wrap .price-option-box {
        display: block;
    }

    .inquiry-wrap .price-option-box .option-box {
        padding: 16px;
    }

    .inquiry-wrap .price-option-box .option-box + .option-box {
        border-top: solid 1px #e5e5e5;
        border-left: 0;
    }

    .inquiry-wrap .price-option-box .option-box.left,
    .inquiry-wrap .price-option-box .option-box.right {
        float: none;
        width: 100%;
    }

    .inquiry-wrap .price-option-box .option-box .title .right-title {
        margin: 3.5px 0 0;
    }

    .inquiry-wrap .price-option-box .option-box .radios,
    .inquiry-wrap .price-option-box .option-box .checks {
        height: 48px;
        padding: 12.5px 0;
    }

    .inquiry-wrap .use-agree-wrap {
        margin-top: 26px;
    }

    .inquiry-wrap .use-agree-check .use-agree-txt {
        margin-left: 4px;
    }

    .inquiry-wrap .use-agree-check .err-txt {
        margin: 1.5px 0 0 12px;
    }

    .inquiry-wrap .terms-btn-box {
        margin-top: 19px;
    }

    .inquiry-wrap .terms-btn-box .terms-box {
        float: none;
        width: 100%;
    }

    .inquiry-wrap .terms-btn-box .btn-box {
        float: none;
        width: 100%;
        height: 56px;
        margin-top: 32px;
    }

    .inquiry-wrap .terms-btn-box .btn-box .btn-inquiry-mail {
        width: 100%;
        height: 56px;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.32px;
    }

    .footer-wrap {
        padding: 32px 0;
    }

    .footer-btn .brochure-btn {
        padding: 12px 24px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.24px;
    }

    .footer-btn .brochure-btn::after {
        margin: 0 0 0 8px;
    }

    /* popup */
    .pop-head {
        height: 72px;
    }

    .pop-head .btn-x > img {
        content: url(../img/icon_close.png);
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .pop-body {
        height: calc(100vh - 112px);
        margin-top: 112px;
    }

    .pop-body > .title {
        width: 400px;
        margin: 0 auto;
        font-size: 36px;
        line-height: 52px;
        letter-spacing: -0.72px;
    }

    .pop-body .sub-title {
        font-size: 16px;
        line-height: 27px;
        letter-spacing: -0.32px;
    }
}

/* max-width 767px */
@media screen and (max-width: 767px) {
    .header {
        height: 56px;
    }

    .header .logo {
        width: 100px;
        height: 21px;
        margin: 17px 0 0 16px;
    }

    .header .logo.os {
        width: 111px;
    }

    .header .logo-menu-btn {
        width: 18px;
        height: 18px;
        margin: 19px 0 0 10px;
    }

    .header .logo-menu {
        top: 56px;
    }

    .header .gnb .menu .menu-logo {
        top: 17px;
        left: 16px;
    }

    .header .gnb .menu .menu-logo > img {
        width: 100px;
        height: 21px;
    }

    .header .gnb .menu .logo-menu-btn {
        left: 116px;
    }

    .header .gnb.active .menu .close-btn {
        width: 37px;
        height: 37px;
        top: 10px;
        right: 6px;
        padding: 10px;
    }

    .header .gnb.active .menu .close-btn > img {
        width: 17px;
        height: 17px;
        object-fit: contain;
    }

    .header .gnb.active .menu ul {
        margin: 0 32px;
        padding-top: 56px;
        row-gap: 40px;
    }

    .header .gnb.active .menu ul li {
        height: 48px;
        font-size: 32px;
        line-height: 48px;
        letter-spacing: -0.64px;
    }

    .header .gnb.active .menu ul li.active::after,
    .header .gnb.active .menu ul li:not(.lang-box):hover::after,
    .header .gnb.active .menu ul li:not(.lang-box):active::after {
        margin-top: 21px;
    }

    .header .gnb.active .menu ul li.lang-box {
        height: 40px;
        padding: 8.5px 0;
    }

    .header .gnb.active .menu ul li.lang-box .lang {
        font-size: 16px;
        line-height: 23px;
    }

    .header .gnb.active .menu ul li.lang-box .line {
        margin: 7.5px 17px 0;
    }

    .header .gnb .inquiry {
        display: none;
    }

    .header .icon-menu {
        width: 37px;
        height: 37px;
        margin: 9px 6px 0 0;
        padding: 10px;
    }

    .header .icon-menu::after {
        width: 17px;
        height: 17px;
    }

    .content-main-wrap {
        min-height: 700px;
    }

    .content-main-wrap .main-logo {
        padding-top: 32px;
    }

    .content-main-wrap .main-logo > img {
        width: 84px;
        height: 19px;
        object-fit: contain;
    }

    .content-main-wrap .lang-box {
        height: 30px;
        margin: 64px auto 0;
    }

    .content-main-wrap .lang-box .lang {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: -0.28px;
    }

    .content-main-wrap .lang-box .line {
        margin: 11px 15px 0;
    }

    .content-main-wrap .title {
        padding: 0 100px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.4px;
        word-break: keep-all;
    }

    .product-main {
        margin: 64px 0 0;
    }

    .product-main .product-group.vm {
        height: 244px;
    }

    .product-main .product-group.os {
        height: 140px;
    }

    .product-main .product-group .title {
        padding: 11px 0;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.24px;
    }

    .product-main .product-wrap {
        height: 104px;
        padding: 0 24px;
        grid-template-columns: 1fr 23px;
    }

    .product-main .product-wrap.mobile,
    .product-main .product-wrap.desktop {
        width: 100%;
    }

    .product-wrap .product-logo > img {
        width: 103px;
        height: 17px;
        object-fit: contain;
    }

    .product-wrap .product-box .product-name {
        margin-top: 8px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.24px;
    }

    .product-wrap .product-icon-box > img {
        width: 23px;
        height: 23px;
        object-fit: contain;
    }

    .content-title-wrap .content-title {
        padding: 104px 16px 112px;
    }

    .content-title-wrap .content-title > img:not(.logo-gs) {
        width: 98px;
        height: 15px;
    }

    .content-title .logo-gs {
        margin: -8px 0 0 8px;
        height: 30px;
    }

    .content-title .security-func-box {
        margin-top: -20px;
        margin-left: 160px;
    }
    
    .content-title .security-func-box > img {
        width: 30px;
        height: 30px;
    }
    
    .content-title .security-func-box .title {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.28px;
    }
    
    .content-title .security-func-box .sub-title {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.24px;
    }

    .content-title-wrap.os .content-title > img {
        width: 78px;
        height: 19px;
        object-fit: contain;
    }

    .content-title .title {
        padding-top: 16px;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.48px;
    }

    .content-title .sub-title {
        padding-top: 16px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .content-title .btn-box {
        padding-top: 40px;
    }
    
    .content-title .btn-box button ~ button {
        margin-left: 8px;
    }

    .content-title .btn-box .inquiry-btn {
        padding: 13.5px 36.5px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .content-title .btn-box .brochure-btn {
        padding: 12.5px 31.5px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .content-title .btn-box .brochure-btn::after {
        width: 12px;
        height: 12px;
        margin: 2.5px 0 0 8px;
    }

    .content-title .btn-box .brochure-btn.mobile:hover::before {
        transform: translate(70%, -100%);
    }

    .content-title-wrap .content-image {
        padding: 0 0 24px;
    }

    .content-title-wrap .content-image > img {
        width: 324px;
        height: 324px;
        margin: -88px 16px 0 0;
    }
    
    .necessity {
        margin: 72px 0 0;
    }

    .necessity .title {
        padding: 16px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.36px;
        word-break: keep-all;
    }

    .necessity .swiper {
        margin-top: 32px;
        height: 240px;
    }

    .necessity .swiper-slide {
        width: calc(100% - 32px);
        margin: 0 4px;
        flex-direction: column;
    }

    .necessity .slide-txt {
        width: 100%;
        height: 148px;
        padding: 32px 24px 0;
    }

    .necessity .slide-txt .slide-title {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .necessity .slide-txt .slide-desc {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.24px;
    }

    .necessity .slide-img-num {
        width: 100%;
        height: 110px;
        margin: 0;
        padding: 0 24px;
        flex-direction: row;
    }

    .necessity .slide-img-num > img {
        width: 150px;
        height: 110px;
    }

    .necessity .slide-num {
        top: auto;
        bottom: 24px;
        left: 24px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.24px;
    }

    .main-function {
        height: 715px;
    }

    .main-function.mobile {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f1f1f1 158px, #2146a4 158px, #2146a4 715px);
    }

    .main-function.desktop {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f1f1f1 158px, #42409f 158px, #42409f 715px);
    }

    .main-function.os {
        height: 735px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f1f1f1 158px, #25478b 158px, #25478b 735px);
    }

    .main-function .main-function-bg {
        height: 557px;
    }

    .main-function.os .main-function-bg {
        height: 577px;
    }

    .main-function-wrap {
        padding: 0 16px;
    }

    .main-function-txt-wrap {
        height: 258px;
    }

    .main-function-txt-wrap .fn-title-box {
        height: 158px;
        padding-top: 72px;
    }

    .main-function-txt-wrap .fn-title-box .title {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }

    .main-function-txt-wrap .fn-title-box .desc {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .main-function-txt-wrap .fn-btn-box {
        height: 100px;
        padding-top: 40px;
        column-gap: 8px;
    }

    .fn-btn-box .round-btn {
        width: 100%;
        height: 36px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .main-function-img-wrap {
        height: 457px;
    }

    .os .main-function-img-wrap {
        height: 477px;
    }

    .main-function-img-wrap .fn-img {
        height: 200px;
    }

    .main-function-img-wrap .fn-icon-img {
        width: 48px;
        height: 48px;
        top: 434px;
        right: 32px;
        object-fit: contain;
    }

    .main-function-img-wrap .fn-txt-box {
        height: 217px;
        padding: 24px 24px 0;
    }

    .os .main-function-img-wrap .fn-txt-box {
        height: 237px;
    }

    .main-function-img-wrap .fn-txt-box .label-box {
        column-gap: 8px;
    }

    .main-function-img-wrap .fn-txt-box .label-box > div {
        padding: 6px 8px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.24px;
    }

    .main-function-img-wrap .fn-txt-box .title {
        margin: 16px 0;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.32px;
    }

    .main-function-img-wrap .fn-txt-box .desc {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.24px;
    }

    .main-function-img-wrap .fn-txt-box .desc > span {
        margin-right: 12px;
        font-size: 12px;
        letter-spacing: -0.24px;
    }

    .features {
        padding-top: 72px;
        background: none;
    }

    .features .title {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.36px;
    }

    .features .title-wrap {
        width: calc(100% - 32px);
    }

    .features .grid-wrap {
        width: calc(100% - 32px);
        margin: 32px auto 0;
        grid-template: "A1" "A2" "A3" "A4" "A5" "A6";
        grid-template-columns: repeat(1, 1fr);
        column-gap: 8px;
        row-gap: 8px;
    }

    .features .grid-box {
        height: 175px;
        padding: 24px;
        border-radius: 12px;
    }

    .features .grid-box:nth-child(1) {
        grid-area: A1;
    }

    .features .grid-box:nth-child(2) {
        grid-area: A4;
        margin-top: 0;
    }

    .features .grid-box:nth-child(3) {
        grid-area: A6;
        margin-top: 0;
    }

    .features .grid-box:nth-child(4) {
        grid-area: A2;
    }

    .features .grid-box:nth-child(5) {
        grid-area: A5;
        margin-top: 0;
    }

    .features .grid-box:nth-child(6) {
        grid-area: A3;
    }

    .features .grid-title {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .features .grid-desc {
        margin-top: 8px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.24px;
    }

    .features .grid-icon > img {
        width: 48px;
        height: 48px;
        object-fit: contain;
    }

    .service-config {
        width: calc(100% - 32px);
        margin: 70px auto 0;
    }

    .service-config .title {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.36px;
    }

    .service-config .service-config-img {
        max-width: 480px;
        margin-top: 32px;
    }

    .service-config .service-config-img.mobile {
        content: url(../img/img_service_m_mobile.png);
    }

    .service-config .service-config-img.desktop {
        content: url(../img/img_service_d_mobile.png);
    }

    .service-config .service-config-img.os {
        content: url(../img/img_service_os_mobile.png);
    }

    .applications .title {
        width: calc(100% - 32px);
        margin: 72px auto 0;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.36px;
    }

    .applications .swiper {
        margin-top: 32px;
    }

    .applications .swiper-slide {
        width: 260px;
        height: 200px;
    }

    .applications .swiper-slide > div {
        width: 260px;
        height: 200px;
        padding: 24px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .link {
        background-position: center;
    }
    
    .link-wrap {
        width: calc(100% - 32px);
        padding: 40px 0;
        align-items: center;
    }

    .link-wrap .title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32;
    }

    .link-wrap .link-box-wrap {
        width: 100%;
        margin-top: 64px;
    }

    .link-wrap .link-box {
        width: 50%;
        padding: 0 16px;
    }

    .link-wrap .link-box:first-child {
        border-left: 0;
        padding: 0 16px 0 0;
    }

    .link-wrap .link-box:last-child {
        padding: 0 0 0 16px;
    }

    .link-box .title {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .link-box .desc {
        margin-top: 12px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.24px;
    }

    .price-wrap {
        padding-top: 56px;
    }

    .price-wrap .price-title {
        margin: 48px auto 0;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.4px;
    }

    .price-wrap .price-box-wrap {
        width: calc(100% - 32px);
        margin: 40px auto;
    }

    .price-box-wrap .price-box {
        padding: 24px 0;
    }

    .price-box.recommend::before {
        width: 70px;
        margin-top: -24px;
        padding: 8px 0 7px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .price-box .title {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: -0.36px;
    }

    .price-box .desc {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .price-box .spec-box {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
    }

    .price-box .spec-box .memory {
        padding: 16px 0 0;
    }

    .price-box .spec-box .storage {
        padding: 12px 0 16px;
    }

    .price-box .spec-box .line {
        display: none;
    }

    .price-box .spec-box .icon-txt {
        margin-left: 12px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .price-box .spec-box .spec-txt {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .price-box .add-service-box {
        padding : 0 16px;
    }

    .price-box .add-service-open-box {
        margin: 0 16px;
        padding: 24px 16px;
    }

    .price-box .add-service-open-box .add-service-txt {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
        text-align: left;
    }

    .price-box .add-service-open-box .add-service-sel {
        margin-top: 16px;
        flex-direction: column;
    }

    .price-box .add-service-open-box .add-service-sel .checks {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .price-opt-wrap {
        grid-template-columns: 1fr;
    }

    .price-opt-wrap .price-opt-box .radios {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .user-per-price-wrap {
        margin-top: 32px;
        text-align: center;
    }

    .user-per-price-wrap .user-per-price-desc {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.24px;
    }

    .user-per-price-wrap .user-per-price {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: -0.36px;
    }

    .user-opt-wrap {
        margin: 24px 16px 0;
        padding: 24px 16px;
    }

    .user-opt-wrap .title {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
        text-align: left;
    }

    .user-opt-wrap .user-opt-box {
        margin-top: 16px;
        flex-direction: column;
    }

    .user-opt-wrap .user-opt-box .radios {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .price-box .btn-box {
        margin-top: 24px;
        padding: 0 16px;
    }

    .price-box .btn-box > button {
        height: 40px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .add-service-wrap {
        margin-top: 72px;
        padding: 40px 0;
    }

    .add-service-wrap .title {
        width: calc(100% - 32px);
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.36px;
    }

    .add-service-desc-wrap {
        width: calc(100% - 32px);
        row-gap: 8px;
    }

    .add-service-desc-wrap.item-2,
    .add-service-desc-wrap.item-3,
    .add-service-desc-wrap.item-4 {
        grid-template-columns: 1fr;
    }

    .add-service-desc .title {
        width: 100%;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.28px;
    }

    .add-service-desc .desc {
        margin-top: 8px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.28px;
    }

    .add-service-price {
        font-size: 12px;
        letter-spacing: -0.24px;
    }

    .qna {
        width: calc(100% -32px);
        padding: 72px 0;
    }

    .qna .title {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.36px;
    }

    .qna-box .question > div {
        padding: 16px 0px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
        column-gap: 8px;
        background-position: right center;
    }

    .qna-box.open .question > div {
        background-position: right center;
    }

    .qna-box .answer > div {
        padding: 24px 16px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.24px;
    }

    .inquiry-wrap {
        padding: 32px 16px 56px;
    }

    .inquiry-wrap .info-box .title {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.28px;
    }

    .inquiry-wrap .info-box .input-box > input {
        height: 48px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.28px;
    }

    .inquiry-wrap .info-box .textarea-box > textarea {
        height: 120px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.28px;
    }

    .inquiry-wrap .info-box .radios {
        height: 100%;
        padding-top: 8px;
    }

    .inquiry-wrap .info-box .radios label {
        width: 100%;
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.28px;
    }

    .inquiry-wrap .info-box .radios label::before {
        margin: 8px 0;
    }

    .inquiry-wrap .info-box .radios label:not(:last-child) {
        margin-bottom: 4px;
        margin-right: 0;
    }

    .inquiry-wrap .info-box .err-txt {
        margin-top: 4px;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.24px;
    }

    .inquiry-wrap .price-option-box .option-box .title {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.28px;
    }

    .inquiry-wrap .price-option-box .option-box .title .right-title {
        margin: 3.5px 0 0;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -0.24px;
    }

    .inquiry-wrap .price-option-box .option-box .radios,
    .inquiry-wrap .price-option-box .option-box .checks {
        height: 100%;
        padding: 8px 0;
    }

    .inquiry-wrap .price-option-box .option-box .radios label,
    .inquiry-wrap .price-option-box .option-box .checks label {
        width: 100%;
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.28px;
    }

    .inquiry-wrap .price-option-box .option-box .radios label::before,
    .inquiry-wrap .price-option-box .option-box .checks label::before {
        margin: 8px 0;
    }

    .inquiry-wrap .price-option-box .option-box .radios label:not(:last-child),
    .inquiry-wrap .price-option-box .option-box .checks label:not(:last-child) {
        margin-bottom: 4px;
        margin-right: 0;
    }

    .inquiry-wrap .price-option-txt {
        padding: 16px 0;
        font-size: 20px;
        line-height: 29px;
        letter-spacing: -0.4px;
    }

    .inquiry-wrap .price-option-txt .price-txt {
        display: block;
        margin-top: 8px;
    }

    .inquiry-wrap .price-option-txt .price-option-txt-sub {
        margin-right: 0;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -0.24px;
    }

    .inquiry-wrap .use-agree-wrap {
        margin-top: 24px;
    }

    .inquiry-wrap .use-agree-check .checks > input,
    .inquiry-wrap .use-agree-check .checks > label {
        margin-top: 0;
    }

    .inquiry-wrap .use-agree-check .use-agree-txt {
        margin-left: 0;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.28px;
    }

    .inquiry-wrap .use-agree-check .err-txt {
        width: 100%;
        margin: 4px 0 0 32px;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.24px;
    }

    .inquiry-wrap .terms-btn-box {
        margin-top: 16px;
    }

    .inquiry-wrap .terms-btn-box .terms-box {
        height: 80px;
    }

    .inquiry-wrap .terms-btn-box .terms-box .terms-txt {
        height: 58px;
    }

    .inquiry-wrap .terms-btn-box .btn-box {
        height: 48px;
    }

    .inquiry-wrap .terms-btn-box .btn-box .btn-inquiry-mail {
        height: 48px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.28px;
    }

    .footer-wrap {
        width: calc(100% - 32px);
        padding: 32px 0;
        flex-direction: column;
        align-items: center;
    }

    .footer-info {
        width: 100%;
        margin-top: 0;
    }

    .footer-info .logo > img {
        width: 81px;
        height: 20px;
        object-fit: contain;
    }

    .footer-info .addr {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.24px;
    }

    .footer-btn {
        width: 100%;
        margin-top: 32px;
        flex-direction: row;
        align-items: center;
    }

    .footer-btn .brochure-btn {
        padding: 11px 24px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.24px;
    }

    .footer-btn .brochure-btn::after {
        width: 12px;
        height: 12px;
        margin: 1px 0 0 8px;
    }

    .footer-btn .top-btn {
        margin-top: 0;
    }

    /* popup */
    .pop-head {
        margin-top: 16px;
        height: 56px;
    }

    .pop-head .btn-x {
        margin: 22.8px 22.8px 0 0;
    }

    .pop-head .btn-x > img {
        width: 19.2px;
        height: 19.2px;
        object-fit: contain;
    }

    .pop-body {
        height: calc(100vh - 72px);
        margin-top: 72px;
    }

    .pop-body > .title {
        width: 245px;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: -0.44px;
    }

    .pop-body .sub-title {
        width: calc(100% - 32px);
        margin: 12px 16px 0;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: -0.26px;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
