* {margin: 0; padding: 0; list-style:none; font-family: 'Noto Sans KR', sans-serif;}
a {text-decoration: none; color: inherit;}
.wrap {
    width: 100%;
    overflow: hidden;
}
.top_btn_wrap {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 99999999999;
}
.top_btn_inner {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.top_btn {
     width: 60px;
     height: 60px;
     line-height: 60px;
     background: gray;
     border-radius: 30px;
     font-weight: bold;
     text-align: center;
     position: absolute;
     top: 50%;
     right: -140px;
     transform: translateY(-50%);
     transition: all 0.3s;
     cursor: pointer;
     opacity: 0;
     user-select: none;
}
.top_btn:hover {
    background: black;
    color: white;
}
header {
    width: 100%;
    height: 80px;
    background: white;
    border-bottom: 2px solid;
    box-sizing: border-box;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.inner_header {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}
.logo {
    float: left;
    margin-top: 30px;
}
.logo > a {
    display: block;
    width: 182px;
    height: 19px;
    background: url(../img/img_gnb_1.png) no-repeat;
}
.header_ul {
    float: right;
}
.header_ul > li {
    float: left;
    position: relative;
    padding: 0 15px;
    line-height: 78px;
    font-weight: bold;
    font-size: 18px;
}
.underline {
    width: calc(100% - (15px * 2));
    height: 5px;
    background: black;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s;

    position: absolute;
    top: 0;
    left: 15px;
}
.symbols_menu {
    width: 65px;
    height: 222px;
    position: absolute;
    overflow: hidden;
    right: 16px;
    top: 80px;
}
.symbols_menu_inner {
    width: 100%;
    background: white;
    position: absolute;
    top: -200px;
    left: 0;
}
.symbols_menu_inner > span:hover {
    cursor: pointer;
}
.search_img {
    display: block;
    width: 22px;
    height: 22px;
    margin: 20px auto;
    background: url(../img/img_gnb_1.png) no-repeat;
    background-position: -184px 0px;
}
.login_img {
    display: block;
    width: 18px;
    height: 22px;
    margin: 20px auto;
    background: url(../img/img_gnb_1.png) no-repeat;
    background-position: -210px 0px;
}
.cart_img {
    display: block;
    width: 23px;
    height: 23px;
    margin: 24px auto;
    background: url(../img/img_gnb_1.png) no-repeat;
    background-position: -231px 0px;
}
.global_img {
    display: block;
    width: 25px;
    height: 25px;
    margin: 20px auto;
    background: url(../img/img_gnb_1.png) no-repeat;
    background-position: -255px 0px;
}
.sm_button {
    display: block;
    width: 100%;
    height: 22px;
    background: #505050;
    border: none;
    outline: none;
    color: white;
}
.sm_button:hover {
    cursor: pointer;
    background: black;
}
.nav_menu_wrap {
    overflow: hidden;
    width: 100%;
    height: 0;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
}
.nav_menu {
    width: 100%;
    height: 360px;
    padding: 50px;
    box-sizing: border-box;
    background: white;
    border-top: 2px solid;
}
.inner_nav_menu {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
.L_menu_sec {
    float: left;
}
.L_menu_sec > h3 {
    padding-right: 80px;
    padding-bottom: 10px;
    color: #d9ae36;
}
.L_menu_sec > p {
    color: #a0a0a0;
    line-height: 40px;
    font-weight: bold;
}
.L_menu_sec > p:hover {
    color: black;
}
.niniz_logo {
    display: block;
    margin-top: 10px;
    width: 54px;
    height: 14px;
    background: url(../img/img_gnb_1.png) no-repeat;
    background-position: -20px -20px;
}
.niniz_logo:hover {
    background-position: -75px -20px;
    cursor: pointer;
}
.nav_menu_R {
    width: 500px;
    height: 300px;
    /* background: gray; */

    position: absolute;
    right: 0;
    top: 0;
}
.nav_menu_R > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.nav_menu_R > div:nth-child(1) {
    background: url(../img/nmr_img_01.jpg) no-repeat;
}
.nav_menu_R > div:nth-child(2) {
    background: url(../img/nmr_img_02.jpg) no-repeat;
}
.nav_menu_R > div:nth-child(3) {
    background: url(../img/nmr_img_03.jpg) no-repeat;
}
.nav_menu_R > div:nth-child(4) {
    background: url(../img/nmr_img_04.jpg) no-repeat;
}
.nav_menu_R > div:nth-child(5) {
    background: url(../img/nmr_img_05.jpg) no-repeat;
}
.nav_menu_R > div:nth-child(6) {
    background: url(../img/nmr_img_06.jpg) no-repeat;
}
.nav_menu_R > div:nth-child(7) {
    background: url(../img/nmr_img_07.jpg) no-repeat;
}
.main_video {
    width: 100%;
}
.mv {
    width: 100%;
    vertical-align: middle;
}
.section01 {
    width: 100%;
    height: 800px;
    background: #7fcbae;
}
.sec_01_top {
    width: 100%;
    height: 130px;
    line-height: 130px;
    text-align: center;
}
.sec_01_top > a {
    font-size: 44px;
    font-weight: bold;
}
.sec_01_main {
    position: relative;
}
.watching_lion {
    width: 240px;
    height: 240px;
    background: url(../img/lion_02.png) no-repeat center / contain;
    position: absolute;
    left: 58%;
    top: 0px;
}
.move_lion {
    width: 220px;
    height: 220px; 
    background: url(../img/lion_02.gif) no-repeat center / contain;
    position: absolute;
    top: 55%;
    left: -220px;
}
.slide_lion {
    width: 220px;
    height :160px;
    background: url(../img/lion_01.png) no-repeat bottom / contain;
    position: absolute;
    top: 63%;
    left: 17%;
}
.sec_01_banner {
    width: 1080px;
    height: 608px;
    border-radius: 10px;
    margin: 0 auto;
    background: white;
    overflow: hidden;

    position: relative;
}
.banner_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    display: none;

    top: 0;
    left: 0;
}
.banner_img:nth-child(1) {
    background: url(../img/main_banner_01.jpg) no-repeat center / cover;
}
.banner_img:nth-child(2) {
    background: url(../img/main_banner_02.jpg) no-repeat center / cover;
}
.banner_img:nth-child(3) {
    background: url(../img/main_banner_03.jpg) no-repeat center / cover;
}
.banner_img:nth-child(4) {
    background: url(../img/main_banner_04.jpg) no-repeat center / cover;
}
.sec_01_indi {
    width: 100%;
    text-align: center;
    position: absolute;
    user-select: none;
    bottom: 0;
    left: 0;
}
.indi {
    display: inline-block;
    margin: 10px;
    width: 35px;
    height: 35px;
    background: url(../img/lion_head.png) no-repeat center / contain;
    cursor: pointer;
    transition: transform 0.3s;
}
.indi_animate {
    transform: rotate(360deg) scale(1.2);
}
.sec_02_top {
    width: 100%;
    height: 130px;
    line-height: 130px;
    text-align: center;
    position: relative;
}
.sec_02_top > a {
    font-size: 44px;
    font-weight: bold;
}
.sec02_top_p_wrap {
    margin: 0px auto;
    background: white;
    width: 1080px;
    height: 100%;
    position: relative;
}
.sec02_top_p_wrap > p {
    position: absolute;
    right: -100px;
    transform: perspective(400px) scale(4) rotateX(100deg);
    transition: all 0.3s linear;
    font-size: 44px;
    font-weight: bold;
    opacity: 0;
    /* transform: scale(1.3) */
}
.sec02_top_p_wrap > p:nth-child(1) {
    /* right: 737px; */
}
.sec02_top_p_wrap > p:nth-child(2) {
    transition-delay: 0.2s;
    /* right: 697px; */
}
.sec02_top_p_wrap > p:nth-child(3) {
    transition-delay: 0.4s;
    /* right: 656px; */
}
.sec02_top_p_wrap > p:nth-child(4) {
    transition-delay: 0.6s;
    /* right: 606px; */
}
.sec02_top_p_wrap > p:nth-child(5) {
    transition-delay: 0.8s;
    /* right: 565px; */
}
.sec02_top_p_wrap > p:nth-child(6) {
    transition-delay: 1s;
    /* right: 525px; */
}
.sec_02_main {
    width: 100%;
    padding: 40px 0 20px;
    margin-bottom: 50px;
    background: #ffd7ab;
}
.sec_02_main:last-child {
    margin-bottom: 0;
}
.sec02_1080_inner {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.lion_L_big {
    width: 255px;
    height: calc((255px * 2) + 20px);
    margin-right: 20px;
    background: #9fcbe8;
    border-radius: 10px;
    float: left;
    position: relative;
    color: white;
    padding: 0 32px;
    box-sizing: border-box;
}
.lion_1top {
    display: block;
    font-size: 40px;
    padding-top: 50px;
}
.lion_L_big > p {
    font-size: 24px;
    font-weight: bold;
}
.lion_2top {
    margin-top: 24px;
    margin-left: 24px;
}
.lion_3top {
    margin-left: 74px;
}
.lion_L_big > img {
    width: 188px;
    height: 188px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.lion_R_sm > li {
    width: calc((100% - (20px * 3)) / 4);
    height: 255px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    float: left;
    position: relative;
    /* overflow: hidden; */
}
.lion_R_sm_li_in {
    width: 100%;
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0;
}
.lion_R_sm > li:hover > .lion_R_sm_li_in {
    opacity: 1;
} 
.lion_R_sm > li:nth-child(3n) {
    margin-right: 0;
}
.main_product {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.lion_R_sm > li::after {
    content: '';
    display: block;
    pointer-events: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.lion_R_sm > li:hover::after {
    background: rgba(0, 0, 0, 0.3);
}
.apeach_top_big {
    width: 100%;
    height: 255px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: url(../img/product_apeach.jpg) no-repeat center / cover;
    color: white;
}
.apeach_1top {
    display: block;
    padding: 40px 65px 0;
    font-size: 42px;
}
.apeach_2top {
    font-size: 42px;
    font-weight: bold;
    padding: 0px 115px 0;
}
.apeach_bot_sm > li {
    width: calc((100% - (20px * 3)) / 4);
    height: 255px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    float: left;
    position: relative;
}
.apeach_bot_sm_li_in {
    width: 100%;
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0;
}
.apeach_bot_sm > li:hover > .apeach_bot_sm_li_in {
    opacity: 1;
} 
.apeach_bot_sm > li:hover::after {
    background: rgba(0, 0, 0, 0.3);
}
.apeach_bot_sm > li::after {
    content: '';
    display: block;
    pointer-events: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.apeach_bot_sm > li:nth-child(4) {
    margin-right: 0;
}
.sec_03_top {
    width: 100%;
    height: 130px;
    line-height: 130px;
    text-align: center;
}
.sec_03_top > a {
    font-size: 44px;
    font-weight: bold;
}
.sec_03_main {
    width: 100%;
    height: 600px;
    margin-top: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #bababa;
    position: relative;
}
.center_txt {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.center_intro {
    width: 240px;
    height: 240px;
    background: url(../img/lion_01.gif) no-repeat center / cover;
    display: block;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec03_main_L {
    height: 86%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: -100%;
    top: 7%;
}
.sec03_main_R {
    height: 86%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: -100%;
    top: 7%;
}
.sec03_L_main_img {
    width: 500px;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 99;
    display: none;
}
.sec03_L_sub_img {
    width: 180px;
    position: absolute;
    opacity: 0;
    right: 875px;
    bottom: 200px;
    z-index: 999;
}
.sec03_R_main_img {
    width: 570px;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 99;
    display: none;
}
.sec03_R_sub_img {
    width: 100px;
    opacity: 0;
    position: absolute;
    left: 876px;
    top: 137px;
    z-index: 999;
}
.gotosee {
    width: 240px;
    height: 40px;
    line-height: 38px;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: white;
    color: black;
    font-weight: bold;
    position: absolute;
    opacity: 0;
    right: 820px;
    bottom: 160px;
    z-index: 99999;
}
.goto {
    width: 240px;
    height: 40px;
    line-height: 38px;
    padding-right: 20px;
    text-align: right;
    box-sizing: border-box;
    border-radius: 10px;
    background: white;
    color: black;
    font-weight: bold;
    opacity: 0;
    position: absolute;
    left: 740px;
    top: 170px;
    z-index: 999;
}
.goto_arrow {
    height: 15px;
    margin-right: 75px;
}
.gotosee:hover {
    background: black;
    color: white;
}
.goto:hover {
    background: black;
    color: white;
}
.gotosee_arrow {
    height: 15px;
    margin-left: 75px;
}
.ga_hover {
    display: none;
}
.squ {
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
}
.tri {
    width: 565px;
    height: 1000px;
    position: absolute;
    top: 0;
}
.main_L_squ {
    left: 0;
    background: #f8c536;
}
.main_R_squ {
    right: 0;
    background: #4461ad;
}
.main_L_tri {
    background: #f8c536;
    left: 390px;
    transform: rotate(-38deg);
}
.main_R_tri {
    background: #4461ad;
    top: -450px;
    right: 390px;
    transform: rotate(-38deg);
}
.footer {
    width: 100%;
    height: 400px;
    background: #333;
    margin-top: 50px;
    padding-top: 80px;
    box-sizing: border-box;
}
.inner_footer {
    width: 1080px;
    margin: 0 auto;
}
.footer_L {
    float: left;
    color: #bbbbbb;

}
.footer_L > ul > li {
    float: left;
    padding-right: 55px;
    font-weight: bold;
}
.txt_wrap {
    margin-top: 60px;
    font-weight: normal;
    font-size: 12px;
}
.footer_R {
    float: right;
    width: 300px;
    text-align: center;
    color: #bbbbbb;
    font-weight: bold;
}
.footer_R > ul {
    text-align: center;
}
.footer_R > ul > li {
    display: inline-block;
    font-size: 30px;
    margin: 0 10px;
}
.footer_R > ul > li:hover > i {
    color: white;
    cursor: pointer;
}
