.demo{
  position: fixed;
  left: 0;
  top:0;
  background-color: rgba(255,255,255,0.4);
  font-size: 10px;
  z-index: 9999;
  word-break: break-all;
  display: none;
}
:root {
  --main-color: #000000;
  --main-lightblue: #46FAFF;
  --main-deepblue: #046286;
  --main-orange: #FF5300;
  --main-yellow: #FFDE2F;
  --act-b: #00D1FF;
  --act-c: #F39302;
  --hover: #ff8d00;
}
._color_main{
  color: var(--main-color);
}
._color_main-orange{
  color: var(--main-orange) !important;
}
._bg_black{
  position: relative;
  background-color: #000;
}
/*預載*/
#preload{
  display: none;
}
#preload *{
  width: 0;
  height: 0;
  display: block;
}
/*************************************/
header{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  margin: 0 auto;
  z-index: 4;
  background-image: url('../images/kv_forweb.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.66s; -webkit-transition: all 0.66s;
}
/***/
.icon_mouse_column{
  position: fixed;
  top:calc(100% - 45px);
  left: calc(50% - 13px);
  width: 26px;
  margin: 0 auto;
  z-index: 3;
}
.icon_mouse_column{
  transform-origin: 50% 0;
  transform: scale(0.8);
  top: calc(100% - 40px);
}
.icon_mouse_column .mouse_body{position: absolute; z-index: 10; border: 2px solid #fff; border-radius: 12px; width:26px; height:34px; background-size: cover;}
.icon_mouse_column .mouse_scroll{position: absolute; top:4px; left: calc(50% - 2px); z-index: 11; background-color: #fff; width:4px; height:8px; border-radius: 2px; background-size: cover; animation:mousescroll 2s infinite; -webkit-animation:mousescroll 2s infinite;}
@keyframes mousescroll{
  0%{top:4px;}
  50%{top:9px;}
}
@-webkit-keyframes mousescroll{
  0%{top:4px;}
  50%{top:9px;}
}
/***/
header nav{
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 2em 2em 2em;
  margin: 0 auto;
  top: 0;
  z-index: 9;
}
header nav .column{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: block;
  z-index:1;
}
header nav .column .column_logo {
  float: left;
  margin-top: 3px;
}
header nav .column .column_logo .box{
  display: inline-block;
  /*border-right: 1px solid rgba(255,255,255,0.7);*/
  height: 38px;
  padding:0 1em;
}
header nav .column .column_logo .box:last-child{
  border-right: none;
}
header nav .column .column_logo .box img{
  height: 34px;
}
header nav .column .column_logo .box img.to{
  position: relative;
  top: -1px;
  height: 30px;
}
header nav .column .column_logo_formobilemenu{
  display: none;
  text-align: center;
  padding: 3em 1em 1em 1em;
}
header nav .column .column_logo_formobilemenu img{
  width: 90%;
  margin: 0 auto;
  max-width: 260px;
}
/***/
header nav .column .column_menu{
  float: right;
  height: 100%;
  margin: 3px 0 0  0;
  font-weight: 300;
}
header nav .column .column_menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  letter-spacing: -4px;
  font-size: 0.9em;
}
header nav .column .column_menu ul li{
  cursor: pointer;
  letter-spacing: 0.1em;
}
header nav .column .column_menu ul li.menu{
  display: inline-block;
  font-weight: 300;
  line-height: 24px;
  padding: 0 16px;
  border-left: 1px solid rgba(255,255,255,0.7);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
header nav .column .column_menu ul li.menu:hover{
  color: var(--hover);
}
header nav .column .column_menu ul li.menu:nth-child(2){
  border-left: none;
}
header nav .column .column_menu ul li.menu.last{
  border-right: none;
}
header nav .column .column_menu ul li.button{
  display: inline-block;
  line-height: 40px;
  letter-spacing: 0.1em;
  padding: 0 35px 0 15px;
  background-color: var(--main-orange);
  border-radius: 3px;
  color: #fff;
  background-image: url('../images/icon_button_link.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 13px;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
header nav .column .column_menu ul li.button.no_icon{
  padding: 0 15px 0 15px;
  background-image: none;
}
header nav .column .column_menu ul li.button:hover{
  background-color: var(--hover);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
}
header nav .column .column_menu ul li._mobilemenu{
  display: none;
}
header nav .column .column_menu ul li._mobilemenu.lebel{
  font-size: 0.8em;
  color: #999;
}
/***/
header .kvtitle{
  position: absolute;
  top: 39%;
  left: 0%;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}
header .kvtitle .column{
  position: relative;
  z-index: 4;
}
/***/
header .title_column_logo {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  letter-spacing: -4px;
}
header .title_column_logo .box{
  display: inline-block;
  /*border-right: 1px solid rgba(255,255,255,0.7);*/
  height: fit-content;
  height: -moz-fit-content;
  line-height: 0;
  padding:2px 1em;
}
header .title_column_logo .box:first-child{
  padding-left: 0;
}
header .title_column_logo .box:last-child{
  border-right: none;
  padding-right: 0;
}
header .title_column_logo .box img{
  height: 34px;
}
header .title_column_logo .box img.to{
  position: relative;
  top: -1px;
  height: 30px;
}
/***/
header .kvtitle .column .column_title{
  position: relative;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  width: calc(100% - 22%);
  max-width: 1240px;
  margin: 0 auto;
}
header .kvtitle .column .column_title .title{
  display: block;
  width: 100%;
}
header .kvtitle .column .column_title .title img{
  width: 100%;
}
header .kvtitle .column .column_title .title .pic{
  display: block;
  width: 100%;
  padding-bottom: 17.03775%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/kv_title.svg');
}
header .kvtitle .column .column_title .solgan{
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 500;
  line-height: 1.8em;
  font-size: 1.9em;
  padding: 0 0.8em;
  width: fit-content;
  width: -moz-fit-content;
  margin: 20px auto;
  text-indent: 0.05em;
  color: #00074F;
  border-radius: 60px;
  text-align: center;
  background: linear-gradient(180deg, #FFF 0%, #FFDF59 100%);
}
/***/
header .kv_bg_top{
  position: absolute;
  top: 11%;
  left: 6%;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
header .kv_bg_top .site{
  position: relative;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  width: calc(100% - 14%);
  max-width: 1380px;
  margin: 0 auto;
}
header .kv_bg_top .site img{
  width: 100%;
}
header .kv_bg_top .site .pic{
  display: block;
  width: 100%;
  padding-bottom: 18.96705%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/kv_bg_top.png');
}
header .kv_bg_bottom{
  position: absolute;
  top: 65%;
  left: 0%;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
header .kv_bg_bottom .site{
  position: relative;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  width: calc(100% - 8%);
  max-width: 1580px;
  margin: 0 auto;
}
header .kv_bg_bottom .site img{
  width: 100%;
}
header .kv_bg_bottom .site .pic{
  display: block;
  width: 100%;
  padding-bottom: 20.53388%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/kv_bg_bottom.png');
}
/*************************************/
article{
  position: relative;
  clear: both;
  width: 100%;
  padding: 0 8%;
  z-index: 3;
  overflow: hidden;
}
section{
  clear: both;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
/*************************************/
section h2.title{
  position: relative;
  z-index: 3;
  width: fit-content;
  width: -moz-fit-content;
  margin: 4em auto 2.5em auto;
  padding-bottom: 0.3em;
  display: block;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  font-weight: 400;
  font-size: 1.8em;
  color: #000;
}
section h2.title.small{
  position: relative;
  font-size: 1.2em;
  letter-spacing: 0.25em;
  text-indent: 0.2em;
}
section h2.title span{
  display: block;
  position: relative;
  z-index: 3;
}
section h2.title::before{
  content: "";
  position: absolute;
  left: -1em;
  top: -0.125em;
  height: 100%;
  width: 95%;
  border-radius: 2px;
  background-color: #ffde2f;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: 2;
}
section h2.title::after{
  content: "";
  position: absolute;
  right: -1.5em;
  top: 0.175em;
  height: 100%;
  width: 90%;
  border-radius: 2px;
  background-color: #46FAFF;/*#f0ae22;*/
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: 1;
}
/***/
section h2.title2{
  position: relative;
  z-index: 3;
  width: fit-content;
  width: -moz-fit-content;
  margin: 4em auto 1.875em auto;
  padding-top: 0.1em;
  display: block;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  font-weight: 400;
  font-size: 1.8em;
  color: #fff;
}
section h2.title2.small{
  position: relative;
  font-size: 1.2em;
  letter-spacing: 0.25em;
  text-indent: 0.2em;
}
section h2.title2 span{
  display: block;
  position: relative;
  z-index: 3;
}
section h2.title2::before{
  content: "";
  position: absolute;
  left: calc(50% - 60px);
  top: -1.275em;
  height: 15px;
  width: 85px;
  border-radius: 2px;
  background-color: #ffde2f;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: 2;
}
section h2.title2::after{
  content: "";
  position: absolute;
  right: calc(50% - 60px);
  top: -1.075em;
  height: 15px;
  width: 85px;
  border-radius: 2px;
  background-color: #46FAFF;/*#f0ae22;*/
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: 1;
}
/***/
section h3.title{
  position: relative;
  z-index: 3;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  padding-top: 0.1em;
  display: block;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  font-weight: 400;
  font-size: 1.8em;
  color: #fff;
}
section h3.title.small{
  position: relative;
  font-size: 1.2em;
  letter-spacing: 0.25em;
  text-indent: 0.2em;
}
section h3.title span{
  display: block;
  position: relative;
  z-index: 3;
}
/***/
section .infotext{
  position: relative;
  text-align: justify;
  /*word-break: break-all;*/
  width: 100%;
  font-size: 0.9em;
  line-height: 2em;
  font-weight: 300;
}
/*************************************/
article .bg_area_1{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  bottom: 0;
  opacity: 1;
  background: linear-gradient(to bottom,  #010157 0%,#040422 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.area_1{
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 4em auto 5em auto;
  z-index: 2;
}
section.area_1b{
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 4em auto 5em auto;
  z-index: 2;
}
section.area_1 p.infotext .prefix{
  font-size: 2em;
  font-weight: 400;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
/*************************************/
.column_subject{
  display: block;
  width: 100%;
  margin-top: 240px;
}
.column_subject .box{
  position: relative;
  display: block;
  width: 100%;
  min-height: 240px;
}
/***/
.column_subject .box .bg{
  position: absolute;
  z-index: 1;
  bottom: -60px;
  left: 0;
  display: block;
  width: 96%;
  margin: 0 2%;
  background-image: url('../images/pic001.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 200px;
  max-height: 240px;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.55);
}
.column_subject .box .bg::after{
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  display: block;
  width: 70px;
  height: 70px;
  border: 15px solid #FFDE2F;
  border-left: none;
  border-top: none;
}
/***/
.column_subject .box .flex_column{
  position: relative;
  top: -100px;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.column_subject .box .flex_column .title{
  position: relative;
  -webkit-flex: 1;
          flex: 1;
  background-color: #000000cc;
  padding: 2em 2.5em 2.5em 2.5em;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.55);
  position: relative;
  top: -33px;
  z-index: 1;
}
.column_subject .box .flex_column .title::after{
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 70px;
  height: 70px;
  border: 15px solid #FFDE2F;
  border-right: none;
  border-bottom: none;
}
.column_subject .box .flex_column .title .label{
  font-size: 0.8em;
  font-weight: lighter;
  margin-bottom: 1em;
  letter-spacing: 4px;
}
.column_subject .box .flex_column .title .text{
  font-size: 1.4em;
  font-weight: 400;
  text-align: justify;
}
/***/
.column_subject .box .flex_column .info{
  -webkit-flex: 2;
          flex: 2;
  background-color: #ffffffee;
  color: #222222;
  padding: 2.8em 2.5em 2em 2.5em;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.55);
  z-index: 2;
  font-size: 0.86em;
}
.column_subject .box .flex_column .info .desc{
  margin-bottom: 1em;
  line-height: 1.6em;
  text-align: justify;
}
.column_subject .box .flex_column .info .author_column{
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: fit-content;
  width: -moz-fit-content;
  float: right;
}
.column_subject .box .flex_column .info .author_column .pic{
  -webkit-flex: 1;
          flex: 1;
  width: 60px;
  max-width: 60px;
}
.column_subject .box .flex_column .info .author_column .pic .picture{
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.column_subject .box .flex_column .info .author_column .namt_jobtitle{
  -webkit-flex: 2;
          flex: 2;
  padding-left: 10px;
}
.column_subject .box .flex_column .info .author_column .namt_jobtitle .name{
  font-weight: 400;
}
.column_subject .box .flex_column .info .author_column .namt_jobtitle .jobtitle{
  font-size: 0.9em;
}
/*************************************/
/*************************************/
/*************************************/
article .bg_area_2{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  bottom: 0;
  opacity: 1;
  background-image: url("../images/bg_area2.png");
  background-color: #040422;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.area_video{
  position: relative;
  width: 100%;
  max-width: 1300px;
  z-index: 3;
}
.column_video{
  display: block;
  margin: 20px auto 20px auto;
}
.column_video .box_master{
  position: relative;
  display: block;
  width: 100%;
  margin: 4em auto 8em auto;
}
/***/
.column_video .box{
  position: relative;
  z-index: 9;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}
.column_video .box .info{
  position: relative;
  top: 0;
  background-color: #ffffff;
  padding:1.6em 2em;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.55);
  -webkit-flex: 4;
          flex: 4;
  transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.column_video .box .info .label{
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
}
.column_video .box .info .label .tag{
  white-space: nowrap;
  font-size: 0.86em;
  font-weight: 500;
  display: inline-block;
  background-color: #0aa6c9;
  color: #ffffff;
  border-radius: 3px;
  padding: 0 8px 2px 8px;
}
.column_video .box .info>.title{
  position: relative;
  color: #062d5a;
  font-size: 1.4em;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  font-weight: 600;
  text-align: justify;
}
.column_video .box .info>.title ._br{
  display: block;
}
.column_video .box .info .desc{
  margin-top: 10px;
  color: #222;
}
.column_video .box .info .desc p{
  line-height: 1.6rem;
  margin: 0;
}
.column_video .box .info .desc .link{
  text-align: right;
  margin-top: 0.785em;
  margin-right: -0.25em;
  font-weight: 400;
  white-space: nowrap;
}
.column_video .box .info .desc .link a{
  color: #FF5300;
}
.column_video .box .info .desc .link a:hover{
  color: #ff9700;
  text-decoration: none;
}
.column_video .box .video{
  position: relative;
  top: 2em;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.55);
  -webkit-flex: 5;
          flex: 5;
  transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.column_video .box .video:hover{
  top: 1.5em;
}
.column_video .box .video:hover + .info{
  top: 1.5em;
}
.column_video .box .video .lock{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
}
.column_video .box .video .lock .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.column_video .box .video .lock .bg.opacity07{
  filter: brightness(0.7);
}
.column_video .box .video:hover .lock .bg{
  filter: brightness(1);
}
.column_video .box #video1 .lock .bg{
  background-image: url('../images/image001.jpg');
}
.column_video .box #video2 .lock .bg{
  background-image: url('../images/image002.jpg');
}
.column_video .box #video3 .lock .bg{
  background-image: url('../images/image003.jpg');
}
.column_video .box .video .lock .bg img{
  display: none;
}
/***/
.column_video .box .video a{
  display: block;
  width: 100%;
  height: 100%;
}
.column_video .box .video .lock .box_grid{
  position: absolute;
  z-index: 3;
  text-align: right;
  display: block;
  width: 100%;
  right: 15px;
  bottom: 10px;
  transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.column_video .box .video .lock .box_grid .button{
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  color: #000;
  padding: 6px 32px 6px 12px;
  padding: 6px 8px 6px 18px;
  transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
  white-space: nowrap;
  /*background-image: url('../images/icon_button_link_black.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(50% + 1px);*/
  background-color: var(--main-yellow);
}
.column_video .box .video:hover .lock .box_grid{
  right: -20px;
}
.column_video .box .video:hover .lock .box_grid .button{
  background-color: #ffea38;
}
/*************************************/
/*************************************/
/*講者陣容*/
article.lecturer{
  position: relative;
  background: -moz-linear-gradient(top, #040422 0%, #010A57 100%);
  background: -webkit-linear-gradient(top, #040422 0%, #010A57 100%);
  background: linear-gradient(to bottom, #040422 0%, #010A57 100%);
}
article.lecturer .bg_lecturer{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: 0.66;
  background-image: url("../images/bg_news2.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
article.lecturer .area_lecturer{
  position: relative;
  z-index: 2;
}
.column_lecturer{
  width: 100%;
  display: grid;
  gap: 3em;
  grid-template-columns: repeat(3,1fr);
  text-align: center;
  margin-top: 4em;
}
/***/
.column_lecturer .box{
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
  vertical-align: top;
}
.column_lecturer .box .pic{
  position: relative;
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto 2em auto;
  border: 10px solid rgba(0,0,0,0);
  box-shadow: 0 3px 5px #ffffff66;
  border-radius: 50%;
  z-index: 0;
  overflow: hidden;
}
.column_lecturer .box .title{
  font-size: 0.85em;
  line-height: 1.2em;
  margin: 0;
  padding: 0 5px;
  color: #ffffff;
  font-weight: 100;
}
.column_lecturer .box .name{
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
}
.column_lecturer .box .desc{
  display: block;
  margin: 1em auto 0 auto;
  padding: 1em 10px 0 10px;
  border-top: 1px solid #ffffff66;
  font-size: 0.85em;
  max-width: 400px;
  text-align: justify;
}
/***/
.column_lecturer .box .pic .photo{
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-image: url('../images/avatar_demo.jpg');
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
}
/***/
.column_lecturer .box .pic .photo1{background-image: url('../images/avatar_01.jpg');}
.column_lecturer .box .pic .photo2{background-image: url('../images/avatar_02.jpg');}
.column_lecturer .box .pic .photo3{background-image: url('../images/avatar_03.jpg');}
/*************************************/
/*************************************/
/*應用案例*/
article.news{
  position: relative;
  display: block;
  padding: 0;
  padding-bottom: 2em;
}
article.news .bg_news{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: 1;
  background-image: url("../images/bg_news.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
article.news section{
  max-width: 1440px;
  position: relative;
  z-index: 3;
  padding-top: 0em;
}
article.news section h2.title span{
  position: relative;
  z-index: 3;
}
article.news p.infotext{
  color: #000;
  text-align: center;
}
article.news p.infotext b{
  font-weight: 500;
  background: linear-gradient(transparent 70%, #FFE60044 0);
}
/***/
article.news section.area_4b{
  padding-top: 0em;
}
/***/
.column_grid{
  display: grid;
  grid-gap: 36px;
  grid-template-columns: repeat(2,1fr);
  grid-template-columns: repeat(3,1fr);
  margin: 40px auto;
  width: 100%;
  padding: 0 6%;
}
._news_box{
  width: 100%;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.55);
  background-color: #ffffff;
  transition: all 0.2s linear; -webkit-transition: all 0.2s linear;
}
._news_box:hover{
  /*border: 3px solid var(--color-yellow);*/
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
}
._news_box a{
  width: 100%;
  padding: 12px 12px 1.6em 12px;
  display: block;
}
._news_box a{
  text-decoration: none;
}
._news_box .icon{
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: block;
  z-index: 1;
  background-color: #e4eaea;
  background-color: var(--main-yellow);
  color: #222;
  padding: 3px 30px 3px 16px;
  font-size: 0.75em;
  background-image: url("../images/icon_arrow_right.svg");
  background-size: 15px;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
}
._news_box:hover .icon{
  right: -5px;
  background-color: var(--main-yellow);
}
._news_box .pic{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #ccc;
  overflow: hidden;
  border-radius: 2px;
}
._news_box .pic .pic_info{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear; -webkit-transition: all 0.3s line;
  background-position: top;
  background-size: cover;
}
._news_box:hover .pic .pic_info{
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
}
._news_box .info{
  font-size: 0.9em;
  color: #222;
  text-align: justify;
  min-height: 5em;
  padding: 10px 0 30px 0;
  width: 100%;
  display: block;
}
/***/
.column_grid_small{
  display: grid;
  grid-gap: 36px;
  grid-template-columns: repeat(2,1fr);
  margin: 40px auto;
  width: 100%;
  padding: 0 6%;
}
._news_box_small{
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  border-bottom: 1px solid #ffffff66;
  transition: all 0.2s linear; -webkit-transition: all 0.2s linear;
}
._news_box_small a{
  width: 100%;
  padding: 12px 0;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 5px;
}
._news_box_small a:hover{
  text-decoration: none;
}
._news_box_small .pic{
  position: relative;
  -webkit-flex: 1;
          flex: 1;
  max-width: 160px;
  min-width: 90px;
  overflow: hidden;
  border-radius: 5px;
}
._news_box_small .pic .pic_info{
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 75%;
  background-position: center;
  background-size: cover;
  transition: all 0.2s linear; -webkit-transition: all 0.2s linear;
}
._news_box_small .info{
  font-size: 0.82em;
  color: #ffffff;
  text-align: justify;
  min-height: 5em;
  padding: 0 0 0 16px;
  -webkit-flex: 2;
          flex: 2;
}
._news_box_small a:hover .info{
  color: var(--main-yellow);
}
._news_box_small .info .tag{
  display: block;
  width: 100%;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
._news_box_small .info .tag span{
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #ffffff66;
  padding: 1px 8px 2px 8px;
  margin-bottom: 3px;
  color: #46FAFF;
}
._news_box_small .info .tag span::before{
  content: "# ";
}
/***/
.info_desc ul{
  margin: 0;
  padding: 0 10px 0 24px;
}
.info_desc ul ul{
  margin: 0;
  padding: 0 10px 0 22px;
}
.info_desc ol li ul{
  margin: 0;
  padding: 0 10px 0 25px;
}
.info_desc ol li ul.disc{
  list-style: disc;
}
/*************************************/
/*************************************/
/*單位*/
article.area_5{
  padding: 0 2%;
  background-color: #010157;
  background: linear-gradient(to bottom, #010157 0%, #040422 100%);
}
.unit{
  display: block;
  text-align: center;
  width: 100%;
  margin: 20px auto 20px auto;
}
.unit .box{
  display: inline-block;
  margin: 40px 60px;
  vertical-align: top;
  letter-spacing: -4px;
}
.unit .box .title{
  width: 100%;
  color: #ffffff; 
  font-weight: 400;
  font-size: 0.8em;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 0 35px 0;
  letter-spacing: 0.2em;
}
.unit .box img{
  display: inline-block;
  height: 40px;
  max-width: 100%;
  border-right: 1px solid #fff;
}
.unit .box img._h32{
  height: 32px;
}
.unit .box img:last-child{
  border: none;
}
/*************************************/
/*************************************/
html {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: 300;
  font-family: 'Noto Sans TC','Microsoft JhengHei','Arial';
  letter-spacing: 0.05em;
  background-color: #010A57;
  overflow-x: hidden;
  width: 100%;
}
body{
  overflow: hidden;
  /*position: relative;*/
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  cursor: default !important;
}
a {
  color: inherit;
  text-decoration: none
}
a:hover {
  text-decoration: underline;
}
a * {
  cursor: inherit
}
*{
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
noscript{
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
  color: #c00;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0
}
button:disabled {
  cursor: auto
}
button * {
  pointer-events: none
}
fieldset {
  border: none;
  margin: 0;
  padding: 0
}
img {
  vertical-align: middle
}
/*************************************/
/*************************************/
footer {
  position: relative;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  z-index: 3;
  background-color: #040422;
}
footer .container{
  display: block;
  width: 100%;
  padding: 20px 00px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: lighter;
  letter-spacing: 0px;
  transform: scale(1);
}
footer .container span.copyright{
  display: inline-block;
  margin: 0 20px;
}
footer .container ul{
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
footer .container ul li{
  display: inline-block;
}
footer .container ul li:not(:last-child):after {
  content: "|";
  margin-left: .5em;
  margin-right: .5em
}
footer .container ul li a:hover{
  text-decoration: underline;
}
/*************************************/
.err{
  display: inline-block;
  font-size: 0.8em;
  color: #0ff;
  margin: 0 0 0 10px;
}
.err_info{
  display: none;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  padding: 0 0.5em;
  font-weight: 300;
  color: #0ff;
}
.err_info_apimsg{
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  padding: 0 0.5em;
  font-weight: 300;
  color: #0ff;
}
/*************************************/
/**彈出活動框 **/
.float_column_active{
  display: none;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99;
  transform: scale(0);
}
.float_column_open{
  animation: effect_float_column_open 0.3s 1 alternate forwards;
  -webkit-animation: effect_float_column_open 0.3s 1 alternate forwards;
}
.float_column_active .active_window{
  line-height: 20pt;
  position: relative;
  display: inline-block;
  -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6); box-shadow: 0 1px 5px rgba(0,0,0,0.6);
  background: #fff;
  padding:36px 2% 36px 2%;
  width: 80%;
  max-width: 600px;
  max-height: 600px;
  overflow: auto;
}
@-webkit-keyframes effect_float_column_open {
  0%{transform: scale(0);}
  100%{transform: scale(1);}
}
@keyframes effect_float_column_open {
  0%{transform: scale(0);}
  100%{transform: scale(1);}
}
.float_column_active .button_reset{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius:50%;
  background: url('../images/icon_reset.svg') #999;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
  transition: transform 0.3s; -webkit-transition: transform 0.3s;
  z-index: 9
}
.float_column_active .button_reset:hover{
  transform: rotate(0.5turn);
}
.float_column_active .button_close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius:50%;
  background-image: url('../images/icon_close.svg');
  cursor: pointer;
  transition: transform 0.3s; -webkit-transition: transform 0.3s;
  z-index: 9
}
.float_column_active .button_close:hover{
  transform: rotate(0.5turn);
}
.float_column_active .active_window .info{
  width: 100%;
  padding: 0 20px;
  text-align: justify;
  color: #222;
}
.float_column_active .active_window .info h3{
  font-weight: bold;
  font-size: 1.5em;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.035em;
  margin: 20px auto 20px auto;
}
.float_column_active .active_window .info .button_confirm{
  display: block;
  margin: 0 auto;
}
.float_column_active .active_window .info .button_confirm span{
  display: block;
  font-weight: 500;
  font-size: 1em;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  height: 50px;
  width: 100%;
  max-width: 200px;
  background-color: var(--main-orange);
  cursor: pointer;
  transition: all 0.3s; -webkit-transition: all 0.3s;
  border-radius: 5px;
  margin: 10px auto;
}
.float_column_active .active_window .info .button_confirm span:hover{
  background-color: var(--hover);
  text-decoration: unset;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.55); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.55); box-shadow: 0 1px 5px rgba(0,0,0,0.55);
}
/*******************************************/
#mask{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition:background-color 2s;
  -webkit-transition: background-color 2s;
  background-color: rgba(0, 0, 0, 0.66);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}
#maskheader{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition:background-color 2s;
  -webkit-transition: background-color 2s;
  background-color: rgba(0, 0, 0, 0.66);
}
#masksubmit{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  transition:background-color 2s;
  -webkit-transition: background-color 2s;
  background-color: rgba(0, 0, 0, 0.66);
  background-image: url('../images/loading_black.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}
#storemask{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition:background-color 2s;
  -webkit-transition: background-color 2s;
  background-color: rgba(0, 0, 0, 0.9);
}
/*******************************************/
/*******************************************/
.flow_button{
  position: fixed;
  left: 0;
  bottom: -60px;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  background-color: #111;
  text-align: center;
  font-weight: 400;
  font-size: 1em;
  align-items: center;
  text-align: center;
  height: 60px;
  z-index: 9;
  transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0px 5px rgba(0,0,0,0.4);
  box-shadow: 0 0px 5px rgba(0,0,0,0.4);
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.flow_button a{
  width: 100%;
  height: 100%;
  display: block;
}
.flow_button .desc{
  font-size: 0.8em;
  margin: 0 8px 0 0;
}
.flow_button .CTA_m{
  display: inline-block;
  font-size: 0.9em;
  padding: 6px 30px 6px 10px;
  border-radius: 3px;
  text-align: center;
  background-color: var(--main-orange);
  transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
  white-space: nowrap;
  background-image: url('../images/icon_button_link.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(50% + 1px);
  cursor: pointer;
}
.flow_button .CTA_m.no_icon{
  padding: 6px 10px 6px 10px;
  background-image: none;
}
.flow_button:hover{
  background-color: #080812;
}
.flow_button:hover .CTA_m{
  background-color: var(--hover);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
}
/*******************************************/
._float_right{
  float: right;
}
._float_left{
  float: left;
}
._br{
  display: block;
}
._center{
  text-align: center !important;
}
._mb10{
  margin-bottom: 10px;
}
._mb15{
  margin-bottom: 15px;
}
._mb20{
  margin-bottom: 20px;
}
._color_yellow{
  color: var(--main-yellow);
}
._color_lightblue{
  color: var(--main-lightblue);
}
._font_bold{
  font-weight: bold;
}
._displaynone{
  display: none;
}
._displaymobile{
  display: none;
}
._displayblock{
  display: block;
}
._inlineblock{
  display: inline-block;
}
._rotate180{
 transform: rotate(2turn);
}
._opacity0{
  opacity: 0;
}
a._link {
    color: #1967D2;
    border-bottom: 1px dashed #1967D2;
}
a._link:hover{
  text-decoration: none;
}
._bg_agenda_orange{
  background-color: #fef4f0a6;
}
._maxw1100{max-width: 1100px !important; margin: 0 auto;}
/*************************************/
/*************************************/
/*************************************/
input {
  border-radius: 0;
  border: none;
  font-size: 1em;
  line-height: normal;
  outline: none;
  font-family: 'Noto Sans TC','Microsoft JhengHei','Arial';
}

input[type=date],
input[type=email],
input[type=search],
input[type=tel],
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #222;
  background-color: #fff;
  padding-left: .5em;
  padding-right: .5em
}

input[type=radio] {
  position: relative;
  top:1px;
  background-color: #ddd;
  border-radius: 10px;
  border: #aaa 1px solid;
  height: 15px;
  width: 15px;
  margin:0;
  -webkit-appearance: none;
}
input[type=radio]:checked {
  background-color: var(--main-orange);
  background-image: url('../images/icon-radio-selected.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  border: var(--main-color) 1px solid;
  -webkit-box-shadow: rgba(0,0,0,.1) 0 0 2px, rgba(0,0,0,.1) 0 0 8px;
}

input[type=checkbox]{
  position: relative;
  top:6px;
  background-color: #fff;
  border: #aaa 0px solid;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  margin:0;
  -webkit-appearance:none;
}
input[type=checkbox]:checked {
  background-color: var(--main-orange);
  background-image: url('../images/icon-check.svg');
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain; -webkit-background-size: contain; -o-background-size: contain; background-size: contain;
  -webkit-box-shadow: rgba(0,0,0,.1) 0 0 2px, rgba(0,0,0,.1) 0 0 8px;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  cursor: default
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 0;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 1em;
  padding-left: .5em;
  padding-right: 2em;
  font-family: 'Noto Sans TC','Microsoft JhengHei','Arial';
  color: #999;
}
select:disabled {
  cursor: default;
  opacity: 1
}
select.country_code{
  font-size: 0.8em !important;
}
/***/
article.area_6{
  position: relative;
  background: -moz-linear-gradient(top, rgba(15,38,65,1) 0%, rgba(15,38,65,0) 100%);
  background: -webkit-linear-gradient(top, rgba(15,38,65,1) 0%, rgba(15,38,65,0) 100%);
  background: linear-gradient(to bottom, rgba(15,38,65,1) 0%, rgba(15,38,65,0) 100%);
}
.personal-information {
  padding: 0 0 3em 0;
  border-bottom: 1px solid #ffffff22;
}
.personal-information.actcheckbox{
  padding:0 0 40px 0;
}
.personal-information .container{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.personal-information .fields {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr)
}
.personal-information .fields_1 {
  grid-template-columns: repeat(1, 1fr)
}
.personal-information .fields:not(:last-of-type) {
  margin-bottom: 40px
}

.personal-information .fields .field {
  position: relative;
  font-size: 0.8em;
}
.personal-information .fields .field input[type=email],
.personal-information .fields .field input[type=tel],
.personal-information .fields .field input[type=text] {
  width: 100%;
  font-size: 1em;
  /*padding: 6px 12px;*/
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  -webkit-transition: backgruond-color .2s, border-color .2s, color .2s;
  -o-transition: backgruond-color .2s, border-color .2s, color .2s;
  transition: backgruond-color .2s, border-color .2s, color .2s
}

.personal-information .fields .field input[type=email]::-webkit-input-placeholder,
.personal-information .fields .field input[type=tel]::-webkit-input-placeholder,
.personal-information .fields .field input[type=text]::-webkit-input-placeholder {
  color: #a9a9a9;
}

.personal-information .fields .field input[type=email]::-moz-placeholder,
.personal-information .fields .field input[type=tel]::-moz-placeholder,
.personal-information .fields .field input[type=text]::-moz-placeholder {
  color: #a9a9a9;
}

.personal-information .fields .field input[type=email]::-ms-input-placeholder,
.personal-information .fields .field input[type=tel]::-ms-input-placeholder,
.personal-information .fields .field input[type=text]::-ms-input-placeholder {
  color: #a9a9a9;
}

.personal-information .fields .field input[type=email]::placeholder,
.personal-information .fields .field input[type=tel]::placeholder,
.personal-information .fields .field input[type=text]::placeholder {
  color: #a9a9a9;
}

.personal-information .fields .field input[type=email]:focus,
.personal-information .fields .field input[type=tel]:focus,
.personal-information .fields .field input[type=text]:focus {
  border-color: var(--main-color)
}

.personal-information .fields .field input[type=email]:disabled,
.personal-information .fields .field input[type=tel]:disabled,
.personal-information .fields .field input[type=text]:disabled {
  background-color: #dedede;
  color: #7e7e7e
}

.personal-information .fields .field label {
  display: block;
  margin-bottom: 2px;
  font-size: 0.9em;
}

.personal-information .fields .field select {
  font-size: 1em;
  /*padding: 0px 12px;*/
  height: 36px;
  background-image: url(../images/icon_dropdown.png);
  background-position: right .5em center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-color: #ccc;
  border-radius: 5px;
  border-style: solid;
  border-width: 0px;
  width: 100%;
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s
}

.personal-information .fields .field select:invalid {
  color: #727272
}

.personal-information .fields .field select:disabled {
  background-color: #dedede;
  border-color: #b4b4b4;
  color: #7e7e7e
}
.personal-information .submit {
  text-align: center;
  margin:40px auto 0 auto;
  color: var(--act-a);
  font-size: 0.9em;
}
.personal-information .submit button{
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-indent: 1.8px;
  height: 50px;
  width: 200px;
  background-color: var(--main-orange);
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;
  transition: all 0.3s; -webkit-transition: all 0.3s;
  border-radius: 5px;
}
.personal-information .submit button:disabled{
  background-color: #a9a9a9
}
.personal-information .submit button:hover{
  background-color: var(--hover);
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 15%);
}
/***/
.personal-information .fields .field .last_name{
  width: calc(50% - 3px);
  float: left;
}
.personal-information .fields .field .first_name{
  width: calc(50% - 3px);
  float: right;
}
.personal-information .fields .field input.phone_co_no{
  width: calc(65% - 3px);
  float: left;
}
.personal-information .fields .field input.phone_co_ext{
  width: calc(35% - 3px);
  float: right;
}
.personal-information .fields .field select.source{
  width: calc(50% - 3px);
  float: left;
  width: 100%;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.personal-information .fields .field input.source_other{
  width: calc(50% - 3px);
  float: right;
  width: 0;
  padding: 6px 0;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.personal-information .fields .field select.source._show{
  width: calc(30% - 3px);
  padding: 6px 12px;
}
.personal-information .fields .field input.source_other._show{
  width: calc(70% - 3px);
  padding: 6px 12px;
}
/***/
.column_private{
  margin: 0px auto 40px auto;
  display: block;
  text-align: center;
}
.column_private ._inlineblock{
  font-size: 0.85em;
  display: inline-block;
}
#ted_private_rule{
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}
#ted_private_rule:hover{
  color: var(--main-yellow);
  border-bottom: 1px dashed var(--main-yellow);
}
.err_forcheckbox {
  display: inline-block;
  font-size: 0.6em;
  color: #0ff;
  width: 100%;
  text-align: center;
}
/*************************************/
/*store_column start*/
.store_column{
  position: fixed;
  z-index: 999991;
  padding: 0px;
  top:0%;
  left: 0%;
  border:3px solid var(--theme_blue);
  border-radius: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0);
}
.store_column .info_column{
  position: relative;
  height: 100%;
  margin: 0 auto;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.store_column .info_column::-webkit-scrollbar {
  width:3px;
  background: #eee;
}
.store_column .info_column::-webkit-scrollbar-thumb {
  background: #ccc;
}
.store_column .info_column .appendHTML{
  margin: 0 auto;
  position: relative;
}
.store_column .info_column .appendHTML .button_close{
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: -36px;
  right:  2px;
  z-index: 11;
  cursor: pointer;
  background-image: url("../images/button_x_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*store_column end*/
/***light YT***/
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background-color: #000;
  background-image: url('../images/loading_black.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: transparent;
}
.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
  -moz-filter: brightness(75%);
  filter: brightness(75%);
}
.youtube-player .play {
  height: 64px;
  width: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  background: url("../images/icon_play.svg") no-repeat;
  opacity: 1;
  cursor: pointer;
}
/*************************************/
#reset{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  background-color: #fff;
}
/*************************************/
/*************************************/
.fadeIn {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fadeOut {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  from {opacity: 1;}
  to {opacity: 0;}
}
@keyframes fadeOut {
  from {opacity: 1;}
  to {opacity: 0;}
}
/*************************************/
.column_link{
  display: block;
  margin: 10px auto;
  white-space: nowrap;
  text-align: center;
  grid-template-columns: repeat(3,1fr);
  display: grid;
  gap: 30px;
}
.column_link a.box{
  display: block;
  background: #ff0066;
  border-radius: 5px;
  padding: 3px 10px 4px 10px;
  margin: 0 auto;
  color: #ffffff;
  margin-bottom: 4px;
  width: calc(100% - 0px);
  max-width: 320px;
  font-size: 0.9em;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}
.column_link a.box:hover{
  text-decoration: unset;
  background-color: var(--hover);
}
.column_link a.box::after{
  content: "";
  display: inline-block;
  background-image: url("../images/icon_button_link.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  margin: 0 0 0 5px;
}
/*************************************/
.arrows {
  width: 30px;
  height: 48px;
  position: relative;
  margin: 1.4em auto 0 auto;
  display: block;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 1.5px;  
  animation: arrow 1.6s infinite;
  -webkit-animation: arrow 1.6s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-0.8s;
  -webkit-animation-delay:-0.8s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.4s;
  -webkit-animation-delay:-0.4s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}