@font-face {
    font-family: 'Inter-Regular';
    src: url('font/Inter/static/Inter-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('font/Inter/static/Inter-SemiBold.ttf');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('font/Inter/static/Inter-Medium.ttf');
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/NotoSansKR/NotoSansKR-Regular.otf');
}

@font-face {
    font-family: 'Syncopate-Regular';
    src: url('font/Syncopate/Syncopate-Regular.ttf');
}

@font-face {
    font-family: 'Syncopate-Bold';
    src: url('font/Syncopate/Syncopate-Bold.ttf');
}

@font-face {
    font-family: 'Lexend';
    src: url('font/Lexend/Lexend-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Abril Fatface';
    src: url('font/Abril_Fatface/AbrilFatface-Regular.ttf');
}

@font-face {
    font-family: 'Irish Grover';
    src: url('font/Irish_Grover/IrishGrover-Regular.ttf');
}

.slick-dots {
    display: flex;
    flex-direction: row;
    position: unset;
    padding-top: 15px;
    justify-content: center;
}

.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    color: #fff;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #FF6D03;
    opacity: 1;
}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.col-8_5 {
    width: 70%;
}

.f-row {
    flex-direction: row !important;
}

.f-colum {
    flex-direction: column !important;
}

.check-on {
    display: inline-block;
    visibility: visible;
}

.check-off {
    visibility: hidden;
}

html {
    max-width: 1920px;
    height: auto;
    margin: auto;
    background-color: #000;
}

header {
    background-color: #FF6D03;
    height: 113px;
    line-height: 113px;
    z-index: 99;
    max-width: 1920px;
    margin: auto;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

header .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header a {
    text-decoration: none;
    color: #000;
    font-family: Lexend;
    font-size: 24px;
    font-weight: 500;
    margin: 0 45px;
}

header a:hover {
    color: #000;
}

.container {
    background-color: #000;
    padding: 0;
    max-width: 1920px;
}

section {
    padding-top: 113px;
}

#about {
    /* height: calc(7106px - 113px); */
    /* height: 7220px; */
}

#about .arrow {
    background-color: transparent;
    border: unset;
    position: absolute;
    z-index: 99;
    top: 50%;
}

#about .arrow.slick-prev {
    left: 0;
}

#about .arrow.slick-next {
    right: 0;
}

#about .top {
    height: 1400px;
    background-image: url(../img/bg_top_intro.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
}

#about .top .title {
    padding-top: 208px;
    text-align: center;
}

#about .top .title span {
    font-family: Abril Fatface;
    font-size: 64px;
}

#about .top .title span:nth-child(1) {
    color: #fff;
}

#about .top .title span:nth-child(2) {
    color: #FF6D03;
}

#about .top .intro {
    display: flex;
    flex-direction: column;
    padding-top: 223px;
}

#about .top .intro .logo {
    display: flex;
    flex-direction: column;
}

#about .top .intro .logo img {
    width: fit-content;
    height: fit-content;
    padding-left: 165px;
}

#about .top .intro .logo .logo_text {
    font-family: Irish Grover;
    font-size: 76px;
    color: #FF6D03;
}

#about .top .intro .intro_text {
    color: #FFF;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 175% */
    padding-top: 82px;
}

#about .girdled_lizard {
    height: 2418px;
    background-image: url(../img//bg_girdled_lizard.png);
}

#about .girdled_lizard .title {
    color: #FF6D03;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 183px;
}

#about .girdled_lizard .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}

#about .girdled_lizard #overlays-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 460px;
    left: 0;
    top: 0;
    z-index: 2147483647;
    visibility: hidden;
}

#about .girdled_lizard .videoArea {
    padding-top: 131px;
}

/*#about .girdled_lizard .videoArea .slick video, .videoContents*/
#about .girdled_lizard .videoArea .videoContents {
    max-height: 618px;
    max-width: 1098px;
    margin: auto;
}

#about .girdled_lizard .videoArea .videoContents.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
    max-height: unset;
    max-width: unset;
}

#about .girdled_lizard .imgArea {
    padding-top: 103px;
}

#about .girdled_lizard .imgArea .box {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: auto;
}

#about .center_clients {
    height: 2033px;
}

#about .center_clients .title {
    color: #FF6D03;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 183px;
}

#about .center_clients .description {
    padding-top: 169px;
}

#about .center_clients .description pre {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: unset;
    /* 175% */
}

#about .center_clients .img_box {
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

#about .center_clients .img_box img {
    padding: 0 8px;
}

#about .center_clients .our_clients .title {
    padding-top: 209px;
}

#about .center_clients .our_clients .imgArea {
    padding-top: 158px;
}

#about .center_clients .our_clients .imgArea .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}

#about .documentation_supported {
    height: 1255px;
    background-image: url(../img/bg_documentation_supported.png);
}

#about .documentation_supported .title {
    color: #FF6D03;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 180px;
}

#about .documentation_supported .cardArea {
    margin-top: 164px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* cursor: pointer; */
}

#about .documentation_supported .cardArea:nth-child(3) {
    margin-top: 190px;
}

#about .documentation_supported .cardArea .logo {
    cursor: pointer;
}

#about .documentation_supported .cardArea .description {
    display: flex;
    flex-direction: column;
    padding-left: 46px;
}

#about .documentation_supported .cardArea .description .subTitle {
    color: #FF6D03;
    font-family: Lexend;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* 131.25% */
    width: fit-content;
    cursor: pointer;
}

#about .documentation_supported .cardArea .description .subDescription {
    color: #FFF;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    flex-grow: 1;
    cursor: pointer;
}

#about .documentation_supported .cardArea .description .download img {
    cursor: pointer;
}

/*reptiles*/
#reptiles {
    /* height: calc(4916px - 113px); */
}

#reptiles .report_area .down {
    cursor: pointer;
}

#reptiles .lizards .area_lizards .title,
#reptiles .torioise .area_tortoise .title {
    color: #FF6D03;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 208px;
    margin-bottom: 168px;
}

#reptiles .lizards .area_lizards .box:nth-child(3) {
    margin-top: 266px;
}

#reptiles .lizards .area_lizards .box .imgArea,
#reptiles .torioise .area_tortoise .box .imgArea {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#reptiles .lizards .area_lizards .box .description,
#reptiles .torioise .area_tortoise .box .description {
    margin-top: 111px;
    display: flex;
    flex-direction: row;
}

#reptiles .lizards .area_lizards .box .description .text,
#reptiles .torioise .area_tortoise .box .description .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#reptiles .lizards .area_lizards .box .description .text .title,
#reptiles .torioise .area_tortoise .box .description .text .title {
    color: #FF6D03;
    font-family: Lexend;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* 131.25% */
    margin: 0 27px;
    text-align: left;
}

#reptiles .lizards .area_lizards .box .description .text .subTitle,
#reptiles .torioise .area_tortoise .box .description .text .subTitle {
    color: #FFF;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 175% */
    margin: 0 38px;
}

#reptiles .lizards .area_lizards .box .description .text .report_area,
#reptiles .torioise .area_tortoise .box .description .text .report_area {
    display: flex;
    flex-direction: row;
}

#reptiles .lizards .area_lizards .box .description .text .report_area .text,
#reptiles .torioise .area_tortoise .box .description .text .report_area .text {
    color: #FF6D03;
    font-family: Lexend;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    /* 131.25% */
    margin: 0 47px 0 27px;
}

#reptiles .lizards .area_lizards .box .detail pre,
#reptiles .torioise .area_tortoise .box .detail pre {
    color: #FFF;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 175% */
    overflow: visible;
}

#reptiles .lizards .area_lizards .box .detail pre:nth-child(1),
#reptiles .torioise .area_tortoise .box .detail pre:nth-child(1) {
    margin-top: 117px;
}

#reptiles .lizards .area_lizards .box .detail pre:nth-child(2),
#reptiles .torioise .area_tortoise .box .detail pre:nth-child(2) {
    margin-top: 65px;
}

/*order*/
#order {
    /* height: calc(4781px - 113px); */
}

#order .order_area .btn_order {
    cursor: pointer;
}

#order .order .area_lizards .title {
    color: #FF6D03;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 168px;
    margin-top: 208px;
}

#order .order .area_tortoise .title {
    color: #FF6D03;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 230px;
    padding-bottom: 168px;
}

#order .order .area_lizards .box,
#order .order .area_tortoise .box {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #FF6D03;
    padding-bottom: 94px;
    margin-top: 75px;
}

#order .order .area_lizards .box:last-child,
#order .order .area_tortoise .box:last-child {
    margin-bottom: 0;
    border-bottom: unset;
    padding-bottom: 0;
}

#order .order .area_lizards .box .picture,
#order .order .area_tortoise .box .picture {
    flex: 1;
}

#order .order .area_lizards .box .text,
#order .order .area_tortoise .box .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 2;
}

#order .order .area_lizards .box .text .text_area .title,
#order .order .area_tortoise .box .text .text_area .title {
    font-family: Lexend;
    font-size: 32px;
    line-height: 50px;
    /* 156.25% */
    margin: 0 27px;
    text-align: left;
    padding-bottom: unset;
}

#order .order .area_lizards .box .text .text_area .subTitle,
#order .order .area_tortoise .box .text .text_area .subTitle {
    color: #FFF;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 208.333% */
    margin: 0 27px;
    list-style: none;
}

#order .order .area_lizards .box .text .order_area,
#order .order .area_tortoise .box .text .order_area {
    display: flex;
    flex-direction: row;
    margin: 0 27px;
    justify-content: space-between;
}

#order .order .area_lizards .box .text .order_area .text,
#order .order .area_tortoise .box .text .order_area .text {
    color: #CF5802;
    font-family: Lexend;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* 131.25% */
    display: flex;
    margin: 22px auto 0;
}

/*contact*/
#contact {
    /* height: calc(1082px - 113px); */
}

#contact .contact .area_Location .title,
#contact .contact .area_sns_contact .title {
    color: #FF6D03;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 157px;
    margin-top: 208px;
}

#contact .contact .area_Location .box {
    display: flex;
    flex-direction: row;
}

#contact .contact .area_Location .box .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#contact .contact .area_Location .box .text .subTitle {
    color: #FF6D03;
    font-family: Lexend;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* 131.25% */
    margin: -10px 0 37px 36px;
}

#contact .contact .area_Location .box .text .detail {
    color: #FFF;
    /* 150% */
    list-style: none;
    margin: 0 0 -12px 36px;
}

#contact .contact .area_Location .box .text .detail pre {
    margin-top: 23px;
    margin-bottom: 0;
    font-size: 28px;
    font-family: Lexend;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

#contact .contact .area_sns_contact .sns_list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    cursor: pointer;
}

/*partners*/
#partners {
    /* height: calc(3981px - 113px); */
    padding-bottom: 235px;
}

#partners .partners .area_partners .title {
    color: #FF6D03;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 157px;
    margin-top: 208px;
}

#partners .partners .area_partners .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#partners .partners .area_partners .box .text_area .subTitle {
    color: #FF6D03;
    font-family: Lexend;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* 131.25% */
}

#partners .partners .area_partners .box .text_area {
    margin-top: -8px;
}

#partners .partners .area_partners .box .text_area .text {
    color: #FFF;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 125% */
}

#partners .partners .area_partners .box:nth-child(1) {
    margin-bottom: 190px;
}

#partners .partners .area_partners .box:nth-child(2) {
    margin-bottom: 159px;
}

#partners .partners .area_partners .box:nth-child(3) {
    margin-bottom: 103px;
}

#partners .partners .area_partners .box:nth-child(4) {
    margin-bottom: 125px;
}

#partners .partners .area_partners .box:nth-child(5) {
    margin-bottom: 199px;
}

#partners .partners .area_partners .box:nth-child(6) {
    margin-bottom: 153px;
}

#partners .partners .area_partners .box:nth-child(7) {
    margin-bottom: 241px;
}

#partners .partners .area_our_clients .title {
    color: #FF6D03;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 119px;
    margin-top: 243px;
}



#partners .partners .area_our_clients .our_clients_list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    cursor: pointer;
}

/*footer*/
footer {
    height: calc(584px + 52px);
    background-color: #000;
    border-top: 1px solid #FF6D03;
    padding-top: 52px;
}

footer .bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    height: 100%;
}

footer .bottom .information {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

footer .bottom .information .box01 .logo_text {
    font-family: Irish Grover;
    font-size: 45px;
    color: #FF6D03;
    vertical-align: middle;
    padding-left: 18px;
}

footer .bottom .information .box01 .intro_text {
    margin-top: 35px;
}

footer .bottom .information .box01 .intro_text pre {
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

footer .bottom .information .box01 .snsBtnArea {
    margin-top: 75px;
    cursor: pointer;
}

footer .bottom .information .box01 .snsBtnArea img {
    padding: 0 8px;
}

footer .bottom .information .box02 {}

footer .bottom .information .box02 .subBox {
    margin-top: 22px;
}

footer .bottom .information .box02 .subBox:first-child {
    margin-top: unset;
}

footer .bottom .information .box02 .subBox .subTitle {
    color: #FF6D03;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

footer .bottom .information .box02 .subBox .subDescription {
    position: relative;
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

footer .bottom .information .box02 .subBox .subDescription.rowLine {
    display: flex;
    flex-direction: row;
}

footer .bottom .information .box02 .subBox .subDescription .bankInfo_area {
    display: none;
    position: absolute;
    bottom: 46px;
    right: -275px;
    background-color: #fff;
    color: #000;
    width: 653px;
    border-radius: 20px;
}

footer .bottom .information .box02 .subBox .subDescription .bankInfo_area .box {
    padding: 19px 27px 0;
}

footer .bottom .information .box02 .subBox .subDescription .bankInfo_area .box h2 {
    color: #FF6D03;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

footer .bottom .information .box02 .subBox .subDescription .bankInfo_area .box ul {
    padding-left: 1.5rem;
}

footer .bottom .information .box02 .subBox .subDescription .bankInfo_area .box li {
    color: #000;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

footer .bottom .information .box02 .subBox .subDescription .bankInfo_area .box li::marker {
    color: #CF5802;
    font-size: 1.2rem;
}

footer .bottom .information .box02 .subBox .subDescription .bankInfo_area button {
    position: absolute;
    top: 19px;
    right: 22px;
    background-color: unset;
    border: unset;
}

footer .bottom .information .box02 .subBox .subDescription .qrcode_area {
    display: none;
    position: absolute;
    bottom: 46px;
    right: -224px;
}

footer .bottom .information .box02 .subBox .subDescription .qrcode_area button {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: unset;
    border: unset;
}

footer .bottom .information .box02 .subBox .subDescription #btn_copy {
    display: inline-flex;
    padding: 0 15px;
}

footer .bottom .information .box02 .subBox .subDescription #btn_view {
    padding: 0 15px;
}

footer .bottom .information .box02 .subBox .subDescription #btn_qr {
    padding: 0 15px;
}

footer .bottom .information .box02 .subBox .subDescription #btn_copy img {
    margin-right: 10px;
}

footer .bottom .copyright {
    height: 112px;
    line-height: 112px;
    text-align: center;
    color: #FFF;
    border-top: 1px solid #FF6D03;
}

footer .bottom .copyright span {
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 262.5% */
}

@media (max-width: 1920px) {
    header .menu {
        /* width: fit-content; */
    }
}

@media (max-width: 1250px) {
    section {
        padding-top: 60px;
    }

    header {
        height: 60px;
        line-height: 60px;
    }

    header .menu {
        width: 90%;
        height: 100%;
    }

    header .menu .nav {
        display: none;
    }

    header .menu .m_menu {
        display: flex !important;
        align-items: center;
    }

    header .menu .m_menu button {
        background-color: unset;
        border: unset;
    }

    header .menu .m_menu .icon img {
        width: 100%;
        /* width: 40px;
        height: 40px; */
    }

    header .menu .m_menu .list {
        position: absolute;
        width: 100%;
        background-color: #FF6D03;
        top: 0px;
        right: 0px;
        z-index: 999;
        flex-direction: column;
        /* height: 50vh; */
        max-height: 800px;
        display: flex;
    }

    header .menu .m_menu .list .top {
        width: 100%;
        border-bottom: 2px solid #000;
    }

    header .menu .m_menu .list .top .topMenu {
        text-align: right;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 106px;
        width: 95%;
        margin: 0 auto;
    }

    header .menu .m_menu .list .top .topMenu .logo {
        height: 57px;
        margin: 26.5px 0 0 0;
    }

    header .menu .m_menu .list .top .topMenu button {
        padding-left: unset;
        margin: auto 0;
        display: flex;
    }

    header .menu .m_menu .list .middle .line {
        display: flex;
        flex-direction: row;
        height: fit-content;
        line-height: 42px;
        justify-content: space-between;
        width: 70%;
        margin: 50px auto;
    }

    header .menu .m_menu .list h4 {
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    header .menu .m_menu .list button {
        padding-left: 10%;
    }

    header .menu .m_menu .list p {
        color: #000;
        font-family: Lexend;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        margin-bottom: unset;
    }

    header .menu .m_menu .list .active {
        color: #1DA132;
    }

    header .menu .m_menu .list .active:before {
        background: url(../img/Ellipse.png) no-repeat;
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 5px 10px;
    }

    header .menu .m_menu .list p:not(.active) {
        /* padding-left: calc(10% + 18px); */
    }

    header .menu .m_menu .list .menuList {
        margin-bottom: 25px !important;
    }

    header .menu .m_menu .m-language {
        display: block;
    }

    header .menu .m_menu .m-language button {
        width: 100%;
        text-align: left;
    }

    header .menu .m_menu .m-language button p {
        padding: 0;
    }

    header .menu .m_menu .m-language button p:not(.active) {
        padding-left: 20px;
    }

    header .menu .m_menu .m-language img {
        margin: 0 12px 0 5px;
    }

    .col-8_5 {
        width: 90%;
    }

    /* about */
    #about .top {
        /* height: 180vw; */
        height: auto;
        background: url(../img/bg_top_intro_m.png) no-repeat;
        background-size: contain;
        background-position-y: bottom;
    }

    #about .top .title {
        padding-top: 10vw;
    }

    #about .top .title span {
        font-size: 7vw;
    }

    #about .top .intro {
        padding-top: 8vw;
    }

    #about .top .intro .logo {
        text-align: center;
        align-items: center;
    }

    #about .top .intro .logo img {
        padding-left: unset;
        width: 22vw;
    }

    #about .top .intro .logo .logo_text {
        font-size: 10vw;
    }

    #about .top .intro .intro_text {
        /* padding-top: 40vw; */
        padding-top: 30vw;
        font-size: 3.3vw;
        line-height: 4.8vw;
        white-space: normal;
        width: 50%;
        margin-bottom: 3rem;
    }

    #about .girdled_lizard {
        height: auto;
        padding-bottom: 126px;
        background-image: url(../img//bg_girdled_lizard_m.png);
    }

    #about .girdled_lizard .slick-track {
        display: flex;
        align-items: center;
    }

    #about .girdled_lizard .slick-slider {
        padding: 0 16px;
    }

    #about .girdled_lizard .slick-arrow img {
        width: 70%;
    }

    #about .girdled_lizard .title {
        padding-top: 21.8vw;
        font-size: 6vw;
    }

    #about .girdled_lizard .videoArea {
        padding-top: 15vw;
    }

    #about .girdled_lizard .videoArea .slick video {
        max-height: 70vw;
        max-width: 70vw;
    }

    #about .girdled_lizard .imgArea .arrow {
        top: 45%;
    }

    #about .girdled_lizard .imgArea .box {
        width: fit-content;
        height: fit-content;
    }

    #about .girdled_lizard .imgArea .box img {
        max-width: 70.6vw;
        max-height: 50.6vw;
    }

    #about .center_clients {
        height: auto;
        padding-bottom: 34.1vw;
    }

    #about .center_clients .title {
        padding-top: 26.4vw;
        font-size: 5.7vw;
    }

    #about .center_clients .description {
        padding-top: 8.5vw;

    }

    #about .center_clients .description pre {
        font-size: 3.3vw;
        white-space: unset;
        line-height: 4.7vw;
    }

    #about .center_clients .img_box {
        padding-top: 11.3vw;
        display: flex;
        flex-wrap: wrap;
    }

    #about .center_clients .img_box img:nth-child(2) {
        order: 1;
        width: 100%;
        padding: 8px;
    }

    #about .center_clients .img_box img {
        width: 50%;
    }

    #about .center_clients .our_clients .title {
        padding-top: 22vw;
    }

    #about .center_clients .our_clients .imgArea {
        padding-top: 15.3vw;
    }

    #about .center_clients .our_clients .imgArea .slick-slider {
        padding: 0 16px;
    }

    #about .center_clients .our_clients .imgArea .slick-initialized .slick-slide img {
        width: 22.2vw;
    }

    #about .center_clients .our_clients .imgArea .arrow {
        top: 35%;
    }

    #about .center_clients .our_clients .imgArea .arrow img {
        width: 50%;
    }

    #about .center_clients .our_clients .imgArea .arrow.slick-prev {
        left: -10px;
    }

    #about .center_clients .our_clients .imgArea .arrow.slick-next {
        right: -10px;
    }

    #about .documentation_supported {
        height: auto;
        padding-bottom: 29.7vw;
    }

    #about .documentation_supported .title {
        padding-top: 24.2vw;
        font-size: 5.7vw;
    }

    #about .documentation_supported .cardArea {
        margin-top: 19.8vw;
        flex-direction: column;
    }

    #about .documentation_supported .cardArea .logo {
        margin: auto;
    }

    #about .documentation_supported .cardArea .logo img {
        max-width: 70.6vw;
    }

    #about .documentation_supported .cardArea .description {
        padding-top: 7.5vw;
        padding-left: unset;
    }

    #about .documentation_supported .cardArea .description .subTitle {
        font-size: 4.8vw;
        line-height: 6.2vw;
    }

    #about .documentation_supported .cardArea .description .subDescription {
        white-space: unset;
        font-size: 3.3vw;
        line-height: 4.8vw;
    }

    #about .documentation_supported .cardArea .description .download img {
        max-width: 26.4vw;
    }

    #about .documentation_supported .cardArea:nth-child(3) {
        margin-top: 28vw;
    }

    #reptiles .lizards .area_lizards .title,
    #reptiles .torioise .area_tortoise .title {
        font-size: 5.7vw;
        margin-top: 19.8vw;
        margin-bottom: 11.3vw;
    }

    #reptiles .lizards .area_lizards .box .imgArea,
    #reptiles .torioise .area_tortoise .box .imgArea {
        flex-wrap: wrap
    }

    #reptiles .lizards .area_lizards .box .imgArea img,
    #reptiles .torioise .area_tortoise .box .imgArea img {
        padding: 3px;
        width: 50%;
    }

    #reptiles .lizards .area_lizards .box .imgArea img:nth-child(1),
    #reptiles .torioise .area_tortoise .box .imgArea img:nth-child(2),
    #reptiles .lizards .area_lizards .box .imgArea img:nth-child(4),
    #reptiles .torioise .area_tortoise .box .imgArea img:nth-child(3) {
        width: 48%;
    }

    #reptiles .lizards .area_lizards .box .imgArea img:nth-child(2),
    #reptiles .torioise .area_tortoise .box .imgArea img:nth-child(1),
    #reptiles .lizards .area_lizards .box .imgArea img:nth-child(3),
    #reptiles .torioise .area_tortoise .box .imgArea img:nth-child(4) {
        width: 52%;
    }

    #reptiles .lizards .area_lizards .box .description,
    #reptiles .torioise .area_tortoise .box .description {
        flex-direction: column-reverse;
        position: relative;
    }

    #reptiles .torioise .area_tortoise .box .description {
        margin-top: 7.6vw;
    }

    #reptiles .lizards .area_lizards .box .description .picture,
    #reptiles .torioise .area_tortoise .box .description .picture {
        margin: 7.3vw auto 0;
    }

    #reptiles .lizards .area_lizards .box .description .picture img,
    #reptiles .torioise .area_tortoise .box .description .picture img {
        max-width: 61.2vw;
        max-height: 40.5vw;
    }

    #reptiles .lizards .area_lizards .box .description .text .title,
    #reptiles .torioise .area_tortoise .box .description .text .title {
        font-size: 4.8vw;
        margin: auto;
        text-align: left;
    }

    #reptiles .lizards .area_lizards .box .description .text .subTitle,
    #reptiles .torioise .area_tortoise .box .description .text .subTitle {
        font-size: 3.8vw;
        margin: 0 5vw;
        line-height: 5.7vw;
    }

    #reptiles .lizards .area_lizards .box .description .text .report_area,
    #reptiles .torioise .area_tortoise .box .description .text .report_area {
        flex-direction: column;
        position: absolute;
        bottom: -24vw;
        width: 100%;
    }

    #reptiles .lizards .area_lizards .box .description .text .report_area .text,
    #reptiles .torioise .area_tortoise .box .description .text .report_area .text {
        font-size: 4.8vw;
        margin: auto;
    }

    #reptiles .down {
        margin: 2vw auto 0;
    }

    #reptiles .down img {
        max-width: 26.4vw;
    }

    #reptiles .lizards .area_lizards .box .detail pre:nth-child(1),
    #reptiles .torioise .area_tortoise .box .detail pre:nth-child(1) {
        margin-top: 31.8vw;
    }

    #reptiles .lizards .area_lizards .box .detail pre,
    #reptiles .torioise .area_tortoise .box .detail pre {
        white-space: unset;
        font-size: 3.3vw;
        line-height: 4.8vw;
    }

    #reptiles .lizards .area_lizards .box .detail pre:nth-child(2),
    #reptiles .torioise .area_tortoise .box .detail pre:nth-child(2) {
        margin-top: 6.2vw;
        margin-bottom: unset;
    }

    #reptiles .lizards .area_lizards .box:nth-child(3) {
        margin-top: 17.9vw;
    }

    #reptiles .lizards .area_lizards .box .description:nth-child(2) {
        margin-top: 7.5vw;
    }

    #order .order .area_lizards .title {
        margin-top: 19.8vw;
        margin-bottom: 11.6vw;
        font-size: 5.7vw;
    }

    #order .order .area_lizards .box,
    #order .order .area_tortoise .box {
        margin-top: unset;
        flex-direction: column;
        padding-bottom: 9.5vw;
        margin-top: 14.2vw;
    }

    #order .order .area_lizards .box .picture,
    #order .order .area_tortoise .box .picture {
        margin: auto;
    }

    #order .order .area_lizards .box .picture img,
    #order .order .area_tortoise .box .picture img {
        max-height: 47.1vw;
        max-width: 70.6vw;
    }

    #order .order .area_lizards .box .text,
    #order .order .area_tortoise .box .text {
        margin-top: 7.3vw;
    }

    #order .order .area_lizards .box .text .text_area .title,
    #order .order .area_tortoise .box .text .text_area .title {
        font-size: 4.8vw;
        line-height: 9.5vw;
        margin: unset;
        text-align: left;
    }

    #order .order .area_lizards .box .text .text_area .subTitle,
    #order .order .area_tortoise .box .text .text_area .subTitle {
        font-size: 3.8vw;
        line-height: 5.7vw;
        margin: unset;
        text-align: left;
    }

    #order .order .area_lizards .box .text .order_area,
    #order .order .area_tortoise .box .text .order_area {
        margin: 3.8vw 0 0;
    }

    #order .order .area_lizards .box .text .order_area .text,
    #order .order .area_tortoise .box .text .order_area .text {
        font-size: 5.7vw;
        margin-top: unset;
    }

    #order .order .btn_order img {
        max-width: 26.4vw;
        max-height: 9vw;
    }

    #order .order .area_lizards .box:last-child {
        padding-bottom: 9.5vw;
        border-bottom: 1px solid #FF6D03;
    }

    #order .order .area_tortoise .title {
        margin-top: 27.8vw;
        padding-bottom: 0;
        font-size: 5.7vw;
    }

    #order .order .area_tortoise .box:last-child {
        padding-bottom: 9.5vw;
        border-bottom: unset;
    }

    #contact .contact .area_Location .title {
        margin-top: 19.8vw;
        margin-bottom: 11.6vw;
        font-size: 5.7vw;
    }

    #contact .contact .area_Location .box {
        flex-direction: column;
    }

    #contact .contact .area_Location .box .picture {
        margin: auto;
    }

    #contact .contact .area_Location .box .picture img {
        max-width: 70.6vw;
        max-height: 47.1vw;
    }

    #contact .contact .area_Location .box .text {
        margin-top: 7.3vw;
    }

    #contact .contact .area_Location .box .text .subTitle {
        font-size: 4.8vw;
        margin: unset;
    }

    #contact .contact .area_Location .box .text .detail {
        margin: unset;
    }

    #contact .contact .area_Location .box .text .detail pre {
        font-size: 3.8vw;
        white-space: unset;
        line-height: 5.7vw;
    }

    #contact .contact .area_sns_contact .title {
        margin-top: 27.8vw;
        margin-bottom: 11.8vw;
        font-size: 5.7vw;
    }

    #contact .contact .area_sns_contact .sns_list {
        flex-direction: column;
    }

    #contact .contact .area_sns_contact .sns_list .sns_banner {
        margin: 4.8vw auto;
    }

    #contact .contact .area_sns_contact .sns_list .sns_banner img {
        max-width: 70.6vw;
        max-height: 47.1vw;
    }

    /* partners */
    #partners br {
        display: inline-block;
        content: " ";
        padding: 0 2px;
    }

    #partners {
        padding-bottom: 30vw;
    }

    #partners .partners .area_partners .title {
        margin-top: 19.8vw;
        margin-bottom: 11.6vw;
        font-size: 5.7vw;
    }

    #partners .partners .area_partners .box {
        flex-direction: column-reverse;
    }

    #partners .partners .area_partners .box:nth-child(1),
    #partners .partners .area_partners .box:nth-child(2),
    #partners .partners .area_partners .box:nth-child(3),
    #partners .partners .area_partners .box:nth-child(4),
    #partners .partners .area_partners .box:nth-child(5),
    #partners .partners .area_partners .box:nth-child(6),
    #partners .partners .area_partners .box:nth-child(7) {
        margin-bottom: 22.2vw;
    }

    #partners .partners .area_partners .box .link_area {
        margin: auto;
    }

    #partners .partners .area_partners .box .link_area img {
        max-width: 70.6vw;
        max-height: 25vw;
    }

    #partners .partners .area_partners .box .text_area {
        margin-top: 4.3vw;
    }

    #partners .partners .area_partners .box .text_area .subTitle {
        font-size: 4.8vw;
        margin-bottom: 2vw;
    }

    #partners .partners .area_partners .box .text_area .text {
        font-size: 3.8vw;
        line-height: 4.8vw;
    }

    #partners .partners .area_our_clients .title {
        margin-top: 22.2vw;
        margin-bottom: 11.6vw;
        font-size: 5.7vw;
    }

    #partners .partners .area_our_clients .our_clients_list {
        flex-wrap: wrap;
    }

    #partners .partners .area_our_clients .our_clients_list img {
        max-width: 40.5vw;
        max-height: 40.5vw;
        margin: 1vw 0;
    }

    /* footer */
    footer {
        padding-top: 14.2vw;
        height: auto;
    }

    footer .bottom {
        flex-direction: unset;
    }

    footer .bottom .information {
        flex-direction: column;
        padding-bottom: 19.8vw;
    }

    footer .bottom .information .box01 .logo img {
        max-width: 13.2vw;
    }

    footer .bottom .information .box01 .logo_text {
        font-size: 7.6vw;
        padding-left: 3.3vw;
    }

    footer .bottom .information .box01 .intro_text {
        margin-top: 4.3vw;
    }

    footer .bottom .information .box01 .intro_text pre {
        font-size: 3.3vw;
        white-space: unset;
        line-height: 4.8vw;
    }

    footer .bottom .information .box01 .snsBtnArea {
        margin-top: 11.3vw;
        margin-bottom: 15vw;
    }

    footer .bottom .information .box01 .snsBtnArea img {
        max-width: 9vw;
        max-height: 9vw;
    }

    footer .bottom .information .box02 .subBox {
        margin-top: 6.5vw;
    }

    footer .bottom .information .box02 .subBox .subTitle {
        font-size: 3.8vw;
        padding-bottom: 1vw;
    }

    footer .bottom .information .box02 .subBox .subDescription {
        font-size: 2.8vw;
    }

    footer .bottom .information .box02 .subBox .subDescription .btn {
        padding: 2vw 2vw 0 0;
    }

    footer .bottom .information .box02 .subBox .subDescription .bankInfo_area {
        right: unset;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    footer .bottom .information .box02 .subBox .subDescription .qrcode_area {
        bottom: 100px;
        right: unset;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    footer .bottom .information .box02 .subBox footer .bottom .copyright {
        height: 92px;
        line-height: 92px;
    }

    footer .bottom .copyright span {
        font-size: 2.9vw;
    }
}

@media (max-width: 500px) {
    header .logo {
        content: url(../img/icon_m.png);
    }

    #about .top {
        height: calc(var(--app-height) - 60px);
        /* height: calc(100vh - 60px); */
    }

    #about .top .contents {
        height: calc(var(--app-height) - 60px);
        display: flex;
        flex-direction: column;
    }

    #about .top .title {
        padding-top: calc(var(--app-height)* 0.05);
    }

    #about .top .intro {
        height: 100%;
        justify-content: space-between;
        padding-bottom: calc(var(--app-height)* 0.05);
        padding-top: calc(var(--app-height)* 0.05);
    }

    #about .top .intro .intro_text {
        padding-top: unset;
        margin-bottom: unset;
    }

    #about .girdled_lizard {
        padding-bottom: 15vw;
    }

    #about .girdled_lizard .title {
        padding-top: 11vw;
    }

    #about .girdled_lizard .videoArea {
        padding-top: 7.5vw;
    }

    #about .girdled_lizard .videoArea .slick video {
        max-height: unset;
        max-width: 100%;
    }

    #about .girdled_lizard .imgArea .box img {
        max-width: 100%;
        max-height: unset;
    }

    #about .girdled_lizard .imgArea {
        padding-top: 12vw;
    }

    #about .center_clients {
        padding-bottom: 17vw;
    }

    #about .center_clients .title {
        padding-top: 13vw;
    }

    #about .center_clients .our_clients .title {
        padding-top: 11vw;
    }

    #about .documentation_supported {
        padding-bottom: 5vw;
    }

    #about .documentation_supported .title {
        padding-top: 12vw;
    }

    #about .documentation_supported .cardArea {
        margin-top: 5.1vw;
    }

    #about .documentation_supported .cardArea:nth-child(3) {
        margin-top: 8vw;
    }

    #reptiles .lizards .area_lizards .title,
    #reptiles .torioise .area_tortoise .title {
        margin-top: 5.1vw;
        margin-bottom: 5.5vw;
    }

    #order .order .area_lizards .box,
    #order .order .area_tortoise .box {
        margin-top: 7vw;
    }

    #order .order .area_lizards .title {
        margin-top: 5.1vw;
        margin-bottom: 5.5vw;
    }

    #order .order .area_tortoise .title {
        margin-top: 5.1vw;
        margin-bottom: 5.5vw;
    }

    #order .order .area_tortoise .box:last-child {
        padding-bottom: unset;
    }

    #contact .contact .area_Location .title {
        margin-top: 5.1vw;
        margin-bottom: 5.5vw;
    }

    #contact .contact .area_Location .box .text .detail pre {
        margin-top: 3vw;
    }

    #contact .contact .area_sns_contact .title {
        margin-top: 13.5vw;
        margin-bottom: 5.8vw;
    }

    #contact .contact .area_sns_contact .sns_list .sns_banner {
        margin: 1.5vw auto;
    }

    #contact .contact .area_sns_contact .sns_list .sns_banner img {
        max-width: 100%;
        max-height: unset;
    }

    #partners {
        padding-bottom: 15vw;
    }

    #partners .partners .area_partners .title {
        margin-top: 5.1vw;
        margin-bottom: 5.5vw;
    }

    #partners .partners .area_partners .box:nth-child(1),
    #partners .partners .area_partners .box:nth-child(2),
    #partners .partners .area_partners .box:nth-child(3),
    #partners .partners .area_partners .box:nth-child(4),
    #partners .partners .area_partners .box:nth-child(5),
    #partners .partners .area_partners .box:nth-child(6),
    #partners .partners .area_partners .box:nth-child(7) {
        margin-bottom: 12vw;
    }

    #partners .partners .area_our_clients .title {
        margin-top: 11vw;
        margin-bottom: 5.5vw;
    }

    footer .bottom .information {
        padding-bottom: 9.9vw;
    }

    footer .bottom .information .box01 .snsBtnArea {
        margin-top: 5.1vw;
        margin-bottom: 5.5vw;
    }

    footer .bottom .information .box02 .subBox .subTitle {
        font-size: 3.8vw;
        padding-bottom: unset;
        line-height: 3.8vw;
    }

    footer .bottom .information .box02 .subBox .subDescription .bankInfo_area {
        width: 100%;
    }
    footer .bottom .information .box02 .subBox .subDescription .bankInfo_area button{
        top: 13px;
        right: 15px;
    }

    footer .bottom .information .box02 .subBox .subDescription .bankInfo_area h2 {
        font-size: 3.3vw !important;
        font-weight: 500 !important;
        line-height: 6.6vw !important;
    }

    footer .bottom .information .box02 .subBox .subDescription .bankInfo_area .box li {
        font-size: 2.9vw;
        line-height: 6vw;
        /* 150% */
    }
    footer .bottom .information .box02 .subBox .subDescription .bankInfo_area .box{
        padding: 15px 20px 0;
    }


    footer .bottom .information .box02 .subBox .subDescription .qrcode_area {
        left: 70%;
    }

    footer .bottom .information .box02 .subBox:nth-child(5) .subDescription.rowLine {
        display: inline-block;
    }

    footer .bottom .information .box02 .subBox .subDescription #btn_qr {
        padding: 0;
    }
}