@charset "utf-8";
/* CSS Document */

/** base **/
html,
body {
    height: 100%;
    overflow-y: hidden;
}

body {
    position: relative;
    min-width: 1200px;
    font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', 'Malgun Gothic', 'Dotum', 'Arial', sans-serif;
    font-size: 12px;
    color: #333;
}

.posNum {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 50px;
    margin: -25px 0 0 -150px;
    background: #111;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}

/** scrollBox **/
.scrollBox {
    min-width: 1200px;
    height: 100%;
    position: relative;
}

.scrollBox .wrap {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.scrollBox .wrap > div {
    height: 980px;
    position: relative;

}

.scrollBox .wrap .objs > li {
    position: absolute;
    left: 50%; /* 브라우저 창의 크기에 따라 반응을 해야 해서 가운데 기준을 잡는다 */
}

/** Scene01 **/
#scene01 {
    padding-left: 316px; /* 메뉴 높이값만큼 여백 넣기 */
    background: url("../img/main/main_visual.jpg") no-repeat center top;
}

#scene01 .star {
    -webkit-animation: spin 40s infinite linear;
    -o-animation: spin 40s infinite linear;
    -moz-animation: spin 40s infinite linear;
    animation: spin 40s infinite linear;
    position: absolute;
    top: 0;

}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#scene01 .star2 {
    -webkit-animation: spin 60s infinite linear;
    -o-animation: spin 60s infinite linear;
    -moz-animation: spin 60s infinite linear;
    animation: spin 60s infinite linear;
    position: absolute;
    top: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


#scene01 .main_typo {
    text-align: center;
    position: relative;

}

#scene01 .main_typo li {
    margin-bottom: 40px;

}

#scene01 .main_typo .list1 {
    position: absolute;
    top: 377px;
    left: 489px;
    opacity: 0;
}

#scene01 .main_typo .list2 {
    position: absolute;
    top: 377px;
    left: 872px;
    opacity: 0;
}

#scene01 .main_typo .list3 {
    position: absolute;
    top: 491px;
    left: 533px;
    opacity: 0;

}

#scene01 .main_typo .list4 {
    position: absolute;
    top: 613px;
    left: 655px;
    opacity: 0;

}

#scene01 .main_typo li:nth-child(2) {
    float: right;
}

#scene01 .main_typo .left {
    position: absolute;
    left: 750px;
    top: 300px;
    height: 0;
    overflow: hidden;
}

#scene01 .main_typo .right {
    position: absolute;
    left: 808px;
    top: 300px;
    height: 0;
    overflow: hidden;
}

/** gnb **/
.gnb {
    width: 316px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    text-align: center;
    float: left;
    margin: 0 auto;

}

#scene01 .gnb .left {
    width: 316px;
    height: 100%;
    background: #18191f;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    float: left;
    margin: 0 auto;
    z-index: 1;
}

#scene01 .gnb .gnb_top {
    width: 120px;
    margin: 0 auto 210px;
    padding-top: 30px;

}

#scene01 .gnb .gnb_top > div {
    float: left;
}

#scene01 .gnb .gnb_top > div:nth-child(1) {
    margin-right: 30px;
}

#scene01 .gnb h1 {
    margin-bottom: 63px;
}

#scene01 .gnb .innerGnb {
    margin-bottom: 290px;
    position: relative;

}

#scene01 .gnb .innerGnb > li {
    margin-bottom: 26px;

}

#scene01 .gnb .gnb_footer {
    margin-left: 44px;

}

#scene01 .gnb .gnb_footer > li {
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #a8aaaf;
    margin-left: 10px;
    margin-bottom: 10px;
}

#scene01 .gnb .gnb_footer > li img {
    position: relative;
    top: 4px;
}

#scene01 .gnb > p {
    font-size: 11px;
    color: #a8aaaf;
    margin-bottom: 21px;

}

#scene01 .gnb .sub {
    width: 153px;
    height: 980px;
    background: rgba(24, 25, 31, 0.5);
    position: absolute;
    top: 0;
    left: 0;

}

#scene01 .gnb .sub_menu1 > li:nth-child(1) {
    padding-top: 345px;
}

#scene01 .gnb .sub_menu1 > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 30px;

}

#scene01 .gnb .sub_menu1 > li:hover {
    display: block;
}

#scene01 .gnb .sub_menu2 > li:nth-child(1) {
    padding-top: 345px;
}

#scene01 .gnb .sub_menu2 > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 30px;

}

#scene01 .gnb .sub_menu2 > li:hover {
    display: block;
}

#scene01 .gnb .sub_menu3 > li:nth-child(1) {
    padding-top: 345px;
}

#scene01 .gnb .sub_menu3 > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 30px;

}

#scene01 .gnb .sub_menu3 > li:hover {
    display: block;
}

#scene01 .gnb .sub_menu4 > li:nth-child(1) {
    padding-top: 345px;
}

#scene01 .gnb .sub_menu4 > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 30px;

}

#scene01 .gnb .sub_menu4 > li:hover {
    display: block;
}

#scene01 .gnb .sub_menu5 > li:nth-child(1) {
    padding-top: 345px;
}

#scene01 .gnb .sub_menu5 > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 30px;

}

#scene01 .gnb .sub_menu5 > li:hover {
    display: block;
}

#scene01 .gnb .family {
    width: 260px;
    height: 30px;
    border: 1px solid #52545a;
    position: relative;
    left: 28px;
    bottom: -10px;
}

#scene01 .gnb .family > a {
    font-size: 12px;
    color: #a8aaaf;
    margin-left: 14px;
    margin-top: 10px;
    float: left;
    line-height: 12px;

}

#scene01 .gnb .family:hover {
    background: #0c0c0e;
}

#scene01 .gnb .family .plus {
    width: 11px;
    height: 11px;
    position: absolute;
    bottom: 9px;
    right: 12px;
    background: url("../img/common/top_menu_plus.png") no-repeat center top;
}

#scene01 .gnb .family ul {
    position: relative;
    top: -178px;
    left: -1px;
    float: left;
    display: none;
    border: 1px solid #52545a;
    border-bottom: none;

}

#scene01 .gnb .family:hover ul {
    background: #18191f;
    display: block;
}

#scene01 .gnb .family ul > li > a {
    width: 250px;
    height: 20px;
    color: #928e8b;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #52545a;
    display: block;
}

#scene01 .gnb .family ul > li > a:hover {
    color: white;
    background: #ff5000;
}

/** Scene02 **/
#scene02 {

    background: url("../img/main/s2-bg.jpg") repeat center top;
}

#scene02 .inner {
    width: 1227px;
    margin: 0 auto;
    position: relative;
    top: 84px;
}

#scene02 .inner > div {
    width: 357px;
    height: 387px;
    float: left;
    margin-right: 28px;
    overflow: hidden;
}

#scene02 .inner .list3, #scene02 .inner .list6 {
    margin-right: 0;
}

#scene02 .inner .list1, #scene02 .inner .list2, #scene02 .inner .list3 {
    margin-bottom: 43px;
}

#scene02 .inner .list1 {
    background: url("../img/main/s2-content01.jpg") no-repeat center top;
}

#scene02 .inner .list2 {
    background: url("../img/main/s2-content02.jpg") no-repeat center top;
    position: relative;
}

#scene02 .inner .list3 {
    background: url("../img/main/s2-content03.jpg") no-repeat center top;
}

#scene02 .inner .list4 {
    background: url("../img/main/s2-content04.jpg") no-repeat center top;
}

#scene02 .inner .list5 {
    background: url("../img/main/s2-content05.jpg") no-repeat center top;
}

#scene02 .inner .list6 {
    background: url("../img/main/s2-content06.jpg") no-repeat center top;
}

#scene02 .inner .list1 .over {
    position: relative;
    left: -357px;
    top: 0;
    transition: all .2s;
}

#scene02 .inner div > .link_btn {
    position: absolute;
    left: 44px;
    bottom: 38px;
    transition: all .2s;

}

#scene02 .inner .list2 .over {
    position: relative;
    left: -357px;
    top: 0;
    transition: all .2s;
}

#scene02 .inner .list3 .over {
    position: relative;
    left: -357px;
    top: 0;
    transition: all .2s;
}

#scene02 .inner .list4 .over {
    position: relative;
    left: -357px;
    top: 0;
    transition: all .2s;
}

#scene02 .inner .list5 .over {
    position: relative;
    left: -357px;
    top: 0;
    transition: all .2s;
}

#scene02 .inner .list6 .over {
    position: relative;
    left: -357px;
    top: 0;
    transition: all .2s;
}

#scene02 .inner div:hover .over {
    left: 0;
}

/** Scene03 **/
#scene03 {

}

#scene03 > div {
}

.innermenu {
    width: 510px;
    height: 805px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 175px;
    overflow: hidden;
}

.innermenu > li {
    height: 163px;
    border-bottom: 1px solid #cfcfcf;
}

.innermenu > li:hover {
    background: #18191e;

}

.innermenu > li:nth-child(1) {
    border-top: 1px solid #cfcfcf;
}

.innermenu > li:nth-child(5) {
    border-bottom: none;
}

.innermenu > li > div {
    text-align: center;
    padding-top: 74px;
    position: relative;

}

.innermenu > .list1 {
    background: url("../img/main/s3_menu01.png") no-repeat center center;
}

.innermenu > .list2 {
    background: url("../img/main/s3_menu02.png") no-repeat center center;
}

.innermenu > .list3 {
    background: url("../img/main/s3_menu03.png") no-repeat center center;
}

.innermenu > .list4 {
    background: url("../img/main/s3_menu04.png") no-repeat center center;
}

.innermenu > .list5 {
    background: url("../img/main/s3_menu05.png") no-repeat center center;
}

.innermenu > .list1 .over {
    position: relative;
    left: 0;
    top: 0;
    display: none;
}

/*======================================*/
.innermenu > .list1 .over > div {
    position: absolute;
    opacity: 0;
}

.innermenu > .list1 .over .top {
    top: 0;
    left: 228px;
}

.innermenu > .list1 .over .bottom {
    top: 150px;
    left: 212px;
}

/*======================================*/

.innermenu > .list2 .over {
    position: relative;
    left: 0;
    top: 0;
    display: none;

}

.innermenu > .list2 .over > div {
    position: absolute;
    opacity: 0;
}

.innermenu > .list2 .over .top {
    top: 0;
    left: 218px;
}

.innermenu > .list2 .over .bottom {
    top: 150px;
    left: 204px;
}

.innermenu > .list3 .over {
    position: relative;
    left: 0;
    top: 0;
    display: none;

}

.innermenu > .list3 .over > div {
    position: absolute;
    opacity: 0;
}

.innermenu > .list3 .over .top {
    top: 0;
    left: 207px;
}

.innermenu > .list3 .over .bottom {
    top: 150px;
    left: 217px;
}

.innermenu > .list4 .over {
    position: relative;
    left: 0;
    top: 0;
    display: none;

}

.innermenu > .list4 .over > div {
    position: absolute;
    opacity: 0;
}

.innermenu > .list4 .over .top {
    top: 0;
    left: 243px;
}

.innermenu > .list4 .over .bottom {
    top: 150px;
    left: 194px;
}

.innermenu > .list5 .over {
    position: relative;
    left: 0;
    top: 0;
    display: none;

}

.innermenu li:hover .over {
    display: block;
}

#scene03 .s3_content1 {
    width: 1410px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -450px;
    background: url("../img/main/s3_content1_bg.jpg") no-repeat center top;

}

#scene03 .s3_content1 .right {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 1410px;
    top: 0;

}

#scene03 .s3_content1 .right .back {
    position: absolute;
    left: 90px;
    top: 460px;
    cursor: pointer;
}

#scene03 .s3_content1 .right .text1 {
    width: 947px;
    height: 100%;
    background: url("../img/main/s3_content1_next_bg.jpg") no-repeat center top;
    float: left;
}

#scene03 .s3_content1 .right .text2 {
    width: 973px;
    height: 980px;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
}

#scene03 .s3_content2 {
    width: 1410px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -450px;
    background: url("../img/main/s3_content2_bg.jpg") no-repeat center top;
    display: none;
}

#scene03 .s3_content2 .right {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 1410px;
    top: 0;

}

#scene03 .s3_content2 .right .back {
    position: absolute;
    left: 90px;
    top: 460px;
    cursor: pointer;
}

#scene03 .s3_content2 .right .text1 {
    width: 947px;
    height: 100%;
    background: url("../img/main/s3_content2_next_bg.jpg") no-repeat center top;
    float: left;

}

#scene03 .s3_content2 .right .text2 {
    width: 973px;
    height: 980px;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;

}

#scene03 .s3_content3 {
    width: 1410px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -450px;
    background: url("../img/main/s3_content3_bg.jpg") no-repeat center top;
    display: none;

}

#scene03 .s3_content3 .right {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 1410px;
    top: 0;

}

#scene03 .s3_content3 .right .back {
    position: absolute;
    left: 90px;
    top: 460px;
    cursor: pointer;
}

#scene03 .s3_content3 .right .text1 {
    width: 947px;
    height: 100%;
    background: url("../img/main/s3_content3_next_bg.jpg") no-repeat center top;
    float: left;

}

#scene03 .s3_content3 .right .text2 {
    width: 973px;
    height: 980px;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;

}

#scene03 .s3_content4 {
    width: 1410px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -450px;
    background: url("../img/main/s3_content4_bg.jpg") no-repeat center top;
    display: none;
}

#scene03 .s3_content4 .right {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 1410px;
    top: 0;

}

#scene03 .s3_content4 .right .back {
    position: absolute;
    left: 90px;
    top: 460px;
    cursor: pointer;
}

#scene03 .s3_content4 .right .text1 {
    width: 947px;
    height: 100%;
    background: url("../img/main/s3_content4_next_bg.jpg") no-repeat center top;
    float: left;
}

#scene03 .s3_content4 .right .text2 {
    width: 973px;
    height: 980px;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
}

#scene03 .s3_content5 {
    width: 1410px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -450px;
    background: url("../img/main/s3_content5_bg.jpg") no-repeat center top;
    display: none;
}

#scene03 .s3_content5 .right {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 1410px;
    top: 0;
}

#scene03 .s3_content5 .right .back {
    position: absolute;
    left: 90px;
    top: 460px;
    cursor: pointer;
}

#scene03 .s3_content5 .right .text1 {
    width: 947px;
    height: 100%;
    background: url("../img/main/s3_content5_next_bg.jpg") no-repeat center top;
    float: left;
}

#scene03 .s3_content5 .right .text2 {
    width: 973px;
    height: 980px;
    float: left;
    overflow: hidden;
    overflow-y: scroll;
}

#ascrail2001-hr,
#ascrail2002-hr,
#ascrail2003-hr,
#ascrail2004-hr,
#ascrail2005-hr {
    display: none !important;
}

#scene03 .s3_text1 {
    width: 537px;
    height: 820px;
    background: rgba(48, 51, 65, 0.7);
    padding-top: 160px;
    padding-left: 138px;
}

#scene03 .s3_text1 li {
    margin-bottom: 60px;
}

#scene03 .s3_text1 li:nth-child(3) {
    margin-bottom: 88px;
}

#scene03 .s3_text1 .float {
    float: left;
    margin-right: 15px;

}

#scene03 .s3_text1 .float2 {
    float: left;
    margin-right: 30px;

}

#scene03 .s3_text1 .top {
    margin-top: 34px;
    float: left;
}

#scene03 .s3_next_btn {
    position: absolute;
    right: 90px;
    top: 460px;
    cursor: pointer;
}

/** Scene04 **/
#scene04 {
    height: 500px;
    background: url("../img/main/s4_bg1.jpg") no-repeat center top fixed;
    background-size: cover;
    position: static;
    z-index: 1;
}

#scene04 .inner {
    width: 500px;
    margin: 0 auto;
    position: relative;
    top: 170px;
    text-align: center;
}

#scene04 .inner .left {
    position: absolute;
    left: 193px;
    top: -18px;
    height: 0;
    overflow: hidden;
}
#scene04 .inner .right {
    position: absolute;
    left: 260px;
    top: -18px;
    height: 0;
    overflow: hidden;
}
#scene04 .inner .s4_tit {
    margin-bottom: 60px;
    opacity: 0;
    position: relative;
    top: 50px;
}
#scene04 .inner .s4_tit2 {
    margin-bottom: 10px;
    opacity: 0;
    position: relative;
    top: 50px;
}
#scene04 .inner .s4_tit3 {
    opacity: 0;
    position: relative;
    top: 50px;
}


/** Scene05 **/
#scene05 {
    height: 1060px;
    background: #18191f;

}

#scene05 .s5_wrap {
    text-align: center;
    margin-bottom: 68px;

}

#scene05 .s5_wrap li {
    display: block;

}

#scene05 .s5_wrap li:nth-child(1) {
    padding-top: 128px;
    margin-bottom: 26px;
}

#scene05 .s5_wrap li:nth-child(2) {
    margin-bottom: 66px;
}

#scene05 .s5_wrap li:nth-child(3) {
    margin-bottom: 76px;
}

#scene05 .s5_wrap li:nth-child(4) {
    margin-bottom: 68px;
}

/** footer **/
#footer {
    height: 250px;
    background: #181818;
}

.f_top {
    height: 67px;
    background: #242424;
}

.f_top .f_top_link {
    width: 1200px;
    margin: 0 auto;

}

.f_top .f_top_link > li {
    float: left;
    margin-right: 115px;
    margin-top: 30px;

}

.f_bottom {
    height: 182px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;

}

.f_bottom h2 {
    margin-top: 10px;
    margin-right: 138px;
    float: left;
}

.f_bottom .f_bottom_link {
    float: left;
    margin-right: 100px;
    position: relative;

}

.f_bottom .f_bottom_link > li {
    float: left;
    background: url("../img/common/gnb_bar.jpg") no-repeat;
    padding-left: 30px;
    margin-left: 17px;
}

.f_bottom .f_bottom_link > .first {
    padding-left: 0;
    margin-left: 0;
    background: none;

}

.f_bottom .family {
    width: 260px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #464646;
    float: left;
    position: relative;
    left: 0;
    top: -10px;

}

.f_bottom .family > a {
    font-size: 12px;
    color: #a8aaaf;
    margin-left: 14px;
    margin-top: 10px;
    float: left;
    line-height: 12px;

}

.f_bottom .family:hover {
    background: #0c0c0e;
}

.f_bottom .family:hover ul {
    background: #181818;
    display: block;
}

.f_bottom .family ul {
    position: relative;
    top: -178px;
    left: -1px;
    float: left;
    display: none;
    border: 1px solid #52545a;
    border-bottom: none;

}

.f_bottom .family ul > li > a {
    width: 250px;
    height: 20px;
    color: #928e8b;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #52545a;
    display: block;
}

.f_bottom .family ul > li > a:hover {
    color: white;
    background: #ff5000;

}

.f_bottom .family .plus {
    width: 11px;
    height: 11px;
    position: absolute;
    bottom: 9px;
    right: 12px;
    background: url("../img/common/top_menu_plus.png") no-repeat center top;
}

.f_bottom p {
    float: left;
    position: relative;
    top: 10px;
}

.f_bottom .p_bar {
    float: left;
    background: url("../img/common/gnb_bar.jpg") no-repeat;
    padding-left: 20px;
    margin-left: 25px;
}