/* ===================================================================
CSS information

file name  : price.css
author     : UCI
style info : price
=================================================================== */
/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
*
*	video_list
*
----------------------------------------------------------- */
.video-section {
  padding: 60px 0px;
}
@media only screen and (max-width: 767px) {
  .video-section {
    padding: 0px;
    padding-bottom: 10px;
  }
}
.video-section .heading {
  text-align: center;
}
.video-section .heading p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .video-section .heading p {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .video-section .heading .heading-section br {
    display: none;
  }
}
@media print {
  .video-section .heading .heading-section br {
    display: none;
  }
}
.ie8 .video-section .heading .heading-section br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .video-section .heading .heading-section br {
    display: block;
  }
}
.video-section .heading .only_pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .video-section .heading .only_pc {
    display: none;
  }
}
.video-section .heading .only_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .video-section .heading .only_sp {
    display: block;
  }
}

.video_list {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.video_list .video_item {
  margin: 12px;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .video_list .video_item {
    margin: 5px;
  }
}
.video_list .video_item video {
  height: auto;
  width: 100%;
  max-width: 370px;
  background: #cccccc;
}
@media only screen and (max-width: 1024px) {
  .video_list .video_item video {
    height: auto;
  }
}
.video_list .video_item h3 {
  margin: 10px 0px;
  font-weight: 400;
  font-size: 18px;
}
.video_list .video_item p.desc {
  margin-bottom: 0px;
}
.video_list .video_item .wrapper_video {
  position: relative;
}
.video_list .video_item .wrapper_video video {
  display: block;
}
.video_list .video_item .wrapper_video .btn_button {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  cursor: pointer;
  opacity: 1;
  width: 100%;
}
.video_list .video_item .wrapper_video .btn_button.fade_in {
  opacity: 1;
}
.video_list .video_item .wrapper_video .btn_button.fade_out {
  opacity: 0;
}
.video_list .video_item .description {
  text-align: center;
}
.video_list .slick-arrow {
  position: absolute;
  top: 45%;
}
.video_list .slick-arrow.slick-next {
  right: -40px;
  background-color: transparent;
  border: 0px;
  color: transparent;
  outline: none;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .video_list .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .video_list .slick-arrow.slick-next {
    right: 10px;
  }
}
.video_list .slick-arrow.slick-next:hover:before {
  border-top: 2px solid #ff6464;
  border-left: 2px solid #ff6464;
}
.video_list .slick-arrow.slick-next:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(135deg);
  right: 0;
  outline: none;
}
.video_list .slick-arrow.slick-prev {
  left: -40px;
  background-color: transparent;
  border: 0px;
  color: transparent;
  outline: none;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .video_list .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .video_list .slick-arrow.slick-prev {
    left: 10px;
  }
}
.video_list .slick-arrow.slick-prev:hover:before {
  border-top: 2px solid #ff6464;
  border-left: 2px solid #ff6464;
}
.video_list .slick-arrow.slick-prev:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(-45deg);
  left: 0;
  outline: none;
}

/* -----------------------------------------------------------
*
*	Modal Video
*
----------------------------------------------------------- */
#modalVideo.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}
#modalVideo .modal-header {
  position: relative;
}
#modalVideo .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 95%;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#modalVideo .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: -30px;
}
#modalVideo .close:hover,
#modalVideo .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#modalVideo .modal-body {
  padding: 0px;
}

.converse-section .style-list .item {
  border-radius: 5px;
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .converse-section .style-list .item {
    display: block !important;
  }
  .converse-section .style-list .item .wrap_img span {
    width: 100% !important;
  }
  .converse-section .style-list .item .item-content {
    flex: 1;
    width: 100% !important;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .converse-section .style-list .item {
    display: flex;
  }
  .converse-section .style-list .item .wrap_img span {
    width: 265px;
    height: 150px;
  }
  .converse-section .style-list .item .item-content {
    flex: 1;
    width: calc(100% - 134px);
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .converse-section .style-list .item {
    display: flex;
  }
  .converse-section .style-list .item .wrap_img span {
    width: 124px;
    height: 100px;
    border-radius: 5px;
  }
  .converse-section .style-list .item .item-content {
    flex: 1;
    width: calc(100% - 134px);
    padding-left: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .converse-section .style-list .item {
    display: flex;
  }
  .converse-section .style-list .item .wrap_img span {
    width: 124px;
    height: 80px;
    border-radius: 5px;
  }
  .converse-section .style-list .item .item-content {
    flex: 1;
    width: calc(100% - 134px);
    padding-left: 10px;
  }
}
.converse-section .style-list .item .item_img {
  height: 200px;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .converse-section .style-list .item .item_img {
    margin-bottom: 0px;
  }
}
.converse-section .item-content .style span {
  width: auto;
  padding: 2px 20px;
}
@media only screen and (max-width: 767px) {
  .converse-section .item-content .style span {
    padding: 2px 10px;
    font-size: 10px;
    white-space: nowrap;
  }
}

@-webkit-keyframes fadeinout {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeinout {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* -----------------------------------------------------------
*
*	.youtube-section
*
----------------------------------------------------------- */
.youtube-section .container .left-section .video-wrap {
  display: none;
}
@media only screen and (max-width: 768px) {
  .youtube-section .container .left-section .video-wrap {
    display: block;
    margin: 0 0 20px;
  }
}

/* -----------------------------------------------------------
*
*	wrp_ev
*
----------------------------------------------------------- */
.wrp_ev {
  margin: 0 auto;
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .wrp_ev {
    padding: 20px 0 0;
  }
}
.wrp_ev .view_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .wrp_ev .view_sp {
    display: block;
  }
}
.wrp_ev ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wrp_ev ul li {
  width: calc( (100% - 20px)/2 );
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .wrp_ev ul li {
    width: calc( (100% - 15px)/2 );
  }
}
.wrp_ev ul li a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 20px 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .wrp_ev ul li a {
    padding: 20px 10px;
  }
}
.wrp_ev ul li a .box {
  display: flex;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wrp_ev ul li a .box {
    max-width: 290px;
  }
}
.wrp_ev ul li a .box .icon {
  width: 90px;
  height: 65px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .wrp_ev ul li a .box .icon {
    width: 50px;
    height: 35px;
  }
}
@media only screen and (max-width: 374px) {
  .wrp_ev ul li a .box .icon {
    width: 40px;
    height: 30px;
  }
}
.wrp_ev ul li a .box .txt {
  width: calc(100% - 100px);
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .wrp_ev ul li a .box .txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_ev ul li a .box .txt {
    width: calc(100% - 55px);
    font-size: 18px;
  }
}
@media only screen and (max-width: 374px) {
  .wrp_ev ul li a .box .txt {
    width: calc(100% - 45px);
  }
}
.wrp_ev ul li a .box .txt .txt1 {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .wrp_ev ul li a .box .txt .txt1 {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 374px) {
  .wrp_ev ul li a .box .txt .txt1 {
    font-size: 10px;
  }
}
.wrp_ev ul li a .box .txt .txt2 {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrp_ev ul li a .box .txt .txt2 {
    display: none;
  }
}
.wrp_ev ul li a .note {
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 0;
  margin-top: 10px;
}
.wrp_ev ul li a .caption {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .wrp_ev ul li a .caption {
    display: block;
  }
}
@media only screen and (max-width: 374px) {
  .wrp_ev ul li a .caption {
    font-size: 16px;
  }
}
.wrp_ev ul li a:hover {
  opacity: .8;
}
.wrp_ev ul li.btn_red {
  background-color: #ff6464;
  background-image: linear-gradient(to right, #ff6464, #ff8f8f);
}
.wrp_ev ul li.btn_red .box .icon {
  background-image: url(../img/ev_online/ic_ev_1.webp);
}
.wrp_ev ul li.btn_blue {
  background-color: #272756;
  background-image: linear-gradient(to right, #272756, #4e4e69);
  margin-bottom: 0;
}
.wrp_ev ul li.btn_blue .box .icon {
  background-image: url(../img/ev_online/ic_ev_2.png);
  background-size: 70px;
}
@media only screen and (max-width: 767px) {
  .wrp_ev ul li.btn_blue .box .icon {
    background-size: contain;
  }
}

/* -----------------------------------------------------------
*
*	wrp_ev
*
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .covid-section {
    padding-top: 10px !important;
  }
}
