.sub__top {
    margin-top: 72px;
    position: relative;
    height: 580px;
    z-index: 2;
    font-size: 0;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.sub__shape {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.sub__shape__left {
    position: absolute;
    left: 0;
    top: 0;    
}

.sub__shape__right {
    position: absolute;
    right: 20px;
    bottom: 0;    
}


/* 초기 */
.sub__text h2{
    opacity:0;
    filter:blur(16px);
    transform:translateY(80px) scale(.96);
}



/* 타이틀 */
.sub__top.on .sub__text h2{
    animation:titleReveal 1.4s .5s cubic-bezier(.19,1,.22,1) forwards;
}





@keyframes titleReveal{

    0%{
        opacity:0;
        filter:blur(18px);
        transform:translateY(70px) scale(.97);
        letter-spacing:.15em;
    }

    35%{
        opacity:.3;
    }

    70%{
        opacity:1;
        filter:blur(4px);
    }

    100%{
        opacity:1;
        filter:blur(0);
        transform:translateY(0) scale(1);
        letter-spacing:0;
    }

}

.sub__top__bg {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
}

.sub__top__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub__text {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.sub__text h2 {
    opacity: 0;
    filter: blur(10px);
    color: #FFF;
    text-align: center;
    font-family: "Pretendard";
    font-size: 100px;    
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.sub__title1 {
    color: #000;
    font-family: "Pretendard";
    font-size: 70px;    
    font-weight: 700;
    line-height: 1.4;
}

.sub__subject1 {
    color: #000;
    font-family: "Pretendard";
    font-size: 40px;    
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -1.2px;
}

.sub__text1 {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Pretendard";
    font-size: 26px;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.78px;
}

.sub__text2 {
    color: #000;
    font-family: "Pretendard";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 166.667% */
    letter-spacing: -1.08px;
}

.sub__second {
    padding-top: 150px;
    padding-bottom: 215px;
}

.sub__second__title.ver1 {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.sub__second__title.ver1 div {
    margin-top: 30px; 
}

.sub__second__title div {
    margin-top: 100px;
    text-align: right;
}

.sub__second__title div p {    
    display: inline-block;
    max-width: 850px;
    text-align: left;
}

.platform__capa {
    padding: 150px 0;
    background: url(../images/sub/platform_bg1.png) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.platform__capa.ver1 {
    background: url(../images/sub/net_bg1.png) no-repeat;
    background-size: cover;
}

.platform__capa.ver2 {
    background: url(../images/sub/tech_bg1.png) no-repeat;
    background-size: cover;
}

.platform__capa.ver2 .sub__title1 {
    color: #fff;
}

.platform__capa__flex {
    display: flex;
}

.platform__capa__flex > div,
.platform__capa__flex > ul {
    flex: 1;
}

.platform__capa__flex > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.70);
}

.platform__capa.ver2 .platform__capa__flex > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.70);    
}

.platform__capa__flex > ul li {
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.70);
    overflow: hidden;
}

.platform__capa.ver2 .platform__capa__flex > ul li { 
    padding: 60px 0;   
    border-bottom: 1px solid rgba(255, 255, 255, 0.70);
}

.platform__capa__flex > ul li p {
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.80);
    font-family: "Pretendard";
    font-size: 24px;    
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

.platform__capa.ver2 .platform__capa__flex > ul li h4 {
    color: #FFF;
    font-family: "Pretendard";
    font-size: 32px;    
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.96px;
    
}

.platform__capa.ver2 .platform__capa__flex > ul li h4 {
    display: flex;
    gap: 5px;
}

.platform__capa.ver2 .platform__capa__flex > ul li h4 span {
    color: #FFF;
    font-family: "Pretendard";
    font-size: 32px;    
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.96px;
}

.platform__flow {
    padding: 150px 0;
}

.platform__flow ul {
    margin-top: 80px;
    display: flex;
}

.platform__flow ul li {
    display: inline-flex;    
    padding: 20px 40px;
    box-sizing: border-box;
    flex: 1;
    border-left: 1px solid rgba(0, 0, 0, 0.30);    
    gap: 35px;
    flex-direction: column;
}

.platform__flow ul li div {
    display: inline-flex;
    gap: 35px;
    flex-direction: column;
}

.platform__flow ul li span {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 300px;
    background: #0FAFED;
    flex-shrink: 0;
    color: #FFF;
    font-family: "Pretendard";
    font-size: 16px;    
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.48px;
}

.platform__flow ul li p {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Pretendard";
    font-size: 24px;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

.platform__flow .sub__subject1 {
    line-height: 1.1;
}

.product__what1 {
    padding-top: 210px;
    padding-bottom: 350px;
    background: url(../images/sub/product_arr1.png) no-repeat;
    background-position: left 50%;
    background-size: contain;
}

.product__what__title {

}

.product__what__title h3 {
    color: #000;
    text-align: center;
    font-family: "Pretendard";
    font-size: 100px;    
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: -3px;
}

.product__what__title h3 span {
    color: #0FAFED;
    font-family: "Pretendard";
    font-size: 100px;    
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: -3px;
}

.product__what__title h3 span.ver1 {
    color: #0DD685;
}

.product__what__title h3 span.ver2 {
    background: var(--gra01, linear-gradient(180deg, #FA1804 17.09%, #FEB505 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.product__what__title p {
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-family: "Pretendard";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.83;
    letter-spacing: -1.08px;
}

.product__what__title p.ver2 {
    margin-top: 50px;
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-family: "Pretendard";
    font-size: 20px;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.6px;
}

.product__what__title p.ver2 span {
    color: #FA1804;
    font-family: "Pretendard";
    font-size: 20px;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.6px;
}

.product__what1__box {
    margin-top: 115px;
}

.product__what1__box .scope {
    display: flex;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #FEB505;
    color: #FFF;
    font-family: "Pretendard";
    font-size: 24px;    
    font-weight: 500;    
    letter-spacing: -0.72px;
}

.product__what1__box ul {    
    display: flex;
    gap: 10px;
    width: 100%;
    box-shadow: 0 40px 40px 0 rgba(15, 175, 237, 0.10);
}

.product__what1__box ul.ver1 {
    box-shadow: 0 40px 40px 0 rgba(13, 214, 133, 0.10);
}

.product__what1__box ul.ver2 {
    padding-top: 10px;
    box-shadow: 0 40px 40px 0 rgba(254, 167, 5, 0.15);
}

.product__what1__box ul li {
    display: inline-flex;
    height: 509px;
    padding: 60px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
    flex: 1;
}

.product__what1__box ul li span {
    background: #000;
    border-radius: 50%;
    display: flex;
    width: 54px;
    height: 54px;
    padding: 2px 3px;
    justify-content: center;
    align-items: center;    
    aspect-ratio: 1/1;
}

.product__what1__box ul li h4 {
    font-weight: 600;
}

.product__what1__box ul li div p {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Pretendard";
    font-size: 24px;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

.product__what1__box ul li div p::before {
    display: inline-block;
    content: '•';
    color: rgba(0, 0, 0, 0.80);
    font-family: "Pretendard";
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.72px;
    margin-right: 5px;
}

.product__what2 {
    padding: 150px 0 200px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.03);
    
}

.product__what2 ul {
    margin-top: 85px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.product__what2 ul li {
    border: 1px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
    width: 100%;    
    padding: 60px 100px;
    box-sizing: border-box;    
}

.product__what2 ul li div {
    display: flex;
    gap: 35px;
    align-items: center;
}

.product__what2 ul li div h4 {
    flex: 1;
    font-weight: 600;
}

.product__what2 ul li div p {
    flex: 1;
    color: rgba(0, 0, 0, 0.80);
    font-family: "Pretendard";
    font-size: 24px;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

.product__what2 ul li div span {
    display: inline-flex;
    width: 150px;
    align-items: center;
    justify-content: flex-end;
}

.product__what2 ul li div span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #0FAFED;
    border-radius: 50%;
}

.product__what2 ul li div span.ver1 i {
    background: #0DD685;
}

.product__what2 ul li div span.ver2 i {
    background: var(--gra01, linear-gradient(180deg, #FA1804 17.09%, #FEB505 100%));
}


.platform__flow ul li .sub__subject1 i {
    color: rgba(0, 0, 0, 0.30);
    font-family: "Pretendard";
    font-size: 30px;
    font-style: normal;    
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.9px;
}

.ai__title {
    text-align: center;
    position: relative;
}

.ai__temp .mobile,
.ai__temp .tablet {
    display: none;
}

.ai__title > span {
    display: block;
    color: #000;
    font-family: "Pretendard";
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -3px;
}

.ai__title > span.blank {
    margin-top: 40px;
    font-size: 0;
    line-height: 0;
}

.ai {
    position: relative;
    background: url(<path-to-image>) lightgray 0px -426.564px / 100% 204.741% no-repeat, rgba(0, 0, 0, 0.50);
    background-blend-mode: multiply, normal;
    padding: 170px 0 300px;    
    overflow: hidden;
}

.ai .inner {
    position: relative;
    z-index: 2;
}

.ai__bg {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
}

.ai__title > span i {    
    color: rgba(0, 0, 0, 0.70);
    font-family: "Pretendard";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 83.333% */
    letter-spacing: -1.08px; 
    font-style: normal;
}

.ai__title ul {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    bottom: 0;
}

.ai__title ul li {
    text-align: left;
}

.ai__title ul li span {
    position: relative;    
    color: rgba(0, 0, 0, 0.70);
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}


.ai__title ul li span::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
} 

.ai__title ul li:nth-child(1) span::before {
    background: #0FAFED;
}

.ai__title ul li:nth-child(2) span::before {
    background: #0DD685;

}

.ai__title ul li:nth-child(3) span::before {
    background: #FA1804
}

.ai__temp {
    margin-top: 150px;
}

.ai__temp img {
    max-width: 100%;
}

.ai__rect {
    margin-top: 80px;
}

.ai__rect ul {
    display: flex;
    gap: 30px;
    width: 100%;
}

.ai__rect ul li {
    padding: 40px 30px;
    box-sizing: border-box;    
    background: #fff;
    flex: 1;
}

.ai__rect ul li div {
    
}

.ai__rect ul li div span {    
    margin-left: 10px;
    font-family: "Pretendard";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;    
    letter-spacing: -1.8px;
    color: #0DD685;
}

.ai__rect ul li:nth-child(1) div span {
    margin-left: 0;
    background: linear-gradient(90deg, #FA1804 0%, #FEB505 110.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai__rect ul li div i {
    display: inline-block;
    color: #000;
    font-family: "Pretendard";
    font-style: normal;
    font-size: 60px;    
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1.8px;
}

.ai__rect ul li div b {
    color: #000;
    font-family: "Pretendard";
    font-size: 60px;    
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.8px;
}

.ai__rect ul li:nth-child(3) div i {
    margin-left: 10px;
}

.ai__rect ul li > p {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    color: rgba(0, 0, 0, 0.70);
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

.vision__rect1 ul {
    display: flex;
    gap: 30px;
    margin-top: 140px;
}

.vision__core .mobile {
    display: none;
}

.vision__rect1 ul li:nth-child(1) {
    margin-top: 265px;
}

.vision__rect1 ul li:nth-child(3) {
    margin-top: 363px;
}

.vision__rect ul li .textbox {
    margin-bottom: 40px;
}

.vision__rect ul li .textbox p {
    color: rgba(0, 0, 0, 0.40);
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

.vision__rect1 ul li:nth-child(4) {
    margin-top: 150px;
}

.vision__rect ul li img {
    max-width: 100%;;
}

.vision__rect2 ul {
    display: flex;
    gap: 30px;
    margin-top: 140px;
}


.vision__rect2 ul li:nth-child(1) {
    margin-top: 150px;
}

.vision__rect2 ul li:nth-child(2) {
    margin-top: 363px;
}

.vision__rect2 ul li:nth-child(4) {
    margin-top: 265px;
}

.vision__core .imgbox {
    margin-top: 55px;
}

.vision__core .imgbox img {
    max-width: 100%;
}

.greetings__title .sub__title1 {
    color: #000;
    font-family: "Pretendard";
    font-size: 50px;    
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -1.5px;
}

.greetings__title .ver1 div {
    max-width: 850px;
}

.greetings__title .ver1 div .text2 {
    color: #333;
    font-family: "Pretendard";
    font-size: 30px;    
    font-weight: 500;
    line-height: 1;
    margin-top: 130px;
    margin-right: 150px;
}

.sus__title .ver1 {
    gap: 120px;
}

.sus__title .ver1 .textbox {
    text-align: left;
    flex: 1;
}

.sus__title .ver1 .textbox .imgbox {
    display: none;
}

.sus__title .ver1 .textbox h4 {
    margin-top: 150px;
}

.sus__title .ver1 .textbox div {
    margin-top: 35px;
}

.sus__title .ver1 .imgbox {
    flex: 1;
}

.sus__title .ver1 .imgbox img {
    max-width: 100%;
}

.sus__way {
    margin-bottom: 250px;
}

.sus__way ul {
    margin-top: 125px;
}

.sus__way ul li {
    display: flex;
    margin-top: 145px;
}

.sus__way ul li:first-child {
    margin-top: 0;
}

.sus__way ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.sus__way ul li .imgbox,
.sus__way ul li .textbox {
    width: 50%;
}

.sus__way ul li .imgbox img {
    max-width: 100%;
}

.sus__way ul li .textbox  {   
    display: inline-flex; 
    align-items: center;
    padding: 85px;    
    box-sizing: border-box;
    padding-right: 0;
}

.sus__way ul li:nth-child(even) .textbox {
    padding-left: 0;
}

.sus__way ul li .textbox span {
    color: rgba(0, 0, 0, 0.15);
    font-family: "Pretendard";
    font-size: 100px;    
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3px;
}

.sus__way ul li .textbox h4 {
    margin-top: 24px;
    margin-left: 9px;
    line-height: 1;
}

.sus__way ul li .textbox h4 i {
    display: inline-block;
    color: rgba(0, 0, 0, 0.50);
    font-family: "Pretendard";
    font-size: 30px;    
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.9px;
}

.sus__way ul li .textbox p {
    margin-top: 24px;
    margin-left: 9px;
}

.inquiry__title {
    padding-bottom: 110px;
}

.inquiry__title p span,
.inquiry__title p a {
    color: #0FAFED;
    font-family: "Pretendard";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.78px;
}

.inquiry___flex {
    display: flex;   
    gap: 20px;
}

.inquiry___input {
    width: 66%;
}

.inquiry__agree {
    width: 34%;
}

.inquiry__input__row:first-child {
    margin-top: 0;
}

.inquiry__input__row {
    margin-top: 18px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 25px 30px;
    transition: border 0.5s ease;
    gap: 50px;
    display: flex;
}

.inquiry__input__row input:-webkit-autofill,
.inquiry__input__row input:-webkit-autofill:hover,
.inquiry__input__row input:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 9999s ease-out;
}

.inquiry__input__row.ver1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inquiry__input__row input {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    outline: none;
    color: #000;
    font-family: "Pretendard";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

.custom_select_btn span,
.inquiry__input__row textarea::placeholder,
.inquiry__input__row input::placeholder {
    color: rgba(6,6,6,0.3) !important;
}

.inquiry__input__row:focus-within {
    border: 1px solid #000;   
}

.inquiry__input__row span {
    color: #000;
    font-family: "Pretendard";
    font-size: 24px;    
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

/* 공통 */
.custom_select,
.mobile_select {
    width: 100%;
}

/*************************
    PC Custom Select
*************************/
.custom_select {
    position: relative;
}

.custom_select_btn {
    width: 100%;
    height: auto;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border .25s;
    border: 0;
}

.custom_select_btn:hover {
    border-color: #000;
}

.custom_select_btn::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: .3s;
    margin-left: 15px;
}

.custom_select.active .custom_select_btn::after {
    transform: rotate(-135deg);
    margin-top: 6px;
}


.custom_select_btn.start span {
    color: #000 !important;
}

.inquiry__input__row textarea {
    height: 200px;
    box-sizing: border-box;
    border: 0;
    outline: none;
    resize: none;
    color: #000;
    font-family: "Pretendard";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

.custom_select_list {
    border-top: 0;
    position: absolute;
    left: -161px;
    top: calc(100% + 14px);
    width: calc(100% + 190px);
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: none;
    display: none;
    overflow: hidden;
    z-index: 100;
    border-radius: 5px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 0;
}

.custom_select_list::before {
    content: '';
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
    background: rgba(0, 0, 0, 0.20);
    top: 10px;
}

.custom_select.active .custom_select_list {
    display: block;
}

.custom_select_list li {
    padding: 5px 32px;
    cursor: pointer;
    font-size: 15px;
    color: #222;
    transition: .2s;
    color: #000;
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px; /* 187.5% */
    letter-spacing: -0.72px;
}

.custom_select_list li:hover {
    /* background: #f5f5f5; */
    color: #0FAFED;
}

.custom_select_list li + li {
    /* border-top: 1px solid #eee; */
}

/*************************
    Mobile Select
*************************/
.mobile_select {
    display: none;

    width: 100%;
    height: 56px;
    padding: 0 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    color: #222;
    outline: none;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image:
        linear-gradient(45deg, transparent 50%, #666 50%),
        linear-gradient(135deg, #666 50%, transparent 50%);
    background-position:
        calc(100% - 20px) 24px,
        calc(100% - 14px) 24px;
    background-size: 6px 6px;
    background-repeat: no-repeat;
}



.inquiry__agree {
    border-radius: 5px;
    background: #F4F4F4;
    padding: 50px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
}

.inquiry__agree h4 {
    color: #000;
    font-family: "Pretendard";
    font-size: 24px;    
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.72px;
}

.inquiry__agree__text {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.inquiry__agree__text p {
    color: rgba(0, 0, 0, 0.70);
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.6px;
}

label.inquiry__agree__check {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    bottom: 50px;
    width: calc(100% - 100px);
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    padding-top: 20px;
}

.inquiry__agree__check input{
    display:none;
}

.inquiry__agree__check .check{
    width:15px;
    height:15px;
    border:1px solid #ccc;
    border-radius:4px;
    position:relative;
    transition:.25s;
    flex-shrink:0;
    background:#fff;
}

.inquiry__agree__check .check::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: .2s;
}

.inquiry__agree__check input:checked + .check{
    background:#111;
    border-color:#111;
}

.inquiry__agree__check input:checked + .check::after{
    transform:rotate(45deg) scale(1);
}

.inquiry__agree__check p{
    color: rgba(0, 0, 0, 0.70);
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.6px;
}

.input__btn {
    margin-top: 75px;
}

.input__btn button {
    display: inline-flex;
    padding: 30px 80px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 300px;
    background: #0FAFED;
    box-sizing: border-box;
    border: 0;
    outline: none;
}

.input__btn button span {
    color: #FFF;
    font-family: "Pretendard";
    font-size: 24px;    
    font-weight: 600;
    line-height: 1.5;
}

.input__btn button img {

}

.inquiry__form {
    margin-bottom: 230px;
}

.greetings__title .sub__text1 {
    line-height: 1.9;
}

.inquiry__title * {
    text-align: center !important;
}


.sub__second__title.ani_bt2 {
    opacity: 0;
}


@media (max-width: 1600px) {

    .sub__text h2 {    
        font-size: 80px;
    }

    .sub__title1 {        
        font-size: 60px;                
    }

    .sub__text1 {    
        font-size: 24px;
    }

    .product__what1__box ul li {
        display: inline-flex;
        height: 509px;
        padding: 50px 25px; 
    }

    .product__what1__box ul li h4 {
        font-size: 36px;
    }

    .product__what1__box ul li div p {    
        font-size: 22px;
    }


    .greetings__title .sub__second__title.ver1 {
        display: flex;
        justify-content: space-between;
        gap: 80px;
        flex-direction: column;
        align-items: center;
    }

    .greetings__title .sub__title1 {        
        max-width: 850px;
        text-align: left;
        width: 100%;
    }

    .greetings__title .ver1 div .text2 {        
        margin-right: 0;
    }

}

@media (max-width: 1280px) {

    .sub__text h2 {    
        font-size: 70px;
    }

    .sub__title1 {        
        font-size: 50px;                
    }

    .sub__subject1 {    
        font-size: 35px;
    }

    .sub__text1 {    
        font-size: 22px;
    }

    .sub__text2 {        
        font-size: 30px;
        line-height: 1.8;
        letter-spacing: -0.025em;
    }

    .sub__second {
        padding-top: 75px;
        padding-bottom: 100px;
    }

    .product__what__title h3,
    .product__what__title h3 span {    
        font-size: 80px;
    }

    .product__what__title p {    
        font-size: 33px;
    }

    .product__what__title p.ver2,
    .product__what__title p.ver2 span {
        font-size: 18px;
    }

    .product__what1__box ul li {     
        height: 459px;
    }

    .product__what1 {
        padding-top: 100px;
        padding-bottom: 170px;
    }    

    .product__what1__box {
        margin-top: 75px;
    }

    .product__what1__box ul li {
        height: 370px;
        gap: 15px;
    }

    .product__what1__box ul li h4 {
        font-size: 31px;
    }

    .product__what1__box ul li div {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }

    .product__what1__box ul li div p::before,
    .product__what1__box ul li div p {
        font-size: 19px;
    }


    .platform__capa {
        padding: 100px 0;
    }

    .platform__capa__flex {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .platform__capa .sub__title1 {
        text-align: center;
    }

    .platform__capa__flex > ul li {
        padding: 35px 0; 
        text-align: center;
    }


    .platform__capa__flex > ul li p {
        margin-top: 10px;    
        font-size: 21px;
    }

    .platform__capa.ver2 .platform__capa__flex > ul li h4,
    .platform__capa.ver2 .platform__capa__flex > ul li h4 span {
        font-size: 24px;
    }

    .platform__capa.ver2 .platform__capa__flex > ul li h4 br {
        display: none;
    }



    .platform__flow ul li {
        display: inline-flex;
        gap: 25px;
        padding: 0px 20px;
    }

    .platform__flow ul li p {    
        font-size: 21px;    
    }


    .platform__flow .sub__subject1 {
        min-height: 30px;
    }

    .platform__flow ul li .sub__subject1 i {
        font-size: 25px;
    }
    
    .platform__flow,
    .product__what2 {
        padding: 100px 0;
    }    

    .product__what2 ul li {        
        padding: 40px 40px;        
    }

    .product__what2 ul li div p {
        font-size: 22px;
    }

    .platform__capa.ver2 .platform__capa__flex > ul li {
        padding: 40px 0;
        text-align: left;
        width: 100%;
    }



    .ai {
        padding: 100px 0;
    }

    .ai__title > span {    
        font-size: 70px;
    }

    .ai__title > span i {    
        font-size: 28px;
    }

    .ai__title > span.blank {
        margin-top: 30px;
    }

    .ai__rect ul li div span,
    .ai__rect ul li div i,
    .ai__rect ul li div b {    
        font-size: 50px;
    }

    .ai__rect ul li > p {        
        font-size: 20px;
    }

    .ai__rect ul li {
        padding: 30px 20px;
    }

    .sub__second__title.ver1 div {
        margin-top: 15px;
    }


    .vision__rect ul li .textbox p {    
        font-size: 19px;        
        line-height: 1.5;        
    }

    .vision__rect1 ul li:nth-child(3),
    .vision__rect2 ul li:nth-child(2) {
        margin-top: 283px;
    }

    .vision__rect ul li .textbox {
        margin-bottom: 30px;
    }

    .vision__core {
        overflow-x: hidden;
    }

    .vision__core .imgbox { 
        display: none;
    }

    .vision__core .mobile {
        display: block;
        text-align: center;
        margin-top: 50px;
    }

    .vision__core ul {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .vision__core ul .div1 { grid-area: 3 / 1 / 4 / 3; }

    .vision__core .bg1 {
        position: relative;
        padding: 50px 0;
        margin-top: -50px;
    }

    .vision__core .bg1::before {
        content: '';
        position: absolute;
        left: -100px;
        top: 0;
        width: 120vw;
        height: 100%;
        background: #EFF1F1;
    }

    .vision__core ul li {
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        display: inline-flex;
        gap: 30px;
        text-align: left;
    }

    .vision__core ul li span {
        display: flex;
        width: 45px;
        height: 45px;        
        justify-content: center;
        align-items: center;
        gap: 10px;
        aspect-ratio: 1/1;
        border-radius: 51px;
        background: #222;
        color: #FFF;
        font-family: "Pretendard";
        font-size: 18px;        
        font-weight: 700;
        line-height: 1.1;
        letter-spacing: -0.54px;
    }

    .vision__core ul li div {
        
    }

    .vision__core ul li div h4 {
        color: #000;
        font-family: "Pretendard";
        font-size: 36px;        
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: -1.08px;
    }

    .vision__core ul li div p {
        margin-top: 18px;
        color: rgba(0, 0, 0, 0.70);
        font-family: "Pretendard";
        font-size: 24px;        
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: -0.72px;
    }

    .vision__core {

    }    

    .greetings__title .ver1 div .text2 {    
        margin-right: 0;
        margin-top: 100px;
        font-size: 25px;
    }

    .sus__title .ver1 {
        gap: 50px;
    }

    .sus__title .ver1 .textbox h4 {
        margin-top: 90px;
    }

    .sus__way ul li {
        display: flex;
        margin-top: 0;
        flex-direction: column;
    }

    .sus__way ul li:nth-child(even) {
        flex-direction: column;
        align-items: flex-end;
    }

    .sus__way ul li:nth-child(even) .textbox div {
        text-align: right;
    }

    .sus__way ul li .textbox {
        display: inline-flex;
        align-items: center;
        padding: 25px 0;
        box-sizing: border-box;
        padding-right: 0;
    }

    .sus__way ul li .textbox span {    
        font-size: 70px;        
    }

    .sus__way ul li .textbox h4 {
        margin-top: 15px;
        margin-left: 9px;
        line-height: 1.2;
    }

    .sus__way ul li .textbox p {
        margin-top: 15px;
        margin-left: 9px;
    }

    .sus__way__title {
        text-align: center;
    }

    .sus__way ul {
        margin-top: 65px;
    }

    .sus__way {
        margin-bottom: 125px;
    }

    .inquiry__input__row span,
    .inquiry__input__row input,
    .inquiry__input__row textarea {    
        font-size: 21px;
    }

    .inquiry__agree {
        padding: 30px;
    }

    .inquiry__agree h4 {    
        font-size: 21px;
    }

    .inquiry__agree__text p {    
        font-size: 17px;
    }

    .inquiry__agree__check p {    
        font-size: 17px;
    }

    .inquiry__agree {
        width: 38%;
    }

    .ai__temp .mobile,
    .ai__temp .web {
        display: none;
    }

    .ai__temp .tablet {
        display: block;
    }

    .custom_select_list {    
        left: -151px;
        top: calc(100% + 14px);
        width: calc(100% + 180px);
    }

}

@media (max-width: 1024px) {

    .sub__top {
        margin-top: 66px;    
        height: 480px;
    }

    .sub__text h2 {    
        font-size: 60px;
    }

    .sub__title1 {        
        font-size: 40px;                
    }

    .sub__subject1 {
        font-size: 28px;
    }

    .sub__text1 {    
        font-size: 20px;
    }

    .platform__flow ul li .sub__subject1 i {
       font-size: 20px;
       letter-spacing: -0.025em;
    }

    .sub__second__title div {
        margin-top: 50px;        
        text-align: center;
    }

    .sub__second__title div p {
        text-align: center;
    }

    .sub__second__title h3 {
        text-align: center;
    }
        
    .product__what1__box ul { 
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }    

    .product__what1__box ul li {        
        height: auto;
        gap: 15px;
        align-items: center;
        padding: 35px 20px;
    }

    .platform__capa__flex > ul li p {
        font-size: 18px;
    }


    .platform__flow ul {
        margin-top: 60px;        
        display: grid;
        grid-template-columns: repeat(2, 1fr);        
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .platform__flow ul li {
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.30);
        padding-bottom: 20px;
    }

    .platform__flow ul li:nth-child(3),
    .platform__flow ul li:nth-child(4) {
        border-bottom: 0;
    }

    .platform__flow ul li p {
        font-size: 18px;
    }

    .platform__flow__title {
        text-align: center;
    }

    .product__what__title h3, 
    .product__what__title h3 span {
        font-size: 70px;
    }

    .product__what1 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .product__what2 ul li {
        padding: 30px;
        position: relative;
    }

    .product__what2 ul li div p {
        font-size: 20px;
    }

    .product__what2 ul li div {
        display: flex;
        gap: 15px;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
    }

    .product__what2 ul li div h4 {
        flex: inherit; 
        width: 100%;
    }

    .product__what2 ul li div p {
        font-size: 20px;
        flex: inherit;
        width: 100%;
    }

    .product__what2 ul li div span {
        position: absolute;     
        top: 30px;
        left: 30px;
        width: auto;
    }

    .platform__capa.ver2 .platform__capa__flex > ul li h4,
    .platform__capa.ver2 .platform__capa__flex > ul li h4 span {
       font-size: 22px;
    } 

    .ai__title > span {
        font-size: 50px;
    }

    .ai__title > span.blank {
        margin-top: 20px;
    }

    .ai__title > span i {
        font-size: 23px;
    }

    .ai__rect ul li div span, 
    .ai__rect ul li div i, 
    .ai__rect ul li div b {
        font-size: 40px;
    }

    .ai__rect ul li > p {
        font-size: 17px;
    }

    .ai__temp .mobile img {
        width: 100%;
    }


   .vision__rect1 ul { 
        display: grid; 
        grid-template-columns: repeat(10, 1fr); 
        grid-template-rows: repeat(2, 1fr); 
        gap: 10px; 
        font-size: 0; 
    } 

    .vision__rect1 ul li:nth-child(1) {
        padding-top: 0;
        margin-top: 0;
        padding-top: 0;
        vertical-align: bottom;
        display: inline-flex;
        align-items: flex-end;
        grid-column: span 4; 
    }        
    
    .vision__rect1 li:nth-child(2) {
        grid-column: span 6;
        position: relative;        
    }
    
    .vision__rect1 li:nth-child(4) {
        grid-area: 2 / 1 / 3 / 7; /* 6칸 */
    }

    .vision__rect1 li:nth-child(3) {
        grid-area: 2 / 7 / 3 / 11; /* 4칸 */
    }
    
    .vision__rect1 ul li.div3 img { 
        width: 100%;
    }

    .vision__rect1 ul li:nth-child(1) {
        margin-top: 0;
        
    }

    .vision__rect1 ul li:nth-child(3), 
    .vision__rect2 ul li:nth-child(2) {
        margin-top: 0;
    }

    .vision__rect1 ul li:nth-child(4) {
        margin-top: 0px;
    }

    .vision__rect1 ul li img {
        width: 100%;
    }

    .vision__rect ul li .textbox {
        margin-bottom: 30px;
        position: relative;
        margin-top: 20vw;
    }

    .vision__rect1 ul li:nth-child(1),
    .vision__rect1 ul li:nth-child(4) {
        text-align: right;
    }

    .vision__rect .sub__second__title.ver1 {        
        flex-direction: column;
        gap: 40px;
    }

    .sub__second__title div p {
        text-align: center;
        max-width: 100%;
        font-size: 25px;
    }

    .inquiry__title p span,
    .inquiry__title p span a {
        font-size: 25px;
    }

     .vision__rect2 ul {
        display: grid;
        grid-template-columns: repeat(10, 1fr);     
        gap: 10px;
        font-size: 0;
        grid-auto-flow: dense;
    }

    .vision__rect2 ul li:nth-child(1) {
        padding-top: 0;
        margin-top: 0;
        vertical-align: bottom;
        display: inline-flex;
        align-items: flex-end;
        grid-column: span 6; 
    }

    .vision__rect2 li:nth-child(2) {
        grid-column: span 4; 
        position: relative;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    
    .vision__rect2 li:nth-child(3) {
        grid-column: 5 / 11; /* 오른쪽 40% */
    }

    .vision__rect2 li:nth-child(4) {
        grid-column: 1 / 5; /* 왼쪽 60% */
    }
    
    
    .vision__rect2 ul li.div3 img { 
        width: 100%;
    }

    .vision__rect2 ul li:nth-child(1) {
        margin-top: 0;
        
    }

    .vision__rect2 ul li:nth-child(3), 
    .vision__rect2 ul li:nth-child(2) {
        margin-top: 0;
    }

    .vision__rect2 ul li:nth-child(4) {
        margin-top: 0px;
    }

    .vision__rect2 ul li img {
        width: 100%;
    }

    .vision__rect ul li .textbox {
        margin-bottom: 30px;
        position: relative;
        margin-top: 0;
    }

    .vision__rect2 ul li:nth-child(1),
    .vision__rect2 ul li:nth-child(4) {
        text-align: right;
    }

    .vision__core .mobile img {
        width: 400px;
    }

    .vision__core ul li {        
        gap: 20px;
    }

    .vision__core ul li div h4 {     
        font-size: 26px;
    }

    .vision__core ul li div p {
        margin-top: 15px;     
        font-size: 18px;
    }

    .vision__core ul li span {        
        width: 35px;
        height: 35px;        
        font-size: 15px;
    }

    .vision__core .bg1 {        
        margin-top: -30px;
    }

    .greetings__title .sub__title1 {
        text-align: center;
    }

    .greetings__title .sub__title1 {    
        font-size: 40px;
    }

    .greetings__title .sub__second__title.ver1 {     
        gap: 40px;
    }

    .sub__second__title div p {
        font-size: 21px;
    }

    .greetings__title .ver1 div .text2 {     
        margin-top: 70px;
    }

    .sus__title .ver1 .imgbox {
        display: none;
    }

    .sus__title .ver1 .textbox .imgbox {
        display: block;
    }

    .sus__title .ver1 .textbox h4 {
        margin-top: 50px;
        text-align: center;
    }

    .sus__title .ver1 .textbox div {
        margin-top: 25px;
    }

    .sus__title .ver1 .imgbox img {
        max-width: 420px;
        width: 100%;
    }

    .sus__way {
        margin-bottom: 75px;
    }
    
    .sus__way ul li .textbox span {
        font-size: 50px;
    }

    .sus__way ul li .textbox h4 i {    
        font-size: 20px;
    }

    .sus__way ul li .textbox span {
        font-size: 40px;
    }

    .inquiry___flex {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    
    .inquiry___input,
    .inquiry__agree {
        width: 100%;
    }

    label.inquiry__agree__check { 
        position: relative;
        bottom: 0;        
        margin-top: 50px;
    }

    .inquiry__form {
        margin-bottom: 100px;
    }

    .input__btn {
        margin-top: 45px;
        text-align: center;
    }

    .input__btn button span {    
        font-size: 20px;
    }

    .input__btn button {
        display: inline-flex;
        padding: 20px 60px;
    }

    
    .inquiry__input__row span,
    .inquiry__input__row input,
    .inquiry__input__row textarea {    
        font-size: 18px;
    }

    .inquiry__agree {
        padding: 20px;
    }

    .inquiry__agree h4 {    
        font-size: 18px;
    }

    .inquiry__agree__text p {    
        font-size: 15px;
    }

    .inquiry__agree__check p {    
        font-size: 15px;
    }

    .custom_select_list {
        left: -140px;
        top: calc(100% + 22px);
        width: calc(100% + 169px);
    }


}

@media (max-width: 870px) {

    .sub__top {
        margin-top: 66px;    
        height: 450px;
    }

    .sub__text h2 {    
        font-size: 50px;
    }

    .sub__title1 {        
        font-size: 35px;                
    }

    .sub__subject1 {
        font-size: 24px;
    }

    .sub__text1 {    
        font-size: 18px;
    }

    .platform__capa__flex > ul li p {
        font-size: 16px;
    }

    .platform__flow ul li p {
        font-size: 16px;
    }

    .platform__flow ul li {     
        gap: 20px;        
    }

    .product__what__title h3, 
    .product__what__title h3 span {
        font-size: 60px;
    }

    .product__what__title p {
        font-size: 28px
    }

    .product__what2 ul li div p {
        font-size: 18px; 
    }

    .platform__capa.ver2 .platform__capa__flex > ul li h4 {
       font-size: 20px;
    } 
        
    

    .ai__temp {
        margin-top: 50px;
        text-align: center;
    }

    .ai__rect {
        margin-top: 50px;
    }

    .ai__rect ul li {
        padding: 20px 15px;
    }

    .ai__rect ul li div span, 
    .ai__rect ul li div i, 
    .ai__rect ul li div b {
        font-size: 30px;
    }

    .ai__rect ul li > p {
        margin-top: 13px;
        padding-top: 13px;
        font-size: 17px;
    }

    .ai__rect ul { 
        gap: 20px;        
    }

   .vision__core ul {
        display: flex;
        grid-template-columns: 1fr;
        grid-template-rows: ;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        gap: 20px;
    }

    .sus__way ul li,
    .sus__way ul li:nth-child(even) {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
    }

    .sus__way ul li .imgbox, .sus__way ul li .textbox {
        width: 80%;
    }

}

@media (max-width: 768px) {

    .custom_select {
        display: none;
    }

    .mobile_select {
        display: block;
    }

    .vision__core .mobile img {
        width: 80%;
        max-width: 500px;
    }

}

@media (max-width: 640px) { 

    .sub__top {
        margin-top: 66px;
        height: 350px;
    }

    .sub__text h2 {
        font-size: 30px;
    }

    .sub__shape__left img {
        width: 20px;
    }

    .sub__shape__right img {
        height: 20px;
    }

    .sub__title1 {        
        font-size: 22px;                
    }

    .sub__subject1 {
        font-size: 18px;
    }

    .sub__text1 {    
        font-size: 15px;
    }

    .sub__second__title div {
        margin-top: 20px;     
    }

    .sub__second__title div p {
        line-height: 1.8;
    }

    .sub__second {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .platform__capa {
        padding: 50px 0;
    }

    .platform__capa__flex {     
        gap: 40px;
    }

    .platform__capa__flex > ul li p {
        font-size: 15px;
    }

    .platform__capa__flex > ul li {
        padding: 15px 0;
        border-left: 1px solid rgba(0, 0, 0, 0.70);
        border-right: 1px solid rgba(0, 0, 0, 0.70);
        background: rgba(255, 255, 255, 0.5);
    }

    .platform__flow ul li:nth-child(3) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    }

    .platform__flow ul li {        
        align-items: center;
    }

    .platform__flow ul li p {
        text-align: center;
    }

    .platform__flow ul {
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .platform__flow {
        padding: 50px 0;
        text-align: center;
    }

    .platform__flow__title {
        text-align: center;
    }
    
    .platform__flow ul li {
        gap: 10px;
    }

    .platform__flow ul li span { 
        width: 30px;
        height: 30px;        
        font-size: 14px;        
    }

    .platform__flow ul li p {
        font-size: 15px;
    }

    .platform__flow ul {
        margin-top: 40px;
    }


    .product__what__title h3, 
    .product__what__title h3 span {
        font-size: 40px;
        line-height: 1.1;
    }
    
    .product__what__title p {
        font-size: 20px;
        margin-top: 15px;
    }

    .product__what1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product__what1__box {
        margin-top: 35px;
    }

    .product__what1__box ul {                
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .product__what1__box ul li h4 {
        font-size: 21px;
    }

    .product__what1__box ul li div p::before, .product__what1__box ul li div p {
        font-size: 15px;
    }

    .product__what1__box ul li div p  {
        display: flex;
    }

    .product__what1__box ul li {
        height: auto;
        gap: 15px;
        align-items: center;
        padding: 15px 10px;
    }

    .product__what1__box ul li span {
        width: 40px;
        height: 40px;
        box-sizing: border-box;
    }

    .product__what1__box ul li span img {
        width: 18px;
    }

    .product__what1 {        
        background: url(../images/sub/product_arr1.png) no-repeat;
        background-position: -30vw 50%;
        background-size: cover;
    }

    .platform__flow, 
    .product__what2 {
        padding: 50px 0;
    }

    .product__what2 ul {
        margin-top: 40px; 
    }

    .product__what2 ul li div {     
        gap: 10px;
    }

    .product__what2 ul li div p {
        font-size: 15px; 
    }

    .product__what2 ul li div p br {
        display: none;
    }

    .product__what2 ul li {
        padding: 20px;     
    }

    .product__what2 ul li div span i {
        width: 8px;
        height: 8px;
    }

    .product__what2 ul li div span {
        position: absolute;
        top: 15px;
        left: 15px;
        width: auto;
    }

    .product__what__title p.ver2 {
        margin-top: 25px;
    }

    .product__what__title p.ver2, 
    .product__what__title p.ver2 span {
        font-size: 14px;
    }

    .product__what1__box .scope { 
        height: 45px;        
        font-size: 19px;        
    }

    .platform__flow ul li .sub__subject1 i {
        font-size: 14px;
        display: inline-block;
        margin-top: -5px;
    }

    .platform__flow .sub__subject1 {
        min-height: initial;
    }

    .platform__flow .sub__subject1 {
        line-height: 1;
    }

    .platform__capa.ver2 .platform__capa__flex > ul li h4,
    .platform__capa.ver2 .platform__capa__flex > ul li h4 span {
        font-size: 17px;
    }

    .platform__capa.ver2 .platform__capa__flex > ul li {
        padding: 25px 0;
        border-left: 0;
        border-right: 0;
        background: none;
    }

    .ai {
        padding: 50px 0 50px;
    }

    .ai__title > span {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: -0.025em;
    }

    .ai__title > span i {        
        font-size: 13px;
        right: 0;
        bottom: -10px;
        letter-spacing: -0.025em;        
    }


    .ai__title ul {
        position: absolute;
        right: 0;
        display: flex;
        flex-direction: row;
        bottom: -50px;
        width: 100%;
        justify-content: center;
        gap: 10px;
    }

    .ai__temp {
        margin-top: 30px;
    }

    .ai__rect ul {
        display: flex;
        gap: 30px;
        width: 100%;
        flex-direction: column;
    }

    .ai__rect ul li div span {
        margin-left: 3px;
    }

    .ai__rect ul li {
        padding: 20px 15px;
        border-radius: 5px;
        overflow: hidden;
    }

    .ai__title > span.blank {
        margin-top: 0px;
    }

    .vision__rect ul li .textbox p {
        font-size: 17px;     
    }

    .vision__rect ul li .textbox {
        margin-bottom: 20px;
        position: relative;
        margin-top: 10vw;
    }

    .sub__second {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sub__second__title div p {
        font-size: 18px;
    }

    .sus__title .sub__second__title div p {
        font-size: 15px;
    }

    .vision__rect .sub__second__title.ver1 {     
        gap: 0;
    }

    .vision__rect1 ul,
    .vision__rect2 ul { 
        margin-top: 50px;
    }

    .vision__core .imgbox {
        margin-top: 40px;
    }

    .vision__core ul li div h4 {
        font-size: 18px;
    }

    .vision__core ul li div p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.6;
    }

    .vision__core ul li span {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .vision__core .bg1 {
        margin-top: -25px;
        padding-top: 30px;
    }

    .vision__core .mobile {     
        margin-top: 30px;
    }

    .vision__core {
        margin-top: 50px;
    }

    .greetings__title .sub__title1 {
        font-size: 22px;
        line-height: 1.4;
    }

    .greetings__title .sub__second__title div p {
        font-size: 15px;
        line-height: 2.2;
    }

    .greetings__title .sub__second__title.ver1 {
        gap: 20px;
    }

    .greetings__title .ver1 div .text2 {
        margin-top: 30px;
        font-size: 18px;
    }

    .sus__way {
        margin-bottom: 50px;
    }

    .sus__way ul li .imgbox, .sus__way ul li .textbox {
        width: 100%;
    }

    .sus__way ul li:nth-child(even) .textbox div {
        text-align: left;
    }


    .sus__way ul li .textbox h4 i {
        font-size: 13px;
    }

    .sus__way ul li .textbox span {
        font-size: 30px;
    }

    .sus__way ul li .textbox h4,
    .sus__way ul li .textbox p {     
        margin-left: 5px;
    }

    .sus__way ul {
        margin-top: 35px;
    }

    .sus__way ul li .textbox {    
        padding: 15px 0;
    }


    .inquiry__title p span,
    .inquiry__title p span a {
        font-size: 18px;
    }

    .inquiry__input__row {
        margin-top: 15px;    
        padding: 15px 20px;
    }

    .inquiry__input__row span,
    .inquiry__input__row input,
    .inquiry__input__row textarea {    
        font-size: 15px;
    }

    .inquiry__agree {
        padding: 20px 10px;
    }

    .inquiry__agree h4 {    
        font-size: 15px;
    }

    .inquiry__agree__text p {    
        font-size: 13px;
    }

    .inquiry__agree__check p {    
        font-size: 13px;
    }

    .inquiry__input__row textarea {
        height: 100px;
    }

    label.inquiry__agree__check {
        position: relative;
        bottom: 0;
        margin-top: 30px;
        padding-top: 10px;
    }

    .mobile_select {
        font-size: 13px;
        height: 36px;
        font-family: "Pretendard";
        background-image: linear-gradient(45deg, transparent 50%, #666 50%) linear-gradient(135deg, #666 50%, transparent 50%);
        background-position: calc(100% - 15px) 15px, calc(100% - 9px) 15px;
    }

    .inquiry__input__row {        
        gap: 30px;
    }

    .inquiry__input__row.ver1 {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .input__btn button {
        display: inline-flex;
        padding: 15px 20px;
        width: 100%;
    }

    .input__btn button span {
        font-size: 17px;
    }

    .input__btn button img {
        width: 15px;
    }

    .inquiry__form {
        margin-bottom: 50px;
    }

    .input__btn {
        margin-top: 25px;     
    }

    .ai__temp .tablet,
    .ai__temp .web {
        display: none;
    }

    .ai__temp .mobile {
        display: block;
    }

    .ai__rect {
        margin-top: 0;
    }

    .ai__temp {
        margin-top: 60px;
    }
}
