@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500&family=Noto+Sans+TC:wght@300;500&family=Oswald:wght@500&display=swap');

/* reset
---------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fiel.accordion-set,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fiel.accordion-set,img,iframe {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,button:focus{
  outline: 0;
}
a:active, a:hover,a:focus,select:focus {outline: 0 none;}

*:focus {outline: 0;}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


/* common
---------------------------------------------------------*/

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  word-wrap: break-word;
  font-size: 1rem;
  color: #444;
  font-weight: 400;
  line-height: 1.7;
  font-family: 'Heebo','Noto Sans TC',-apple-system, sans-serif;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

a{
  text-decoration: none;
  color: #0075c2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.text-justify{
  text-align:justify
}

.bg-pink-1{
  background: #ec4899;
}

.text-eng{
  font-family: 'Oswald', sans-serif;
}

.text-yellow{
  color: #fff832!important;
}

.text-blue{
  color: #0075c2;
}

.text-light-blue{
  color: #d6f2ff;
}

.bg-yellow{
  background: #fff035;
}

.fs-7{
  font-size: 0.95rem;
}

.fs-8{
  font-size: 0.95rem;
}

@media (max-width: 400px){
	.fs-7{
	  font-size: 0.85rem;
	}
}


.fs-8{
  font-size: 0.85rem;
}

.rounded-4{
  border-radius: 0.9rem;
}

.bg-yellow-1{
  background: #fffbcc;
}

.border-primary{
  border-color: #0075c2!important;
}

.bg-blue{
  background: #0075c2;
}

/* container
---------------------------------------------------------*/

.btn{
  border-radius: 0;
}

.btn-primary{
  background: #0074bd;
  border-color: #0074bd;
}

.btn-primary:hover{
  background: #006bae;
  border-color: #006bae;
}

.btn-outline-primary{
  border: 1px solid #0074bd;
  color: #0166a8;
}

.btn-outline-primary:hover{
  background:#0074bd ;
  border: 1px solid #0074bd;
}

.rounded-4{
  border-radius: 0.8rem;
}

/* validated
---------------------------------------------------------*/

.was-validated .form-control:invalid, .form-control.is-invalid{
  border-color: #dc3545!important ;
}

.form-control.is-invalid,.form-control.input-validation-error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.input-validation-error{
  border: 1px solid #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.input-validation-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.input-validation-error ~ .invalid-feedback{
  display: block;
}


/* mainNav
---------------------------------------------------------*/

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff832;
}

#mainNav .navbar-toggler {
  color: #222;
  font-size: 1rem;
  text-transform: uppercase;
  border: 0;
}

.navbar-toggler:focus{
  outline: 0;
  box-shadow:none;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #222;
  letter-spacing: 0.06em;
  padding: 10px 10px;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background: #4eaef8;
}

@media (max-width: 992px) {

  #mainNav{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background-color: #fff832;
  }

  #mainNav .navbar-toggler{
    display: flex;
    padding: 0.6rem 0.5rem;
    align-items: center;
  }

  #mainNav .navbar-toggler i{
    font-size: 1.3rem;
  }

}

@media (min-width: 992px) {

  #mainNav {
    border: none;
    background-color: #fff832;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }

  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }

  #mainNav .navbar-brand img {
    height: 2rem;
    transition: height 0.3s ease-in-out;
  }

  #mainNav.navbar-shrink {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #fff832;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }

  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    height: 1.5rem;
  }

  #mainNav .navbar-nav .nav-item {
    margin-right: 0.5rem;
    line-height: 1.2;
  }

  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }

  #mainNav .navbar-nav .nav-item.have-drop{
    position: relative;
  }

  #mainNav .navbar-nav .nav-item.have-drop .top-dropdownMenu{
    display: none;
    position: absolute;
    top: 39px;
    left: 10px;
    background: #fff832;
    color: #fff;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    pointer-events: fill;
    padding-top: 15px;
  }

  #mainNav .navbar-nav .nav-item.have-drop:hover .top-dropdownMenu{
    display: block;
  }

}


/* page-section
---------------------------------------------------------*/

.page-section {
  padding: 5rem 0;
  box-shadow: inset 0 1px 0 0 rgb(0, 0, 0,0.1);
}

.page-section .section-heading{
  margin-bottom: 40px;
  text-align: center;
}

.page-section .section-heading h2{
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #0075c2;
  position: relative;
  z-index: 3;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  padding: 0 30px;
  /*20240516 Pman*/
  /* font-family: 'Roboto', -apple-system, sans-serif; *//*在Firefox會無效*/  
  font-family: 'Roboto', -apple-system,;
}

.page-section .section-heading h2:before{
  position: absolute;
  background-color: #fff832;
  content: "";
  display: block;
  transform: skew(-40deg, 0);
  height: 20px;
  width: 100%;
  bottom: -2px;
  z-index: -1;
  left: 0;
}

.page-section.section-bg{
  background: #0075c2;
  color: #fff;
  background: url(../img/05.png) #0075c2 bottom center;
  position: relative;
}

.section-bg-2{
  color: #fff;
background: rgb(57,167,247);
background: linear-gradient(310deg, rgba(57,167,247,1) 8%, rgba(29,149,241,1) 47%, rgba(0,124,232,1) 100%);
  position: relative;
}

.page-section.section-bg .section-heading h2{
  color: #265ba1;
}

.page-section.section-bg .section-heading h2:before{
  background: #fff832;
}

.page-section.section-bg-2 .section-heading h2{
  color: #fff;
}

.page-section.section-bg-2 .section-heading h2:before{
  background: rgba(0, 0, 0, 0.2);
}

.page-section.section-bg .blur-box{
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
   -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(31, 95, 153, 0.4);
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 768px) {

  .section-bg-1{
    background-attachment: scroll;
  }

  .page-section.section-bg .blur-box{
    width: 100%;
  }

}

/* msg-1
---------------------------------------------------------*/

.msg-1{
  padding: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95em;
  line-height: 1.65;
}


/* masthead
---------------------------------------------------------*/

.masthead{
  position: relative;
  margin-top: 72px;
}

.masthead img{
  width: 100%;
  display: block;
}

@media (max-width: 992px) {

  .masthead{
    margin-top: 50px;
  }

}

/* footer-nav
---------------------------------------------------------*/

.footer-nav{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 3;
}

.footer-nav ul{
  display: flex;
}

.footer-nav ul li{
  width: calc(100% / 5);
  list-style: none;
}

.footer-nav ul li.w-1{
  width: 30%;
}

.footer-nav ul li a{
  height: 60px;
  padding: 15px 5px ;
  background: #fff832;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
  box-shadow: inset 0 0 0px 1px rgb(0, 0, 0,0.08);
}

.footer-nav .small{
  font-size: 0.9em;
}

.footer-nav ul li a:hover{
  box-shadow: inset 0 0 0px 1px rgb(0, 0, 0,0.08),inset 0 -5px 0px 0px #0075c2;
}

.footer-nav ul li a:hover{
  color: #111;
  text-decoration: none;
}

.footer-nav ul li a i{
  font-size: 1.2em;
  vertical-align: sub;
}

.footer-nav .icon{
  width: 30px;
}


/* countdown
---------------------------------------------------------*/

.countdown-box{
  position: absolute;
  bottom: 32%;
  right: 50px;
  width:40%;
  max-width: 550px;
}

.countdown-box {
  display: flex;
}

.countdown-box .timx-box {
  width: calc(100% / 4);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  color: #265ba1;
  font-size: 1.2rem;
  text-align: center;
  box-shadow: 0 0 0 5px rgba(30, 91, 156, 0.7);
  display: inline-block;
  margin: 0 12px;
  padding: 10px;
}

.countdown-box .time-tag{
  display: block;
  font-size: 2.8rem;
  margin-bottom: -10px;
}


@media (max-width: 1500px) {

  .countdown-box .time-tag{
    font-size: 2.2rem;
  }

  .countdown-box{
    right: 15px;
  }

  .countdown-box .timx-box {
    margin: 0 8px;
    box-shadow: 0 0 0 4px rgba(30, 91, 156, 0.7);
  }

}

@media (max-width: 1200px){

  .countdown-box .time-tag{
    font-size: 1.8rem;
  }

}

@media (max-width: 990px) {

  .countdown-box{
    position: relative;
    width: 90%;
    margin: 50px auto 50px;
    right: auto;
    bottom: auto;
    max-width:none;
  }

  .countdown-box .time-tag{
    font-size: 2.2rem;
  }


}


/* list-1
---------------------------------------------------------*/

.bg-lightblue{
  background: #f0f9ff;
}

.list-1{
  padding: 0;
  margin: 0 0 0 20px;
}

.list-1 li{
  margin-bottom: 5px;
  line-height: 1.65rem;
}

.list-1.noitem{
  margin: 0;
}

.list-1.noitem li{
  list-style: none;
}

.list-1 li a{
  color: #0075c2;
}


/* table-data-1
---------------------------------------------------------*/

.table-data-1{
  width: 100%;
  font-size: 0.95em;
}

.table-data-1 td,.table-data-1 th{
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
  text-align: center;
}

@media (max-width: 768px) {

  .table-data-1 td,.table-data-1 th{
    padding: 12px 10px;
  }

  .table-data-1 b{
    display: block;
  }

}

/* table-data-2
---------------------------------------------------------*/

.table-data-2{
  width: 100%;
  font-size: 1em;
}

.table-data-2 td,.table-data-2 th{
  border: none;
  padding: 6px 5px;
  text-align: center;
}

.table-data-2 th{
  background: #0075c2;
  font-size: 1.2em;
  color: #fff;
}


/* panel-title
---------------------------------------------------------*/

.panel-title{
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.panel-title h3{
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  color: #0075c2;
  font-weight: 500;
  z-index: 3;
}

.panel-title h3:before{
  position: absolute;
  background-color: #b7fafb;
  content: "";
  display: block;
  transform: skew(-40deg, 0);
  height: 15px;
  width: 110%;
  bottom: 3px;
  z-index: -1;
  left: -5%;
}


.sub-title{
  margin-bottom: 10px;
}

.sub-title{
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

.sub-title i{
  font-size: 1.4rem;
  margin-right: 4px;
}

.section-bg .panel-title h3{
  color: #fff;
}

.section-bg  .panel-title h3:before{
  /*background: #fff;*/
}


/* faq
---------------------------------------------------------*/

.btn i{
  display: inline-block;
  vertical-align: middle;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.accordion-button:focus{
  box-shadow: none;
}

.accordion-button:not(.collapsed){
  color: #0074bd;
  font-weight: bold;
  background: #eaf5fb;
}

/* list-logo
---------------------------------------------------------*/

.list-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.list-logo li{
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: center;
  margin-bottom: 15px;
}

.list-logo li img{
  width: auto;
  height: auto;
  max-height: 70px;
  max-width: 230px;
  display: block;
}

.list-logo li img.big{
  max-height: 110px;
}

.list-logo li .otsuka{
  width: auto;
  height: 70px;
  max-width: 500px;
}

.list-logo li .seba{
  max-height: 100px;
}

@media (max-width: 800px) {

  .list-logo{
    display: block;
  }

}

@media (max-width: 640px) {

  .list-logo li .otsuka{
    width: 100%;
    height: auto;
  }

}


/* text-right
---------------------------------------------------------*/

@media (max-width: 900px) {

  .text-right.md-center{
    text-align: center!important;
  }

}


/* btn-fix
---------------------------------------------------------*/

.btn-fix{
  width: 75px;
  height: 75px;
  border-radius: 85px;
  background: #0075c2;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 80px;
  font-size: 0.9em;
  z-index: 2;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  line-height: 1.1;
}

.btn-fix:hover{
  background: #0267aa;
  color: #fff;
  text-decoration: none;
}


/* owl-theme
---------------------------------------------------------*/

.owl-theme .owl-dots .owl-dot span{
  width: 20px;
  height: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #f2db0c;
}


/* table-wrap
---------------------------------------------------------*/

@media (max-width: 1000px) {

  .table-wrap{
    width: 100%;
    overflow-x:auto;
    padding-bottom: 10px;
  }

  .table-wrap .table-data-1{
    width: 1000px;
    font-size: 0.9em;
  }

}


/* list-icon
---------------------------------------------------------*/

.list-icon{
  display: flex;
}

.list-icon li{
  list-style: none;
  width: calc(100%/6);
  padding: 0 10px;
}

.item-icon .entry-icon{
  margin-bottom: 5px;
  text-align: center;
}

.item-icon .entry-icon img{
  width: 95%;
  display: inline-block;
}

.item-icon .entry-title{
  font-size: 1.2em;
  text-align: center;
  text-decoration: underline;
}

.item-icon .entry-txt{
  font-size: 0.9em;
  text-align: left;
  margin-top: 5px;
}

@media (max-width: 850px) {

  .list-icon{
    flex-wrap: wrap;
    justify-content: center;
  }

  .list-icon li{
    width: calc(100%/2);
    margin-bottom: 15px;
  }

  .list-icon li:last-child{
    margin-bottom: 0;
  }

}


/* video-slider
---------------------------------------------------------*/

.video-slider{
  text-align: center;
}

.video-slider .owl-stage{
  display: inline-block;
}

.video-slider .entry-thumb img{
  width: 100%;
}

.video-slider .entry-title{
  text-align: center;
  padding-top: 4px;
}

.video-slider .item{
  margin: 0 auto;
}

.owl-carousel.video-slider {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.owl-carousel.video-slider .nav-btn{
  width: 45px;
  height: 45px;
  font-size: 1.3em;
  display: block;
  border-radius: 45px;
  background: rgba(255, 255, 255, 1);
  box-shadow:  0 0 3px 0px rgba(0, 0, 0, 0.3);
  font-family: bootstrap-icons !important;
  color: #222;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.owl-carousel.video-slider .nav-btn:hover{
  box-shadow:  0 0 5px 0px rgba(0, 0, 0, 0.4);
}

.owl-carousel.video-slider .prev-slide,.owl-carousel.video-slider .next-slide{
  position: absolute;
  top: 35%;
}

.owl-carousel.video-slider .prev-slide{
  left: -60px;
}

.owl-carousel.video-slider .prev-slide:after{
  content:"\F284";
  text-align: center;
  line-height: 45px;
}

.owl-carousel.video-slider .next-slide{
  right: -60px;
}

.owl-carousel.video-slider .next-slide:after{
  content:"\F285";
  text-align: center;
  line-height: 45px;
}

@media (max-width: 768px) {

  .owl-carousel.video-slider{
    width: 90%;
  }

  .owl-carousel.video-slider .prev-slide{
    left: -20px;
  }

  .owl-carousel.video-slider .next-slide{
    right: -20px;
  }


}


/* popup
---------------------------------------------------------*/

#news-popup {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  display: none
}

#news-popup .popup-close {
  font-size: 20px;
  color: #fff;
  background: #00adef;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2em;
  cursor: pointer
}

#news-popup .popup-content {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  max-width: 720px;
  width: 95%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.pc-txt{
  display: none;
}

@media (min-width: 768px) {

  .pc-txt{
    display: block;
  }

  #news-popup .popup-content{
    padding: 30px;
  }

}

@media (max-width: 768px) {

  #news-popup .popup-content{
    padding: 30px;
  }

}



/* square
---------------------------------------------------------*/

.square-1{
  width: 70px;
  height: 70px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
 font-family: 'Oswald', sans-serif;
}

.km-item .km-title{
  justify-content: center;
}

/* steps-block
---------------------------------------------------------*/

.steps-block{
  display: flex;
  flex-wrap: wrap;
}

.steps-block.circle{
  width: 100%;
  justify-content: center;
}

.steps-block.circle .steps-item{
  width: 165px;
  margin-bottom: 10px;
}

.steps-block.circle .entry-item{
  width: 160px;
  height: 160px;
  border-radius: 160px;
  padding: 0px 15px 15px;
}

.steps-block.circle .entry-item img{
  height: 70px;
  width: auto;
}

.steps-block.circle .steps-item .entry-item{
  background: #0096db;
}

.steps-item .entry-txt{
  text-align: center;
  line-height: 1.4;
}

.steps-block .arrow{
  font-family: bootstrap-icons !important;
  font-size: 2rem;
  color: #B7B7B7;
  position: relative;
  display: block;
  width: 30px;
}

.steps-block .arrow:before{
  content: '\F285';
  position: absolute;
  display: block;
}

.steps-block.circle .arrow:before{
  top: 60px;
}


@media (max-width: 768px) {

  .steps-block{
    display: block;
  }

  .steps-block .arrow{
    width: 100%;
    margin: 0;
  }

  .steps-block.circle .entry-item{
    margin: 0 auto;
  }

  .steps-block.circle .steps-item{
    width: 75%;
    margin: 0 auto;
  }

  .steps-block .arrow:before{
    width: 100%;
    text-align: center;
    position: static ;
    content: '\F282';
  }

  .steps-block.square .steps-item{
    width: 80%;
    margin: 0 auto;
  }


}

/* app-list
---------------------------------------------------------*/

.app-list img{
  width: 60px;
}

.bg-an-1{
  background: #79c5ff;
}

.w-a{
  width: 60px;
}

.h-fix-1{
  height: 60px;
}

.h-fix-2{
  height: 75px;
}

.top-10-1 {
  top: -40% !important;
}


/* star-box
---------------------------------------------------------*/

.star-box blockquote{
  font-family:Open Sans;
  position: relative;
  padding-left: 30px;
  width: fit-content;
}

.star-box blockquote::before,.star-box blockquote::after{
  font-family:Arial;
  position: absolute;
  font-size:4em;
  color:#0075c2;
  width: 30px;
  height: 30px;
  line-height: 1;
}

.star-box blockquote::before{
  content: "\201C";
  left: 0px;
  top:-12px;
}

.star-box blockquote::after{
  content: "\201D";
  right: -35px;
  bottom:0;
}

.star-box blockquote span{
 display: inline-block;
}


@media (max-width: 768px) {

  .span-eng{
    display: block;
  }

}

/* btn-eye
---------------------------------------------------------*/

.btn-eye{
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  font-family: bootstrap-icons !important;
  text-decoration: none;
  font-size: 1.3rem;
  color: #333;
  line-height: 1;
  cursor: pointer;
}

.btn-eye:before{
  content: '\F33F';
  position: absolute;
  top: 8px;
  left: 6px;
}

.btn-eye.active:before{
  content: '\F33E';
}

.end-10p {
  right: 10px !important;
}

.top-2p {
  top: 2px !important;
}

/* box-modal
---------------------------------------------------------*/

.box-modal{
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.box-modal-a{
  padding: 1.5rem;
}

@media (max-width: 576px) {

  .container-a{
    padding: 0;
  }

  .box-modal{
    padding: 0;
  }

  .box-modal-a{
    padding:0;
  }


}

/* video
---------------------------------------------------------*/

.video-container{
  width: 100%;
  margin: 0 auto;
}

.video-box {
  position: relative;
  padding-bottom: 56.25%;
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {

  .video-container{
    width: 95%;
  }

}


/* 20240516 Pman */
.clickable-area {
	position: absolute;
    bottom: 3px;
    right: 10px;
    max-width: 600px;
    max-height: 90px;
    background-color: transparent;
    cursor: pointer;
    width: 50%;
    height: 7%;
}