/* v-desk */
@media screen and (max-width: 1320px) {
    .container {
        padding: 0 24px;
    }
    .center-content {
        padding: 35px 24px 70px;
    }
    .index-bottom-quick {
        padding: 0 24px;
    }
    .footer {
        padding: 24px 24px;
    }
    .index-initial__comparison {
        /* max-width: 800px;
        height: 400px;
        margin-left: auto;
        margin-right: auto; */
    }
    .image-comparison__image {
        width: calc(100vw - 48px);
    }
    .image-comparison__figure:not(.image-comparison__figure--overlay) {
        padding-top: 39.5vw;
    }
}
@media screen and (max-width: 1120px) {
    .function-main-callout__image img {
        width: 420px;
    }
    .index-bottom-quick {
        height: fit-content;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .index-bottom-banner {
        flex-direction: column;
        gap: 16px;
        height: fit-content;
        padding: 36px 24px;
    }
    .index-bottom-banner .image {
        display: none;
    }
    .index-bottom-banner .button {
        position: inherit;
        transform: translate(0);
    }
    .index-bottom-quick__inquiry {
        width: 100%;
    }
    .index-bottom-quick__notice {
        width: 100%;
    }
    .index-bottom-quick__notice__table table tr th a {
        max-width: calc(100% - 8px);
    }
}
@media screen and (max-width: 920px) {
    .image-title h2 {
        font-size: 32px;
        font-weight: 600;
        line-height:unset;
    }
    .image-title p {
        font-size: 18px;
        font-weight: 500;
    }
    .grid-template-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .index-initial__title h2 {
        font-size: 32px;
    }
    .index-initial__title__button {
        margin-top: 36px;
    }
    .image-comparison__figure:not(.image-comparison__figure--overlay) {
        padding-top: 39vw;
    }
    .index-initial__controller {
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
    }
    .index-initial__controller__item {
        padding: 16px;
    }
    .index-initial__controller__item p {
        margin-top: 8px;
        font-size: 14px;
        line-height: 18px;
    }
    .index-function .grid-template-list {
        grid-template-columns: 1fr;
    }
    .function-main-callout {
        flex-direction: column;
        gap: 32px;
    }
    .function-main-callout__image img {
        width: 100%;
    }
    .function-main-callout__list {
        width: 100%;
        max-width: 515px;
    }
    .index-use__inner {
        flex-direction: column-reverse;
        align-items: center;
    }
    .index-use__content {
        padding-bottom: 240px;
    }
}
@media screen and (max-width: 680px) {
    .container {
        padding: 0 16px;
    }
    .index-initial {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .index-initial__title__button {
        margin-top: 30px;
    }
    .index-initial__comparison {
        margin-top: 52px;
    }
    .index-function .grid-template-list__content {
        min-height: 150px;
    }
    .index-use__content__data__item p br {
        display: none;
    }
    .content-title-con p {
        font-size: 14px;
    }
    .grid-template-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .grid-template-list__content p {
        font-size: 14px;
    }
    .callout:not(.performance-callout) {
        padding: 12px;
    }
    .index-initial__title h2 {
        font-size: 24px;
        font-weight: 500;
    }
    .index-initial__comparison {
        height: 320px;
    }
    .index-initial__title__button a {
        width: 130px;
        height: 40px;
        font-size: 16px;
    }
    .index-initial__title__button a::after {
        width: 15px;
        height: 18px;
        margin-left: 12px;
    }
    .image-comparison__image {
        width: 680px;
    }
    .image-comparison__figure:not(.image-comparison__figure--overlay) {
        padding-top: 320px;
    }
    .index-initial__controller__item h5 {
        font-size: 18px;
    }
    .index-initial__controller__item p {
        margin-top: 4px;
    }
    .function-main-callout {
        gap: 16px;
    }
    .function-main-callout__list ul li p {
        font-size: 14px;
    }
    .index-use__image {
        width: 100%;
    }
    .index-use__image::after {
        width: 25%;
    }
    .index-use__content {
        width: 100%;
    }
    .index-use__content__controller {
        grid-template-columns: repeat(2, 1fr);
    }
    .index-use__content__controller__item {
        height: 40px;
        padding: 0 16px;
        font-size: 14px;
    }
    .index-use__content__controller__item::after {
        display: none;
    }
    .index-use__content__controller__item:nth-of-type(3n):after {
        content: '';
    }
    .index-use__content__controller__item:nth-of-type(2n + 1):after {
        display: block;
    }
    .index-use__content__data__item p {
        font-size: 14px;
    }
    .index-review__item {
        padding: 24px;
        min-height: 210px;
    }
    .index-review__item__profile {
        margin-bottom: 8px;
    }
    .index-review__item__profile__info h6 {
        font-size: 18px;
    }
    .index-review__item__profile__image {
        width: 60px;
        height: 60px;
    }
    .index-review__item__profile__image img {
        width: 100%;
        height: 100%;
    }
    .index-review__item__content p {
        font-size: 14px;
    }
    .index-bottom-quick__inquiry .title,
    .index-bottom-quick__notice .title {
        margin-bottom: 8px;
    }
    .index-bottom-quick__inquiry .title h4,
    .index-bottom-quick__notice .title h4 {
        font-size: 22px;
    }
    .index-bottom-quick__inquiry__item {}
    .index-bottom-quick__inquiry__item h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .index-bottom-quick__notice .title a {
        font-size: 14px;
    }
    .index-bottom-quick__notice .title a::after {
        width: 7px;
        height: 14px;
    }
    .index-bottom-quick__notice__table table tr td {
        font-size: 14px;
    }
    .index-bottom-quick__notice__table table tr th a {
        font-size: 14px;
    }
    .image-title h2 {
        font-size: 24px;
        font-weight: 500;
    }
    .image-title p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        margin-top: 18px;
    }
    .image-title a {
        width: 130px;
        height: 40px;
        font-size: 16px;
    }
    .image-title a::after {
        width: 15px;
        height: 18px;
        margin-left: 12px;
    }
    .index-bottom-banner .title h5 {
        font-size: 22px;
    }
    .index-bottom-banner .title p {
        font-size: 14px;
    }
    .center-title h3 {
        font-size: 18px;
    }
    .center-title p {
        font-size: 14px;
    }
    .center-table table thead tr th {
        padding: 6px;
        font-size: 14px;
    }
    .center-table table tbody tr th, 
    .center-table table tbody tr td {
        padding: 6px;
    }
    .board-detail {
        padding: 16px;
    }
    .board-detail-top {
        flex-direction: column-reverse;
        gap: 16px;
        margin-bottom: 16px;
    }
    .board-detail-top__info {
        padding-bottom: 16px;
        font-size: 12px;
        border-bottom: 1px solid #DCDCDC;
    }
    .board-detail-top__title h2 {
        font-size: 16px;
    }
    .board-detail-top__title p {
        margin-top: 8px;
    }
    .board-detail-content {
        padding: 16px;
    }
    .board-detail-content p {
        font-size: 14px;
    }
    .board-detail-bottom {
        margin-top: 12px;
    }
    .qna-answer-profile {
        margin-bottom: 12px;
    }
    .toggle-list ul li .toggle-list-head h3 {
        font-size: 15px;
    }
    .toggle-list ul li .toggle-list-body p {
        font-size: 14px;
    }
    .toggle-list ul li .toggle-list-head::before {
        font-size: 18px;
    }
    .toggle-list ul li .toggle-list-body::before {
        font-size: 18px;
    }
    .input-file label {
        min-width: 60px;
        width: auto;
    }
    .input-label label {
        font-size: 14px;
    }
    .input-label textarea {
        min-height: 200px;
    }
    .board-table-bottom .btn-write a {
        width: 100px;
        height: 36px;
        font-size: 14px;
    }

    /* new_main */
    .main_wrap {
        min-height: 273px;
    }
    .main_wrap p {
        font-size: 13px;
    }
    .main_wrap h3 {
        margin-top: 16px;
        font-size: 55px;
        line-height: 65px;
        text-align: center;
    }
    .main_wrap h3 span {
        display: block;
    }
    .main_wrap .btn_wrap {
        margin-top: 36px;
    }
    .main_wrap .btn_wrap a {
        display: none;
        font-size: 13px;
        font-weight: 400;
        padding: 10px 30px;
    }
    .main_wrap .btn_wrap a.mobile {
        display: flex;
        background-color: transparent;
        width: 170px;
        padding: 0;
    }
    .main_wrap .btn_wrap a.mobile img {
        width: 100%;
        height: auto;
    }
    .mock_wrap {
        background-size: contain;
        background-position: center 24vw;
        padding-top: 20px;
    }
    .mock_wrap img {
        width: 100%;
    }
    .mock_wrap .txt_box {
        position: static;
        width: 100%;
        text-align: center;
        gap: 16px;
        margin-top: 23px;
    }
    .mock_wrap .txt_box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .mock_wrap .txt_box p {
        font-size: 13px;
        line-height: 22px;
        font-weight: 400;
    }
    .feature_wrap .container {
        display: flex;
        flex-direction: column;
        gap: 38px;
        padding: 0 16px;
    }
    .feature_wrap .cont {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 27px;
        padding: 0;
        
    }
    .feature_wrap {
        padding: 32px 0;
    }
    .feature_wrap .cont .txt_box {
        width: 100%;
        text-align: center;
        gap: 12px;
        padding: 0;
    }
    .feature_wrap .cont .txt_box p {
        font-size: 22px;
        line-height: 32px;
    }
    .feature_wrap .cont .txt_box p br {
        display: none;
    }
    .feature_wrap .cont .txt_box span {
        font-size: 15px;
        line-height: 25px;
        word-break: keep-all;
    }
    .feature_wrap .cont .img_box {
        width: 100%;
        height: auto;
        aspect-ratio: 1.32 / 1;
        border-radius: 18px;
        box-shadow: -6px 6px 18px 0px rgba(0,0,0, 0.1);
    }
    .feature_wrap .cont:nth-child(even) {
        flex-direction: column;
        gap: 27px;
    }
    .feature_wrap .cont:nth-child(even) .txt_box {
        margin-right: 0;
    }
    .sub_banner {
        background: #3F4246;
    }
    .sub_banner > div {
        justify-content: center;
        height: 150px;
    }
    .sub_banner img {
        display: none;
    }
    .sub_banner .txt {
        flex-direction: column;
        gap: 0;
    }
    .sub_banner .txt p {
        font-size: 13px;
    }
    .sub_banner .txt button {
        display: none;
        font-size: 13px;
        font-weight: 400;
        padding: 10px 30px;
    }
    .sub_banner .txt button.mobile {
        display: block;
        width: 170px;
        padding: 0;
        border: 0;
    }
    .sub_banner .txt button.mobile img {
        display:block;
        width: 100%;
        height: auto;
    }
    .intro_wrap {
        padding: 40px 0
    }
    .intro_wrap .head_txt {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .intro_wrap .head_txt h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .intro_wrap .head_txt p {
        max-width: 270px;
        font-size: 15px;
        line-height: 21px;
        word-break: keep-all;
    }
    .intro_wrap .img_wrap {
        margin-top: 32px;
        padding: 0 39px;
    }
    .intro_wrap .img_wrap img {
        width: 100%;
    }
    .intro_wrap .useful_list {
        margin-top: 7px;
        row-gap: 0;
    }
    .intro_wrap .useful_list li {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 0;
        gap: 8px;
        padding: 16px 0;
        border-bottom: 1px solid #eee;
        justify-content: center;
        flex-direction: unset;
    }
    .intro_wrap .useful_list li img {
        width: 100px;
        height: 100px;   
    }
    .description {
        gap: 8px;
        margin-top: 0;
    }
    .description p {
        font-size: 15px;
    }
    .description span {
        font-size: 13px;
        line-height: 22px;
    }
    .intro_wrap.use {
        padding-bottom: 37px;
    }
    .footer {
        padding: 0 16px;
    }
    .footer__inner {
        flex-direction: column;;
        padding: 32px 0;
        gap: 32px;
    }
    .footer__inner .footer_cont ul.link {
        gap: 8px;
        margin-bottom: 16px;
    }
    .footer__inner .footer_cont ul.link a {
        font-size: 15px;
    }
    .intro_tit {
        height: auto;
        padding: 40px 0;
        text-align: center;
    }
    .intro_tit h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .intro_tit p {
        font-size: 13px;
        line-height: 22px;
        word-break: keep-all;
    }
    .info_use .useful_list {
        margin-top: 0;
    }
    .spec_wrap {
        padding-bottom: 40px;
    }
    .spec_wrap .head_txt {
        text-align: center;
        margin-bottom: 40px;
    }
    .spec_wrap .head_txt h3 {
        font-size: 20px;
    }
    .spec_wrap .head_txt p {
        font-size: 15px;
        line-height: 24px;
    }
    .spec_wrap .img_wrap img {
        width: 100%;
    }
    .spec_list {
        width: 100%;
        gap: 8px;
        margin-top: 40px;
    }
    .spec_list li {
        flex: 1 1 calc((100% / 2) - 8px);
        padding: 4px 16px 4px 8px;
        box-shadow: -4px 4px 12px 0px rgba(0,0,0, 0.1);

    }
    .spec_list li img {
        width: 40px;
        height: 40px;
    }
    .spec_list li p {
        font-size: 13px;
    }
    .download_wrap .main_wrap {
        min-height: auto;
        padding: 30px 0 !important;
    }
    .download_wrap .main_wrap .btn_wrap a {
        display: flex;
    }
    .download_wrap .intro_wrap {
      margin-bottom: 80px;
    }

    .download_wrap .intro_wrap .useful_list li {
      height: 200px;
    }

    .download_wrap .app_btn_area {
      margin-bottom: 36px;
    }

    .download_wrap .os_area {
      margin-bottom: 0px;
    }

    .download_wrap .main_wrap h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }
   /* .download_wrap .main_wrap p {
        width: 80%;
        margin: 0 auto;
        font-size: 13px;
        word-break: keep-all;
    }*/


    .center-content {
      padding: 35px 16px 70px;
  }
}

@media screen and (max-width: 640px) {
    .index-bottom-quick__notice__table table tr th a {
        max-width: 400px;
    }
}
@media screen and (max-width: 640px) {
    .index-bottom-quick__notice__table table tr th a {
        max-width: 300px;
    }
    .performance-callout ul img {
        height: 40px;
    }
    .performance-callout ul h6 {
        font-size: 16px;
    }
    .performance-callout ul h6 em {
        font-size: 20px;
    }
}
@media screen and (max-width: 490px) {
    .index-bottom-quick__inquiry__list {
        flex-direction: column;
        gap: 8px;
    }
    .index-bottom-quick__inquiry__item::before {
        top: 50%;
        right: 28px;
        bottom: 0;
        transform: translateY(-50%);
    }
    .index-bottom-quick__inquiry__item.kakao::before {
        right: 28px;
    }
    .index-bottom-quick__inquiry__item.qna::before {
        right: 20px;
    }
    .index-bottom-quick__inquiry__item h5 {
        padding-right: 60px;
    }
    .index-bottom-quick__notice__table table tr th a {
        max-width: 200px;
    }
    .section-service__image {
        width: 100%;
    }
    .section-service__image img {
        width: 100%;
    }
    .performance-callout ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer__inner {
        height: fit-content;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .footer__inner .copyright {
        margin-top: 16px;
        font-weight: 500;
    }
    .footer__inner ul:not(.link) {
        flex-direction: column;
    }
    .footer__inner ul li {
        display: flex;
    }
    .footer__inner ul li::after {
        display: none;
    }
}
@media screen and (max-width: 390px) {
    .index-bottom-quick__notice__table table tr th a {
        max-width: 120px;
    }
    .performance-callout ul li {
        height: 100px;
        padding: 12px;
    }
    .performance-callout ul img {
        height: 24px;
    }
    .performance-callout ul h6 {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        word-break: keep-all;
    }
    .performance-callout ul h6 em {
        font-size: 16px;
    }
    .intro_wrap .useful_list li{justify-content: unset;}
}
@media screen and (max-width: 290px) {
    .index-bottom-quick__notice__table table tr th a {
        max-width: 80px;
    }
}