@charset "UTF-8";
/*============================
Reset
============================*/
html, body {
  min-width: 320px;
  background: #000000;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  color: #fff;
}

body {
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

ul, label, p {
  margin-bottom: 0;
}

button, input, textarea {
  font-family: "Noto Sans KR", sans-serif;
}

input.form-control::-moz-placeholder, textarea::-moz-placeholder {
  color: #878787;
  font-size: 1.1rem;
}

input.form-control::placeholder,
textarea::placeholder {
  color: #878787;
  font-size: 1.1rem;
}

.small {
  font-size: inherit;
}

.pc {
  display: none;
}

.btn {
  font-size: 1.1rem;
}

/* bootstrap 새로 정의 */
.border_top {
  border-top: 1px solid #3B3E48;
}

.border_left {
  border-left: 1px solid #3B3E48;
}

.border_right {
  border-right: 1px solid #3B3E48;
}

.border_bottom {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #3B3E48;
}

.form_control {
  padding: 0.8rem 1rem;
  background-clip: padding-box;
  background-color: #212121;
  border: 1px solid #212121;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  color: #fff;
  font-size: 1.1rem;
}

/* 검색 자동완성 스타일 제거 */
input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
}

input:-webkit-autofill::first-line {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16.5px !important;
}

/* moz */
input {
  filter: none;
}

/*============================
Fonts
============================*/
/* Fonts */
.hover_main:hover {
  color: #17a2b8 !important;
}

.text_normal {
  color: #D4D4D4;
}

.text_sub {
  color: #878787;
}

.text_danger {
  color: #FF607A;
}

.text_info {
  color: #606060;
}

.page_title_h2 {
  font-size: 2rem;
}

/*============================
Buttons
============================*/
/* Buttons */
.btn_main {
  border: 1px solid #17a2b8;
  background: #17a2b8;
  color: #ffffff;
}

.btn_main:hover, .btn_main:focus {
  border: 1px solid #067283 !important;
  background: #067283;
  color: #fff;
}

.btn_sub {
  border: 1px solid #393939;
  background: #393939;
  color: #FFF;
}

.btn_sub:hover {
  border: 1px solid #393939;
  background: #393939;
  color: #FFF;
}

.btn_tag {
  border: 1px solid transparent;
  background: transparent;
  color: #3B83FF;
}

.btn_tag:hover {
  border: 1px solid transparent;
  background: transparent;
  color: #3B83FF;
}

.btn_text_highlight {
  color: #FF153C;
  border: none;
  background: none;
}

.btn_text_highlight:hover {
  color: #FF153C;
  border: none;
  background: none;
}

.btn_large {
  padding: 1.1rem 1rem;
  height: 62px;
}

/* Header */
.header_m {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 1050;
  width: 100%;
  height: 50px;
  background: #1D1D1D;
}

.header_m .open_gnb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
}

/*============================
Gnb_m
기본 : top_to_bottom
좌측스타일 : left_to_right
우측스타일 : right_to_left
============================*/
/* Gnb_m */
.gnb_m {
  position: absolute;
  z-index: 1050;
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}
.gnb_m.right_to_left {
  transition: right 0.2s linear;
  right: -60vw;
  max-width: 300px;
  width: 60vw;
  margin-left: auto;
}
.gnb_m.right_to_left.show {
  right: 0;
}
.gnb_m.left_to_right {
  transition: left 0.2s linear;
  left: -70vw;
  max-width: 300px;
  width: 70vw;
}
.gnb_m.left_to_right.show {
  left: 0;
}
.gnb_m.top_to_bottom {
  transition: top 0.2s linear;
  top: -100vh;
  width: 100%;
}
.gnb_m.top_to_bottom.show {
  top: 0;
}
.gnb_m .gnb_inner {
  position: relative;
  z-index: 1050;
  height: calc(100vh - 50px);
  overflow: auto;
  background: #101010;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.gnb_m .gnb_inner::-webkit-scrollbar {
  display: none !important;
}
.gnb_m .btn_wrap_auth {
  display: flex;
  padding: 14px 20px;
  background-color: #212121;
  text-align: center;
}
.gnb_m .btn_wrap_auth .btn {
  display: block;
  width: 100%;
  border-radius: 15px;
  font-size: 0.9rem;
}
.gnb_m .btn_warp_mypage {
  background-color: #212121;
}
.gnb_m .btn_warp_mypage .user_name {
  width: calc(100% - 47.5px);
}
.gnb_m .btn_warp_mypage .user_name .name {
  width: calc(100% - 54px);
}
.gnb_m .btn_warp_mypage .user_name .logout:hover {
  color: inherit;
}
.gnb_m .btn_warp_mypage .user_link {
  box-shadow: 0 1px 0 #000 inset;
}
.gnb_m .btn_warp_mypage .user_link .mypage {
  box-shadow: 1px 0 0 #000;
}
.gnb_m .btn_warp_mypage .user_link img {
  width: 25px;
}
.gnb_m .depth_1 > li {
  margin: 0 15px;
  border-bottom: 1px solid #373737;
}
.gnb_m .depth_1 > li.hidden_menu .gnb_title {
  color: #FFDF61;
}
.gnb_m .depth_1 .gnb_title {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #FF153C;
  cursor: pointer;
}
.gnb_m .depth_1 .gnb_title.collapsed {
  background: transparent;
}
.gnb_m .depth_1 .gnb_title.collapsed {
  background: transparent;
  color: #fff;
}
.gnb_m .depth_1 > li:hover .gnb_title {
  color: #FF153C;
}
.gnb_m .depth_1 svg {
  position: absolute;
  top: 12px;
  right: 0;
  transform: rotate(180deg);
  transition: transform 0.3s linear;
  color: #878787;
}
.gnb_m .depth_1 .gnb_title.collapsed svg {
  float: right;
  transform-origin: center;
  transform: rotate(0deg);
}
.gnb_m .depth_2 {
  padding: 0 0 10px;
}
.gnb_m .depth_2 > li {
  padding: 5px 10px 5px 15px;
}
.gnb_m .depth_2 > li a {
  display: block;
  overflow: hidden;
  color: #9B9B9B;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.emergency {
  background: #CC2944;
  color: #ffffff;
}

.emergency a, .emergency a:hover {
  color: #FFD36B;
  text-decoration: underline;
}

@media (min-width: 992px) {
  /* Header */
  #header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: #1D1D1D;
    border-bottom: 1px solid #1D1D1D;
  }
  #header .header_pc {
    height: 80px;
  }
  #header .header_pc .btn_wrap_auth {
    display: flex;
  }
  #header .header_pc .btn_wrap_auth .btn {
    display: block;
    width: 100%;
    border-radius: 20px;
    font-size: 0.9rem;
    padding: 0.592rem 0.75rem;
    min-width: 90px;
  }
  #header .header_pc .btn_wrap_mypage .dropdown_menu {
    width: 200px;
    border-color: #373737;
    border-radius: 10px;
    background-color: #212121;
    color: #D4D4D4;
  }
  #header .header_pc .btn_wrap_mypage .dropdown_menu .user_name {
    width: 123px;
  }
  #header .header_pc .btn_wrap_mypage .dropdown_item {
    color: #D4D4D4;
    display: block;
    padding: 0.25rem 1rem;
  }
  #header .btn_search {
    color: #878787;
  }
  #header .btn_search:hover {
    color: #FF153C;
  }
  /* Hidden menu - Basic */
  .gnb_pc {
    /* 전체메뉴 보기 백드롭 */
    /*.backdrop {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 320px;
        background: #0f1319;
    }*/
    /* gnb open */
    /*============================
    Gnb_category
    기본 왼쪽 메뉴 : -
    그리드타입 메뉴 : grid_align
    ============================*/
  }
  .gnb_pc .depth_1 > li {
    position: relative;
    z-index: 1;
    float: left;
  }
  .gnb_pc .depth_1 .gnb_title {
    display: block;
    color: #fff;
    padding: 10px 27px;
    text-align: center;
    cursor: pointer;
  }
  .gnb_pc .depth_1 svg {
    margin-top: -5px;
  }
  .gnb_pc .depth_1 > li.hidden_menu .gnb_title {
    color: #FFDF61;
  }
  .gnb_pc .depth_2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background: #E5E9F0;
    border-radius: 5px;
  }
  .gnb_pc .depth_2 > li a {
    display: block;
    padding: 8px 15px;
    color: #0A0A14;
    font-size: 14px;
    font-weight: 500;
  }
  .gnb_pc .depth_1 > li:hover .gnb_title {
    color: #FF153C;
  }
  .gnb_pc .depth_1 > li:hover .depth_2 {
    display: block;
  }
  .gnb_pc .depth_2 > li:hover > a {
    background-color: #d8dee9;
  }
  .gnb_pc #gnb_category.grid_align .depth_1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, auto));
  }
  .gnb_pc d #gnb_category.grid_align .depth_1:after {
    /*display: none;  //ie에서만 display: block 주기 */
  }
}
.header_search_modal .modal-dialog {
  margin-top: 10vh;
}

/*============================
Page navigation
============================*/
#navigation {
  /*background: #1D1D1D;*/
}

#navigation ul li a,
#navigation ul li .current {
  font-size: 14px;
}

#navigation ul li .current {
  color: #FF153C;
}

#navigation ul li a,
#navigation ul li .fas {
  color: #BEC7D4;
}

#navigation ul li .fas {
  font-size: 17px;
}

/*============================
Video List / View
============================*/
/* List */
.video_list .thumbnail, .play_list .thumbnail {
  position: relative;
  background-color: #101010;
  overflow: hidden;
}
.video_list .thumbnail .img_centered, .play_list .thumbnail .img_centered {
  position: relative;
  padding-top: 142%;
}
.video_list .thumbnail .centered, .play_list .thumbnail .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}
.video_list .thumbnail img, .play_list .thumbnail img {
  max-height: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.video_list .thumbnail .thumb_over, .play_list .thumbnail .thumb_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FF153C;
  border-radius: 6px;
  opacity: 0;
  transition: all 0.2s linear;
}
.video_list .thumbnail .icon, .play_list .thumbnail .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_list .thumbnail .icon .count, .play_list .thumbnail .icon .count {
  position: absolute;
  top: 7%;
  left: 3%;
  padding: 0 6px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s linear;
  white-space: nowrap;
  overflow: hidden;
  transform: scale(0.8) translate(-4px, -2px);
}
.video_list .thumbnail .icon .count .fas, .play_list .thumbnail .icon .count .fas {
  margin-right: 5px;
  font-size: 0.6rem;
}
.video_list .thumbnail .icon .count .fas:before, .play_list .thumbnail .icon .count .fas:before {
  display: inline-block;
  height: 18px;
  vertical-align: middle;
}
.video_list .thumbnail .icon .hd, .play_list .thumbnail .icon .hd {
  position: absolute;
  top: 7%;
  right: 3%;
  padding: 5px 2px 5px 0;
  width: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 1;
  transition: all 0.3s linear;
}
.video_list .video_title, .play_list .video_title {
  margin-top: 10px;
  color: #d4d4d4;
}
.video_list li:hover .thumbnail .thumb_over, .play_list li:hover .thumbnail .thumb_over {
  opacity: 1;
  border-width: 2px;
}
.video_list li:hover .thumbnail .icon .count, .video_list li:hover .thumbnail .icon .hd, .play_list li:hover .thumbnail .icon .count, .play_list li:hover .thumbnail .icon .hd {
  background: #FF153C;
}
.video_list li:hover .video_title, .play_list li:hover .video_title {
  color: #FF153C;
  transition: all 0.2s linear;
}

.video_list > li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.video_list .ellipsis_multiLine {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 2.7rem; /* Fallback for non-webkit */
  font-size: 0.9rem;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.play_list .ellipsis_multiLine {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 4.05rem; /* Fallback for non-webkit */
  font-size: 0.9rem;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* View */
.video {
  position: relative;
  padding-top: 142%;
}
.video > .col {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video > .col video {
  height: 100% !important;
}
.video .video-js {
  background-color: #252525;
}

.video_info {
  color: #fff;
}
.video_info .title {
  position: relative;
  margin-bottom: 0;
  padding: 6px 15px 6px;
  font-size: 1.5rem;
  font-weight: bold;
}
.video_info .video_intro {
  overflow: hidden;
}
.video_info .video_intro .board_content {
  display: none;
  color: #d4d4d4;
}
.video_info .video_intro.open .btn_more {
  display: none;
}
.video_info .video_intro.open .board_content {
  display: block;
}
.video_info .rating {
  text-align: center;
}
.video_info .rating.btn-group {
  align-items: center;
  width: 200px;
  height: 40px;
  background-color: #1D1D1D;
  border-radius: 23px;
}
.video_info .rating button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #fff;
}
.video_info .rating button svg {
  color: #fff;
}
.video_info .rating button:hover svg,
.video_info .rating button.active svg {
  color: #FF153C;
}
.video_info .rating .divider {
  display: block;
  width: 1px;
  height: 24px;
  background-color: #696e7a;
}

.right_content_col .play_list_top {
  border-bottom: 1px solid #373737;
}
.right_content_col .play_list_top > li {
  margin-top: -1px;
}
.right_content_col .play_list_top > li .nav-link {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #9B9B9B;
}
.right_content_col .play_list_top > li .nav-link.active {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.right_content_col .play_list_top .title {
  color: #fff;
  font-size: 1.5rem;
}
.right_content_col .tab-content {
  background-color: #101010;
  height: 144vw;
  max-height: 1200px;
}
.right_content_col .tab-pane {
  height: 100%;
  overflow: auto;
}
.right_content_col .play_list {
  height: 100%;
  overflow-y: auto;
}
.right_content_col .play_list > .row {
  padding: 0.5rem 0;
}
.right_content_col .play_list .number {
  max-width: 37px;
  font-size: 1.1rem;
  text-align: center;
}
.right_content_col .play_list .thumbnail {
  max-width: 170px;
}
.right_content_col .play_list .thumbnail .img_centered {
  padding-top: 56%;
}
.right_content_col .play_list .title {
  color: #fff;
}
.right_content_col .play_list .sub {
  color: #878787;
}
.right_content_col .play_list > .row.active {
  background-color: #1D1D1D;
}
.right_content_col .video_list > li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

@media (min-width: 992px) {
  .video_list > li {
    flex: 0 0 14.2%;
    max-width: 14.2%;
  }
  .right_content_col .tab-content {
    height: 49vw;
    max-height: 800px;
  }
  .right_content_col .video_list .thumbnail {
    flex: 0 0 51.67%;
  }
  .right_content_col .video_list .video_title {
    flex: 1 1 auto;
    margin-top: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/*============================
Notice List / View
============================*/
/* List */
.notice_list li {
  background-color: #1E242D;
}
.notice_list li .card-title {
  color: #fff;
}
.notice_list li .ellipsis_multiLine {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 4.95rem; /* Fallback for non-webkit */
  font-size: 1.1rem;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice_list li .card-text,
.notice_list li .card-footer small {
  color: #8B939F;
}
.notice_list li:hover .card-title {
  color: #FF153C;
}

@media (min-width: 992px) {
  .notice_list .col_img {
    max-width: 400px;
  }
}
/* View */
.notice_view .notice_header,
.notice_view .notice_footer .prev_next {
  background-color: #1E242D;
}
.notice_view .notice_body .notice_text {
  min-height: 250px;
}

@media (min-width: 992px) {
  .notice_view .notice_body .notice_text {
    min-height: 500px;
  }
}
/* Pagination */
.contents_pagination .page-link {
  margin: 0 3px;
  padding: 0.65rem 0.965rem;
  background-color: #1A1B25;
  border: none;
  border-radius: 17px;
  color: #ffffff;
  font-size: 0.9rem;
}
.contents_pagination .page-link:hover {
  background-color: #FF153C;
  border: none;
}
.contents_pagination .page-item.disabled .page-link {
  background-color: #2C3542;
  border: none;
  color: #6a7079;
  border-radius: 17px;
}
.contents_pagination .fas {
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.contents_pagination .page-item.active .page-link {
  color: #fff;
  background-color: #FF153C;
  border: none;
}

@media (min-width: 992px) {
  .contents_pagination .page-link {
    margin: 0 5px;
    padding: 0.913rem 1.297rem;
    border-radius: 25px;
    font-size: 1.1rem;
  }
  .contents_pagination .page-item.disabled .page-link {
    border-radius: 25px;
  }
  .contents_pagination .fas {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
/*============================
Footer
============================*/
.footer_swiper_wrap {
  background-color: #1D1D1D;
  font-size: 1.1rem;
}
.footer_swiper_wrap .title {
  color: #878787;
}
.footer_swiper_wrap .footer_swiper {
  max-width: calc(100% - 100px);
  color: #D4D4D4;
}

#footer .footer_inner {
  padding: 27px 0;
  max-width: 1000px;
}
#footer .footer_link li {
  display: inline-block;
  font-size: 0;
}
#footer .footer_link li:not(:first-child):before {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #8B939F;
  content: "";
}
#footer .footer_link li a {
  color: #878787;
  font-size: 16px;
}
#footer .copyright {
  color: #878787;
}

/*============================
Content
============================*/
.container-fluid.content { /*container_fluid 기본값*/
  padding-left: 30px;
  padding-right: 30px;
}

#app.non_scroll {
  height: 100vh;
  overflow: hidden;
}

.header_height {
  padding-top: 50px;
}

.content {
  max-width: 1600px;
}

.max_content {
  max-width: 1600px;
}

.content_col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.right_content_col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.right_content_col .banner_list {
  text-align: left !important;
}

/* main_top_banner */
.main_top_banner {
  position: relative;
  width: 100%;
}
.main_top_banner > img {
  width: 100%;
}

/* Searchbar */
.searchbar {
  border: 1px solid #878787;
  background: #000000;
  border-radius: 5px;
}
.searchbar > input {
  border: none;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
}
.searchbar .form-control {
  height: 38px;
}
.searchbar .form-control:focus {
  background-color: transparent;
  color: #fff;
}

/* list slider */
.common_list {
  position: relative;
}

.ad_banner {
  position: relative;
}

.banner_controller {
  display: flex;
  position: absolute;
  top: 50%;
  height: 0;
  width: 100%;
  z-index: 2;
}
.banner_controller .banner_btn_next, .banner_controller .banner_btn_prev {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.banner_controller .banner_btn_next svg, .banner_controller .banner_btn_prev svg {
  width: 15px;
}
.banner_controller .banner_btn_prev {
  left: 0;
}
.banner_controller .banner_btn_next {
  right: 0;
}

/* Main title */
.main_title {
  color: #fff;
  font-size: 26px;
  word-break: break-all;
}
.main_title .btn:hover {
  color: #fff;
}

/* Filter */
.btn_wrap .btn_filter {
  white-space: nowrap;
}

.btn_wrap .btn_filter svg {
  margin-top: -5px;
}

.btn_wrap.show .btn_filter {
  color: #FF153C;
}

.filter_menu {
  padding: 0;
  min-width: 0;
  width: 100px;
  border: none;
  border-radius: 5px;
  background: #E5E9F0;
  overflow: hidden;
}
.filter_menu .dropdown-item {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #0A0A14;
  font-weight: 100;
}
.filter_menu .dropdown-item:hover,
.filter_menu .dropdown-item:focus {
  outline: none;
  background: #D8DEE9;
}

/* Banner */
/*.banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.banner_list > .banner_item {
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  padding-top: 2.5px;
}*/

.swiper-wrapper > .banner_item {
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  padding-top: 2.5px;
}

.login_wrap .form_control {
  height: 62px;
}
.login_wrap .password_eye {
  position: relative;
}
.login_wrap .password_eye > .form-control {
  padding: 1.1rem 3.5rem 1.1rem 1rem;
}
.login_wrap .password_eye > i {
  position: absolute;
  top: 24px;
  right: 17px;
  color: #878787;
}
.login_wrap .verifing_email > .form-control {
  padding: 1.1rem 5rem 1.1rem 1rem;
}
.login_wrap .verifing_email > .btn_verify {
  position: absolute;
  right: 25px;
  top: 13px;
  height: 42px;
  font-size: 0.9rem;
}
.login_wrap .input_check > input:first-child {
  position: absolute !important;
  opacity: 0;
  margin: 0;
}
.login_wrap .input_check > label {
  padding-left: 29px !important;
  min-height: 20px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  color: #878787;
  font-size: 1.1rem;
  font-weight: 400;
  cursor: pointer;
}
.login_wrap .input_check > input:first-child + input[type=hidden] + label::before,
.login_wrap .input_check > input:first-child + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #535353;
  margin-left: -29px;
}
.login_wrap .input_check > input:first-child:checked + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 10px;
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
  transform: translate(6.65px, 4px) rotate(45deg);
  -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
.login_wrap .input_check > input:first-child:checked + label::before {
  background-color: #FF153C;
}
.login_wrap .btn_link {
  color: #878787;
}
.login_wrap .btn_link:hover {
  color: #878787;
  text-decoration: none;
}
.login_wrap .btn_link.join:hover {
  color: #fff;
  text-decoration: none;
}
.login_wrap .user_info {
  min-height: 230px;
  background-color: #212121;
}

.nav_pills {
  justify-content: center;
  margin-left: -10px;
}

.nav_pills .nav_item {
  margin-left: 10px;
}

.nav_pills.item_2 .nav_item {
  max-width: 180px;
  width: calc(50% - 10px);
}

.nav_pills.item_3 .nav_item {
  max-width: 130px;
  width: calc(33.3% - 10px);
}

.nav_pills .nav-link {
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 3px;
  background-color: #393939;
  color: #fff;
}

.nav_pills .nav-link.active, .nav_pills .show > .nav-link {
  background-color: #FF153C;
  color: #fff;
}

.nav_tabs {
  border-bottom: 1px solid #373737;
}

.nav_tabs .nav-link {
  color: #9B9B9B;
  font-size: 1rem;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
}

.nav_tabs .nav_item.show .nav-link, .nav_tabs .nav-link.active {
  border-color: #fff;
  color: #fff;
}

.table_stripes > .col {
  border-top: 1px solid #373737;
}
.table_stripes > .col > .row {
  padding: 0.6rem 0;
  font-size: 0.9rem;
}
.table_stripes .form_control {
  min-height: 50.75px;
}

.accordion {
  border-top: 1px solid #373737;
}

.accordion .item_category {
  border-bottom: 1px solid #373737;
  background-color: #1D1D1D;
  color: #878787;
  padding: 1.3rem 0;
}

.accordion .collapse_item {
  border-bottom: 1px solid #373737;
}
.accordion .collapse_item .item_header {
  padding: 1.3rem 0;
  cursor: pointer;
  color: #D4D4D4;
}
.accordion .collapse_item .item_header .date > i {
  transition: transform 0.2s linear;
}
.accordion .collapse_item .item_header.collapsed .date > i {
  transform: rotate(180deg);
}
.accordion .collapse_item .item_body {
  color: #fff;
  padding: 1.3rem 0;
  border-top: 1px solid #373737;
}
.accordion .collapse_item .item_answer {
  min-height: 150px;
  padding: 1.3rem 0;
  background-color: #1D1D1D;
  color: #D4D4D4;
}
.accordion .collapse_item .item_answer .author {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  border-radius: 15px;
  background-color: #277DE2;
  color: #fff;
}

@media (min-width: 992px) {
  /*============================
  Reset
  ============================*/
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
  /*============================
  Fonts
  ============================*/
  /* Fonts */
  .page_title_h2 {
    font-size: 2.7rem;
    font-weight: bold;
  }
  .page_title_h3 {
    font-size: 1.7rem;
    font-weight: bold;
  }
  /*============================
  Content
  ============================*/
  .content {
    /*padding-left: 15px;
    padding-right: 15px;*/
  }
  .content_col {
    flex-basis: 0;
    flex-grow: 1;
  }
  .content_col.small {
    max-width: 65%;
  }
  .right_content_col {
    width: 35%;
  }
  /* main_top_banner */
  .main_top_banner {
    height: 500px;
    text-align: center;
  }
  .main_top_banner > img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: auto;
  }
  /* Filter */
  .filter_menu {
    width: 180px;
  }
  /* Banner */
  .banner_list {
    flex-direction: row;
  }
  .banner_list > .banner_item {
    max-width: 20%;
  }
  /* list slider */
  .common_list .swiper {
    overflow: visible;
  }
  .nav_tabs .nav-link {
    font-size: 1.5rem;
  }
  .table_stripes > .col {
    border-top: 1px solid #373737;
  }
  .table_stripes > .col > .row {
    padding: 1.5rem 0;
    border-bottom: 1px solid #373737;
    font-size: 1.1rem;
  }
  .accordion {
    border-top: none;
  }
  .accordion .collapse_item .item_body {
    border-top: none;
  }
}
.board_content p {
  padding: 0.5rem 0;
}

.text_main {
  color: #17a2b8;
}

.text_gray {
  color: gray;
}

#smart_editor2 {
  width: 100% !important;
  max-width: 100%;
}

.baord_free.baord_view_free img {
  width: 300px;
  height: auto;
  border: 1px solid #ccc;
}
