
* {
    font-family: Pretendard, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    font-weight: 600;
}

#all_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* 헤더 */
#header {
    width: 100%;
    height: 96px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header_inner {
    display: flex;
    align-items: center;
    height: 96px;
    padding: 0 64px;
    box-sizing: border-box;
}

.nav_wrap .global .mypage {
    display: none;
}

.nav_wrap .global .search_ico {
    position: relative;
}

.logo {
    margin-right: 48px;
}

.nav_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_wrap .global {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_wrap .global a {
    font-size: 14px;
    font-weight: 300;
}

.nav_wrap .nav {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.slide-wrap_m {
    display: none !important;
}

.divide {
    width: 1px;
    height: 14px;
    background: #aaa;
    display: flex;
    margin: 0 12px;
}

.nav_wrap .nav li {
    margin: 0 24px;
}

.nav_wrap .nav li a {
    display: flex;
    align-items: center;
    height: 96px;
    justify-content: center;
}

.nav_wrap > .global > li {
    margin: 0 16px;
    display: flex;
    justify-content: center;
}

.nav_wrap > .global li:last-child {
    margin: 0;
}

.nav_wrap .global li .join span {
    display: block;
    padding: 9px 20px;
    background: #333;
    color: #fff;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 300;
}

.nav_wrap .global li:last-child {
    margin-right: 0;
}

.nav_wrap .nav li a.active {
    border-bottom: 3px solid #008cdc;
}

.nav_wrap .nav li a:hover {
    border-bottom: 3px solid #008cdc;
    transition: 0.1s;
}

/* 메인비쥬얼 */
#mainvisual {
    margin-bottom: 24px;
    margin-top: 64px;
}

/* slick */
.slider {
    overflow: visible !important;
    position: relative;
}

.slick-slide {
    margin: 0 8px;
    box-sizing: border-box;
}

.slick-slide img {
    width: 100%;
}

.slick-prev {
    background: #fff !important;
    width: 64px;
    height: 64px;
    position: absolute;
    /*left: 15.777%;*/
    left: calc(50% - 600px - 50px);
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.04);
    top: calc(50% - 64px);
    z-index: 10;
    border-radius: 9999px;
    text-indent: -9999px;
}

.slick-prev:after {
    display: block;
    content: "";
    clear: both;
    background: url(../images/arrow_left.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
}

.slick-next {
    background: #fff !important;
    width: 64px;
    height: 64px;
    position: absolute;
    /*right: 15.777%;*/
    right: calc(50% - 600px - 50px);
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.04);
    top: calc(50% - 64px);
    z-index: 10;
    border-radius: 9999px;
    text-indent: -9999px;
}

.slick-next:after {
    display: block;
    content: "";
    clear: both;
    background: url(../images/arrow_right.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.slick-dots li {
    width: 16px;
    height: 16px;
    background: #eee;
    text-indent: -9999px;
    border-radius: 999px;
    margin-right: 16px;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background: #333;
}

/* 컨텐츠 */
#contents {
    width: 100%;
}

.cont_h88 {
    height: calc(100% - 88px);
}

.inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.cont_tit {
    font-size: 34px;
    font-weight: 700;
}

.live_box {
    margin-bottom: 88px;
}

.box_wrap {
    margin-bottom: 64px;
}

.thumbnail {
    width: 100%;
    height: 155px;
    background: url(../images/thumb_img01.png) no-repeat;
    background-size: cover;
    border-radius: 16px;
    position: relative;
    margin-bottom: 20px;
    padding: 12px;
    display: block;
}

.event_wrap .thumbnail .thumb_end span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 99;
    border: 2px solid #fff;
    padding: 48px;
    border-radius: 999px;

}

.event_wrap .thumbnail .thumb_end:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;
}

.event_wrap .thumbnail {
    height: 380px;
    background-size: cover;
}

.event_wrap .thumbnail {
    height: 380px;
}

.thumbnail.thumb_none {
    background: url(../images/commu_thumb_none.png) no-repeat center #fff;
    border: 1px solid #eee
}

.thumbnail.thumb_02 {
    background: url(../images/thumb_img02.png) no-repeat;
    background-size: cover;
}

.thumbnail.thumb_03 {
    background: url(../images/thumb_img03.png) no-repeat;
    background-size: cover;
}

.thumbnail.thumb_04 {
    background: url(../images/thumb_img04.png) no-repeat;
    background-size: cover;
}

.thumbnail.thumb_05 {
    background: url(../images/thumb_img05.png) no-repeat;
    background-size: cover;
}

.event_wrap .thumbnail.event01 {
    background: url(../images/event_thumb01.png) no-repeat;
    background-size: cover;
}

.event_wrap .thumbnail.event02 {
    background: url(../images/event_thumb02.png) no-repeat;
    background-size: cover;
}

.event_wrap .thumbnail.event03 {
    background: url(../images/event_thumb03.png) no-repeat;
    background-size: cover;
}

.thumbnail .top_label {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    align-items: center;
}

.thumbnail .top_label .label {
    background: #fff;
    border-radius: 9999px;
    font-size: 12px;
    padding: 0 8px;
    height: 24px;
    display: flex;
    align-items: center;
}

.thumbnail .ch_name {
    font-size: 12px;
    background: #fff;
    padding: 0 8px;
    height: 24px;
    border-radius: 9999px;
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    align-items: center;
}

.thumbnail .lock {
    position: absolute;
    top: 16px;
    right: 16px;
}

.thumbnail .text {
    color: #fff;
    font-size: 12px;
    margin-left: 12px;
}

.thumbnail .play_time {
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 24px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.thumbnail .state {
    font-size: 12px;
    color: #fff;
    background: #ff4409;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 24px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.thumbnail .timer {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.thumbnail .timer span {
    color: #fff;
    display: block;
    margin-top: 30px;
}

.thumbnail .state img {
    display: inline-block;
    margin-right: 8px;
}

.thumbnail .streaming {
    width: 90%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 10;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    bottom: 12px;
}

.thumbnail .streaming span {
    width: 50%;
    height: 4px;
    background: #f14b1d;
    position: absolute;
    border-radius: 9999px;
}

.text_info {
    margin-bottom: 4px;
}

.info_tit {
    margin-bottom: 24px;
}

.text_info > span {
    font-size: 12px;
    color: #999;
    font-weight: 300;
}

.text_info > span {
    position: relative;
    margin-right: 16px;
}

.text_info > span:last-child:after {
    display: none;
}

.text_info > span:after {
    display: inline-block;
    clear: both;
    content: "";
    background: #aaa;
    width: 1px;
    height: 10px;
    position: absolute;
    right: -10px;
    top: 2px;
}

.info_icon img {
    display: inline-block;
    margin-right: 4px;
}


.info_icon input[type="checkbox"] + label {
    display: flex;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 300;
    background: url(../images/ico_comment.png) no-repeat;
    padding-left: 20px;
    margin-right: 16px;
}

/* .info_icon input.comment[type = "checkbox"]:checked + label {
  background: url(../images/ico_comment_active.png)no-repeat;
  color: #008cdc;
  transition: .2s;
} */

.info_icon input.view[type="checkbox"] + label {
    background: url(../images/ico_view.png) no-repeat;
}

/* 
.info_icon input.view[type = "checkbox"]:checked + label {
  background: url(../images/ico_view_active.png)no-repeat;
  color: #008cdc;
  transition: .2s;
} */

.info_icon input.good[type="checkbox"] + label {
    background: url(../images/ico_good.png) no-repeat;
    cursor: pointer;
}

.info_icon input.good[type="checkbox"]:checked + label {
    background: url(../images/ico_good_active.png) no-repeat;
    color: #008cdc;
    transition: 0.2s;
}

.info_icon input.share[type="checkbox"] + label {
    background: url(../images/ico_share.png) no-repeat;
}

/* 
.info_icon input.share[type = "checkbox"]:checked + label {
  background: url(../images/ico_share_active.png)no-repeat;
  color: #008cdc;
  transition: .2s;
} */

.new_cont {
    position: relative;
    background: #f6f6f6;
    padding: 60px 0 190px;
}

.new_cont:after {
    display: block;
    clear: both;
    content: "";
    width: 100%;
    height: auto;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: 0;
}

.cont_tit .list_array {
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

.cont_tit .list_array:after {
    display: block;
    clear: both;
    content: "";
    width: 8px;
    height: 5px;
    background: url(../images/new_arrow_up.png) no-repeat;
    position: absolute;
    right: -12px;
    top: calc(50% - 6px);
    cursor: pointer;
}

.cont_tit .list_array::before {
    display: block;
    clear: both;
    content: "";
    width: 8px;
    height: 5px;
    background: url(../images/new_arrow_up.png) no-repeat;
    position: absolute;
    right: -12px;
    bottom: calc(50% - 6px);
    transform: rotate(-180deg);
    cursor: pointer;
}

.main_more {
    position: relative;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    height: auto;
}

.main_more:hover:after {
    top: -35px;
    transition: 0.5s;
}

.main_more:hover:before {
    top: -10px;
    transition: 0.5s;
}

.main_more:after {
    display: block;
    clear: both;
    content: "";
    width: 1px;
    height: 25px;
    background: #333;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%);
}

.main_more::before {
    display: block;
    clear: both;
    content: "";
    font-weight: 300;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-50%);
}

/* 푸터 */
#footer {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
}

#footer .copyright {
    font-size: 12px;
    font-weight: 300;
}

#footer .inner {
    position: relative;
    padding: 28px 0;
    height: 88px;
}

.foot_play_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 200px;
    background: #008cdc;
    padding: 32px 48px;
    border-radius: 20px 0 0 0;
    display: block;
}

.foot_play_box.remove {
    display: none;
}

.foot_play_box .foot_play_close {
    position: absolute;
    right: 0;
    top: 0;
}

.foot_play_box .play_thumb img {
    border-radius: 8px;
}

.play_tit span {
    color: #fff;
}

.play_tit .state {
    font-size: 12px;
    background: #ff4409;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 24px;
}

.play_tit .state img {
    margin-right: 8px;
}

.play_thumb p.ch_name {
    color: #ffe300;
    font-size: 12px;
    margin-bottom: 2px;
}

.play_thumb .text_info .ch_name,
.play_thumb .text_info .date {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    opacity: 0.7;
}

.play_thumb .text_info {
    position: relative;
    margin-right: 16px;
}

.play_thumb .text_info .ch_name:after {
    display: inline-block;
    clear: both;
    content: "";
    background: #fff;
    opacity: 0.4;
    width: 1px;
    height: 10px;
    position: absolute;
    right: -10px;
    top: 2px;
}

.foot_play_box .arrow_btn {
    position: relative;
    color: #fff;
}

.foot_play_box .play_prev:after {
    display: block;
    clear: both;
    content: "";
    background: url(../images/play_arrow_left.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
    top: -1px;
}

.foot_play_box .arrow_wrap {
    width: 50%;
    height: 72px;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    left: 0;
    bottom: 0;
}

.foot_play_box .play_next:after {
    display: block;
    clear: both;
    content: "";
    background: url(../images/play_arrow_left.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -30px;
    top: -1px;
    transform: rotate(180deg);
}

.foot_play_box .play {
    width: 50%;
    height: 72px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.address span {
    position: relative;
    color: #333;
    font-size: 12px;
    font-weight: 300;
}

.address span:after {
    display: block;
    clear: both;
    content: "";
    width: 1px;
    height: 12px;
    background: #d8d6d6 !important;
    position: absolute;
    right: -12px;
    top: 4px;
}

.address span:last-child:after {
    display: none;
}

.login_slide {
    opacity: 0;
    position: fixed;
    right: -423px;
    top: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
    transition: 0.4s;
}

.dark_bg:after {
    display: block;
    clear: both;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 40%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}

.dark_bg {
    visibility: hidden;
    transition: 0.1s;
}

.dark_bg.active {
    visibility: visible;
}

.dark_bg.active .login_slide {
    right: 0;
    opacity: 1;
}

.login_tit {
    font-size: 28px;
    font-weight: 700;
    margin-top: 80px;
}

.login_tit span {
    font-size: 28px;
    font-weight: 700;
}

.login_slide .loginIn {
    padding: 24px;
    box-sizing: border-box;
}

.login_slide .close {
    cursor: pointer;
}

.login_slide .close:hover {
    transform: rotate(360deg);
    transition: 0.5s;
}

.login_slide .input_box input:focus {
    border: 1px solid #333 !important;
}

.input_box .input_mail_box {
    position: relative;
}

/* .input_box .input_arrow_down {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 28px;
    cursor: pointer;
} */

.input_box .input_pw_box {
    position: relative;
}

.input_box .input_pw_warning {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.login_slide .login_btn {
    background: #f6f6f6;
    color: #aaa;
    height: 56px;
    border-radius: 8px;
}

.login_slide .info_box ul li {
    position: relative;
}

.login_slide ul li:first-child:after {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #aaa;
    right: -16px;
    top: 6px;
}

.input_box .input_select_box {
    width: 100%;
    height: 338px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 72px;
    z-index: 999;
    background: #fff;
    box-sizing: border-box;
    margin-top: -8px;
    display: none;
}

.input_box .input_select_box li {
    width: 100%;
    padding: 12px 16px;
    cursor: pointer;
}

.input_box .input_select_box li .domain {
    width: 65%;
    display: inline-block;
}

.input_box .input_select_box li:hover {
    background: #f3fbff;
}

.input_box .input_select_box.active {
    display: block;
}

.login_slide .copyright {
    color: #c1c1c1;
    position: absolute;
    bottom: 56px;
    left: 48px;
}

.login_slide .login_btn,
.co_pri_bg {
    background: #008cdc;
    color: #fff;
}

.popup_join.none {
    display: none;
}

.join_cont {
    padding: 64px 0;
    width: 100%;
    height: auto;
    background: #f7f8fa;
    display: flex;
}

.join_cont .inner_box {
    width: 503px;
    padding: 24px 64px;
    background: #fff;
    border-radius: 32px;
    position: relative;
    box-sizing: border-box;
}

.main_cont {
    padding: 64px 0;
    width: 100%;
    height: auto;
    background: #f7f8fa;
}

.main_cont .inner_box {
    padding: 48px;
    background: #fff;
    border-radius: 32px;
}

.mail_box {
    width: 375px;
    border-radius: 12px;
}

.messege_box {
    box-sizing: border-box;
    padding: 64px;
    width: 503px;
    background: #ffffff;
    border: 1px solid #333333;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.12);
    border-radius: 32px;
}

.radio_wrap {
    position: relative;
}


.btn_next {
    width: 100%;
    height: 56px;
    border-radius: 8px;
}

#footer.cont_bg {
    background: #f7f8fa;
    border-top: 1px solid #eee;
}

.head_tit {
    display: flex;
    align-items: center;
    height: 72px;
    width: 100%;
}

.head_tit .arrow_left {
    cursor: pointer;
}

.input_nickname_box {
    position: relative;
}

.btn_check {
    background: #f6f6f6 !important;
    padding: 12px 16px;
    border-radius: 4px;
    position: absolute;
    right: 8px;
    top: 8px;
    height: 40px;
}

.join_close {
    position: absolute;
    right: 32px;
    top: 32px;
}


.mail_box .number-box {
    width: 100%;
    height: 64px;
}

.one_col_wrap .one_col_pw {
    width: 48px;
}

.one_col_wrap input[type="password"] {
    font-size: 28px;

    color: #333;
}

.search_wrap {
    opacity: 0;
    width: 100%;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -396px;
    z-index: 999;
    transition: 0.5s;
}

.search_wrap .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}

.dark_bg2.active .search_wrap {
    top: 64px;
    transition: 0.5s;
    opacity: 1;
}

.dark_bg2:after {
    display: block;
    clear: both;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 40%;
    position: fixed;
    left: 0;
    top: 96px;
    z-index: 10;
}

.dark_bg2 {
    visibility: hidden;
    transition: 0.1s;
}

.dark_bg2.active {
    visibility: visible;
}

.inputIn {
    width: 790px;
    position: relative;
    margin: 0 auto;
    padding-top: 101px;
}


.input_search {
    border-bottom: 1px solid #333;
    width: 790px;
    height: 97px;
    font-size: 48px;
    color: #333;
    position: relative;
    padding-bottom: 32px;
    padding-right: 120px;
}

.search_del {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(38%);
    display: none;
}

.search_del.active {
    display: block;
}

.search_button {
    position: absolute;
    right: 24px;

}

.head_tit .head_more {
    position: relative;
    padding-right: 28px;
}

.head_tit .head_more:hover:after {
    transform: rotate(360deg);
    transition: 0.5s;
}

.head_tit .head_more:after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/head_more_ico.png) no-repeat;
}

.breadcrumb li {
    padding-right: 24px;
    position: relative;
}

.breadcrumb li:last-child {
    padding-right: 0;
}

.breadcrumb li a {
    font-weight: 300;
}

.breadcrumb li:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/breadcrumb_ico_right.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb li:last-child a {
    font-weight: 700;
}

.cont_top_banner {
    width: 100%;
    height: 240px;
    background: url(../images/top_bn01.png) no-repeat center;
    background-size: cover;
}

.cont_top_banner.wetube {
    background: url(../images/top_bn02.png) no-repeat center;
}

.cont_top_banner.radio {
    background: url(../images/top_bn03.png) no-repeat center;
}

.cont_top_banner.community {
    background: url(../images/top_bn04.png) no-repeat center;
}

.late_down .profile_edit {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    background: url(../images/input_arrow_down.png) no-repeat;
}

.mobile_nav {
    display: none;
}

.text_lastbrod {
    display: none;
}


.slider .m {
    display: none;
}

.mobile_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68px;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 10;
    box-sizing: border-box;
    padding: 0 8px;
}

.mobile_nav li {
    width: 20%;
}

.mobile_nav li a {
    display: block;
    text-align: center;

    height: 68px;
}

.mobile_nav .ico_wrap {
    height: 68px;
}

.mobile_nav .ico_wrap img {
    width: 24px;
    height: 24px;
}

.mobile_nav p {
    font-size: 11px;
    font-weight: 300;
}

.mobile_btn {
    display: none;
}

.subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #eee;
    border-radius: 999px;
    box-sizing: border-box;
}

.subscribe:after {
    display: none;
}

.following_box {
    border-radius: 8px;
    border: 1px solid #eaeaea;
    padding: 20px 24px;
    position: relative;
}


.tit_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f14b1d;
    border-radius: 999px;
    color: #fff;
}

.tit_num_dis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #aaa;
    border-radius: 999px;
    color: #fff;
}

.alert_more {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.alert_more::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 4px;
    right: -16px;
    transform: rotate(135deg);
}

.alert_more {
    display: none;
}

.no_read_alert_box h5 {
    padding-right: 90px;
}

.view_wrap span {
    position: relative;

}

.view_wrap span:after {
    content: "";
    width: 2px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    right: -10px;
}

.view_wrap span:last-child:after {
    display: none;
}

.view_wrap span.view {
    padding-left: 24px;
    position: relative;
}

.view_wrap span.view:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 2px;
    background: url(../images/ico_view.png) no-repeat;
}

.notice_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 24px;
    background: #f14b1d;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
}

.notice_tag.clear {
    background: #333;
    color: #fff;
    font-weight: 300;
}

.notice_tag.wait {
    background: #EBEBEB;
    color: #999;
    font-weight: 300;
}

.no_read_alert_box li:hover {
    background: #F7F8FA;
    transition: .3s;
}

.no_read_alert_box li.dis h5 {
    color: #999;
}

.pagenaition {
    display: flex;
}

.pagenaition .btn_all {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    display: flex;

}

.pagenaition .page_btn_prev {
    padding-left: 24px;
}

.pagenaition .page_btn_next {
    padding-right: 24px;
}

.pagenaition .page_btn_prev:after {
    display: flex;
    content: '';
    clear: both;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/pager_arrow_left.png) no-repeat;
    left: 0;
    top: 2px;
}

.pagenaition .page_btn_next:after {
    display: flex;
    content: '';
    clear: both;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/pager_arrow_left.png) no-repeat;
    right: 0;
    top: 2px;
    transform: rotate(180deg);
}

.pagenaition .page_num button,
.pagenaition .page_num span {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 300;
    color: #999;
}

.pagenaition .page_num button.active {
    background: #333;
    color: #fff;
    font-weight: 600;
}

.radio_wrap_button {
    width: 100%;
}

.broad_box .notice {
    width: 100%;
    position: relative;
    padding: 16px 24px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    box-sizing: border-box;
}

.broad_box .notice.active {
    height: auto;
    padding: 16px 24px;
    overflow: hidden;
}

.broad_box .notice.active .notice_text {
    white-space: normal;
    text-overflow: clip;
}

.broad_box .notice .notice_text {
    width: calc(100% - 68px);
    padding-top: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.broad_box .notice .notice_text.active {
    white-space: normal;
    text-overflow: clip;
}

.broad_box .notice .notice_bottom {
    white-space: normal;
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    height: auto;
    background: #fff;
    display: none;
    transition: .5s;
    padding: 16px 24px;
    z-index: 9999;
}

.broad_box .notice .notice_bottom.active {
    display: block;
    transition: .5s;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.1);
}

.broad_box .notice .notice_bottom p {
    font-size: 14px;
    font-weight: 300;
}

.broad_box .notice .notice_bottom li {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 300;
}

.broad_box .notice .notice_head {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    display: flex;
    align-items: start;
}

.broad_box .notice .notice_head:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(315deg);
    position: absolute;
    right: 2px;
    top: 10px;
    cursor: pointer;
    transition: .3s;
}

.notice_head[aria-expanded=true]:after {
    transform: rotate(135deg) !important;
    transition: .3s;
}

.broad_box .notice .tag {
    font-size: 12px;
    width: 40px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #008cdc;
    background: #e2efff;
    border-radius: 999px;
}

.broad_box .chat_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    bacKground: #fff;
    border: 1px solid #eee;
    border-radius: 20px 20px 0 0;
}

.chat_box .chat > li {
    position: relative;
}


.chat_box .chat .chat_inner > li:hover:after {
    width: 24px;
    height: 24px;
    display: block;
    content: '';
    background: url(../images/setting_ico.png) no-repeat;

    cursor: pointer;
}

.chat_box .chat .chat_inner > li {
    position: relative;
}

.chat_select.active {
    background: #fff;
    border: 1px solid #eaeaea;
    width: 106px;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%);
    z-index: 10;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.04);
}

.chat_select {
    display: none;
}

.chat_select li {
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 300;
}

.broad_box .chat_hidden {
    margin-top: -1px;
    background: #fff;
    border: 1px solid #eaeaea;
    width: 100%;
    border-radius: 0 0 20px 20px;
    transform: rotate(0deg);
    transition: .3s;
    margin-bottom: 40px;
}


.chat_hidden[aria-expanded=false]:after {
    transition: .3s;
    transform: rotate(180deg);
}

.chat_box.hidden + .chat_hidden {
    border-radius: 20px !important;
    transition: .5s;
}

.broad_box .chat_hidden {
    margin-top: -1px;
    border: 1px solid #eaeaea;
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.broad_box .chat_hidden:after {
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/arrow_up_bk.png) no-repeat;
}

.broad_box .chat_box .chat li .text {
    font-weight: 300;
}

.broad_box .chat_box .chat li a {
    flex-shrink: 0;
}

.broad_box .chat_box .chat li .profile {
    width: 24px;
    height: 24px;
    border-radius: 9999px;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
}

.broad_box .chat_box .chat_inner {
    padding: 0 24px;
    height: 360px;
    overflow-y: auto;
}

/*.broad_box .chat_box .chat li:nth-child(1) .profile {*/
/*    background: #626ab4;*/
/*}*/

/*.broad_box .chat_box .chat li:nth-child(2) .profile {*/
/*    background: #62b474;*/
/*}*/

/*.broad_box .chat_box .chat li:nth-child(3) .profile {*/
/*    background: url(../images/profile_ico.png) no-repeat;*/
/*    text-indent: -9999px;*/
/*}*/

.broad_box .chat_box .chat .join_ment {
    background: url(../images/hi_ico.png) no-repeat left center;
    padding-left: 24px;
}

/*.broad_box .chat_box .chat li:nth-child(6) .profile {*/
/*    background: #b48062;*/
/*}*/

.chat_filed {
    background: #f6f6f6;
    padding: 20px 24px;
}

.chat_filed input {
    background: transparent;
    padding-bottom: 12px;
    border-bottom: 1px solid #333;
    width: 100%;
}

.broad_box .chat_box .chat .text_count {
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
}

.broad_box .chat_box .chat .submit_btn {
    width: 48px;
    height: 32px;
    background: #eee;
    color: #aaa;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
}

.broad_thumb .state {
    padding: 0 12px;
    font-size: 12px;
    color: #fff;
    background: #ff4409;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}


.broad_thumb .state span {
    color: #ffe300;
    font-size: 12px;
}

.chanel_row .ch_name:after {
    display: flex;
    content: ".";
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 6px;
    top: -4px;
}

.chanel_row .scb {
    padding: 5px 12px;
    border: 1px solid #eee;
    border-radius: 999px;
}

.comment_filed_inner {
    background: #f6f6f6;
    padding: 16px;
    border-radius: 8px;
}

.comment_filed_wrap .comment_profile {
    height: 40px;
    width: 40px;
}

.reply_text span {
    position: relative;

}

.reply_text .reply_btn {
    cursor: pointer;
}

.reply_text span:after {
    display: flex;
    content: "";
    width: 1px;
    height: 10px;
    background: #aaa;
    position: absolute;
    top: 4px;
    right: -9px;
}

.reply_text span:last-child:after {
    display: none;
}

.rel_box .thumb {
    position: relative;
    width: 168px;
    height: 94px;
    border-radius: 16px;
    background: url(../images/rel_thumb_img01.png) no-repeat center;
    margin-right: 16px;
    flex: none;
}

.rel_box li:nth-child(2) .thumb {
    background: url(../images/rel_thumb_img02.png) no-repeat center;
}

.rel_box li:nth-child(3) .thumb {
    background: url(../images/rel_thumb_img03.png) no-repeat center;
}

.rel_box li:nth-child(4) .thumb {
    background: url(../images/rel_thumb_img04.png) no-repeat center;
}

.rel_box .thumb .time {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.comment_row .setting {
    position: absolute;
    right: 0;
    top: 0;
}

.info_icon .setting {
    cursor: pointer;
}

ul.tabs {
    width: 100%;
    background: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    height: 56px;
    border-bottom: 1px solid #eee;
    display: flex;
}

ul.tabs li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 30px;
    font-weight: 300;
}

ul.tabs li.active {
    background-color: #fff;
    border-bottom: 2px solid #008cdc;
    color: #333 !important;
}

.tab_container {
    max-width: 900px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dedede;
    width: 100%;
}

ul.tabs {
    display: none;
}

.url_wrap .url_input {
    border-radius: 8px;
    width: 100%;
    height: 56px;
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 20px 16px;
    color: #aaa;
    font-weight: 300;
}

.popup_join2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    width: 334px;
    background: #ffffff;
    border-radius: 16px;
}

.popup_join2 .close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
}

.popup_join2 .secrit_btn {
    position: absolute;
    right: 8px;
    top: 8px;
}


.popup_join_finger {
    box-sizing: border-box;
    padding: 32px;
    position: fixed;
    width: 254px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    z-index: 99;
}

.popup_join_finger img {
    margin: 0 auto;
}

.pop_dark {
    display: flex;
    clear: both;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.popup_join {
    box-sizing: border-box;
    padding: 32px;
    position: fixed;
    width: 334px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border: 1px solid #333333;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    z-index: 9999;
}

.popup_join .btn_wrap {
    width: 100%;
}

.popup_join .btn_wrap button {
    width: 50%;
    height: 56px;
}

.popup_join .bar {
    display: block;
    width: 100%;
    height: 4px;
    background: #efefef;
    border-radius: 99px;
}

.popup_join .bar:after {
    border-radius: 99px;
    content: '';
    display: block;
    width: 24%;
    height: 4px;
    background: #f14b1d;
}

.popup_join.active {
    display: none;
}

.popup_join .close {
    cursor: pointer;
}

.popup_join .code {
    cursor: pointer;
}

.popup_join .code:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 5px;
    right: -16px;
    transform: rotate(135deg);
}

.popup_join .text_filed:focus {
    outline: 0;
}

.popup_join .text_filed {
    border-radius: 8px;
    height: 0;
    color: #aaa;
}

.popup_join .text_filed.active {
    border: 1px solid #eaeaea;
    padding: 8px;
    height: 126px;
    display: block;
    transition: 0.5s;
}

.popup_join .close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
}

.bottom_sheet {
    display: none;
}

.secrit_btn {
    position: absolute;
    right: 8px;
    top: 8px;
}

.pop_input_box .row {
    position: relative;
}

.pop_input_box input {
    border: 1px solid #eee;
    height: 56px;
    border-radius: 8px;
    padding: 20px 16px;
    font-weight: 300;
}

.pop_input_box .input_down {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.wetube_read_tit {
    font-size: 48px;
    font-weight: 700;
    color: #333;
}

.wetube_read_tit:focus {
    color: #333;
    border-bottom: 1px solid #333;
}

.read_inner {
    width: 790px;
    margin: 0 auto;
}

.file_row_wrap .file_col {
    padding: 16px;
    box-sizing: border-box;
    background: #f9fafb;
    border: 1px solid #eaeaea;
    border-radius: 8px;
}

.file_row_wrap .file_col input[type="file"],
.file_row_wrap .file_col2 input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.file_row_wrap .file_col label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px dashed #dbdbdb;
    position: relative;
    border-radius: 8px;
}

.file_row_wrap .file_col label span {
    font-size: 12px;
    font-weight: 300;
}

.file_row_wrap .file_col .thumb_box {
    width: 142px;
    height: 80px;
    border-radius: 8px;
    background: url(../images/file_img01.png) no-repeat center #fff;
    background-size: cover;
    position: relative;
}

.file_row_wrap .file_col .thumb_box2 {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: url(../images/file_thumb01.png) no-repeat center #fff;
    background-size: cover;
    position: relative;
}

.file_row_wrap .file_col:first-child .thumb_box2:after {
    cursor: pointer;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/file_thumb_close.png) no-repeat;
    position: absolute;
    right: 8px;
    top: 8px;
}

.file_row_wrap .file_col2 label {
    background: #fff;
    border: 1px dashed #dbdbdb;
    padding: 0 16px;
    height: 40px;
    border-radius: 4px;
}

.file_row_wrap .file_col2 label .add {
    height: 16px;
}

.file_row_wrap .file_col:first-child .thumb_box:after {
    cursor: pointer;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/file_thumb_close.png) no-repeat;
    position: absolute;
    right: 8px;
    top: 8px;
}

.upload_file span {
    position: relative;
    padding-right: 24px;
}

.upload_file span:after {
    content: '';
    display: block;
    background: url(../images/file_close.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
}

.file_row_wrap .file_col:nth-child(2) .thumb_box {
    background: url(../images/video_noimg.png) no-repeat center #fff;
}

.file_row_wrap .video_state {
    height: 80px;
    border: 1px solid #eaeaea;
    background: #fff;
    flex: 1;
    justify-content: center;
    border-radius: 8px;
}

.file_check_box {
    padding: 24px;
    background: #f9fafb;
    border: 1px solid #eaeaea;
    border-radius: 8px;
}

.mail_text ul li {
    font-weight: 300;
    margin-bottom: 4px;
}

.list_view {
    position: relative;
    cursor: pointer;
}

.list_view span {
    display: block;
    height: 2px;
    width: 16px;
    background: #333;
    margin-bottom: 4px;
}

.fixed_banner a {
    width: 120px;
    height: 120px;
    background: #008cdc;
    color: #fff;
    padding-top: 28px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    position: fixed;
    right: 24px;
    bottom: 36px;
    z-index: 11;
}

.fixed_banner a:after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/write_ico.png) no-repeat;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translate(-50%);
}

.notice_none {
    padding-top: 152px;
    position: relative;
}

.notice_none:after {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    background: url(../images/notice_none.png) no-repeat center;
    position: absolute;
    top: 64px;
}

.comu_reply {
    background: #F9FAFB;
    border-radius: 8px;
    padding: 34px 24px 24px 24px;
}

.comu_reply .reply_tag {
    background: #008cdc;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    height: 24px;
    padding: 0 12px;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secrit_url_pop {
    background: url(../images/commu_url_bg.png) no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.url_tit {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.mobile_head {
    width: 100%;
    height: 64px;
    background: #fff;
    padding: 20px 24px;
    box-sizing: border-box;
    display: none;
}

.mobile_head span {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 24px;
}

.mobile_head .back {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.tab_content {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow-y: auto;
}

.close_wrap {
    width: 40px;
    height: 40px;
    background: #fff;
}

.close_wrap .close {
    cursor: pointer;
}

.new_search {
    height: 40px;
    display: none;
}

.input_box_mail {
    display: flex;
}

.new_search.active {
    display: block;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    transition: .5s;
}

.new_search_m {
    display: none;
}

.new_search_m:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    opacity: .4;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99;
}

.new_search_m .new_search_inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    background: #fff;
    z-index: 999;
}

.search_pick {
    background: #fff !important;
    width: 106px;
    border: 1px solid #eaeaea;
    height: 40px;
    padding-right: 16px;
    border-radius: 8px 0 0 8px;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
}

.search_del3 {
    position: absolute;
    top: 8px;
    right: 44px;
    width: 24px;
    height: 24px;
}

.search_button2 {
    position: absolute;
    right: 12px;
    top: 8px;
}

.input_mail_box .input_arrow_down {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 18px;
    font-size: 14px;
    font-weight: 300;
}

.input_search_wrap .input_arrow_down {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 8px;

    font-size: 14px;
    font-weight: 300;
}

.search_pick :after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/input_arrow_down.png) no-repeat center;
}

.input_search2 {
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    width: 200px;
    height: 40px;
    margin-left: -1px;
    border-radius: 0 8px 8px 0;
    padding: 0 76px 0 16px;
    font-size: 14px;
    font-weight: 300;
}

.search_select_box {
    display: none;
}

.search_select_box.active {
    background: #fff;
    border: 1px solid #eaeaea;
    width: 106px;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 48px;
    left: 0;
}

.mypage_wrap .select_box_wrap {
    display: none;
}

.mypage_wrap .select_box_wrap.active {
    border: 1px solid #eaeaea;
    width: 120px;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 99;
    display: block;

}

.select_btn_m {
    border: 1px solid #eaeaea;
    height: 56px;
    padding: 0 16px;
    border-radius: 8px;
    position: relative;
    width: 100%;
}

.select_btn_m:after {
    content: '';
    display: block;
    clear: both;
    width: 16px;
    height: 16px;
    background: url(../images/new_arrow_up.png) no-repeat center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.mypage_wrap .select_btn[aria-expanded=true]:after {
    transform: rotate(0deg);
    transition: .5s;
}


.mypage_wrap .select_btn:after {
    content: '';
    display: block;
    clear: both;
    width: 16px;
    height: 16px;
    background: url(../images/new_arrow_up.png) no-repeat center;
    position: absolute;
    right: 4px;
    top: 8px;
    transform: rotate(180deg);
    transition: .5s;
}

.mypage_wrap .select_btn:after {
    transform: rotate(180deg);
}

.mypage_wrap .select_btn {
    border: 1px solid #eaeaea;
    height: 32px;
    padding: 0 30px 0 12px;
    border-radius: 4px;
    position: relative;
}


.mypage_wrap .select_box {
    width: 120px;
    background: #fff;
    height: 400px;
    overflow: auto;
}

.mypage_wrap .select_box_wrap ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 0 12px;
    height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mypage_wrap .select_box_wrap ul li:last-child {
    border-bottom: 0;

}

.mypage_wrap .select_box_wrap ul li:hover {
    background: #f2f2f2;
}

.mypage_wrap .select_box_wrap > ul > li,
.mypage_wrap .select_box_wrap > ul > li span {
    font-size: 12px;
    font-weight: 300;
    box-sizing: border-box;
}

/* 모바일 */
.select_box_wrap_m {
    display: none;
}

.mypage_wrap .select_box_wrap_m .select_box {
    width: 100%;
}

.mypage_wrap .select_box_wrap_m.active {
    display: block;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eaeaea;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.mypage_wrap .select_box_wrap_m ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 0 12px;
    height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mypage_wrap .select_box_wrap_m ul li:last-child {
    border-bottom: 0;

}

.mypage_wrap .select_box_wrap_m ul li:hover {
    background: #f2f2f2;
}

.mypage_wrap .select_box_wrap_m > ul > li,
.mypage_wrap .select_box_wrap_m > ul > li span {
    font-size: 12px;
    font-weight: 300;
    box-sizing: border-box;
}


.profile_select {
    display: none;
}

.profile_select.active {
    background: #fff;
    border: 1px solid #eaeaea;
    width: 106px;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.04);
}

.profile_select li {
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 300;
}

.profile_select li:hover {
    background: #f2f2f2;
    transition: .3s;
}

/* 편집버튼 */
.edit_btn {
    cursor: pointer;
}

.edit_list {
    display: none;
}

.edit_list.active {
    background: #fff;
    border: 1px solid #eaeaea;
    width: 72px;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 30px;
    right: -55px;
    transform: translate(-50%);
    z-index: 10;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.04);
}

.edit_list li {
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.edit_list li:hover {
    background: #f2f2f2;
    transition: .3s;
}


.search_select_box li {
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    height: 44px;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.search_select_box li:hover {
    background: #FAFAFA;
}

.search_select_box li:last-child {
    border-bottom: none;
}

.mypage_wrap {
    background: #F9FAFB;
}

.mypage_wrap.white {
    background: #fff;
}

.mypage_wrap .left_box {
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 16px;
    padding: 28px 32px 40px;
}

.left_box .my_logout {
    cursor: pointer;
}

.left_box .profile_box {
    border-radius: 999px;
    width: 80px;
    height: 80px;
    position: relative;
}


.profile_box .profile_edit {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    width: 32px;
    height: 32px;
    background: #3A63C7;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.profile_wrap .follow_box span {
    padding: 0 16px;
    position: relative;
}

.profile_wrap .follow_box span:after {
    display: block;
    content: '';
    width: 1px;
    height: 14px;
    background: #aaa;
    position: absolute;
    right: 0;
    top: 3px;
}


.profile_wrap .point_wrap {
    display: flex;
    flex-direction: column !important;
}

.profile_wrap .point_wrap span {
    font-weight: 300;
}

.profile_wrap .follow_box span:last-child:after {
    display: none;
}

.m_ifo_edit {
    height: 40px;
    padding: 0 24px;
    border: 1px solid #eaeaea;
    border-radius: 999px;
    display: flex;
    align-items: center;
}

.my_tit_wrap span {
    cursor: pointer;
}

.cal_head {
    position: relative;
}

.cal_head::before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/cal_arrow.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.cal_head::after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/cal_arrow.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    cursor: pointer;
}

table.tbl_cal {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}

table.tbl_cal th,
.tbl_cal td {
    font-size: 13px;
    font-weight: 400;
    width: 42px;
    height: 42px;
    text-align: center;
    cursor: pointer;
}

.finger {
    display: inline-block;
    height: 24px;
    padding-left: 32px;
    padding-top: 2px;
    background: url(../images/finger_ico_s.png) no-repeat;
}

.faceId {
    display: inline-block;
    height: 24px;
    padding-left: 32px;
    padding-top: 2px;
    background: url(../images/faceid_ico.png) no-repeat left;
}

/* 반응형 */

@media (max-width: 1600px) {
    .slick-prev {
        left: 5%;
    }

    .slick-next {
        right: 5%;
    }
}

@media (max-width: 1400px) {
    .nav_wrap .nav li {
        margin: 0 16px;
        font-size: 12px;
    }

    .header_inner {
        padding: 0 24px;
    }

    .nav_wrap > .global > li {
        margin: 0 10px;
    }
}

@media (max-width: 1200px) {
    .inner {
        width: 100%;
        padding: 0 24px;
    }

    .logo {
        margin-right: 0;
    }

    .cont_tit {
        font-size: 20px;
    }

    .tit_num_dis {
        width: 24px !important;
        height: 24px !important;
        font-size: 14px;
    }

    .tit_num {
        width: 24px !important;
        height: 24px !important;
        font-size: 14px;
    }

    .inputIn {
        width: 100%;
    }

    .search_wrap {
        height: auto;
        padding-bottom: 48px;
    }

    .header_inner {
        padding: 0 32px;
    }

    .slick-track {
        display: flex;
        flex-direction: row;
    }

    #footer .inner {
        padding: 28px 24px;
    }

    .slick-arrow {
        opacity: 50%;
        width: 48px;
        height: 48px;
        top: calc(50% - 48px);
    }

    .input_search {
        width: 100%;
    }

    .slick-slide {
        margin: 0 4px;
        box-sizing: border-box;
    }
}

@media (max-width: 1080px) {
    .new_cont {
        padding: 60px 0 250px;
    }
}

.search_btn_m {
    display: none;
}

.mobile_btn {
    display: none;
}

@media (max-width: 1024px) {
    .login_after .profile {
        width: 24px;
        height: 24px;
    }

    .nav_nick {
        display: none;
    }

    .mypage_wrap {
        background: #fff;
    }

    .chat_filed {
        width: 100%;
        position: static;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    .new_search_m.active {
        display: block;
    }

    .new_search {
        display: none;
    }

    .nav_wrap .global .search_ico {
        position: inherit;
    }

    .search_close_mobile {
        display: block;
    }

    .search_btn {
        display: none;
    }

    .search_btn_m {
        display: block;
    }

    #header {
        height: 64px;
    }

    .header_inner {
        height: 64px
    }

    .fixed_banner {
        bottom: 80px;
    }

    #footer {
        display: none;
    }

    .mobile_nav {
        display: flex;
    }

    .nav_wrap .global li .join {
        padding: 0 !important;
        background: none !important;
    }

    .nav_wrap {
        justify-content: end;
    }

    .nav_wrap .nav {
        display: none;
    }

    .nav_wrap .global li .join span.hidden_text {
        position: absolute !important;
        top: auto;
        left: -10000px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .nav_wrap .global .mypage {
        display: block;
    }

    .foot_play_box {
        width: 100%;
        bottom: 68px;
    }
}

.del_checking_bar {
    display: none;
}

@media (max-width: 640px) {
    .slider .pc {
        display: none;
    }

    .slider .m {
        display: block;
    }
}

@media (max-width: 768px) {
    .broad_box .notice {
        width: 100vw;
    }

    .broad_box {
        display: flex;
        flex-direction: column;
    }


    .broad_box .chat_hidden {
        display: none;
    }

    .chat_filed {
        position: fixed;
        bottom: 0;
        left: 0;
    }

    ul.tabs {
        display: flex;
        padding: 0 16px;
    }

    .tab_content {
        overflow: hidden;
        /*margin-top: 558px;*/
    }

    .watch_content {
        overflow: hidden;
        position: relative;
    }

    #header {
        display: none;
    }

    .broad_thumb_wrap {
        top: 64px;
    }

    .broad_thumb_box {
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 64px;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .thumb_check.check_none {
        display: none;
    }

    .chw_table,
    .chw_table tbody,
    .chw_table td,
    .chw_table tr,
    .chw_table th {
        display: grid;
    }

    .chw_table colgroup,
    .chw_table thead {
        display: none;
    }

    .chw_table tr:first-child {
        border-top: 1px solid #333;
    }

    .chw_table tr:last-child {
        border-bottom: 1px solid #eaeaea;
    }

    .chw_table tr {
        border-top: 1px solid #eaeaea;
    }

    .chw_table tr {
        overflow: hidden;
        padding: 25px;
        position: relative;
    }

    .chw_table td {
        float: left;
        text-align: left;
        border: 0;
        height: auto;
        padding: 0;
    }

    .chw_table .td_join {
        font-size: 12px;
        color: #999;
    }

    .chw_table .td_sub_tit {
        font-size: 12px;
        font-weight: 300;
        color: #777;
        margin-bottom: 4px;
    }

    .chw_table .td_tit {
        font-size: 16px;
        font-weight: 600;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
        width: 80%;
    }

    .chw_table .td_cate {

        position: relative;
        margin-right: 20px;
        color: #777;
        font-size: 12px;
        font-weight: 300;
    }

    .chw_table .td_cate:after {
        display: block;
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 99px;
        background: #aeaeae;
        position: absolute;
        right: -12px;
        top: 8px;
    }

    .chw_table .td_cate:last-child {
        display: flex;
    }

    .chw_table .td_cate:last-child:after {
        display: none;
    }

    .chw_table .td_cate:last-child:before {
        content: attr(data-start);
        margin-right: 4px;
    }

    .chw_table .td_cate:last-child {
        margin-right: 0;
    }

    .chw_table td.point {
        font-weight: 600;
    }

    .chw_table td.point2 {
        font-weight: 600;
        font-size: 16px;
        color: #ff4409;
    }

    .chw_table td.td_reple {
        position: absolute;
        right: 24px;
        bottom: 25px;
        font-size: 12px;
        color: #777;
    }

    #mainvisual {
        margin-top: 24px;
    }

    /* .slider .pc {
        display: none;
    }

    .slider .m {
        display: block;
    } */

    .thumbnail {
        height: 200px;
    }

    .login_slide {
        width: 100%;
    }

    .login_slide .loginIn {
        padding: 0;
    }

    .input_box input {
        width: 100% !important;
    }

    #footer .inner {
        padding: 16px;
    }

    .foot_left {
        margin-bottom: 10px;
    }

    .slide-wrap {
        display: none !important;
    }

    .slide-wrap_m {
        display: block !important;
    }

    .mobile_btn {
        display: flex;
    }

    .breadcrumb {
        display: none;
    }

    .mobile_head {
        display: flex;
        position: fixed;
        height: 64px;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .breadcrumb_wrap {
        display: none;
    }

    .broad_box .chat_box {
        border: none;
    }

    .check_td {
        display: none !important;
    }

    .del_checking_bar {
        display: block;
        width: 100%;
        height: 72px;
        background: #008cdc;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    .del_checking_bar button {
        position: relative;
        color: #fff;
        height: 72px;
    }

    .del_checking_bar button:after {
        display: block;
        content: '';
        width: 1px;
        height: 10px;
        background: #fff;
        opacity: 0.4;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .my_tit {
        font-size: 20px;
    }

    .my_tit_num {
        font-size: 20px;
    }

    .edit_btn {
        text-indent: -9999px;
    }

    .edit_btn:after {
        display: block;
        content: '';
        background: url(../images/setting_ico.png) no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .select_btn {
        display: none;
    }

    .mobile_btn {
        display: block;
    }


    .broad_box {
        display: none;
    }

    .broad_box .chat_box {
        border-radius: 0;
        border-top: 0;
    }

    .rel_box {
        display: none;
    }

    .cont_head {
        display: none;
    }

    .broad_wrap .inner {
        padding: 0;
    }

    .alert_more {
        display: block;
    }

    .bottom_sheet.active {
        position: fixed;
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.4);
        z-index: 11;
    }

    .bottom_sheet .sheet_tit {
        position: relative;
        padding-left: 24px;
    }

    .bottom_sheet .sheet_inner {
        padding: 32px 18px 0;
        background: #fff;
        border-radius: 20px 20px 0 0;
    }

    .bottom_sheet .sheet_tit:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(-135deg);
        position: absolute;
        top: 11px;
        left: 9px;
    }

    .file_row_wrap .file_col .thumb_box {
        flex: 1;
    }

    .read_inner {
        width: 100%;
        padding: 0 24px;
    }

    .file_row_wrap .video_state {
        flex: none;
    }

    .file_row_wrap .file_col {
        flex-direction: column;
    }

    .wetube_read_tit {
        font-size: 16px;
        font-weight: 300;
    }

    .file_check_box {
        padding: 16px;
    }

    .pagenaition {
        display: none;
    }

    .fixed_banner a {
        width: 48px;
        height: 48px;
        bottom: 80px;
        text-indent: -9999px;
        padding-top: 0;
    }

    .fixed_banner a:after {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .box_none {
        display: none;
    }
}

@media (max-width: 680px) {
    .search_wrap {
        display: flex;
        height: 72px;
        padding-bottom: 0;
        align-items: center;
        justify-content: center;
    }

    .search_button {
        left: 0;
        bottom: 6px;
        width: 32px;
    }

    .search_wrap .close {
        display: none;
    }

    .inputIn {
        padding-top: 0
    }

    .input_search {

        font-size: 16px;
        padding: 8px 8px 8px 36px;
        height: auto;
        border: none;
    }

    .search_button img {
        width: 32px;
    }

    .search_del {
        right: 8px;
        top: -5px;
    }

    .search_del img {
        width: 24px;
    }

    .head_tit {
        display: none;
    }

    .join_box {
        padding: 24px 24px 38px 24px !important
    }

    .main_cont {
        padding: 64px 24px;
    }

    .mail_box {
        width: 100%;
    }

    .main_cont .inner_box {
        width: 100%;
    }

    .join_cont {
        padding: 0;
    }

    .join_cont .inner_box {
        border-radius: 0;
    }

    .join_cont .inner_box {
        width: 100%;
        padding: 0px;
    }

    .messege_box {
        width: 100%;
        padding: 24px;
    }

    .messege_box .join_box {
        padding: 0;
    }


    .header_inner {
        padding: 0 16px;
    }

    .nav_wrap > .global > li {
        margin: 0 12px;
    }

    .foot_play_box {
        display: none;
    }

    .new_cont {
        padding: 60px 0 48px;
    }

    .main_more {
        display: none;
    }

    .text_lastbrod {
        display: flex !important;
    }
}

@media (max-width: 600px) {
    .broad_thumb_box iframe {
        width: 100%;
        height: 300px;
    }

    .tab_content {
        /*margin-top: 418px;*/
    }
}

@media (max-width: 400px) {

    .rel_box .thumb {
        width: 100%;
        height: 160px;
        background-size: cover !important;
        margin-right: 0;
    }

    .video_rel .rel_text {
        margin-top: 12px;
    }

    .video_rel {
        flex-direction: column;
    }

    .broad_thumb_box iframe {
        width: 100%;
        height: 210px;
    }

    .tab_content {
        /*margin-top: 328px;*/
        width: 100vw;
    }

    .my_tit_wrap {
        padding: 0 16px;
    }

    .inner.pd_none {
        padding: 0;
    }

    .join_box {
        padding: 16px 16px 28px 16px !important;
    }

    .secrit_url_pop {
        padding: 0 16px;
    }

    .popup_join2 {
        width: 100%;
    }

    .read_inner {
        padding: 0 16px;
    }

    .pagenaition {
        display: none;
    }

    .join_cont {
        padding: 0;
    }

    .join_cont .inner_box {
        border-radius: 0;
        border-bottom: 1px solid #eee;
    }

    .messege_box {
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #eee;
        box-shadow: none;
    }

    .login_slide .info_box label {
        font-size: 13px;
        line-height: 24px;
    }

    .login_slide .info_box a {
        font-size: 13px !important;
    }

    .no_read_alert_box h5 {
        padding-right: 20px;
    }

    #footer .inner {
        padding: 16px;
    }

    .inner {
        padding: 0 16px;
    }

    .head_tit .head_more {
        font-size: 14px;
    }

    .popup_join {
        width: 100%;
    }
}

/*.embed button.vjs-floating-button.vjs-screen-button.screen-top {*/
/*    display: none*/
/*}*/
.embed .vjs-floating-button.vjs-control.vjs-button {
    display: none
}

.broad_box .notice .delete_icon {
    display: none;
}

.broad_box .notice .delete_icon .delete {
    font-size: 12px;
    width: 40px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #f8135f;
    background: #f8a9ca;
    border-radius: 999px;
}

.broad_box .notice.active .delete_icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.slick-slider .slick-track {
    transition-delay: 200ms;
}