﻿.PublicHeader0 {
    width: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    transition-duration: 0.3s;
    z-index: 10001;
}
.PublicHeader0 > div > h1 {
    width: 100%;
    text-align: center;
    background-color: rgba(64,64,64,.7);
    margin: 0;
    padding: 0.8em 0 1.2em;
}
.PublicHeader0 > div > h1 > a > svg#FirstLogo {
    transition-duration: 3s;
    transform: scale(1.5);
}
.PublicHeader0 > div > h1 > a > svg#FirstLogo g.friends > path {
    fill: #fff;
    transition: transform 3s ease-out;
}
.PublicHeader0:hover > div > h1 > a > svg#FirstLogo g.friends > path {
    fill: #f4f4f4;
}
/* section {
    margin-top: 107px;
} */
.topmenuBtn {
    position: absolute;
    left: 2em;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-color: #ffd800;
    transition-duration: 0.5s;
}
.topmenuActiveBtn > span,
.topmenuBtn > span {
    width: 36px;
    height: 8px;
    display: block;
    position: absolute;
}
.topmenuBtn > span {
    background-color: #000;
    transition-duration: 0.5s;
}
.topmenuBtn > span:nth-child(1) {
    left: 7px;
    top: 7px;
}
.topmenuBtn > span:nth-child(2) {
    left: 7px;
    top: 21px;
}
.topmenuBtn > span:nth-child(3) {
    left: 7px;
    top: 35px;
}
.topmenuActiveBtn {
    background-color: transparent;
}
.topmenuActiveBtn > span {
    background-color: #ffd800;
}
#PublicFooter > .footer1,
#PublicFooter > .footer2 > div.footsub1,
.loading {
    display: none;
}
.topmenuActiveBtn > span:nth-child(1) {
    left: 7px;
    top: 21px;
    transform: rotate(45deg);
}
.topmenuActiveBtn > span:nth-child(2) {
    left: 24px;
    top: 21px;
    width: 0;
}
.topmenuActiveBtn > span:nth-child(3) {
    left: 7px;
    top: 21px;
    transform: rotate(-45deg);
}
nav.topmenuNav {
    visibility: hidden;
    width: 0;
}
nav.topView {
    visibility: visible;
    width: 90%;
}
.PublicHeader0 > div > nav {
    position: absolute;
    background-color: rgba(255,255,255,.9);
    box-shadow: -1px 1px 1px 1px gray;
    transition-duration: 0.3s;
    overflow: hidden;
    border-radius: 0 0 3em;
}
.PublicHeader0 > div > nav > div > ul {
    width: 300px;
    padding-top: 1em;
    padding-bottom: 1em;
    min-width: 200px;
}
.PublicHeader0 > div > nav > div > ul > li,
.PublicHeader0 > div > nav > div > ul > li > ul > li {
    position: relative;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1.6;
    width: 100%;
}
.PublicHeader0 > div > nav > div > ul > li a {
    font-size: 27px;
    font-weight: 600;
    margin-left: 2em;
}
.PublicHeader0 > div > nav > div > ul > li > ul {
    margin-left: 1.5em;
}
#PublicFooter > .footer2 {
    width: 100%;
    background-color: #000;
}
#PublicFooter > .footer2 > div {
    padding: 1em 0;
    color: #fff;
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
}
.loading {
    position: fixed;
    top: -4px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.loading strong {
    display: block;
    position: relative;
    top: 50%;
    margin: -75px auto 0;
    width: 200px;
    height: 50px;
    padding: 0 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    animation-name: loadings;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes loadings {
    0%,
    100% {
        background-color: rgba(255,255,255,.5);
    }
    50% {
        background-color: rgba(255,255,255,1);
    }
}
body.AboutBody .topmenuNav > div > ul a[data-menu=about],
body.AboutBody .topmenuNav > div > ul:hover a[data-menu=about],
body.ContactBody .topmenuNav > div > ul a[data-menu=contact],
body.ContactBody .topmenuNav > div > ul:hover a[data-menu=contact],
body.ContentBody .topmenuNav > div > ul a[data-menu=content],
body.ContentBody .topmenuNav > div > ul:hover a[data-menu=content],
body.NewsBody .topmenuNav > div > ul a[data-menu=news],
body.NewsBody .topmenuNav > div > ul:hover a[data-menu=news],
body.PenpalBody .topmenuNav > div > ul a[data-menu=penpal],
body.PenpalBody .topmenuNav > div > ul:hover a[data-menu=penpal],
body.SecurityBody .topmenuNav > div > ul a[data-menu=security],
body.SecurityBody .topmenuNav > div > ul:hover a[data-menu=security],
body.ServiceBody .topmenuNav > div > ul a[data-menu=service],
body.ServiceBody .topmenuNav > div > ul:hover a[data-menu=service] {
    color: #ffd30d;
}
body.HealingBody .topmenuNav > div > ul a[data-menu=healing] {
    color: #ffd30d;
}
body.HealingBody .topmenuNav > div > ul:hover a[data-menu=healing] {
    color: #ffd30d;
}
    #gnb_1dul_mo>li:nth-child(1),
    #gnb_1dul_mo>li:nth-child(2){
        display: none;
    }
    .positionnav333 {
        position: absolute;
        top: 75%;
        left: 35%;
    }
    .positionnav3334 {
        position: absolute;
        top: 75%;
        left: 0;
    }
    .text_box01{    top: 62%;}
    #visual .slides > li{height:100vh;}
    /* .mb01_btn0{padding-bottom: 5%;} */
    .ma_play ul li .txt_box p.tt{font-size: 16px;}
    .hoverBox p.p1{
        padding: 115% 8% 7%;}
    .searchbar_wrap .search_bar{width:500px;}
    .searchbar_wrap #hd_sch_bar #sch_stx_bar{width:440px;}
    .product_wrap{padding:30px 0;}
    .ft_sitemap #ft_gnb_sm .ft_gnb_1dli{width:33.3333%;margin-bottom: 25px;}
    .s_top_wrap{   }
    .sub_top{width:100%;}
	.text_box01{width:100%; margin:0 auto; overflow:hidden; }

    #idx_wrap section article {
        display: flex;
        width: 100%;
        max-width: 1200px;
        height: 100vh;
        margin: 0 auto;
        justify-content: flex-start;
        overflow: hidden;
    }
    .positionnav2 {
        position: absolute;
        bottom: 20%;
        left: 0%;
    }
    .mb04 h2{
        margin-top: 40px;
        text-align: center;
    }
    .mb03 .tit_box {
        position: relative;
        width: 85%;
        padding-top: 60px;
        display: block;
        margin: 0 auto;
    }
    .banner_wrap h2 {
        font-size: 48px;
        color: #fff;
        text-align: center;
    }
    .mb03 dd {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        margin-left: 0;
        /* margin-top: 10px; */
        text-align: left;
    }
    #idx_wrap section.mb01 article{
        margin-left: 200px;
    }
    .banner_wrap h2 {
        font-size: 48px;
        color: #fff;
        text-align: left;
    }
    .positionnav3 {
        position: absolute;
        bottom: 30%;
        left: 35%;
    }
    .video video {
        width: auto;
        height: 100%;
    }
    .video video {
        width: auto;
        height: 100%;
        position: absolute;
        left: -250px;
    }
    #visual .text_box01 {
        width: 70%;
        margin-top: 80px;
        padding-top: 0;
        position: relative;
        z-index: 50;
    }
    #visual .inner1 {
        font-size: 28px;
    }
    @keyframes ball1 {
        0% {
            bottom: 25%;
        }
    
        55% {
            width: 65px;
            border-radius: 0%;
        }
    
        to {
            bottom:30%;
            width: 50px;
            height: 50px
        }
    }
    .text_box01 {
        top: 31%;
    }
    .ma_play ul {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }