@charset "UTF-8";

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
}

textarea {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    word-break: keep-all;
    word-wrap: break-word;
}

input,
button {
    border-radius: 0;
    border: 0;
}

button {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

img,
fieldset {
    border: 0;
}

img {
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}

em,
address {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

iframe {
    overflow: hidden;
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: top;
}

mark {
    background-color: rgba(0, 0, 0, 0);
}

i {
    font-style: normal;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

input:-webkit-autofill {
    -webkit-box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.corporate .corporateHaeder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1100px;
    height: 70px;
    z-index: 10;
}

.corporate .corporateHaeder::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .71);
    backdrop-filter: blur(14.8px);
    -webkit-backdrop-filter: blur(14.8px);
    opacity: 0.2;
    content: '';
}

.corporate .corporateHaederBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0 60px;
}

.corporate .corporateHaederBox-logoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.corporate .corporateHaederBox-oneai {
    position: relative;
    padding-left: 19px;
}

.corporate .corporateHaederBox-oneai::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: translateY(calc(-50% + 1px));
        -ms-transform: translateY(calc(-50% + 1px));
            transform: translateY(calc(-50% + 1px));
}

.corporate .corporateHaederBox-supportsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.corporate .corporateHaederBox-inquiry {
    position: relative;
    padding-left: 32px;
}

.corporate .corporateHaederBox-inquiry::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, .8);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.corporate .corporateHaederBox__text {
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, .8);
    letter-spacing: -.54px;
    line-height: 21px;
    text-decoration: none;
}

.corporate .corporateCommonBox {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .spotContents {
    height: 910px;
    background: url(/html/landing/img/corporate/2026/img_spot.jpg) no-repeat center center / cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .spotContents .corporateCommonBox {
    padding-top: 200px;
}

.corporate .spotContents .spotContents-labelItem {
    width: 460px;
    height: 44px;
}

.corporate .spotContents .spotContents-titleBox {
    margin-top: 20px;
}

.corporate .spotContents .spotContents-titleBox__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'NanumSquareNeo','MS PGothic','돋움',Dotum,Helvetica,'Apple SD Gothic Neo',sans-serif;
    font-size: 62px;
    font-weight: 900;
    color: #fff;
    line-height: 69px;
    letter-spacing: -3.84px;
    gap: 0 4px;
}

.corporate .spotContents .spotContents-titleBox__subTitle {
    margin-top: 11px;
    font-family: 'NanumSquareNeo','MS PGothic','돋움',Dotum,Helvetica,'Apple SD Gothic Neo',sans-serif;
    font-size: 62px;
    font-weight: 100;
    color: #fff;
    line-height: 69px;
    letter-spacing: -3.72px;
}

.corporate .spotContents .spotContents-titleBox__aiText {
    font-family: 'NanumSquareNeo','MS PGothic','돋움',Dotum,Helvetica,'Apple SD Gothic Neo',sans-serif;
    font-size: 62px;
    font-weight: 900;
    color: transparent;
    background-image: -o-linear-gradient(140deg, #ae6fff 9%, #657eff 94%);
    background-image: linear-gradient(140deg, #ae6fff 9%, #657eff 94%);
    background-clip: text;
    -webkit-background-clip: text;
    letter-spacing: -3.84px;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(30, 0, 98, 0.24);
            box-shadow: 3px 5px 10px 0 rgba(30, 0, 98, 0.24);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .spotContents .spotContents-blurBox {
    width: 748px;
    height: 170px;
    margin: 40px 0 0 0;
    background: url(/html/landing/img/corporate/2026/img_blurbox.png) no-repeat 0 0 / 748px 170px;
}

.corporate .spotContents .spotContents-buttonBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 40px;
}

.corporate .spotContents .spotContents-buttonBox__buttonItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 136px;
    height: 56px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 56px;
    letter-spacing: -.66px;
    text-decoration: none;
}

.corporate .spotContents .spotContents-buttonBox__buttonItem--blur {
    width: 136px;
    height: 56px;
    background: url(https://static.wehago.com/html/landing/img/corporate/img_btn_inquiry.png) no-repeat 0 0 / 136px 56px;
}

.corporate .spotContents .spotContents-buttonBox__buttonItem--buy {
    border-radius: 12px;
    background-image: linear-gradient(99deg, #b474ff 1%, #5f7eff 98%);
}

.corporate .section {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .section-titleBox {
    text-align: center;
}

.corporate .section-titleBox__title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    letter-spacing: -2.1px;
    line-height: 1.33;
}

.corporate .section-titleBox__title em {
    color: #682deb;
}

.corporate .section-subtitleBox {
    margin-top: 30px;
    text-align: center;
}

.corporate .section-subtitleBox__title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
    line-height: 1.5;
}

.corporate .section-subtitleBox__subTitle {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #20107e;
    letter-spacing: -1px;
    line-height: 24px;
}

.corporate .section .aiAutoInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-top: 60px;
}

.corporate .section .aiAutoInfoBox-listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 10px);
    padding: 0 40px;
    height: 151px;
    border-radius: 24px;
    background-color: #eaf4fd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .section .aiAutoInfoBox-listItem:nth-child(2),
.corporate .section .aiAutoInfoBox-listItem:nth-child(3) {
    background-color: #eaeeff;
}

.corporate .section .aiAutoInfoBox-listItem:nth-child(2) .aiAutoInfoBox-textBox__text,
.corporate .section .aiAutoInfoBox-listItem:nth-child(3) .aiAutoInfoBox-textBox__text {
    color: #15156c;
}

.corporate .section .aiAutoInfoBox-textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.corporate .section .aiAutoInfoBox-textBox__text {
    font-size: 20px;
    font-weight: 600;
    color: #153a6c;
    letter-spacing: -1px;
    line-height: 24px;
}

.corporate .section .aiAutoInfoBox-textBox__subText {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 31px;
    letter-spacing: -1.3px;
}

.corporate .section .aiAutoInfoBox-icon {
    width: 78px;
    height: 78px;
    margin-left: auto;
}

.corporate .section.step {
    background: url(https://static.wehago.com/html/landing/img/corporate/bg_step.jpg) no-repeat 0 0 / 100% 100%;
}

.corporate .section.step .aiStepList {
    margin-top: 33px;
    text-align: center;
}

.corporate .section.step .aiStepList__title {
    font-size: 20px;
    font-weight: 700;
    color: #20107e;
    line-height: 24px;
    letter-spacing: -1px;
}

.corporate .section.step .aiStepList .aiStepListBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
}

.corporate .section.step .aiStepList .aiStepListBox-stepItem {
    width: auto;
    height: 48px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 12px;
    line-height: 48px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(50, 55, 195, 0.15);
            box-shadow: 0 4px 12px 0 rgba(50, 55, 195, 0.15);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .section.step .aiStepList .aiStepListBox-stepItem__arrow {
    width: 30px;
    height: 48px;
    background: url(https://static.wehago.com/html/landing/img/corporate/img_btn_arrow.png) no-repeat 0 0 / 30px 48px;
}

.corporate .section.step .aiStepList .aiStepListBox-stepItem__textItem {
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    letter-spacing: -.54px;
}

.corporate .section.step .aiStepList .aiStepListBox-stepItem__textHighlight {
    font-weight: 700;
    color: #4200f7;
}

.corporate .section.step .aiStepMovieBox {
    overflow: hidden;
    position: relative;
    width: 840px;
    height: 664px;
    margin: 40px auto 0;
    border: 10px solid #000;
    background-color: #dfe6f7;
    -webkit-box-shadow: 0 6px 10px 0 rgba(136, 136, 226, 0.4);
            box-shadow: 0 6px 10px 0 rgba(136, 136, 226, 0.4);
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .section.step .aiStepMovieBox video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
}

.corporate .section.useInfo .aiChangesWrap {
    margin-top: 60px;
}

.corporate .section.useInfo .aiChangesWrap .aiChangesBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.corporate .section.useInfo .aiChangesWrap .aiChangesBox+.aiChangesBox {
    margin-top: 49px;
}

.corporate .section.useInfo .aiChangesBox-itemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.corporate .section.useInfo .aiChangesBox-itemBox .aiChangesBox__textBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(33.33333% - 10px);
    height: 110px;
    border-radius: 20px;
    text-align: center;
}

.corporate .section.useInfo .aiChangesBox-itemBox:first-of-type .aiChangesBox__textBox:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 84px;
    left: 50%;
    width: 73px;
    height: 71px;
    background: url(https://static.wehago.com/html/landing/img/corporate/icon_useinfo_arrow1.png) no-repeat 0 0 / 73px 71px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}

.corporate .section.useInfo .aiChangesBox-itemBox:first-of-type .aiChangesBox__textBox:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 84px;
    left: 50%;
    width: 73px;
    height: 71px;
    background: url(https://static.wehago.com/html/landing/img/corporate/icon_useinfo_arrow2.png) no-repeat 0 0 / 73px 71px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}

.corporate .section.useInfo .aiChangesBox-itemBox:first-of-type .aiChangesBox__textBox:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 84px;
    left: 50%;
    width: 73px;
    height: 71px;
    background: url(https://static.wehago.com/html/landing/img/corporate/icon_useinfo_arrow3.png) no-repeat 0 0 / 73px 71px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}

.corporate .section.useInfo .aiChangesBox__textItem {
    font-size: 20px;
    font-weight: 500;
    color: #2b2b2b;
    letter-spacing: -1px;
    line-height: 28px;
}

.corporate .section.useInfo .aiChangesBox__textItem em {
    font-weight: 700;
}

.corporate .section.useInfo .aiChangesBox-itemBox:first-of-type .aiChangesBox__textBox {
    background-color: #f2f4fe;
}

.corporate .section.useInfo .aiChangesBox-itemBox:last-of-type .aiChangesBox__textItem {
    color: #fff;
}

.corporate .section.useInfo .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox {
    -webkit-box-shadow: 0 6px 10px 0 rgba(50, 55, 195, 0.12);
            box-shadow: 0 6px 10px 0 rgba(50, 55, 195, 0.12);
}

.corporate .section.useInfo .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(1) {
    background-image: -o-linear-gradient(338deg, #4bbaff -1%, #61a3fe 103%, #846ffc 104%);
    background-image: linear-gradient(112deg, #4bbaff -1%, #61a3fe 103%, #846ffc 104%);
}

.corporate .section.useInfo .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(2) {
    background-image: -o-linear-gradient(338deg, #74abfa -1%, #6f8ffd 104%);
    background-image: linear-gradient(112deg, #74abfa -1%, #6f8ffd 104%);
}

.corporate .section.useInfo .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(3) {
    background-image: -o-linear-gradient(338deg, #708cfd -1%, #7d7afd 104%);
    background-image: linear-gradient(112deg, #708cfd -1%, #7d7afd 104%);
}

.corporate .section.feature {
    background-color: #f9f9fc;
}

.corporate .section.feature .featuresWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px 0;
    margin-top: 81px;
}

.corporate .section.feature .featuresWrapper .featuresBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    height: 451px;
    padding: 0 40px;
    border-radius: 20px;
    background-color: #ebf1ff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .section.feature .featuresBox-textItem .featuresBox-textItem__title {
    font-size: 26px;
    font-weight: 700;
    color: #002a7b;
    letter-spacing: -1.3px;
    line-height: 40px;
}

.corporate .section.feature .featuresBox-textItem .featuresBox-textItem__subTitle {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #4d4d4d;
    letter-spacing: -.9px;
    line-height: 26px;
}

.featuresBox-textItem__subInfo {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
    color: #646464;
}

.corporate .section.feature .featuresBox-thumbItem {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.corporate .section.feature .featuresWrapper .featuresBox:nth-child(2n) {
    background-color: #f0f0fd;
}

.corporate .section.feature .featuresWrapper .featuresBox:nth-child(2n) .featuresBox-textItem__title {
    color: #13007b;
}

.corporate .section.subscribe .section-messageBox {
    margin-top: 40px;
    text-align: center;
}

.corporate .section.subscribe .section-messageBox__text {
    position: relative;
    padding: 0 16px;
    font-size: 26px;
    font-weight: 700;
    color: #172089;
    letter-spacing: -1.3px;
    line-height: 31px;
}

.corporate .section.subscribe .section-messageBox__text::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 21px;
    background-color: #361789;
    -webkit-transform: translateY(calc(-50% - 1px));
        -ms-transform: translateY(calc(-50% - 1px));
            transform: translateY(calc(-50% - 1px));
}

.corporate .section.subscribe .section-messageBox__text::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 21px;
    background-color: #361789;
    -webkit-transform: translateY(calc(-50% - 1px));
        -ms-transform: translateY(calc(-50% - 1px));
            transform: translateY(calc(-50% - 1px));
}

.corporate .section.subscribe .subscribeAiBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 46px;
}

.corporate .section.subscribe .subscribeAiBox-listItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 10px);
    min-height: 234px;
    max-height: 234px;
    padding: 44px 41px;
    background-color: #eaf4ff;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .section.subscribe .subscribeAiBox-textBundle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
}

.corporate .section.subscribe .subscribeAiBox-textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.corporate .section.subscribe .subscribeAiBox-textBox .subscribeAiBox-textBox__text {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 31px;
    letter-spacing: -1.3px;
}

.corporate .section.subscribe .subscribeAiBox-textBox .subscribeAiBox-textBox__subText {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
    line-height: 1.4;
}

.corporate .section.subscribe .subscribeAiBox-icon {
    position: absolute;
    top: 28px;
    right: 27px;
}

.corporate .section.subscribe .subscribeAiBox-textBox__exMessage {
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    letter-spacing: -.9px;
    line-height: 28px;
}

.corporate .section.subscribe .subscribeAiBox-listItem:nth-child(2) {
    background-color: #ecf0ff;
}

.corporate .section.subscribe .subscribeAiBox-listItem:nth-child(2) .subscribeAiBox-icon {
    top: 22px;
    right: 22px;
}

.corporate .section.subscribe .subscribeAiBox-listItem:nth-child(3) {
    background-color: #f0f2fd;
}

.corporate .section.subscribe .subscribeAiBox-listItem:nth-child(3) .subscribeAiBox-icon {
    top: 30px;
    right: 34px;
}

.corporate .section.subscribe .subscribeAiBox-listItem:nth-child(4) {
    background-color: #f6edff;
}

.corporate .section.subscribe .subscribeAiBox-listItem:nth-child(4) .subscribeAiBox-icon {
    top: 24px;
    right: 19px;
}

.corporate .section.subscribe .aiConfirmBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 220px;
    margin-top: 29px;
    background: url(https://static.wehago.com/html/landing/img/corporate/bg_confirm.jpg) no-repeat 0 0 / 100% 220px;
}

.corporate .section.subscribe .aiConfirmBox__title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    letter-spacing: -.84px;
}

.corporate .section.subscribe .aiConfirmBox-buttonBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    margin-top: 26px;
}

.corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem {
    display: flex;
    align-items: center;
    position: relative;
    height: 52px;
    padding: 0 20px 0 30px;
    border-radius: 26px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.45px;
    line-height: 21px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
}

.corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem::after {
    content: '';
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 4px;
    background: url(https://static.wehago.com/html/landing/img/corporate/icon_arrow_right2.png) no-repeat 0 0 / 24px 24px;
    vertical-align: top;

}

.corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem--prompt {
    width: 274px;
    background-image: -o-linear-gradient(350deg, #507fff 15%, #bf46ff 92%);
    background-image: linear-gradient(100deg, #507fff 15%, #bf46ff 92%);
    -webkit-box-shadow: 0 4px 8px 0 rgba(50, 55, 195, 0.2);
            box-shadow: 0 4px 8px 0 rgba(50, 55, 195, 0.2);
}

.corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem--more {
    width: 221px;
    color: #000d6a;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(123, 123, 123, 0.16);
            box-shadow: 0 3px 6px 0 rgba(123, 123, 123, 0.16);
}

.corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem--more::after {
    background: url(https://static.wehago.com/html/landing/img/corporate/icon_arrow_right1.png) no-repeat 0 0 / 24px 24px;
}

.corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem--subscribe {
    width: 203px;
    background-image: linear-gradient(104deg, #507fff 15%, #bf46ff 92%);
    box-shadow: 0 4px 8px 0 rgba(50, 55, 195, 0.2);
}

.corporate .section.preview {
    height: 1014px;
    background: url(https://static.wehago.com/html/landing/img/corporate/bg_preview.jpg) no-repeat center center / cover;
}

.corporate .section.preview .aiPreviewBox {
    overflow: hidden;
    width: 992px;
    height: 563px;
    margin: 48px auto 0;
    border: 10px solid #000;
    background-color: #dfe6f7;
    -webkit-box-shadow: 0 6px 10px 0 rgba(136, 136, 226, 0.4);
            box-shadow: 0 6px 10px 0 rgba(136, 136, 226, 0.4);
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .section.review {
    overflow: hidden;
}

.corporate .section.review .section-titleBox {
    text-align: left;
}

.corporate .section.review .section-subtitleBox {
    text-align: left;
}

.corporate .section.review .aireviewListBtnBox {
    margin-top: 40px;
    margin-bottom: 37px;
}

.corporate .section.review .aireviewListBtnBox--next,
.corporate .section.review .aireviewListBtnBox--prev {
    position: relative;
    width: 34px;
    min-width: 34px;
    height: 34px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 50%;
}

.corporate .section.review .aireviewListBtnBox--prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    background: url(https://static.wehago.com/html/landing/img/mbp/icon_arrow_next_active.png) no-repeat 0 0/18px 18px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.corporate .section.review .aireviewListBtnBox--prev[aria-disabled=true] {
    cursor: default;
}

.corporate .section.review .aireviewListBtnBox--prev[aria-disabled=true]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    background: url(https://static.wehago.com/html/landing/img/mbp/icon_arrow_prev_disable.png) no-repeat 0 0/18px 18px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}

.corporate .section.review .aireviewListBtnBox .aireviewListBtnBox--next::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://static.wehago.com/html/landing/img/mbp/icon_arrow_next_active.png) no-repeat 0 0/18px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.corporate .section.review .aireviewListBtnBox .aireviewListBtnBox--next[aria-disabled=true] {
    cursor: default;
}

.corporate .section.review .aireviewListBtnBox .aireviewListBtnBox--next[aria-disabled=true]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    background: url(https://static.wehago.com/html/landing/img/mbp/icon_arrow_prev_disable.png) no-repeat 0 0/18px 18px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.corporate .section.review .aireviewItem {
    width: 414px;
    height: 399px;
    padding: 41px 0 0 42px;
    background-color: #eaf3fd;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.corporate .section.review .aireviewItem__lsquo {
    font-family: 'NanumSquareNeo','MS PGothic','돋움',Dotum,Helvetica,'Apple SD Gothic Neo',sans-serif;
    font-size: 32px;
    color: #8eaed1;
    line-height: 47px;
    letter-spacing: -1.6px;
}

.corporate .section.review .aireviewItem-titleBox {
    margin-top: -14px;
    min-height: 111px;
    height: 111px;
}

.corporate .section.review .aireviewItem-titleBox__title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
    letter-spacing: -1.3px;
}

.corporate .section.review .aireviewItem-textBox {
    margin-top: 26px;
    height: 105px;
    min-height: 105px;
}

.corporate .section.review .aireviewItem-textBox__text {
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    line-height: 28px;
    letter-spacing: -.9px;
}

.corporate .section.review .aireviewItem-nameBox {
    margin-top: 17px;
}

.corporate .section.review .aireviewItem-nameBox__name {
    font-size: 18px;
    font-weight: 700;
    color: #4b6a8b;
    line-height: 21px;
    letter-spacing: -.9px;
}

.corporate .section.review .aireviewList .swiper-slide {
    width: 414px;
    height: 100%;
}

.corporate .footer {
    position: relative;
    height: 224px;
    background-color: #191919;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.corporate .footer .priceInfo {
    width: 1100px;
    height: 89px;
    margin: 0 auto;
    padding: 47px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.corporate .footer .priceInfo .infoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.corporate .footer .priceInfo .infoList__item {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}

.corporate .footer .priceInfo .infoList__item::before {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: rgba(216, 216, 216, .3);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.corporate .footer .priceInfo .infoList__item:first-of-type::before {
    content: none;
}

.corporate .footer .priceInfo .infoList__itemLink {
    font-family: douzone, "Microsoft YaHei", "PingFang SC", "MS PGothic", "Hiragino Kaku Gothic ProN", "굴림", gulim, "Apple SD Gothic Neo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    line-height: 19px;
    letter-spacing: -.8px;
}

.corporate .footer .douzoneInfo {
    height: 135px;
    padding-top: 31px;
    border-top: 1px solid rgba(217, 217, 217, .09);
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.corporate .footer .douzoneInfo .copyright {
    width: 1090px;
    margin: 0 auto;
    font-family: douzone, "Microsoft YaHei", "PingFang SC", "MS PGothic", "Hiragino Kaku Gothic ProN", "굴림", gulim, "Apple SD Gothic Neo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .4);
    line-height: 18px;
}

.corporate .footer .languageBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.corporate .footer .languageBox .common_component_select {
    background: 0 0;
}

.corporate .footer .languageBox .common_component_select .resultitem,
.corporate .footer .languageBox .common_component_select .selected_item {
    position: relative;
}

.corporate .footer .languageBox .common_component_select .selected_item {
    padding: 0 10px 0 30px;
    color: #fff;
}

.corporate .footer .languageBox .common_component_select .common_component_select_resultbox .resultitem {
    padding: 0 10px 0 30px;
}

.corporate .footer.typeLang .douzoneInfo {
    text-align: left;
}

.corporate .footer.typeLang .priceInfo .infoList__item:first-of-type {
    padding-left: 0;
    margin-left: 0;
}

.corporate .footer .familySite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    overflow: hidden;
    height: 30px;
    font-size: 14px;
    border: 1px solid #4a4a4a;
    border-radius: 4px;
    color: #b4b4b4;
    text-decoration: none;
    padding: 0 10px;
}

.corporate .footer .familySite:hover .ico_svg {
    fill: #fff;
}

.corporate .footer .familySite .ico_svg {
    width: 10px;
    height: 10px;
    fill: #6e6e6e;
}

.corporate .footer .familySite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    overflow: hidden;
    height: 30px;
    font-size: 14px;
    border: 1px solid #4a4a4a;
    border-radius: 4px;
    color: #b4b4b4;
    text-decoration: none;
    padding: 0 10px;
}

.corporate .footer .familySite:hover .ico_svg {
    fill: #fff;
}

.corporate .footer .familySite .ico_svg {
    width: 10px;
    height: 10px;
    fill: #6e6e6e;
}

.corporate .footer .familySite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    overflow: hidden;
    height: 30px;
    font-size: 14px;
    border: 1px solid #4a4a4a;
    border-radius: 4px;
    color: #b4b4b4;
    text-decoration: none;
    padding: 0 10px;
}

.corporate .footer .familySite:hover .ico_svg {
    fill: #fff;
}

.corporate .footer .familySite .ico_svg {
    width: 10px;
    height: 10px;
    fill: #6e6e6e;
}

/* Animation */
.corporate .animated {
    -webkit-animation: fadeIn 2.25s both;
    animation: fadeIn 2.25s both;
}

.corporate .section.auto .corporateCommonBox,
.corporate .section.step .corporateCommonBox,
.corporate .section.useInfo .corporateCommonBox,
.corporate .section.feature .corporateCommonBox,
.corporate .section.subscribe .corporateCommonBox,
.corporate .section.preview .corporateCommonBox,
.corporate .section.review .corporateCommonBox {
    opacity: 0;
}

.corporate .landingOneAi_popup .modal_wrap {
    margin: 0 auto;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* mobile */
.mobile{
    min-width: 320px;
}
.mobile .corporate .corporateHaeder{
    min-width: 320px;
    height: 52px;
}
.mobile .corporate .corporateHaederBox{
    padding: 0 17px;
}
.mobile .corporate .corporateHaederBox-oneai::before{
    height: 10px;
}
.mobile .corporate .corporateHaederBox__text{
    min-width: 73px;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.6);
}
.mobile .corporate .footer{
    height: fit-content;
}
.mobile .corporate .footer .priceInfo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 62px;
    height: auto;
    padding: 20px 0;
    min-width: 320px;
    width: 100%;
}
.mobile .corporate .footer .priceInfo .infoList{
    display: flex;
    flex-wrap: wrap;
}
.mobile .corporate .footer .priceInfo .infoList__item{
    padding-left: 10px;
    margin-left: 10px;
}
.mobile .corporate .footer .priceInfo .infoList__item::before{
    height: 10px;
}
.mobile .corporate .footer .priceInfo .infoList__itemLink{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.6px;
    white-space: nowrap;
}
.mobile .corporate .footer .phoneInfo{
    display: block;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.6px;
    color: rgba(255,255,255,0.8);
    text-align: center;
}
.mobile .corporate .footer .douzoneInfo{
    height: auto;
    padding: 15px 0 20px;
    border-top: 0;
}
.mobile .corporate .footer .douzoneInfo .copyright{
    width: 100%;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    color: #7b7b7b;
}

/* section common */
.mobile .corporate .section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.mobile .corporate .section-titleBox__title{
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1.2px;
}
.mobile .corporate .section-subtitleBox{
    margin-top: 20px;
}
.mobile .corporate .section-subtitleBox__title{
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.7px;
    color: #000;
}

.mobile .corporate .section-subtitleBox__subTitle{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.8px;
    color: #20107e;
}

/* section spot */
.mobile .corporate .corporateCommonBox{
    width: 100%;
}
.mobile .corporate .spotContents{
    position: relative;
    height: 650px;
    background: url(/html/landing/img/corporate/2026/img_mo_spot.png) no-repeat 50% 50% / cover;
}
.mobile .corporate .spotContents .corporateCommonBox{
    position: relative;
    padding-top: 110px;
}
.mobile .corporate .spotContents .spotContents-labelItem{
    width: 134px;
    height: 33px;
    margin: 0 auto;
}
.mobile .corporate .spotContents .spotContents-titleBox{
    margin-top: 16px;
}
.mobile .corporate .spotContents .spotContents-titleBox__title{
    display: block;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -1.8px;
    text-align: center;
}
.mobile .corporate .spotContents .spotContents-titleBox__subTitle{
    display: block;
    margin-top: 0;
    font-size: 30px;
    font-weight: 100;
    line-height: 44px;
    letter-spacing: -1.8px;
    text-align: center;
}
.mobile .corporate .spotContents .spotContents-titleBox__aiText{
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -1.8px;
}
.mobile .corporate .spotContents .spotContents-blurBox{
    position: relative;
    width: calc(100% - 40px);
    height: 200px;
    margin: 30px auto 0;
    box-sizing: border-box;
    max-width: 320px;
    background: none;
}
.mobile .corporate .spotContents .spotContents-blurBox::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/html/landing/img/corporate/2026/img_mo_blurbox.png) no-repeat 50% 0 / auto 100%;
}
.mobile .corporate .spotContents .spotContents-buttonBox{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.mobile .corporate .spotContents .spotContents-buttonBox__buttonItem--blur{
    min-width: 156px;
    height: 46px;
    border-radius: 12px;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    background: #3f2aba;
}

/* aiAutoInfo */
.mobile .corporate .section .aiAutoInfoBox{
    margin-top: 30px;
    gap: 13px;
    padding: 0 20px;
    box-sizing: border-box;
}
.mobile .corporate .section .aiAutoInfoBox-listItem{
    width: 100%;
    height: 92px;
    padding:0 20px;
}
.mobile .corporate .section .aiAutoInfoBox-textBox{
    gap: 6px;
}
.mobile .corporate .section .aiAutoInfoBox-textBox__text{
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.8px;
}
.mobile .corporate .section .aiAutoInfoBox-textBox__subText{
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.9px;
}
.mobile .corporate .section .aiAutoInfoBox-icon{
    width: 56px;
    height: 56px;
}
.mobile .corporate .section.step .aiStepList{
    margin-top: 20px;
}
.mobile .corporate .section.step .aiStepList__title{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.8px;
}
.mobile .corporate .section.step .aiStepList .aiStepListBox{
    max-width: 362px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 0;
    padding: 0 20px;
    margin: 20px auto 0;
    box-sizing: border-box;
}
.mobile .corporate .section.step .aiStepList .aiStepListBox-stepItem{
    height: 30px;
    padding: 0 10px;
    border-radius: 8px;
}
.mobile .corporate .section.step .aiStepList .aiStepListBox-stepItem__textItem{
    display: block;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: -0.36px;
}
.mobile .corporate .section.step .aiStepList .aiStepListBox-stepItem__arrow{
    width: 12px;
    min-width: 12px;
    height: 30px;
    background-position: -11px 50%;
    transform: scale(0.5);
}
.mobile .corporate .section.step .aiStepMovieBox{
    width: calc(100% - 40px);
    height: fit-content;
}
.mobile .corporate .section.useInfo .aiChangesWrap{
    margin-top: 30px;
}
.mobile .corporate .section.useInfo .aiChangesWrap .aiChangesBox{
    flex-direction: row;
    gap: 7px;
    padding: 0 20px;
    margin-top: 10px;
    box-sizing: border-box;
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox{
    flex-direction: column;
    flex: 1;
    gap: 10px;
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox .aiChangesBox__textBox{
    width: 100%;
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox .aiChangesBox__textBox.line2{
    min-height: 84px;
    height: 84px;
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox .aiChangesBox__textBox.line3{
    min-height: 110px;
    height: 110px;
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox .aiChangesBox__textBox.line4{
    min-height: 132px;
    height: 132px;
}
.mobile .corporate .section.useInfo .aiChangesBox__textItem{
    font-size: 14px;
    line-height: 1.47;
    letter-spacing: -0.84px;
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox:first-of-type .aiChangesBox__textBox:nth-child(1)::after,
.mobile .corporate .section.useInfo .aiChangesBox-itemBox:first-of-type .aiChangesBox__textBox:nth-child(2)::after,
.mobile .corporate .section.useInfo .aiChangesBox-itemBox:first-of-type .aiChangesBox__textBox:nth-child(3)::after{
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) rotate(-90deg);
    margin-left: -17px;
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox:first-of-type .aiChangesBox__textBox:nth-child(1)::after,
.mobile .corporate .section.useInfo .aiChangesBox-itemBox:first-of-type .aiChangesBox__textBox:nth-child(2)::after{
    background: url(https://static.wehago.com/html/landing/img/corporate/icon_useinfo_arrow1.png) no-repeat 0 0 / 45px 45px;
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox:nth-child(1) .aiChangesBox__textBox:nth-child(3)::after,
.mobile .corporate .section.useInfo .aiChangesBox + .aiChangesBox .aiChangesBox-itemBox .aiChangesBox__textBox:nth-child(1)::after{
    background: url(https://static.wehago.com/html/landing/img/corporate/icon_useinfo_arrow2.png) no-repeat 0 0 / 45px 45px !important;
}
.mobile .corporate .section.useInfo .aiChangesBox + .aiChangesBox .aiChangesBox-itemBox .aiChangesBox__textBox:nth-child(2)::after,
.mobile .corporate .section.useInfo .aiChangesBox + .aiChangesBox .aiChangesBox-itemBox .aiChangesBox__textBox:nth-child(3)::after{
    background: url(https://static.wehago.com/html/landing/img/corporate/icon_useinfo_arrow3.png) no-repeat 0 0 / 45px 45px !important;
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(1) {
    background: linear-gradient(130deg, #4bbaff -2%, #61a3fe 102%, #846ffc 103%);
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(2) {
    background: linear-gradient(119deg, #55b5ff -1%, #6197fe 103%, #846ffc 104%);
}
.mobile .corporate .section.useInfo .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(3) {
    background: linear-gradient(119deg, #74abfa -1%, #6f8ffd 104%);
}
.mobile .corporate .section.useInfo .aiChangesWrap .aiChangesBox+.aiChangesBox .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(1){
    background: linear-gradient(125deg, #679afd -2%, #6a79ff 103%);
}
.mobile .corporate .section.useInfo .aiChangesWrap .aiChangesBox+.aiChangesBox .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(2){
    background: linear-gradient(125deg, #708cfd -2%, #7d7afd 103%);
}
.mobile .corporate .section.useInfo .aiChangesWrap .aiChangesBox+.aiChangesBox .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(3){
    background: linear-gradient(125deg, #677bff -2%, #7767ff 103%);
}
.mobile .corporate .section.useInfo .aiChangesBox--normal .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(1) {
    background: linear-gradient(119deg, #4bbaff -1%, #61a3fe 103%, #846ffc 104%);
}
.mobile .corporate .section.useInfo .aiChangesBox--normal .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(2) {
    background: linear-gradient(119deg, #74abfa -1%, #6f8ffd 104%);
}
.mobile .corporate .section.useInfo .aiChangesBox--normal .aiChangesBox-itemBox:last-of-type .aiChangesBox__textBox:nth-child(3) {
    background: linear-gradient(125deg, #708cfd -2%, #7d7afd 103%);
}

/* feature */
.mobile .corporate .section.feature .featuresWrapper{
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}
.mobile .corporate .section.feature .featuresWrapper .featuresBox{
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 15px 0;
    height: auto;
}
.mobile .corporate .section.feature .featuresBox-textItem .featuresBox-textItem__title{
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -1px;
}
.mobile .corporate .section.feature .featuresBox-textItem .featuresBox-textItem__subTitle{
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.7px;
}
.mobile .corporate .section.feature .featuresBox-thumbItem{
    position: relative;
    width: 100%;
}
.mobile .corporate .section.feature .featuresBox-thumbItem > img{
    display: block;
    margin: 0 auto;
}
.mobile .corporate .section.subscribe .section-messageBox__text{
    padding: 0 10px;
    font-size: 14px;
    line-height: 16px;
}
.mobile .corporate .section.subscribe .section-messageBox{
    margin-top: 20px;
}
.mobile .corporate .section.subscribe .section-messageBox__text::before,
.mobile .corporate .section.subscribe .section-messageBox__text::after{
    height: 14px;
    transform: translateY(-50%);
}
.mobile .corporate .section.subscribe .subscribeAiBox{
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}
.mobile .corporate .section.subscribe .subscribeAiBox-listItem{
    width: 100%;
    height: 137px;
    min-height: 137px;
    padding: 20px;
    border-radius: 12px;
}
.mobile .corporate .section.subscribe .subscribeAiBox-listItem--normal:nth-child(1) {
    height: 117px;
    min-height: 117px;
}
.mobile .corporate .section.subscribe .subscribeAiBox-listItem--wehagot:nth-child(3) {
    height: 118px;
    min-height: 118px;
}
.mobile .corporate .section.subscribe .subscribeAiBox-textBundle{
    gap: 8px 0;
}
.mobile .corporate .section.subscribe .subscribeAiBox-textBox .subscribeAiBox-textBox__text{
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.9px;
}
.mobile .corporate .section.subscribe .subscribeAiBox-textBox .subscribeAiBox-textBox__subText{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.7px;
    color: #000;
}
.mobile .corporate .section.subscribe .subscribeAiBox-textBox__exMessage{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.6px;
}
.mobile .corporate .section.subscribe .subscribeAiBox-icon{
    top: 20px;
    right: 20px;
}
.mobile .corporate .section.subscribe .aiConfirmBox{
    height: 280px;
    width: calc(100% - 40px);
    margin: 30px auto 0;
    background: url(https://static.wehago.com/html/landing/img/corporate/bg_mo_confirm.png) no-repeat 0 0 / cover;
    border-radius: 20px;
    overflow: hidden;
}
.mobile .corporate .section.subscribe .aiConfirmBox__title{
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.66px;
    text-align: center;
}
.mobile .corporate .section.subscribe .aiConfirmBox-buttonBox{
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.mobile .corporate .section.subscribe .aiConfirmBox-buttonBox > div{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.mobile .corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem{
    font-size: 13px;
    line-height: 15px;
    height: 36px;
}
.mobile .corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem--prompt{
    width: 184px;
}
.mobile .corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem--more{
    width: 142px;
    padding: 0 10px 0 15px;
}
.mobile .corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem--subscribe{
    width: 128px;
    padding: 0 10px 0 15px;
}
.mobile .corporate .section.subscribe .aiConfirmBox-buttonBox__buttonItem::after{
    margin-left: 0;
    width: 14px;
    height: 14px;
    min-width: 14px;
    background-size: 14px 14px;
}
.mobile .corporate .section.preview{
    height: auto;
}
.mobile .corporate .section.preview .aiPreviewBox{
    width: calc(100% - 40px);
    margin: 30px auto 0;
    height: auto;
    aspect-ratio: 1/0.56;
}
.mobile .corporate .section.review{
    padding-bottom: 100px;
}
.mobile .corporate .section.review .section-titleBox,
.mobile .corporate .section.review .section-subtitleBox{
    text-align: center;
}
.mobile .corporate .section.review .aireviewListBtnBox{
    display: none;
}
.mobile .corporate .section.review .swiper{
    position: relative;
    margin-top: 30px;
    width: calc(100% - 40px);
    margin: 30px auto 0;
    box-sizing: border-box;
}
.mobile .corporate .section.review .aireviewList .swiper-slide{
    width: calc(100% - 40px);
}
.mobile .corporate .section.review .aireviewItem{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 285px;
    padding: 25px;
    box-sizing: border-box;
}
.mobile .corporate .section.review .aireviewItem-titleBox{
    margin-top: -10px;
    margin-bottom: 10px;
    height: auto;
    min-height: 0;
}
.mobile .corporate .section.review .aireviewItem-titleBox__title{
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -1px;
}
.mobile .corporate .section.review .aireviewItem-textBox{
    margin-top: auto;
    min-height: 0;
    height: auto;
}
.mobile .corporate .section.review .aireviewItem-textBox__text{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.7px;
}
.mobile .corporate .section.review .aireviewItem-nameBox{
    margin-top: 10px;
}
.mobile .corporate .section.review .aireviewItem-nameBox__name{
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.8px;
}
.mobile .swiper-container-horizontal>.swiper-pagination-bullets,
.mobile .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -30px;
}
.mobile .swiper-pagination-bullet-active{
    width: 14px;
    border-radius: 7px;
    background: rgba(0,0,0,0.3);
}
.mobile .landingOneAi_popup_mobile{display:block;position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;background-color:#263b62;overflow-y:auto}
.mobile .landingOneAi_popup_mobile .ly_header{display:block;padding:10px 16px;font-size:18px;line-height:26px;color:#fff;font-weight:700;border-bottom:1px solid #66738c;-webkit-box-sizing:border-box;box-sizing:border-box}
.mobile .landingOneAi_popup_mobile .ly_body{display:block;padding:10px 16px 60px;-webkit-box-sizing:border-box;box-sizing:border-box}
.mobile .landingOneAi_popup_mobile .ly_body .bodyTitle{font-size:20px;color:#fff;margin:10px 0}
.mobile .landingOneAi_popup_mobile .ly_body .title{display:block;font-size:13px;line-height:41px;letter-spacing:-.65px;color:#fff}
.mobile .landingOneAi_popup_mobile .ly_body .title.multipleLine{line-height:20px;margin-bottom:10px;letter-spacing:-.8px}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box{display:block}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item{display:table;margin-bottom:10px;width:100%;border-bottom:1px solid #5b6b86}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item input,.landingOneAi_popup_mobile .ly_body .inner_box .item label,.landingOneAi_popup_mobile .ly_body .inner_box .item select{display:table-cell;vertical-align:top;padding:8px 0}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item label{width:30%;font-size:14px;line-height:15px;letter-spacing:-.7px;color:#fff}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item label .required{display:inline-block;vertical-align:top;margin-left:3px;color:#ff6565}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item input,.landingOneAi_popup_mobile .ly_body .inner_box .item select{width:100%;font-size:14px;line-height:15px;background-color:#263b62;border:0;outline:0;color:#fff}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item input::-webkit-input-placeholder,.landingOneAi_popup_mobile .ly_body .inner_box .item select::-webkit-input-placeholder{color:#96a4bb}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item input::-moz-placeholder,.landingOneAi_popup_mobile .ly_body .inner_box .item select::-moz-placeholder{color:#96a4bb}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item input:-ms-input-placeholder,.landingOneAi_popup_mobile .ly_body .inner_box .item select:-ms-input-placeholder{color:#96a4bb}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item input::-ms-input-placeholder,.landingOneAi_popup_mobile .ly_body .inner_box .item select::-ms-input-placeholder{color:#96a4bb}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item input::placeholder,.landingOneAi_popup_mobile .ly_body .inner_box .item select::placeholder{color:#96a4bb}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item select{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item select::-ms-expand{display:none}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item select.recover{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;padding:6px 0}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.excp label,.landingOneAi_popup_mobile .ly_body .inner_box .item.using_svc label{display:block;width:100%}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.excp label>strong,.landingOneAi_popup_mobile .ly_body .inner_box .item.using_svc label>strong{color:#ea5f5c}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.excp .chk_item,.landingOneAi_popup_mobile .ly_body .inner_box .item.using_svc .chk_item{display:block;overflow:hidden}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.excp .chk_item>span,.landingOneAi_popup_mobile .ly_body .inner_box .item.using_svc .chk_item>span{display:inline-block;vertical-align:top;margin-right:10px}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.excp .chk_item>span>input,.landingOneAi_popup_mobile .ly_body .inner_box .item.using_svc .chk_item>span>input{display:inline-block;vertical-align:top;margin-top:6px;width:16px;height:16px}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.excp .chk_item>span>label,.landingOneAi_popup_mobile .ly_body .inner_box .item.using_svc .chk_item>span>label{display:inline-block;vertical-align:top;width:auto}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.excp .textbox,.landingOneAi_popup_mobile .ly_body .inner_box .item.using_svc .textbox{display:block;width:100%;height:100px;border:1px solid #485a79;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:13px;background:#485a79}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.excp .textbox.noResize,.landingOneAi_popup_mobile .ly_body .inner_box .item.using_svc .textbox.noResize{resize:none}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.excp .agree_area,.landingOneAi_popup_mobile .ly_body .inner_box .item.using_svc .agree_area{width:100%;padding:10px;overflow-y:auto;border:1px solid #263b62;background-color:#304a80;color:#96a4bb;font-size:10px;line-height:16px;letter-spacing:-.5px;-webkit-box-sizing:border-box;box-sizing:border-box}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.type_none_border{border-bottom:0}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.type_true{border-bottom-color:#21c37c}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .item.type_false{border-bottom-color:#fb5356}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .chk_bx{display:block;text-align:right}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .chk_bx>input{display:inline-block;width:16px;height:16px;vertical-align:top;border:0;outline:0}
.mobile .landingOneAi_popup_mobile .ly_body .inner_box .chk_bx>label{display:inline-block;vertical-align:top;font-size:12px;line-height:17px;letter-spacing:-.9px;color:#fff}
.mobile .landingOneAi_popup_mobile .ly_body .btn_area{position:fixed;bottom:0;right:0;left:0;display:block;width:100%;height:45px}
.mobile .landingOneAi_popup_mobile .ly_body .btn_area .btn_submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;outline:0;text-align:center;font-size:16px;line-height:45px;color:#fff;background-color:#2c7bf2}
.mobile .landingOneAi_popup_mobile .ly_body .btn_area .btn_submit.type_disable{background:#f2f2f2;color:#8d8d8d;cursor:pointer}
.mobile .landingOneAi_popup_mobile .ly_body .btn_exit{display:block;width:24px;height:24px;position:absolute;top:10px;right:16px}
.mobile .landingOneAi_popup_mobile .ly_body .btn_exit>button{display:block;width:100%;height:100%;border:0;outline:0}
.mobile .landingOneAi_popup_mobile .ly_body .btn_exit .icon-exit:before{content:"";display:block;position:absolute;top:50%;left:50%;margin:-7.5px 0 0 -7.5px;background-image:url(https://static.wehago.com/html/landing/img/wlm/sp_wlm.png);background-size:325px 1250px;-webkit-background-size:325px 1250px;width:15px;height:15px;background-position:-285px -61px}
.mobile .landingOneAi_popup_mobile--renew{background:#191919}
.mobile .landingOneAi_popup_mobile--renew .ly_body .inner_box .item input,.landingOneAi_popup_mobile--renew .ly_body .inner_box .item select{background:0 0}
.mobile .landingOneAi_popup_mobile--renew .ly_body .inner_box .item.excp .textbox{background:#464646}
.mobile .landingOneAi_popup_mobile--renew .ly_body .inner_box .item.excp .agree_area{font-size:11px;background:#3b3b3b;color:#fff}
.mobile .landingOneAi_popup_mobile--renew .ly_body .inner_box .item.using_svc .textbox{background:#464646}
.mobile .landingOneAi_popup_mobile--renew .ly_body .inner_box .item.using_svc .agree_area{font-size:11px;background:#3b3b3b;color:#fff}