* {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;
}
header {
    width: 100%;
    height: 80px;
    background: white;
    border-bottom: 2px solid;
    box-sizing: border-box;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.top_btn_wrap {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 999999999;
}
.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;
}
.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_bg {
    width: 100%;
    height: 570px;
    background: url(../img/wearefriends.jpg) no-repeat center / cover;
}
.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_mid {
    width: 100%;
    height: 280px;
    padding: 58px;
    box-sizing: border-box;
    background: #f9d1d3;
    position: relative;
}
.sec_01_mid > h3 {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    opacity: 0;
}
.sec01_mid_inner {
    width: 1080px;
    margin: 0 auto;
}
.s01mi_img_li {
    width: calc(100% / 6);
    height: 154px;
    float: left;
    cursor: pointer;
    transition: all 0.3s;
}
.s01mi_img_li:nth-child(1) {
    background: url(../img/lion.png) no-repeat center bottom / contain;
}
.s01mi_img_li:nth-child(2) {
    background: url(../img/tube.png) no-repeat center bottom / contain;
}
.s01mi_img_li:nth-child(3) {
    background: url(../img/apeach.png) no-repeat center bottom / contain;
}
.s01mi_img_li:nth-child(4) {
    background: url(../img/neo_frodo.png) no-repeat center bottom / contain;
    background-size: 120px;
}
.s01mi_img_li:nth-child(5) {
    background: url(../img/muzi_con.png) no-repeat center bottom / contain;
}
.s01mi_img_li:nth-child(6) {
    background: url(../img/jay_g.png) no-repeat center bottom / contain;
    background-size: 110px;
}
.s01mi_name_li {
    width: calc(100% / 6);
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
}
.sec_01_bot {
    border-bottom: 4px solid;
}
.sec01_bot_inner {
    width: 1080px;
    height: 480px;
    margin: 0 auto;
}
.sec01_bot_inner > div {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.char_img_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
/* .char_img_wrap:nth-child(1) {
    display: block;
} */
.bot_L_character {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    opacity: 0;
}
.lion_img {
    width: 205px;
    height: 328px;
    background-position: 0 0;
    background-image: url(../img/img_charInfo.png);
    background-repeat: no-repeat;
}
.tube_img {
    width: 194px;
    height: 257px;
    background-position: 0 -380px;
    background-image: url(../img/img_charInfo.png);
    background-repeat: no-repeat;
}
.apeach_img {
    width: 280px;
    height: 170px;
    background-position: -220px 0;
    background-image: url(../img/img_charInfo.png);
    background-repeat: no-repeat;
}
.froneo_img {
    width: 356px;
    height: 306px;
    transform: translate(-50%, 30px);
    background-position: 0 -677px;
    background-image: url(../img/img_charInfo.png);
    background-repeat: no-repeat;
}
.muzicon_img {
    width: 229px;
    height: 323px;
    background-position: -480px -200px;
    background-image: url(../img/img_charInfo.png);
    background-repeat: no-repeat;
}
.Jayz_img {
    width: 255px;
    height: 362px;
    background-position: -215px -200px;
    background-image: url(../img/img_charInfo.png);
    background-repeat: no-repeat;
}
.walking_img {
    position: absolute;
    transform: rotateY(180deg);
    bottom: 7px;
    left: -240px;
    z-index: 9997;
    opacity: 0;
    transition: opacity 0.5s, left 2.4s linear;
}
.lion_walking {
    width: 140px;
    height: 210px;
    background: url(../img/lion_walking.gif) no-repeat center / contain;
}
.tube_walking {
    width: 134px;
    height: 185px;
    background: url(../img/tube_walking.gif) no-repeat center / contain;
}
.apeach_walking {
    width: 134px;
    height: 185px;
    background: url(../img/apeach_walking.gif) no-repeat center / contain;
}
.froneo_walking {
    width: 150px;
    height: 185px;
}
.froneo_walking > img:nth-child(1) {
    width: 130px;
    position: absolute;
    top: -54px;
    left: 20px;
}
.froneo_walking > img:nth-child(2) {
    width: 130px;
    position: absolute;
    top: -21px;
    left: calc(-34% - 23px);
}
.muzicon_walking {
    width: 134px;
    height: 185px;
}
.muzicon_walking > img {
    position: absolute;
    
}
.muzicon_walking > img:nth-child(1) {
    width: 50px;
    left: 88px;
    top: 114px;
}
.muzicon_walking > img:nth-child(2) {
    width: 130px;
    left: -28px;
    top: -49px;
}
.Jayz_walking {
    width: 134px;
    height: 185px;
    background: url(../img/jay_g_walking.gif) no-repeat center / contain;
}
.hiding_wall {
    width: 400px;
    height: 300px;
    background: white;
    position: absolute;
    bottom: 0px;
    left: 140px;
    z-index: 9998;
}
.ground_line_same {
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.ground_line {
    width: 200%;
    height: 2px;
    background: black;
    position: absolute;
    bottom: 30px;
    left: -94%;
    z-index: 9996;
}
.char_info_wrap {
    position: absolute;
    top: 60%;
    left: 50px;
    transform: translateY(-50%);
    opacity: 0;
}
/* .char_info_wrap:nth-child(2) {
    display: block;
} */
.char_info_wrap > strong {
    display: block;
    padding: 6px 0 20px;
    font-size: 18px;
}
.char_info_wrap > span {
    color: #333;
}
.link_wrap {
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 116%;
}
.link_wrap > a {
    margin-left: 40px;
}
.lion_title {
    width: 85px;
    height: 24px;
    background: url(../img/img_charInfo.png) no-repeat;
    background-position: -510px 0;
}
.tube_title {
    width: 89px;
    height: 24px;
    background: url(../img/img_charInfo.png) no-repeat;
    background-position: -510px -120px;
}
.apeach_title {
    width: 131px;
    height: 24px;
    background: url(../img/img_charInfo.png) no-repeat;
    background-position: -510px -29px;
}
.froneo_title {
    width: 208px;
    height: 25px;
    background: url(../img/img_charInfo.png) no-repeat;
    background-position: -510px -88px;
}
.muzicon_title {
    width: 178px;
    height: 25px;
    background: url(../img/img_charInfo.png) no-repeat;
    background-position: -510px -58px;
}
.Jayz_title {
    width: 97px;
    height: 24px;
    background: url(../img/img_charInfo.png) no-repeat;
    background-position: -510px -153px;
}
.section02 {
    width: 100%;
    height: 570px;
    background: #cfecf4;
}
.sec02_inner {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.sec02_txt_wrap {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sec02_txt_wrap > h3 {
    font-size: 24px;
    position: absolute;
    left: 65px;
    top: 166px;
    opacity: 0;
}
.sec02_txt_wrap > strong {
    font-size: 50px;
    position: absolute;
    top: 194px;
    left: 165px;
    opacity: 0;
}
.sec02_txt_wrap > a {
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    bottom: 100px;
    right: 100px;
    opacity: 0;
    transition: all 0.6s;
}
.sec02_niniz {
    width: 50%;
    height: 400px;
    background: url(../img/main1_visible_niniz.png) no-repeat center / contain;
    position: absolute;
    top: 57%;
    right: 0;
    transform: translateY(-50%);
}
.hiding_lion {
    width: 225px;
    height: 255px;
    background: url(../img/hide_lion.png) no-repeat;
    position: absolute;
    top: 280px;
    left: 50px;
    opacity: 0;
}
/* footer */
.footer {
    width: 100%;
    height: 400px;
    background: #333;
    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;
}

