
@font-face {
    font-family: 'NanumMyeongjoBold';
    font-style: normal;
    src: url(../font/NanumMyeongjoBold.eot);
    src: url(../font/NanumMyeongjoBold.woff) format('woff');
}

@font-face { font-family: 'S-CoreDream-8Heavy'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); font-weight: normal; font-style: normal; }
.wrap {

}
.header {
    position: fixed;
    left: 0;
    top: 0;
    background: #320a90;
    width: 100%;
    height: 50px;
    padding: 12px;
    z-index: 500;
}
.header-logo {
    display: inline-block;
    position: relative;
    left: -10px;
    float: left;
    height: 26px;
}
.header-logo img {
    height: 100%;
}
.header-btn {
    float: right;
}
.header-btn a {
    display: inline-block;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: bold;
    background: #eee;
    border-radius: 5px;
    margin-left: 5px;
}
.content {
    width: 100%;
    background: #eee;
    padding-top: 50px;
}
.poster {
    position: relative;
    width: 1000px;
    height: 1414px;

    margin: 10px auto;

    /*-webkit-transform:scale(0.5); !*  크롬 *!
    -moz-transform:scale(0.5); !* FireFox *!
    -o-transform:scale(0.5); !* Opera *!
    transform:scale(0.5);*/

    transform: scale(0.6);
    transform-origin: top;
    box-sizing: border-box;
    background: #31419a;
}
.poster-wrap {
    width: 1000px;
    height: 1414px;
}
.poster-title {
    text-align: center;
    font-size: 115px;
    font-weight: bold;
    padding: 8px 0 12px;
    background: #31419a;
    color: #f3ec1a;
    font-family: 'S-CoreDream-8Heavy';
}
.poster-img {
    background-size: cover;
    width: 100%;
    cursor: pointer;
}
.poster-img:before {
    content: '';
    display: block;
    padding-bottom: 57%;
}
.poster-info {
    padding: 5px 0 7px;
    text-align: center;
    font-size: 62px;
    background: #f3ec1a;
    color: #31419a;
    font-family: 'S-CoreDream-8Heavy';
}
.poster-info-other {
    letter-spacing: 1.1px;
}
.poster-color-wrap {
    background: #31419a;;
}
.poster-place {
    color: #f3ec1a;
    padding: 5px 0 7px;
    font-size: 56px;
    text-align: center;
    font-family: 'S-CoreDream-8Heavy';
}
.poster-place span:last-child {
    letter-spacing: 1.1px;
}
.poster-feature {
    width: 96%;
    background: #fff;
    padding: 20px 30px;
    font-family: initial;
    margin: 0 auto;
    border-radius: 40px;
    color: #31419a;
    font-family: 'S-CoreDream-8Heavy';
}
.poster-feature p {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
}
.poster-feature-other {
    padding: 8px;
    /* margin-top: 40px; */
    font-size: 20px;
    /* line-height: 1.8; */
    color: #ff0000;
    font-family: 'S-CoreDream-8Heavy';
}
.poster-feature-other span:last-child {
    margin-left: 10px;
}
.poster-number {
    width: 100%;
    color: #fff;
    padding: 3px 20px 10px;
    font-size: 95px;
    font-weight: bold;
    text-align: right;
    font-family: 'S-CoreDream-8Heavy';
}
.poster-animal {
    width: 100%;
    padding: 10px 10px 10px 70px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: 'NanumMyeongjoBold';
    color: #fff;
}
.poster-animal span {
    display: block;
}
.poster-animal span em {
    position: relative;
        font-style: normal;
    border: 1px solid #fff;
    padding: 6px 70px 8px;
    font-size: 26px;
}
.poster-animal span em img {
    width: 42px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px;
}
.poster-animal-logo {
        width: 185px;
    position: absolute;
    left: 18px;
    bottom: 48px;
}
.poster-animal-logo img {
    width: 100%;
}
input[type=file] {
    display: none;
}

.gide-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 1000;
}
.gide {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    line-height: 35px;
    font-family: 'S-CoreDream-8Heavy';
    font-size: 16px;
    z-index: 2000;
    transition: 0.5s all;
}
.gide-wrap {
    position: relative;
}
.gide p:nth-child(1),
.gide p:nth-child(7) {
    color: #ff0000;
}
.gide-btn {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    right: -70px;
    top: 0;
    background-image: url('../img/icon_left.png');
    background-size: cover;
}
.gide-btn.close {
    background-image: url('../img/icon_right.png');
}
.gide-number-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 0;
}
.gide-number {
    position: relative;
    width: 1000px;
    height: 1414px;

    margin: 10px auto;
}
.gide-number span {
    font-size: 40px;
    position: absolute;
    font-family: 'S-CoreDream-8Heavy';
    color: #fff;
    z-index: 1500;
}
.gide-number span:nth-child(1) {
    left: 160px;
    top: 84px;
}
.gide-number span:nth-child(2) {
    left: 160px;
    top: 295px;
}
.gide-number span:nth-child(3) {
    left: 160px;
    top: 510px;
}
.gide-number span:nth-child(4) {
    left: 160px;
    top: 565px;
}
.gide-number span:nth-child(5) {
    left: 160px;
    top: 665px;
}
.gide-number span:nth-child(6) {

    left: 160px;
    top: 723px;
}
.gide-number span:nth-child(7) {
    right: 160px;
    top: 789px;
}
.gide-number span:nth-child(8) {
    position: fixed;
    right: 110px;
    top: -3px;
}