@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none;
    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;
}

#wrap {
    background-color: #000;
    min-width: 1024px;
}


/***********lnb1************/
#lnb1 {
    width: 100%;
    height: 60px;
    padding-top: 10px;
    border-bottom: 2px solid #ff9900;
}

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

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

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

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

.sub {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 60px;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.7);
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.sub > li {
    clear: both;
    width: 100%;
    text-align: center;
}

.sub > li > a {
    display: block;
    width: 100%;
    word-spacing: -2px;
    font: 14px/30px 'Noto Sans Kr';
    font-weight: 500;
}

.sub > li > a:hover {
    color: #ff9900;
}

#lnb1 > ul > li:nth-child(1):hover .sub {
    height: 60px;
}
#lnb1 > ul > li:nth-child(2):hover .sub {
    height: 150px;
}
#lnb1 > ul > li:nth-child(4):hover .sub {
    height: 30px;
}
#lnb1 > ul > li:last-child:hover .sub {
    height: 120px;
}
#lnb1 > ul > li > a:first-child:hover {
    color: #ff9900;
}
#lnb1 > ul > li > a:nth-child(2):hover {
   color: #ff9900;
}
#lnb1 > ul > li > a:nth-child(4):hover {
   color: #ff9900;
}
#lnb1 > ul > li > a:last-child:hover {
   color: #ff9900;
}


/***********section************/
#contentwrap {
    width: 100%;
}


/***********banner************/
#banner {
    width: 100%;
    height: 600px;
    margin-top: 80px;
}

/***********main************/
#main {
    width: 100%;
    height: 350px;
    margin: 50px 0;
}

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

#poster {
    width: 244px;
    height: 350px;
}

#name {
    width: 760px;
    height: 80px;
    margin-left: 20px;
    font: 14px 'Noto Sans Kr';
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

#story {
    padding-top: 20px;
    width: 760px;
    height: 210px;
    margin-left: 20px;
    font: 13px 'Noto Sans Kr';
    font-weight: 300;
    color: #fff;
}

/***********photo************/

#photo_box {
    width: 1024px;
    height: 498px;
    margin: 0 auto;
}

#photo_box > h3 {
    font: 15px 'Noto Sans Kr';
    font-weight: 900;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

#photo_box > div {
    float: left;
}

.ph1 {
    width: 688px;
    height: 456px;
    padding-top: 10px;
}

.ph1 > ul > li {
    margin-right: 8px;
}
.ph1 > ul > li:nth-child(3) {
    margin-top: 3px;
}
.ph1 > ul > li:nth-child(4) {
    margin-top: 3px;
}
.ph2 {
    width: 336px;
    height: 456px;
    padding-top: 10px;
}


/***********actor************/
#actor_box {
    width: 100%px;
    height: 312px;
    margin-top: 50px;
}

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

#actor_box > div > h3 {
    width: 1024px;
    font: 15px 'Noto Sans Kr';
    font-weight: 900;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}

.actor {
    padding-top: 10px;
}

.actor > li {
    margin-right: 8px;
}
.actor > li:nth-child(5) {
    margin: 0;
}

.name {
    width: 1024px;
    height: 50px;
    margin: 0 auto;
    text-align: right;
    font: 13px 'Noto Sans Kr';
    font-weight: 500;
    color: #fff;
}

.name > ul > li {
    margin-left: 153px;
}
.name > ul > li:nth-child(3) {
  margin-left: 151px;
}

/***********footer************/
#footer {
    width: 100%;
    height: 100px;
    margin-top: 80px;
    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;
    color: #fff;
}


#footer_right {
    width: 256px;
}

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

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