@charset "utf-8";

/* Common */

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

img, fieldset {
    border: 0
}

img {
    vertical-align: top
}

li {
    list-style: none
}

em, address {
    font-style: normal
}

a {
    text-decoration: none
}

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

.blind {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    text-indent: -10000px
}

html, body {
    height: 100%
}

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

#wrap.relations {
    min-width: 1120px;
}

.contents {
    position: relative
}


/* HEADER */

.header {
    position: fixed;
    left: 0;
    right: 0;
    min-width: 980px;
    z-index: 100
}

.header.fixed {
    z-index: 100;
    background: rgba(255, 255, 255, 1)
}

.header .gnb {
    position: relative;
    margin: 0 36px;
    padding: 15px 0;
}

.header .gnb h1 {
    overflow: hidden;
    width: 65px;
    height: 30px;
    background: url(../img/img_logo.png) no-repeat 0 0;
    background-size: 65px 30px;
    -webkit-background-size: 65px 30px
}

.header .gnb h1 a {
    display: block;
    width: 65px;
    height: 30px
}

.header .gnb .top_menu {
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 95px
}

.header .gnb .top_menu li {
    float: left;
    position: relative;
    margin-right: 30px
}

.header .gnb .top_menu li a.on:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.header .gnb .top_menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000
}

.header .gnb .top_menu li a:hover::after {
    width: 100%;
    transition: width 0.3s;
    -webkit-transition: width 0.3s
}

.header .gnb .top_menu li a {
    font-size: 13px;
    color: #000
}

.header .gnb .lang_area {
    position: absolute;
    top: 20px;
    right: 0
}

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

.header .gnb .lang_area span a{
    color: #000
}

.header .gnb .lang_area span.eng {
    text-decoration: underline
}

.header .gnb .lang_area .lang_select{
    position: absolute;
    top:31px;
    right: -16px;
    padding: 4px 0 13px;
    width: 96px;
    text-align: right;
    border: 1px solid #000;
    background-color: #fff;
    z-index: 20;
}

.header .gnb .lang_area .lang_select li{
    padding:6px 15px 0 0;
}

.header .gnb .lang_area .lang_select li a{
    font-size: 12px;
    color: #000;
    font-weight: normal;
}

.header .gnb .lang_area .lang_select li a:hover{
    font-weight: bold;
    text-decoration: underline;
}


/* MAIN */

.contents .img_box .img_height {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat 50% 0;
}

.contents .sec {
    position: relative;
    padding: 36px 0 30px 36px
}

.contents .sec h2 {
    padding-bottom: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 300
}

.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-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    position: relative
}

.swiper-button-next {
    background: url(../img/btn_l.png) no-repeat 0 0
}

.swiper-button-prev {
    background: url(../img/btn_l.png) no-repeat 0 0
}

.swiper-button-next, .swiper-button-prev {
    width: 19px;
    height: 34px;
    z-index: 10;
    background-size: 19px 34px;
    -webkit-background-size: 19px 34px
}

.contents .sec_main {
    margin: 40px 36px 0;
    border-top: 1px solid #333;
}

.contents .sec_main .sticker_area{
    text-align: center;
}

.contents .sec_main .sticker_area ul {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 5px;
    height: 80px;
}

.contents .sec_main .sticker_area ul li {
    float: left;
    width: 350px
}

.contents .sec_main .sticker_area ul li + li{
    margin-left: 20px
}

.contents .sec_main .sticker_area ul li a{
    overflow: hidden;
    display: block;
    text-align: left;
}

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

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

.contents .sec_main .sticker_area ul li a p {
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: #b4b4b4;
}


/* ABOUT PROJECT */

.contents .title h2 {
    margin: 0 36px 0;
    padding: 87px 0 25px;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #333
}

.contents .sec_about {
    overflow: hidden;
    position: relative;
    margin: 0 36px;
    padding-bottom: 186px;
}
.contents .sec_about .about_txt{
    padding: 57px 450px 0 60px;
    max-width: 820px;
}

.contents .sec_about .about_txt dl {
    font-size: 20px
}

.contents .sec_about .about_txt dl + dl {
    padding-top: 50px
}

.contents .sec_about .about_txt dl.sns_box {
    padding-bottom: 192px;
}

.contents .sec_about .about_txt dl.sns_box dt {
    padding-bottom: 14px;
}

.contents .sec_about .about_txt dl dt {
    padding-bottom: 14px;
    color: #000;
    font-weight: bold;
}

.contents .sec_about .about_txt dl dd {
    color: #646464;
    line-height: 31px;
    font-size: 18px;
}

.contents .sec_about .about_txt .list_sns {
    overflow: hidden;
    margin-top: 4px;
}

.contents .sec_about .about_txt .list_sns li {
    float: left;
    width: 53px;
    margin-right: 20px;
}

.contents .sec_about .about_txt .list_sns li .link {
    width: 100%;
    height: 53px;
}

.contents .sec_about .about_txt .list_sns li .link:before {
    content: '';
    display: block;
    width: 53px;
    height: 53px;
}

.contents .sec_about .about_txt .list_sns li .link.tw:before {
    background: url(../img/ico_tw.png) no-repeat 50% 0;
    background-size: 53px 53px;
    -webkit-background-size: 53px 53px;
}

.contents .sec_about .about_txt .list_sns li .link.insta:before {
    background: url(../img/ico_insta.png) no-repeat 50% 0;
    background-size: 53px 53px;
    -webkit-background-size: 53px 53px;
}

.contents .sec_about .about_txt .list_sns li .link.fb:before {
    background: url(../img/ico_fb.png) no-repeat 50% 0;
    background-size: 53px 53px;
    -webkit-background-size: 53px 53px;
}

.contents .sec_about .about_txt .list_sns li .link.yt:before {
    background: url(../img/ico_yt.png) no-repeat 50% 0;
    background-size: 53px 53px;
    -webkit-background-size: 53px 53px;
}

.contents .sec_about .about_txt .list_sns li .link.vlive:before {
    background: url(../img/ico_vlive.png) no-repeat 50% 0;
    background-size: 53px 53px;
    -webkit-background-size: 53px 53px;
}

.contents .sec_about .about_txt .list_sns li strong {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    color: #b4b4b4;
    line-height: 14px;
    text-align: center;
    font-weight: normal;
}

.contents .sec_about .about_img{
    position: absolute;
    top:60px;
    right: 0;
    width: 440px;
    text-align: center;
}

.contents .sec_about .about_img .inner + .inner{
    margin-top: 80px;
}

.contents .sec_about .about_img .inner a strong{
    display: block;
    margin-top: 12px;
    font-size: 12px;
    color: #646464;
    font-weight: normal;
}

.friends_creators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 50px;
    margin: 0 36px;
    background-color: #fff
}

.friends_creators .fc_inner {
    position: relative;
    height: 80px;
    border-top: 1px solid #333;
    background: url(../img/img_logo_fc.png) no-repeat 0 23px;
    background-size: 86px 36px;
    -webkit-background-size: 86px 36px
}

.friends_creators .fc_inner .fc_txt {
    position: absolute;
    max-width: 1080px;
    margin: 24px 0 0 116px;
    font-size: 13px;
    color: #000;
    line-height: 18px
}


/* CHARACTER */

.contents .sec_char {
    overflow: hidden;
    position: relative;
    padding: 0 36px;
    min-height: 356px;
}

.contents .sec_char .char_txt{
    padding: 57px 480px 116px 60px;
    max-width: 840px;
}

.contents .sec_char .char_txt dl {
    font-size: 20px
}

.contents .sec_char .char_txt dl dt {
    font-size: 36px;
    padding-bottom: 14px;
    color: #000;
    font-weight: normal;
}

.contents .sec_char .char_txt dl dd {
    color: #646464;
    line-height: 31px;
    font-size: 18px;
}

.contents .sec_char .video_area {
    position: absolute;
    top:0;
    right: 0;
    width: 540px;
}

.contents .sec_char .video_area a {
    display: block;
    position: relative;
    margin: 63px 60px 0;
}

.contents .sec_char .video_area a::after {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
    transition: opacity, cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.contents .sec_char .video_area a:hover::after {
    opacity: 0.2;
}

.contents .sec_char .video_area a .btn_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 54px;
    margin: -27px 0 0 -60px;
    z-index: 10;
    background:url(../img/btn_pc_play.png) no-repeat 0 0;
    background-size: 120px 54px;
    -webkit-background-size: 120px 54px;
}

.contents .char_lst {
    display: table;
    overflow: hidden;
    padding-bottom: 160px;
    margin: 0 0 0 36px;
    table-layout: fixed;
    border-top: 1px solid #333;
}
.contents .sec_character02 ul{
    overflow: hidden;
    margin: 0 36px;
    padding: 50px 42px 74px;
    border-top: 1px solid #333;
}

.contents .sec_character02 ul li{
    float: left;
    width: 33.33%;
}
.contents .sec_character02 ul li .inner{
    padding: 0 18px;
}

.contents .sec_character02 ul li .inner h3{
    margin: 0 18px 42px;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: normal;
}

.contents .sec_character02 ul li .inner h3 span{
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
}

.contents .sec_character02 ul li .inner p{
    margin: 25px auto 0;
    text-align: center;
    width: 260px;
    line-height: 21px;
    font-size: 13px;
    color: #646464;
    word-wrap: break-word;
    word-break: keep-all;
}

/* RELATIONS */

.contents .tab_list {
    margin-bottom: -1px;
    background-color: #fff;
}

.contents .tab_list.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    background-color: #fff;
    z-index: 99;
}

.contents .tab_list.fixed .tab_list_wrap {
    border-width: 1px 0;
}

.contents .tab_list .tab_list_wrap {
    margin: 0 36px;
    border: 1px solid #333;
    border-width: 0 0 1px;
}

#wrap.relations .contents .tab_list.bt21 .tab_list_wrap {
    margin-bottom: -5px;
}

.contents .tab_list ul {
    overflow: hidden;
    width: 380px;
    margin: 0 auto;
    padding: 11px 0 12px;
}

.contents .tab_list.bt21 ul {
    width: 166px;
    padding: 12px 0;
}

#wrap.relations .contents .tab_list.bt21 ul {
    padding: 12px 0 0;
}

.contents .tab_list ul li {
    position: relative;
    float: left;
    margin-right: 17px;
}

.contents .tab_list ul li:last-child {
    margin-right: 0;
}

.contents .tab_list ul li .link_tab {
    display: block;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.13px;
    color: #b4b4b4;
}

.contents .tab_list.bt21 ul li .link_tab {
    color:#141414
}

.contents .tab_list ul li.on .link_tab {
    color: #141414;
    text-decoration: underline;
}

.contents .sec_relations {
    overflow: hidden;
    position: relative;
    padding: 0 36px;
}

.contents .sec_relations .char_txt {
    padding: 60px 0 119px 60px;
    border: 1px solid #333;
    border-width: 1px 0;
}

.contents .sec_relations .char_txt dl {
    font-size: 20px;
}

.contents .sec_relations .char_txt dl dt {
    font-size: 36px;
    padding-bottom: 12px;
    color: #000;
    font-weight: normal;
}

.contents .sec_relations .char_txt dl dd {
    width: 796px;
    color: #646464;
    line-height: 31px;
    font-size: 18px;
}

.contents .sec_relations ul {
    overflow: hidden;
    padding: 50px 42px 70px;
}

.contents .sec_relations ul:nth-child(2) {
    padding-top: 8px;
}

.contents .sec_relations ul li {
    float: left;
    width: 25%;
}

.contents .sec_relations ul li .inner {
    padding: 0 18px;
}

.contents .sec_relations ul li .inner h3 {
    margin: 0 18px 36px;
    text-align: center;
    font-size: 34px;
    color: #000;
    font-weight: normal;
}

.contents .sec_relations.type2 ul li .inner h3 {
    margin-bottom: 32px;
}

.contents .sec_relations ul li .inner span {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
}

.contents .sec_relations ul li .inner p {
    width: 260px;
    margin: 25px auto 0;
    letter-spacing: -.14px;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    color: #646464;
    word-wrap: break-word;
    word-break: keep-all;
}

.contents .sec_relations ul li .inner .link_text {
    color: #087aff;
    text-decoration: underline;
}

#wrap.relations .contents .sec_relations ul li .inner p {
    width: 220px;
}

.contents .sec_relations ul li.type2 .inner {
    position: relative;
}

.contents .sec_relations ul li.type2 .inner h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.contents .sec_relations ul li.type2 .txt_box {
    padding-top: 94px;
}

/* VIDEO */
.contents .sec_universe .char_txt {
    padding: 57px 0 116px 60px;
}

.contents .sec_universe .char_txt dl {
    font-size: 20px;
}

.contents .sec_universe .char_txt dl dt {
    padding-bottom: 14px;
    font-size: 36px;
    color: #000;
    font-weight: normal;
}

.contents .sec_universe .char_txt dl dd {
    width: 900px;
    color: #646464;
    line-height: 31px;
    font-size: 18px;
}

.contents .sec_universe .link_universe {
    color: #087aff;
    text-decoration: underline;
}

.contents .video_wrap {
    overflow: hidden;
    padding-top: 60px;
    margin: 0 36px;
}

.contents .video_wrap .video_lst li {
    float: left;
    width: 33.33%;
    padding-bottom: 74px
}

.contents .video_wrap .video_lst li a {
    display: block;
    position: relative;
    margin: 0 18px;
}

.contents .video_wrap .video_lst li a:hover .video_hover {
    opacity: 0.2
}

.contents .video_wrap .video_lst li a .video_hover {
    opacity: 0;
    transition: opacity, cubic-bezier(0.4, 0, 0.2, 1) 0.3s
}

.contents .video_wrap .video_lst li a .video_hover .bg_color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 1
}

.contents .video_wrap .video_lst li a .btn_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 54px;
    margin: -27px 0 0 -60px;
    z-index: 10;
    background:url(../img/btn_pc_play.png) no-repeat 0 0;
    background-size: 120px 54px;
    -webkit-background-size: 120px 54px;
}

.contents .video_wrap .video_lst li .video_info {
    position: relative;
    padding: 0 18px;
}

.contents .video_wrap .video_lst li .video_info dl {
    margin-top: 18px;
    font-size: 13px
}

.contents .video_wrap .video_lst li .video_info dl dt {
    display: block;
    overflow: hidden;
    padding-right: 40px;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    color: #000;
    font-weight: bold;
}

.contents .video_wrap .video_lst li .video_info dl dd {
    padding-top: 5px;
    color: #646464;
    line-height: 21px
}

.contents .video_wrap .video_lst li .video_info .play_time {
    position: absolute;
    top: -2px;
    right: 18px;
}

.contents .video_wrap .video_lst li .video_info .play_time .time {
    font-size: 12px;
    color: #000;
    text-decoration: underline
}


/* GALLERY */

.contents .detail {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    margin: 0 36px
}

.contents .detail .detail_inner {
    display: table;
    width: 100%;
    table-layout: fixed
}

.contents .detail .detail_inner .gal_title {
    display: table-cell;
    padding-right: 36px;
    vertical-align: top
}

.contents .detail .detail_inner .gal_title span {
    display: block;
    padding-right: 360px;
    text-decoration: underline;
    font-size: 26px;
    line-height: 50px;
    color: #000;
    word-break: break-all
}

.contents .detail .detail_inner .gal_img {
    display: table-cell
}

.contents .gallery {
    overflow: hidden;
    width: 966px;
    margin: 60px auto 80px
}

.contents .gallery ul {
    float: left;
    width: 310px;
    margin-left: 18px
}

.contents .gallery ul li + li{
    margin-top: 18px;
}

.contents .gallery ul li a{
    display: block;
}

.contents .gallery .gal_1 {
    margin-left: 0
}
/* COLLECTION */
.contents .sec_collection{
    position: relative;
    margin: 0 36px;
    height: 40px;
    text-align: center;
}

.contents .sec_collection .option_menu{
    overflow: hidden;
    display: inline-block;
}

.contents .sec_collection .option_menu li{
    float: left;
    line-height: 40px;
}

.contents .sec_collection .option_menu li + li{
    margin-left: 15px;
}

.contents .sec_collection .option_menu li a{
    position: relative;
    font-size: 12px;
    color: #b4b4b4
}

.contents .sec_collection .option_menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000
}

.contents .sec_collection .option_menu li a:hover{
    color: #000;
}

.contents .sec_collection .option_menu li a:hover::after {
    width: 100%;
    transition: width 0.3s;
    -webkit-transition: width 0.3s
}

.contents .sec_collection .option_menu li a.on{
    color: #000;
}

.contents .sec_collection .option_menu li a.on::after {
    width: 100%;
    transition: width 0.3s;
    -webkit-transition: width 0.3s
}

.contents .sec_collection .character_menu {
    position: absolute;
    top: 14px;
    right: 0
}

.contents .sec_collection .character_menu strong {
    font-size: 12px;
    color: #000
}

.contents .sec_collection .character_menu strong a{
    display: block;
    color: #000
}

.contents .sec_collection .character_menu strong a::after{
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 10px;
    width: 12px;
    height: 5px;
    background: url(../img/img_down.png) no-repeat 0 0;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}

.contents .sec_collection .character_menu strong a.on::after{
    background: url(../img/img_up.png) no-repeat 0 0;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}

.contents .sec_collection .character_menu .character_select{
    position: absolute;
    top:47px;
    right: -16px;
    padding: 4px 0 13px;
    width: 140px;
    text-align: right;
    border: 1px solid #000;
    background-color: #fff;
    z-index: 50;
}

.contents .sec_collection .character_menu .character_select li{
    padding:6px 15px 0 0;
}

.contents .sec_collection .character_menu .character_select li a{
    font-size: 12px;
    color: #000;
    cursor: pointer;
}

.contents .sec_collection .character_menu .character_select li a:hover{
    font-weight: bold;
    text-decoration: underline;
}
.contents .sec_collection02{
    margin: 0 36px;
    padding: 40px 0 22px;
    border-top: 1px solid #333;
}

.contents .sec_collection02 .collection_lst ul{
    overflow: hidden;
}

.contents .sec_collection02 .collection_lst ul li{
    float: left;
    width: 16.66%
}

.contents .sec_collection02 .collection_lst ul li a{
    display: block;
    position: relative;
    margin: 0 9px 18px;
}

.contents .sec_collection02 .collection_lst ul li a::after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    background-color: #000;
    transition: opacity 0.4s;
}

.contents .sec_collection02 .collection_lst ul li a:hover::after{
    opacity: 0.1;
}

.contents .sec_collection02 .collection_lst ul li a .product_txt{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 20;
    opacity: 0;
    transition: opacity 0.4s;
}

.contents .sec_collection02 .collection_lst ul li a:hover .product_txt{
    opacity: 1
}

.contents .sec_collection02 .collection_lst ul li a .product_txt h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #000;
    font-weight: normal;
}

.contents .sec_collection02 .collection_lst ul li a .product_txt p{
    overflow: hidden;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #646464;
}
/* COLLECTION_DETAIL */
.contents .sec_collection_detail{
    padding: 100px 440px 0 96px;
}

.contents .sec_collection_detail .collection_img{
    margin: 0 auto;
    padding-bottom: 100px;
    width: 800px;
}

.contents .sec_collection_detail .collection_img{
    display: block;
}

.contents .sec_collection_detail .collection_img ul li + li{
    margin-top: 60px;
}
.contents .sec_collection_detail .collection_txt{
    position: absolute;
    top:60px;
    right: 96px;
    width: 320px;
}

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

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

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

.contents .sec_collection_detail .collection_txt .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-weight: normal;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}

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

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

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

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

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

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

.contents .sec_collection_detail .collection_txt .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_collection_detail .collection_txt .info_list ul li a::after{
    content: '';
    position: absolute;
    top:40px;
    right: 18px;
    width: 7px;
    height: 7px;
    background: url(../img/ico_outlink.png) no-repeat 0 0;
    background-size: 7px 7px;
    -webkit-background-size: 7px 7px;
}

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

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

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

.contents .sec_collection_detail .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(../img/img_down.png) no-repeat 100% 5px;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}

.contents .sec_collection_detail .btn_share.on{
    background: url(../img/img_up.png) no-repeat 100% 5px;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}
.contents .sec_collection_detail .share_sns{
    padding-top: 26px;
    text-align: center;
}

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

}

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

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

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

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

.contents .sec_collection_detail02{
    margin: 0 36px;
    padding: 38px 0 40px;
    text-align: center;
    border-top: 1px solid #333;
}

.contents .sec_collection_detail02 h3{
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

.contents .sec_collection_detail02 ul{
    overflow: hidden;
    display: inline-block;
    padding-top: 27px;
    vertical-align: top;

}
.contents .sec_collection_detail02 ul li{
    float: left;
}

.contents .sec_collection_detail02 ul li + li{
    margin-left: 50px;
}

.contents .sec_collection_detail02 ul li a{
    display: block;
}

.contents .sec_collection_detail02 ul li strong{
    overflow: hidden;
    display: block;
    padding-top: 14px;
    width: 150px;
    text-align: center;
    font-size: 11px;
    color: #000;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contents .sec_collection_detail02 ul li p{
    overflow: hidden;
    padding-top: 3px;
    width: 150px;
    text-align: center;
    font-size: 11px;
    color: #646464;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ly_pop .ly_countrise{
    position: fixed;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 700px;
    background-color: #fff;
    z-index: 150;
}

.ly_pop .ly_countrise h4{
    margin: 0 17px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #000;
}
.ly_pop .ly_countrise .con_list{
    overflow: hidden;
    padding: 24px 30px;
}
.ly_pop .ly_countrise .con_list ul{
    float: left;
    width: 320px;
}

.ly_pop .ly_countrise .con_list li{
    font-size: 14px;
}

.ly_pop .ly_countrise .con_list li a{
    line-height: 22px;
    color: #000;

}

.ly_pop .ly_countrise .con_list{
    color: #000;
}

.ly_pop .ly_countrise .btn_close{
    overflow: hidden;
    position: absolute;
    top:21px;
    right: 22px;
    width: 17px;
    height: 17px;
    background: url(../img/img_close.png) no-repeat 0 0;
    background-size: 17px 17px;
    -webkit-background-size: 17px 17px;
    border: 0;
    text-indent: -9000px;

}


@media (min-width:1280px) and (max-width:1399px){
    .contents .sec_collection_detail .collection_img{
        width: 600px;
    }
}

@media all and (max-width:1279px){
    .contents .sec_collection_detail .collection_img{
        width: 400px;
    }
}
/* locator */
.contents .sec_locator {
    padding: 0 36px;
}
.contents .sec_locator ul{
    display: table;
    margin-bottom: 220px;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #333;
}
.contents .sec_locator ul li{
    overflow: hidden;
    position: relative;
    display: table-row;
    height: 290px;
}

.contents .sec_locator ul li + li h3, .sec_locator ul li + li .locator_detail{
    border-top: 1px solid #333
}

.contents .sec_locator ul li h3{
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
    font-size: 36px;
    font-weight: normal;
}

.contents .sec_locator ul li h3 a{
    color: #000;
}

.contents .sec_locator ul li h3 a:hover{
    text-decoration: underline;
}

.contents .sec_locator ul li .locator_detail{
    display: table-cell;
    padding: 3px 60px 0;
    vertical-align: middle;
    width: 320px;
}

.contents .sec_locator dl{
    padding: 12px 0 0;
}

.contents .sec_locator dl dt{
    padding: 0 0 9px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.contents .sec_locator dl dt a{
    color: #000;
}

.contents .sec_locator dl dt a:hover{
    text-decoration: underline;
}

.contents .sec_locator dl dd{
    font-size: 13px;
    color: #646464;
    line-height: 21px;
}

.contents .sec_locator .store_notice{
    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: 1080px;
    margin-left: -540px;
    z-index: 110
}

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


/* ERROR */

.contents .error {
    margin-top: 60px;
    padding: 36px
}

.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{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    height: 50px;
    text-align: right;
    background-color: #f4f4f4;
    z-index: 100;
}
.notice_banner + #wrap{
    margin-top: 50px;
}
.notice_banner a{
    display: block;
    line-height: 48px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Helvetica', Arial, '맑은 고딕', 'Malgun gothic', sans-serif;
}
.notice_banner .ico_arrow{
    display: inline-block;
    vertical-align: top;
    margin: 18px 36px 0 12px;

}
.sec_notice{
    overflow: hidden;
    position: relative;
    margin: 0 36px;
    padding: 54px 60px 58px;
}

.sec_notice .notice_tit{
    position: absolute;
    top:55px;
    left: 60px;
    width: 420px;
    color: #000;
    font-size: 20px;
}
.sec_notice .notice_con{
    position: relative;
    left: 50%;
    width: 420px;
}

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

/* FOOTER */

.footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -1px 36px 0;
    padding: 14px 0;
    border-top: 1px solid #333
}

.footer.fixed {
    position: absolute
}

.footer .footer_inner {
    position: relative
}

.footer .footer_inner .sns_area {
    overflow: hidden;
}

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

.footer .footer_inner .sns_area li:first-child {
    margin-left: 0;
}

.footer .footer_inner .sns_area li.lst_fb {
    background: url(../img/footer_pc_cn_fb.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.footer .footer_inner .sns_area li.lst_insta {
    background: url(../img/footer_pc_cn_insta.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.footer .footer_inner .sns_area li.lst_tw {
    background: url(../img/footer_pc_cn_twt.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.footer .footer_inner .sns_area li.lst_ytb {
    background: url(../img/footer_pc_cn_yt.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

.footer .footer_inner .sns_area li.lst_vlive {
    background: url(../img/footer_pc_cn_vlive.png) no-repeat 0 0;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px
}

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

.footer .footer_inner .copyright {
    position: absolute;
    top: -2px;
    right: 0
}

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

/* 20171102 BT21 무료 스티커 프로모션 */
.bt21_charge {
    padding-top: 120px;
    text-align: center;
}
.bt21_charge .img_tit {
    margin: 0 auto 80px;
    width: 490px;
    height: 120px;
    background: url(../img/bt21_charge/pc_img_title.png) no-repeat 0 0;
    background-size: 490px 120px;
    -webkit-background-size: 490px 120px;
    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(../img/bt21_charge/pc_img_title_en.png) no-repeat 0 0;
    background-size: 490px 120px;
    -webkit-background-size: 490px 120px;
}

[lang=zh-Hans] .bt21_charge .img_tit{
    background: url(../img/bt21_charge/pc_img_title_hans.png) no-repeat 0 0;
    background-size: 490px 120px;
    -webkit-background-size: 490px 120px;
}

[lang=zh-Hant] .bt21_charge .img_tit{
    background: url(../img/bt21_charge/pc_img_title_hant.png) no-repeat 0 0;
    background-size: 490px 120px;
    -webkit-background-size: 490px 120px;
}

[lang=ja] .bt21_charge .img_tit{
    background: url(../img/bt21_charge/pc_img_title_ja.png) no-repeat 0 0;
    background-size: 490px 120px;
    -webkit-background-size: 490px 120px;
}

.bt21_charge .img_slide {
    overflow: hidden;
    position: relative;
    height: 315px;
}

.bt21_charge .img_slide .img_wrap {
    overflow: hidden;
    width: 100%;
}

.bt21_charge .img_slide.img_slide01 .img_wrap .img {
    width: 100%;
    height: 315px;
    background: url(../img/bt21_charge/pc_sticker_line_01.gif) repeat-x 0 0;
    background-size: 2450px 310px;
    -webkit-background-size: 2450px 310px;
}

.bt21_charge .img_slide.img_slide02 .img_wrap .img {
    width: 100%;
    height: 315px;
    background: url(../img/bt21_charge/pc_sticker_line_02.gif) repeat-x 0 0;
    background-size: 2450px 310px;
    -webkit-background-size: 2450px 310px;
}


.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_slide01 .img_wrap .img{
    animation: ani_slide 50s infinite;
    -webkit-animation: ani_slide 50s 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 .img {
    animation: ani_slide02 50s infinite;
    -webkit-animation: ani_slide02 50s 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 .sec_video {
    position: relative;
    margin: 80px auto 0;
    width: 520px;
    height: 308px;
    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-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
}

.bt21_charge .sec_video a{
    display: block;
    height: 100%;
}

.bt21_charge .sec_video a::before {
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -60px;
    width: 120px;
    height: 54px;
    background: url(../img/bt21_charge/pc_btn_play.png) no-repeat 0 0;
    background-size: 120px 54px;
    -webkit-background-size: 120px 54px;
    z-index: 20;
}

.bt21_charge .sec_video a::after {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
    background-color: #000;
}

.bt21_charge .sec_video a:hover::after {
    opacity: 0.2;
}

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

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

.bt21_charge .sec_text p {
    margin-top:10px;
    line-height: 36px;
    font-size: 26px;
    font-weight: 300;
    color: #646464;
    text-align: center;
    word-wrap: break-word;
    word-break: keep-all;
}

.bt21_charge .sec_btn {
    overflow: hidden;
    margin: 77px auto 0;
    width: 816px;
}

.bt21_charge .sec_btn a {
    display: block;
    float: left;
    width: 398px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #000;
}

.bt21_charge .sec_btn a span{
    position: relative;
}

.bt21_charge .sec_btn .btn01 {
    color: #fff;
    font-weight: 300;
    border: 1px solid #000;
    background-color: #000;
    transition: all 0.3s;
}

.bt21_charge .sec_btn .btn01:hover {
    background-color: #3c3c3c;
}

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

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

.bt21_charge .sec_free {
    overflow: hidden;
    margin: 76px 36px 0;
    text-align: left;
    border-top: 1px solid #333;
}

.bt21_charge .sec_free .free_inner{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 816px;
}

.bt21_charge .sec_free .free_con{
    float: right;
}

.bt21_charge .sec_free img {
    position: absolute;
    top:50%;
    left: 150px;
    margin-top: -47px;
}

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

.bt21_charge .sec_free p {
    margin-top: 5px;
    line-height: 21px;
    font-size: 13px;
    color: #646464;
    font-weight: 300;
}

.bt21_charge .sec_btn_v2 {
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    height: 91px;
}

.bt21_charge .sec_btn_v2 [class*=btn] {
    display: block;
    float: left;
    width: 194px;
    height: 43px;
    line-height: 46px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    border: 1px solid #000;
    transition: all 0.4s;
}

.bt21_charge .sec_btn_v2 [class*=btn]:hover {
    background-color: #f5f5f5;
}

.bt21_charge .sec_btn_v2 .btn01.on {
    background-color: #f5f5f5;
}

.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(../img/bt21_charge/pc_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(../img/bt21_charge/pc_up.png) no-repeat 0 0;
    background-size: 12px 5px;
    -webkit-background-size: 12px 5px;
}

.bt21_charge .sec_btn_v2 .btn02 {
    margin-left: 8px;
}

.bt21_charge .down_list {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 19px;
}

.bt21_charge .down_list li {
    float: left;
}

.bt21_charge .down_list li + li{
    margin-left: 20px;
}

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

.bt21_charge .down_list li a:hover {
    font-weight: 600;
}

@keyframes ani_slide {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: 2450px;
    }
}

@-webkit-keyframes ani_slide {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: 2450px;
    }
}

@keyframes ani_slide02 {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -2450px;
    }
}

@-webkit-keyframes ani_slide02 {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -2450px;
    }
}

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

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

@media all and (max-width:1500px) {
    .bt21_charge .img_slide{
        height: 260px;
    }
    .bt21_charge .img_slide.img_slide01 .img_wrap .img {
        width: 100%;
        height: 260px;
        background: url(../img/bt21_charge/pc_sticker_line_01.gif) repeat-x 0 0;
        background-size: 2025px 260px;
        -webkit-background-size: 2025px 260px;
    }

    .bt21_charge .img_slide.img_slide02 .img_wrap .img {
        width: 100%;
        height: 260px;
        background: url(../img/bt21_charge/pc_sticker_line_02.gif) repeat-x 0 0;
        background-size: 2025px 260px;
        -webkit-background-size: 2025px 260px;
    }
        @keyframes ani_slide {
        from {
            background-position-x: 0;
        }
        to {
            background-position-x: 2025px;
        }
    }

    @-webkit-keyframes ani_slide {
        from {
            background-position-x: 0;
        }
        to {
            background-position-x: 2025px;
        }
    }

    @keyframes ani_slide02 {
        from {
            background-position-x: 0;
        }
        to {
            background-position-x: -2025px;
        }
    }

    @-webkit-keyframes ani_slide02 {
        from {
            background-position-x: 0;
        }
        to {
            background-position-x: -2025px;
        }
    }
}

/* 171204 boon */
#wrap.boon {
    min-width: 1200px;
    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 {
    padding-top: 100px;
    text-align: center;
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", 맑은고딕, "NanumBarun Gothic", 나눔바른고딕, tahoma, sans-serif;
}

.bt21_boon .img_tit {
    width: 570px;
    height: 90px;
    margin: 0 auto 70px;
    background: url(../img/boon/boon_pc_title.png) 0 0 no-repeat;
    background-size: 570px 90px;
    -webkit-background-size: 570px 90px;
    animation: ani_fade 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
    -webkit-animation: ani_fade 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
    -ms-animation: ani_fade 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
    -o-animation: ani_fade 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
    opacity: 0;
}

.bt21_boon .img_tit2 {
    width: 510px;
    height: 170px;
    margin: 0 auto 240px;
    background: url(../img/boon/boon_pc_event.png) 0 0 no-repeat;
    background-size: 510px 170px;
    -webkit-background-size: 510px 170px;
}

.bt21_boon .spot_kv {
    margin-top: 100px;
    animation: ani_fade2 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1.3s forwards;
    -webkit-animation: ani_fade2 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1.3s forwards;
    -ms-animation: ani_fade2 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1.3s forwards;
    -o-animation: ani_fade2 1.5s cubic-bezier(0.4, 0, 0.2, 1) 1.3s forwards;
    opacity: 0;
}

.bt21_boon .spot_kv img {
    display: block;
    margin: 0 auto;
}

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

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

.bt21_boon .visual {
    overflow: hidden;
    width: 100%;
    margin-bottom: 140px;
}

.bt21_boon .visual_sec {
    overflow: hidden;
    margin-bottom: 80px;
}

.bt21_boon .visual_sec > div {
    float: left;
    position: relative;
    width: 50%;
}

.bt21_boon .visual .lft {
    padding-top: 310px;
}

.bt21_boon .visual .lft > div, .bt21_boon .visual .rgt > div {
    position: relative;
}

.bt21_boon .visual .img_big2 {
    margin: 0 115px 335px 96px;
}

.bt21_boon .visual .img_big3 {
    margin: 0 300px 240px 0;
}

.bt21_boon .visual .img_big4 {
    margin: 0 300px 115px 0;
}

.bt21_boon .visual .img_big5 {
    margin: 0 54px 250px 0;
}

.bt21_boon .visual .img_big6 {
    margin: 0 180px 120px 210px;
}

.bt21_boon .visual .img_small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    height: 180px;
}

.bt21_boon .visual .img_small.v2 {
    right: initial;
    left: -218px;
    bottom: -216px;
    width: 188px;
    height: 116px;
}

.bt21_boon .visual .img_small.v2 img {
    opacity: 1;
}

.bt21_boon .visual .img_small.v3 {
    right: 0;
    top: -95px;
    bottom: initial;
    width: 218px;
    height: 146px;
}

.bt21_boon .visual .img_small.v4 {
    right: 42px;
    bottom: -160px;
    width: 181px;
    height: 220px;
}

.bt21_boon .visual .img_small.v5 {
    position: absolute;
    left: 96px;
    bottom: -140px;
    width: 200px;
    height: 140px;
}

.bt21_boon .visual .img_small.v6 {
    right: 27px;
    bottom: 0;
    width: 176px;
    height: 200px;
}

.bt21_boon .boon_gallery {
    position: relative;
    padding: 0 36px;
}

.bt21_boon .boon_gallery .page_area {
    padding-top: 35px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-align: center;
    font-family: 'Helvetica', Arial;
}

.bt21_boon .boon_gallery  .page_area .current {
    text-decoration: underline;
}

.bt21_boon .boon_slick {
    position: static;
    max-width: 980px;
    margin: 0 auto;
}

.bt21_boon .boon_slick button {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 29px;
    margin-top: -15px;
    border: 0;
    outline: none;
    cursor: pointer;
    background: url(../img/boon/boon_pc_gal_arr.png) 0 0 no-repeat;
    background-size: 30px 29px;
    -webkit-background-size: 30px 29px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    z-index: 1;
}

.bt21_boon .boon_slick button.slick-prev {
    background-position: 0 0;
    left: 96px;
}

.bt21_boon .boon_slick button.slick-next {
    background-position: -15px 0;
    right: 96px;
}

.bt21_boon .location {
    margin: 0 36px;
    padding: 100px 0 79px;
    border-top: 1px solid #000;
}

.bt21_boon .location ul {
    display: table;
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto;
    table-layout: fixed;
}

.bt21_boon .location li {
    display: table-cell;
    vertical-align: top;
}

.bt21_boon .location li:first-child {
    padding-right: 60px;
}

.bt21_boon .location .sub_tit, .bt21_boon .promotion .sub_tit {
    background: url(../img/boon/boon_pc_pro_txt_v2.png) 0 0 no-repeat;
    background-size: 380px 225px;
    -webkit-background-size: 380px 225px;
}

.bt21_boon .location .sub_tit {
    display: block;
    width: 260px;
    height: 60px;
    margin: 0 auto 60px;
    background-position: 0 0;
}

.bt21_boon .location .sub_tit.v2 {
    width: 310px;
    background-position: 0 -65px;
}

.bt21_boon .location .adrs {
    padding-top: 20px;
    font-size: 11px;
    line-height: 16px;
    color: #000;
    font-family: 'Helvetica', Arial;
}

.bt21_boon .promotion {
    margin: 0 36px;
    padding: 100px 0 100px;
    border-top: 1px solid #000;
}

.bt21_boon .promotion .sub_tit {
    margin: 0 auto 71px;
    width: 380px;
    height: 60px;
    background-position: 0 -130px;
}

.bt21_boon .promotion .sub_tit.v2 {
    width: 39px;
    height: 17px;
    margin-bottom: 6px;
    background-position: 0 -195px;
}

.bt21_boon .promotion .sub_tit.v3 {
    width: 157px;
    height: 17px;
    margin-bottom: 6px;
    background-position: -100px -195px;
}

.bt21_boon .promotion .txt {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.bt21_boon .promotion .noti {
    padding-top: 8px;
    font-size: 11px;
    color: #888;
}

.bt21_boon .promotion .img_slide {
    overflow: hidden;
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 40px;
}

.bt21_boon .promotion .sub_evt {
    display: table;
    max-width: 1180px;
    padding-top: 73px;
    margin: 0 auto;
}

.bt21_boon .promotion .sub_evt li {
    display: table-cell;
    width: 560px;
    text-align: center;
    vertical-align: top;
}

.bt21_boon .promotion .sub_evt li:first-child {
    padding-right: 60px;
}

.bt21_boon .promotion .sub_evt .txt {
    margin-bottom: 33px;
}

.bt21_boon .intro {
    padding: 120px 0 184px;
    margin: 0 36px;
    border-top: 1px solid #000;
}

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

.bt21_boon .intro a {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

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

.bt21_boon .fixed_tit {
    position: fixed;
    bottom: 65px;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.bt21_boon .fixed_tit.on {
    opacity: 1;
}

.bt21_boon .fixed_tit .tit_slide {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 20px;
}

.bt21_boon .fixed_tit .img_wrap {
    overflow: hidden;
    position: absolute;
    animation: txt_slide 70s linear infinite;
    -webkit-animation: txt_slide 70s linear infinite;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.bt21_boon .fixed_tit .tit_slide .img {
    display: block;
    float: left;
    width: 925px;
    height: 20px;
    background: url(../img/boon/tag1_pc.png) 0 0 no-repeat;
    background-size: 925px 20px;
    -webkit-background-size: 925px 20px;
}

.bt21_boon .fixed_tit .tit_slide.v2 {
    margin-top: 7px;
}

.bt21_boon .fixed_tit .tit_slide.v2 .img_wrap {
    animation: txt_slide2 70s linear infinite;
    -webkit-animation: txt_slide2 70s linear infinite;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
}

.bt21_boon .fixed_tit .tit_slide.v2 .img {
    width: 867px;
    background: url(../img/boon/tag2_pc.png) 0 0 no-repeat;
    background-size: 867px 20px;
    -webkit-background-size: 867px 20px;
}

.boon .sns_menu {
    position: fixed;
    right: 0;
    bottom: 112px;
    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(../img/boon/boon_share.png) 0 0 no-repeat;
    background-size: 86px 74px;
    -webkit-background-size: 86px 74px;
    -webkit-appearance: none;
    outline: none;
    visibility: hidden;
    cursor: pointer;
}

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

.boon .sns_menu .sns_lst {
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 145px;
    height: 197px;
    padding-top: 44px;
    background: url(../img/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;
}

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

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

@keyframes ani_fade {
    from {
        margin-top: 70px;
        opacity: 0;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes ani_fade {
    from {
        margin-top: 70px;
        opacity: 0;
    }
    to {
        margin-top: 0;
        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 poster_slide {
    from {
        left: -925px;
    }
    to {
        left: 0;
    }
}

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

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

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

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

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

/* GAME */
.contents .sec_game {
    padding-bottom: 510px;
}

.contents .sec_game .game_wrap {
    overflow: hidden;
    width: 900px;
    padding: 57px 0 32px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #333;
}

.contents .game_wrap .txt_game {
    float: left;
    width: 520px;
}

.contents .game_wrap .txt_game .game_title {
    display: block;
    padding: 6px 0 14px;
    font-size: 36px;
    color: #000;
    line-height: 32px;
    letter-spacing: -.36px;
    font-weight: normal;
}

.contents .game_wrap .txt_game .game_desc {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -.16px;
    color: #646464;
}

.contents .game_wrap .txt_game .link_area {
    overflow: hidden;
    margin-top: 26px;
}

.contents .game_wrap .txt_game .link_area a {
    display: block;
    float: left;
}

.contents .game_wrap .txt_game .link_area .link_appstore {
    width: 120px;
    height: 40px;
    margin-right: 14px;
    background: url(../img/btn_appstore.png) no-repeat 50% 0;
    background-size: 120px 40px;
    -webkit-background-size: 120px 40px;
}

.contents .game_wrap .txt_game .link_area .link_googelplay {
    width: 134px;
    height: 40px;
    background: url(../img/btn_googleplay.png) no-repeat 50% 0;
    background-size: 134px 40px;
    -webkit-background-size: 134px 40px;
}

.contents .game_wrap .img_game {
    float: right;
}

.btn_top {
    display: block;
    position: fixed;
    bottom: 52px;
    right: 32px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 30px;
    background: #fff url(../img/btn_top.png) no-repeat 50% 0;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    cursor: pointer;
    outline: 0;
    z-index: 100;
}

.btn_top.ani_show {
    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_top.ani_hide {
    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
    }
}

[lang="zh-hans"] .contents .sec_relations ul li .inner p, [lang="zh-hant"] .contents .sec_relations ul li .inner p {
    word-break: normal;
}
