@charset "utf-8";


/***************전체설정***************/

* {
    margin: 0;
    padding: 0;
    color: #fff;
}

.behind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1000;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

li {
    list-style: none;
    float: left;
}

a {
    text-decoration: none;
}


#wrap {
    background-color: black;
    min-width: 1024px;
    overflow: hidden;
}


/**************************************/

#main_banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.sl_btn {
    min-width: 110px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.sl_btn li {
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
}

.sl_btn li:nth-child(6) {
    margin: 0;
}


.slide {
    width: 100%;
    overflow: hidden;
}

.slide > ul {
    width: 600%;
    position: relative;
    left: 0;
}


.slide > ul > li {
    width: 16.6666%;
    overflow: hidden;
}

.slide > ul > li > a {
    display: block;
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.slide > li > a > img {
    width: 100%;
}

/**************************************/

#lnb {
    width: 100%;
    height: 60px;
    padding-top: 10px;
}

#lnb > ul {
    width: 1024px;
    margin: 0 auto;
}

#lnb > ul > li {
    position: relative;
    width: 204px;
}

#lnb > ul > li:nth-child(3) {
    width: 208px;
}

#lnb > ul > li > a {
    display: block;
    text-align: center;
    font: 15px 'Noto Sans Kr';
    line-height: 50px;
    font-weight: 900;
    }

#lnb > ul > li > a:first-child:hover {
    color: #ff9900;
}
#lnb > ul > li > a:nth-child(2):hover {
   color: #ff9900;
}
#lnb > ul > li > a:nth-child(4):hover {
   color: #ff9900;
}
#lnb > ul > li > a:last-child:hover {
   color: #ff9900;
}

/**************************************/
#contentwrap {
    width: 100%;
    position: relative;
}

#search {
    height: 40px;
    width: 1024px;
    margin: 0 auto;
}

.inputbox {
    width: 200px;
    margin: 0 auto;
    position: relative;
}

.inputbox > img {
    position: absolute;
    left: 5px;
    bottom: 10px;
}

.bar {
    border: none;
    border-bottom: 3px solid #fff;
    outline: none;
    background: transparent;
    width: 200px;
    height: 40px;
    font: 14px 'Noto Sans Kr';
    font-weight: 400;
    text-align: center;
}


#preview {
    width: 1024px;
    height: 639px;
    margin: 60px auto;
    position: relative;
}

#preview > h3 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font: 16px/50px 'Noto Sans Kr';
    font-weight: 700;
}
#pre_box {
    width: 1024px;
    height: 775px;
    border-top: 3px solid #ff9900;
    padding-top: 10px;
}

.btn {
    width: 30px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 25px;
}

.btn > li {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius:10px;
    cursor: pointer;
  
}
.btn > li:nth-child(2) {
      margin-left: 10px;
}

li.check {
    background-color: #ff9900;
}


.tab {
    width: 1024px;
    height: 576px;
    overflow: hidden;
}

.tab > ul {
    width: 200%;
    position: relative;
    left: 0;
    transition: all 0.2s ease-in-out;
}

.tab > ul > li {
    width: 50%;
}


#poster {
    width: 1024px;
    height: 403px;
    margin: 0 auto;
}

#poster > h3 {
    text-align: center;
    font: 16px/50px 'Noto Sans Kr';
    font-weight: 700;
}

#pos_box {
    width: 1024px;
    height: 400px;
    border-top: 3px solid #ff9900;
    padding-top: 10px;
}

#pos_box > ul > li {
    margin-right: 20px;
}

#pos_box > ul > li:nth-child(4) {
    margin-right: 0px;
}


/**************************************/

#footer {
    width: 100%;
    height: 100px;
    margin-top: 100px;
    border-top: 2px solid #ff9900;
}

#footer_box {
    width: 1024px;
    margin: 0 auto;
    padding-top: 10px;
}

#footer_box > div {
    float: left;
}

#bottom_logo {
    width: 256px;
    padding-top: 10px;
}


address {
    width: 512px;
    float: left;
    font: 12px 'Noto Sans Kr';
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}


#footer_right {
    width: 256px;
}

#footer_right > ul > li {
    margin-left: 34px;
    margin-top: 25px;
}

#footer_right > ul > li:first-child {
    margin-left: 55px;
}
