@charset "utf-8";

/* basic-N2 */
.basic-N2 {
    position: sticky;
    top: 0;
    z-index: 200;
    width: 100%;
    transition: 0.3s;
    background: var(--white);
    left: 0;
    position: fixed !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08)
}

.basic-N2 .header-container {
    display: flex;
    justify-content: space-between;
    min-height: 8rem
}

.basic-N2 .header-left {
    display: flex;
    align-items: center
}

.basic-N2 .header-title a {
    height: 4rem
}

.basic-N2 .header-title img {
    height: 100%;
    object-fit: contain
}

.basic-N2 .header-right {
    display: flex;
    align-items: center;
    gap: 2rem
}

.basic-N2 .header-right button {
    position: fixed;
    top: 1.6rem;
    right: 1.6rem;
    width: 2.8rem;
    height: 2.8rem;
    z-index: 10000 !important;
    background: none;
    border: none;
    cursor: pointer
}

.basic-N2 .header-right button img {
    width: auto;
    max-height: 100%;
    object-fit: cover;
    vertical-align: top
}

.basic-N2 .header-lang {
    position: relative
}

.basic-N2 .header-langbtn {
    position: relative;
    border: none;
    background: none
}

.basic-N2 .header-langlist {
    position: absolute;
    top: 100%;
    left: -50%;
    z-index: 200;
    background-color: #111111
}

.basic-N2 .header-lang:hover .header-langitem {
    max-height: 6.8rem
}

.basic-N2 .header-langitem {
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden
}

.basic-N2 .header-langitem a {
    padding: 0.6rem 1.6rem;
    color: var(--white);
    opacity: 0.7
}

.basic-N2 .header-langitem a:hover {
    opacity: 1
}

.basic-N2 .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg)
}

.basic-N2 .header-utils>ul {
    display: flex;
    align-items: center
}

.basic-N2 .header-utils>ul>li {
    margin-left: 1.2rem
}

.basic-N2 .header-utils>ul>li>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: top
}

.basic-N2 .header-utils {
    display: flex;
    align-items: center
}

.basic-N2 .header-utils .btn-allmenu {
    display: flex;
    flex-direction: column;
    gap: 0.6rem
}

.basic-N2 .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
    width: 2.4rem
}

.basic-N2 .header-utils .btn-allmenu .ico-hamburger,
.basic-N2 .btn-momenu .ico-hamburger {
    width: 2.4rem;
    height: 0.2rem;
    background-color: var(--black);
    border-radius: 1rem;
    transition: width 0.3s, transform 0.3s, opacity 0.3s;
    will-change: width, transform, opacity
}

.basic-N2 .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.basic-N2 .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.4rem
}

.basic-N2 .header-gnblist {
    display: flex
}

.basic-N2 .header-gnbitem {
    position: relative
}

.basic-N2 .header-gnbitem:hover .header-sublist {
    min-height: auto;
    opacity: 1;
    overflow: hidden;
    pointer-events: auto
}

.basic-N2 .header-gnbitem:hover .header-gnblink span::after,
.basic-N2 .header-gnbitem.item-active .header-gnblink span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--primary);
    transform: scaleX(1)
}

.basic-N2 .header-gnblink {
    padding: 2.3rem;
    line-height: 2.6rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap
}

.basic-N2 .header-gnbitem:last-child .header-gnblink {
    padding-right: 0
}

.basic-N2 .header-gnblink span {
    position: relative
}

.basic-N2 .header-gnblink span::after {
    content: "";
    height: 0.2rem;
    width: 100%;
    transition: 0.3s;
    transform: scaleX(0)
}

.basic-N2 .header-sublist {
    min-height: 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s;
    opacity: 0;
    overflow: hidden;
    pointer-events: none
}

.basic-N2 .header-subitem {
    width: 14rem;
    background: var(--white);
    overflow: hidden
}

.basic-N2 .header-sublink {
    width: 100%;
    padding: 1rem 2rem;
    transition: color 0.2s, background 0.2s;
    will-change: color, background
}

.basic-N2 .header-sublink:hover {
    background: transparent;
    color: var(--black)
}

.basic-N2 .btn-momenu .ico-hamburger {
    width: 2.4rem;
    height: 0.2rem;
    background-color: #111;
    border-radius: 1rem;
    transition: width 0.3s, transform 0.3s, opacity 0.3s;
    will-change: width, transform, opacity
}

.basic-N2 .btn-momenu {
    display: none
}

.basic-N2 .header-fullmenu {
    position: fixed;
    z-index: 99999;
    padding: 0 2.4rem;
    background-color: var(--black);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.basic-N2 .header-fullmenu.fullmenu-right {
    width: 0;
    height: 100%;
    top: 0;
    right: 0
}

.basic-N2 .header-fullmenu.fullmenu-left {
    width: 0;
    height: 100%;
    top: 0;
    left: 0
}

.basic-N2 .header-fullmenu.fullmenu-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 0
}

.basic-N2 .header-fullmenu.fullmenu-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0
}

.basic-N2 .header-fullmenu.fullmenu-active {
    width: 100%;
    height: 100vh;
    opacity: 1;
    visibility: visible
}

.basic-N2 .fullmenu-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 128rem;
    margin: 0 auto
}

.basic-N2 .fullmenu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10rem
}

.basic-N2 .fullmenu-title {
    margin-bottom: 0
}

.basic-N2 .fullmenu-title-link {
    width: 13.6rem;
    height: 4.3rem
}

.basic-N2 .fullmenu-title img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.basic-N2 .fullmenu-gnblist {
    display: flex;
    justify-content: center
}

.basic-N2 .fullmenu-gnbitem {
    width: 20%
}

.basic-N2 .fullmenu-gnbitem+.fullmenu-gnbitem {
    margin-left: 4rem
}

.basic-N2 .fullmenu-gnblink {
    position: relative;
    width: 100%;
    padding-bottom: 4rem;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.basic-N2 .fullmenu-gnblink::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0.1rem;
    background-color: var(--white) ff;
    transition: 0.2s
}

.basic-N2 .fullmenu-gnblink.on::after {
    width: 18rem
}

.basic-N2 .fullmenu-sublist {
    padding-top: 4rem
}

.basic-N2 .fullmenu-subitem+.fullmenu-subitem {
    padding-top: 0.8rem
}

.basic-N2 .fullmenu-sublink {
    color: #a2a2a2;
    position: relative;
    padding-bottom: 5px;
    transition: 0.3s
}

.basic-N2 .fullmenu-sublink::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    top: 100%;
    right: 0;
    transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.basic-N2 .fullmenu-sublink:hover {
    color: var(--white)
}

.basic-N2 .fullmenu-sublink:hover::before {
    width: 100%;
    right: auto;
    left: 0
}

.basic-N2 .fullmenu-close {
    position: fixed;
    right: 8rem;
    top: 2.4rem;
    width: 3.2rem;
    height: 3.2rem;
    background-color: transparent;
    border: none
}

.basic-N2 .fullmenu-close img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1200px) {
    .basic-N2 .header-container {
        align-items: center
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
     .basic-N5{
        margin-top: 35px !important;
    }
}

/*mo-header*/
@media (max-width: 1269px)  {
    .th-layout-header .container-lg{
                padding: 0 1rem;
    }
    .basic-N2 .header-container{
            min-height: 6rem;
    }

        .basic-N2 .btn-momenu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.6rem;
        margin-left: 0.6rem
    }

    .basic-N2 .btn-momenu .ico-hamburger {
        width: 2rem
    }

    .basic-N2 .header-left {
        margin-left: 2%
    }

     .basic-N2 .header-gnb {
        position: fixed;
        top: 0;
        width: 60%;
        height: 100vh;
        right: -100%;
        background-color: #f8f8f8;
        box-shadow: -3px 5px 20px rgba(0, 0, 0, 0.08);
        transition: left 0.3s ease-in-out;
        z-index: 9999;
        overflow-y: auto
    }

    .basic-N2 .header-gnblist {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s 0.1s
    }

    .basic-N2 .header-gnblink {
        display: flex;
        align-items: flex-end;
        width: 100%;
        padding: 2rem 3rem;
        text-align: left;
        letter-spacing: -1px;
        color: #4d3a26
    }

    .block-active .btn-momenu .ico-hamburger {
        background-color: #4d3a26
    }

    .basic-N2 .header-gnbitem:hover,
    .basic-N2 .header-gnbitem.item-active {
        background-color: transparent
    }

    .basic-N2 .header-gnbitem:hover .header-gnblink span {
        border: none
    }

    .basic-N2 .header-gnbitem:hover .header-gnblink span::after,
    .basic-N2 .header-gnbitem.item-active .header-gnblink span::after {
        content: none
    }

    .basic-N2.block-active .header-gnb {
        right: 0
    }

    .basic-N2.block-active .header-gnblist {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 75px
    }

    .basic-N2 .header-right button,
    .basic-N2 .header-utils .member a {
        width: 2.8rem;
        height: 2.8rem;
        z-index: 999;
    }

    
    .basic-N2.block-active .btn-momenu .ico-hamburger:nth-child(1) {
        transform: translateY(0.8rem) rotate(45deg)
    }

    .basic-N2.block-active .btn-momenu .ico-hamburger:nth-child(3) {
        transform: translateY(-0.8rem) rotate(-45deg)
    }

    .basic-N2.block-active .btn-momenu .ico-hamburger:nth-child(2) {
        opacity: 0;
        visibility: hidden
    }


}

@media (max-width: 992px) {
    .basic-N2 {
        padding-top: 0;
        padding-bottom: 0
    }

    .basic-N2 .header-title a {
        width: 12rem
    }

    .basic-N2.momenu-active .header-right {
        right: 0;
        opacity: 1;
        visibility: visible
    }

    .basic-N2.block-active .header-center {
        pointer-events: auto
    }

    .basic-N2.block-active .header-title {
        height: 6rem;
        display: flex;
        align-items: center
    }

    .basic-N2 .header-gnbitem:has(.header-subitem) .header-gnblink::after {
        content: "";
        display: flex;
        width: 1.6rem;
        height: 1.6rem;
        background-image: url(../img/icon/ico_downarrow_black.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        transition: transform 0.3s;
        will-change: transform
    }

    .basic-N2.block-active .header-gnblink {
        align-items: center;
        justify-content: flex-start
    }

    .basic-N2.block-active .header-gnbitem.item-active .header-gnblink::after {
        content: "";
        transform: rotate(180deg)
    }
    .basic-N2 .header-container {
        min-height: 6rem;
        padding: 0
    }

    .basic-N2 .header-container::before {
        content: none
    }

    .basic-N2 .header-title-link {
        height: 2.6rem
    }


    .basic-N2 .header-sublist {
        display: none;
        position: relative;
        opacity: 1;
        padding: 1.8rem 2rem 2rem 2rem
    }

    .basic-N2 .header-subitem {
        width: 100%;
        background: transparent
    }

    .basic-N2 .header-subitem+.header-subitem {
        padding-top: 0.8rem
    }

    .basic-N2 .header-sublink {
        padding: 0;
        color: var(--text-color3)
    }

    .basic-N2 .header-sublink:active {
        color: #111111
    }


    .basic-N2 .header-lang:hover .header-langitem {
        max-height: 0
    }

    .basic-N2 .header-lang.lang-active .header-langitem {
        max-height: 6.8rem
    }

    .basic-N2 .header-lang:hover .header-langbtn::after {
        transform: translateY(-50%) rotate(0)
    }

    .basic-N2 .header-lang.lang-active .header-langbtn::after {
        transform: translateY(-50%) rotate(180deg)
    }

    .basic-N2 .header-utils>ul>li {
        margin-left: 0.6rem
    }

    .basic-N2 .header-utils .utils-btn {
        width: 2.8rem;
        height: 2.8rem
    }

    .basic-N2 .header-utils .btn-allmenu {
        display: none
    }
}

@media (max-width: 576px) {
    .basic-N2 .header-container {
        padding: 0
    }

    .basic-N2 .header-title a {
        width: 20rem
    }

    .basic-N2 .header-title img {
        width: 100%
    }
}
/* basic-N5 */
/* 공통 슬라이드 스타일 */
.basic-N5 {
    position: relative;
    overflow: hidden;
   /* margin-top: 80px*/
}

.basic-N5 .contents-container {
    display: block;
    height: 80rem
}

.basic-N5 .fullscreen {
    height: auto;
    min-height: unset
}

.basic-N5 .contents-swiper {
    position: relative;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.basic-N5 .swiper-wrapper {
    width: 100%
}

.basic-N5 .swiper-slide-active {
    position: relative
}

.basic-N5 .contents-backimg,
.basic-N5 .contents-backimg img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.basic-N5 .contents-slide-group {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 8rem;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center
}

.basic-N5 .textset {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.basic-N5 .textset-tit {
    color: var(--white);
    text-align: left;
    word-break: keep-all
}

.basic-N5 .textset-desc {
    color: var(--text-color4);
    word-break: keep-all
}

.basic-N5 .btnset {
    min-width: 18rem;
    margin-top: 10rem
}

.basic-N5 .contents-control {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    position: absolute;
    left: 50%;
    bottom: 8rem;
    transform: translateX(-50%);
    z-index: 10
}

.basic-N5 .contents-deco {
    display: inline-block;
    width: 1.2rem;
    height: 0.2rem;
    background: var(--white);
    opacity: 0.5;
    border-radius: 1rem
}

.basic-N5 .swiper-button-prev,
.basic-N5 .swiper-button-next {
    position: static;
    flex-shrink: 0;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-top: 0;
    background-image: url(../img/icon/ico_arrow_withe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    transition: 0.3s
}

.basic-N5 .swiper-button-prev {
    transform: rotate(180deg)
}

.basic-N5 .swiper-button-prev:after,
.basic-N5 .swiper-button-next:after {
    content: none
}

.basic-N5 .swiper-button-prev:hover,
.basic-N5 .swiper-button-next:hover {
    opacity: 1
}

.basic-N5 .swiper-pagination {
    display: flex;
    align-items: center;
    position: static;
    gap: 0.8rem
}

.basic-N5 .swiper-pagination-current {
    font-weight: 500;
    color: var(--white)
}

.basic-N5 .swiper-pagination-total {
    font-weight: 500;
    color: var(--text-color4)
}

.basic-N5 .swiper-button-play,
.basic-N5 .swiper-button-pause {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer
}

.basic-N5 .swiper-button-play img,
.basic-N5 .swiper-button-pause img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top
}

.basic-N5 .swiper-button-play:hover,
.basic-N5 .swiper-button-pause:hover {
    opacity: 1
}

.basic-N5 .swiper-button-play {
    display: none
}

.basic-N5 .slide01,
.basic-N5 .slide02 {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(1850px + 8rem);
    justify-content: space-between
}

.basic-N5 .slide01 .span,
.basic-N5 .slide02 .span {
    text-align: left;
    font-size: clamp(1.8rem, 1vw, 2.3rem);
    letter-spacing: 20px;
    font-weight: 100;
    margin-bottom: 10px
}

.basic-N5 .slide01 h1,
.basic-N5 .slide02 h1 {
    font-size: clamp(6rem, 6vw, 9rem);
    line-height: 2.3rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: -0.5rem
}

.basic-N5 .slide01 .p1,
.basic-N5 .slide02 .p1 {
    text-align: left;
    font-size: clamp(1.5rem, 1.8vw, 2.8rem);
    line-height: clamp(4rem, 2vw, 5rem);
    margin-top: 4vw !important;
    letter-spacing: -0.13vw
}

.basic-N5 .slide01 .span {
    color: #fff
}

.basic-N5 .slide02 .span {
    color: #4d3a26
}

.basic-N5 .gradient-text {
    display: inline-block;
    background: linear-gradient(to bottom,
            #fce8ab 0%,
            #caa947 25%,
            #fcf1cf 50%,
            #c1a85e 75%,
            #fcf1cf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1.3
}

.basic-N5 .color-text {
    line-height: 1.2;
    color: #4d3a26
}

.basic-N5 .slide01 .p1 {
    color: #fff
}

.basic-N5 .slide02 .p1 {
    color: #111
}

.basic-N5 .slide-img {
    width: 40%
}

.basic-N5 .slide-img>img {
    width: 100%
}

.basic-N5 .slide-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.basic-N5 .slide02 .slide-inner {
    margin-top: -1.5%
}

.basic-N5 .cardset .cardset-desc {
    -webkit-line-clamp: 5 !important
}

@media (max-width: 1200px) {
    .basic-N5 {
        margin-top: 80px
    }

    .basic-N5 .contents-slide-group {
        padding: 0 4rem
    }
}

@media (max-width: 992px) {
    .basic-N5 {
        margin-top: 0px
    }

    .basic-N5 .contents-slide-group {
        width: 100%;
        padding: 0 1.6rem
    }

    .basic-N5 .textset .textset-tit+.textset-desc {
        margin-top: 2rem
    }

    .basic-N5 .btnset {
        min-width: 16rem;
        margin-top: 8rem
    }

    .basic-N5 .contents-control {
        bottom: 6rem
    }

    .basic-N5 .slide01,
    .basic-N5 .slide02 {
        display: none !important
    }

    .basic-N5 .contents-backimg,
    .basic-N5 .contents-backimg img {
        object-fit: cover
    }

    .basic-N5 .fullscreen {
        height: 1200px;
        min-height: 1200px
    }
}

@media (max-width: 576px) {
    .basic-N5 .textset-desc br {
        display: none
    }

    .basic-N5 .fullscreen {
        height: 750px;
        min-height: 750px
    }
}

@media (min-width: 993px) and (max-width: 1024px) {
    .basic-N5 .fullscreen {
        height: auto;
        min-height: unset
    }
}
/* blank-N0 */
.blank-N0 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.blank-N0 .contents-container .h1 {
    text-align: center
}
/* basic-N47 */
/*0616*/

/* PC 전용 */

/* 모바일 전용 */

@font-face {
    font-family: 'InkLipquid';
    src: url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/*인공수정체 추가*/

/*렌즈*/

.basic-N47 {
    padding-top: 15rem;
    position: relative;
    overflow: hidden;
}

.basic-N47 .container-lg {
    padding: 0 3rem;
}

.basic-N47 .cardset {
    justify-content: space-between;
    align-items: center;
}

.basic-N47 .cardset.cardset-hor-reverse {
    flex-direction: row-reverse;
}

.basic-N47 .cardset>.cardset-figure {
    width: calc(50% + 17rem);
    margin-top: 0;
    margin-right: -23rem;
    height: 52rem;
    border-radius: 2rem;
    overflow: hidden;
}

.basic-N47 .cardset+.cardset .cardset-figure {
    margin-right: 0;
    margin-left: -23rem;
}

.basic-N47 .cardset .cardset-body {
    width: calc(50% - 5rem);
    padding: 0;
}

.basic-N47 .cardset .cardset-desc {
    display: block;
    margin-top: 4rem;
    letter-spacing: -0.1rem;
    word-break: keep-all;
    color: var(--text-color3);
    font-size: 2.1rem;
    line-height: 3.2rem;
    letter-spacing: -.18rem !important;
}

.basic-N47 .sub-title {
    margin-bottom: .5rem;
    text-transform: uppercase;
    color: #4D3A26;
}

#UjMByM0QhN .cardset-hor-reverse {
    margin-bottom: 20rem;
}

.basic-N47 .cardset-hor:last-of-type {
    margin-bottom: 0;
}

.basic-N47 .cardset-hor .cardset-tit {
    letter-spacing: -.25rem;
    font-size: 5.2rem;
    line-height: 5.8rem;
    font-weight: bold;
    color: #4D3A26;
}

.basic-N47 .cardset-hor .cardset-tit::after {
    content: "";
    display: block;
    width: 50px;
    height: 1.5px;
    background-color: #4D3A26;
    ;
    margin: .8em 0 1em;
}

.basic-N47 .cardset-hor .service01-wrapper {
    width: 100%;
    display: block;
    clear: both;
    margin: 15rem 0;
}

.basic-N47 .cardset-hor .service01-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5rem 0;
}

.basic-N47 .cardset-hor .service01-img h2 {
    font-size: 4rem;
    letter-spacing: -2px;
    font-weight: bold;
    margin-top: 5rem;
    margin-bottom: 2rem;
    color: #4D3A26;
}

.basic-N47 .cardset-hor .service01-img h2::before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #4D3A26;
    margin: .8em auto .5em;
}

.basic-N47 .cardset-hor .service01-img span {
    text-align: center;
    letter-spacing: -1px;
    font-size: 1.5rem;
    margin-bottom: 10rem;
}

.basic-N47 .cardset-hor .service01-img img {
    width: 100%;
}

.basic-N47 .cardset-hor .cardset:nth-of-type(n+2),
#UjMByM0QhN>div:nth-child(3)>div:nth-child(3),
#UjMByM0QhN>div:nth-child(4)>div:nth-child(4) {
    margin-top: 15rem;
}

#UjMByM0QhN>div>div.cardset.cardset-hor>figure {
    margin-left: -23rem;
}

#UjMByM0QhN>div:nth-child(2),
#UjMByM0QhN>div:nth-child(3),
#UjMByM0QhN>div:nth-child(4) {
    margin-top: 15rem;
}

.m-comparison {
    display: none;
}

#UjMByM0QhN>div:nth-child(4)>div>div:nth-child(3)>figure {
    margin-left: -23rem;
    margin-top: 10rem;
}

.service01-title {
    text-align: center;
    padding: 0;
}

.service01-title h2 {
    letter-spacing: -.25rem;
    font-size: 5.2rem;
    line-height: 6rem;
    font-weight: 500;
}

.service01-title h2::before {
    content: "";
    display: block;
    width: 70px;
    height: 10px;
    background-color: #4D3A26;
    margin: .5em auto .5em;
}

.service01-title .sub {
    font-family: 'InkLipquid';
    font-size: 3.2rem;
    margin: 3rem 0 5rem;
}

.comparison img {
    width: 100%;
}

.lens-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 7rem 0 5rem;
}

.lens-info .info-txt h2 {
    position: relative;
    display: inline-block;
    letter-spacing: -3px;
    font-size: 42px;
    font-weight: bold;
}

.lens-info .info-txt h2::before {
    content: '';
    position: absolute;
    left: -0.3em;
    right: -0.3em;
    top: 0.2em;
    height: 0.7em;
    background-color: #fff8c5;
    z-index: -1;
    border-radius: 0.2em;
}

.lens-info .info-txt p {
    margin-top: 4rem;
    letter-spacing: -0.2rem;
    word-break: keep-all;
    font-size: 2.3rem;
    line-height: 3.5rem;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 0;
    text-align: center;
}

.features h3 {
    font-size: 2.8rem;
    letter-spacing: -.3rem;
    margin: 3rem 0;
    color: #4d3a26;
    font-weight: bold;
}

.features p {
    font-size: 2.1rem;
    line-height: 2.8rem;
    margin-bottom: 8rem;
    letter-spacing: -.18rem;
}

.feature-item {
    padding: 0 1rem;
}

.feature-item.divider {
    position: relative;
}

.feature-item.divider::before,
.feature-item.divider::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    border-left: 1px solid transparent;
    border-image: repeating-linear-gradient(to bottom,
            #4d3a26 0px,
            #4d3a26 3px,
            transparent 3px,
            transparent 6px) 1;
}

.feature-item.divider::before {
    left: -10px;
}

.info-txt .m-img {
    display: none;
}

.feature-item.divider::after {
    right: -10px;
}

.lens-info-list {
    margin-top: 7rem;
}

.lens-info-list.rentalcar-N8_copy {
    padding-bottom: 5em;
}

.lens-info-list .cardset-row {
    position: relative;
    display: flex;
    margin-bottom: 3em;
    border-radius: 0;
    background: #fff;
}

.lens-info-list .cardset-row-0 {
    margin-bottom: -1em !important;
}

.lens-info-list .cardset-row .cardset-cont {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0;
}

.lens-info-list .cardset-row .cardset-figure {
    flex: 0 0 20em;
    width: 20em;
    min-height: 20em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    margin: 0;
    margin-left: 0 !important;
    border-radius: 2rem !important;
    overflow: hidden !important;
    margin-right: 0 !important;
}


.lens-info-list .cardset-row .cardset-img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    display: block;
}

.lens-info-list .cardset-row .cardset-body {
    flex: 1;
    padding: 2em 2.2em !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none !important;
}

.lens-info-list .cardset-row .brand {
    display: inline-block;
    font-size: 1em;
    color: #7a5b36;
    font-weight: 600;
    margin-bottom: 0.6em;
    word-break: keep-all;
}

.lens-info-list .cardset-row .lens-meta {
    display: flex;
    align-items: center;
    gap: 0.6em 0.2em;
    flex-wrap: wrap;
    margin-bottom: 0.4em;
}

.lens-info-list .cardset-row .badge-category {
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    border-radius: 1em;
    padding: 0.3em 1.1em;
    letter-spacing: -.01em;
    vertical-align: middle;
}

.lens-info-list .cardset-row .badge-cataract {
    background: #e6f3ff;
    color: #2a6fa1;
}

.lens-info-list .cardset-row .badge-presbyopia {
    background: #fff4e2;
    color: #b97c16;
}

.lens-info-list .cardset-row .badge-dreamlens {
    background: #e8f6e8;
    color: #319a4c;
}
.lens-info-list .cardset-row .badge-myopia {
    background: #e6eaff;
    color: #2a4da1;
}
.lens-info-list .cardset-row .badge-eye-drop {
  background: #e3f3fa;
  color: #2592b7;
}

.lens-info-list .cardset-row .cardset-tit {
    font-size: 1.35em !important;
    font-weight: 700;
    color: #3d2b0a;
    line-height: 1.3;
    letter-spacing: -.02em !important;
    margin: 0;
    white-space: normal !important;
    word-break: keep-all !important;
}

.lens-info-list .cardset-row .cardset-desc {
    font-size: 1.1em;
    color: #444;
    margin-top: 0.2em;
    line-height: 1.7;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-box-orient: unset !important;
    word-break: normal;
}

.lens-info-list .cardset-row .cardset-desc b {
    color: #4D3A26;
    font-weight: 600;
}

.lens-info-list .cardset-row .badge-dryeye {
    background: #e5f8f8;
    color: #299da0;
}

#Retina {
    scroll-margin-top: 500px;
}

#Glaucoma {
    scroll-margin-top: 500px;
}

@media (max-width: 992px) {

    .basic-N47 {
        padding-top: 6rem;
        padding-bottom: 15rem;
    }

    #UjMByM0QhN .cardset-hor-reverse {
        margin-bottom: 15rem;
    }

    .basic-N47 .cardset .cardset-figure {
        width: 100%;
        height: 30rem;
        margin-right: 0;
    }

    .basic-N47 .cardset+.cardset {
        margin-top: 6rem;
    }

    #UjMByM0QhN>div>div.cardset.cardset-hor>figure {
        margin-left: 0rem;
    }

    .basic-N47 .cardset .cardset-body {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 0rem;
    }

    .basic-N47 .cardset .cardset-desc {
        font-size: 1.8rem;
        margin-top: 0;
        line-height: 2.8rem;
    }

    .basic-N47 .cardset:nth-of-type(n+2) {
        margin-top: 6rem;
    }

    #UjMByM0QhN>div:nth-child(2),
    #UjMByM0QhN>div:nth-child(3),
    #UjMByM0QhN>div:nth-child(4) {
        margin-top: 6rem;
    }

    .basic-N47 .cardset+.cardset .cardset-figure {
        margin-left: 0px;
    }

    .service01-img {
        margin: 0;
    }

    .service01-wrapper {
        margin: 0rem 0;
    }

    .basic-N47 .cardset-ho .cardset-tit {
        font-size: 3.2rem !important;
        letter-spacing: -.4rem !important;
        line-height: 4rem !important;
    }

    .service01-img h2 {
        font-size: 30px;
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .service01-img span {
        margin-bottom: 5rem;
    }

    .basic-N47 .cardset-hor .cardset-tit::after {
        content: "";
        display: block;
        width: 50px;
        height: 1.5px;
        background-color: #4D3A26;
        ;
        margin: .5em 0 .6em;
    }

    .basic-N47 .cardset-hor .cardset .cardset-desc {
        font-size: 1.8rem;
        margin-top: 0;
        line-height: 2.5rem;
    }

    .rentalcar-N8 .list-area .badge {
        font-size: 14px;
    }

    .rentalcar-N8 .cardset.cardset-border .cardset-cont .cardset-tit+.cardset-desc {
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    #UjMByM0QhN>div:nth-child(4)>div>div:nth-child(3)>figure {
        margin-left: 0rem;
        margin-top: 10rem;
    }

    .basic-N47 .cardset-hor {
        margin-bottom: 8rem;
    }

    .basic-N47 .service01-wrapper {
        margin-top: 6rem;
        margin-bottom: 0;
    }

    .basic-N47 .cardset-hor .cardset-tit {
        font-size: 3.2rem;
        letter-spacing: -.4rem;
        line-height: 4rem;
    }

    .basic-N47 .cardset:nth-of-type(n+2),
    #UjMByM0QhN>div:nth-child(3)>div:nth-child(3) {
        margin-top: 0rem;
    }

    .service01-title h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }

    .service01-title .sub {
        font-size: 2.5rem;
        margin: 1rem 0 4rem;
    }

    .info-txt .m-img {
        display: block;
        border: 1px solid #ddd;
        margin: 3rem 7rem 0;
    }

    .info-txt .m-img img {
        display: flex;
        margin: 0 auto;
        width: 40%;
    }

    .lens-info .info-txt {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .lens-info .info-img {
        display: none;
    }

    .lens-info .info-txt h2 {
        font-size: 3.2rem;
        text-align: center;
        width: 35%;
        margin: 0 auto;
    }

    .lens-info .info-txt p {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
        text-align: center;
    }

    .lens-info .info-img img {
        width: 50%;
        display: flex;
    }

    .features h3 {
        font-size: 2.3rem;
    }

    .features p {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-item.divider::before,
    .feature-item.divider::after {
        display: none !important;
    }

    .feature-item.m-divider {
        position: relative !important;
    }

    .feature-item.m-divider::before {
        content: '';
        display: block !important;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        height: 70%;
        border-left: 1px solid transparent;
        border-image: repeating-linear-gradient(to bottom,
                #4d3a26 0px,
                #4d3a26 3px,
                transparent 3px,
                transparent 6px) 1;
        left: -10px;
    }
}

@media (max-width: 576px) {

    .basic-N47 .cardset-hor .cardset .cardset-desc br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .onlypc {
        display: block;
    }

    .onlymobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .onlypc {
        display: none !important;
    }

    .onlymobile {
        display: block !important;
    }
}

@media (max-width: 768px) {

    .lens-info {
        flex-direction: column-reverse;
        margin: 0;
    }

    .features {
        margin-top: 6rem;
        margin-bottom: 8rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .lens-info .info-txt {
        width: 100%;
        display: block;
    }

    .lens-info .info-img {
        width: 100%;
    }

    .feature-item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        padding: 0;
    }

    .features p {
        text-align: left;
        margin-bottom: 0;
    }

    .feature-item .feature-txt {
        flex: 1;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .feature-item .feature-img {
        width: 30%;
        height: 120px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 2rem;
    }

    .feature-item .feature-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    .features h3 {
        margin-top: 0;
        text-align: left;
        margin-bottom: 1.5rem;
    }

    .feature-item.m-divider::before {
        display: none !important;
    }

    .lens-info .info-txt h2 {
        text-align: left;
        margin: 0;
        width: auto;
    }

    .info-txt .m-img {
        margin: 3rem 0;
    }

    .lens-info .info-txt p {
        text-align: left;
        margin-bottom: 2rem;
    }

    .service01-title h2 {
        text-align: left;
    }

    .service01-title h2::before {
        margin: 2.5rem 0;
    }

    .service01-title .sub {
        text-align: left;
    }

    .comparison {
        display: none;
    }

    .m-comparison {
        display: block;
        margin-bottom: 5rem;
    }

    .m-comparison img {
        width: 100%;
    }

    .m-comparison img:nth-of-type(1) {
        margin-bottom: 2rem;
    }
}

@media (max-width:992px) {

    .lens-info-list {
        padding: 0 !important;
        margin-top: -2rem !important;
    }

    .lens-info-list .cardset-row .cardset-figure {
        flex: 0 0 20em;
        width: 20em;
        min-height: 20em;
    }

    .lens-info-list .cardset-row .cardset-body {
        padding: 1.2em 1.2em;
        border: none !important;
        margin-bottom: 0;
        margin-top: 0;
    }

    .lens-info-list .cardset-row {
        margin-bottom: 0;
        padding: 0 2rem;
    }
}

@media (max-width:768px) {

    .lens-info-list .cardset-row .cardset-cont {
        flex-direction: column;
        align-items: stretch;
    }

    .lens-info-list .cardset-row .cardset-figure {
        width: 100%;
        min-height: 15em;
    }

    .lens-info-list .cardset-row .cardset-body {
        padding: 1em 0.7em 1.2em 0.7em;
    }

    .lens-info-list .cardset-row .lens-meta {
        align-items: flex-start;
        gap: 0.3em;
    }

    .lens-info-list .cardset-row .badge-category {
        font-size: 0.98em;
    }

    .basic-N47 .lens-info-list .cardset-row .cardset-tit {
        font-size: 1.07em;
        line-height: 3rem !important;
    }
}
/* basic-N47_copy */
@font-face {
    font-family: 'InkLipquid';
    src: url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

.basic-N47_copy {
    padding-top: 15rem;
    position: relative;
    overflow: hidden;
}

.basic-N47_copy .container-lg {
    padding: 0 3rem;
}

.basic-N47_copy .cardset {
    justify-content: space-between;
    align-items: center;
}

.basic-N47_copy .cardset.cardset-hor-reverse {
    flex-direction: row-reverse;
}

.basic-N47_copy .cardset .cardset-figure {
    width: calc(50% + 17rem);
    margin-top: 0;
    margin-right: -23rem;
    height: 52rem;
    border-radius: 2rem;
    overflow: hidden;
}

.basic-N47_copy .cardset+.cardset .cardset-figure {
    margin-right: 0;
    margin-left: -23rem;
}

.basic-N47_copy .cardset .cardset-body {
    width: calc(50% - 5rem);
    padding: 0;
}

.basic-N47_copy .cardset .cardset-desc {
    display: block;
    margin-top: 4rem;
    letter-spacing: -0.1rem;
    word-break: keep-all;
    color: var(--text-color3);
    font-size: 2.1rem;
    line-height: 3.2rem;
    letter-spacing: -.18rem !important;
}

.basic-N47_copy .sub-title {
    margin-bottom: .5rem;
    text-transform: uppercase;
    color: #4D3A26;
}

.basic-N47_copy .cardset-hor {
    margin-bottom: 15rem;
}

.basic-N47_copy .cardset-hor:last-of-type {
    margin-bottom: 0;
}

.basic-N47_copy .cardset-hor .cardset-tit {
    letter-spacing: -.25rem;
    font-size: 5.2rem;
    line-height: 5.8rem;
    font-weight: bold;
    color: #4D3A26;
}

.basic-N47_copy .cardset-hor .cardset-tit::after {
    content: "";
    display: block;
    width: 50px;
    height: 1.5px;
    background-color: #4D3A26;
    ;
    margin: .8em 0 1em;
}

.basic-N47_copy .cardset-hor .service01-wrapper {
    width: 100%;
    display: block;
    clear: both;
    margin: 15rem 0;
}

.basic-N47_copy .cardset-hor .service01-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5rem 0;
}

.basic-N47_copy .cardset-hor .service01-img h2 {
    font-size: 4rem;
    letter-spacing: -2px;
    font-weight: bold;
    margin-top: 5rem;
    margin-bottom: 2rem;
    color: #4D3A26;
}

.basic-N47_copy .cardset-hor .service01-img h2::before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #4D3A26;
    margin: .8em auto .5em;
}

.basic-N47_copy .cardset-hor .service01-img span {
    text-align: center;
    letter-spacing: -1px;
    font-size: 1.5rem;
    margin-bottom: 10rem;
}

.basic-N47_copy .cardset-hor .service01-img img {
    width: 100%;
}

.basic-N47_copy .cardset-hor .cardset:nth-of-type(n+2),
#DlMcN2mNZj>div:nth-child(3)>div:nth-child(3),
#DlMcN2mNZj>div:nth-child(4)>div:nth-child(4) {
    margin-top: 15rem;
}

#DlMcN2mNZj>div>div.cardset.cardset-hor>figure {
    margin-left: -23rem;
}

#DlMcN2mNZj>div:nth-child(2),
#DlMcN2mNZj>div:nth-child(3),
#DlMcN2mNZj>div:nth-child(4) {
    margin-top: 15rem;
}

.m-comparison {
    display: none;
}

#DlMcN2mNZj>div:nth-child(4)>div>div:nth-child(3)>figure {
    margin-left: -23rem;
    margin-top: 10rem;
}

.service01-title {
    text-align: center;
    padding: 0;
}

.service01-title h2 {
    letter-spacing: -.25rem;
    font-size: 5.2rem;
    line-height: 6rem;
    font-weight: 500;
}

.service01-title h2::before {
    content: "";
    display: block;
    width: 70px;
    height: 10px;
    background-color: #4D3A26;
    margin: .5em auto .5em;
}

.service01-title .sub {
    font-family: 'InkLipquid';
    font-size: 3.2rem;
    margin: 3rem 0 5rem;
}

.comparison img {
    width: 100%;
}

#Retina {
    scroll-margin-top: 500px;
}

#Glaucoma {
    scroll-margin-top: 500px;
}

@media (max-width: 992px) {

    .basic-N47_copy {
        padding-top: 0rem;
        padding-bottom: 15rem;
    }

    .basic-N47_copy .cardset-hor .cardset-tit {
        font-size: 3.2rem;
        letter-spacing: -.4rem;
        line-height: 4rem;
    }

    .basic-N47_copy .cardset .cardset-figure {
        width: 100%;
        height: 30rem;
        margin-right: 0;
    }

    .basic-N47_copy .cardset+.cardset {
        margin-top: 6rem;
    }

    #DlMcN2mNZj>div>div.cardset.cardset-hor>figure {
        margin-left: 0rem;
    }

    .basic-N47_copy .cardset .cardset-body {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .basic-N47_copy .cardset:nth-of-type(n+2) {
        margin-top: 6rem;
    }

    #DlMcN2mNZj>div:nth-child(2),
    #DlMcN2mNZj>div:nth-child(3),
    #DlMcN2mNZj>div:nth-child(4) {
        margin-top: 6rem;
    }

    .basic-N47_copy .cardset+.cardset .cardset-figure {
        margin-left: 0px;
    }

    .service01-img {
        margin: 0;
    }

    .service01-wrapper {
        margin: 0rem 0;
    }

    .basic-N47_copy .cardset-tit {
        font-size: 3.2rem;
        letter-spacing: -.4rem;
        line-height: 4rem;
    }

    .service01-img h2 {
        font-size: 30px;
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .service01-img span {
        margin-bottom: 5rem;
    }

    .basic-N47_copy .cardset-tit::after {
        content: "";
        display: block;
        width: 50px;
        height: 1.5px;
        background-color: #4D3A26;
        ;
        margin: .5em 0 .6em;
    }

    .basic-N47_copy .cardset .cardset-desc {
        font-size: 1.8rem;
        margin-top: 0;
        line-height: 2.8rem;
    }

    .rentalcar-N8 .list-area .badge {
        font-size: 14px;
    }

    .rentalcar-N8 .cardset.cardset-border .cardset-cont .cardset-tit+.cardset-desc {
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    #DlMcN2mNZj>div:nth-child(4)>div>div:nth-child(3)>figure {
        margin-left: 0rem;
        margin-top: 10rem;
    }

    .basic-N47_copy .service01-wrapper {
        margin-top: 6rem;
        margin-bottom: 0;
    }

    .basic-N47_copy .cardset:nth-of-type(n+2),
    #DlMcN2mNZj>div:nth-child(3)>div:nth-child(3) {
        margin-top: 0rem;
    }

    .service01-title h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }

    .service01-title .sub {
        font-size: 2.5rem;
        margin: 1rem 0 4rem;
    }

    .info-txt .m-img {
        display: block;
        border: 1px solid #ddd;
        margin: 3rem 7rem 0;
    }

    .info-txt .m-img img {
        display: flex;
        margin: 0 auto;
        width: 40%;
    }

    .lens-info .info-txt {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .lens-info .info-img {
        display: none;
    }

    .lens-info .info-txt h2 {
        font-size: 3.2rem;
        text-align: center;
        width: 35%;
        margin: 0 auto;
    }

    .lens-info .info-txt p {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
        text-align: center;
    }

    .lens-info .info-img img {
        width: 50%;
        display: flex;
    }

    .features h3 {
        font-size: 2.3rem;
    }

    .features p {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-item.divider::before,
    .feature-item.divider::after {
        display: none !important;
    }

    .feature-item.m-divider {
        position: relative !important;
    }

    .feature-item.m-divider::before {
        content: '';
        display: block !important;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        height: 70%;
        border-left: 1px solid transparent;
        border-image: repeating-linear-gradient(to bottom,
                #4d3a26 0px,
                #4d3a26 3px,
                transparent 3px,
                transparent 6px) 1;
        left: -10px;
    }
}

@media (max-width: 576px) {

    .basic-N47_copy .cardset .cardset-desc br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .onlypc {
        display: block;
    }

    .onlymobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .onlypc {
        display: none !important;
    }

    .onlymobile {
        display: block !important;
    }
}

@media (max-width: 768px) {

    .lens-info {
        flex-direction: column-reverse;
        margin: 0;
    }

    .features {
        margin-top: 6rem;
        margin-bottom: 8rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .lens-info .info-txt {
        width: 100%;
        display: block;
    }

    .lens-info .info-img {
        width: 100%;
    }

    .feature-item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        padding: 0;
    }

    .features p {
        text-align: left;
        margin-bottom: 0;
    }

    .feature-item .feature-txt {
        flex: 1;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .feature-item .feature-img {
        width: 30%;
        height: 120px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 2rem;
    }

    .feature-item .feature-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    .features h3 {
        margin-top: 0;
        text-align: left;
        margin-bottom: 1.5rem;
    }

    .feature-item.m-divider::before {
        display: none !important;
    }

    .lens-info .info-txt h2 {
        text-align: left;
        margin: 0;
        width: auto;
    }

    .info-txt .m-img {
        margin: 3rem 0;
    }

    .lens-info .info-txt p {
        text-align: left;
        margin-bottom: 2rem;
    }

    .service01-title h2 {
        text-align: left;
    }

    .service01-title h2::before {
        margin: 2.5rem 0;
    }

    .service01-title .sub {
        text-align: left;
    }

    .comparison {
        display: none;
    }

    .m-comparison {
        display: block;
        margin-bottom: 5rem;
    }

    .m-comparison img {
        width: 100%;
    }

    .m-comparison img:nth-of-type(1) {
        margin-bottom: 2rem;
    }
}

@media (max-width:992px) {

    .lens-info-list {
        padding: 0 !important;
        margin-top: 10rem;
    }

    .lens-info-list .cardset-row .cardset-figure {
        flex: 0 0 20em;
        width: 20em;
        min-height: 20em;
    }

    .lens-info-list .cardset-row .cardset-body {
        padding: 1.2em 1.2em;
    }
}

@media (max-width:768px) {

    .lens-info-list .cardset-row .cardset-cont {
        flex-direction: column;
        align-items: stretch;
    }

    .lens-info-list .cardset-row .cardset-figure {
        width: 100%;
        min-height: 15em;
    }

    .lens-info-list .cardset-row .cardset-body {
        padding: 1em 0.7em 1.2em 0.7em;
    }

    .lens-info-list .cardset-row .lens-meta {
        align-items: flex-start;
        gap: 0.3em;
    }

    .lens-info-list .cardset-row .badge-category {
        font-size: 0.98em;
    }

    .lens-info-list .cardset-row .cardset-tit {
        font-size: 1.07em;
    }
}
/* basic-N47_copy2 */
.basic-N47_copy2 {
    padding-top: 20rem;
    position: relative;
    overflow: hidden;
}

.basic-N47_copy2 .container-lg {
    padding: 0 3rem;
}

.basic-N47_copy2 .cardset {
    justify-content: space-between;
    align-items: center;
}

.basic-N47_copy2 .cardset.cardset-hor-reverse {
    flex-direction: row-reverse;
}

.basic-N47_copy2 .cardset-hor .cardset-figure {
    width: calc(50% + 17rem);
    margin-top: 0;
    margin-right: -23rem;
    height: 52rem;
    border-radius: 2rem;
    overflow: hidden;
    margin-right: 0 !important;
}

.basic-N47_copy2 .cardset+.cardset .cardset-figure {
    margin-right: 0;
    margin-left: -23rem;
}

.basic-N47_copy2 .cardset .cardset-body {
    width: calc(50% - 5rem);
    padding: 0;
}

.basic-N47_copy2 .cardset .cardset-desc {
    display: block;
    margin-top: 4rem;
    letter-spacing: -0.1rem;
    word-break: keep-all;
    color: var(--text-color3);
    font-size: 2.1rem;
    line-height: 3.2rem;
    letter-spacing: -.18rem !important;
}

.basic-N47_copy2 .sub-title {
    margin-bottom: .5rem;
    text-transform: uppercase;
    color: #4D3A26;
}

.basic-N47_copy2 .cardset-hor {
    margin-bottom: 0;
}

.basic-N47_copy2 .cardset-hor:last-of-type {
    margin-bottom: 0;
}

.basic-N47_copy2 .cardset-hor .cardset-tit {
    letter-spacing: -.25rem;
    font-size: 5.2rem;
    line-height: 5.8rem;
    font-weight: bold;
    color: #4D3A26;
}

.basic-N47_copy2 .cardset-hor .cardset-tit::after {
    content: "";
    display: block;
    width: 50px;
    height: 1.5px;
    background-color: #4D3A26;
    ;
    margin: .8em 0 1em;
}

.basic-N47_copy2 .cardset-hor .service01-wrapper {
    width: 100%;
    display: block;
    clear: both;
    margin: 15rem 0;
}

.basic-N47_copy2 .cardset-hor .service01-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5rem 0;
}

.basic-N47_copy2 .cardset-hor .service01-img h2 {
    font-size: 4rem;
    letter-spacing: -2px;
    font-weight: bold;
    margin-top: 5rem;
    margin-bottom: 2rem;
    color: #4D3A26;
}

.basic-N47_copy2 .cardset-hor .service01-img h2::before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #4D3A26;
    margin: .8em auto .5em;
}

.basic-N47_copy2 .cardset-hor .service01-img span {
    text-align: center;
    letter-spacing: -1px;
    font-size: 1.5rem;
    margin-bottom: 10rem;
}

.basic-N47_copy2 .cardset-hor .service01-img img {
    width: 100%;
}

.basic-N47_copy2 .cardset-hor .cardset:nth-of-type(n+2),
#NVmCn2Rc98>div:nth-child(3)>div:nth-child(3),
#NVmCn2Rc98>div:nth-child(4)>div:nth-child(4) {
    margin-top: 15rem;
}

#NVmCn2Rc98>div>div.cardset.cardset-hor>figure {
    margin-left: -23rem;
}

#NVmCn2Rc98>div:nth-child(2),
#NVmCn2Rc98>div:nth-child(3),
#NVmCn2Rc98>div:nth-child(4) {
    margin-top: 15rem;
}

.m-comparison {
    display: none;
}

#NVmCn2Rc98>div:nth-child(4)>div>div:nth-child(3)>figure {
    margin-left: -23rem;
    margin-top: 10rem;
}


#dry>figure {
    margin-left: -23rem;
}

@media (max-width: 992px) {

    .basic-N47_copy2 {
        padding-top: 0rem;
        padding-bottom: 15rem;
    }

    .basic-N47_copy2 .cardset-hor .cardset-figure {
        width: 100%;
        height: 30rem;
        margin-right: 0;
        margin-left: 0 !important;
    }

    .basic-N47_copy2 .cardset-hor .cardset-tit {
        font-size: 3.2rem;
        letter-spacing: -.4rem;
        line-height: 4rem;
    }

    .basic-N47_copy2 .cardset+.cardset {
        margin-top: 6rem;
    }

    #NVmCn2Rc98>div>div.cardset.cardset-hor>figure {
        margin-left: 0rem;
    }

    .basic-N47_copy2 .cardset .cardset-body {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 8rem;
    }

    .basic-N47_copy2 .cardset:nth-of-type(n+2) {
        margin-top: 6rem;
    }

    #NVmCn2Rc98>div:nth-child(2),
    #NVmCn2Rc98>div:nth-child(3),
    #NVmCn2Rc98>div:nth-child(4) {
        margin-top: 6rem;
    }

    .basic-N47_copy2 .cardset+.cardset .cardset-figure {
        margin-left: 0px;
    }

    .service01-img {
        margin: 0;
    }

    .service01-wrapper {
        margin: 0rem 0;
    }

    .basic-N47_copy2 .cardset-tit {
        font-size: 3.2rem;
        letter-spacing: -.4rem;
        line-height: 4rem;
    }

    .service01-img h2 {
        font-size: 30px;
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .service01-img span {
        margin-bottom: 5rem;
    }

    .basic-N47_copy2 .cardset-hor .cardset-tit::after {
        content: "";
        display: block;
        width: 50px;
        height: 1.5px;
        background-color: #4D3A26;
        ;
        margin: .5em 0 .6em;
    }

    .basic-N47_copy2 .cardset .cardset-desc {
        font-size: 1.8rem;
        margin-top: 0;
        line-height: 2.8rem;
    }

    .rentalcar-N8 .list-area .badge {
        font-size: 14px;
    }

    .rentalcar-N8 .cardset.cardset-border .cardset-cont .cardset-tit+.cardset-desc {
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    #NVmCn2Rc98>div:nth-child(4)>div>div:nth-child(3)>figure {
        margin-left: 0rem;
        margin-top: 10rem;
    }

    .basic-N47_copy2 .service01-wrapper {
        margin-top: 6rem;
        margin-bottom: 0;
    }

    .basic-N47_copy2 .cardset:nth-of-type(n+2),
    #NVmCn2Rc98>div:nth-child(3)>div:nth-child(3) {
        margin-top: 0rem;
    }

    .service01-title h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }

    .service01-title .sub {
        font-size: 2.5rem;
        margin: 1rem 0 4rem;
    }

    .info-txt .m-img {
        display: block;
        border: 1px solid #ddd;
        margin: 3rem 7rem 0;
    }

    .info-txt .m-img img {
        display: flex;
        margin: 0 auto;
        width: 40%;
    }

    .lens-info .info-txt {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .lens-info .info-img {
        display: none;
    }

    .lens-info .info-txt h2 {
        font-size: 3.2rem;
        text-align: center;
        width: 35%;
        margin: 0 auto;
    }

    .lens-info .info-txt p {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
        text-align: center;
    }

    .lens-info .info-img img {
        width: 50%;
        display: flex;
    }

    .features h3 {
        font-size: 2.3rem;
    }

    .features p {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-item.divider::before,
    .feature-item.divider::after {
        display: none !important;
    }

    .feature-item.m-divider {
        position: relative !important;
    }

    .feature-item.m-divider::before {
        content: '';
        display: block !important;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        height: 70%;
        border-left: 1px solid transparent;
        border-image: repeating-linear-gradient(to bottom,
                #4d3a26 0px,
                #4d3a26 3px,
                transparent 3px,
                transparent 6px) 1;
        left: -10px;
    }
}

@media (max-width: 576px) {

    .basic-N47_copy2 .cardset .cardset-desc br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .onlypc {
        display: block;
    }

    .onlymobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .onlypc {
        display: none !important;
    }

    .onlymobile {
        display: block !important;
    }
}

@media (max-width: 768px) {

    .lens-info {
        flex-direction: column-reverse;
        margin: 0;
    }

    .features {
        margin-top: 6rem;
        margin-bottom: 8rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .lens-info .info-txt {
        width: 100%;
        display: block;
    }

    .lens-info .info-img {
        width: 100%;
    }

    .feature-item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        padding: 0;
    }

    .features p {
        text-align: left;
        margin-bottom: 0;
    }

    .feature-item .feature-txt {
        flex: 1;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .feature-item .feature-img {
        width: 30%;
        height: 120px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 2rem;
    }

    .feature-item .feature-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    .features h3 {
        margin-top: 0;
        text-align: left;
        margin-bottom: 1.5rem;
    }

    .feature-item.m-divider::before {
        display: none !important;
    }

    .lens-info .info-txt h2 {
        text-align: left;
        margin: 0;
        width: auto;
    }

    .info-txt .m-img {
        margin: 3rem 0;
    }

    .lens-info .info-txt p {
        text-align: left;
        margin-bottom: 2rem;
    }

    .service01-title h2 {
        text-align: left;
    }

    .service01-title h2::before {
        margin: 2.5rem 0;
    }

    .service01-title .sub {
        text-align: left;
    }

    .comparison {
        display: none;
    }

    .m-comparison {
        display: block;
        margin-bottom: 5rem;
    }

    .m-comparison img {
        width: 100%;
    }

    .m-comparison img:nth-of-type(1) {
        margin-bottom: 2rem;
    }
}

@media (max-width:992px) {

    .lens-info-list {
        padding: 0 !important;
        margin-top: 10rem;
    }

    .lens-info-list .cardset-row .cardset-figure {
        flex: 0 0 20em;
        width: 20em;
        min-height: 20em;
    }

    .lens-info-list .cardset-row .cardset-body {
        padding: 1.2em 1.2em;
    }
}

@media (max-width:768px) {

    .lens-info-list .cardset-row .cardset-cont {
        flex-direction: column;
        align-items: stretch;
    }

    .lens-info-list .cardset-row .cardset-figure {
        width: 100%;
        min-height: 15em;
    }

    .lens-info-list .cardset-row .cardset-body {
        padding: 1em 0.7em 1.2em 0.7em;
        margin-bottom: 0;
        margin-top: 0;
    }

    .lens-info-list .cardset-row .lens-meta {
        align-items: flex-start;
        gap: 0.5em;
    }

    .lens-info-list .cardset-row .badge-category {
        font-size: 0.98em;
    }

    .lens-info-list .cardset-row .cardset-tit {
        font-size: 1.07em;
        line-height: 3rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    #Glaucoma .lens-info-list .cardset-row .cardset-img {
        object-fit: contain;
    }
}

@media screen and (max-width: 767px) {

    #Glaucoma .lens-info-list .cardset-row .cardset-img {
        object-fit: contain;
    }
}
/* basic-N47_copy3 */
.basic-N47_copy3 {
    padding-top: 20rem;
    position: relative;
    overflow: hidden;
}

.basic-N47_copy3 .container-lg {
    padding: 0 3rem;
}

.basic-N47_copy3 .cardset {
    justify-content: space-between;
    align-items: center;
}

.basic-N47_copy3 .cardset.cardset-hor-reverse {
    flex-direction: row-reverse;
}

.basic-N47_copy3 .cardset .cardset-figure {
    width: calc(50% + 17rem);
    margin-top: 0;
    margin-right: -23rem;
    height: 52rem;
    border-radius: 2rem;
    overflow: hidden;
}

.basic-N47_copy3 .cardset+.cardset .cardset-figure {
    margin-right: 0;
    margin-left: -23rem;
}

.basic-N47_copy3 .cardset-hor .cardset-body {
    width: calc(50% - 5rem);
    padding: 0;
}

.basic-N47_copy3 .cardset .cardset-desc {
    display: block;
    margin-top: 4rem;
    letter-spacing: -0.1rem;
    word-break: keep-all;
    color: var(--text-color3);
    font-size: 2.1rem;
    line-height: 3.2rem;
    letter-spacing: -.18rem !important;
}

.basic-N47_copy3 .sub-title {
    margin-bottom: .5rem;
    text-transform: uppercase;
    color: #4D3A26;
}

.basic-N47_copy3 .cardset-hor {
    margin-bottom: 15rem;
}

.basic-N47_copy3 .cardset-hor:last-of-type {
    margin-bottom: 0;
}

.basic-N47_copy3 .cardset-hor .cardset-tit {
    letter-spacing: -.25rem;
    font-size: 5.2rem;
    line-height: 5.8rem;
    font-weight: bold;
    color: #4D3A26;
}

.basic-N47_copy3 .cardset-hor .cardset-tit::after {
    content: "";
    display: block;
    width: 50px;
    height: 1.5px;
    background-color: #4D3A26;
    ;
    margin: .8em 0 1em;
}

.basic-N47_copy3 .cardset-hor .service01-wrapper {
    width: 100%;
    display: block;
    clear: both;
    margin: 15rem 0;
}

.basic-N47_copy3 .cardset-hor .service01-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5rem 0;
}

.basic-N47_copy3 .cardset-hor .service01-img h2 {
    font-size: 4rem;
    letter-spacing: -2px;
    font-weight: bold;
    margin-top: 5rem;
    margin-bottom: 2rem;
    color: #4D3A26;
}

.basic-N47_copy3 .cardset-hor .service01-img h2::before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #4D3A26;
    margin: .8em auto .5em;
}

.basic-N47_copy3 .cardset-hor .service01-img span {
    text-align: center;
    letter-spacing: -1px;
    font-size: 1.5rem;
    margin-bottom: 10rem;
}

.basic-N47_copy3 .cardset-hor .service01-img img {
    width: 100%;
}

.basic-N47_copy3 .cardset-hor .cardset:nth-of-type(n+2),
#QjMcn2uGZi>div:nth-child(3)>div:nth-child(3),
#QjMcn2uGZi>div:nth-child(4)>div:nth-child(4) {
    margin-top: 15rem;
}

#QjMcn2uGZi>div>div.cardset.cardset-hor>figure {
    margin-left: -23rem;
}

#QjMcn2uGZi>div:nth-child(2),
#QjMcn2uGZi>div:nth-child(3),
#QjMcn2uGZi>div:nth-child(4) {
    margin-top: 15rem;
}

.m-comparison {
    display: none;
}

#QjMcn2uGZi>div:nth-child(4)>div>div:nth-child(3)>figure {
    margin-left: -23rem;
    margin-top: 10rem;
}

.comparison img {
    width: 100%;
}

#dry>figure {
    margin-left: -23rem;
}

@media (max-width: 992px) {

    .basic-N47_copy3 {
        padding-top: 0;
        padding-bottom: 15rem;
    }

    .basic-N47_copy3 .cardset .cardset-figure {
        width: 100%;
        height: 30rem;
        margin-right: 0;
    }

    .basic-N47_copy3 .cardset-hor .cardset-tit {
        font-size: 3.2rem;
        letter-spacing: -.4rem;
        line-height: 4rem;
    }

    .basic-N47_copy3 .cardset+.cardset {
        margin-top: 6rem;
    }

    #QjMcn2uGZi>div>div.cardset.cardset-hor>figure {
        margin-left: 0rem;
    }

    .basic-N47_copy3 .cardset-hor .cardset-body {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 0rem;
    }

    .basic-N47_copy3 .cardset:nth-of-type(n+2) {
        margin-top: 6rem;
    }

    #QjMcn2uGZi>div:nth-child(2),
    #QjMcn2uGZi>div:nth-child(3),
    #QjMcn2uGZi>div:nth-child(4) {
        margin-top: 6rem;
    }

    .basic-N47_copy3 .cardset+.cardset .cardset-figure {
        margin-left: 0px;
    }

    .service01-img {
        margin: 0;
    }

    .service01-wrapper {
        margin: 0rem 0;
    }

    .basic-N47_copy3 .cardset-tit {
        font-size: 3.2rem;
        letter-spacing: -.4rem;
        line-height: 4rem;
    }

    .service01-img h2 {
        font-size: 30px;
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .service01-img span {
        margin-bottom: 5rem;
    }

    .basic-N47_copy3 .cardset-tit::after {
        content: "";
        display: block;
        width: 50px;
        height: 1.5px;
        background-color: #4D3A26;
        ;
        margin: .5em 0 .6em;
    }

    .basic-N47_copy3 .cardset .cardset-desc {
        font-size: 1.8rem;
        margin-top: 0;
        line-height: 2.8rem;
    }

    .rentalcar-N8 .list-area .badge {
        font-size: 14px;
    }

    .rentalcar-N8 .cardset.cardset-border .cardset-cont .cardset-tit+.cardset-desc {
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    #QjMcn2uGZi>div:nth-child(4)>div>div:nth-child(3)>figure {
        margin-left: 0rem;
        margin-top: 10rem;
    }

    .basic-N47_copy3 .service01-wrapper {
        margin-top: 6rem;
        margin-bottom: 0;
    }

    .basic-N47_copy3 .cardset:nth-of-type(n+2),
    #QjMcn2uGZi>div:nth-child(3)>div:nth-child(3) {
        margin-top: 0rem;
    }

    .service01-title h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }

    .service01-title .sub {
        font-size: 2.5rem;
        margin: 1rem 0 4rem;
    }

    .info-txt .m-img {
        display: block;
        border: 1px solid #ddd;
        margin: 3rem 7rem 0;
    }

    .info-txt .m-img img {
        display: flex;
        margin: 0 auto;
        width: 40%;
    }

    .lens-info .info-txt {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .lens-info .info-img {
        display: none;
    }

    .lens-info .info-txt h2 {
        font-size: 3.2rem;
        text-align: center;
        width: 35%;
        margin: 0 auto;
    }

    .lens-info .info-txt p {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
        text-align: center;
    }

    .lens-info .info-img img {
        width: 50%;
        display: flex;
    }

    .features h3 {
        font-size: 2.3rem;
    }

    .features p {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-item.divider::before,
    .feature-item.divider::after {
        display: none !important;
    }

    .feature-item.m-divider {
        position: relative !important;
    }

    .feature-item.m-divider::before {
        content: '';
        display: block !important;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        height: 70%;
        border-left: 1px solid transparent;
        border-image: repeating-linear-gradient(to bottom,
                #4d3a26 0px,
                #4d3a26 3px,
                transparent 3px,
                transparent 6px) 1;
        left: -10px;
    }
}

@media (max-width: 576px) {

    .basic-N47_copy3 .cardset .cardset-desc br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .onlypc {
        display: block;
    }

    .onlymobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .onlypc {
        display: none !important;
    }

    .onlymobile {
        display: block !important;
    }
}

@media (max-width: 768px) {

    .lens-info {
        flex-direction: column-reverse;
        margin: 0;
    }

    .features {
        margin-top: 6rem;
        margin-bottom: 8rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .lens-info .info-txt {
        width: 100%;
        display: block;
    }

    .lens-info .info-img {
        width: 100%;
    }

    .feature-item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        padding: 0;
    }

    .features p {
        text-align: left;
        margin-bottom: 0;
    }

    .feature-item .feature-txt {
        flex: 1;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .feature-item .feature-img {
        width: 30%;
        height: 120px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 2rem;
    }

    .feature-item .feature-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    .features h3 {
        margin-top: 0;
        text-align: left;
        margin-bottom: 1.5rem;
    }

    .feature-item.m-divider::before {
        display: none !important;
    }

    .lens-info .info-txt h2 {
        text-align: left;
        margin: 0;
        width: auto;
    }

    .info-txt .m-img {
        margin: 3rem 0;
    }

    .lens-info .info-txt p {
        text-align: left;
        margin-bottom: 2rem;
    }

    .service01-title h2 {
        text-align: left;
    }

    .service01-title h2::before {
        margin: 2.5rem 0;
    }

    .service01-title .sub {
        text-align: left;
    }

    .comparison {
        display: none;
    }

    .m-comparison {
        display: block;
        margin-bottom: 5rem;
    }

    .m-comparison img {
        width: 100%;
    }

    .m-comparison img:nth-of-type(1) {
        margin-bottom: 2rem;
    }
}

@media (max-width:992px) {

    .lens-info-list {
        padding: 0 !important;
        margin-top: 10rem;
    }

    .lens-info-list .cardset-row .cardset-figure {
        flex: 0 0 20em;
        width: 20em;
        min-height: 20em;
    }

    .lens-info-list .cardset-row .cardset-body {
        padding: 1.2em 1.2em;
    }
}

@media (max-width:768px) {

    .lens-info-list .cardset-row .cardset-cont {
        flex-direction: column;
        align-items: stretch;
    }

    .lens-info-list .cardset-row .cardset-figure {
        width: 100%;
        min-height: 15em;
    }

    .lens-info-list .cardset-row .cardset-body {
        padding: 1em 0.7em 1.2em 0.7em;
    }

    .lens-info-list .cardset-row .lens-meta {
        align-items: flex-start;
        gap: 0.3em;
    }

    .lens-info-list .cardset-row .badge-category {
        font-size: 0.98em;
    }

    .lens-info-list .cardset-row .cardset-tit {
        font-size: 1.07em;
    }
}
/* basic-N47_copy4 */
.basic-N47_copy4 {
    padding-top: 20rem;
    position: relative;
    margin-bottom: 20rem;
    overflow: hidden;
}

.basic-N47_copy4 .container-lg {
    padding: 0 3rem;
}

.basic-N47_copy4 .cardset {
    justify-content: space-between;
    align-items: center;
}

.basic-N47_copy4 .cardset.cardset-hor-reverse {
    flex-direction: row-reverse;
}

.basic-N47_copy4 .cardset-hor .cardset-figure {
    width: calc(50% + 17rem);
    margin-top: 0;
    margin-right: -23rem;
    height: 52rem;
    border-radius: 2rem;
    overflow: hidden;
}

.basic-N47_copy4 .cardset+.cardset .cardset-figure {
    margin-right: 0;
    margin-left: -23rem;
}

#Contact>figure {
    margin-right: -23rem;
}

.basic-N47_copy4 .cardset .cardset-body {
    width: calc(50% - 5rem);
    padding: 0;
}

.basic-N47_copy4 .cardset-hor .cardset-desc {
    display: block;
    margin-top: 4rem;
    letter-spacing: -0.1rem;
    word-break: keep-all;
    color: var(--text-color3);
    font-size: 2.1rem;
    line-height: 3.2rem;
    letter-spacing: -.18rem !important;
}

.basic-N47_copy4 .sub-title {
    margin-bottom: .5rem;
    text-transform: uppercase;
    color: #4D3A26;
}

.basic-N47_copy4 .cardset-hor {
    margin-bottom: 0rem;
}

.basic-N47_copy4 .cardset-hor:last-of-type {
    margin-bottom: 0;
}

.basic-N47_copy4 .cardset-hor .cardset-tit {
    letter-spacing: -.25rem;
    font-size: 5.2rem;
    line-height: 5.8rem;
    font-weight: bold;
    color: #4D3A26;
}

.basic-N47_copy4 .cardset-hor .cardset-tit::after {
    content: "";
    display: block;
    width: 50px;
    height: 1.5px;
    background-color: #4D3A26;
    ;
    margin: .8em 0 1em;
}

.basic-N47_copy4 .cardset-hor .service01-wrapper {
    width: 100%;
    display: block;
    clear: both;
    margin: 15rem 0;
}

.basic-N47_copy4 .cardset-hor .service01-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5rem 0;
}

.basic-N47_copy4 .cardset-hor .service01-img h2 {
    font-size: 4rem;
    letter-spacing: -2px;
    font-weight: bold;
    margin-top: 5rem;
    margin-bottom: 2rem;
    color: #4D3A26;
}

.basic-N47_copy4 .cardset-hor .service01-img h2::before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #4D3A26;
    margin: .8em auto .5em;
}

.basic-N47_copy4 .cardset-hor .service01-img span {
    text-align: center;
    letter-spacing: -1px;
    font-size: 1.5rem;
    margin-bottom: 10rem;
}

.basic-N47_copy4 .cardset-hor .service01-img img {
    width: 100%;
}

.basic-N47_copy4 .cardset-hor .cardset:nth-of-type(n+2),
#gSMCn2VhH4>div:nth-child(3)>div:nth-child(3),
#gSMCn2VhH4>div:nth-child(4)>div:nth-child(4) {
    margin-top: 15rem;
}

#gSMCn2VhH4>div>div.cardset.cardset-hor>figure {
    margin-left: -23rem;
}

#gSMCn2VhH4>div:nth-child(2),
#gSMCn2VhH4>div:nth-child(3),
#gSMCn2VhH4>div:nth-child(4) {
    margin-top: 20rem;
}

.m-comparison {
    display: none;
}

#gSMCn2VhH4>div:nth-child(4)>div>div:nth-child(3)>figure {
    margin-left: -23rem;
    margin-top: 10rem;
}

#dry>figure,
#Pediatric>figure,
#Myogard>figure {
    margin-left: -23rem;
}

#Myogard {
    margin-top: 20rem;
    margin-bottom: 20rem;
}

@media (max-width: 992px) {

    .basic-N47_copy4 {
        padding-top: 0rem;
        padding-bottom: 0;
        margin-bottom: 5rem;
    }

    .basic-N47_copy4 .cardset-hor .cardset-figure {
        width: 100%;
        height: 30rem;
        margin-right: 0;
        margin-left: 0 !important;
    }

    .basic-N47_copy4 .cardset+.cardset {
        margin-top: 6rem;
    }

    #gSMCn2VhH4>div>div.cardset.cardset-hor>figure {
        margin-left: 0rem;
    }

    .basic-N47_copy4 .cardset .cardset-body {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 8rem;
    }

    .basic-N47_copy4 .cardset:nth-of-type(n+2) {
        margin-top: 6rem;
    }

    #gSMCn2VhH4>div:nth-child(2),
    #gSMCn2VhH4>div:nth-child(3),
    #gSMCn2VhH4>div:nth-child(4) {
        margin-top: 15rem;
    }

    .basic-N47_copy4 .cardset+.cardset .cardset-figure {
        margin-left: 0px;
    }

    .service01-img {
        margin: 0;
    }

    .service01-wrapper {
        margin: 0rem 0;
    }

    .basic-N47_copy4 .cardset-hor .cardset-tit {
        font-size: 3.2rem;
        letter-spacing: -.4rem;
        line-height: 4rem;
    }

    .service01-img h2 {
        font-size: 30px;
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .service01-img span {
        margin-bottom: 5rem;
    }

    .basic-N47_copy4 .cardset-hor .cardset-tit::after {
        content: "";
        display: block;
        width: 50px;
        height: 1.5px;
        background-color: #4D3A26;
        ;
        margin: .5em 0 .6em;
    }

    .basic-N47_copy4 .cardset-hor .cardset-desc {
        font-size: 1.8rem;
        margin-top: 0;
        line-height: 2.8rem;
    }

    .rentalcar-N8 .list-area .badge {
        font-size: 14px;
    }

    .rentalcar-N8 .cardset.cardset-border .cardset-cont .cardset-tit+.cardset-desc {
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    #gSMCn2VhH4>div:nth-child(4)>div>div:nth-child(3)>figure {
        margin-left: 0rem;
        margin-top: 10rem;
    }

    .basic-N47_copy4 .service01-wrapper {
        margin-top: 6rem;
        margin-bottom: 0;
    }

    .basic-N47_copy4 .cardset:nth-of-type(n+2),
    #gSMCn2VhH4>div:nth-child(3)>div:nth-child(3) {
        margin-top: 0rem;
    }

    .service01-title h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }

    .service01-title .sub {
        font-size: 2.5rem;
        margin: 1rem 0 4rem;
    }

    .info-txt .m-img {
        display: block;
        border: 1px solid #ddd;
        margin: 3rem 7rem 0;
    }

    .info-txt .m-img img {
        display: flex;
        margin: 0 auto;
        width: 40%;
    }

    .lens-info .info-txt {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .lens-info .info-img {
        display: none;
    }

    .lens-info .info-txt h2 {
        font-size: 3.2rem;
        text-align: center;
        width: 35%;
        margin: 0 auto;
    }

    .lens-info .info-txt p {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
        text-align: center;
    }

    .lens-info .info-img img {
        width: 50%;
        display: flex;
    }

    .features h3 {
        font-size: 2.3rem;
    }

    .features p {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-item.divider::before,
    .feature-item.divider::after {
        display: none !important;
    }

    .feature-item.m-divider {
        position: relative !important;
    }

    .feature-item.m-divider::before {
        content: '';
        display: block !important;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        height: 70%;
        border-left: 1px solid transparent;
        border-image: repeating-linear-gradient(to bottom,
                #4d3a26 0px,
                #4d3a26 3px,
                transparent 3px,
                transparent 6px) 1;
        left: -10px;
    }
}

@media (max-width: 576px) {

    .basic-N47_copy4 .cardset-hor .cardset-desc br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .onlypc {
        display: block;
    }

    .onlymobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .onlypc {
        display: none !important;
    }

    .onlymobile {
        display: block !important;
    }
}

@media (max-width: 768px) {

    .lens-info {
        flex-direction: column-reverse;
        margin: 0;
    }

    .features {
        margin-top: 6rem;
        margin-bottom: 8rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .lens-info .info-txt {
        width: 100%;
        display: block;
    }

    .lens-info .info-img {
        width: 100%;
    }

    .feature-item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        padding: 0;
    }

    .features p {
        text-align: left;
        margin-bottom: 0;
    }

    .feature-item .feature-txt {
        flex: 1;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .feature-item .feature-img {
        width: 30%;
        height: 120px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 2rem;
    }

    .feature-item .feature-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    .features h3 {
        margin-top: 0;
        text-align: left;
        margin-bottom: 1.5rem;
    }

    .feature-item.m-divider::before {
        display: none !important;
    }

    .lens-info .info-txt h2 {
        text-align: left;
        margin: 0;
        width: auto;
    }

    .info-txt .m-img {
        margin: 3rem 0;
    }

    .lens-info .info-txt p {
        text-align: left;
        margin-bottom: 2rem;
    }

    .service01-title h2 {
        text-align: left;
    }

    .service01-title h2::before {
        margin: 2.5rem 0;
    }

    .service01-title .sub {
        text-align: left;
    }

    .comparison {
        display: none;
    }

    .m-comparison {
        display: block;
        margin-bottom: 5rem;
    }

    .m-comparison img {
        width: 100%;
    }

    .m-comparison img:nth-of-type(1) {
        margin-bottom: 2rem;
    }
}

@media (max-width:992px) {

    .lens-info-list {
        padding: 0 !important;
        margin-top: 10rem;
    }

    .lens-info-list .cardset-row {
        margin-bottom: 2em;
    }

    .lens-info-list .cardset-row .cardset-figure {
        flex: 0 0 20em;
        width: 20em;
        min-height: 20em;
    }

    .lens-info-list .cardset-row .cardset-body {
        padding: 1.2em 1.2em;
        margin: 0 auto;
    }

    #Myogard {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    #Myogard .cardset-img {
        object-fit: contain;
        background-color: #f8f8f8;
    }
}

@media (max-width:768px) {

    .lens-info-list .cardset-row .cardset-cont {
        flex-direction: column;
        align-items: stretch;
    }

    .lens-info-list .cardset-row .cardset-figure {
        width: 100%;
        min-height: 15em;
    }

    .lens-info-list .cardset-row .cardset-body {
        padding: 1em 0.7em 1.2em 0.7em;
        margin-bottom: 0;
        margin-top: 0;
    }

    .lens-info-list .cardset-row .lens-meta {
        align-items: flex-start;
        gap: 0.5em;
    }

    .lens-info-list .cardset-row .badge-category {
        font-size: 0.98em;
    }

    .lens-info-list .cardset-row .cardset-tit {
        font-size: 1.07em;
    }

    #dry>figure,
    #Pediatric>figure,
    #Myogard>figure {
        margin-left: 0 !important;
    }
}
/* basic-N6 */
.basic-N6 {
    position: relative;
    padding-top: 8rem;
    overflow: hidden
}

.basic-N6 .sub-text {
    font-size: 15px;
    letter-spacing: 10px
}

.basic-N6 .textset {
    text-align: center;
    margin-bottom: 0
}

.basic-N6 .textset-desc {
    color: var(--text-color3)
}

@media (max-width: 992px) {
    .basic-N6 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .basic-N6 .textset .textset-tit+.textset-desc {
        margin-top: 2rem
    }

    .basic-N6 .textset-desc {
        word-break: keep-all
    }

    .basic-N6 .textset-desc br {
        display: none
    }
}
/* basic-N6 [UOmbyg65Rn] */
.basic-N6[id='UOmbyg65Rn'] {
    padding-bottom: 5rem
}
/* basic-N6 [cJmBYmP5y6] */
.basic-N6[id='cJmBYmP5y6'] {
    padding-bottom: 8rem
}
/* basic-N6 [ZbMByh6Sdz] */
.basic-N6[id='ZbMByh6Sdz'] {
    padding-bottom: 8rem
}
/* rentalcar-N8 */
.rentalcar-N8 {
    overflow: hidden;
    position: relative;
    margin-bottom: 23rem
}

.rentalcar-N8 .contents-inner {
    width: 100%;
    container-type: inline-size
}

.rentalcar-N8 .title-area .textset-desc {
    margin: 0.8rem 0 0;
    color: var(--text-color3)
}

.rentalcar-N8 .list-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem
}

.rentalcar-N8 .list-area .cardset {
    position: relative;
    padding: 0
}

.rentalcar-N8 .list-area .cardset.cardset-round {
    border-radius: 2rem
}

.rentalcar-N8 .list-area .cardset .cardset-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    height: 100%
}

.rentalcar-N8 .list-area .cardset .cardset-body {
    padding: 2.4rem 2.4rem 0
}

.rentalcar-N8 .list-area .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    max-width: 100%;
    white-space: wrap
}

.rentalcar-N8 .list-area .cardset-tit {
    display: block;
    margin: 1.5rem 0 1rem;
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: -.3rem;
    color: #4D3A26;
    line-height: 3.3rem
}

.rentalcar-N8 .cardset.cardset-border .cardset-cont .cardset-tit+.cardset-desc {
    margin: 0;
    padding: 0;
    bottom: 0;
    border: none;
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    font-size: 2.1rem;
    line-height: 3rem;
    letter-spacing: -.18rem;
    margin-top: 2rem
}

.rentalcar-N8 .list-area .cardset-figure {
    height: 37rem;
    margin: 5rem 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.rentalcar-N8 .cardset .cardset-img {
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block
}

.rentalcar-N8 .list-area .cardset-hover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    padding: 2.4rem;
    background: rgba(var(--black-rgb), 0.6);
    backdrop-filter: blur(1.4rem);
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none
}

.rentalcar-N8 .list-area .cardset:hover .cardset-hover {
    opacity: 1;
    visibility: visible
}

.rentalcar-N8 .cardset-hover .cardset-info .info-item+.info-item {
    margin-top: 2.4rem
}

.rentalcar-N8 .cardset-hover .cardset-info dt,
.rentalcar-N8 .cardset-hover .cardset-info dd {
    color: var(--white);
    pointer-events: auto
}

.rentalcar-N8 .cardset-hover .cardset-info dt {
    font-weight: var(--fw-regular)
}

.rentalcar-N8 .cardset-hover .cardset-info dd {
    margin: 0.2rem 0 0;
    font-weight: var(--fw-bold)
}

.rentalcar-N8 .cardset-hover .btnset {
    pointer-events: auto
}

@container (max-width: 1200px) {
    .rentalcar-N8 .list-area {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 992px) {
    .rentalcar-N8 {
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-bottom: 10rem
    }

    .rentalcar-N8 .list-area {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem
    }

    .rentalcar-N8 .list-area .cardset .cardset-cont {
        height: auto;
        flex-direction: row;
        align-items: center
    }

    .rentalcar-N8 .list-area .cardset .cardset-body {
        padding: 2rem 2rem;
        width: 50%
    }

    .rentalcar-N8 .list-area .badge::before {
        font-size: 1.4rem
    }

    .rentalcar-N8 .list-area .cardset-tit {
        margin-top: 1.6rem;
        white-space: normal;
        word-break: keep-all;
        overflow-wrap: break-word
    }

    .rentalcar-N8 .list-area .cardset-figure {
        margin: 0;
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .rentalcar-N8 .list-area .cardset-figure img {
        width: 100%;
        padding: 2rem 0
    }

    .rentalcar-N8 .list-area .cardset-hover {
        gap: 1.6rem;
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 2rem;
        background: var(--white)
    }

    .rentalcar-N8 .cardset-hover .cardset-info .info-item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.8rem;
        padding: 1.2rem 0
    }

    .rentalcar-N8 .cardset-hover .cardset-info .info-item+.info-item {
        margin: 0;
        border-top: 1px solid var(--border-color)
    }

    .rentalcar-N8 .cardset-hover .cardset-info .info-item:last-child {
        padding-bottom: 0
    }

    .rentalcar-N8 .cardset-hover .cardset-info dt,
    .rentalcar-N8 .cardset-hover .cardset-info dd {
        color: var(--text-color1)
    }

    .rentalcar-N8 .cardset-hover .cardset-info dt {
        flex-shrink: 0;
        width: 4rem
    }

    .rentalcar-N8 .cardset-hover .cardset-info dd {
        margin: 0
    }

    .rentalcar-N8 .cardset .cardset-cont .cardset-tit+.cardset-desc {
        line-height: 2.3rem;
        letter-spacing: -1px;
        font-size: 1.8rem
    }

    .rentalcar-N8 .cardset.cardset-border .cardset-cont .cardset-tit+.cardset-desc {
        font-size: 1.8rem;
        line-height: 2.5rem
    }
}

@media (max-width: 768px) {
    .rentalcar-N8 .list-area {
        grid-template-columns: 1fr
    }

    .rentalcar-N8 .list-area .cardset .cardset-cont {
        flex-direction: column !important
    }

    .rentalcar-N8 .list-area .cardset .cardset-body {
        width: 100%
    }

    .rentalcar-N8 .list-area .cardset-figure {
        width: 100%;
        padding-bottom: 2rem
    }
}
/* sub_office-N5 */
/*0616*/
.sub_office-N5 {
    overflow: hidden;
    position: relative;
    padding-bottom: 15rem
}

.sub_office-N5 .contents-container::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #faf7f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.about-subtitle::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #4D3A26;
    margin-bottom: 12px
}

.sub_office-N5 .contents-inner {
    display: flex;
    gap: 8rem;
    position: relative;
    padding: 13rem 0 13rem;
    width: 100%
}

.sub_office-N5 .desc-area {
    flex: 1 1 83rem;
    display: flex;
    justify-content: space-between
}

.sub_office-N5 .info-wrap {
    display: flex;
    align-items: center;
    gap: 0.8rem
}

.sub_office-N5 .info-wrap span {
    color: var(--text-color3)
}

.sub_office-N5 .info-wrap strong {
    font-weight: var(--fw-bold)
}

.sub_office-N5 .list-area {
    position: relative;
    padding: 16rem 0 26rem
}

.sub_office-N5 .bg-word {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(10.2rem);
    font-size: 16rem;
    font-family: var(--ff-ko3);
    font-weight: var(--fw-bold);
    line-height: 30rem;
    color: #f0f0f6;
    white-space: nowrap
}

.sub_office-N5 .thumb-area {
    flex: 1 0 45.9rem
}

.about-title {
    font-size: 4.2rem;
    font-weight: 400;
    letter-spacing: -3px;
    margin: 0 !important;
    color: #111 !important
}

.about-subtitle {
    font-size: 21px;
    color: #4D3A26 !important;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500
}

.about-ul {
    display: flex
}

.about-ul ul {
    width: 60%
}

.about-ul ul li {
    font-size: 2.1rem;
    line-height: 4rem;
    letter-spacing: -.18rem;
    position: relative;
    padding-left: 1em
}

.about-ul ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 18%;
    color: #000;
    font-size: 1.1em;
    line-height: 1
}

.about-ul ul li:nth-child(7)::before {
    top: 3%
}

.about-txt {
    width: 40%
}

.about-txt img {
    width: 70%;
    margin-top: 12%;
    border-radius: 1rem
}

@media (max-width: 992px) {
    .sub_office-N5 {
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-bottom: 5rem
    }

    .sub_office-N5 .contents-inner {
        flex-direction: column-reverse;
        gap: 3rem;
        margin-top: 0rem;
        padding: 10rem 3rem
    }

    .sub_office-N5 .thumb-area {
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-left: -1.6rem;
        padding: 3.9rem 1.6rem;
        width: calc(100% + 3.2rem);
        min-height: 37.8rem;
        background: #fafafd
    }

    .sub_office-N5 .thumb-area img {
        width: 28.4rem;
        height: 45.8rem;
        bottom: 0
    }

    .sub_office-N5 .bg-word {
        position: static;
        transform: none;
        font-size: 10rem;
        line-height: 1;
        text-align: center;
        white-space: normal
    }

    .sub_office-N5 .desc-area {
        flex: none;
        width: 100%;
        justify-content: space-between;
        flex-direction: column
    }

    .sub_office-N5 .info-wrap {
        gap: 0.4rem;
        align-items: flex-end
    }

    .sub_office-N5 .info-wrap span {
        transform: translateY(-0.2rem)
    }

    .about-subtitle {
        font-size: 1.8rem;
        margin-bottom: 7px !important
    }

    .about-title {
        font-size: 3.2rem
    }

    .about-ul ul {
        width: 50%
    }

    #UjMByM0QhN>div:nth-child(1)>div>div:nth-child(3)>figure {
        margin-left: 0 !important
    }

    .about-txt {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 5rem;
        justify-content: space-between
    }

    .about-txt img {
        width: 40%
    }

    .about-ul ul li {
        font-size: 1.8rem;
        line-height: 3.2rem
    }
}

@media (max-width: 768px) {
    .about-subtitle {
        margin-bottom: 0.8rem
    }

    .about-txt {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 0
    }

    .about-ul {
        display: flex;
        flex-direction: column;
        margin-top: 50px
    }

    .about-ul ul {
        width: 100%
    }

    .about-ul ul li {
        font-size: 1.8rem;
        line-height: 3.2rem
    }

    .about-txt img {
        width: 100%;
        margin: 7% auto 0
    }

    .about-all {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .about-subtitle::before {
        margin: 0 auto;
        margin-bottom: 5px
    }

    .sub_office-N5 .contents-inner {
        padding: 7rem 0 !important
    }

    .sub_office-N5 .desc-area {
        padding: 0 2rem
    }
}

@media (min-width: 993px) and (max-width: 1650px) {
    .sub_office-N5 .desc-area {
        flex-direction: column
    }

    .about-txt {
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .about-txt img {
        width: 23%;
        margin-top: 3%;
        margin-bottom: 5%
    }
}
/* temhatutor-N6 */
#EgmbYhEGNl {
    display: none
}

.temhatutor-N6 {
    overflow: hidden;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 20rem
}

.temhatutor-N6 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: height 0.3s ease;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.temhatutor-N6 .contents-inner {
    width: 100%
}

.temhatutor-N6 .title-area {
    display: flex;
    justify-content: space-between;
    gap: 4rem
}

.temhatutor-N6 .title-area h2 {
    color: var(--white)
}

.temhatutor-N6 .swiper-btn {
    flex-shrink: 0;
    display: flex;
    gap: 2.4rem;
    transform: translateY(0.6rem)
}

.temhatutor-N6 .swiper-btn [class*="btn-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    font-size: 2rem
}

.temhatutor-N6 .swiper {
    overflow: visible;
    margin-top: 15rem
}

.temhatutor-N6 .swiper-slide {
    transform: translateY(0);
    transition: transform 0.3s
}

.temhatutor-N6 .swiper-slide-next,
.temhatutor-N6 .swiper-slide-next+.swiper-slide+.swiper-slide,
.temhatutor-N6 .swiper-slide-prev {
    transform: translateY(8rem)
}

.temhatutor-N6 .swiper .cardset {
    max-width: 43.2rem;
    border-radius: 2rem
}

.temhatutor-N6 .swiper .cardset-figure {
    width: 100%;
    height: 48rem;
    border-radius: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

.temhatutor-N6 .swiper .cardset-figure img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    object-fit: cover
}

.temhatutor-N6 .swiper .cardset-body {
    margin-top: 2.4rem;
    padding: 0
}

.temhatutor-N6 .swiper .cardset-tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 2rem 0 0.4rem;
    font-weight: var(--fw-bold)
}

.temhatutor-N6 .swiper .cardset .cardset-desc {
    -webkit-line-clamp: 3;
    letter-spacing: -.5px
}

.temhatutor-N6 .swiper .cardset .cardset-tit+.cardset-desc,
.temhatutor-N7 .swiper .cardset .cardset-desc+.cardset-txt {
    margin: 0
}

.temhatutor-N6 .swiper .cardset .badge {
    max-width: 100%;
    white-space: wrap
}

@media (max-width: 992px) {
    .temhatutor-N6 {
        padding-top: 5rem;
        padding-bottom: 14.2rem
    }

    .temhatutor-N6 .title-area {
        flex-direction: column;
        gap: 2rem
    }

    .temhatutor-N6 .swiper-btn {
        gap: 1.2rem;
        transform: none
    }

    .temhatutor-N6 .swiper-btn [class*="btn-"] {
        width: 4.6rem;
        height: 4.6rem;
        font-size: 1.6rem
    }

    .temhatutor-N6 .swiper {
        margin-top: 3rem
    }

    .temhatutor-N6 .swiper-slide-next,
    .temhatutor-N6 .swiper-slide-next+.swiper-slide+.swiper-slide,
    .temhatutor-N6 .swiper-slide-prev {
        transform: translateY(4rem)
    }

    .temhatutor-N6 .swiper .cardset {
        max-width: 30rem
    }

    .temhatutor-N6 .swiper .cardset-figure {
        height: 34rem
    }

    .temhatutor-N6 .swiper .cardset-body {
        margin-top: 2rem
    }

    .temhatutor-N6 .swiper .cardset-tit {
        margin-top: 1.6rem
    }
}
/* hooms-N34 */
.hooms-N34 {
    overflow: hidden;
    position: relative;
    margin-bottom: 15rem
}

.hooms-N34 .contents-inner {
    width: 100%
}

.hooms-N34 .title-area {
    text-align: center
}

.hooms-N34 .slide-area {
    margin-top: 0;
    width: 100vw
}

.hooms-N34 .swiper {
    width: 100%
}

.hooms-N34 .swiper-slide {
    max-width: 73rem;
    height: 47rem
}

.hooms-N34 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}

.hooms-N34 .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hooms-N34 .control {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-top: 6rem
}

.hooms-N34 .swiper-pagination {
    position: static;
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 1rem
}

.hooms-N34 .swiper-pagination-progressbar-fill {
    background-color: #111;
    border-radius: 1rem
}

.hooms-N34 .btn-wrap {
    display: flex;
    align-items: center;
    gap: 0.8rem
}

.hooms-N34 .btn-wrap [class*="btn-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    background: transparent
}

.hooms-N34 .btn-wrap [class*="btn-"] img {
    width: 100%;
    height: 100%
}

@media (max-width: 1200px) {
    .hooms-N34 .slide-area {
        width: calc(100% + 4rem)
    }
}

@media (max-width: 992px) {
    .hooms-N34 {
        margin-bottom: 5rem
    }

    .hooms-N34 .slide-area {
        margin-top: 0rem;
        width: calc(100% + 1.6rem)
    }

    .hooms-N34 .swiper-slide {
        max-width: 31.2rem;
        height: 35rem
    }

    .hooms-N34 .control {
        gap: 2rem;
        margin-top: 2.4rem
    }

    .hooms-N34 .btn-wrap {
        gap: 0.6rem
    }

    .hooms-N34 .btn-wrap [class*="btn-"] {
        width: 2rem;
        height: 2rem
    }
}
/* hooms-N8 */
/*0616*/
.hooms-N8 {
    overflow: hidden;
    position: relative;
    margin-bottom: 23rem
}

.hooms-N8 .contents-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17rem;
    width: 100%
}

.hooms-N8 .thumb-area {
    position: relative;
    width: 95%
}

.hooms-N8 .thumb-area img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    object-fit: cover
}

.hooms-N8 .sub-thumb {
    position: absolute;
    bottom: 0;
    right: -17rem;
    width: 27.4rem;
    height: 24.7rem
}

.hooms-N8 .desc h2 {
    margin-bottom: 0.5rem;
    color: var(--primary);
    font-weight: var(--fw-regular)
}

.hooms-N8 .desc strong {
    font-weight: var(--fw-regular)
}

.hooms-N8 .desc .wrap {
    margin: 0
}

.hooms-N8 .desc p {
    color: #111
}

.hooms-N8 .desc p+p {
    margin-top: 2.4rem
}

.hooms-N8 .btnset {
    margin-top: 6rem
}

.time-area dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem 2.4rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    letter-spacing: -.18rem;
    font-size: 2.1rem
}

.time-area dt {
    color: #4D3A26
}

.notice {
    display: block;
    font-weight: 400;
    letter-spacing: -.18rem;
    font-size: 1.8rem;
    line-height: 2.8rem
}

.br {
    padding-left: 1rem
}

.consult-area p {
    letter-spacing: -1px
}

.consult-area p:nth-of-type(1) {
    color: #4D3A26;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 1.2em
}

.consult-area p:nth-of-type(2) {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1rem !important
}

#CgmbYoTZug>div>div>div.desc {
    margin-left: -13rem
}

@media (max-width: 992px) {
    .hooms-N8 {
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-bottom: 5rem
    }

    .hooms-N8 .contents-inner {
        grid-template-columns: 1fr;
        gap: 5.5rem
    }

    .hooms-N8 .thumb-area {
        padding: 0px;
        height: 30rem;
        width: 100%
    }

    .hooms-N8 .thumb-area>img {
        height: 100%
    }

    .hooms-N8 .sub-thumb {
        right: 0;
        bottom: -3rem;
        width: 14rem;
        height: 14rem
    }

    .hooms-N8 .desc h2 {
        margin-bottom: 0.2rem
    }

    .hooms-N8 .desc .wrap {
        margin: 0
    }

    .hooms-N8 .desc p+p {
        margin-top: 1.2rem
    }

    .hooms-N8 .btnset {
        margin-top: 4rem
    }

    .time-area {
        margin-top: 0
    }

    .time-area dl {
        margin-top: 0;
        font-size: 1.8rem
    }

    #CgmbYoTZug>div>div>div.desc {
        margin-left: 0
    }

    .time-area .p1 {
        font-size: 1.8rem
    }

    .notice {
        font-size: 1.5rem
    }
}

@media (max-width: 768px) {
    .hooms-N8 .contents-imgitem:nth-child(1) {
        height: 19.9rem
    }

    .hooms-N8 .contents-imgitem:nth-child(2) {
        height: 12rem
    }
}
/* office-N3 */
.office-N3 {
    position: fixed;
    bottom: 5rem;
    right: 4.4rem;
    z-index: 50;
    pointer-events: none
}

.office-N3 .quick-wrap {
    pointer-events: auto
}

.office-N3 .quick {
    padding: 1rem 0;
    width: 4.4rem;
    background: rgba(var(--black-rgb), 0.6);
    border-radius: 9rem
}

.office-N3 .quick li {
    width: 100%
}

.office-N3 .quick li .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 4rem;
    color: var(--white)
}

.office-N3 .quick li .ff-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem
}

.office-N3 .quick span {
    color: var(--white);
    text-align: center
}

.office-N3 .quick li .custom-icon {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 993px) {
    .office-N3 .quick span {
        position: absolute;
        right: 100%;
        transform: translateX(-20%);
        opacity: 0;
        visibility: hidden;
        padding: 0.1rem 1.2rem;
        background: rgba(var(--black-rgb), 0.6);
        border-radius: 9rem;
        white-space: nowrap;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s
    }

    .office-N3 .quick li .btn:hover span,
    .office-N3 .quick li .btn:focus-within span {
        opacity: 1;
        visibility: visible;
        transform: translateX(-0.4rem)
    }
}

@media (max-width: 992px) {
    .office-N3 {
        bottom: 1.6rem;
        right: 0;
        width: 100%
    }

    .office-N3 .quick-wrap {
        padding: 0 1.6rem
    }

    .office-N3 .quick {
        padding: 0;
        width: 100%;
        display: flex;
        border-radius: 27.5rem
    }

    .office-N3 .quick li {
        flex: 1
    }

    .office-N3 .quick li .btn {
        flex-direction: column;
        height: 5.4rem
    }
}
/* skin-N40 */
.skin-N40 {
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #4D3A26
}

.skin-N40 .contents-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 9rem
}

.skin-N40 .desc-area .desc strong {
    color: #fff;
    font-weight: var(--fw-bold)
}

.skin-N40 .desc-area dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.2rem 0.8rem;
    align-items: center;
    margin-top: 2.5rem
}

.skin-N40 .desc-area dl img {
    width: 2.4rem;
    height: 2.4rem
}

.skin-N40 .desc dd {
    margin-bottom: 0;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: -.18rem
}

.skin-N40 .time-area {
    margin-top: 8rem
}

.skin-N40 .time-area strong {
    color: #fff;
    font-weight: var(--fw-bold)
}

.skin-N40 .time-area dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem 2.4rem;
    margin-top: 2.4rem
}

.skin-N40 .time-area dt,
.skin-N40 .time-area dd {
    color: #fff
}

.skin-N40 .time-area dt {
    display: flex;
    justify-content: space-between
}

.skin-N40 .time-area dd {
    margin-bottom: 0
}

.skin-N40 .time-area dd span {
    color: #d8e9ff
}

.skin-N40 .notice {
    display: block;
    margin-top: 2.4rem;
    font-weight: var(--fw-medium);
    color: #d8e9ff
}

.skin-N40 .notice+.notice {
    margin-top: 0.8rem
}

.skin-N40 .map-area {
    height: 100%;
    min-height: 55.9rem;
    position: relative
}

.skin-N40 .map-area iframe {
    position: absolute;
    top: -8rem;
    left: 0;
    width: 50vw;
    height: calc(100% + 16rem)
}

@media (max-width: 1200px) {
    .skin-N40 .map-area iframe {
        width: calc(100% + 8rem)
    }
}

@media (max-width: 992px) {
    .skin-N40 {
        padding-top: 4rem;
        padding-bottom: 0
    }

    .skin-N40 .contents-inner {
        display: block
    }

    .skin-N40 .desc-area dl {
        gap: 1rem 0.6rem;
        margin-top: 2.2rem
    }

    .skin-N40 .time-area {
        margin-top: 4rem
    }

    .skin-N40 .time-area dl {
        margin-top: 2.6rem;
        gap: 1.4rem 2rem
    }

    .skin-N40 .notice {
        margin-top: 2rem
    }

    .skin-N40 .notice+.notice {
        margin-top: 0.6rem
    }

    .skin-N40 .map-area {
        margin: 4rem 0 0 -1.6rem;
        width: calc(100% + 3.2rem);
        height: 54rem;
        min-height: 0
    }

    .skin-N40 .map-area iframe {
        position: static;
        width: 100%;
        height: 100%
    }

    .skin-N40 .desc-area .desc strong,
    .skin-N40 .time-area strong {
        font-size: 2.8rem
    }

    .skin-N40 .desc dd {
        font-size: 1.8rem
    }
}
/* basic-N4 */
/*0616*/

/* 비급여 테이블 */

.basic-N4 {
    position: relative;
    background: #111;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    overflow: hidden
}

.basic-N4 .footer-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 1.6rem
}

.basic-N4 .footer-logo {
    text-align: center;
    margin-bottom: 0
}

.basic-N4 .footer-logo img {
    height: 3.3rem;
    object-fit: contain
}

.basic-N4 .footer-menulist {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--fs-p2)
}

.basic-N4 .footer-menulink a {
    padding-right: 1.2rem;
    color: var(--white)
}

.basic-N4 .footer-menulink+.footer-menulink a {
    padding-left: 1.2rem
}

.basic-N4 .footer-menulink {
    position: relative
}

.basic-N4 .footer-menulink+.footer-menulink::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.4rem;
    background: rgba(var(--white-rgb), 0.1)
}

.basic-N4 .footer-snslist {
    display: flex;
    align-items: center
}

.basic-N4 .footer-snsitem+.footer-snsitem {
    margin-left: 0.8rem
}

.basic-N4 .footer-snslink {
    width: 5rem;
    height: 3.6rem
}

.basic-N4 .footer-snslink img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top
}

.basic-N4 .footer-bottom {
    padding-top: 2.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.basic-N4 .footer-txt {
    display: flex;
    justify-content: center
}

.basic-N4 .footer-txt+.footer-txt {
    margin-top: 0.3rem
}

.basic-N4 .footer-txt p,
.basic-N4 .footer-txt span {
    margin-bottom: 0;
    color: var(--text-color3)
}

.basic-N4 .footer-txt p+p {
    margin-left: 0.8rem
}

.basic-N4 .footer-txt p span+span {
    margin-left: 0.8rem
}

.basic-N4 .info-area {
    overflow-y: auto
}

.basic-N4 .info-group+.info-group {
    margin-top: 2.4rem
}

.basic-N4 .info-group strong {
    padding-bottom: 1.2rem;
    display: block
}

.basic-N4 .info-desc {
    max-height: 20.7rem;
    padding: 1.6rem;
    background: #f8f8fa;
    border-radius: 1.6rem;
    overflow-y: auto;
    scrollbar-width: none
}

.basic-N4 .info-desc p.fw-medium {
    font-weight: var(--fw-medium)
}

.basic-N4 .info-desc .mtb {
    margin: 2.4rem 0
}

.basic-N4 .info-desc em {
    font-style: normal;
    font-weight: 600;
    margin: 2.4rem 0 1rem;
    position: relative;
    display: flex;
    align-items: center
}

.basic-N4 .info-list em::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: var(--black);
    border-radius: 50%;
    margin-right: 0.8rem
}

.basic-N4 .info-list p {
    padding-left: 1.2rem
}

.s-contents {
    line-height: 1.8em
}

.s-contents p {
    padding: 0 0 1em 0;
    letter-spacing: -.5px;
    line-height: 2.5rem
}

.s-contents ol {
    background-color: #f8f8f8;
    letter-spacing: -1px;
    padding: 3rem 0rem;
    width: 96.5%;
    line-height: 2.8rem;
    margin-bottom: 5rem
}

.s-contents ul {
    letter-spacing: -1px;
    margin-bottom: 20px
}

.s-contents ol li,
.s-contents ul li {
    margin-left: 20px;
    list-style-position: initial
}

.mt-5 {
    margin-top: 50px
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table th {
    font-weight: bold;
    text-align: center
}

.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>thead>tr>th {
    padding: 10px;
    line-height: 1.42857143;
    border-bottom: 2px solid #ddd
}

.h3,
.s-contents h3 {
    margin-bottom: 15px
}

.table_price {}

.table_price td {
    font-size: 1em;
    padding: 10px;
    line-height: 1.4em
}

.table_price th:nth-child(1),
.table_price th:nth-child(2),
.table_price th:nth-child(4),
.table_price td:nth-child(1),
.table_price td:nth-child(2),
.table_price td:nth-child(4) {
    text-align: center
}

.table_price th:nth-child(2){
    width: 50%;
}
.table_price th:nth-child(3){
    width: 20%;
}
.table_price th:nth-child(1),
.table_price td:nth-child(1),
.table_price th:nth-child(4),
.table_price td:nth-child(4) {
    font-size: .8em
}

@media (max-width: 992px) {

    .basic-N4 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .basic-N4 .footer-top {
        margin-bottom: 0;
        flex-direction: column;
        align-items: flex-start
    }

    .basic-N4 .footer-logo a {
        height: 2.6rem
    }

    .basic-N4 .footer-menulist {
        justify-content: flex-start;
        position: relative;
        left: 0;
        transform: translate(0);
        margin-top: 1.3rem
    }

    .basic-N4 .footer-menulink a {
        padding-right: 0.8rem
    }

    .basic-N4 .footer-menulink+.footer-menulink a {
        padding-left: 0.8rem
    }

    .basic-N4 .footer-snslist {
        margin: 2.4rem 0 1.6rem 0;
        justify-content: center
    }

    .basic-N4 .footer-bottom {
        text-align: left
    }

    .basic-N4 .footer-txt {
        flex-direction: column
    }

    .basic-N4 .footer-txt p+p {
        margin-left: 0
    }

    .basic-N4 .footer-txt+.footer-txt {
        margin-top: 0.6rem
    }
}

@media (max-width: 375px) {

    .basic-N4 .footer-menulist {
        justify-content: flex-start;
        overflow-x: auto
    }

    .basic-N4 .footer-menulink {
        flex-shrink: 0
    }
}

/* 로그인,로그아웃 버튼 */
div.footer-txt .adm-btn {padding-left:3px;}
div.footer-txt .adm-btn a{display: inline-block;padding:2px 3px;font-size:.8em; color:#8E7060 !important;}

/*비급여수가표*/
.table_price td{text-align: center;}