/* index.less */
#product_area.list_box ul li {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
}

@media(min-width:1281px) {
    #product_area.list_box ul li:hover {
        transform: translate(0, -20px);
        -webkit-transform: translate(0, -20px)
    }
}

#book_area.list_box li.img_box:before,
#book_area.list_box li.img_box:after {
    transform: scaleY(0);
    -webkit-transform: scaleY(0)
}

#book_area.list_box li.img_box:after {
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom
}

@media(min-width:1281px) {

    #book_area.list_box li:hover.img_box:before,
    #book_area.list_box li:hover.img_box:after {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

#youtube_box a {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite
}

#wrap {
    z-index: 5;
    position: relative;
    width: 100vw;
}

.midtexrb img {
    animation: rotate3 8s ease-in-out infinite;
    transform-origin: 100% 100%;
}

@keyframes rotate3 {

    0%,
    100% {
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(-10deg);
    }
}

/* search_box */
#openform {
    background: rgba(var(--white-rgb), .3)
}

section.section_pad {
    background-color: #f0f0f0;
    margin: 0;
}

section>* {
    z-index: 3
}

section .title_box {
    margin-bottom: 30px
}

section .title_box .area_title {
    font-weight: 400;
    font-size: max(1.2*(1vw + 1vh) / 2, 21px);
    line-height: 100%;
    color: #898989
}

section .title_box .sub_title {
    font-weight: 300;
    font-size: max(3.7*(1vw + 1vh) / 2, 37px);
    color: #898989;
    text-transform: uppercase
}

.webBox .hanJ01 .pageh1 {
    position: relative;
    animation: unset;
    top: auto;
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 7px;
}

.webBox .hanJ01 .pageh1:before,
.webBox .hanJ01 .pageh1:after {
    content: "";
    position: relative;
    display: flex;
    width: 5px;
    aspect-ratio: 1/1;
    background: #9d9d9e;
}





/* bg_box */
.bg_box {
    width: 100%;
    height: 100%;
    background: no-repeat 50%/cover;
    background-attachment: fixed;
    opacity: .3;
    top: 0;
    left: 0
}

.bg_box:before {
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(255 255 255 / 20%);
    content: ""
}

.bg_box.white:before {
    background: rgba(var(--white-rgb), .2)
}

.ml11,
.ml112 {
    position: relative;
    font-weight: 700;
    text-align: center;
    opacity: 0
}

.ml11 .text-wrapper,
.ml112 .text-wrapper {
    position: relative;
    display: inline-block
}

.ml11 .line,
.ml112 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 70%;
    width: 1px;
    background-color: #4d4d4d;
    transform-origin: 0 50%
}

.ml11 .line1,
.ml112 .line {
    top: 15%;
    left: 0
}

.ml112 .line {
    transform: translateX(0)
}

.ml11 .line1 {
    display: none
}

.ml11 *,
.ml112 * {
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out
}

.letters {
    display: flex;
    width: 100%;
    justify-content: center
}

.ml11 .letter,
.ml112 .letter {
    display: inline-block
}

.ml112 .letter {
    opacity: 0
}

.mamatitle {
    display: flex;
    justify-content: space-between
}

.mamatitle .leftm {
    display: flex;
    align-items: center
}

.mamatitle .leftm p {
    font-size: max(1.9*(1vw + 1vh) / 2, 21px);
    border-bottom: #484848 1px solid;
    line-height: 110%
}

.mamatitle .leftm span {
    font-size: max(3.1*(1vw + 1vh) / 2, 20px);
    margin: 0 25px
}

.mamatitle .leftm b {
    font-weight: 200;
    font-size: max(1.3*(1vw + 1vh) / 2, 15px)
}

.mamatitle .rightm {
    display: flex;
    align-items: center;
    margin-right: -5%
}

.mamatitle .rightm img {
    width: 50px
}

.mamatitle .rightm span {
    position: relative;
    display: flex;
    width: 280px;
    height: 1px;
    background: #d4d4d4;
    margin-right: 15px
}


/*Jamore*/
.Jamore {
    display: flex;
}

.Jamore a {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-radius: 300px;
    border: #959595 1px solid;
    justify-content: space-between;
    width: 230px
}

.Jamore a:hover {
    background: var(--primary)
}

.Jamore a:hover span {
    color: white
}

.Jamore a:hover svg {
    fill: white
}

.Jamore a span {
    font-weight: 500
}

.Jamore a svg {
    width: 20px
}

.maloogo {
    position: absolute;
    right: 5%;
    bottom: 0
}

.maloogo.boo2 {
    bottom: auto;
    top: 0
}

/*indextitle*/
.indextitle {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 20px
}

.indextitle h2 {
    margin: 0;
    font-size: max(3.3 * (1vw + 1vh) / 2, 35px);
    color: var(--secondary)
}

.triangle-container {
    display: flex;
    gap: 6px
}

.triangle {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid var(--secondary)
}



/*newsBox*/
#newsBox .newslick {
    display: grid;
    grid-template-columns: 18% 82%;
    gap: 50px;
    padding: 30px 0;
    align-items: center
}

#newsBox .newstitle {
    font-size: max(2 * (1vw + 1vh) / 2, 24px);
    font-weight: 700;
    color: var(--secondary);
    border-right: 1px solid #000
}

#newsBox .newsinfo {
    display: flex;
    align-items: center;
    font-size: max(1.5 * (1vw + 1vh) / 2, 17px);
    font-weight: 600
}


/*roule*/
.roule {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center
}

.textinfo h3 {
    font-size: max(2.2 * (1vw + 1vh) / 2, 24px);
    font-weight: 400;
    line-height: 110%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.textinfo .subtext {
    margin-bottom: 25px
}

.textinfo p.text-clamp {
    overflow: hidden;
    margin: 10px 0;
    font-size: 16px;
    height: 120px;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 300
}

/*videoimgbox*/
.videoimgbox {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

/* .videoimgbox:before{content:"";position:absolute;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:15px solid var(--white);z-index:9} */
/* .videoimgbox:after{content:"";position:absolute;width:60px;aspect-ratio:1/1;border:#fff 1px solid;border-radius:555px} */

.videoimgbox video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/*intoowbox*/
.intoowbox {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    max-width: 100%;
    box-sizing: border-box
}

#videoopBox a.fmlink {
    background: unset;
    border: #fff 1px solid
}

#videoopBox a.fmlink:hover {
    background: var(--secondary);
}

.intoowbox .intoowleft {
    height: 100%
}

.intoowbox .intoowleft .videoimgbox img {
    height: 100%;
    object-fit: cover
}

.intoowbox .intoowright {
    background: var(--complement);
    height: 100%;
    padding: 40px 50px 40px;
}

.intoowbox * {
    color: var(--white)
}

#about_area {
    padding: 90px 0 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f0f0;
}

#about_area:before {
    content: "";
    width: min(1680px, 95%);
    height: 715px;
    background: #f9f5f1;
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 0;
}

#about_area:after {
    content: "";
    width: 16.6vw;
    aspect-ratio: 116 / 109;
    position: absolute;
    background: url(/images/40/pill-2.png);
    z-index: 2;
    background-size: contain;
    background-position: 50%;
    right: -5vw;
    top: -43px;
    animation: myfirst 3s infinite;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}

#about_area .workframe {
    display: grid;
    grid-template-columns: 41% 58%;
    gap: 1%;
    width: min(90%, 1680px);
}

.laJtext {
    position: absolute;
    width: auto;
    height: 100%;
    left: -4%;
    top: 20px;
    webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: row;
    align-items: center
}

.laJtext span {
    position: relative;
    display: flex;
    width: 1px;
    height: 90px;
    background: #757575
}

.laJtext.boo2 {
    right: -4%;
    left: auto
}

.Jterightbox .cnlittle::after {
    display: none;
}

@keyframes sway {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

#about_area .maJimg {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
}

#about_area .maJimg img {
    border-radius: 0 50px 0 50px;
    z-index: 2;
    position: relative;
    margin: 0 10px;
}

#about_area .maJimg:before {
    content: "";
    position: absolute;
    width: 37vw;
    height: 100%;
    background: #b1c8d6;
    bottom: 80px;
    z-index: 0;
    left: -20vw;
}

#about_area .maJimg:after {
    content: "";
    width: 12vw;
    aspect-ratio: 116/109;
    position: absolute;
    background: url(/images/40/pill-1.png);
    z-index: 2;
    background-size: contain;
    background-position: 50%;
    right: -4.4vw;
    top: 92px;
    animation: myfirst 2s infinite;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

#about_area .maJinfoo {
    position: relative;
    display: flex;
    justify-content: center;
    padding-right: 49px;
}

#about_area .maJinfoo .tctextbox {
    width: min(520px, 100%);
    margin-left: 0;
    display: flex;
    flex-direction: column;
}

#about_area .maJinfoo .tctextbox .JJtitle {
    display: flex;
    align-items: flex-start
}

#about_area .boomJJ {
    position: relative;
    flex: 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 63px
}

#about_area .topmvan h3 {
    font-weight: 500;
    font-size: max(1.6*(1vw + 1vh) / 2, 21px);
    text-transform: uppercase;
    color: #363636;
    line-height: 140%
}

#about_area .VCRtop p {
    overflow: hidden;
    height: 96px;
    width: 90%;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 300;
    color: #1e1e1e;
    margin: 20px 0 100px;
}

/*ceeservice*/
.ceeservice {
    position: absolute;
    margin-top: -300px;
}

.ceeservice:before {
    content: "";
    background: url(/images/40/linwaveJJ.png);
    position: absolute;
    width: 100%;
    aspect-ratio: 60/7;
    margin-top: 118px;
    animation: verticalSquash 5.2s ease-in-out infinite;
    transform-style: preserve-3d
}

@keyframes verticalSquash {

    0%,
    100% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0.6);
    }

}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


section {
    margin: 90px 0;
}

section.blue_bg {
    padding: 100px 0;
    background: var(--complement);
}

/*doctorpicbox*/
#doctorpicbox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.blue_bg .indextitle h2 {
    color: var(--white);
    margin-bottom: 80px;
}

.slick_papair .arrow_btns_box {
    width: 29vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
}

#doctorpicbox .workframe {}

.boomJJ .workframe {
    display: flex;
    flex-direction: column;
    align-items: center
}

section .slick_papair .doumbox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
}

.slick_papair .doumbox img,
.slick_papair .doumbox video {
    border-radius: 0 30px 0 30px;
    aspect-ratio: 494/279;
    object-fit: cover;
}

#doctorpicbox .doumbox p {
    color: #5e798a;
    font-size: max(1.3*(1vw + 1vh) / 2, 17px);
    font-weight: 500;
    padding: 10px 0
}

.slick_papair {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.blue_bg a.fmlink {
    background: var(--secondary);
}

section.blue_bg a.fmlink:hover {
    background: var(--triadic1);
}

#schoolopBox .indextitle {
    border-bottom: #c5c5c5 1px solid;
}

.fivegrid_box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: center;
    margin: 50px 0 0;
}

.scitem {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scitem.gray_bg {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background: #e1e1e1;
    padding: 15px 20px;
}

.scitem.gray_bg img {
    width: 65px;
}

.space_man {
    background: #ededed;
    padding: 20px;
    width: 100%;
}

.space_man .space_title {
    font-size: max(1.7 * (1vw + 1vh) / 2, 17px);
    font-weight: 600;
    color: var(--complement);
    border-bottom: #c3c3c3 1px solid;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.space_man .fivegrid_box {
    margin-top: 20px;
}

/*volunteerbox*/
#volunteerbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#volunteerbox .textinfo * {
    color: var(--white);
}

.threegrid_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    margin: 50px 0 0;
    padding: 0 20px;
}

#volunteerbox .textinfo p.text-clamp {
    padding: 0 20px;
}


/*qaqabox*/
#qaqabox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow_btns_box {
    cursor: pointer;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.arrow_btns_box .slick-arrow.slick-prev {
    left: unset;
    position: relative
}

.arrow_btns_box .slick-arrow.slick-next {
    right: unset;
    position: relative;
    transform: scaleX(-1)
}

.arrow_btns_box .slick-arrow {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: auto;
    height: auto
}

.arrow_btns_box .slick-arrow:hover svg {
    background: var(--secondary);
}

.arrow_btns_box .slick-prev:before,
.arrow_btns_box .slick-next:before {
    display: none;
}

.arrow_btns_box.ree {
    left: -1%
}

.arrow_btns_box.lee {
    left: 31%
}

.arrow_btns_box .prev svg {
    -moz-transform: scalex(-1);
    -webkit-transform: scalex(-1);
    -o-transform: scalex(-1);
    -ms-transform: scalex(-1);
    transform: scalex(-1)
}

.arrow_btns_box svg {
    width: 60px;
    aspect-ratio: 1/1;
    background: #5a7484;
    border-radius: 50%;
    padding: 18px;
    fill: #fff
}

.mmtmore {
    display: flex
}

.mmtmore,
.mmtmore * {
    border-radius: 0;
}

.mmtmore a {
    background: var(--secondary);
    background: unset;
    display: flex;
    color: #5c8537;
    align-items: center;
    padding: 2px 10px;
    font-size: max(1.1*(1vw + 1vh) / 2, 15px);
    justify-content: space-between;
    border-bottom: #5c8537 1.5px solid;
    border-top: #5c8537 1.5px solid;
    line-height: 100%;
}

.mmtmore a:hover {
    background: var(--secondary);
    color: #fff
}

.mmtmore a:hover svg {
    fill: #fff;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mmtmore a svg {
    width: 63px;
    aspect-ratio: 5/3;
    border-radius: 555px;
    margin: 2px 0px;
    padding: 8px;
    margin-right: 0;
    fill: var(--secondary);
}

.mmtmore a svg path {
    fill: #5c8537
}

.arrow_btns_box svg {
    width: 62px;
    padding: 18px;
}


/* product_area */
#product_area {
    overflow: hidden;
    max-width: 100vw
}

#product_area .slick-list {
    overflow: visible
}

.shpaeline {
    position: absolute;
    width: 100%;
    margin-top: -270px
}

.shpaeline img {
    object-fit: cover
}

.Japtab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px
}

.Japtab a {
    padding: 0 9px;
    cursor: pointer
}

.activJ {
    border-bottom: #555 2px solid;
    color: #252525
}

#showJ01 {
    display: block
}

.moreJbox a {
    display: flex;
    align-items: center;
    width: auto;
    border-bottom: #cfcfcf 1px solid
}

.moreJbox a:hover svg {
    margin-left: 30px
}

.moreJbox svg {
    width: 18px;
    aspect-ratio: 1/1;
    margin-left: 10px
}

.arrowbox {
    display: flex;
    margin-left: 95px
}

.arrowbox svg {
    width: 57px;
    aspect-ratio: 1/1;
    padding: 20px;
    border: #8a8a8a 1px solid;
    border-radius: 50px;
    cursor: pointer
}

.arrowbox .arrow_btns_box {
    margin-right: 15px;
    opacity: .5
}

.arrowbox .arrow_btns_box:hover {
    opacity: 1
}


@-webkit-keyframes spineer {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--info)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes spineer {
    0% {
        box-shadow: 0 0 0 0 var(--info)
    }

    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes scroll {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes scroll2 {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-200%)
    }
}

@-webkit-keyframes scroll2 {
    from {
        -webkit-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-200%)
    }
}


@media screen and (min-width: 769px) {
    .mb-box {
        display: none;
    }
}


@media screen and (max-width: 1470px) {
    a.fmlink {
        margin-top: 30px;
    }

    #doctorpicbox .doumbox img {
        height: 270px;
        object-fit: cover
    }

}

@media screen and (max-width: 1024px) {
    #doctorpicbox .doumbox img {
        height: 250px
    }

    .arrowbox {
        margin-left: 0
    }

    .mamatitle .leftm span {
        margin: 0 7px
    }

    .Japtab {
        margin-top: 20px
    }

    .mmtmore {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    #newsBox .newslick {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    #newsBox .newstitle {
        border-right: none;
    }

    #newsBox .slickbox {
        width: 100%;
    }

    .roule,
    .intoowbox {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .intoowbox .intoowleft {
        width: 100%;
    }

    .videoimgbox video {
        aspect-ratio: 9/5;
    }
}

@media screen and (max-width: 980px) {
    .mideyeembox .mieitem img {
        margin: 0 auto
    }

    .ceeservice img {
        display: none
    }

    .Jamore {
        justify-content: center
    }

    section {
        margin: 40px 0;
    }

    .intoowbox .intoowright {
        order: -1;
        padding: 50px 30px;
    }

    #newsBox .newslick {
        padding: 10px;
    }

    .slick_papair .workframe {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slick_papair .slick-list {
        width: 90vw;
    }

    section.blue_bg .indextitle h2 {
        margin-bottom: 20px;
    }

    section.blue_bg {
        padding: 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .arrow_btns_box svg {
        width: 40px;
        padding: 13px;
    }

    .maloogo {
        display: none
    }

    .mb-box {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 11px
    }

    .toballbox {
        display: grid;
        align-items: center;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "colorJ01 colorJ01" "colorJ02 colorJ03";
        justify-content: center
    }

    .alwashow {
        position: relative;
        width: 100%;
        padding: 30px 25px;
        background: #f6f6f6;
        border-radius: 3px;
        outline: 1px solid rgb(0 0 0 / 15%);
        outline-offset: -15px;
        margin: 5px 0 10px;
        aspect-ratio: 12/2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #b01a26
    }

    .arrowbox .arrow_btns_box {
        margin-right: 0;
        margin: 0 5px
    }

    .fivegrid_box {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 20px 0;
    }

    .threegrid_box {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 641px) {
    .mmtmore.mbshowJ {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .runingtext {
        top: 30%
    }

    .pcshowJ {
        display: none
    }

    .mmtmore.pcshowJ {
        display: none
    }

    .arrow_btns_box.lee {
        left: auto;
        right: -4%
    }

    .slick_papair .arrow_btns_box {
        width: 90vw;
    }

    .space_man .fivegrid_box {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 550px) {
    .arrow_btns_box {}

    .arrow_btns_box.ree {
        left: auto;
        right: 50px
    }

    .arrow_btns_box.lee {
        right: -15px
    }

    .mmtmore a {
        padding: 1px 7px 4px 29px
    }

}

@media screen and (max-width: 480px) {
    .textinfo p.text-clamp {
        height: 100%;
        -webkit-line-clamp:unset;
    }
}