/* line 10, ../../sass/pages/video.scss */
.video_active .line {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  margin: 7px 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* line 20, ../../sass/pages/video.scss */
.video_active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
/* line 23, ../../sass/pages/video.scss */
.video_active .line:nth-child(2) {
  opacity: 0;
}
/* line 26, ../../sass/pages/video.scss */
.video_active .line:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

@media (min-width: 991.98px) {
  /* line 32, ../../sass/pages/video.scss */
  .video_box {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    top: -100%;
    left: 0;
    z-index: 10000;
    opacity: 0;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
  }
  /* line 45, ../../sass/pages/video.scss */
  .video_box .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  /* line 54, ../../sass/pages/video.scss */
  .video_box .video_data {
    position: relative;
    width: 60%;
    height: 75%;
    margin: 0 auto;
    padding: 20px;
    z-index: 10001;
  }
  /* line 61, ../../sass/pages/video.scss */
  .video_box .video_data .btn_close {
    width: 40px;
    position: absolute;
    margin: -70px 0;
    right: 0;
  }
  /* line 67, ../../sass/pages/video.scss */
  .video_box .video_data .video_obj {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: none;
  }
  /* line 74, ../../sass/pages/video.scss */
  .video_box .video_data .video_obj.video_obj_show {
    display: block;
  }
  /* line 77, ../../sass/pages/video.scss */
  .video_box .video_data .video_obj iframe, .video_box .video_data .video_obj object, .video_box .video_data .video_obj embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* line 87, ../../sass/pages/video.scss */
  .video_show {
    top: 0%;
    opacity: 1;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
  }

  /* line 96, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div {
    width: 31vw;
  }
  /* line 100, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu {
    width: 100%;
    z-index: 500;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 31px;
  }
  /* line 107, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu .title {
    color: #4A4340;
    border-left: 5px solid #9B8439;
    padding-left: 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
  }
  /* line 116, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu .left_menu_row .left_menu_col {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
    color: #947922;
    padding: 8px 16px;
    margin-right: 10px;
    border: 1px solid #947922;
    border-radius: 6px;
  }
  /* line 126, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }
  /* line 133, ../../sass/pages/video.scss */
  .left_menu_area .left_menu_div_fixed {
    position: fixed;
    top: 100px;
    left: 0;
  }

  /* line 139, ../../sass/pages/video.scss */
  .left_menu_area_fixed {
    position: relative;
    width: 31vw;
  }

  /* line 143, ../../sass/pages/video.scss */
  #list_area {
    width: 56vw;
  }
  /* line 145, ../../sass/pages/video.scss */
  #list_area #top_list_area {
    width: 100%;
    margin-bottom: -27px;
  }
  /* line 148, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_title {
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 18px;
    width: 100%;
  }
  /* line 157, ../../sass/pages/video.scss */
  #list_area #top_list_area .top_list_area_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 70px;
    margin-top: -30px;
  }
  /* line 163, ../../sass/pages/video.scss */
  #list_area #top_list_area .top_list_area_more .list_more {
    width: fit-content;
    margin: 0 auto;
  }
  /* line 166, ../../sass/pages/video.scss */
  #list_area #top_list_area .top_list_area_more .list_more .more {
    padding: 9px 49px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 177, ../../sass/pages/video.scss */
  #list_area #top_list_area img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
  /* line 183, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col {
    margin-bottom: 90px;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    cursor: pointer;
    margin-right: 4%;
  }
  /* line 190, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_img {
    width: 100%;
  }
  /* line 193, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 500;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
  }
  /* line 206, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_text {
    font-size: 14px;
    margin-top: 10px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
    cursor: auto;
  }
  /* line 219, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_tag {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 12px;
    font-size: 14px;
  }
  /* line 226, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_tag span {
    color: #A18E4F;
    margin-right: 10px;
  }
  /* line 232, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col:nth-child(2n+2) {
    margin-right: 0%;
  }
  /* line 236, ../../sass/pages/video.scss */
  #list_area #bottom_list_area {
    width: 100%;
  }
  /* line 238, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col {
    width: 100%;
  }
  /* line 240, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_title {
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 18px;
    width: 100%;
  }
  /* line 249, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 6px;
    display: block;
    height: auto;
  }
  /* line 256, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col {
    margin-bottom: 51px;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    cursor: pointer;
    margin-right: 2%;
  }
  /* line 264, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_img {
    width: 100%;
  }
  /* line 267, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt {
    width: 100%;
  }
  /* line 269, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_title {
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 500;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
  }
  /* line 282, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_text {
    display: none;
  }
  /* line 285, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_tag {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 12px;
    font-size: 14px;
  }
  /* line 292, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_tag span {
    color: #A18E4F;
    margin-right: 10px;
  }
  /* line 300, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col:nth-child(4n+4) {
    margin-right: 0%;
  }
  /* line 303, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 70px;
  }
  /* line 308, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col_more .list_more {
    width: fit-content;
    margin: 0 auto;
  }
  /* line 311, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col_more .list_more .more {
    padding: 9px 49px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 991.98px) and (max-width: 1399.98px) {
  /* line 335, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_title {
    font-size: 14px;
    margin-top: 0;
    -webkit-line-clamp: 2;
  }
  /* line 340, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_text {
    display: none;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  /* line 353, ../../sass/pages/video.scss */
  .video_box {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    top: -100%;
    left: 0;
    z-index: 10000;
    opacity: 0;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
  }
  /* line 366, ../../sass/pages/video.scss */
  .video_box .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  /* line 374, ../../sass/pages/video.scss */
  .video_box .video_data {
    position: relative;
    width: 90%;
    height: 45%;
    margin: 0 auto;
    padding: 20px;
    z-index: 10001;
  }
  /* line 381, ../../sass/pages/video.scss */
  .video_box .video_data .btn_close {
    width: 40px;
    position: absolute;
    margin: -70px 0;
    right: 0;
  }
  /* line 387, ../../sass/pages/video.scss */
  .video_box .video_data .video_obj {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  /* line 393, ../../sass/pages/video.scss */
  .video_box .video_data .video_obj iframe, .video_box .video_data .video_obj object, .video_box .video_data .video_obj embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* line 403, ../../sass/pages/video.scss */
  .video_show {
    top: 0%;
    opacity: 1;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
  }

  /* line 410, ../../sass/pages/video.scss */
  .left_menu_area {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 414, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div {
    width: 100%;
    overflow: hidden;
    height: 127px;
  }
  /* line 418, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu {
    width: 100%;
    z-index: 500;
    margin-bottom: 31px;
  }
  /* line 422, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu .title {
    color: #4A4340;
    border-left: 5px solid #9B8439;
    padding-left: 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
  }
  /* line 431, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu .left_menu_row .left_menu_col {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
    color: #947922;
    padding: 8px 16px;
    margin-right: 10px;
    border: 1px solid #947922;
    border-radius: 6px;
  }
  /* line 441, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }
  /* line 448, ../../sass/pages/video.scss */
  .left_menu_area .left_menu_div_active {
    overflow: initial !important;
    height: initial !important;
  }
  /* line 452, ../../sass/pages/video.scss */
  .left_menu_area .click_more {
    width: 100%;
    color: #947922;
    font-size: 14px;
    border-top: 1px solid #947922;
    margin-top: 30px;
    margin-bottom: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 461, ../../sass/pages/video.scss */
  .left_menu_area .click_more .click_more_txt {
    width: fit-content;
    display: table;
    cursor: pointer;
  }
  /* line 465, ../../sass/pages/video.scss */
  .left_menu_area .click_more .click_more_txt span {
    vertical-align: bottom;
    padding-right: 10px;
  }
  /* line 469, ../../sass/pages/video.scss */
  .left_menu_area .click_more .click_more_txt i {
    vertical-align: middle;
    font-size: 24px;
  }

  /* line 476, ../../sass/pages/video.scss */
  #list_area {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 480, ../../sass/pages/video.scss */
  #list_area #top_list_area {
    width: 100%;
  }
  /* line 482, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_title {
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 18px;
    width: 100%;
  }
  /* line 491, ../../sass/pages/video.scss */
  #list_area #top_list_area .top_list_area_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
    margin-top: -30px;
  }
  /* line 497, ../../sass/pages/video.scss */
  #list_area #top_list_area .top_list_area_more .list_more {
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
  /* line 501, ../../sass/pages/video.scss */
  #list_area #top_list_area .top_list_area_more .list_more .more {
    padding: 9px 49px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 512, ../../sass/pages/video.scss */
  #list_area #top_list_area img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
  /* line 518, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col {
    margin-bottom: 60px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer;
  }
  /* line 524, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_img {
    width: 100%;
  }
  /* line 526, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_img img {
    height: auto;
  }
  /* line 530, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 500;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
  }
  /* line 543, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_text {
    font-size: 14px;
    margin-top: 10px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
    cursor: auto;
  }
  /* line 556, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_tag {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 12px;
    font-size: 14px;
  }
  /* line 563, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_tag span {
    color: #A18E4F;
    margin-right: 10px;
  }
  /* line 570, ../../sass/pages/video.scss */
  #list_area #bottom_list_area {
    width: 100%;
  }
  /* line 572, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col {
    width: 100%;
  }
  /* line 574, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_title {
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 23px;
    font-size: 18px;
    width: 100%;
  }
  /* line 583, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col img {
    width: 100%;
    display: block;
    height: auto;
  }
  /* line 588, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col {
    margin-bottom: 37px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer;
  }
  /* line 595, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_img {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 600, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 604, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_title {
    margin-top: 5px;
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
  }
  /* line 617, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_text {
    font-size: 14px;
    margin-top: 0.5vw;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
  }
  /* line 629, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_tag {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 12px;
    font-size: 14px;
  }
  /* line 636, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_tag span {
    color: #A18E4F;
    margin-right: 10px;
  }
  /* line 644, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 70px;
  }
  /* line 649, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col_more .list_more {
    width: fit-content;
    margin: 0 auto;
  }
  /* line 652, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col_more .list_more .more {
    padding: 9px 49px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  /* line 670, ../../sass/pages/video.scss */
  .video_box {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    top: -100%;
    left: 0;
    z-index: 10000;
    opacity: 0;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
  }
  /* line 683, ../../sass/pages/video.scss */
  .video_box .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  /* line 691, ../../sass/pages/video.scss */
  .video_box .video_data {
    position: relative;
    width: 90%;
    height: 45%;
    margin: 0 auto;
    padding: 20px;
    z-index: 10001;
  }
  /* line 698, ../../sass/pages/video.scss */
  .video_box .video_data .btn_close {
    width: 40px;
    position: absolute;
    margin: -70px 0;
    right: 0;
  }
  /* line 704, ../../sass/pages/video.scss */
  .video_box .video_data .video_obj {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  /* line 710, ../../sass/pages/video.scss */
  .video_box .video_data .video_obj iframe, .video_box .video_data .video_obj object, .video_box .video_data .video_obj embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* line 720, ../../sass/pages/video.scss */
  .video_show {
    top: 0%;
    opacity: 1;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
  }

  /* line 727, ../../sass/pages/video.scss */
  .left_menu_area {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 731, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div {
    width: 100%;
    overflow: hidden;
    height: 127px;
  }
  /* line 735, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu {
    width: 100%;
    z-index: 500;
    margin-bottom: 31px;
  }
  /* line 739, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu .title {
    color: #4A4340;
    border-left: 5px solid #9B8439;
    padding-left: 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
  }
  /* line 748, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu .left_menu_row .left_menu_col {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
    color: #947922;
    padding: 8px 16px;
    margin-right: 10px;
    border: 1px solid #947922;
    border-radius: 6px;
  }
  /* line 758, ../../sass/pages/video.scss */
  .left_menu_area #left_menu_div .left_menu .left_menu_row .left_menu_active {
    background-color: #947922;
    color: #fff;
  }
  /* line 765, ../../sass/pages/video.scss */
  .left_menu_area .left_menu_div_active {
    overflow: initial !important;
    height: initial !important;
  }
  /* line 769, ../../sass/pages/video.scss */
  .left_menu_area .click_more {
    width: 100%;
    color: #947922;
    font-size: 14px;
    border-top: 1px solid #947922;
    margin-top: 30px;
    margin-bottom: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 778, ../../sass/pages/video.scss */
  .left_menu_area .click_more .click_more_txt {
    width: fit-content;
    display: table;
    cursor: pointer;
  }
  /* line 782, ../../sass/pages/video.scss */
  .left_menu_area .click_more .click_more_txt span {
    vertical-align: bottom;
    padding-right: 10px;
  }
  /* line 786, ../../sass/pages/video.scss */
  .left_menu_area .click_more .click_more_txt i {
    vertical-align: middle;
    font-size: 24px;
  }

  /* line 793, ../../sass/pages/video.scss */
  #list_area {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 797, ../../sass/pages/video.scss */
  #list_area #top_list_area {
    width: 100%;
  }
  /* line 799, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_title {
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 18px;
    width: 100%;
  }
  /* line 808, ../../sass/pages/video.scss */
  #list_area #top_list_area .top_list_area_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
    margin-top: -30px;
  }
  /* line 814, ../../sass/pages/video.scss */
  #list_area #top_list_area .top_list_area_more .list_more {
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
  /* line 818, ../../sass/pages/video.scss */
  #list_area #top_list_area .top_list_area_more .list_more .more {
    padding: 9px 49px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 829, ../../sass/pages/video.scss */
  #list_area #top_list_area img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
  /* line 835, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col {
    margin-bottom: 60px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer;
  }
  /* line 841, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_img {
    width: 100%;
  }
  /* line 843, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_img img {
    height: auto;
  }
  /* line 847, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_title {
    font-size: 18px;
    color: #4A4340;
    font-weight: 500;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
  }
  /* line 860, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_text {
    font-size: 14px;
    margin-top: 10px;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
    cursor: auto;
  }
  /* line 873, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_tag {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 12px;
    font-size: 14px;
  }
  /* line 880, ../../sass/pages/video.scss */
  #list_area #top_list_area .list_area_col .list_area_col_tag span {
    color: #A18E4F;
    margin-right: 10px;
  }
  /* line 887, ../../sass/pages/video.scss */
  #list_area #bottom_list_area {
    width: 100%;
  }
  /* line 889, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col {
    width: 100%;
  }
  /* line 891, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_title {
    color: #4A4340;
    border-bottom: 1px solid #947922;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 23px;
    font-size: 18px;
    width: 100%;
  }
  /* line 900, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col img {
    width: 100%;
    display: block;
    height: auto;
  }
  /* line 905, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col {
    margin-bottom: 37px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer;
  }
  /* line 912, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_img {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  /* line 917, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 921, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_title {
    font-size: 15px;
    color: #1E1E1E;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
  }
  /* line 934, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_text {
    font-size: 12px;
    margin-top: 0.5vw;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 1px;
  }
  /* line 946, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col .list_area_col_row .list_area_col_row_txt .list_area_col_row_tag {
    display: none;
  }
  /* line 952, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col_more {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 70px;
  }
  /* line 957, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col_more .list_more {
    width: fit-content;
    margin: 0 auto;
  }
  /* line 960, ../../sass/pages/video.scss */
  #list_area #bottom_list_area .bottom_list_area_col .list_area_col_more .list_more .more {
    padding: 9px 49px;
    color: #947922;
    border: 1px solid #947922;
    font-size: 14px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
  }
}
