#new_side {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

#new_side_area {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

#new_side_con {
    width: 100%;
    position: relative;
    display: table;
}

#new_side_con .side_size {
    width: 100%;
    max-width: 1740px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#new_side_con .left_side {
    width: 100%;
    max-width: 367px;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 50px;
}

/*로그인*/

#new_side_con .login_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    background-color: #fff;
}

#new_side_con .login_box {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 20px 20px 15.5px 20px;
}

#new_side_con .login_box form > input {
    width: 100%;
    height: 35px;
    background-color: #f4f4f4;
    padding-left: 10px;
    margin-bottom: 4px;
    font-size: 0.875rem;
    color: #000;
    border: 1px solid #bbb;
}

#new_side_con .login_box form > input::-webkit-input-placeholder {
    color: #8f8e8e;
    font-weight: 500;
    font-size: 0.875rem;
}

#new_side_con .login_box form > input:-moz-placeholder {
    color: #8f8e8e;
    font-weight: 500;
    font-size: 0.875rem;
}

#new_side_con .login_box form > input::-moz-placeholder {
    color: #8f8e8e;
    font-weight: 500;
    font-size: 0.875rem;
}

#new_side_con .login_box form > input:-ms-input-placeholder {
    color: #8f8e8e;
    font-weight: 500;
    font-size: 0.875rem;
}

#new_side_con .login_box form > input::-ms-input-placeholder {
    color: #8f8e8e;
    font-weight: 500;
    font-size: 0.875rem;
}

#new_side_con .login_box form > input::placeholder {
    color: #8f8e8e;
    font-weight: 500;
    font-size: 0.875rem;
}

#new_side_con .login_box form > button {
    width: 100%;
    height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    background-color: #3e3e3b;
    border-radius: 5px;
}

/*자동로그인 및 회원가입*/

#new_side_con .login_box .auto_box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#new_side_con .login_box .auto_box .auto_btn {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
}

#new_side_con .login_box .auto_box .auto_btn input {
    vertical-align: middle;
    margin-bottom: -2px;
}

#new_side_con .login_box .auto_box .auto_btn label {
    font-size: 0.813rem;
    vertical-align: middle;
    color: #000;
    font-weight: 500;
}

#new_side_con .login_box .auto_box .join_btn {
    float: right;
}

#new_side_con .login_box .auto_box .join_btn span {
    font-size: 0.813rem;
    vertical-align: middle;
    position: relative;
    padding-right: 11px;
    margin-right: 5px;
    display: inline-block;
}

#new_side_con .login_box .auto_box .join_btn span > a {
    color: #000;
    display: inline-block;
    font-weight: 500;
    font-size: 0.813rem;
}

#new_side_con .login_box .auto_box .join_btn span:last-of-type {
    padding-right: 0;
    margin-right: 0;
}

#new_side_con .login_box .auto_box .join_btn span:first-of-type::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: #4d4d4d;
    right: 0;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*로그인후 */
/*로그인 개편 2020.08.09*/
#new_side_con .login_view {
    width: 100%;
    position: relative;
    background-color: #fff;
}

#new_side_con .login_view .char_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_side_con .login_view .char_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #bbb;
    padding: 19px 10px;
}

#new_side_con .login_view .profile_box {
    float: left;
    overflow: hidden;
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    border-right: 1px solid #bbb;
}

#new_side_con .login_view .profile_box .profile_nik {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

#new_side_con .login_view .profile_box .profile_nik .profile_img {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #494949;
    background-color: #323232;
    border-radius: 5rem;
    overflow: hidden;
}

#new_side_con .login_view .profile_box .profile_nik .profile_img > a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5rem;
}

#new_side_con .login_view .profile_box .profile_nik .profile_img > a > img {
    width: 100%;
    height: 100%;
}

#new_side_con .login_view .profile_box .profile_nik .profile_name {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    float: left;
    padding-left: 10px;
}

#new_side_con .login_view .profile_box .profile_nik .profile_name .nik_img {
    width: 25px;
    overflow: hidden;
    margin-bottom: 5px;
}

#new_side_con .login_view .profile_box .profile_nik .profile_name .nik_img > img {
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

#new_side_con .login_view .profile_box .profile_nik .profile_name > p {
    font-size: 0.875rem;
    font-weight: 500;
    color: #000;
    line-height: 0.9rem;
}

#new_side_con .login_view .profile_box .profile_btn {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#new_side_con .login_view .profile_box .profile_btn > a {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 400;
    color: #000;
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
    letter-spacing: -0.5px;
}

#new_side_con .login_view .profile_box .profile_btn > a > i {
    color: #ff7600;
    position: relative;
    top: 0px;
}

#new_side_con .login_view .profile_box .profile_btn > a:hover > span {
    color: #ff7600;
}

#new_side_con .login_view .profile_box .profile_btn > a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    right: -2px;
    top: 3px;
    background-color: #4d4d4d;
}

#new_side_con .login_view .profile_box .profile_btn > a:last-of-type::after {
    content: none;
}

#new_side_con .login_view .profile_box .profile_btn > a > span {
    font-weight: 500;
}

#new_side_con .login_view .profile_box .profile_btn > a > i {
    -webkit-animation: spin 4s infinite;
    -o-animation: spin 4s infinite;
    -moz-animation: spin 4s infinite;
    animation: spin 4s infinite;
    margin-right: 2px;
}

#new_side_con .login_view #logout_btn {
    font-weight: 500;
    width: 100%;
    height: auto;
    font-size: 0.9rem;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    padding: 1px 0;
}

#new_side_con .login_view #logout_btn:hover {
    background-color: #e49c12;
    color: #1b1b1b;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#new_side_con .login_view .exp_box {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    float: left;
    padding-left: 13px;
    padding-top: 15px;
}

#new_side_con .login_view .exp_box .exp_bar_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_side_con .login_view .exp_box .exp_bar_con .exp_ob {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    display: table;
}

#new_side_con .login_view .exp_box .exp_bar_con .exp_ob > p {
    float: left;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 12px;
    letter-spacing: -1px;
    color: #000;
    font-weight: 400;
    width: 38px;
    margin-right: 5px;
}

#new_side_con .login_view .exp_box .exp_bar_con .exp_ob .exp_bar {
    width: -webkit-calc((100% - 10px) - 38px);
    width: -moz-calc((100% - 10px) - 38px);
    width: calc((100% - 10px) - 38px);
    height: 12px;
    background-color: #f4f4f4;
    position: relative;
    border: 1px solid #bbb;
    float: left;
}

#new_side_con .login_view .exp_box .exp_bar_con .exp_ob .exp_bar .exp_barcolor {
    height: 10px;
    background-color: #fdd900;
    position: absolute;
    top: 0;
    left: 0;
    /*
    background-image: url(../img/gauge.png);
    background-position: -20px center;
    -webkit-background-size: 600% 600%;
    background-size: 600%;
*/
}

#new_side_con .login_view .exp_box .exp_bar_con .exp_ob .tear_img {
    float: left;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: -5px;
}

#new_side_con .login_view .exp_box .exp_bar_con .exp_ob .tear_img > img {
    width: 100%;
    height: 100%;
}

#new_side_con .login_view .exp_box .exp_bar_con > p {
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: 400;
    font-size: 0.875rem;
    clear: both;
}

#new_side_con .login_view .exp_box .exp_bar_con > p > span {
    font-weight: 400;
    color: #ff7600;
}

#new_side_con .login_view .point_box {
    width: 100%;
    position: relative;
    padding: 16.5px 10px;
    height: auto;
    overflow: hidden;
    background-color: #f4f4f4;
}

#new_side_con .login_view .point_box > li {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    float: left;
    text-align: center;
    border-right: 1px solid #bbb;
}

#new_side_con .login_view .point_box > li:last-of-type {
    border-right: 0;
}

#new_side_con .login_view .point_box > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

#new_side_con .login_view .point_box > li > a > .icon_img {
    width: 100%;
    height: 21px;
    text-align: center;
    line-height: 21px;
    margin-bottom: 8px;
}

#new_side_con .login_view .point_box > li > a > .icon_img > img {
    width: auto;
    max-width: 100%;
}

#new_side_con .login_view .point_box > li > a > h3 {
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 0.9rem;
    color: #000;
}

#new_side_con .login_view .point_box > li > a > h5 {
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 60%;
    background-color: #fdd900;
    color: #1b1b1b;
    margin: 0 auto;
}

#new_side_con .login_view .point_box > li > a > p {
    font-size: 0.8rem;
    color: #ccc;
    font-weight: 300;
    line-height: 0.9rem;
}

#new_side_con .login_view .point_box > li > a > p > span {
    font-weight: 500;
}

#new_side_con .login_view .mypage_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 5px 13px;
    display: none;
}

#new_side_con .login_view .mypage_box > li {
    width: 100%;
    float: left;
    border-right: 1px solid #484848;
    overflow: hidden;
    text-align: center;
    margin-bottom: 5px;
}

#new_side_con .login_view .mypage_box > li:last-of-type {
    border-right: 0;
    margin-bottom: 0;
}

#new_side_con .login_view .mypage_box > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ccc;
}

#new_side_con .login_view .mypage_box > li > a > .mypage_icon {
    width: 20px;
    display: inline-block;
}

#new_side_con .login_view .mypage_box > li > a > p {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 18px;
    font-weight: 300;
}

#new_side_con .login_view .mypage_box > li > a:hover {
    color: #e49c12;
}

#new_side_con .login_view .mypage_box > li > a > .number {
    width: auto;
    height: auto;
    padding: 2px 5px;
    background-color: #ff0000;
    font-size: 0.8rem;
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    line-height: 18px;
    text-align: center;
    font-weight: 100;
    border: 1px solid #484848;
}

/*로그인 개편 2020.08.09 end*/

#new_side_con .login_view .char {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

#new_side_con .login_view .char_img {
    width: 60px;
    height: 60px;
    float: left;
}

#new_side_con .login_view .char_img > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#new_side_con .login_view .char_img > a > img {
    width: 100%;
    border-radius: 5rem;
}

#new_side_con .login_view .char_name {
    float: left;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    display: table;
    padding-left: 13px;
    padding-top: 5px;
}

#new_side_con .login_view .char_name > a {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    color: #fff;
}

#new_side_con .login_view .char_name > p {
    width: 20px;
    height: 22px;
    position: relative;
}

#new_side_con .login_view .char_name > p > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

#new_side_con .login_view .lv_wrap {
    width: 100%;
    height: 18px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

#new_side_con .login_view .lv_area {
    width: 100%;
    height: 100%;
    background-color: #383736;
    border-radius: 5rem;
    position: relative;
    overflow: hidden;
}

#new_side_con .login_view .lv_guage {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: #e49c12;
    background-image: url(../img/gauge.png);
    background-position: -20px center;
    z-index: 101;
}

#new_side_con .login_view .lv_guage > p {
    font-size: 0.8rem;
    padding-left: 15px;
    font-weight: 500;
}

#new_side_con .login_view .my_btn {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

#new_side_con .login_view .my_notify {
    float: left;
    display: table;
}

#new_side_con .login_view .my_notify > a {
    font-size: 0.9rem;
    color: #7d7d7d;
}

#new_side_con .login_view .my_notify > a:hover {
    text-decoration: underline;
}

#new_side_con .login_view .my_menu {
    float: right;
    display: table;
}

#new_side_con .login_view .my_menu > a {
    display: inline-block;
    font-size: 0.9rem;
    position: relative;
    padding: 0 5px;
    color: #7d7d7d;
}

#new_side_con .login_view .my_menu > a::after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #d4d4d4;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#new_side_con .login_view .my_menu > a:last-of-type::after {
    content: none;
}

#new_side_con .login_view .my_menu > a:hover {
    text-decoration: underline;
}

#out_write {
    width: 100%;
    padding: 5px 0;
    font-size: 1rem;
    color: #000;
    background-color: #e8a736;
    display: block;
    text-align: center;
    font-weight: 500;
}

/*로그인후 end*/

/*최신글 슬라이더*/
#new_side_con .latest_slider_con {
    width: 100%;
    height: auto;
}

#new_side_con .latest_slider_box {
    width: 100%;
    height: 35px;
    position: relative;
    overflow: hidden;
}

#new_side_con .latest_slider_box li {
    width: 100%;
    height: 100%;
    line-height: 30px;
    padding: 0 20px;
    padding-top: 7px;
    overflow: hidden;
}

#new_side_con .latest_slider_box li > .cat_box {
    width: 45px;
    height: 20px;
    background-color: #ff0000;
    text-align: center;
    float: left;
    margin-right: 10px;
}

#new_side_con .latest_slider_box li > .cat_box > p {
    font-size: 0.7rem;
    line-height: 20px;
    color: #fff;
}

#new_side_con .latest_slider_box li > .contents_box {
    width: -webkit-calc((100% - 10px) - 45px);
    width: -moz-calc((100% - 10px) - 45px);
    width: calc((100% - 10px) - 45px);
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}

#new_side_con .latest_slider_box li > .contents_box > a {
    font-size: 0.8rem;
    color: #e49c12;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#new_side_con .latest_slider_box li > .contents_box > a:hover {
    text-decoration: underline;
}

/*최신글 슬라이더 end*/

/*탑 왼쪽 배너*/
#new_side_con .top_banner_con {
    width: 100%;
    height: 96px;
    overflow: hidden;
    position: relative;
}

#new_side_con .top_banner_box {
    width: 100%;
    height: 100%;
    position: relative;
}

#new_side_con .top_banner_box > a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #b9b9b9;
    background-color: #fff;
}

#new_side_con .top_banner_box > a > img {
    width: 100%;
    height: 100%;
}

/*탑 왼쪽 배너 end*/

/*오른쪽 사이드 메뉴*/
#new_side_con .right_menu {
    position: fixed;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 101;
}

#new_side_con .right_menu .rt_profile_menu,
#new_side_con .right_menu .rt_alert_menu {
    width: 62px;
    height: 62px;
    position: relative;
    margin-bottom: 20px;
}

#new_side_con .right_menu .rt_alert_menu {
    margin-bottom: 0;
}

#new_side_con .right_menu .rt_profile_menu > a,
#new_side_con .right_menu .rt_alert_menu > a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    background-color: #383736;
    position: relative;
}

#new_side_con .right_menu .rt_alert_menu > a > .new_icon {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

#new_side_con .right_menu .rt_profile_menu > a > img,
#new_side_con .right_menu .rt_alert_menu > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*오른쪽 사이드 메뉴 end*/

#new_side_con .right_window_fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -330px;
    width: 287px;
    background-color: #fff;
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    z-index: 102;
}

#new_side_con .right_window_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    padding: 50px 20px;
}

#new_side_con .rt_char {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: table;
    margin-bottom: 15px;
}

#new_side_con .rt_char .rt_char_img {
    width: 76px;
    height: 76px;
    position: relative;
    float: left;
    display: table;
}

#new_side_con .rt_char .rt_char_img > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#new_side_con .rt_char .rt_char_img > a > img {
    width: 100%;
}

#new_side_con .rt_char .rt_char_name {
    float: left;
    width: -webkit-calc(100% - 77px);
    width: -moz-calc(100% - 77px);
    width: calc(100% - 77px);
    padding-left: 13px;
    padding-top: 5px;
}

#new_side_con .rt_char .rt_char_name > a {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    display: block;
}

#new_side_con .rt_char .rt_char_name > span > img {
    width: 20px;
    height: 22px;
}

#new_side_con .right_window_wrap .lv_wrap {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

#new_side_con .right_window_wrap .lv_area {
    width: 100%;
    height: 18px;
    background-color: #383736;
    border-radius: 5rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

#new_side_con .right_window_wrap .lv_guage {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: #ffd821;
    background-image: url(../img/gauge.png);
    background-position: -20px center;
    z-index: 101;
}

#new_side_con .right_window_wrap .lv_wrap > p {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #383736;
}

#new_side_con .side_menu {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

#new_side_con .side_menu .title {
    padding: 10px 0;
    border-top: 2px solid #383736;
    border-bottom: 2px solid #383736;
}

#new_side_con .side_menu .title > p {
    color: #e1450f;
    font-size: 0.9rem;
}

#new_side_con .side_menu > li {
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
}

#new_side_con .side_menu > li > a {
    font-size: 0.9rem;
    font-weight: 300;
}

#new_side_con .side_menu > li > a:hover {
    color: #e8a736;
}

#new_side_con .rt_window_btn {
    position: absolute;
    top: 50%;
    left: -43px;
}

#new_side_con .rt_window_btn .rt_close,
#new_side_con .rt_window_btn .rt_profile,
#new_side_con .rt_window_btn .rt_alert {
    width: 43px;
    height: 43px;
    position: relative;
    border: 1px solid #d1d1d1;
    background-color: #fff;
}

#new_side_con .rt_window_btn .rt_close > a,
#new_side_con .rt_window_btn .rt_profile > a,
#new_side_con .rt_window_btn .rt_alert > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#new_side_con .rt_window_btn .rt_close > a > img,
#new_side_con .rt_window_btn .rt_profile > a > img,
#new_side_con .rt_window_btn .rt_alert > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#new_side_con .rt_window_btn .rt_profile,
#new_side_con .rt_window_btn .rt_alert {
    background-color: #383736;
    border: 0;
}

/*채팅아이프레임*/
#new_side_con .chat_box {
    width: 100%;
    height: 550px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

#new_side_con .chat_box .chat_ob {
    width: 100%;
    height: 100%;
    position: relative;
}

#new_side_con .chat_box .chat_ob > img {
    width: auto;
    max-width: 100%;
}

/*채팅아이프레임 end*/

/*왼쪽 배너*/
#new_side_con .banner_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

#new_side_con .banner_box .banner_ob {
    width: 100%;
    height: 100%;
    position: relative;
}

#new_side_con .banner_box .banner_ob > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#new_side_con .banner_box .banner_ob > a > img {
    width: 340px;
    max-width: 100%;
}

/*왼쪽 배너 end*/

/*포인트랭킹*/
#new_side_con .point_rank_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
}

#new_side_con .point_rank_box .title {
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding-bottom: 13px;
    border-bottom: 1px solid #bbb;
    padding: 15px 20px;
    border: 1px solid #bbb;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#new_side_con .point_rank_box .title h2 {
    display: inline-block;
    color: #000;
    font-size: 1.063rem;
    line-height: 25px;
    font-weight: 500;
}

#new_side_con .point_rank_box .title a {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 0.75rem;
    width: 66px;
    height: 25px;
    line-height: 23px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    background-color: #3e3e3b;
}

#new_side_con .point_rank_box .list {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #bbb;
    border-top: 0;
    padding: 0 20px;
}

#new_side_con .point_rank_box .list > li {
    border-bottom: 1px solid #bbb;
    overflow: hidden;
    height: 50px;
}

#new_side_con .point_rank_box .list > li:last-of-type {
    border-bottom: 0;
}

#new_side_con .point_rank_box .list > li > .rank_num {
    float: left;
    font-size: 0.875rem;
    font-weight: 500;
    width: 50px;
    color: #000;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
    letter-spacing: -0.5px;
}

#new_side_con .point_rank_box .list > li > .rank_num > img {
    vertical-align: middle;
    width: auto;
    max-width: 25px;
}

#new_side_con .point_rank_box .list > li > .rank_user {
    float: left;
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.5px;
}

#new_side_con .point_rank_box .list > li > .rank_user > img {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-bottom: 3px;
}

#new_side_con .point_rank_box .list > li > .rank_point {
    font-size: 0.875rem;
    line-height: 50px;
    font-weight: 300;
    color: #ff7600;
    float: right;
    letter-spacing: -0.5px;
}

/*포인트랭킹 end*/

/*오른쪽 배너*/
#new_side_con .board_banner_wrap {
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    display: none;
}

#new_side_con .banner_area {
    width: 100%;
    height: 100%;
    position: relative;
}

#new_side_con .banner_con {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #484848;
    background-color: #2e2e2e;
    text-align: center;
}

#new_side_con .banner_con .banner_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#new_side_con .banner_con .banner_box > img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

/*오른쪽 배너 end*/

/*최신글_공지사항+게시판*/

/*최신글 공지사항*/

#new_side_con .right_side {
    width: -webkit-calc((100% - 11px) - 367px);
    width: -moz-calc((100% - 11px) - 367px);
    width: calc((100% - 11px) - 367px);
    height: 100%;
    position: relative;
    margin-bottom: 50px;
}

#new_side_con .right_side .board_latest_wrap {
    width: 100%;
    height: 194px;
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#new_side_con .right_side .board_latest_wrap .latest_notice {
    width: 100%;
    height: 100%;
    margin-right: 10px;
    background-color: #fff;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_title {
    width: 100%;
    height: auto;
    text-align: left;
    border: 1px solid #bbb;
    overflow: hidden;
    background-color: #f4f4f4;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .notice_title {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 20px;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_title > h2 {
    font-size: 1.063rem;
    color: #000;
    line-height: 29px;
    font-weight: 600;
    float: left;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_title > .notice_gt {
    width: 66px;
    height: 29px;
    float: right;
    text-align: center;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_title > .notice_gt > a {
    font-size: 0.688rem;
    line-height: 28px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    display: block;
    border-radius: 5px;
    background-color: #3e3e3b;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_title > .notice_gt > a > .more_icon {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-image: url(../img/more_plus.png);
    margin-left: 5px;
    display: none;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_title > .notice_gt > a:hover > .more_icon {
    background-image: url(../img/more_plus_on.png);
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list {
    width: 100%;
    height: auto;
    padding: 16px 20px;
    border: 1px solid #bbb;
    border-top: 0;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list li {
    overflow: hidden;
    margin-bottom: 10px;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list li:last-of-type {
    margin-bottom: 0;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list li .board_subject {
    float: left;
    width: 100%;
    height: 20px;
    overflow: hidden;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list .two_list li .board_subject {
    width: 100%;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list li .board_subject > a {
    width: auto;
    max-width: 90%;
    display: inline-block;
    color: #000;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list li .board_subject > a:hover {
    text-decoration: underline;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list li .board_subject > a > .zum {
    width: 4px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 0.3rem;
    position: relative;
    z-index: 1;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list li .board_subject > a > .zum::before {
    content: '';
    width: 4px;
    height: 2px;
    background-color: #fdd900;
    position: absolute;
    z-index: 0;
    top: -1px;
    left: -1px;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list li .board_subject > .coments {
    width: auto;
    display: inline-block;
    font-size: 0.875rem;
    color: #ff7600;
    overflow: hidden;
    margin-left: 0px;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list li .board_datetime {
    float: right;
    width: 20%;
    text-align: right;
}

#new_side_con .right_side .board_latest_wrap .latest_notice .board_list li .board_datetime > p {
    font-size: 0.85rem;
    color: #bbbbbb;
}

/*최신글 공지사항 end*/

/*3개의 게시판*/
#new_side_con .right_side .board_latest_wrap .latest_notice_02 {
    width: 100%;
    margin-right: 0;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title {
    width: 100%;
    height: auto;
    position: relative;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title ul {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title ul li {
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
    float: left;
    text-align: center;
    position: relative;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title ul li::before {
    content: '';
    width: 1px;
    height: 49px;
    background-color: #bbb;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title ul li:last-of-type::before {
    display: none;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title ul li.title_active > a {
    background-color: #fdd900;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title ul li.title_active > a > h2 {
    color: #000;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title ul li > a {
    display: block;
    height: 49px;
    position: relative;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title ul li > a:hover {
    background-color: #fdd900;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title ul li > a:hover > h2 {
    color: #000;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .sports_title ul li > a > h2 {
    font-size: 0.875rem;
    color: #000;
    line-height: 49px;
    font-weight: 600;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .board_txt_wrap {
    width: 100%;
    height: auto;
    position: relative;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .board_txt_wrap > ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 145px;
    overflow: hidden;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .board_txt_wrap > ul .two_list {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    float: left;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .photo_list > li {
    width: -webkit-calc((100% - 40px) / 5);
    width: -moz-calc((100% - 40px) / 5);
    width: calc((100% - 40px) / 5);
    height: 100%;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .photo_list > li:last-of-type {
    margin-right: 0;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .photo_list > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

#new_side_con .right_side .board_latest_wrap .latest_notice_02 .photo_list > li > a > img {
    width: 100%;
    height: 100%;
}

/*3개의 게시판 end*/

/*최신글_공지사항+게시판 end*/

/*최신글 배너*/
#new_side_con .right_side .lat_banner_wrap {
    width: 100%;
    height: 47px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#new_side_con .right_side .lat_banner_con {
    width: 100%;
    height: 100%;
    position: relative;
}

#new_side_con .right_side .lat_banner_con .lat_banner_box {
    width: 100%;
    height: 100%;
    position: relative;
}

#new_side_con .right_side .lat_banner_con .lat_banner_box > a {
    display: block;
    width: 100%;
    height: 100%;
}

#new_side_con .right_side .lat_banner_con .lat_banner_box > a > img {
    width: 100%;
    height: 100%;
}

/*최신글 배너 end*/

/*파싱작업*/
.parsing_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.parsing_box .parsing_ob {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #212121;
    overflow: hidden;
    margin-bottom: 20px;
}

.parsing_box .parsing_ob:last-of-type {
    margin-bottom: 0;
}

.parsing_box .parsing_ob .parsing_title {
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding: 15px 20px 13px 20px;
    background-color: #323232;
    border: 1px solid #494949;
}

.parsing_box .parsing_ob .parsing_title > h2 {
    display: inline-block;
    color: #fff;
    font-size: 1.063rem;
    line-height: 25px;
    font-weight: 500;
    float: left;
}

.parsing_box .parsing_ob .parsing_cate {
    width: 100%;
    height: 49px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #494949;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
}

.parsing_box .parsing_ob .parsing_cate > li {
    height: 100%;
    float: left;
    text-align: center;
    border-right: 1px solid #494949;
}

.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(1) {
    width: -webkit-calc((100% - 78px) / 5);
    width: -moz-calc((100% - 78px) / 5);
    width: calc((100% - 78px) / 5);
}

.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(2) {
    width: -webkit-calc((100% - 78px) / 5);
    width: -moz-calc((100% - 78px) / 5);
    width: calc((100% - 78px) / 5);
}

.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(3) {
    width: -webkit-calc((100% - 78px) / 5);
    width: -moz-calc((100% - 78px) / 5);
    width: calc((100% - 78px) / 5);
}

.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(4) {
    width: -webkit-calc((100% - 78px) / 5);
    width: -moz-calc((100% - 78px) / 5);
    width: calc((100% - 78px) / 5);
}

.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(5) {
    width: -webkit-calc((100% - 78px) / 5);
    width: -moz-calc((100% - 78px) / 5);
    width: calc((100% - 78px) / 5);
}

.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(6) {
    width: 78px;
}

.parsing_box .parsing_ob .parsing_cate > li:last-of-type {
    border-right: 0;
}

.parsing_box .parsing_ob .parsing_cate > li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.75rem;
    vertical-align: middle;
    color: #b7b7b7;
    font-weight: 400;
    padding-top: 5px;
}

.parsing_box .parsing_ob .parsing_cate > li:hover > a {
    background-color: #fdd900;
    color: #000;
}

.parsing_box .parsing_ob .parsing_cate > li.parsing_artive > a {
    background-color: #fdd900;
    color: #000;
}

.parsing_box .parsing_ob .parsing_cate > li > a > .parsing_img {
    line-height: 40px;
    width: 17px;
    height: 17px;
    margin: 0 auto;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    margin-bottom: 5px;
}

.parsing_box .parsing_ob .parsing_cate > li > a > .parsing_img_01 {
    background-image: url(../img/bettingpan_soccer.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li > a > .parsing_img_02 {
    background-image: url(../img/bettingpan_baseball.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li > a > .parsing_img_03 {
    background-image: url(../img/bettingpan_basektball.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li > a > .parsing_img_04 {
    background-image: url(../img/bettingpan_volley.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li > a > .parsing_img_05 {
    background-image: url(../img/bettingpan_ice.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li > a > .parsing_img_06 {
    background-image: url(../img/bettingpan_football.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li.parsing_artive > a > .parsing_img_01 {
    background-image: url(../img/bettingpan_soccer_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li.parsing_artive > a > .parsing_img_02 {
    background-image: url(../img/bettingpan_baseball_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li.parsing_artive > a > .parsing_img_03 {
    background-image: url(../img/bettingpan_basektball_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li.parsing_artive > a > .parsing_img_04 {
    background-image: url(../img/bettingpan_volley_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li.parsing_artive > a > .parsing_img_05 {
    background-image: url(../img/bettingpan_ice_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li.parsing_artive > a > .parsing_img_06 {
    background-image: url(../img/bettingpan_football_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li:hover > a > .parsing_img_01 {
    background-image: url(../img/bettingpan_soccer_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li:hover > a > .parsing_img_02 {
    background-image: url(../img/bettingpan_baseball_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li:hover > a > .parsing_img_03 {
    background-image: url(../img/bettingpan_basektball_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li:hover > a > .parsing_img_04 {
    background-image: url(../img/bettingpan_volley_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li:hover > a > .parsing_img_05 {
    background-image: url(../img/bettingpan_ice_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_cate > li:hover > a > .parsing_img_06 {
    background-image: url(../img/bettingpan_football_on.png?ver=20211113);
}

.parsing_box .parsing_ob .parsing_sub_ob {
    width: 100%;
    height: auto;
    border: 1px solid #b9b9b9;
    border-top: 0;
}

.parsing_box .parsing_ob .parsing_sub_ob > .sub_box {
    display: none;
    overflow: hidden;
    padding: 0 10px;
}

.parsing_box .parsing_ob .parsing_sub_ob > .sub_box:nth-of-type(1) {
    display: block;
}

.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li {
    width: auto;
    float: left;
    height: 27px;
    text-align: center;
    margin-right: 10px;
}

.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li:last-of-type {
    margin-right: 0;
}

.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li:nth-of-type(2n) {
    border-right: 0;
}

.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    font-size: 0.75rem;
}

.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li:hover > a {
    color: #d65b00;
    font-weight: 400;
}

.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li.active > a {
    color: #d65b00;
    font-weight: 400;
}

.parsing_box .parsing_ob .team_rank {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 10px 20px 15px 20px;
    border: 1px solid #494949;
    border-top: 0;
}

.parsing_box .parsing_ob .team_rank .team_title {
    width: 100%;
    text-align: center;
}

.parsing_box .parsing_ob .team_rank .team_title > h2 {
    color: #d65b00;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 7px 0 0 0;
    line-height: 0.9rem;
}

.parsing_box .parsing_ob .team_rank > table {
    width: 100%;
    height: auto;
    table-layout: auto;
    border-collapse: collapse;
}

.parsing_box .parsing_ob .team_rank > table th {
    color: #ffd900;
    text-align: center;
    font-weight: 400;
    font-size: 0.875rem;
    padding: 7px 0;
    border-bottom: 1px solid #494949;
}

.parsing_box .parsing_ob .team_rank > table td {
    border-bottom: 1px solid #494949;
    text-align: center;
    font-size: 0.875rem;
    color: #b7b7b7;
    font-weight: 400;
    vertical-align: middle;
    line-height: 43px;
}

.parsing_box .parsing_ob .team_rank > table td > span {
    width: 20px;
    height: 20px;
}

.parsing_box .parsing_ob .team_rank > table td img {
    vertical-align: middle;
    margin-bottom: 5px;
    width: auto;
    max-width: 100%;
}

/*파싱작업 end*/

/* 모드변환 */
.mode_change_con {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 1px solid #bbb;
    padding: 10px;
}

.mode_change_con .mode_change_box {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mode_change_con .mode_change_box > span {
    width: 23px;
    height: 23px;
    position: relative;
    background-image: url(/theme/ox24/img/white/pc_bt2-1.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 10px;
}

.mode_change_con .mode_change_box > p {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #000;
    margin-right: 5px;
    position: relative;
}

.mode_change_con .mode_change_box > p::after {
    content: '다크모드';
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #000;
}

.mode_change_con .mode_change_box > a {
    width: 43px;
    height: 23px;
    position: relative;
    background-image: url(/theme/ox24/img/white/pc_bt2-2.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

/* 모드변환 END */