@import url('/css/SeoJump.css');
@import url('/css/contentBuilder.css');
@import url('root.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans:wght@400;700&family=Noto+Serif+SC:wght@200;300;400;500;600&family=Noto+Serif+TC:wght@200;300;400;500;600&family=Noto+Serif:wght@400;700&family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('/css/animate.css');

.wow { animation: fadeIn 1.5s both; -webkit-animation: fadeIn 1.5s both; animation-duration: 1s; -webkit-animation-duration: 1s; }

/* main.less */
.webBox *,.webBox:before,.webBox:after{transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;}.webBox header #menubtn[data-type="2"] a span:nth-child(1){transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}.webBox header #menubtn[data-type="2"] a span:nth-child(3){transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}@media (min-width:1281px){.webBox header #webmenu li .menu_body{transform:translate(0,30px);-webkit-transform:translate(0,30px);-moz-transform:translate(0,30px);-ms-transform:translate(0,30px);-o-transform:translate(0,30px);}.webBox header #webmenu li .menu_body .subOption li ul{transform:translate(30px,0);-webkit-transform:translate(30px,0);-moz-transform:translate(30px,0);-ms-transform:translate(30px,0);-o-transform:translate(30px,0);}.webBox header #webmenu li .menu_body .subOption li ul li > ul{transform:translate(30px,0);-webkit-transform:translate(30px,0);-moz-transform:translate(30px,0);-ms-transform:translate(30px,0);-o-transform:translate(30px,0);}.webBox header #webmenu li .menu_body .subOption li ul li:hover > ul{transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);}.webBox header #webmenu li .menu_body .subOption li:hover > ul{transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);}.webBox header #webmenu li:hover .menu_body{transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);}}.webBox #top_search #close_search font{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}.webBox .slick-dots li:before{width:8px;height:8px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;}.webBox .img_scale img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}@media (min-width:1281px){.webBox .img_scale:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);}}.webBox #playYoutu{width:100px;height:100px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;}.webBox #picture_list img{width:80px;height:80px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;}.webBox #SeoStarRating font{margin-right:5px;display:inline-block;line-height:110%;vertical-align:text-bottom;color:#ffc107;}.webBox #SeoStarRating font *{color:#ffc107;}.webBox #SeoStarRating font:first-child{font-weight:bold;font-size:18px;}.webBox #SeoStarRating font:last-child{color:#515151;}.webBox #webSeo .seo{-webkit-animation:marquee 50s linear infinite;animation:marquee 50s linear infinite;}@media (max-width:768px){.webBox #webSeo .seo{-webkit-animation:marquee 30s linear infinite;animation:marquee 30s linear infinite;}}@media (max-width:550px){.webBox #webSeo .seo{-webkit-animation:marquee 20s linear infinite;animation:marquee 20s linear infinite;}}.webBox #gotop a{width:50px;height:50px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;}.webBox #gotop a:before{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}

*, ::after, ::before { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all .2s linear; }
*:focus { outline: none; }

body { margin: 0; background: #fdfeff; }
body ::selection { background: rgba(var(--black-rgb), .1); text-shadow: none; color: var(--info); }
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: rgba(var(--info-rgb), .3); }
body::-webkit-scrollbar-thumb { background: var(--primary); }

header, footer, div, nav, article, h2, h3, h4, h5, h6, hr, p, form, label, input, select, textarea, ul, li, img, svg, span, font, strong, b, a, i { text-align: left; vertical-align: middle; word-wrap: break-word; word-break: inherit; line-height: 170%; border-width: 0; font-family: 'Poppins', var(--font-family), sans-serif; font-size: 17px; color: var(--black); transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; }

ul, ol { list-style: none; }

fieldset { border: 0; }

input, button, select, textarea { padding: .5em 1em; width: 100%; border: 0; background: var(--g_100); border-radius: .4em; box-shadow: none; outline: none; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { color: var(--info); background: url(/images/39/arrow.png) var(--g_100) no-repeat scroll 97% 50%; }
.daterangepicker select { background-color: transparent; border: 1px var(--g_200) solid; }

/* img */
img { max-width: 100%; }
.img_cover { width: 100%; object-fit: cover; }
.img_contain { width: 100%; object-fit: contain; }

a, a:link, a:visited, a:hover { text-decoration: none; white-space: pre-wrap; }

/* general class set */
.txt_clamp { overflow: hidden; height: 27px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.d_inblock.txt_clamp { display: -webkit-inline-box; }
.atag_item { width: 100%; height: 100%; top: 0; left: 0; }
.nowrap_box { font-size: 0; }
.webBox *, .webBox:before, .webBox:after { transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; }

/* btn */
.btn, .btn_outline { padding: 2px 10px; background-color: transparent; border: 1px solid transparent; border-radius: 2px; color: var(--info); }

/* badge  */
.badge { padding: 2px 10px; box-shadow: none; }
.badge_lighten { padding: 0 4px; min-width: 22px; border-radius: 3px; font-weight: 400; text-align: center; font-size: 12px; vertical-align: text-bottom; }

/* photo,bgBox */
a.photo, .bgBox { overflow: hidden; background: no-repeat 50% / cover; display: block; }

/* fancybox */
[class^="fancybox-"], [class^="fancybox-"] *, .slick-track, .fa, .fas, .fa:before, .fas:before, .fa:after, .fas:after, .trans_none_box { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/* webBox */
.webBox { overflow: hidden; position: relative; width: 100%; }
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; }
.webBox .wrapper { position: relative; background: #fdfeff; z-index: 2; }
.webBox .slick-slider { margin-bottom: 0; }
.webBox .wrapper_lines { width: 100vw; height: 100vh; top: 0; left: 0; z-index: -1; display: none; }
.webBox .wrapper_lines .center_box { height: 100vh; border: rgba(var(--info-rgb), .1) solid; border-width: 0 1px; }

/* .slick-dots */
.webBox .slick-dots { position: relative; margin-top: 45px; bottom: 0; }
.webBox .slick-dots li { width: 20px; height: 20px; display: inline-flex; flex-direction: column; align-items: center; margin-bottom: 20px; margin: 0 0px 20px; }
.webBox .slick-dots li:before { margin: auto; display: block; border: 1px #ae9269 solid; content: ""; width: 12px; height: 12px; }
.webBox .slick-dots li.slick-active:before { border-color: #ae9269; background-color: #ae9269; }

/* workframe */
.workframe { margin: 0 auto; width: 90%; }

/* header */
header {
    z-index: 999;
    top: 0;
    width: 100%;
    line-height: 30px;
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: center;
    background: var(--white);
    display: grid;
    grid-template-columns: 260px 63% 120px;
    gap: 0 20px;
}

header #cis {
    z-index: 5;
}

header #cis img {
    padding: 0 20px;
}

header #cis .img_contain {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
header #webmenu {
}


header #webmenu .top_btn>div {
    display: flex;
    width: 200px;
}

header #menubtn {
    width: 60px;
    height: 60px;
    top: 10px;
    right: 0px;
    z-index: 1000;
    border-left: 1px solid #ccc;
}

header #menubtn a {
    margin: auto;
    width: 30px;
    height: 25px;
}

header #menubtn a span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--black);
    display: block;
    top: 0;
    right: 0;
}

header #menubtn[data-type="1"] a span {
    transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
}

header #menubtn[data-type="1"] a span:nth-child(2) {
    top: calc(50% - .5px);
}

header #menubtn[data-type="1"] a span:nth-child(3) {
    top: calc(100% - 1px);
}

header #menubtn[data-type="2"] a span {
    transition: .4s cubic-bezier(.645, .045, .355, 1);
}

header #menubtn[data-type="2"] a span:nth-child(1), header #menubtn[data-type="2"] a span:nth-child(3) {
    top: 50%;
}

header #menubtn[data-type="2"] a span:nth-child(2) {
    opacity: 0;
}

header .top_btn a {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

header .top_btn a.newbornBox {
    width: 60px;
    position: relative;
}

header .top_btn a svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
    margin: 0 5px;
}

header .top_btn a span {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

header .top_btn .user a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .top_btn .user a:before {
    margin: 0 auto 5px;
    width: 30px;
    height: 30px;
    background: url(/images/39/icon-user.png) no-repeat 50% / cover;
    display: block;
    content: "";
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

header .top_btn {
    width: 120px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 80px;
}

header #webmenu nav>ul>li>p a {
    padding: 15px 10px;
    font-size: 17px;
}

header #webmenu nav ul li b {
    right: 0;
    position: absolute;
    padding-left: calc(100% - 44px);
    width: 35px;
    height: 41px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    top: calc((100% - 41px) / 2);
    left: 0;
    cursor: pointer;
}

header #webmenu nav>ul>li .subOption li>div a {
    padding: 10px 45px 2px 10px;
    display: block;
}

header.scroll {
    background: var(--white);
    box-shadow: 0 0 10px rgba(var(--black-rgb), 50%);
    height: 80px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    top: 0px;
    /* display: grid; */
    /* grid-template-columns: 260px 63% 100px; */
    /* gap: 0 20px; */
}

header .contactBtn {
    display: flex;
    justify-content: space-evenly;
}

header .contactBtn a {
    width: auto;
    margin: 0;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    padding: 0px 10px;
}

header .contactBtn a svg {
    width: 25px;
    height: 20px;
    fill: #b0cb0c;
}

header .contactBtn a.icon-y svg {
    height: 24px;
}

/* top_search */
#top_search {
    width: 100%;
    height: 100%;
    background: rgba(var(--black-rgb), .2);
    z-index: 999;
}

#top_search form {
    margin: auto;
    padding: 60px 50px;
    width: 500px;
    box-shadow: 0 0 10px rgba(var(--black-rgb), .2);
    background: #ffffff;
}

#top_search form p {
    background: #f7f7f7;
}

#top_search #close_search {
    padding: 10px 15px 15px;
    top: 0;
    right: 0;
}

#top_search #close_search font {
    margin: 5px auto;
    width: 30px;
    height: 30px;
}

#top_search #close_search font:before, #top_search #close_search font:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--info);
    display: block;
    content: "";
    top: calc((100% - 1px) / 2);
    left: 0;
}

#top_search #close_search font:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: calc((100% - 1px) / 2);
}

#top_search h3 {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 28px;
    color: #000000;
}

#top_search p>input {
    padding: 5px 45px 5px 15px;
    width: calc(100% - 60px);
    background: none;
    border: 0;
}

#top_search p>a {
    top: 4px;
    right: 10px;
}

#top_search p>a svg {
    width: 25px;
    height: 25px;
}

/* menubg */
#menubg {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

#menubg[data-type="1"] {
    background: rgba(var(--black-rgb), 0);
    z-index: -998;
    display: none;
}

#menubg[data-type="2"] {
    background: rgba(var(--black-rgb), .5);
    z-index: 900;
}

/* other_area */
#other_area {
    z-index: 5;
}

#other_area .bg_fix {
    background: no-repeat 50% / cover;
    background-attachment: fixed;
}

#other_area .bg_fix:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    display: block;
    top: 0;
    left: 0;
    opacity: .8;
    content: "";
}

#other_area #youtube_box {
    padding: 5vw 0 0;
    width: calc(100% - 430px);
}

#other_area #playYoutu {
    background: rgba(var(--primary-rgb), .6);
    display: block;
    text-align: center;
    line-height: 97px;
}

#other_area #playYoutu i {
    font-size: 37px;
    color: var(--white);
}

#other_area #custom_box {
    margin: 30px 0 0 30px;
    width: 400px;
    bottom: -60px;
}

#other_area #custom_box>ul {
    padding: 30px 50px;
}

#other_area #custom_box>ul h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px rgba(var(--white-rgb), .2) solid;
    letter-spacing: 5px;
    font-weight: 400;
    font-size: 22px;
}

#other_area #custom_box>ul article {
    letter-spacing: 2px;
    line-height: 210%;
    font-weight: 100;
    font-size: 15px;
}

#other_area #picture_list {
    width: calc(100% - 430px);
}

#other_area #picture_list img {
    margin: 15px;
}

/* footer */
footer {
    background-color: #f5f5f5;
    border-radius: 0 250px 0 0;
}

footer * {
    font-weight: 400;
    font-size: 18px;
    font-family: var(--font-family), sans-serif;
}

.footerInfoBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgb(48 48 48 / 15%);
    padding: 40px 0;
    background-image: url(/images/39/bg_b.jpg);
    border-radius: 0 500px 0 0;
}

footer #f_info {
    display: flex;
    align-items: center;
    flex-direction: column;
}

footer #flogo span {
    display: block;
    margin: 20px 0;
}

footer #flogo span img {
    width: 300px;
    height: 70px;
    -webkit-filter: contrast(0) brightness(150%);
    filter: contrast(0) brightness(200%);
}

footer #f_left {
    display: flex;
    /* width: 50%; */
    flex-direction: column;
}

footer #f_left .tit {
    padding-bottom: 0px;
    margin-bottom: 20px;
    width: 100%;
}

footer #f_left .tit b {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

footer #f_left .tit font {
    font-size: 15px;
    color: #d4d4d4;
}

footer #f_right {
}

footer  .ftbtn-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .ftbtn-box {
}

footer .ftbtn-sec a {
    transition: .3s ease;
    color: #fff;
    width: 140px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    background-color: var(--primary);
    font-size: 15px;
}


footer  .ftbtn-box:nth-child(2) a {
    background-color: var(--info);
}

footer .ftbtn-sec a:hover {
    opacity: 0.6;
}

footer #f_nav a {
}

footer #f_contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-right: 0px;
    flex-wrap: wrap;
    padding-left: 30px;
    margin-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

footer #f_contact p {
    margin: 0;
    display: flex;
    padding-right: 30px;
    flex-direction: row;
}

footer #f_contact p font {
    line-height: 140%;
    font-weight: 500;
    font-size: 14px;
}

footer #f_contact p font b, footer #f_contact p font a {
    font-family: 'Poppins', sans-serif;
    margin-right: 5px;
    color: #434343;
}

footer #f_contact p font.txt_primary_5 {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

footer #f_contact p font.txt_primary_5 svg {
    width: 15px;
    height: 15px;
    fill: #434343;
    margin-right: 10px;
    opacity: 0.5;
}

footer #f_other {
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px;
    display: grid;
    grid-template-columns: 280px 54% 160px;
    grid-gap: 15px;
}

footer #f_nav {
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
}

footer #f_nav a {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    border-right: 1px solid rgb(137 137 137 / 20%);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
    width: auto;
    color: #fff;
}

footer #f_nav a:last-child {
    border-right: 0px solid #515151;
}

footer #f_nav span {
    width: 1px;
    height: 15px;
    background: rgb(255 255 255 / 60%);
    display: block;
}

footer #copyright p, footer #copyright p a {
    font-weight: 500;
    font-size: 14px;
    font-family: var(--font-family), sans-serif;
    line-height: 220%;
    color: #fff;
}

footer #copyright p a {
    margin-left: 6px;
    vertical-align: super;
}

footer #copyright {
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    background-color: var(--primary);
}


footer .bottomBox {
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 69% 26%;
    width: 100%;
}

#community .social {
    display: flex;
    align-items: center;
    justify-content: center;
}

#community .social svg {
    display: block;
    text-align: center;
    width: 18px;
    height: 18px;
    fill: #fff;
}

#community .social a {
    display: flex;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    padding: 9px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: 500ms;
    text-align: center;
    border-radius: 99em;
    justify-content: center;
    align-items: center;
    background-color: #535353;
}

/* webSeo */
#webSeo {
    padding: 10px 0;
    white-space: nowrap;
    box-sizing: border-box;
    display: none;
}

#webSeo .seo {
    padding-left: 100%;
    font-weight: 100;
    font-size: 13px;
    color: var(--info);
}

/* gotop */
#gotop {
    right: 20px;
    bottom: 20px;
    z-index: 2000;
}

#gotop a {
    border: 1px var(--complement)  solid;
}

#gotop a:before {
    position: absolute;
    width: 30%;
    height: 30%;
    border: solid var(--complement);
    border-width: 1px 0 0 1px;
    display: block;
    top: calc((100% - 7px) / 2);
    left: calc((100% - 15px) / 2);
    content: "";
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
    }
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

@media screen and (max-width: 1640px) {
    footer .workframe {
        width: 80%;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1440px) {
    header #cis {
        z-index: 5;
        padding: 0;
        z-index: 1000;
    }

    header #cis img {
    }
}

@media screen and (min-width: 1281px) {
    .workframe {
        width: var(--width-xl);
    }
}

@media screen and (min-width: 1141px) {
    .webBox .slick-dots li:hover:before {
        border-color: var(--primary);
    }

    header #webmenu .top_btn {
        margin-left: 20px;
    }

    header #linelink>a:before {
        filter: contrast(0) brightness(200%);
    }

    header #webmenu nav ul li b {
        display: none;
    }

    header #webmenu nav ul li {
        position: relative;
    }

    header #webmenu nav ul li:hover {
        overflow: visible;
    }

    header #webmenu nav>ul>li>p a {
        color: var(--black);
        letter-spacing: 1px;
        font-weight: 500;
        position: relative;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 8px 10px;
        height: 80px;
    }

    header #webmenu nav>ul>li:hover>p a {
        color: var(--primary);
    }

    header #webmenu nav>ul>li:hover>p a:before {
    }

    header #webmenu nav>ul>li>p a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 6px;
        bottom: 0;
        margin: auto;
        background-image: url(/images/39/menu_logo.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 27px;
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    header #webmenu nav>ul>li>p a:before {
        opacity: 0;
    }

    header #webmenu nav>ul>li>p a:before {
        /* -webkit-transform: translateY(20px); */
        /* transform: translateY(20px); */
    }

    header #webmenu nav>ul>li:hover>p a:before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1;
    }

    header #webmenu nav>ul>li>p a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 4px;
        background-color: #6eb92b;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    header #webmenu nav>ul>li:hover>p a::after {
        width: 100%;
    }

    header #webmenu li .menu_body, header #webmenu li .menu_body .subOption li ul {
        width: 170px;
        left: calc(50% - 85px);
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
    }

    header #webmenu li .menu_body ul {
        background: rgba(var(--black-rgb), .85);
        text-align: center;
        background-color: rgba(255, 255, 255, 0.95);
    }

    header #webmenu li .menu_body .subOption li ul {
        position: absolute;
        top: 0;
        right: 70px;
    }

    .webBox header #webmenu li .menu_body .subOption li ul {
        transform: translate(130px, 0);
        -webkit-transform: translate(130px, 0);
        -moz-transform: translate(130px, 0);
        -ms-transform: translate(130px, 0);
        -o-transform: translate(130px, 0);
    }

    .webBox header #webmenu li .menu_body .subOption li:hover>ul {
        transform: translate(170px, 0);
        -webkit-transform: translate(170px, 0);
        -moz-transform: translate(170px, 0);
        -ms-transform: translate(170px, 0);
        -o-transform: translate(170px, 0);
    }

    header #webmenu li .menu_body .subOption li>div a {
        padding: 8px 10px;
        display: block;
        border-bottom: 1px solid rgb(184 184 184 / 30%);
        font-size: 17px;
        text-align: center;
    }

    header #webmenu li .menu_body .subOption li>div a:hover {
        color: var(--info);
    }

    header #webmenu li:hover .menu_body, header #webmenu li .menu_body .subOption li:hover>ul {
        z-index: 10;
        opacity: 1;
    }

    footer #extra ul li:hover img {
        display: block;
    }

    header.scroll .top_btn {
        height: 80px;
    }

    header .top_btn .user:hover a p {
        opacity: 1;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
        pointer-events: auto;
    }

    header .top_btn .user:hover a:before {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }

    header .top_btn .user a:before {
        filter: contrast(0) brightness(200%);
    }

    header .top_btn .user a p {
        padding-bottom: 5px;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        font-size: 14px;
        opacity: 0;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        pointer-events: none;
        color: #fff;
    }

    header .top_btn {
        background-color: var(--primary);
    }

    header #menubtn {
        display: none;
    }
    header #webmenu ul {
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
}

@media screen and (max-width: 1140px) {
    header {
        display: flex;
        flex-direction: row;
        top: 0;
        height: 80px;
    }

    header #cis {
        z-index: 1000;
    }

    header #cis .img_contain {
        width: 220px;
    }

    header .top_btn {
        width: 90px;
        margin-right: 80px;
    }

    header #webmenu {
        padding: 110px 0 15px 0;
        width: 100%;
        height: calc(100vh - 0px);
        background: var(--white);
        shadow: 0 10px 10px rgba(var(--black-rgb), .5);
        right: calc(-1 * var(--width-xl));
        z-index: 999;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-end;
        margin: 0 0 0 50px;
        top: 0;
    }

    header #webmenu2 {
        width: 70px;
        height: 25px;
        top: 24px;
        right: 90px;
        z-index: 1000;
    }

    header #webmenu .top_btn {
        margin: 0 0px;
        width: 100%;
    }

    header #webmenu .top_btn a {
        margin: 0 5px;
    }

    header #webmenu nav {
        overflow-y: scroll;
        margin: 15px 0;
        padding: 0 20px;
        height: calc(100% - 0px);
        width: calc(100% - 0px);
    }

    header #webmenu nav::-webkit-scrollbar {
        width: 0;
    }

    header #webmenu nav>ul>li {
        margin-left: 0px;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }

    header #webmenu nav>ul>li>p a {
        color: var(--black);
        font-weight: 500;
        text-align: center;
    }

    header #webmenu li .menu_body, header #webmenu li .menu_body .subOption li ul {
        position: relative;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    header #webmenu li .menu_body ul {
        margin-left: 20px;
        margin-bottom: 10px;
    }

    header #webmenu li .menu_body .subOption .bo {
        position: relative;
    }

    header #webmenu li .menu_body .sub2Option a {
        font-weight: 400;
        color: #767676;
    }

    header #webmenu li .menu_body .sub3Option a {
        color: var(--complement);
    }

    header.scroll #webmenu {
        height: calc(100vh - 0px);
    }

    footer #f_nav {
        margin: 20px 0 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    footer  .ftbtn-sec {
        display: flex;
        margin-top: 0;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    footer .ftbtn-box {
        /* margin-bottom: 20px; */
        /* margin-right: 5px; */
    }

    footer #f_contact p {
        padding: 5px 0;
        width: 100%;
    }

    header .top_btn a {
        color: #454545;
    }

    header .top_btn a svg {
        fill: #000000;
    }

    header .top_btn a.newbornBox svg {
        margin-right: 10px;
    }

    header .top_btn a.newbornBox {
        margin-left: 0;
    }

    header #openform span {
        display: none;
    }

    footer .workframe {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .nowrap_box {
        display: flex;
        align-items: center;
        width: 95%;
    }

    footer #f_other,footer .bottomBox {
        margin-left: 0px;
        gap: 20px;
        grid-template-columns: 1fr;
    }

    footer #f_contact {
        display: flex;
        justify-content: flex-start;
        width: 90%;
        padding-left: 20px;
        margin-left: 10px;
    }

    #community {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    footer #f_left, footer #f_right {
    /* text-align: center; */
    }

    footer #f_right .tit {
        text-align: left;
        margin: 0 0 20px;
    }

    footer #f_right ul {
        margin: 0;
    }
footer #flogo {
    text-align: center;
    margin-bottom: 20px;
}
    footer #flogo img {
        width: 250px;
    }

    footer #f_contact {
    }

    footer #copyright {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    footer #f_contact {
    }

    footer {
        border-radius: 0 120px 0 0;
    }

    .footerInfoBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 0 100px 0 0;
    }

    header #webmenu nav>ul>li:nth-child(3) {
        margin-right: 0px;
    }

    header .top_btn .user a p {
        padding-bottom: 5px;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        font-size: 14px;
        opacity: 0;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        pointer-events: none;
        color: #322d2d;
        display: none;
    }

    header .top_btn .user a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 768px) {
    #other_area #custom_box {
        bottom: 0;
    }

    #other_area #picture_list {
        width: 100%;
    }

    header #cis {
    }

    header #webmenu2 {
        top: 18px;
        right: 90px;
    }

    footer #extra {
        margin-top: 10px;
    }

    header .top_btn {
        padding-top: 0;
    }

    footer #f_contact p {
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
    }
}

@media screen and (max-width: 760px) {
    footer #extra {
        margin-top: 10px;
    }

    .webBox .wrapper_lines .center_box>div {
        border-width: 0 0 0 1px;
    }
}

@media screen and (max-width: 640px) {
    #picture_box .workframe {
        width: 100%;
    }

    footer #f_nav a {
        padding: 0px 10px;
        font-size: 14px;
        text-align: justify;
    }

    footer #f_nav span {
        display: none;
    }
}

@media screen and (max-width: 550px) {
   
    header #webmenu, #other_area #youtube_box {
        width: 100%;
    }

    #top_search form {
        padding: 10vw 5vw;
        width: 80vw;
    }

    #top_search #close_search {
        padding: 10px 15px;
        border: 0;
    }

    footer #f_contact p font:first-child {
        margin-right: 10px;
    }

    #other_area #custom_box {
        margin: 30px auto;
        width: 100%;
    }

    #other_area #custom_box>ul {
        padding: 7vw;
    }
}
