:root {
    --defult-bg-color: #fff;
    --content-bg-color: #f8f9fa;
    --side-bg-color: #efefef;
    --defult-text-color: #333;
    --focus-text-color: #fff;
    --sub-text-color: #969696;
    --sub2-text-color: #565656;
    --menu-1depth-text-color: #636363;
    --menu01-focus-text-color: #9278DB;
    --menu02-focus-text-color: #4DB041;
    --menu03-focus-text-color: #3FA0D7;
    --menu04-focus-text-color: #F28A79;
    --category-blue-bg-color: #0081C9;
    --category-green-bg-color: #00AB8C;
    --category-violet-bg-color: #8F6DAA;
    --category-orange-bg-color: #FF8A00;
    --category-gray-bg-color: #9C9C9C;
    --defult-boder-color: #E8E8E8;
    --strong-boder-color: #D3D3D3;
    --nav-defult-color: #5E5E5E;
    --nav-focus-color: #333;
}

@font-face {
    font-family: 'icomoon';
    src: url('https://lwi.nexon.com/fonts/icomoon.eot?2k6rmb');
    src: url('https://lwi.nexon.com/fonts/icomoon.eot?2k6rmb#iefix') format('embedded-opentype'), url('https://lwi.nexon.com/fonts/icomoon.ttf?2k6rmb') format('truetype'), url('https://lwi.nexon.com/fonts/icomoon.woff?2k6rmb') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon_hart:before {
    content: "\e900";
    color: #cabfec;
}

.icon-btn_copy:before {
    content: "\e901";
    color: #494949;
}

.icon-btn_top:before {
    content: "\e902";
}

.icon-ico_close:before {
    content: "\e903";
    color: #fff;
}

.icon-nav_down:before {
    content: "\e904";
    color: #d5d5d5;
}

.icon-nav_up:before {
    content: "\e905";
}

.icon-txt_comment:before {
    content: "\e906";
    margin-top: 2px;
    padding-right: 5px;
    color: var(--defult-text-color);
}

.icon-txt_declaration:before {
    content: "\e907";
}

.icon-txt_delete:before {
    content: "\e908";
}

.icon-txt_modify:before {
    content: "\e909";
}

.icon-txt_recomment:before {
    content: "\e90a";
}

.icon-txt_confirm:before {
    content: "\e90b";
    color: #fff;
}

.icon-txt_title1:before {
    content: "\e90c";
    color: #867cbe;
}

.icon-txt_title2:before {
    content: "\e90d";
    color: #689c5e;
}

.icon-txt_title3:before {
    content: "\e90e";
    color: #548eb1;
}

.icon-txt_title4:before {
    content: "\e90f";
    color: #d68379;
}

* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, ul, li, ol {
    display: block;
}

a, button {
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
}

table {
    border-spacing: 0px !important;
}

.blind {
    position: absolute;
    left: -1000%;
    top: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -10000px;
}

#board_control_area {
    position: relative;
    max-width: 876px;
}

#board_control_area h3 {
    display: -webkit-box;
    -webkit-box-align: center;
    height: 60px;
    line-height: 1.2;
    font-size: 15px;
    padding: 0 20% 0 8% !important;
    font-weight: normal;
    letter-spacing: -1px;
}

#board_control_area h3 img {
    margin-right: 7px;
    display: block !important;
}

#board_control_area .list_ul {
    padding: 20px 0 20px 0 !important;
    font-size: 14px;
}

#board_control_area .list_ul ul {
    padding: 0 8% !important;
    font-size: 14px;
}

#board_control_area .list_ul li:before {
    content: " - ";
}

#board_control_area .list_ul li {
    padding-left: 17px;
    text-indent: -13px;
    line-height: 1.5;
    margin-bottom: 10px;
}

#board_control_area .btn_faq {
    margin-top: 60px;
    text-align: center
}

#board_control_area .btn_faq img {
    display: inline-block
}

.text-hidden {
    overflow: hidden;
    font-size: 1px;
    text-indent: -1000000px;
    color: transparent;
}

header {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--side-bg-color);
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

header .header-top a, header .header-top button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    margin: 0 5px;
}

header .header-top a.m-logo {
    width: 129px;
    height: 22px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_header_bi.png) center / 100% no-repeat;
}

header .header-top button.m-menu {
    width: 54px;
    height: 54px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_menu.png) center / cover no-repeat;
}

header .header-top a.m-home {
    width: 54px;
    height: 54px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_home.png) center / cover no-repeat;
}

header .header-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 54px;
    max-width: 900px;
    background: var(--defult-bg-color);
}

header .header-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    max-width: 900px;
    font-size: 22px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/hader_bg1.png) center / cover no-repeat;
}

header .header-bottom {
    display: flex;
    width: 100%;
    height: 48px;
    max-width: 900px;
    box-sizing: border-box;
    background: var(--defult-bg-color);
}

header .header-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: var(--menu-1depth-text-color);
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 1px solid var(--strong-boder-color);
}

header .header-bottom a span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 0 4px;
}

main {
    display: flex;
    justify-content: center;
    background: var(--side-bg-color);
    padding-top: 172px;
}

article {
    flex: 1;
    max-width: 900px;
    min-height: 50vh;
    padding-bottom: 15vh;
    background: var(--content-bg-color);
}

article img {
    display: block;
    max-width: 100%;
}

article section {
    position: relative;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: var(--defult-bg-color);
}

footer div {
    width: 290px;
    height: 15px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/txt_copyright.png) center / contain no-repeat;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    z-index: 20;
    display: none;
}

nav .btn-bg-close {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.85);
    z-index: 1;
    opacity: 0;
}

nav .nav-wrap {
    position: relative;
    width: 900px;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}

nav .nav-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
}

nav .nav-panel {
    width: 300px;
    height: 100vh;
    background: var(--defult-bg-color);
}

nav .btn-close {
    position: absolute;
    top: 0;
    left: 300px;
    width: calc(100% - 300px);
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    font-size: 58px;
}

nav .nav-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 82px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--defult-boder-color);
}

nav .nav-header a {
    width: 159px;
    height: 27px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_nav_bi.png) center / 100% no-repeat;
}

nav .nav-body {
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 162px);
    padding-bottom: 80px;
}

nav .nav-body > div {
    position: relative;
}

nav .nav-1depth-menu {
    display: flex;
    justify-content: space-between;
    padding: 0 12px 0 30px;
    color: var(--nav-defult-color);
    font-size: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--defult-boder-color);
}

nav .nav-1depth-menu p {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    height: 45px;
    box-sizing: border-box;
}

nav .nav-1depth-menu.new p::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 13px;
    right: -9px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_new.png) center / cover no-repeat;
}

nav .nav-1depth-menu.active p {
    color: var(--nav-focus-color);
    border-bottom: 2px solid var(--nav-focus-color);
}

nav .nav-body > div button {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    font-size: 28px;
    right: 12px;
    z-index: 1;
}

nav .nav-body > div button.icon-nav_down {
    width: calc(100% - 12px);
    height: 100%;
    margin-top: 0;
    right: 12px;
    text-align: right;
}

nav .nav-2depth {
    display: none;
}

nav .nav-2depth-menu {
    position: relative;
    display: flex;
    align-items: center;
    height: 35px;
    font-size: 12px;
    color: var(--nav-defult-color);
    padding-left: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--strong-boder-color);
    background: #F3F3F3;
}

nav .nav-2depth-menu::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    top: 16px;
    left: 50px;
    background: var(--nav-defult-color);
    border-radius: 3px;
}

nav .nav-2depth-menu.active {
    color: var(--nav-focus-color);
}

nav .nav-2depth-menu.active::before {
    width: 4px;
    height: 6px;
    top: 15px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_nav_focus.png) center / cover no-repeat;
}

aside img {
    display: block;
    max-width: 100%;
    z-index: 1;
}

aside button {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 1px;
    text-indent: -10000px;
    z-index: 3;
    background: transparent;
}

aside button.m-btn-top {
    width: 10.7%;
    max-width: 80px;
    bottom: 5%;
    right: 2%;
    z-index: 2;
}

aside {
    position: fixed;
    bottom: 7.5%;
    right: 0;
    z-index: 3;
    display: -webkit-box;
    -webkit-box-pack: center;
    width: 100%;
}

aside > div {
    position: absolute;
    width: 100%;
    max-width: 900px;
}

.paging-container {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.paging-container .paging-left {
    display: flex;
}

.paging-container .paging-center {
    display: flex;
    align-items: center;
    width: 90px;
    height: 30px;
    justify-content: center;
    color: #A9A9A9;
}

.paging-container .paging-center em {
    color: var(--defult-text-color);
    font-style: normal;
}

.paging-container .paging-right {
    display: flex;
}

.paging-container [class ^= "text-hidden p-btn-" ] {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--defult-bg-color);
    margin: 0 2px;
}

.paging-container [class ^= "text-hidden p-btn-" ].disable::after {
    background-position-y: -30px;
}

.paging-container .p-btn-left2::after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    content: '';
    border-radius: 30px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_arrow_left2.png) 0 0 / 30px 60px no-repeat;
}

.paging-container .p-btn-left1::after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    content: '';
    border-radius: 30px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_arrow_left.png) 0 0 / 30px 60px no-repeat;
}

.paging-container .p-btn-right1::after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    content: '';
    border-radius: 30px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_arrow_right.png) 0 0 / 30px 60px no-repeat;
}

.paging-container .p-btn-right2::after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    content: '';
    border-radius: 30px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_arrow_right2.png) 0 0 / 30px 60px no-repeat;
}

.paging-container.page_comment_numb {
    padding-bottom: 30px;
}

.paging-container.page_comment_numb .paging-center {
    height: 40px
}

.paging-container.page_comment_numb [class ^= "text-hidden p-btn-" ] {
    width: 40px;
    height: 40px;
}

.paging-container.page_comment_numb [class ^= "text-hidden p-btn-" ].disable::after {
    background-position-y: -40px;
}

.paging-container.page_comment_numb .p-btn-left2::after {
    width: 40px;
    height: 40px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_arrow2_left2.png) 0 0 / 40px 80px no-repeat;
}

.paging-container.page_comment_numb .p-btn-left1::after {
    width: 40px;
    height: 40px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_arrow2_left.png) 0 0 / 40px 80px no-repeat;
}

.paging-container.page_comment_numb .p-btn-right1::after {
    width: 40px;
    height: 40px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_arrow2_right.png) 0 0 / 40px 80px no-repeat;
}

.paging-container.page_comment_numb .p-btn-right2::after {
    width: 40px;
    height: 40px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_arrow2_right2.png) 0 0 / 40px 80px no-repeat;
}

#ajaxRefresh .comment_count_wrap > div {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 20px;
    margin-top: 40px;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    font-size: 16px;
    font-weight: normal;
    color: #FF9330;
    background-color: #F1F1F1;
}

#ajaxRefresh .reply {
    border-bottom: 1px solid #D8D8D8;
    padding: 30px 20px 35px 20px;
}

#ajaxRefresh .common_char_id {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #868686;
    margin-bottom: 10px;
}

#ajaxRefresh .common_char_id a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: var(--defult-text-color);
    margin-right: 12px;
    letter-spacing: -.5px;
}

#ajaxRefresh .common_char_id a img {
    margin-right: 4px;
    width: 18px;
    height: 18px;
}

#ajaxRefresh .reply_text {
    display: block;
    font-size: 15px;
    color: var(--defult-text-color);
    line-height: 1.5;
    margin-bottom: 15px;
    word-break: break-all;
    letter-spacing: -.5px;
}

#ajaxRefresh .reply_text strong {
    font-weight: normal;
    color: var(--defult-text-color) !important;
}

#ajaxRefresh .reply_btn_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 24px;
    background-color: #fff;
    color: var(--defult-text-color);
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #C3C3C3;
}

#ajaxRefresh .reply_btn_wrap .reply_btn a {
    background-color: #fff;
    color: #666;
    border: 1px solid #e3e3e3;
}

#ajaxRefresh .bottom_txar_wrap {
    box-sizing: border-box;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    padding: 20px;
    padding-bottom: 14px;
    background-color: #EBEBEB;
}

#ajaxRefresh .bottom_txar .txar {
    width: calc(100% - 20px);
    height: 56px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    background-color: #fff;
    resize: none;
    overflow: hidden;
    overflow-y: auto;
    font-size: 15px;
    letter-spacing: -.5px;
    outline: none;
}

#ajaxRefresh .bottom_txar .txar::placeholder {
    letter-spacing: -1px;
    color: #9D9D9D;
}

#ajaxRefresh .bottom_txar_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
}

#ajaxRefresh .txar_right_btn {
    display: flex;
    align-items: center;
}

#ajaxRefresh .txar_right_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 30px;
    border-radius: 5px;
    background-color: #616161;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#ajaxRefresh .txar_right_btn .glist_number {
    display: block;
    margin-right: 10px;
    color: #8F8F8F;
    font-size: 14px;
}

#ajaxRefresh .txar_right_btn .glist_number em {
    font-style: normal;
}

#ajaxRefresh .txar_right_btn a.reply_cancle {
    right: 77px;
}

#frmComment, #frmDeleteComment {
    margin: 0;
}

#ajaxRefresh .txar_wrap {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 6px;
    background-color: #eeeeee;
}

#ajaxRefresh .txar_wrap .txar {
    width: 100%;
    height: 56px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    background-color: #fff;
    resize: none;
    overflow: hidden;
    overflow-y: auto;
    font-size: 14px;
}

#ajaxRefresh .emoticon_btn > a:first-child {
    margin: 16px 10px 10px 2px;
}

#ajaxRefresh .sub-layer .emoticon_bg {
    width: 300px;
    min-height: 100px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding: 6px;
    clear: both;
}

#ajaxRefresh .emoticon_wrap ul li.active {
    border: 1px solid #f68500 !important;
}

#ajaxRefresh .emoticon_wrap ul li {
    display: inline-block;
    border: 1px solid #fff;
}

#ajaxRefresh .emoticon_wrap ul li a {
    position: relative;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    width: 43px;
    height: 43px;
}

#ajaxRefresh .emoticon_wrap ul li a img {
    display: block;
    width: 100%;
}

#ajaxRefresh .bottom_txar_btn .emoticon_sum {
    position: relative;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: end;
    margin-top: 6px;
}

#ajaxRefresh .bottom_txar_btn .emoticon_sum > div {
    width: 43px;
    height: 43px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    border: 1px solid #dddfe3;
}

#ajaxRefresh .bottom_txar_btn .emoticon_sum img, #ajaxRefresh .bottom_txar_btn .emoticon_sum em, #ajaxRefresh .bottom_txar_btn .emoticon_sum a {
    display: block;
}

#ajaxRefresh .txar_btn {
    position: relative;
    display: -webkit-box;
    -webkit-box-pack: start;
    -webkit-box-align: center;
}

#ajaxRefresh .txar_btn .emoticon_sum {
    position: relative;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: end;
    margin-top: 6px;
}

#ajaxRefresh .txar_btn .emoticon_sum > div {
    width: 43px;
    height: 43px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    border: 1px solid #dddfe3;
}

#ajaxRefresh .txar_btn .emoticon_sum img, #ajaxRefresh .txar_btn .emoticon_sum em, #ajaxRefresh .txar_btn .emoticon_sum a {
    display: block;
}

ul.csr-bbs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
    min-height: calc(50vh - 15px);
}

ul.csr-bbs-list li {
    position: relative;
    display: block;
    width: 320px;
    height: 300px;
    margin: 15px 10px;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    ; background: var(--defult-bg-color);
    box-shadow: 0 0 3px 3px rgba(0,0,0,.03);
}

ul.csr-bbs-list li.blank-li {
    visibility: hidden;
}

ul.csr-bbs-list .list-header {
    position: relative;
    width: calc(100% - 40px);
    height: 120px;
    padding: 20px 20px 10px 20px;
}

ul.csr-bbs-list .list-body {
    position: relative;
    width: 100%;
    height: 143px;
}

ul.csr-bbs-list .list-body .con-thambnail {
    width: 100%;
    height: 100%;
    background-color: #4f4f4f;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

ul.csr-bbs-list .con-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 24px;
    color: var(--focus-text-color);
    font-size: 12px;
    font-weight: bold;
    border-radius: 12px;
    padding: 0 8px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    min-width: 40px;
}

ul.csr-bbs-list .con-category.Product1 {
    background: var(--category-blue-bg-color);
}

ul.csr-bbs-list .con-category.Product2 {
    background: var(--category-green-bg-color);
}

ul.csr-bbs-list .con-category.Product3 {
    background: var(--category-violet-bg-color);
}

ul.csr-bbs-list .con-category.Product4 {
    background: var(--category-gray-bg-color);
}

ul.csr-bbs-list .con-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 280px;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--defult-text-color);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2;
    word-break: break-word;
}

ul.csr-bbs-list .con-date {
    position: absolute;
    left: 20px;
    bottom: 10px;
    color: var(--sub-text-color);
    font-size: 12px;
}

.icon-txt_date:before {
    content: "\e90f";
    color: #d68379;
}

ul.csr-bbs-nolist li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    font-size: 16px;
    color: #ABABAB;
    letter-spacing: -1px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/img_no_list.png) center / 60px 120px no-repeat;
}

.csr-bbs-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}

.csr-bbs-view .view-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px 0 17px 0;
    border-bottom: 1px solid #D1D1D1;
}

.csr-bbs-view .con-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 29px;
    color: var(--focus-text-color);
    font-size: 14px;
    font-weight: bold;
    border-radius: 19px;
    padding: 0 12px;
    margin-bottom: 12px;
    letter-spacing: -1px;
    min-width: 40px;
}

.csr-bbs-view .con-category.Product1 {
    background: var(--category-blue-bg-color);
}

.csr-bbs-view .con-category.Product2 {
    background: var(--category-green-bg-color);
}

.csr-bbs-view .con-category.Product3 {
    background: var(--category-violet-bg-color);
}

.csr-bbs-view .con-category.Product4 {
    background: var(--category-gray-bg-color);
}

.csr-bbs-view .con-title {
    width: calc(100% - 160px);
    padding: 0px 80px;
    color: var(--defult-text-color);
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2;
    word-break: break-word;
    text-align: center;
}

.csr-bbs-view .con-date {
    color: var(--sub2-text-color);
    font-size: 12px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.csr-bbs-view .view-body {
    position: relative;
    background: var(--defult-bg-color);
    border-bottom: 1px solid #D1D1D1;
    width: calc(100% - 40px);
    min-height: 40vh;
    display: block;
    font-size: 15px;
    color: var(--defult-text-color);
    line-height: 26px;
    word-break: break-all;
    padding: 20px;
}

.csr-bbs-view .view-body a {
    position: relative;
}

.view-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
}

.btn-copy-url {
    width: 30px;
    height: 30px;
    background: #E4E4E4;
    border-radius: 30px;
}

#copyUrl2.btn-copy-url {
    margin-bottom: 30px;
}

.menu-001 header .header-bottom a.active span {
    color: var(--menu01-focus-text-color);
    border-bottom: 3px solid #987ADC;
}

.menu-002 header .header-bottom a.active span {
    color: var(--menu02-focus-text-color);
    border-bottom: 3px solid #69DA54;
}

.menu-003 header .header-bottom a.active span {
    color: var(--menu03-focus-text-color);
    border-bottom: 3px solid #0080C9;
}

.menu-004 header .header-bottom a.active span {
    color: var(--menu04-focus-text-color);
    border-bottom: 3px solid #F28A79;
}

.menu-001 header .header-body {
    background-image: url(https://lwi.nexon.com/maplestory/mobile/csr/hader_bg1.png);
}

.menu-002 header .header-body {
    background-image: url(https://lwi.nexon.com/maplestory/mobile/csr/hader_bg2.png);
}

.menu-003 header .header-body {
    background-image: url(https://lwi.nexon.com/maplestory/mobile/csr/hader_bg3.png);
}

.menu-004 header .header-body {
    background-image: url(https://lwi.nexon.com/maplestory/mobile/csr/hader_bg4.png);
}

/*.menu-001 .year_wrap:first-child {margin-top: 62%;}*/
/*.menu-001 .year_wrap {text-align: center;margin: 0 20px;font-weight: 900;letter-spacing: -2px;word-break: break-word;display: flex;flex-direction: column;align-items: center;border-top: 3px solid #CABFEC;}*/
.menu-001 .year_wrap {
    text-align: center;
    margin: 0 20px;
    font-weight: 900;
    letter-spacing: -2px;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-001 .year_wrap:nth-last-of-type(1) .month_wrap {
    padding-bottom: 0;
}
.menu-001 .year_wrap:nth-last-of-type(1) .month_wrap::after {
    display: none;
}

.menu-001 .year_wrap ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-top: 38px; */
    padding-top: 45px;
    /* padding-bottom: 80px; */
}

.menu-001 .year_wrap ul li.icon-icon_hart::before {
    position: absolute;
    width: 22px;
    height: 18px;
    font-size: 20px;
    top: 20px;
    left: calc(50% - 11px);
}

/* .menu-001 .year_wrap ul li.icon-icon_hart::after {
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #CABFEC;
    bottom: 15px;
    left: calc(50% - 0.5px);
    content: '';
} */

/* .menu-001 .year_wrap ul li.icon-icon_hart:last-child {
    padding-bottom: 0;
} */

.menu-001 .year_wrap ul li.icon-icon_hart:last-child:after {
    display: none;
}

.menu-001 .year_wrap span {
    display: block;
}

.menu-001 .year_wrap .year {
    display: block;
    /* width: 230px; */
    border-radius: 100px;
    font-size: 26px;
    font-weight: 500;
    padding: 10px 25px;
    color: #fff;
    background: linear-gradient(113deg, #d3b2dd 7%, #aeadf1);
}

/*.menu-001 .year_wrap .year { width: 100%; font-size: 44px; padding: 12px 0; color: transparent; -webkit-text-fill-color: transparent; background-clip: text; -webkit-background-clip: text; background-image: url(https://lwi.nexon.com/maplestory/mobile/csr/csr_history_bg.png); background-size: 150px 60px; background-position: center; background-repeat: no-repeat; opacity: .7; }*/
/*.menu-001 .year_wrap .month_wrap { width: 100%; padding-top: 27px; padding-bottom: 75px; border-top: 1px solid #CABFEC; }*/
.menu-001 .year_wrap .month_wrap {
    width: 100%;
    /* padding-top: 27px; */
    padding-top: 35px;
    padding-bottom: 150px;
    position: relative;
}
.menu-001 .year_wrap .month_wrap::after {
    content: '';
    display: block;
    width:1px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    background-color: #CABFEC;
    position: absolute;
}

.menu-001 .year_wrap .month_wrap ul {
    /* margin-bottom: 30px; */
    padding-top: 40px;
}

.menu-001 .year_wrap .month_wrap ul:first-child {
    padding-top: 0px;
}

.menu-001 .year_wrap .month {
    font-size: 22px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(https://lwi.nexon.com/maplestory/mobile/csr/csr_history_bg.png);
    background-size: 70px 50px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .7;
    font-weight: 600;
}

.menu-001 .year_wrap .title {
    /* font-size: 27px; */
    font-size: 20px;
    width: 312px;
    font-weight: bold;
    margin-bottom: 12px;
    /* line-height: 1.2; */
    line-height: 25px;
    color: var(--defult-text-color);
    word-break: keep-all;
}

.menu-001 .year_wrap .description {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 21px;
    font-weight: normal;
    width: 262px;
    letter-spacing: -1px;
    color: var(--defult-text-color);
    word-break: keep-all;
}

.menu-001 article {
    background-image: url(https://lwi.nexon.com/maplestory/mobile/csr/con01_bg.png);
    background-size: contain;
    background-position: center -20px;
    background-repeat: no-repeat;
}

.menu-001 .csr-con01-01 {
    margin-top: 44%;
}

.menu-001 article {
    background-image: url(https://lwi.nexon.com/maplestory/mobile/csr/con01_bg.png);
    background-size: contain;
    background-position: center -20px;
    background-repeat: no-repeat;
}

.menu-002 .csr-con0202-landing05 {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 0;
    left: 10%;
}

.menu-002 .csr-con0201-landing06 {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 0;
    left: 10%;
}

.menu-002 section iframe {
    position: absolute;
    width: 89%;
    height: 100%;
    top: 0;
    left: 5.5%;
}

.menu-003 .view-bottom .csr-landing-list {
    position: relative;
    width: 260px;
    height: 65px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/btn_go_list.png) center / cover no-repeat;
}

.menu-004 .view-bottom .csr-landing-list2 {
    position: relative;
    width: 260px;
    height: 65px;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/btn_go_list2.png) center / cover no-repeat;
}

.menu-003 ul.csr-bbs-list li {
    height: 333px;
}

.menu-003 ul.csr-bbs-list .list-body {
    height: 183px;
}

.menu-004 .view-body {
    /*padding: 0;width: 100%;*/
}

.menu-004 ul.csr-bbs-list .con-date {
    padding-left: 24px;
    bottom: 17px;
}

.menu-004 ul.csr-bbs-list .con-date {
    padding-left: 24px;
    bottom: 17px;
}

.menu-004 ul.csr-bbs-list .con-date:before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: -2px;
    content: '';
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/ico_date.png) center / cover no-repeat;
}

.menu-004 ul.csr-bbs-list .list-header {
    padding: 20px 20px 17px 20px;
}

.menu-001 article img, .menu-002 article img {
    width: 100%;
    max-width: initial;
}

.se-image {
    width: initial !important;
    height: initial !important;
}

.se-youtube-video {
    width: 100% !important;
    height: auto !important;
}

.se-youtube-video iframe {
    width: 100% !important;
}

.bottom_txar {
    position: relative;
}

.text-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://lwi.nexon.com/maplestory/mobile/csr/txt_placeholder.png) 7px 8px/ 170px 30px no-repeat;
}

.text-placeholder a {
    position: absolute;
    top: 10px;
    left: 11px;
    width: 53px;
    height: 30px;
}
