@charset "utf-8";
/* 240725 */
/* 200114(s) 스크롤 */
/* html {scrollbar-3dLight-Color: #000000; scrollbar-arrow-color: #000000; scrollbar-base-color: #000000; scrollbar-Face-Color: #000000; scrollbar-Track-Color: #000000; scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #000000; scrollbar-Shadow-Color: #ccab69;} */
/* 200114(e) */

html,
body {
    background: #11131c;
    overflow-x: hidden;
}

.fl {float: left;}
.fr {float: right;}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* 200122(s) */
#patchnote_container {
    width: 828px;
    height: auto;
    padding: 30px 60px;
    background: #11131c;
    margin: 0 auto;
    overflow-x: hidden;
}
/* 200122(e) */

#patchnote_container .inner {
    position: relative;
    width: 100%;
    height: auto;
}

#patchnote_container .inner .title {
    padding-bottom: 20px;
    border-bottom: 2px solid #ccab69;
    position: relative;
    margin-bottom: 20px;
}

/* header(s) */
#patchnote_container .header {
    margin-bottom: 50px;
}

/* 200122(s) */
#patchnote_container .header .title h1 {
    font-family: NS, sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #fff0d1;
}
/* 200122(e) */

#patchnote_container .header .title span.close_btn {
    line-height: 35px;
}

#patchnote_container .patchnote_banner {
    width: 100%;
    height: 150px;
    text-indent: -99999px;
    /* 	background: url(../img/patchnote/patchnote_banner3.png) center no-repeat; */
}
/* header(e) */

/* main(s) */
#patchnote_container .main .title h2 {
    font-family: NS, sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #fff0d1;
}

#patchnote_container .main table.patchnote_content {
    width: 100%;
}

#patchnote_container .main table.patchnote_content tr.bd1 {
    border: 1px solid #56492e;
}

#patchnote_container .main table.patchnote_content tr a {
    position: relative;
    display: block;
    padding-left: 20px;
    height: 48px;
    background: #202020;
    line-height: 50px;
    font-family: NS;
    color: #fff0d1;
}

#patchnote_container .main table.patchnote_content tr td.patch_title a {
    font-size: 18px;
}

#patchnote_container .main table.patchnote_content tr td.date a {
    font-size: 14px;
}

#patchnote_container .main table.patchnote_content tr td.updown_btn a img {
    display: block;
    line-height: 50px;
    padding-top: 20px;
}

#patchnote_container .main table.patchnote_content tr td.patch_content {
    border: 1px solid #56492e;
    border-top: 0;
    width: 100%;
}

#patchnote_container .main table.patchnote_content tr td.patch_content span {
    font-family: NS;
    font-size: 16px;
    font-weight: normal;
    color: #ececec;
    display: block;
	padding: 20px;
}

#patchnote_container .main table.patchnote_content tr td.patch_content span img {
    display: block;
	/* 240725(s) */
	margin: 0 auto;
    width: 786px;
	/* 240725(e) */
}
/* main(e) */

/* paginate(s) */
#patchnote_container .patchnote_paginate {
    float: none;
    margin: 50px 0 0 0;
    padding: 0;
    text-align: center;
}

#patchnote_container .patchnote_paginate .paginateWrapper {
    display: inline-block;
    width: 230px;
    text-align: center;
    margin: 0 auto;
}

#patchnote_container .patchnote_paginate a.paginate_button {
    float: left;
    display: inline-block;
    width: 34px;
    line-height: 34px;
    border: 1px solid #ccab69;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

#patchnote_container .patchnote_paginate a.paginate_button.previous {
    background: url(../img/patchnote/page_prev_btn.png) center no-repeat;
    text-indent: -9999px;
    margin-right: 15px;
    border: none;
}

#patchnote_container .patchnote_paginate a.paginate_button.next {
    background: url(../img/patchnote/page_next_btn.png) center no-repeat;
    text-indent: -9999px;
    margin-left: 15px;
    border: none;
}

#patchnote_container .patchnote_paginate span a.paginate_button {
    margin-right: 10px;
}

#patchnote_container .patchnote_paginate span a.paginate_button.last {
    margin-right: 0px;
}

#patchnote_container .patchnote_paginate a.paginate_button.current {
    background: #ccab69;
    cursor: default;
}
/* paginate(e) */

/* 240715 (s) */
#patchnote_container .main table.patchnote_content iframe {
    width: 100%
}
/* 240715 (e) */
