@charset "utf-8";

@font-face {
    font-family: 'Meiryo';
    src: local(Meiryo),
    url(../webfont/meiryo/Meiryo.woff) format('woff'),
    url(../webfont/meiryo/Meiryo.ttf) format('truetype');
}
@font-face {
    font-family: 'Meiryo';
    src:  url(../webfont/meiryo/Meiryo-Bold.woff) format('woff'),
    url(../webfont/meiryo/Meiryo-Bold.ttf) format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'NotoSansSC';
    src: url(../webfont/notosanssc/NotoSans.eot),
    url(../webfont/notosanssc/NotoSans.woff) format('woff'),
    url(../webfont/notosanssc/NotoSans.ttf) format('truetype');
}

@font-face {
    font-family: 'NotoSansTC';
    src: url(../webfont/notosanstc/NotoSansTC-Regular.woff) format('woff'),
    url(../webfont/notosanstc/NotoSansTC-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Volte';
    src: url(../webfont/volte/Volte-Bold.eot) format('embedded-opentype'),
    url(../webfont/volte/Volte-Bold.woff2) format('woff2'),
    url(../webfont/volte/Volte-Bold.woff) format('woff'),
    url(../webfont/volte/Volte-Bold.ttf) format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'Volte';
    src: url(../webfont/volte/Volte-Regular.eot?#iefix) format('embedded-opentype'),
    url(../webfont/volte/Volte-Regular.woff2) format('woff2'),
    url(../webfont/volte/Volte-Regular.woff) format('woff'),
    url(../webfont/volte/Volte-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'NotoSansS';
    src: url(../webfont/notosanssc/notosanssc_Bold.eot) format('embedded-opentype'),
    url(../webfont/notosanssc/notosanssc_Bold.woff2) format('woff2'),
    url(../webfont/notosanssc/notosanssc_Bold.woff) format('woff'),
    url(../webfont/notosanssc/notosanssc_Bold.ttf) format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'NotoSansS';
    src: url(../webfont/notosanssc/notosanssc_regular.eot) format('embedded-opentype'),
    url(../webfont/notosanssc/notosanssc_regular.woff2) format('woff2'),
    url(../webfont/notosanssc/notosanssc_regular.woff) format('woff'),
    url(../webfont/notosanssc/notosanssc_regular.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'NotoSansS';
    src: url(../webfont/notosanssc/notosanssc_light.eot) format('embedded-opentype'),
    url(../webfont/notosanssc/notosanssc_light.woff2) format('woff2'),
    url(../webfont/notosanssc/notosanssc_light.woff) format('woff'),
    url(../webfont/notosanssc/notosanssc_light.ttf) format('truetype');
    font-weight: 300;
}


/* Common */

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, table, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0
}

img {
    vertical-align: top
}

li {
    list-style: none
}

address, em {
    font-style: normal
}

a, a:active, a:focus, a:hover {
    text-decoration: none
}

.blind {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    line-height: 0;
    font-size: 0
}

html, body {
    height: 100%
}

body {
    -webkit-text-size-adjust: none
}

#wrap {
    position: relative;
    min-height: 100%;
    min-width: 320px;
    width: 100%;
    background: #fff;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}

.contents {
    overflow: hidden;
    position: relative;
}

.header {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 10;
    background-color: #fff;
}

.header.main {
    position: absolute;
    background-color: transparent;
}

.header.down, .header.up {
    top: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.04);
}

.header.down {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-120000%);
    transform: translateY(-100%);
    transition: .3s;
    transition: transform 0.6s ease
}

.header.up {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transition: -moz-transform 0.6s ease;
    -o-transition: -o-transform 0.6s ease;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: .3s;
    transition: transform 0.3s ease
}

.logo {
    position: absolute;
    top: 14px;
    left: 20px;
    width: 65px;
    height: 30px;
    background: url(../im/img_logo.png) 0 0 no-repeat;
    background-size: 65px 30px;
    -webkit-background-size: 65px 30px;
    z-index: 10
}

.header .link_bt21 {
    display: block;
    position: relative;
    width: 65px;
    height: 30px;
    margin: 0 auto
}

.header .link_navi {
    position: absolute;
    top: 2px;
    right: 0;
    width: 25px;
    height: 17px;
    padding: 18px
}

.header .link_navi .ico_menu {
    display: block;
    width: 25px;
    height: 17px;
    background: url(../im/img_menu.png);
    background-size: 25px 17px;
    -webkit-background-size: 25px 17px
}
/* white header*/
.white .header{
    background-color: #000;
}
.white .header.fixed{
    background-color: #beecfd;
}
.white .header{
    background-color: transparent;
}
.white .logo{
    background-image: url(../im/img_logo_dark.png);
}
.white .header .link_navi .ico_menu{
    background-image: url(../im/img_menu_dark.png);
}

/* dark header*/
.dark_version .header{
    background-color: #000;
}
.dark_version.baby .header.fixed{
    background-color: #beecfd;
}
.dark_version.baby .header{
    background-color: transparent;
}
.dark_version.baby.baby_make .header{
    background-color: #a3e0fc;
}
.dark_version .logo{
    background-image: url(../im/img_logo_dark.png);
}
.dark_version .header .link_navi .ico_menu{
    background-image: url(../im/img_menu_dark.png);
}

.contents .gnb_menu {
    display: none;
    position: fixed;
    top:0;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    text-align: center;
    z-index: 300;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contents .gnb_menu.active {
    display: block;
}

.contents .gnb_menu .menu_wrap {
    position: relative;
    min-height: 100%;
}

.contents .gnb_menu h2 {
    width: 66px;
    height: 30px;
    padding: 15px 0;
    background: url(../im/img_logo.png) no-repeat 0 14px;
    background-size: 65px 30px;
    -webkit-background-size: 65px 30px
}

.contents .gnb_menu a{
    display:block;
    width: 100%;
    height: 100%;
}

.contents .gnb_menu ul {
    padding: 40px 14px 75px;
    border-top: 1px solid #000;
}

.contents .gnb_menu ul li {
    padding-bottom: 18px;
}

.contents .gnb_menu.active ul li {
    opacity: 0;
    padding-bottom: 20px;
    animation: ani_effect .8s cubic-bezier(0.4, 0, 0.2, 1) both;
    animation-iteration-count: 1;
}

.contents .gnb_menu.active ul li:nth-child(2) {
    animation-delay: .1s;
}

.contents .gnb_menu.active ul li:nth-child(3) {
    animation-delay: .2s;
}

.contents .gnb_menu.active ul li:nth-child(4) {
    animation-delay: .3s;
}

.contents .gnb_menu.active ul li:nth-child(5) {
    animation-delay: .4s;
}

.contents .gnb_menu.active ul li:nth-child(6) {
    animation-delay: .5s;
}
.contents .gnb_menu.active ul li:nth-child(7) {
    animation-delay: .6s;
}

.contents .gnb_menu ul li.last {
    padding-bottom: 0
}

@keyframes ani_effect {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    70% {
        transform: translateY(0);
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes ani_effect {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    70% {
        transform: translateY(0);
    }
    100% {
        opacity: 1;
    }
}

.contents .gnb_menu li a {
    line-height: 22px;
    font-size: 17px;
    color: #000
}

.contents .gnb_menu li span {
    color: #dcdcdc;
    font-size: 13px
}

.contents .gnb_menu .btn_close {
    overflow: hidden;
    position: absolute;
    top: 18px;
    right: 2px;
    width: 21px;
    height: 21px;
    border: none;
    background: url(../im/img_close_v2.png) no-repeat 0 0;
    background-size: 21px 21px;
    -webkit-background-size: 21px 21px
}

.gnb_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-top: 1px solid #000;
}

.gnb_bottom .copyright {
    display: block;
    padding: 17px 0 20px;
    font-size: 10px;
    color: #b4b4b4;
    line-height: 12px;
    text-align: center;
}

.contents .img_box {
    text-align: center
}

.contents dl {
    padding-bottom: 80px
}

.contents dl dt {
    padding-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.contents dl dd {
    font-size: 16px;
    color: #646464;
    line-height: 27px;
    font-weight: normal;
}


/* MAIN */

.contents .title {
    padding: 32px 0 16px 18px;
    font-size: 15px;
    color: #000;
    font-weight: normal;
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    position: relative
}

.swiper-slide a {
    display: block;
    height: 100%
}

.sticker_area {
    margin: 27px 18px 0;
    border-top: 1px solid #333;
    box-sizing: border-box
}

.sticker_area ul li {
    border-bottom: 1px solid #333
}

.sticker_area ul li a {
    overflow: hidden;
    display: block;
    padding: 16px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.sticker_area ul li a img{
    float: left;
    margin-right: 20px;
}

.sticker_area ul li a strong {
    display: block;
    font-size: 13px;
    color: #000;
}

.sticker_area ul li a p {
    margin-top: 4px;
    line-height: 18px;
    font-size: 13px;
    color: #b4b4b4;
}

/* ABOUT PROJECT */

.contents .page_title {
    padding-top: 82px;
}

.contents .page_title h2 {
    margin: 0 18px;
    padding-bottom: 26px;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #333;
}

.contents .page_title.relations h2 {
    border-bottom: 0;
}

.contents .sec_about {
    padding-top: 44px;
    font-size: 13px
}

.contents .sec_about dl{
    padding: 0 18px;
}

.contents .sec_about dl.sns_box {
    margin: 83px 0 43px;
    padding: 0 0 0 0;
}

.contents .sec_about dl + dl{
    margin-top: 44px;
}

.contents .sec_about dl dt {
    padding-bottom: 0;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.contents .sec_about dl dd {
    margin-top: 11px;
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    color: #646464;
}

.contents .sec_about dl.sns_box dt {
    padding-left: 18px;
}

.contents .sec_about dl.sns_box dd {
    overflow-x: auto;
    margin-top: 15px;
}

.contents .sec_about dl dd .list_sns {
    overflow: hidden;
    width: 654px;
}

.contents .sec_about dl dd .list_sns li {
    float: left;
    width: 98px;
    margin-right: 6px;
}

.contents .sec_about dl dd .list_sns li:first-child {
    margin-left: 18px;
}

.contents .sec_about dl dd .list_sns li:last-child {
    margin-right: 18px;
}

.contents .sec_about dl dd .list_sns li .link_sns:before {
    content: '';
    display: block;
    width: 98px;
    height: 98px;
}

.contents .sec_about dl dd .list_sns li .link_sns.tw:before {
    background: url(../im/ico_tw.png) no-repeat 50% 0;
    background-size: 98px 98px;
    -webkit-background-size: 98px 98px;
}

.contents .sec_about dl dd .list_sns li .link_sns.insta:before {
    background: url(../im/ico_insta.png) no-repeat 50% 0;
    background-size: 98px 98px;
    -webkit-background-size: 98px 98px;
}

.contents .sec_about dl dd .list_sns li .link_sns.fb:before {
    background: url(../im/ico_fb.png) no-repeat 50% 0;
    background-size: 98px 98px;
    -webkit-background-size: 98px 98px;
}

.contents .sec_about dl dd .list_sns li .link_sns.yt:before {
    background: url(../im/ico_yt.png) no-repeat 50% 0;
    background-size: 98px 98px;
    -webkit-background-size: 98px 98px;
}

.contents .sec_about dl dd .list_sns li .link_sns.vlive:before {
    background: url(../im/ico_vlive.png) no-repeat 50% 0;
    background-size: 98px 98px;
    -webkit-background-size: 98px 98px;
}

.contents .sec_about dl dd .list_sns li .link_sns.weibo:before {
    background: url(../im/logo_main_mo_weibo.png) no-repeat 50% 0;
    background-size: 98px 98px;
    -webkit-background-size: 98px 98px;
}

.contents .sec_about dl dd .list_sns li .link_sns.tiktok:before {
    background: url(../im/sns/tiktok/ico_mo_tiktok.png) no-repeat 50% 0;
    background-size: 98px 98px;
    -webkit-background-size: 98px 98px;
}

.contents .sec_about dl dd .list_sns li .link_sns .sns_title {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    color: #b4b4b4;
    line-height: 16px;
    text-align: center;
    font-weight: normal;
}

.contents .sec_about .about_img {
    margin: 85px 18px 0;
    text-align: center;
    opacity: 0;
}

.contents .sec_about .about_img.active {
    opacity: 1;
}

.contents .sec_about .about_img + .about_img{
    margin-top: 47px;
    text-align: center;
}

.contents .sec_about .about_img strong{
    display: block;
    padding-top: 14px;
    font-size: 13px;
    font-weight: normal;
    color: #b4b4b4;
    letter-spacing: -.13px;
    line-height: 16px;
}

.contents .sec_about .about_img a{
    display: block;
}

.contents .sec_about .about_img.active .img_wrap {
    display: block;
    animation: ani_effect2 .7s cubic-bezier(0.4, 0, 0.2, 1) .1s both;
}

.sec_about02 {
    margin: 79px 18px 0;
}

.sec_about02 .sec2_inner {
    padding: 26px 0 30px;
    border-top: 1px solid #333;
    background: url(../im/img_logo_fc.png) no-repeat 0 29px;
    background-size: 86px 36px;
    -webkit-background-size: 86px 36px
}

.sec_about02 .sec2_inner p {
    padding: 0 0 0 117px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: left;
}

/* CHARACTER */

.contents .sec_character {
    padding: 33px 18px 0;
}

.contents .sec_character h3{
    margin-top: 32px;
    line-height: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}

.contents .sec_character .video_thumb a.video_area {
    display: block;
    position: relative;
    margin-top: 75px;
}

.contents .sec_character .video_thumb .video_area .ani_wrap {
    display: block;
    animation: ani_effect2 .7s cubic-bezier(0.4, 0, 0.2, 1) .1s;
}

@keyframes ani_effect2 {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.contents .sec_character .video_thumb a.video_area .btn_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 77px;
    height: 35px;
    transform: translate(-50%, -50%)
}

.contents .sec_character .video_thumb p{
    margin-top: 18px;
    line-height: 27px;
    font-size: 16px;
    color: #646464;
    letter-spacing: -.16px;
}
.contents .sec_character02 .char_intro{
    margin: 64px 0 51px;
}

.contents .sec_character02 .char_intro + .char_intro{
    margin:0 0 54px;
}

.contents .sec_character02 .char_intro h3{
    margin: 0 18px 42px;
    padding-top: 45px;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: normal;
    border-top: 1px solid #333;
}

.contents .sec_character02 .char_intro h3 span{
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
}

.contents .sec_character02 .char_intro p{
    margin: 26px auto 0;
    text-align: center;
    width: 260px;
    line-height: 21px;
    font-size: 13px;
    color: #646464;
}

/* VIDEO */
.contents .sec_universe dl {
    padding-bottom: 56px;
}

.contents .sec_video {
    overflow: hidden;
    padding: 30px 0 0;
    margin: 0 18px 0;
}

.contents .sec_video .video_thumb {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px
}

.contents .sec_video .video_thumb:last-child {
    padding-bottom: 80px
}

.contents .sec_video .video_thumb .txt_video {
    overflow: hidden;
    position: relative;
    padding-top: 13px
}

.contents .sec_video .video_thumb .txt_video a.video_area {
    display: block;
    position: relative;
    margin-bottom: 16px
}

.contents .sec_video .video_thumb .txt_video dl {
    padding: 0
}

.contents .sec_video .video_thumb .txt_video dl dt {
    display: -webkit-box;
    overflow: hidden;
    padding: 0 30px 0 0;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #000;
    line-height: 1.4
}

.contents .sec_video .video_thumb .play_time {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 11px;
    text-align: right
}

.contents .sec_video .video_thumb .play_time .time {
    font-size: 12px;
    color: #000;
    text-decoration: underline
}

.contents .sec_universe dl dd .link_yt {
    color: #087aff;
    text-decoration: underline;
}


/* GALLERY */

.contents .sec_detail {
    overflow: hidden;
    padding: 0 18px 80px 18px
}

.contents .sec_detail img {
    padding-bottom: 20px
}

.contents .sec_detail h2 {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}

.contents .sec_gallery {
    overflow: hidden;
    padding: 30px 18px 60px 18px
}

.contents .sec_gallery ul {
    float: left;
    width: 33.33%
}

.contents .sec_gallery ul li + li{
    margin-top: 9px;
}

.contents .sec_gallery ul li a {
    display: block;
    margin-right: 6px;
}

.contents .sec_gallery ul.gallery02 li a {
    margin: 0 3px 0 3px;
}

.contents .sec_gallery ul.gallery03 li a {
    margin: 0 0 0 6px;
}

/* STORE PRODUCT */
.contents .sec_product1{
    overflow: hidden;
    position: relative;
    margin: 0 18px;
    height: 45px;
    border-bottom: 1px solid #333;
}
.contents .sec_product1 .inner{
    overflow: hidden;
    margin-top: 9px;
    padding: 0 15px 0 8px;
    width: 50%;
    height: 25px;
    box-sizing: border-box;
    border-right: 1px solid #333;
}
.contents .sec_product1 .inner select{
    position: relative;
    padding-right: 20px;
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    -webkit-appearance:none;
    text-decoration: none;
    border: 0;
    background: url(../im/img_down.png) no-repeat 100% 9px #fff;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}

.contents .sec_product1 .btn_filter{
    overflow: hidden;
    position: absolute;
    margin-top: -7px;
    top:50%;
    right: 0;
    width: 22px;
    height: 14px;
    border: 0;
    cursor: pointer;
    text-indent: -9000px;
    -webkit-appearance:none;
    background: url(../im/btn_filter.png) no-repeat 0 0;
    background-size: 22px 14px;
    -webkit-background-size: 22px 14px;
}

.contents .ly_countrise {
    display: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top:0;
    padding: 0 18px;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    text-align: center;
    z-index: 100;
    box-sizing: border-box
}

.contents .ly_countrise h2 {
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
}

.contents .ly_countrise a{
    display:block;
    width: 100%;
    height: 100%;
}

.contents .ly_countrise ul {
    padding: 27px 11px;
    border-top: 1px solid #333;
}

.contents .ly_countrise li {
    padding-bottom: 6px
}

.contents .ly_countrise li.last {
    padding-bottom: 0
}

.contents .ly_countrise li a {
    text-align: left;
    font-size: 12px;
    color: #000
}

.contents .ly_countrise li span {
    color: #dcdcdc;
    font-size: 13px
}

.contents .ly_countrise .btn_close {
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 18px;
    width: 16px;
    height: 16px;
    border: none;
    background: url(../im/img_close.png) no-repeat 0 0;
    background-size: 16px 16px;
    -webkit-background-size: 16px 16px
}

.contents .sec_product2{
    margin: 0 13px;
    padding-top: 30px;
}
.contents .sec_product2 ul{
    overflow: hidden;
}

.contents .sec_product2 ul li{
    float: left;
    margin-bottom: 42px;
    width: 50%;
}

.contents .sec_product2 ul li a{
    display: block;
    margin: 0 5px;
}


.contents .sec_product2 dl{
    padding: 0;
    text-align: center;
}

.contents .sec_product2 dt{
    overflow: hidden;
    padding: 12px 0 0;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contents .sec_product2 dd{
    overflow: hidden;
    font-size: 12px;
    color: #646464;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contents .sec_product3{
    padding: 20px 18px 60px;
}

.contents .sec_product3 button{
    display: block;
    width: 100%;
    height: 33px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-appearance:none;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}

/* PRIDUCT_DETAIL */
.contents .sec_product_detail{
    padding: 60px 18px 0;
}

.contents .sec_product_detail h3{
    padding-top: 42px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contents .sec_product_detail .product_notice{
    padding-top: 9px;
    font-size: 13px;
    color: #000;
    text-decoration: underline;
}

.contents .sec_product_detail .produce_detail{
    padding-top: 13px;
    line-height: 21px;
    font-size: 13px;
    color: #646464;
    word-wrap: break-word;
    word-break: keep-all;
}

.contents .sec_product_detail .btn_product{
    margin-top: 42px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    border: 0;
    background-color: #000;
    -webkit-appearance:none;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}

.contents .sec_product_detail .btn_product + .btn_product, .contents .sec_product_detail .info_list + .btn_product{
    margin-top: 12px;
}

.contents .sec_product_detail .btn_product.btn_info::after{
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 19px 0 0 8px;
    width: 12px;
    height: 5px;
    background: url(../im/btn_wdown.png) no-repeat 0 0;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}

.contents .sec_product_detail .btn_product.btn_info.on::after{
    content: '';
    background: url(../im/btn_wup.png) no-repeat 0 0;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}

.contents .sec_product_detail .info_list ul{
    border: 1px solid #000;
}

.contents .sec_product_detail .info_list ul li{
    height: 90px;
    line-height: 90px;
    font-size: 12px;
}

.contents .sec_product_detail .info_list ul li +li{
    border-top: 1px solid #000;
}

.contents .sec_product_detail .info_list ul li a{
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0 34px 0 18px;;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contents .sec_product_detail .info_list ul li a::after{
    content: '';
    position: absolute;
    top:40px;
    right: 18px;
    width: 7px;
    height: 7px;
    background: url(../im/ico_outlink.png) no-repeat 0 0;
    background-size: 7px 7px;
    -webkit-background-size: 7px 7px;
}

.contents .sec_product_detail .info_list .txt_shipping{
    display: inline-block;
    margin: 17px 0 31px;
    font-size: 12px;
    color: #3083ff;
}

.contents .sec_product_detail .info_list .txt_shipping::before{
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 14px;
    height: 14px;
    background: url(../im/ico_shipping.png) no-repeat 0 0;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
}

.contents .sec_product_detail .info_list .txt_shipping::after{
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 6px;
    width: 5px;
    height: 9px;
    background: url(../im/ico_shipping_more.png) no-repeat 0 0;
    background-size: 5px 9px;
    -webkit-background-size: 5px 9px;
}

.contents .sec_product_detail2{
    height: 130px;
    text-align: center;
}

.contents .sec_product_detail2 .btn_share{
    display: inline-block;
    margin-top: 23px;
    padding-right: 20px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    border: 0;
    background-color: #000;
    -webkit-appearance:none;
    background: url(../im/img_down.png) no-repeat 100% 6px;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}

.contents .sec_product_detail2 .btn_share.on{
    background: url(../im/img_up.png) no-repeat 100% 6px;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}
.contents .sec_product_detail2 .share_sns{
    padding-top: 26px
}

.contents .sec_product_detail2 .share_sns ul{
    overflow: hidden;
    display: inline-block;

}

.contents .sec_product_detail2 .share_sns ul li{
    float: left;
    width: 18px;
    height: 16px;
}

.contents .sec_product_detail2 .share_sns ul li.fb{
    background: url(../im/share_fb.png) no-repeat 0 0;
    background-size: 18px 16px;
    -webkit-background-size: 18px 16px;
}

.contents .sec_product_detail2 .share_sns ul li.line{
    margin-left: 50px;
    background: url(../im/share_line.png) no-repeat 0 0;
    background-size: 18px 16px;
    -webkit-background-size: 18px 16px;
}

.contents .sec_product_detail2 .share_sns ul li.twt{
    margin-left: 50px;
    background: url(../im/share_twt.png) no-repeat 0 0;
    background-size: 18px 16px;
    -webkit-background-size: 18px 16px;
}

.contents .sec_product_detail3{
    padding: 0 18px;
}

.contents .sec_product_detail3 img{
    display: block;
    margin-bottom: 18px
}
.contents .sec_product_detail4{
    padding-top: 69px;
}

.contents .sec_product_detail4 h3{
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: normal;
}

.contents .sec_product_detail4 ul{
    overflow: hidden;
    padding: 37px 45px 70px;
}

.contents .sec_product_detail4 ul li{
    float: left;
    width: 50%;
    margin-bottom:10px;
}

.contents .sec_product_detail4 ul li a{
    display: block;
    margin: 0 5px;
}


/* STORE LOCATOR */
.contents .sec_local{
    padding-top: 55px;
}

.contents .sec_local ul li{
    margin: 0 18px 34px;
}

.contents .sec_local ul li + li{
    padding-top: 64px;
    border-top: 1px solid #333;
}

.contents .sec_local ul li h3{
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    color: #000;
}

.contents .sec_local ul li h3 a{
    color: #000;
    font-size: 32px;
}

.contents .sec_local ul li .store_date{
    display: block;
    margin-top: 7px;
    text-align: center;
    font-size: 12px;
}

.contents .sec_local ul li .link_map{
    display: block;
    margin-top: 65px;
}

.contents .sec_local ul li dl{
    padding: 14px 0 0;
}

.contents .sec_local ul li dl dt{
    padding: 0 0 5px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.contents .sec_local ul li dl dt a{
    color: #000;
}


.contents .sec_local ul li dl dd{
    font-size: 13px;
    color: #646464;
    line-height: 24px;
}

.contents .sec_local ul li .store_notice{
    margin-top: 7px;
    padding-bottom: 44px;
    text-align: center;
    font-size: 12px;
    color: #b4b4b4;
}



/* popup */

.ly_pop .dim {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    z-index: 100
}

.ly_pop .ly_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 320px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 110
}

.ly_pop .btn_pop_close {
    overflow: hidden;
    position: fixed;
    top: 22px;
    right: 22px;
    width: 19px;
    height: 19px;
    border: none;
    background: url(../im/menu_close.png) no-repeat 0 0;
    background-size: 19px 19px;
    -webkit-background-size: 19px 19px;
    z-index: 110
}


/* ERROR */

.contents .error {
    margin-top: 96px
}

.contents .error p {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-align: center
}

.contents .error a {
    display: block;
    width: 120px;
    height: 30px;
    margin: 28px auto 0;
    background-color: #000;
    text-align: center
}

.contents .error a span {
    line-height: 31px;
    font-size: 12px;
    color: #fff
}

/* 171214_notice */
.notice_banner{
    height: 50px;
    background-color: #f4f4f4;
    z-index: 100;
}

.notice_banner.on + #wrap .header {
    position: absolute;
}

.notice_banner a{
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0 40px 0 45px;
    line-height: 50px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}

.notice_banner a::before{
    content: '';
    position: absolute;
    top:16px;
    left: 18px;
    width: 17px;
    height: 17px;
    background: url(../im/ico_noti.png) no-repeat 0 0;
    background-size: 17px 17px;
    -webkit-background-size: 17px 17px;
}

.notice_banner a::after{
    content: '';
    position: absolute;
    top:20px;
    right: 18px;
    width: 12px;
    height: 11px;
    background: url(../im/ico_arrow.png) no-repeat 0 0;
    background-size: 12px 11px;
    -webkit-background-size: 12px 11px;
}

.notice_banner .ico_arrow{
    display: inline-block;
    vertical-align: top;
    margin: 18px 36px 0 12px;

}
.sec_notice{
    overflow: hidden;
    position: relative;
    padding: 36px 18px 48px;
}

.sec_notice .notice_tit{
    margin-bottom: 5px;
    color: #000;
    font-size: 13px;
}
.sec_notice .notice_con p{
    display: block;
    line-height: 21px;
    color: #646464;
    font-size: 13px;
    font-weight: normal;
}

/*171101 유료스티커 프로모션 */

.bt21_charge {
    padding-top: 100px;
    font-weight: 300;
    letter-spacing: -0.2px;
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", 맑은고딕, "NanumBarun Gothic", 나눔바른고딕, tahoma, sans-serif;
}

.bt21_charge .img_tit {
    margin: 0 auto 50px;
    width: 241px;
    height: 128px;
    background: url(../im/bt21_charge/img_title.png) no-repeat 0 0;
    background-size: 241px 128px;
    -webkit-background-size: 241px 128px;
    animation: ani_effect01 cubic-bezier(0.4, 0, 0.2, 1) 1s;
    -webkit-animation: ani_effect01 cubic-bezier(0.4, 0, 0.2, 1) 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

[lang=en] .bt21_charge .img_tit{
    background: url(../im/bt21_charge/img_title_en.png) no-repeat 0 0;
    background-size: 241px 128px;
    -webkit-background-size: 241px 128px;
}

[lang=zh_CN] .bt21_charge .img_tit{
    background: url(../im/bt21_charge/img_title_hans.png) no-repeat 0 0;
    background-size: 241px 128px;
    -webkit-background-size: 241px 128px;
}

[lang=zh_TW] .bt21_charge .img_tit{
    background: url(../im/bt21_charge/img_title_hant.png) no-repeat 0 0;
    background-size: 241px 128px;
    -webkit-background-size: 241px 128px;
}

[lang=ja] .bt21_charge .img_tit{
    background: url(../im/bt21_charge/img_title_ja.png) no-repeat 0 0;
    background-size: 241px 128px;
    -webkit-background-size: 241px 128px;
}


.bt21_charge .img_slide {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 750px;
    height: 135px;
}

.bt21_charge .img_slide .img_wrap {
    overflow: hidden;
}

.bt21_charge .img_slide.img_slide01 .img_wrap .img {
    float: left;
    width: 750px;
    height: 135px;
    background: url(../im/bt21_charge/sticker_line_01.gif) no-repeat 0 0;
    background-size: 750px 135px;
    -webkit-background-size: 750px 135px;
}

.bt21_charge .img_slide.img_slide02 .img_wrap .img {
    float: left;
    width: 750px;
    height: 135px;
    background: url(../im/bt21_charge/sticker_line_02.gif) no-repeat 0 0;
    background-size: 750px 135px;
    -webkit-background-size: 750px 135px;
}

.bt21_charge .img_slide.img_slide03 .img_wrap .img {
    float: left;
    width: 750px;
    height: 135px;
    background: url(../im/bt21_charge/sticker_line_03.gif) no-repeat 0 0;
    background-size: 750px 135px;
    -webkit-background-size: 750px 135px;
}

.bt21_charge .img_slide.img_slide01 {
    animation: ani_effect01 cubic-bezier(0.4, 0, 0.2, 1) 1s;
    -webkit-animation: ani_effect01 cubic-bezier(0.4, 0, 0.2, 1) 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.bt21_charge .img_slide.img_slide02 {
    animation: ani_effect01 cubic-bezier(0.4, 0, 0.2, 1) 1s;
    -webkit-animation: ani_effect01 cubic-bezier(0.4, 0, 0.2, 1) 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.bt21_charge .img_slide.img_slide03 {
    animation: ani_effect01 cubic-bezier(0.4, 0, 0.2, 1) 1s;
    -webkit-animation: ani_effect01 cubic-bezier(0.4, 0, 0.2, 1) 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
}

.bt21_charge .img_slide.img_slide01 .img_wrap {
    position: absolute;
    animation: ani_slide 24s infinite;
    -webkit-animation: ani_slide 24s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.bt21_charge .img_slide.img_slide02 .img_wrap {
    position: absolute;
    animation: ani_slide02 24s infinite;
    -webkit-animation: ani_slide02 24s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.bt21_charge .img_slide.img_slide03 .img_wrap {
    position: absolute;
    animation: ani_slide 24s infinite;
    -webkit-animation: ani_slide 24s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
}

.bt21_charge .charge_video {
    position: relative;
    margin: 50px 18px 0;
    background-color: #000;
}

.bt21_charge .charge_video img {
    opacity: 0;
}

.bt21_charge .charge_video.on img {
    opacity: 1;
    animation: ani_effect01 cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
    -webkit-animation: ani_effect01 cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
}

.bt21_charge .charge_video .btn_play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17.5px 0 0 -36.5px;
    width: 77px;
    height: 35px;
    background: url(../im/bt21_charge/play_b.png) no-repeat 0 0;
    background-size: 77px 35px;
    -webkit-background-size: 77px 35px;
}

.bt21_charge .sec_text {
    padding: 78px 0 0;
}

.bt21_charge .sec_text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.bt21_charge .sec_text p {
    margin: 8px auto 0;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
    color: #646464;
    text-align: center;
}

.bt21_charge .sec_btn {
    margin-top: 73px;
    padding: 0 18px;
}

.bt21_charge .sec_btn a {
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.bt21_charge .sec_btn .btn01 {
    color: #fff;
    font-weight: 300;
    background-color: #000;
}

.bt21_charge .sec_btn .btn02 {
    margin-top: 15px;
    color: #bebebe;
    font-weight: 300;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.bt21_charge .sec_btn strong {
    display: block;
    margin-top: 14px;
    text-align: center;
    font-size: 12px;
    color: #646464;
    font-weight: 300;
}

.bt21_charge .sec_free {
    margin: 47px 18px 0;
    padding-top: 60px;
    text-align: center;
    border-top: 1px solid #333;
}

.bt21_charge .sec_free h3 {
    margin-top: 30px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.bt21_charge .sec_free p {
    margin-top: 8px;
    line-height: 21px;
    font-size: 13px;
    color: #646464;
    font-weight: 300;
    word-break: keep-all;
    word-wrap: break-word;
}

.bt21_charge .sec_btn_v2 {
    margin-top: 26px;
    padding: 0 18px 60px;
}

.bt21_charge .sec_btn_v2 [class*=btn] {
    display: block;
    margin: 0 auto;
    width: 275px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    border: 1px solid #000;
}

.bt21_charge .sec_btn_v2 .btn01::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 7px;
    width: 12px;
    height: 5px;
    background: url(../im/bt21_charge/down.png) no-repeat 0 0;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}

.bt21_charge .sec_btn_v2 .btn01.on::after {
    background: url(../im/bt21_charge/up.png) no-repeat 0 0;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}

.bt21_charge .sec_btn_v2 .btn02 {
    margin-top: 12px;
}

.bt21_charge .down_list {
    padding-bottom: 22px;
}

.bt21_charge .down_list li {
    margin-top: 20px;
    text-align: center;
}

.bt21_charge .down_list li a {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}

.bt21_charge .footer {
    text-align: center;
    font-weight: 300;
    letter-spacing: 0;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}

@keyframes ani_slide {
    from {
        left: 0
    }
    to {
        left: -750px
    }
}

@-webkit-keyframes ani_slide {
    from {
        left: 0
    }
    to {
        left: -750px
    }
}

@keyframes ani_slide02 {
    from {
        left: -750px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes ani_slide02 {
    from {
        left: -750px
    }
    to {
        left: 0
    }
}

@keyframes ani_effect01 {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes ani_effect01 {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

/* 171201 boon */
#wrap.boon {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.2px;
    background-color: #69ebff;
    transition: background-color 1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: background-color 1s cubic-bezier(0.4, 0, 0.2, 1);
}

#wrap.boon.color2 {
    background-color: #ff6fff;
}

#wrap.boon.color3 {
    background-color: #fffb00;
}

#wrap.boon.color4 {
    background-color: #fff;
}

.bt21_boon {
    position: relative;
    padding-top: 194px;
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", 맑은고딕, "NanumBarun Gothic", 나눔바른고딕, tahoma, sans-serif;
}

.bt21_boon .img_tit {
    position: absolute;
    top: 143px;
    left: 50%;
    width: 285px;
    height: 46px;
    margin-left: -142px;
    background: url(../im/boon/boon_title.png) 0 0 no-repeat;
    background-size: 285px 46px;
    -webkit-background-size: 285px 46px;
    animation: ani_fade 1s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards;
    -webkit-animation: ani_fade 1s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards;
    opacity: 0;
}

.bt21_boon .spot_kv {
    margin-top: 50px;
    text-align: center;
    animation: ani_fade2 1.3s cubic-bezier(0.4, 0, 0.2, 1) 1.3s forwards;
    -webkit-animation: ani_fade2 1.3s cubic-bezier(0.4, 0, 0.2, 1) 1.3s forwards;
    opacity: 0;
}

.bt21_boon .spot_kv .lk_full {
    display: inline-block;
    margin-top: 28px;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

.bt21_boon .spot_kv .lk_full:after {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-left: 11px;
    background: url(../im/boon/boon_play.png) 0 0 no-repeat;
    background-size: 27px 27px;
    -webkit-background-size: 27px 27px;
    vertical-align: top;
    content: '';
}

.bt21_boon .visual {
    padding-top: 140px;
    text-align: center;
}

.bt21_boon .visual .tit_slide {
    overflow: hidden;
    position: relative;
    max-width: 750px;
    height: 17px;
    margin: 170px auto 0;
}

.bt21_boon .visual .tit_slide .img_wrap {
    overflow: hidden;
    position: absolute;
    height: 17px;
    animation: txt_slide 15s linear infinite;
    -webkit-animation: txt_slide 15s linear infinite;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
}

.bt21_boon .visual .tit_slide .img {
    display: block;
    float: left;
    width: 202px;
    height: 17px;
    margin-right: 11px;
    background: url(../im/boon/slide_txt01.png) 0 0 no-repeat;
    background-size: 202px 17px;
    -webkit-background-size: 202px 17px;
}

.bt21_boon .visual .tit_slide.v2 {
    margin-top: 9px;
}

.bt21_boon .visual .tit_slide.v2 .img_wrap {
    animation: txt_slide2 18s linear infinite;
    -webkit-animation: txt_slide2 18s linear infinite;
}

.bt21_boon .visual .tit_slide.v2 .img {
    width: 151px;
    margin-right: 8px;
    background: url(../im/boon/slide_txt02.png) 0 0 no-repeat;
    background-size: 151px 17px;
    -webkit-background-size: 151px 17px;
}

.bt21_boon .visual .img_big.v2 {
    margin: 60px 18px 0;
    background-color: #000;
}

.bt21_boon .visual .img_big.v2 img{
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.bt21_boon .visual .img_big.v2.on img {
    opacity: 1;
}

.bt21_boon .visual .img_big.v3 {
    overflow: hidden;
    position: relative;
    margin-left: 40px;
}

.bt21_boon .visual .img_big.v3:before, .bt21_boon .visual .gallery:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 32px;
    background-color: #000;
    content: '';
    opacity: 1;
}

.bt21_boon .visual .img_big.v3 .boon_swiper, .bt21_boon .visual .gallery .boon_swiper {
    opacity: 0;
}

.bt21_boon .visual .img_big.v3.on .boon_swiper, .bt21_boon .visual .gallery.on .boon_swiper {
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
}

.bt21_boon .visual .gallery:before {
    transition: opacity 0.5s linear 1s;
    -webkit-transition: opacity 0.5s linear 1s;
}

.bt21_boon .visual .img_big.v3.on:before {
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    opacity: 0;
}

.bt21_boon .visual .gallery.on:before {
    opacity: 0;
}

.bt21_boon .visual .img_small {
    position: relative;
    height: 105px;
}

.bt21_boon .visual .img_small img {
    position: absolute;
    top: 0;
    right: 0;
}

.bt21_boon .visual .img_small.v2 {
    height: 90px;
}

.bt21_boon .visual .img_small.v2 img {
    right: initial;
    left: 45px;
}

.bt21_boon .visual .img_small.v3 {
    height: 70px;
}

.bt21_boon .visual .img_small.v3 img {
    right: 45px;
    z-index: 5;
}

.bt21_boon .visual .img_small.v4 {
    height: 135px;
    margin-top: -15px;
}

.bt21_boon .visual .img_small.v5 {
    height: 153px;
}

.bt21_boon .visual .img_small.v5 img {
    position: absolute;
    top: 45px;
    right: 55px;
}

.bt21_boon .visual .img_small.v5 img:first-child {
    top: 30px;
    right: initial;
    left: 40px;
}

.bt21_boon .visual .gallery {
    position: relative;
}

.boon_swiper .swiper-button-next, .boon_swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 29px;
    margin-top: -30px;
    background-size: 12px 29px;
    -webkit-background-size: 12px 29px;
}

.boon_swiper .swiper-button-next {
    right: 18px;
    background-image: url(../im/boon/boon_right.png)
}

.boon_swiper .swiper-button-prev {
    left: 18px;
    background-image: url(../im/boon/boon_left.png)
}

.boon_swiper .swiper-pagination {
    margin-top: 8px;
    font-family: Helvetica, "맑은고딕", "Malgun gothic", sans-serif;
}

.boon_swiper .swiper-pagination .swiper-pagination-current {
    position: relative;
}

.boon_swiper .swiper-pagination .swiper-pagination-current:after{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: '';
}

.bt21_boon .location {
    margin: 80px 18px 0;
    padding-top: 55px;
    border-top: 1px solid #333;
    text-align: center;
}

.bt21_boon .location a {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    vertical-align: top;
}

.bt21_boon .location li {
    padding-top: 93px;
}

.bt21_boon .location li:first-child {
    padding-top: 0;
}

.bt21_boon .location li:last-child {
    padding-bottom: 57px;
}

.bt21_boon .location .adrs {
    padding: 14px 0 0;
}

.bt21_boon .location .adrs dt, .bt21_boon .location .adrs dd{
    padding-bottom: 0;
    font-size: 11px;
    line-height: 17px;
    color: #000;
}

.bt21_boon .promotion {
    position: relative;
    padding-top: 80px;
    text-align: center;
}

.bt21_boon .promotion:before, .bt21_boon .intro:before {
    display: block;
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 1px;
    background-color: #000;
    content: '';
}

.bt21_boon .promotion .sub_tit {
    font-size: 0;
    line-height: 0;
}

.bt21_boon .promotion p {
    padding: 5px 0 32px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.bt21_boon .promotion p.noti {
    padding: 0 !important;
    margin-top: 11px;
    font-size: 11px;
    line-height: 15px;
    opacity: 0.5;
}

.bt21_boon .promotion li:first-child p {
    padding: 21px 0 42px;
}

.bt21_boon .promotion li:nth-child(2) {
    padding-top: 85px;
}

.bt21_boon .promotion li:nth-child(3) {
    padding: 78px 0 74px;
}

.bt21_boon .promotion .img_slide {
    overflow: hidden;
    position: relative;
    max-width: 952px;
    height: 166px;
    margin: 0 auto;
}

.bt21_boon .promotion .img_wrap {
    overflow: hidden;
    position: absolute;
    height: 166px;
    animation: poster_slide 27s linear infinite;
    -webkit-animation: poster_slide 27s linear infinite;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
}

.bt21_boon .promotion .img {
    float: left;
    width: 476px;
    height: 166px;
    background: url(../im/boon/posters_1.png) 0 0 no-repeat;
    background-size: 476px 166px;
    -webkit-background-size: 476px 166px;
}

.bt21_boon .promotion .img_slide.v2 {
    margin-top: 3px;
}

.bt21_boon .promotion .img_slide.v2 .img_wrap {
    animation: poster_slide2 27s linear infinite;
    -webkit-animation: poster_slide2 27s linear infinite;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.bt21_boon .promotion .img_slide.v2 .img {
    background-image: url(../im/boon/posters_2.png)
}

.bt21_boon .intro {
    position: relative;
    padding: 120px 0 30px;
    text-align: center;
}

.bt21_boon .intro p {
    padding-top: 16px;
}

.bt21_boon .intro a {
    position: relative;
    color: #000;
}

.bt21_boon .intro a:after {
    display: inline-block;
    width: 12px;
    height: 11px;
    margin-left: 10px;
    background: url(../im/boon/ico_arrow.png) 0 0 no-repeat;
    background-size: 12px 11px;
    -webkit-background-size: 12px 11px;
    content: '';
}

.bt21_boon .intro .visual {
    padding-top: 119px;
}

.bt21_boon .intro .tit_slide {
    margin-top: 0;
}

.boon .sns_menu {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 86px;
    height: 74px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.boon .sns_menu.on {
    opacity: 1;
}

.boon .sns_menu .btn_sns {
    width: 86px;
    height: 74px;
    border: 0;
    background: url(../im/boon/boon_share.png) 0 0 no-repeat;
    background-size: 86px 74px;
    -webkit-background-size: 86px 74px;
    -webkit-appearance: none;
    outline: none;
    visibility: hidden;
}

.boon .sns_menu.on .btn_sns {
    visibility: visible;
}

.boon .sns_menu .btn_sns.on {
    background-image: url(../im/boon/boon_close.png);
}

.boon .sns_menu .sns_lst {
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 145px;
    height: 197px;
    padding-top: 44px;
    background: url(../im/boon/boon_share_popup.png) 0 0 no-repeat;
    background-size: 145px 197px;
    -webkit-background-size: 145px 197px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s, opacity 0.5s;
    -webkit-transition: visibility 0.3s, opacity 0.5s;
}

.boon .sns_menu .sns_lst.on {
    opacity: 1;
    visibility: visible;
}

.boon .sns_menu .sns_lst li {
    margin: 0 16px 8px 44px;
    height: 35px;
}

.boon .sns_menu .sns_lst li a {
    display: block;
    height: 35px;
}

.boon .footer .language_select {
    background-color: transparent !important;
}

[lang=en] #wrap.boon {
    font-family: Helvetica, '맑은고딕', 'Malgun gothic', sans-serif;
    letter-spacing: -0.1px;
}

[lang=en] .bt21_boon .promotion p em {
    font-size: 11px;
}

[lang=en] .bt21_boon .promotion li:first-child p {
    padding-bottom: 37px;
}

@keyframes ani_fade {
    from {
        top: 143px;
        opacity: 0;
    }
    to {
        top: 108px;
        opacity: 1;
    }
}

@-webkit-keyframes ani_fade {
    from {
        top: 143px;
        opacity: 0;
    }
    to {
        top: 108px;
        opacity: 1;
    }
}

@keyframes ani_fade2 {
    from {
        opacity: 0;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes ani_fade2 {
    from {
        opacity: 0;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes txt_slide {
    from {
        left: 0;
    }
    to {
        left: -213px;
    }
}

@-webkit-keyframes txt_slide {
    from {
        left: 0;
    }
    to {
        left: -213px;
    }
}

@keyframes txt_slide2 {
    from {
        left: -159px;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes txt_slide2 {
    from {
        left: -159px;
    }
    to {
        left: 0;
    }
}

@keyframes poster_slide {
    from {
        left: 0;
    }
    to {
        left: -476px;
    }
}

@-webkit-keyframes poster_slide {
    from {
        left: 0;
    }
    to {
        left: -476px;
    }
}

@keyframes poster_slide2 {
    from {
        left: -476px;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes poster_slide2 {
    from {
        left: -476px;
    }
    to {
        left: 0;
    }
}

/* footer */

.footer {
    margin: -1px 18px 0;
    text-align: center
}

.footer .btn_area {
    padding-top: 1px;
    border-top: 1px solid #333
}

.footer .btn_area .btn_top {
    overflow: hidden;
    display: block;
    margin: 15px auto 30px;
    width: 12px;
    height: 5px;
    padding: 10px;
    background: url(../im/footer_top.png) no-repeat 10px 10px;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px
}

.footer .sns_area {
    overflow: hidden;
    margin: 0 auto 25px;
    width: 248px;
}

.footer .sns_area li {
    overflow: hidden;
    float: left;
    width: 18px;
    height: 18px;
}

.footer .sns_area li.lst_fb {
    margin-left: 28px;
    background: url(../im/footer_cn_fb.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.footer .sns_area li.lst_insta {
    margin-left: 28px;
    background: url(../im/footer_cn_insta.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.footer .sns_area li.lst_tw {
    margin-left: 0;
    background: url(../im/footer_cn_twt.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
}

.footer .sns_area li.lst_ytb {
    margin-left: 28px;
    background: url(../im/footer_cn_yt.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.footer .sns_area li.lst_vlive {
    margin-left: 28px;
    background: url(../im/footer_cn_vlive.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.footer .sns_area li.lst_weibo {
    margin-left: 28px;
    background: url(../im/logo_mo_28px_weibo.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.footer .sns_area li.lst_tiktok {
    margin-left: 28px;
    background: url(../im/sns/tiktok/footer_pc_cn_tiktok.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.footer .sns_area li a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%
}

.footer .lang_area {
    width: 130px;
    margin: 0 auto 30px;
    padding-left: 18px;
}

.footer .lang_area span {
    font-size: 12px;
    color: #000
}

.footer .language_select{
    position: relative;
    top: 1px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    -webkit-appearance:none;
    text-decoration: underline;
    border: 0;
    background-color: #fff;
}

.footer .lang_area span.eng {
    text-decoration: underline
}

.footer .copyright {
    padding-bottom: 15px
}

.footer .copyright span {
    font-size: 10px;
    color: #b4b4b4;
}

/* dark footer */
.dark_version .footer{
    margin:  0;
    padding: 0 18px;
    background-color: #000;
}
.dark_version .footer .btn_area{
    border-color: #383838;
}
.dark_version .footer .btn_area .btn_top{
    background-image: url(../im/footer_top_dark.png);
}
.dark_version .footer .sns_area li.lst_fb {
    background-image: url(../im/footer_cn_fb_dark.png);
}
.dark_version .footer .sns_area li.lst_insta {
    background-image: url(../im/footer_cn_insta_dark.png);
}
.dark_version .footer .sns_area li.lst_tw {
    background-image: url(../im/footer_cn_twt_dark.png);
}
.dark_version .footer .sns_area li.lst_ytb {
    background-image: url(../im/footer_cn_yt_dark.png);
}
.dark_version .footer .sns_area li.lst_vlive {
    background-image: url(../im/footer_cn_vlive_dark.png);
}
.dark_version .footer .sns_area li.lst_weibo {
    background-image: url(../im/footer_cn_weibo_dark.png);
}
.dark_version .footer .lang_area span{
    color: #fff;
}
.dark_version .footer .language_select{
    color: #fff;
    background-color: #000;
}
.dark_version .footer .copyright span {
    color: #b4b4b4;
    color: rgba(180, 180, 180, 0.5);
}

.btn_move_top {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 33px;
    right: 20px;
    border: 0;
    background: url(../im/btn_top.png) no-repeat 50% 0;
    background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
    outline: 0;
    opacity: 0;
    z-index: 1;
}
.dark_version.baby .btn_move_top {
    background-image: url(../im/btn_top_baby.png);
}

.festival_2020 .btn_move_top {background-image: url(../im/btn_mo.png);}

.btn_move_top.ani_top {
    animation: ani_top cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    -webkit-animation: ani_top cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    opacity: 1
}

.btn_move_top.ani_top2 {
    animation: ani_top2 cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    -webkit-animation: ani_top2 cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    opacity: 0
}

@keyframes ani_top {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ani_top {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ani_top2 {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes ani_top2 {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

/* RELATIONS */

.contents .sec_relations .relations_title {
    margin: 0 18px;
    padding-top: 45px;
    border-top: 1px solid #333;
}

.contents .sec_relations .relations_title:first-child {
    border-top: 0;
}

.contents .sec_relations .relations_title dl {
    padding-bottom: 0;
}

.sec_relations .char_intro {
    margin: 45px 0 57px;
}

.sec_relations .char_intro h3 {
    margin: 0 18px 32px;
    padding-top: 45px;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: normal;
    border-top: 1px solid #333;
}

.sec_relations .char_intro h3 span {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
}

.sec_relations .char_intro .link_character {
    display: block;
}

.sec_relations .char_intro p {
    margin: 16px auto 0;
    text-align: center;
    width: 260px;
    line-height: 21px;
    font-size: 13px;
    color: #646464;
}

.sec_relations .char_intro p .link_text {
    color: #087aff;
}

.contents .tab_menu {
    overflow-x: auto;
    padding: 0 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contents .tab_menu.bt21 {
    margin-bottom: -1px;
    margin: -1px 0;
}

.contents .tab_menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #fff;
}

.contents .tab_menu_wrap {
    position: relative;
    border: 1px solid #000;
    border-width: 1px 0;
}

.contents .tab_menu ul {
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

.contents .tab_menu_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 6px;
    z-index: 9;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(#fff));
    background: -webkit-linear-gradient(91deg,rgba(255,255,255,0),#fff);
    background: linear-gradient(91deg,rgba(255,255,255,0),#fff);
}

.contents .tab_menu ul li {
    display: inline-block;
}

.contents .tab_menu ul li a {
    display: block;
    padding: 0 8px 4px;
    color: #C4C4C4;
    font-size: 13px;
    line-height: 40px;
}

.contents .tab_menu ul li.on a {
    font-weight: bold;
    color: #000
}

/* GAME */

.contents .sec_game {
    margin: 30px 0 56px;
    padding: 0 20px 0;
}

.contents .sec_game .game_info img {
    display: block;
    animation: ani_effect2 .7s cubic-bezier(0.4, 0, 0.2, 1) .1s;
}

.contents .sec_game .game_info dl {
    padding-bottom: 54px;
}

.contents .sec_game .game_info dl dt {
    margin-top: 35px;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -.32px;
    color: #000;
    font-weight: normal;
}

.contents .sec_game .game_info dl dd {
    margin-top: 3px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -.16px;
    color: #646464;
}

.contents .sec_game .download_area a {
    display: block;
    width: 100%;
}

.contents .sec_game .download_area .link_appstore, .contents .sec_game .download_area .link_googleplay {
    width: 100%;
    height: 58px;
    padding: 14px 0 0;
    border: 1px solid #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contents .sec_game .download_area .link_googleplay {
    margin-top: 12px;
    padding-top: 7px;
    background-color: #000;
}

.contents .sec_game .download_area .link_appstore .img_appstore, .contents .sec_game .download_area .link_googleplay .img_googleplay {
    display: block;
    margin: 0 auto;
    color: transparent;
}

.contents .sec_game .download_area .link_appstore .img_appstore {
    width: 106px;
    height: 28px;
    background: #fff url(../im/btn_appstore.png) no-repeat 50% 0;
    background-size: 106px 28px;
    -webkit-background-size: 106px 28px;

}

.contents .sec_game .download_area .link_googleplay .img_googleplay {
    width: 134px;
    height: 39px;
    background: #000 url(../im/btn_googleplay.jpg) no-repeat 50% 0;
    background-size: 134px 39px;
    -webkit-background-size: 134px 39px;
}

/* FESTIVAL */
.festival_warp .festival_title, .festival_warp .section_applause .title_applause, .festival_warp .title_common, .festival_warp .section_awards .awards_list .list_number, .festival_warp .section_awards .awards_list li:after, .festival_warp .sector_slide .swiper-slide .card_title, .festival_warp .swiper-pagination-bullet.swiper-pagination-bullet-active, .festival_warp .awards_video .awards_sub_title, .festival_warp .awards_video .video_box a:before{
    background: url(../im/festival/sp_festival_img.png) no-repeat;
    -webkit-background-size: 319px 1253px;
    background-size: 319px 1253px;
}
.festival_warp{
    padding-bottom: 60px;
    background-color: #000;
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", 맑은고딕, "NanumBarun Gothic", 나눔바른고딕, tahoma, sans-serif;
}
.festival_warp .text_common{
    padding: 18px 0 28px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.festival_warp .title_common{
    display: inline-block;
    opacity: 0;
}
.festival_warp .title_common.show,
.festival_warp .awards_video.show .awards_sub_title{
    animation: festival_ani_fade3 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation: festival_ani_fade3 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: festival_ani_fade3 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -o-animation: festival_ani_fade3 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.festival_warp .coming_section{
    display: inline-block;
    width: 230px;
    height: 58px;
    font-weight: bold;
    font-size: 15px;
    line-height: 57px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    -webkit-tap-highlight-color:transparent;
}

.festival_warp .spot{
    position: relative;
    height: 616px;
    padding-top: 60px;
    background-color: #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.festival_warp .spot:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -302px;
    width: 604px;
    height: 300px;
    background: #000 url(../im/festival/bg_spot.jpg) no-repeat;
    background-size: 604px 300px;
    -webkit-background-size: 604px 300px;
    animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
    -webkit-animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
    -ms-animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
    -o-animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
    opacity: 0;
}
.festival_warp .spot .festival_title{
    position: absolute;
    left: 50%;
    width: 319px;
    height: 205px;
    margin-left: -158px;
    background-position: 0 0;
    animation: festival_ani_fade 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
    -webkit-animation: festival_ani_fade 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
    -ms-animation: festival_ani_fade 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
    -o-animation: festival_ani_fade 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
    opacity: 0;
}

.festival_warp .section_applause{
    padding: 100px 0 97px;
    background-color: #191919;
    text-align: center;
}
.festival_warp .section_applause .title_applause{
    display: inline-block;
    width: 270px;
    height: 101px;
    background-position: 0 -205px;
}
.festival_warp .section_applause .text_applause{
    padding-top: 21px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.4px;
}
.festival_warp .section_applause .text_applause .line_320{
    display: none;
}
.festival_warp .section_applause .text_applause+.text_applause{
    padding-top: 32px;
}

.festival_warp .section_awards{
    padding: 100px 0 67px;
    background-color: #ededed;
    text-align: center;
}
.festival_warp .section_awards .title_common{
    width: 319px;
    height: 92px;
    background-position: 0 -316px;
}
.festival_warp .section_awards .text_common{
    padding-top: 10px;
    color: #333;
}
.festival_warp .section_awards .awards_way{
    margin: 0 20px;
    padding: 33px 0 79px;
    border-bottom: 1px solid #e3e3e3;
}
.festival_warp .section_awards .awards_sub_title{
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
    padding: 0 2px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #000;
}
.festival_warp .section_awards .awards_sub_title:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 9px;
    opacity: 0.3;
    background-color: #ed6a57;
}
.festival_warp .section_awards .awards_list_box{
    position: relative;
}
.festival_warp .section_awards .awards_list_box:before{
    content: '';
    display: block;
    position: absolute;
    top: -70px;
    right: 6px;
    width: 93px;
    height: 70px;
    background: url(../im/festival/img_van.png) no-repeat;
    -webkit-background-size: 93px 70px;
    background-size: 93px 70px;
    opacity: 0;
}
.festival_warp .section_awards .awards_list_box:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    height: 50px;
    background: url(../im/festival/bg_shadow1.png) no-repeat;
    -webkit-background-size: 100% 50px;
    background-size: 100% 50px;
}
.festival_warp .section_awards .awards_list_box.show:before{
    animation: festival_ani_fade4 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation: festival_ani_fade4 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: festival_ani_fade4 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -o-animation: festival_ani_fade4 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.festival_warp .section_awards .awards_list{
    position: relative;
    padding: 12px 28px 19px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.festival_warp .section_awards .awards_list li{
    position: relative;
    padding: 28px 64px 25px 0;
    text-align: left;
}
.festival_warp .section_awards .awards_list li:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 43px;
    right: 2px;
    width: 64px;
    height: 64px;
}
.festival_warp .section_awards .awards_list li:nth-child(1):after{
    background-position: 0 -585px;
}
.festival_warp .section_awards .awards_list li:nth-child(2):after{
    background-position: -74px -585px;
}
.festival_warp .section_awards .awards_list li:nth-child(3):after{
    background-position: -149px -585px;
}
.festival_warp .section_awards .awards_list li:nth-child(4):after{
    top: 55px;
    background-position: -224px -585px;
}
.festival_warp .section_awards .awards_list li:nth-child(5):after{
    top: 47px;
    background-position: 0 -649px;
}
.festival_warp .section_awards .awards_list li+li{
    border-top: 1px solid #f5f5f5;
}
.festival_warp .section_awards .awards_list .list_number{
    display: block;
    width: 20px;
    height: 17px;
}
.festival_warp .section_awards .awards_list li:nth-child(1) .list_number{
    background-position: -74px -659px;
}
.festival_warp .section_awards .awards_list li:nth-child(2) .list_number{
    background-position: -104px -659px;
}
.festival_warp .section_awards .awards_list li:nth-child(3) .list_number{
    background-position: -134px -659px;
}
.festival_warp .section_awards .awards_list li:nth-child(4) .list_number{
    background-position: -164px -659px;
}
.festival_warp .section_awards .awards_list li:nth-child(5) .list_number{
    background-position: -194px -659px;
}
.festival_warp .section_awards .awards_list .list_info{
    max-width: 203px;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.32px;
    color: #000;
    word-break: keep-all;
    word-wrap: break-word;
}
.festival_warp .section_awards .awards_sector{
    padding-top: 80px;
}
.festival_warp .awards_sector .swiper-slide{
    position: relative;
    width: 85.4%;
    z-index: 100;
}
.festival_warp .awards_sector .swiper-slide:before{
    content: '';
    position: absolute;
    display: block;
    opacity: 0;
    z-index: -1;
}
.festival_warp .awards_sector .swiper-slide.performer:before{
    top: -94.5px;
    left: 10px;
    width: 82px;
    height: 94.5px;
    background: url(../im/festival/img_rj.png) no-repeat;
    -webkit-background-size: 82px 94.5px;
    background-size: 82px 94.5px;
}
.festival_warp .awards_sector .swiper-slide.brain:before{
    top: -88px;
    left: 0;
    width: 100px;
    height: 88.4px;
    background: url(../im/festival/img_tata.png) no-repeat;
    -webkit-background-size: 100px 88.4px;
    background-size: 100px 88.4px;
}
.festival_warp .awards_sector .swiper-slide.artist1:before{
    top: -97px;
    left: 0;
    width: 84px;
    height: 97px;
    background: url(../im/festival/img_cooky.png) no-repeat;
    -webkit-background-size: 84px 97px;
    background-size: 84px 97px;
}
.festival_warp .awards_sector .swiper-slide.artist2:before{
    top: -85.5px;
    left: 0;
    width: 92px;
    height: 85.7px;
    background: url(../im/festival/img_chimmy.png) no-repeat;
    -webkit-background-size: 92px 85.7px;
    background-size: 92px 85.7px;
}
.festival_warp .awards_sector .swiper-slide.performer.show:before{
    animation: festival_ani_fade5 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation: festival_ani_fade5 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: festival_ani_fade5 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -o-animation: festival_ani_fade5 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.festival_warp .awards_sector .swiper-slide:not(.performer).swiper-slide-active:before{
    animation: festival_ani_fade5 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation: festival_ani_fade5 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: festival_ani_fade5 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -o-animation: festival_ani_fade5 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.festival_warp .awards_sector .swiper-slide:not(.performer).swiper-slide-active.animation_no:before{
    animation: none;
    -webkit-animation: none;
    -ms-animation: none;
    -o-animation: none;
    opacity: 1;
}
.festival_warp .awards_sector .swiper-slide:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    height: 50px;
    background: url(../im/festival/bg_shadow2.png) no-repeat;
    -webkit-background-size: 100% 50px;
    background-size: 100% 50px;
    z-index: 0;
}
.festival_warp .awards_sector .swiper-slide .card_box{
    position: relative;
    height: 470px;
    padding: 42px 32px 24px;
    text-align: left;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    z-index: 100;
}
.festival_warp .awards_sector .swiper-slide.performer .card_box{
    background-color: #fe6b53;
}
.festival_warp .awards_sector .swiper-slide.brain .card_box{
    background-color: #ff7e43;
}
.festival_warp .awards_sector .swiper-slide.artist1 .card_box{
    background-color: #fd4b47;
}
.festival_warp .awards_sector .swiper-slide.artist2 .card_box{
    background-color: #ff9f39;
}
.festival_warp .sector_slide .swiper-pagination{
    padding: 10px 0 3px
}
.festival_warp .sector_slide .swiper-pagination-bullet{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #333;
    opacity: 0.23;
}
.festival_warp .sector_slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 22px;
    height: 7px;
    background-color: transparent;
    background-position: -224px -661px;
    border-radius: 0;
    -webkit-border-radius: 0;
    opacity: 1;
}
.festival_warp .sector_slide .swiper-slide .card_title{
    display: inline-block;
    width: 225px;
    height: 28px;
    margin-bottom: 24px;
}
.festival_warp .sector_slide .swiper-slide.performer .card_title{
    background-position: -74px -686px;
}
.festival_warp .sector_slide .swiper-slide.brain .card_title{
    background-position: -74px -724px;
}
.festival_warp .sector_slide .swiper-slide.artist1 .card_title{
    background-position: -74px -763px;
}
.festival_warp .sector_slide .swiper-slide.artist2 .card_title{
    background-position: -74px -800px;
}
.festival_warp .sector_slide .swiper-slide .card_info{
    padding-bottom: 14px;
}
.festival_warp .sector_slide .swiper-slide.brain .card_info{
    padding-bottom: 4px;
}
.festival_warp .sector_slide .swiper-slide .card_info dt,
.festival_warp .sector_slide .swiper-slide .card_info dd{
    line-height: 26px;
    color: #fff;
}
.festival_warp .sector_slide .swiper-slide .card_info dt{
    padding-bottom: 0;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 16px;
}
.festival_warp .sector_slide .swiper-slide .card_info dd{
    font-size: 14px;
    font-weight: 300;
}
.festival_warp .sector_slide .swiper-slide .card_info dd.info_spacing{
    letter-spacing: -0.7px;
}
.festival_warp .section_awards .awards_info{
    padding-top: 34px;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.28px;
    color: rgba(0,0,0,0.4);
}
.festival_warp .section_awards .awards_info strong{
    font-weight: 300;
}
.festival_warp .section_awards .awards_info .info_emphasis,
.festival_warp .section_awards .awards_info .info_emphasis strong{
    font-weight: bold;
}
.festival_warp .section_awards .awards_info p span+span{
    display: block;
}
.festival_warp .section_awards .awards_video{
    margin: 65px 20px 0;
    padding: 74px 0 103px;
    border-top: 1px solid #e3e3e3;
}
.festival_warp .section_awards .awards_video .awards_sub_title{
    display: block;
    width: 195px;
    height: 71px;
    margin: 0 auto 29px;
    padding: 0;
    background-position: 0 -1182px;
    opacity: 0;
}
.festival_warp .section_awards .awards_video .awards_sub_title:before{
    display: none;
}
.festival_warp .section_awards .awards_video .video_box{
    position: relative;
    width: 100%;
    min-height: 188.5px;
    padding-top: 56.138%;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../im/festival/bg_award.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px;
}
.festival_warp .section_awards .awards_video.show .video_box:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -89px;
    left: 50%;
    width: 206px;
    height: 152px;
    margin-left: -103px;
    background: url(../im/festival/img_award.png) no-repeat;
    -webkit-background-size: 206px 152px;
    background-size: 206px 152px;
    animation: festival_ani_fade6 1s  cubic-bezier(0.4, 0, 0.2, 1) .1s forwards;
    -webkit-animation: festival_ani_fade6 1s cubic-bezier(0.4, 0, 0.2, 1) .1s forwards;
    -ms-animation: festival_ani_fade6 1s cubic-bezier(0.4, 0, 0.2, 1) .1s forwards;
    -o-animation: festival_ani_fade6 1s cubic-bezier(0.4, 0, 0.2, 1) .1s forwards;
    opacity: 0;
}
.festival_warp .section_awards .awards_video .video_box img{
    width: 100%;
    height: 100%;
}
.festival_warp .section_awards .awards_video .video_box a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.festival_warp .section_awards .awards_video .video_box a:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -27px 0 0 -26px;
    background-position: -205px -1181px;
}

.festival_warp .section_sale{
    padding: 120px 0 120px;
    background: #fff url(../im/festival/img_sale.png) no-repeat 50% 50%;
    -webkit-background-size: 375px 431px;
    background-size: 375px 431px;
    text-align: center;
}
.festival_warp .section_sale .title_common{
    width: 319px;
    height: 35px;
    background-position: 0 -423px;
}
.festival_warp .section_sale .text_common{
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    color: #333;
}
.festival_warp .section_sale .coming_section{
    color: #fff;
    background-color: #ff6c99;
}
.festival_warp .section_sale .coming_section:active{
    background-color: #fb5588;
    outline: none;
}

.festival_warp .section_stage{
    padding: 130px 0 130px;
    background: #191919 url(../im/festival/bg_stage.png) no-repeat 50% 50%;
    -webkit-background-size: 470px 423px;
    background-size: 470px 423px;
    text-align: center;
}
.festival_warp .section_stage .title_common{
    width: 319px;
    height: 35px;
    background-position: 0 -474px;
}
.festival_warp .section_stage .text_common,
.festival_warp .section_story .text_common{
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    color: #fff;
}
.festival_warp .section_stage .coming_section{
    color: #fff;
    background-color: #494848;
}
.festival_warp .section_stage .coming_section:active{
    background-color: #5a5a5a;
    outline: none;
}

.festival_warp .section_story{
    padding: 120px 0 120px;
    background-image: linear-gradient(to right, #fd3e45, #ffbc57);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffbc57', EndColorStr='#fd3e45')";
    text-align: center;
}
.festival_warp .section_story .title_common{
    width: 319px;
    height: 35px;
    background-position: 0 -522px;
}
.festival_warp .section_story .coming_section{
    color: #fe7f52;
    background-color: #fff;
}
.festival_warp .section_story .coming_section:active{
    color: #fe5317;
    outline: none;
}
[lang=en] .festival_warp{
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}
[lang=en] .festival_warp .section_applause .title_applause{
    width: 294px;
    height: 104px;
    background-position: 0 -838px;
}
[lang=en] .festival_warp .section_awards{
    padding-bottom: 75px;
}
[lang=en] .festival_warp .section_awards .awards_sub_title{
    line-height: 20px;
}
[lang=en] .festival_warp .section_awards .awards_sub_title:before{
    display: none;
}
[lang=en] .festival_warp .sector_slide .swiper-slide .card_info{
    padding-bottom: 12px;
}
[lang=en] .festival_warp .sector_slide .swiper-slide.brain .card_info{
    padding-bottom: 2px;
}
[lang=en] .festival_warp .awards_sector .swiper-slide .card_box{
    height: 465px;
}
[lang=ja] .festival_warp{
    font-family: 'Meiryo', 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}
[lang=ja] .festival_warp .section_applause .title_applause{
    width: 290px;
    height: 61px;
    background-position: 0 -1111px;
}
[lang=ja] .festival_warp .section_awards .awards_info{
    font-size: 13px;
}
[lang=ja] .festival_warp .coming_section{
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}
[lang=zh_CN] .festival_warp{
    font-family: 'NotoSansSC', 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}
[lang=zh_CN] .festival_warp .section_applause .title_applause{
    width: 280px;
    height: 70px;
    background-position: 0 -952px;
}
[lang=zh_TW] .festival_warp{
    font-family: 'NotoSansTC', 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}
[lang=zh_TW] .festival_warp .section_applause .title_applause{
    width: 280px;
    height: 70px;
    background-position: 0 -1031px;
}
[lang=ja] .festival_warp .section_awards .awards_list .list_info,
[lang=zh_CN] .festival_warp .section_awards .awards_list .list_info,
[lang=zh_TW] .festival_warp .section_awards .awards_list .list_info{
    font-size: 15px;
}
[lang=zh_CN] .festival_warp .section_awards .awards_info,
[lang=zh_TW] .festival_warp .section_awards .awards_info{
    font-size: 13px;
}

@keyframes festival_ani_fade {
    from {
        top: 108px;
    }
    to {
        top: 73px;
        opacity: 1;
    }
}
@-webkit-keyframes festival_ani_fade {
    from {
        top: 108px;
        opacity: 0;
    }
    to {
        top: 73px;
        opacity: 1;
    }
}

@keyframes festival_ani_fade2 {
    from {
        bottom: -35px;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
@-webkit-keyframes festival_ani_fade2 {
    from {
        bottom: -35px;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes festival_ani_fade3 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes festival_ani_fade3 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes festival_ani_fade4 {
    from {
        top: -20px;
    }
    to {
        top: -70px;
        opacity: 1;
    }
}
@-webkit-keyframes festival_ani_fade4 {
    from {
        top: -20px;
    }
    to {
        top: -70px;
        opacity: 1;
    }
}

@keyframes festival_ani_fade5 {
    from {
        margin-top: 50px;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes festival_ani_fade5 {
    from {
        margin-top: 50px;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes festival_ani_fade6 {
    from {
        bottom: -119px;
    }
    to {
        bottom: -89px;
        opacity: 1;
    }
}
@-webkit-keyframes festival_ani_fade6 {
    from {
        bottom: -119px;
    }
    to {
        bottom: -89px;
        opacity: 1;
    }
}

@media all and (max-width:360px) {
    .festival_warp .section_applause .text_applause .line_320{
        display: block;
    }
    [lang=ja] .festival_warp .section_awards .awards_info{
        letter-spacing: -1px;
    }
}

@media all and (max-width:335px) {
    [lang=ja] .festival_warp .section_awards .awards_list .list_info{
        font-size: 13px;
        letter-spacing: -1px;
    }
    [lang=ja] .swiper-slide.artist2 .card_info dd, [lang=en] .swiper-slide.artist2 .card_info dd{
        font-size: 13px;
        letter-spacing: -0.5px;
    }
    [lang=ja] .festival_warp .sector_slide .swiper-slide .card_info dd.info_spacing{
        letter-spacing: -1.2px;
    }
    [lang=zh_CN] .festival_warp .section_awards .awards_list .list_info{
        letter-spacing: -0.8px;
    }
}

/* festival 2020 */
.festival_2020.dark_version .header {background-color: transparent;}
.festival_2020.dark_version .header_bg {background:#020319;}
[lang="ko"] .festival_2020_warp {font-family: "Apple SD Gothic Neo", Arial, "Malgun Gothic", 맑은고딕, "NanumBarun Gothic", 나눔바른고딕, tahoma, sans-serif;}
[lang="en"] .festival_2020_warp {font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;}
[lang="ja"] .festival_2020_warp { font-family: 'Meiryo','Meiryo', 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;}
[lang^="zh"] .festival_2020_warp {font-family: 'NotoSansS', 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;}
.show_320 {display:none}
.nshow_320 {display:block}

.festival_2020_warp .spot {
    overflow: hidden;
    position: relative;
    height: 630px;
    width: 100%;
    background:url(../im/festival/2020/bg_main_repeat.jpg) repeat-x 0 0;
    background-size: 1px 630px;
}

.festival_2020_warp .spot .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../im/festival/2020/bg_main.jpg) no-repeat 50% 50%;
    background-size: 1024px 630px;
    animation: spot_scale ease-out 0.8s;
    -webkit-animation: spot_scale ease-out 0.8s;
    -ms-animation: spot_scale ease-out 0.8s;
    -o-animation: spot_scale ease-out 0.8s;
}

.festival_2020_warp .section {
    text-align: center;
}

.festival_2020_warp .section_title{
    font-family: 'Volte','Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
}

.festival_2020_warp .section_desc{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    letter-spacing: -0.32px;
}

.festival_2020_warp .word_wrap{
    display: inline-block;
    vertical-align: top;
}

.festival_2020_warp .btn {
    display: block;
    width: 240px;
    height: 58px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height:58px;
    text-align: center;
}

[lang="ko"] .festival_2020_warp .btn {
    font-size: 16px
}

.festival_2020_warp .section_main {
    padding: 95px 0 84px;
    background-color: #100d29;
}
.festival_2020_warp .section_main .section_title_top {
    font-family: 'Volte','Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 30px;
}
.festival_2020_warp .section_main .section_title {
    font-size: 40px;
}
.festival_2020_warp .section_main .section_title,
.festival_2020_warp .section_main .section_title_top {
    color: #776bdb;
    animation: text_color_change 1.6s infinite;
    -webkit-animation: text_color_change 1.6s infinite;
    -ms-animation: text_color_change 1.6s infinite;
    -o-animation: text_color_change 1.6s infinite;
}

.festival_2020_warp .section_main .section_desc{
    margin-top: 23px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.festival_2020_warp .section_main .section_desc + .section_desc{
    margin-top: 17px;
}

.festival_2020_warp .section_main .section_desc_start {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 28px;
    letter-spacing: -0.4px;
}

[lang="ko"] .festival_2020_warp .section_main .section_desc_start {
    font-size: 22px;
    line-height: 32px;
}

.festival_2020_warp .section_main .volte_bold{
    font-family: 'Volte','Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
}

.festival_2020_warp .section_unistars {
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    background-color: #020319;
}

.festival_2020_warp .section_unistars .inner{
    position: relative;
    z-index: 1;
}

.festival_2020_warp .section_unistars:before,
.festival_2020_warp .section_unistars:after {
    content:'';
    position: absolute;
    top: 26px;
    left: 50%;
    width: 1024px;
    height: 644px;
    margin-left: -512px;
    background-repeat: no-repeat;
    background-size: 1024px 644px;
}

.festival_2020_warp .section_unistars:before {
    background-image: url(../im/festival/2020/bg_star_01.png);
    animation: twinkle_one 2s ease-in-out infinite;
    -webkit-animation: twinkle_one 2s ease-in-out infinite;
    -ms-animation: twinkle_one 2s ease-in-out infinite;
    -o-animation: twinkle_one 2s ease-in-out infinite;
}

.festival_2020_warp .section_unistars:after {
    background-image: url(../im/festival/2020/bg_star_02.png);
    animation: twinkle_one 2s ease-in-out infinite 1s;
    -webkit-animation: twinkle_one 2s ease-in-out infinite 1s;
    -ms-animation: twinkle_one 2s ease-in-out infinite 1s;
    -o-animation: twinkle_one 2s ease-in-out infinite 1s;
}

.festival_2020_warp .section_unistars .section_title {
    margin-bottom: 23px;
    font-size: 42px;
    color: #ff75c0;
    line-height: 42px;
}

.festival_2020_warp .section_unistars .section_desc_em {
    margin: 16px 0;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #ff75c0;
    line-height: 30px;
}

.festival_2020_warp .section_unistars .btn {
    margin: 27px auto 80px;
    background-color: #ff75c0;
    background-image: -webkit-linear-gradient(to right, #ff75c0,#d55de7);
    background-image: linear-gradient(to right, #ff75c0,#d55de7);
}

[lang="ko"] .festival_2020_warp .section_unistars .btn {margin-top: 24px;}

.festival_2020_warp .unistars_live_wrap {
    position: relative;
    padding: 88px 0 80px;
    background-color: #fff;
}

.festival_2020_warp .unistars_live_wrap .sub_title{
    font-family: 'Volte','Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0.18px;
    color: #ff75c0;
}

.festival_2020_warp .unistars_live_wrap .unistars_update_text{
    margin-top: 9px;
    font-family: 'Volte','Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 34px;
    color: #333;
}

.festival_2020_warp .unistars_live_wrap .twitter_post {
    padding: 0 20px;
}

.festival_2020_warp .unistars_live_wrap .twitter_wrap {
    overflow: hidden;
    max-width: 319px;
    min-height: 345px;
    margin: 17px auto 33px;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.festival_2020_warp .twitter_comment {
    position: relative;
    max-width: 315px;
    max-height: 478px;
    margin: 0 auto;
}

.festival_2020_warp .twitter_comment ul{
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    max-height: 478px;
    -webkit-overflow-scrolling: touch;
}

.festival_2020_warp .twitter_comment:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 10px;
    height: 30px;
    background: linear-gradient(to top,#fff, rgba(255,255,255,0));
    z-index: 1;
}

/* width */
.festival_2020_warp .twitter_comment ul::-webkit-scrollbar {width: 6px;}
.festival_2020_warp .twitter_comment ul::-webkit-scrollbar-track {background: #fff;}
.festival_2020_warp .twitter_comment ul::-webkit-scrollbar-thumb {background: #fd74c1;border-radius: 10px;}

.festival_2020_warp .twitter_comment .comment_item{
    font-family: "Apple SD Gothic Neo", Arial, "Malgun Gothic", 맑은고딕, "NanumBarun Gothic", 나눔바른고딕, tahoma, sans-serif;
    padding: 15px 0 10px;
}

.festival_2020_warp .twitter_comment .comment_item:last-child{
    margin-bottom: 10px;
}

.festival_2020_warp .twitter_comment .comment_item + .comment_item{
    border-top: 1px solid #ccd6dd;
}

.festival_2020_warp .twitter_comment .comment_info{
    overflow: hidden;
    display: block;
    height: 23px;
    margin-bottom: 6px;
    padding-right: 6px;
}

.festival_2020_warp .twitter_comment .thumb{
    overflow: hidden;
    float:left;
    width: 23px;
    height: 23px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: url(../im/festival/2020/img_thumb.png) no-repeat 50% 50%;
    background-size: 23px 23px;
}

.festival_2020_warp .twitter_comment .thumb img{
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.festival_2020_warp .twitter_comment .twitter_id{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-left: 8px;
    font-size: 17px;
    letter-spacing: -0.34px;
    color: #333;
    line-height: 24px;
}

.festival_2020_warp .twitter_comment .content{
    display: block;
    padding-right: 6px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.3px;
    color: #333;
    font-weight: 300;
    padding-left: 2px;
}

.festival_2020_warp .twitter_comment .content .tag{
    color: #20a2f2;
}

.festival_2020_warp .coming_soon .twitter_wrap{
    margin-bottom: 48px;
    background: #e5eaee;
    border-radius: 14px;
    border: 1px solid #ccd6dd;
}

.festival_2020_warp .coming_soon .twitter_wrap:before{
    content: '';
    display: block;
    width: 135px;
    height: 137px;
    margin: 78px auto 0;
    background:url(../im/festival/2020/sp_coming_soon.png) no-repeat 0 0;
    background-size: 125px 300px;
}

.festival_2020_warp .coming_soon .twitter_comment {
    overflow:hidden;
    background: #e5eaee;
    border: solid 1px #ccd6dd;
    border-radius: 14px;
    height: 343px;
}

.festival_2020_warp .coming_soon .twitter_comment:before{
    content: '';
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    display: block;
    width: 116px;
    height: 117px;
    margin: 100px auto 0;
    background:url(../im/festival/2020/sp_coming_soon.png) no-repeat 0 -144px;
    background-size: 125px 300px;
}

.festival_2020_warp .coming_soon .twitter_comment ul{display: none;}

.festival_2020_warp .coming_soon .coming_soon_text {
    display: block;
    margin-top: 20px;
    font-family: 'Volte','Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #b1bec9;
    letter-spacing: 0.3px;
}

.festival_2020_warp .twitter_notice{
    margin-top: 28px;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.28px;
    color:#bebdc1;
}

.festival_2020_warp .section_wishlist {
    padding-top: 97px;
    background-color: #13102e;
}
.festival_2020_warp .section_wishlist .section_title{
    color: #fff;
}

.festival_2020_warp .section_wishlist .section_desc{
    margin-top: 23px;
}

.festival_2020_warp .wishlist_bg {
    width: 100%;
    height: 164px;
    margin: 0 auto;
    background: url(../im/festival/2020/bg_wishlist.png) no-repeat 50% 0;
    background-size: 355px 164px;
    opacity: 0;
}

.festival_2020_warp .wishlist_bg.show {
    animation: ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation: ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -o-animation: ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.festival_2020_warp .wishlist_step {
    margin-top: 34px;
}
.festival_2020_warp .wishlist_step .swiper-wrapper{
    opacity: 0;
}
.festival_2020_warp .wishlist_step.show .swiper-wrapper {
    animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -o-animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.festival_2020_warp .wishlist_step .step_inner {
    position: relative;
    opacity: 0;
}

.festival_2020_warp .wishlist_step .swiper-slide-active .step_inner {
    animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
    -webkit-animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
    -ms-animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
    -o-animation: festival_ani_fade2 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.festival_2020_warp .wishlist_step .swiper-pagination{
    margin-top: 16px;
}

.festival_2020_warp .wishlist_step .swiper-pagination-bullet{
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.1;
    vertical-align: top;
}

.festival_2020_warp .wishlist_step .swiper-pagination-bullet-active{
    opacity: 1;
}

.festival_2020_warp .wishlist_step .step_item {
    width: 319px !important;
    height: 280px;
    padding: 27px 0 0 32px;
    background-color: #25213e;
    border-top: 4px solid #776bdb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.festival_2020_warp .wishlist_step .step_title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    letter-spacing: -0.44px;
}
.festival_2020_warp .wishlist_step .step_title .number{
    display: block;
    margin-bottom: 8px;
    font-family: 'Volte','Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 17px;
    letter-spacing: 0;
}
.festival_2020_warp .wishlist_step .step_desc {
    margin-top: 26px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    color: #b5acff;
}

.festival_2020_warp .wishlist_step .tag {
    margin-top: -1px;
    font-family: 'Helvetica-Light', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #b6adff;
    letter-spacing: -0.32px;
}

.festival_2020_warp .section_winter_sale {
    padding: 107px 0 110px;
    background-color: #fe75c1;
    background-image: -webkit-linear-gradient(to right, #ff76c1 0%, #d053e6 100%, #ffbc57 100%);
    background-image: linear-gradient(to right, #ff76c1 0%, #d053e6 100%, #ffbc57 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.festival_2020_warp .section_winter_sale .section_title {
    margin-bottom: 16px;
    color: #fff;
    letter-spacing: 0.42px;
}

.festival_2020_warp .section_winter_sale .section_desc {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.36px;
}

.festival_2020_warp .section_winter_sale .btn {
    margin-top: 25px;
    background-color: #fff;
    color: #fc69d6;
    letter-spacing: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}

.festival_2020_warp .section_original_story {
    padding: 108px 0 139px;
    background: #020319 url(../im/festival/2020/bg_original_story.png) no-repeat 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.festival_2020_warp .section_original_story .section_title {
    font-size: 41px;
    color:#8388f8;
    line-height: 41px;
    letter-spacing: 0.41px;
}

.festival_2020_warp .section_original_story .btn {
    margin-top: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    background-color: #8388f8;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

/* 2020 en */
[lang="en"] .festival_2020_warp .section_desc,
[lang="en"] .festival_2020_warp .section_unistars .section_desc_em,
[lang="en"] .festival_2020_warp .wishlist_step .step_desc,
[lang="en"] .festival_2020_warp .wishlist_step .tag {letter-spacing: 0;}
[lang="en"] .festival_2020_warp .section_main .section_desc {line-height: 26px;}
[lang="en"] .festival_2020_warp .section_main .section_desc_start {font-size: 24px;}
[lang="en"] .festival_2020_warp .section_unistars .section_desc,
[lang="en"] .festival_2020_warp .section_wishlist .section_desc,
[lang="en"] .festival_2020_warp .wishlist_step .step_desc {line-height: 25px;;}
[lang="en"] .festival_2020_warp .section_wishlist .section_desc {margin-top: 20px;}
[lang="en"] .festival_2020_warp .twitter_notice,
[lang^="zh_"] .festival_2020_warp .twitter_notice {letter-spacing: -0.14px;}
[lang="en"] .festival_2020_warp .wishlist_step .step_item  {height: 288px;}
[lang="en"] .festival_2020_warp .wishlist_step .step_title .number {margin-bottom: 4px;}
[lang="en"] .festival_2020_warp .wishlist_step .tag {margin-top: 5px;}
[lang="en"] .festival_2020_warp .section_unistars .section_title {margin-bottom: 19px;}
[lang="en"] .festival_2020_warp .section_unistars .section_desc_em {line-height: 26px;}
/* 2020 ja */
[lang="ja"] .festival_2020_warp .section_unistars .section_desc_em {line-height: 28px;}
[lang="ja"] .festival_2020_warp .section_wishlist .section_desc {margin-top: 25px}
[lang="ja"] .festival_2020_warp .wishlist_step .step_item  {height: 316px;}
[lang="ja"] .festival_2020_warp .wishlist_step .step_title .number {margin-bottom: 13px;}
[lang="ja"] .festival_2020_warp .wishlist_step .step_desc {font-size: 15px;}
[lang="ja"] .festival_2020_warp .wishlist_step .step_desc,
[lang="zh_TW"] .festival_2020_warp .wishlist_step .step_desc {margin-top: 27px;font-weight: normal;}
[lang="ja"] .festival_2020_warp .wishlist_step .tag {margin-top: 2px;}
[lang="ja"] .festival_2020_warp .section_winter_sale .section_desc {padding:0 20px;font-weight: normal;}
[lang="ja"] .festival_2020_warp .section_winter_sale .btn {letter-spacing: -0.6px;}
/* 2020 zh */
[lang^="zh_"] .festival_2020_warp .section_main .section_desc {margin-top: 26px;letter-spacing: -0.18px;}
[lang^="zh_"] .festival_2020_warp .section_main .section_desc + .section_desc {margin-top: 20px;}
[lang^="zh_"] .festival_2020_warp .section_main .section_desc_start {margin-top: 16px;}
[lang^="zh_"] .festival_2020_warp .section_main .volte_bold {line-height: 29px;}
[lang^="zh_"] .festival_2020_warp .section_main .section_desc_start,
[lang^="zh_"] .festival_2020_warp .section_unistars .section_desc_em {letter-spacing: -0.2px;}
[lang^="zh_"] .festival_2020_warp .section_unistars .section_desc_em {line-height: 28px;}
[lang^="zh_"] .festival_2020_warp .section_unistars .section_title {margin-bottom: 26px;}
[lang^="zh_"] .festival_2020_warp .section_desc {letter-spacing: -0.16px;}
[lang^="zh_"] .festival_2020_warp .section_unistars .btn {font-size: 15px;}
[lang^="zh_"] .festival_2020_warp .section_unistars .btn {margin-top: 28px;}
[lang="zh_CN"] .festival_2020_warp .wishlist_step .step_item,
[lang="zh_TW"] .festival_2020_warp .wishlist_step .step_item {height: 304px;}
[lang^="zh_"] .festival_2020_warp .wishlist_step .step_title .number {margin-bottom: 11px;}
[lang="zh_CN"] .festival_2020_warp .wishlist_step .step_desc {margin-top: 27px;letter-spacing: 0;font-weight: normal;}
[lang^="zh_"] .festival_2020_warp .wishlist_step .tag {margin-top: 7px;}
[lang^="zh_"] .festival_2020_warp .section_winter_sale .section_desc {letter-spacing: -0.18px;}

@keyframes spot_scale {
    from {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes spot_scale {
    from {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes text_color_change {
    0% { color: #776bdb;}
    25% { color: #f23c50;}
    50% { color: #fac552;}
    75% { color: #ff75c0;}
    100% { color: #776bdb;}
}

@-webkit-keyframes text_color_change {
    0% { color: #776bdb;}
    25% { color: #f23c50;}
    50% { color: #fac552;}
    75% { color: #ff75c0;}
    100% { color: #776bdb;}
}

@keyframes twinkle_one {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes twinkle_one {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* baby */
.baby_warp .title_section, .baby_warp .spot .baby_title, .baby_warp .story_video .story_number, .baby_warp .image_control_area .control_btn, .baby_warp .image_option .image_btn_box a:before, .baby_warp .section_make .make_info_ico {
    background: url(../im/baby/sp_baby3.png) no-repeat;
    -webkit-background-size: 350px 599px;
    background-size: 350px 599px;
}
.baby_warp {
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", 맑은고딕, "NanumBarun Gothic", 나눔바른고딕, tahoma, sans-serif;
    -webkit-text-size-adjust: none;
}
.baby_warp .spot {
    height: 985px;
    background-color: #beecfd;
}
.baby_warp .spot .section_inner {
    position: relative;
    max-width: 375px;
    padding: 142px 26px 0;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.baby_warp .spot .baby_title {
    width: 268px;
    height: 169px;
    background-position: 0 -430px;
}
.baby_warp .spot .baby_character {
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    animation: baby_ani 0.8s ease forwards;
    -webkit-animation: baby_ani 0.8s ease forwards;
    -ms-animation: baby_ani 0.8s ease forwards;
    -o-animation: baby_ani 0.8s ease forwards;
}
.baby_warp .spot .baby_character.num_1 {
    top: 8.5px;
    right: 4.5px;
    width: 191px;
    height: 171px;
    background-image: url(../im/baby/img_baby_character1.png);
}
.baby_warp .spot .baby_character.num_2{
    top: 284px;
    right: 24.5px;
    width: 170px;
    height: 187px;
    background-image: url(../im/baby/img_baby_character2.png);
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -ms-animation-animation-delay: 0.2s;
    -o-animation-animation-delay: 0.2s;
}
.baby_warp .spot .baby_character.num_3{
    top: 326px;
    left: 0;
    width: 134px;
    height: 127px;
    background-image: url(../im/baby/img_baby_character3.png);
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -ms-animation-animation-delay: 0.4s;
    -o-animation-animation-delay: 0.4s;
}
.baby_warp .spot .baby_character.num_4{
    top: 463px;
    left: 49px;
    width: 171px;
    height: 158px;
    background-image: url(../im/baby/img_baby_character4.png);
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-animation-delay: 0.6s;
    -o-animation-animation-delay: 0.6s;
}
.baby_warp .spot .baby_character.num_5{
    top: 559px;
    right: -46px;
    width: 181px;
    height: 181px;
    background-image: url(../im/baby/img_baby_character5.png);
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -ms-animation-animation-delay: 0.8s;
    -o-animation-animation-delay: 0.8s;
}
.baby_warp .spot .baby_character.num_6{
    top: 668px;
    left: -17px;
    width: 186px;
    height: 170px;
    background-image: url(../im/baby/img_baby_character6.png);
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -ms-animation-animation-delay: 1s;
    -o-animation-animation-delay: 1s;
}
.baby_warp .spot .baby_character.num_7{
    top: 776px;
    right: 11px;
    width: 204px;
    height: 180px;
    background-image: url(../im/baby/img_baby_character7.png);
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -ms-animation-animation-delay: 1.2s;
    -o-animation-animation-delay: 1.2s;
}

.baby_warp .section_baby {
    padding: 38px 26px 90px;
}
.baby_warp .section_baby .title_section {
    width: 265px;
    height: 37px;
    margin-top: 16px;
    background-position: 0 -253px;
}
.baby_warp .section_baby .title_section.show {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -ms-animation-animation-delay: 0.3s;
    -o-animation-animation-delay: 0.3s;
}
.baby_warp .section_baby .text_section {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #00c1f9;
}
.baby_warp .section_baby .text_section em {
    font-weight: 800;
}
.baby_warp .section_baby .story_area {
    margin-top: 100px;
}
.baby_warp .section_baby .story_area .story_box {
    margin-top: 52px;
}
.baby_warp .section_baby .story_box .story_video {
    position: relative;
    padding-bottom: 26px;
}
.baby_warp .section_baby .story_box .story_video:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: -18px;
    left: -16px;
    right: -17px;
    background: url(../im/baby/bg_video.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.baby_warp .section_baby .story_video a {
    position: relative;
    display: block;
    height: 100%;
}
.baby_warp .section_baby .story_video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -44px 0 0 -50px;
    -webkit-background-size: 100px 100px;
    background-size: 100px 100px;
}
.baby_warp .section_baby .box1 .story_video a:before {
    background-image: url(../im/baby/ba_story_video3.png);
}
.baby_warp .section_baby .box2 .story_video a:before {
    background-image: url(../im/baby/ba_story_video2.png);
}
.baby_warp .section_baby .story_video .story_number {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 16px;
}
.baby_warp .section_baby .story_video .story_number.num_1 {
    width: 23px;
    background-position: -270px -343px;
}
.baby_warp .section_baby .story_video .story_number.num_2 {
    width: 27px;
    background-position: -300px -343px;
}
.baby_warp .section_baby .story_video img {
    width: 100%;
    -webkit-border-radius: 26px;
    border-radius: 26px;
}
.baby_warp .section_baby .story_box .story_info {
    padding: 0 0 0 4px;
}
.baby_warp .section_baby .story_box .story_info.show {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -ms-animation-animation-delay: 0.3s;
    -o-animation-animation-delay: 0.3s;
}
.baby_warp .section_baby .story_info dt {
    padding-bottom: 0;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    color: #00c1f9;
}
.baby_warp .section_baby .story_info dd {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    color: #00c1f9;
}
.baby_warp .section_baby .story_info dd span {
    display: inline-block;
}

.baby_warp .section_launch {
    padding: 64px 0 90px;
    background-color: #ffceee;
}
.baby_warp .section_launch .launch_born .title_section {
    width: 234px;
    height: 90px;
    margin-left: 26px;
    background-position: 0 -300px;
}
.baby_warp .section_launch .born_image_area {
    margin-top: 55px;
}
.baby_warp .section_launch .born_image_area .born_image {
    position: relative;
    padding: 0 26px 68px;
}
.baby_warp .section_launch .born_image_area .born_image.num_2 {
    padding: 0 0 44px 20%;
}
.baby_warp .section_launch .born_image_area .born_image.num_3 {
    padding: 0 26.8% 68px 26px;
}
.baby_warp .section_launch .born_image_area .born_image:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.baby_warp .section_launch .born_image_area .born_image.num_1:before {
    top: 2px;
    bottom: 23px;
    left: 10px;
    right: 9px;
    background-image: url(../im/baby/bg_born_1.png);
}
.baby_warp .section_launch .born_image_area .born_image.num_2:before {
    top: 34%;
    bottom: 0;
    left: 20%;
    right: -5%;
    background-image: url(../im/baby/bg_born_2.png);
}
.baby_warp .section_launch .born_image_area .born_image.num_3:before {
    top: 2px;
    bottom: 23px;
    left: 16px;
    right: 24%;
    background-image: url(../im/baby/bg_born_3.png);
}
.baby_warp .section_launch .born_image_area .born_image.num_4:before {
    top: 2px;
    bottom: 23px;
    left: 10px;
    right: 9px;
    background-image: url(../im/baby/bg_born_4.png);
}
.baby_warp .section_launch .born_image .born_image_text {
    position: absolute;
    bottom: 85px;
    padding-top: 10px;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.48px;
    color: #fff;
    transform: rotate(90deg);
    transform-origin: left top;
}
.baby_warp .section_launch .born_image img {
    position: relative;
    width: 100%;
    -webkit-border-radius: 26px;
    border-radius: 26px;
}
.baby_warp .section_launch .born_image.num_2 img {
    -webkit-border-radius: 26px 0 0 26px;
    border-radius: 26px 0 0 26px;
}
.baby_warp .section_launch .born_slider_area img {
    width: 100%;
}
.baby_warp .section_launch .born_slider_area .launch-swiper-pagination {
    padding: 7px 0;
    text-align: center;
}
.baby_warp .born_slider_area .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    opacity: 0.3;
    outline: none;
}
.baby_warp .born_slider_area .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.baby_warp .section_launch .launch_meet .title_section {
    width: 289px;
    height: 89px;
    background-position: 0 0;
}
.baby_warp .section_launch .launch_meet {
    margin-top: 87px;
    padding: 0 26px;
}
.baby_warp .launch_born .text_section,
.baby_warp .section_make .text_section {
    margin: 20px 26px 0 26px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.36px;
    color: #fff;
}
.baby_warp .launch_born .text_section.show,
.baby_warp .section_make .text_section.show {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -ms-animation-animation-delay: 0.3s;
    -o-animation-animation-delay: 0.3s;
}
.baby_warp .section_launch .meet_info_area {
    margin-top: 36px;
    position: relative;
}
.baby_warp .section_launch .meet_info_area.show {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -ms-animation-animation-delay: 0.3s;
    -o-animation-animation-delay: 0.3s;
}
.baby_warp .section_launch .meet_info_area:before {
    content: '';
    position: absolute;
    top: 83%;
    bottom: -49px;
    left: -16px;
    right: -16px;
    background: url(../im/baby/bg_meet.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.baby_warp .section_launch .meet_info_inner {
    position: relative;
    padding: 0 30px 53px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    background-color: #ffffff;
}
.baby_warp .section_launch .meet_info_area  .meet_info {
    padding: 40px 0 9px;
    word-wrap: break-word;
}
.baby_warp .section_launch .meet_info .info_nation {
    padding-bottom: 4px;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -0.19px;
    color: #f576d0;
}
.baby_warp .section_launch .meet_info .info_title {
    padding: 12px 0 5px;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: #f576d0;
}
.baby_warp .section_launch .meet_info .info_title span {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    vertical-align: middle;
}
.baby_warp .section_launch .meet_info .info_store {
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    color: #59c1ef;
    text-decoration: underline;
}
.baby_warp .section_launch .meet_info .info_store a {
    color: #59c1ef;
}
.baby_warp .section_launch .meet_info.yet .info_nation {
    padding-bottom: 12px;
    color: #59c1ef;
}
.baby_warp .section_launch .meet_info.yet .info_store {
    font-weight: 800;
    letter-spacing: -0.3px;
    text-decoration: none;
}
.baby_warp .section_launch .meet_info.yet .info_store span {
    font-size: 13px;
    font-weight: 300;
}

.baby_warp .section_make {
    padding: 66px 0 26px;
    background-color: #a3e0fc;
}
.baby_warp .section_make .title_section {
    width: 268px;
    height: 144px;
    margin-left: 26px;
    background-position: 0 -99px;
}
.baby_warp .section_make .make_info {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.3px;
    color: #6aaac7;
}
.baby_warp .section_make .make_info_ico {
    display: inline-block;
    width: 14px;
    height: 18px;
    margin: 2px 2px 0 6px;
    background-position: -271px -458px;
    vertical-align: top;
}
.baby_warp .section_make .make_info_ico.and {
    width: 19px;
    height: 19px;
    margin: 1px 2px 0 7px;
    background-position: -271px -429px;
}
.baby_warp .section_make .image_create_area {
    position: relative;
    padding-bottom: 33px;
}
.baby_warp .section_make .image_create_yet {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.baby_warp .section_make .image_create_yet:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a3e0fc;
    opacity: 0.9;
}
.baby_warp .section_make .image_create_yet .create_yet {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 277px;
    height: 142px;
    margin: -272px 0 0 -138px;
    background: url(../im/baby/img_create_yet.png) no-repeat;
    -webkit-background-size: 277px 142px;
    background-size: 277px 142px;
}
.baby_warp .section_make .image_create_area.show {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-animation-delay: 0.6s;
    -o-animation-animation-delay: 0.6s;
}
.baby_warp .section_make .image_preveal {
    padding: 32px 0 32px;
}
.baby_warp .section_make .swiper-gallery {
    position: relative;
    padding: 0 26px 34px 26px;
}
.baby_warp .section_make .swiper-gallery:before {
    content: '';
    position: absolute;
    top: 9.5%;
    bottom: 4px;
    left: 23px;
    right: 23px;
    background: url(../im/baby/bg_gallery1.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.baby_warp .section_make .image_create_area .gallery-top img {
    width: 100%;
    -webkit-border-radius: 26px;
    border-radius: 26px;
}
.baby_warp .section_make .image_preveal .gallery-box {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 26px;
    border-radius: 26px;
}
.baby_warp .section_make .image_preveal .gallery_text {
    display: none;
    position: absolute;
}
.baby_warp .section_make .image_preveal .gallery_text p {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: -0.36px;
    color: #000;
}
.baby_warp .section_make .image_create_area .swiper-thumbs {
    padding: 0 26px;
}
.baby_warp .section_make .swiper-thumbs .swiper-slide {
    position: relative;
}
.baby_warp .section_make .swiper-thumbs .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background-color: #ffffff;
}
.baby_warp .section_make .swiper-thumbs .swiper-slide.swiper-slide-thumb-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background-color: transparent;
    border: solid 4px #ffffff;
}
.baby_warp .section_make .swiper-thumbs img {
    width: 100%;
}
.baby_warp .section_make .image_option {
    padding: 0 26px;
}
.baby_warp .section_make .image_text_area input,
.baby_warp .section_make .image_text_area textarea {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    background-color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: #333;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.baby_warp .section_make .image_text_area textarea{
    padding: 16px;
    resize: none;
    border: solid 3px #fff;
}
.baby_warp .section_make .image_text_area input::placeholder,
.baby_warp .section_make .image_text_area textarea::placeholder {
    color: #dedede;
}
.baby_warp .section_make .image_text_area input:-ms-input-placeholder,
.baby_warp .section_make .image_text_area textarea:-ms-input-placeholder {
    color: #dedede;
}
.baby_warp .section_make .image_text_area input::-webkit-input-placeholder,
.baby_warp .section_make .image_text_area textarea::-webkit-input-placeholder {
    color: #dedede;
}
.baby_warp .section_make .image_text_area input:focus,
.baby_warp .section_make .image_text_area textarea:focus {
    outline: none;
    border: solid 3px #00abeb;
}
.baby_warp .section_make .image_text_area input:focus::placeholder,
.baby_warp .section_make .image_text_area textarea:focus::placeholder {
    color: transparent;
}
.baby_warp .section_make .image_text_area input:focus:-ms-input-placeholder,
.baby_warp .section_make .image_text_area textarea:focus:-ms-input-placeholder  {
    color: transparent;
}
.baby_warp .section_make .image_text_area input:focus::-webkit-input-placeholder,
.baby_warp .section_make .image_text_area textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
.baby_warp .image_control_area {
    margin-top: 18px;
}
.baby_warp .image_control_area .control_title {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.3px;
    color: #fff;
}
.baby_warp .image_control_area .control_box {
    position: relative;
    width: 100%;
}
.baby_warp .image_control_area .control_bar {
    position: relative;
    top: 4px;
    width: 100%;
    height: 32px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}
.baby_warp .image_control_area .control_box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -4px;
    background-color: #c5f1fe;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 8px;
}
.baby_warp .image_control_area .control_bar::-ms-fill-lower,
.baby_warp .image_control_area .control_bar::-ms-fill-upper {
    background-color: transparent;
}
.baby_warp .image_control_area .control_bar::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.baby_warp .image_control_area .control_bar::-webkit-slider-thumb {
    position: relative;
    width: 48px;
    height: 32px;
    border: 0;
    background: url(../im/baby/img_control.png) no-repeat;
    -webkit-background-size: 48px 32px;
    background-size: 48px 32px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
.baby_warp .image_control_area .control_bar::-moz-range-thumb {
    position: relative;
    width: 48px;
    height: 32px;
    border: 0;
    background: url(../im/baby/img_control.png) no-repeat;
    background-size: 48px 32px;
    appearance: none;
    cursor: pointer;
}
.baby_warp .image_control_area .control_bar::-ms-thumb {
    position: relative;
    width: 48px;
    height: 32px;
    border: 0;
    background: url(../im/baby/img_control.png) no-repeat;
    background-size: 48px 32px;
    appearance: none;
    cursor: pointer;
}
.baby_warp .image_option .image_btn_box {
    margin-top: 28px;
    position: relative;
}
.baby_warp .image_option .image_btn_box:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -29px;
    background: url(../im/baby/bg_image_btn.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.baby_warp .image_option .image_btn_box a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 70px;
    border: 0;
    border-radius: 18px;
    background-color: #00abeb;
    cursor: pointer;
}
.baby_warp .image_option .image_btn_box a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 50%;
    width: 158px;
    height: 22px;
    margin-left: -79px;
    background-position: 0 -400px;
}
.baby_warp .image_option .image_btn_box.disable:before{
    display: none;
}
.baby_warp .image_option .image_btn_box.disable a{
    background-color: #8ecbe6;
}
.baby_warp .image_option .image_btn_box.disable a:before{
    opacity: 0.5;
}
.baby_warp .a_fade {
    opacity: 0;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.baby_warp .a_fade.show {
    animation: baby_ani 0.8s ease forwards;
    -webkit-animation: baby_ani 0.8s ease forwards;
    -ms-animation: baby_ani 0.8s ease forwards;
    -o-animation: baby_ani 0.8s ease forwards;
}
[lang=ko] .baby_warp .section_launch .meet_info .info_title,
[lang=ko] .baby_warp .section_launch .meet_info .info_title {
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", 맑은고딕, "NanumBarun Gothic", 나눔바른고딕, tahoma, sans-serif;
}
[lang=en] .baby_warp {
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}
[lang=ja] .baby_warp {
    font-family: 'Meiryo', 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}
[lang=ja] .baby_warp .section_baby .story_info dd {
    letter-spacing: -0.8px;
}
[lang=ja] .baby_warp .section_make .image_text_area input {
    padding-bottom: 2px;
}
[lang=ja] .baby_warp .section_make {
    font-size: 14px;
    line-height: 24px;
}
[lang=ja] .baby_warp .section_make .make_info_ico {
    margin-top: 1px;
}
[lang=zh_CN] .baby_warp, [lang=zh_TW] .baby_warp  {
    font-family: 'NotoSansSC', 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}
[lang=en] .baby_warp .launch_born .text_section {
    font-size: 17px;
}
[lang=en] .baby_warp .section_make .make_info {
    letter-spacing: -0.9px;
}
[lang=en] .baby_warp .section_make .make_info_ico {
    margin-left: 5px;
}
[lang=zh_CN] .baby_warp .section_baby .text_section,
[lang=zh_TW] .baby_warp .section_baby .text_section {
    font-size: 18px;
}
[lang=zh_CN] .baby_warp .section_make .make_info,
[lang=zh_TW] .baby_warp .section_make .make_info {
    line-height: 27px;
}
[lang=zh_CN] .baby_warp .section_make .make_info_ico,
[lang=zh_TW] .baby_warp .section_make .make_info_ico {
    margin: 4px 2px 0;
    margin-top: 4px;
}

@keyframes baby_ani {
    from {
        opacity: 0;
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes baby_ani {
    from {
        opacity: 0;
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.85s ease, -webkit-transform 0.5s ease;
        transition: opacity 0.85s ease, transform 0.5s ease;
    }
}

@media all and (max-width:320px) {
    .baby_warp .section_baby {
        padding: 52px 18px 90px;
    }
    .baby_warp .section_launch .launch_born .title_section,
    .baby_warp .section_make .title_section {
        margin-left: 18px;
    }
    .baby_warp .launch_born .text_section,
    .baby_warp .section_make .text_section {
        margin: 20px 18px 0 18px;
    }
    .baby_warp .section_launch .born_image_area .born_image {
        padding: 0 18px 68px;
    }
    .baby_warp .section_launch .born_image_area .born_image.num_3 {
        padding: 0 26.8% 68px 18px;
    }
    .baby_warp .section_launch .launch_meet,
    .baby_warp .section_make .image_create_area .swiper-thumbs,
    .baby_warp .section_make .image_option {
        padding: 0 18px;
    }
    .baby_warp .section_launch .launch_meet .title_section {
        width: 275px;
        height: 85px;
        background-image: url(../im/baby/img_title_320.png);
        -webkit-background-size: 275px 85px;
        background-size: 275px 85px;
    }
    .baby_warp .section_make .swiper-gallery {
        padding: 0 18px 44px 18px;
    }
    [lang=en] .baby_warp .launch_born .text_section {
        letter-spacing: -0.8px;
    }
    [lang=ja] .baby_warp .section_baby .text_section {
        letter-spacing: -0.6px;
    }
    [lang=zh_CN] .baby_warp .section_baby .text_section,
    [lang=zh_TW] .baby_warp .section_baby .text_section {
        letter-spacing: -0.6px;
    }
    [lang=zh_CN] .baby_warp .section_make .make_info,
    [lang=zh_TW] .baby_warp .section_make .make_info {
        letter-spacing: -0.8px;
    }

    .festival_2020_warp .wishlist_step .step_item {
        width:280px !important;
    }
    .show_320 {display:block}
    .nshow_320 {display:none}
}

@media all and (min-width:450px) {
    .festival_2020_warp .wishlist_step .swiper-wrapper,
    .festival_2020_warp .wishlist_step .step_inner{
        opacity: 1;
    }
    .festival_2020_warp .wishlist_step.show .swiper-wrapper,
    .festival_2020_warp .wishlist_step .swiper-slide-active .step_inner {
        animation: none;
    }
}
