@charset "utf-8";
@import url(http://js.nx.com/s3/closers/common/fonts.css);

/*!
 * 클로저스  Stylesheet
 * http://closers.nexon.com
 */

/* Styles
-------------------------------------------------------------- */
body,
html {
    width: 100%;
    height: 100%;
    background: #0d1329;
}

.innerWrap a,
.innerWrap button {
    background: url(../images/bg_link.png) no-repeat;
}

#wrap .btn {
    cursor: default;
}

/* 공통 */
#wrap {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
}

#wrap .loader {
    display: none;
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
}

#wrap .innerWrap {
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 1280px;
}

.tab {
    z-index: 100;
    position: absolute;
    height: 150px;
    top: 850px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    min-width: 1280px;
    background: url(../images/bg_tabbar.png) center 0 no-repeat;
}

.tab.fixed {
    position: fixed;
    top: 51px;
}

.tab ul {
    margin-left: 199px
}

.tab .list li {
    position: relative;
    float: left;
    width: 220px;
    height: 100px;
    /*margin-right: 2px;*/
    cursor: pointer;
}

.tab .list li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(../images/btn_tab.png) no-repeat;
}

.tab .list li._01 a {
    background-position-x: 0px;
}

.tab .list li._02 a {
    background-position-x: -220px;
}

.tab .list li._03 a {
    background-position-x: -440px;
}

.tab .list li._04 a {
    background-position-x: -660px;
}

.tab .list li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100px;
    text-indent: -9999px;
    background: url(../images/btn_tab_on.png) 0 0 no-repeat;
    transition: all 0.3s;
}

.tab .list li.on a::after,
.tab .list li a:hover::after {
    width: 220px;
    transition: all 0.3s;
}

.tab .list li._01 a::after {
    background-position-x: 0px;
}

.tab .list li._02 a::after {
    background-position-x: -220px;
}

.tab .list li._03 a::after {
    background-position-x: -440px;
}

.tab .list li._04 a::after {
    background-position-x: -660px;
}

.tab_header {
    position: relative;
    top: 0;
    left: 0;
    height: 1030px;
}

.tab_header .effect {
    position: relative;
    top: 0;
    left: 0;
    height: 1030px;
    overflow: hidden;
}

.tab_header .effect .bg_header {
    position: absolute;
    opacity: 1;
    top: 0;
    left: -320px;
    width: 1920px;
    height: 1030px;
    background: url(../images/bg_header.jpg) no-repeat;
}

.tab_header .effect .bg_header2 {
    position: absolute;
    opacity: 1;
    top: 0;
    left: -320px;
    width: 1920px;
    height: 1030px;
    background: url(../images/bg_header2.jpg) no-repeat;
}

.tab_header .effect .title {
    position: absolute;
    top: 62px;
    left: 256px;
    width: 763px;
    height: 271px;
    background: url(../images/img_title.png) no-repeat;
    opacity: 1;
    transform: perspective(200px) translateZ(0px);
}

.tab_header .effect .char {
    position: absolute;
    opacity: 1;
    top: 93px;
    right: -320px;
    width: 731px;
    height: 937px;
    background: url(../images/bg_header_char.png) no-repeat;
}

.tab_header .effect .bear {
    position: absolute;
    opacity: 1;
    transform-origin: center center;
    top: 210px;
    left: 0;
    width: 178px;
    height: 180px;
    background: url(../images/bg_header_bear.png) no-repeat;
}

.tab_header .effect .field {
    position: absolute;
    transform-origin: bottom center;
    top: 335px;
    left: -320px;
    width: 1920px;
    height: 695px;
    opacity: 1;
    transform: scale(1);
    transform: perspective(200px) translateZ(0px);
}

.tab_header .effect .bg_field {
    z-index: 1;
    position: absolute;
    width: 1920px;
    height: 695px;
    background: url(../images/bg_header_field.png) no-repeat;
}



/* 기본 둥실둥실 */
.tab_header .effect .balloon {
    position: absolute;
    opacity: 1;
    top: 144px;
    left: 489px;
    width: 214px;
    height: 361px;
    background-image: url(../images/left_balloon.png);
}

.tab_header .effect .balloon.right {
    width: 219px;
    height: 327px;
    left: 1236px;
    background-image: url(../images/right_balloon.png);
}

/* 기본 둥실둥실 */

.contentsWrap {
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
    height: 100%;
}

.tabContentsList {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
}

.tabContentsList .contents {
    z-index: 0;
    position: absolute;
    width: 1920px;
    opacity: 0;
    transition: opacity 1s;
}

.contents.active {
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s;
}

#tabContents1 {
    background: url(../images/bg_tab_01.jpg) center 0 no-repeat;
}

#tabContents1 .innerWrap {
    height: 1145px;
}

#tabContents2 {
    background: url(../images/bg_tab_02.jpg) center 0 no-repeat;
}

#tabContents2 .innerWrap {
    height: 1671px;
}

#tabContents3 {
    background: url(../images/bg_tab_03.jpg) center 0 no-repeat;
}

#tabContents3 .innerWrap {
    height: 1539px;
}

#tabContents4 {
    background: url(../images/bg_tab_04.jpg) center 0 no-repeat;
}

#tabContents4 .innerWrap {
    height: 1160px;
}

#tabContents4 .detail a {
    display: none;
}

#tabContents4 .detail {
    position: absolute;
    top: 570px;
    left: 275px;
    display: block;
    width: 50px;
    height: 50px;
}

#tabContents4 .detail .tooltip {
    position: absolute;
    top: 24px;
    left: 8px;
    width: 0px;
    height: 89px;
    opacity: 0;
    transition: all 0.2s;
    background: url(../images/tab4_tooltip.png) no-repeat;
}

#tabContents4 .detail:hover .tooltip {
    width: 544px;
    opacity: 1;
}

.recommentArea {
    position: relative;
    top: 1151px;
    left: 0px;
    width: 100%;
}

.recommentArea .listLength {
    position: absolute;
    top: -117px;
    right: 22px;
    width: 100%;
    padding: 0 0 5px 0;
    color: #565f7e;
    text-align: right;
    font-size: 13px;
}

.recommentArea .listLength span {
    color: #19abff;
}

.typePost .inputBox {
    position: absolute;
    top: 0px;
    left: 132px;
    width: 1018px;
    height: 76px;
    background: none;
}

.typePost .char {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 67px;
    height: 54px;
    background: url(../images/bx_char.png) no-repeat;
}

.typePost .inputBox textarea {
    padding: 10px;
    float: left;
    margin: 12px 0 0 80px;
    width: 854px;
    height: 33px;
    background: white;
    border: 0;
    resize: none;
    font-size: 13px;
    color: #10213e;
}

.typePost .inputBox .btn {
    float: left;
    margin-top: 11px;
}

.typePost .inputBox .btn button {
    display: block;
    width: 53px;
    height: 54px;
    background: none;
    text-indent: -9999px;
    background: none;
}

.typePost #commentArea {
    position: absolute;
    top: 98px;
    left: 132px;
    width: 1040px;
}

.typePost .commentList {
    margin-left: 0px;
    width: 100%;
}

.typePost .commentList li {
    margin: 0 24px 25px 0;
    float: left;
    position: relative;
    width: 236px;
    height: 168px;
    background: url(../images/bg_comment.jpg) no-repeat;
}

.typePost .commentList .noList {
    left: 0px;
    top: 0px;
    text-align: center;
    padding: 50px 0 0 0;
    height: 123px;
    color: #626a7c;
}

.typePost .commentList li .char {
    position: absolute;
    left: 20px;
    top: 102px;
}

.typePost .commentList li .desc {
    padding: 16px 0 0 19px;
    position: relative;
    font-size: 13px;
    width: 200px;
    font-size: 14px;
    color: #626a7c;
}

.typePost .commentList li .desc .scroll {
    overflow-y: auto;
    height: 80px;
    width: 100%;
}

.typePost .commentList li .desc .scroll .comment {
    word-break: break-all;
    word-wrap: break-word;
}

.typePost .commentList li .nick {
    position: absolute;
    top: 119px;
    right: 17px;
    font-size: 11px;
    color: #33415f;
}

.typePost .commentList li .date {
    position: absolute;
    top: 139px;
    right: 17px;
    color: #626a7c;
    font-size: 11px;
}

.typePost .commentList .ico_del,
.typePost .commentList .ico_new {
    margin-left: 5px;
}

.typePost .paging {
    position: absolute;
    margin-left: -20px;
    top: 586px;
    left: 10px;
    width: 100%;
    text-align: center;
}

.typePost .paging ul {
    display: inline-block;
    zoom: 1;
    cursor: default;
}

.typePost .paging li {
    float: left;
}

.typePost .paging li strong {
    margin: 0 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    color: #07a4f6;
}

.typePost .paging li a {
    margin: 0 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
}

.typePost .paging li a:hover {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.typePost .paging li .first,
.typePost .paging li .prev,
.typePost .paging li .next,
.typePost .paging li .last {
    margin-top: 0px;
    display: block;
    text-indent: -9999px;
}

.typePost .paging li .first {
    background: url(../images/ico_first.png) no-repeat center center;
    border: 0;
    border-radius: 0;
}

.typePost .paging li .prev {
    background: url(../images/ico_prev.png) no-repeat center center;
    border: 0;
    border-radius: 0;
}

.typePost .paging li .next {
    background: url(../images/ico_next.png) no-repeat center center;
    border: 0;
    border-radius: 0;
}

.typePost .paging li .last {
    background: url(../images/ico_last.png) no-repeat center center;
    border: 0;
    border-radius: 0;
}


/*  레이어 팝업 */
.overlay {
    z-index: 199;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

.layerPop {
    z-index: 300;
    position: fixed;
    top: 50%;
    left: 50%;
}

.layerPop .close {
    position: absolute;
    top: 0px;
    right: 0px;
}

.layerPop .close button {
    display: block;
    text-indent: -9999px;
    width: 26px;
    height: 26px;
}

.layerPop .confirm {
    position: absolute;
    bottom: 25px;
    left: 212px;
}

.layerPop .confirm button {
    display: block;
    text-indent: -9999px;
    width: 146px;
    height: 46px;
    transition: all 0.2s;
    background: url(../images/btn_confirm.png);
}

.layerPop .confirm button::after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    background: url(../images/btn_confirm_over.png);
    transition: all 0.2s;
}

.layerPop .confirm button:hover::after {
    opacity: 1;
}

#popDetail_1 {
    margin: -122px 0 0 -262px;
    width: 525px;
    height: 245px;
    background: url(../images/img_popDetail1.png) no-repeat;
}

#PS_Dimmed {
    position: fixed !important;
}

iframe[name='google_conversion_frame'] {
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: -1000%;
    overflow: hidden;
}