@charset "UTF-8";
html,
body {
  font-family: 'Noto Sans TC', Microsoft Jhenghei, '微軟正黑', sans-serif; }

body {
  background: url("img/kv_bg.jpg") center bottom/cover fixed no-repeat; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.btn_in {
  text-align: center; }

.primary_btn .btn_in {
  display: block;
  border-radius: 28px;
  max-width: 100%;
  width: 220px;
  height: 45px;
  line-height: 45px;
  background-color: #008296;
  color: #fff;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms; }
  .primary_btn .btn_in:hover {
    background-color: #ff9c02; }

.layout_sec {
  padding-top: 60px;
  padding-bottom: 60px; }

.sec_title {
  margin-bottom: 25px;
  text-align: left; }
  .sec_title .tit {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid currentColor;
    margin-right: .7em;
    margin-bottom: 1em;
    height: 48px;
    font-size: 3em;
    font-weight: 100;
    line-height: 1.1;
    color: #008296; }
    .sec_title .tit::after {
      content: '';
      position: absolute;
      z-index: 1;
      left: .9em;
      top: 0.2em;
      width: 2em;
      height: 1.5em;
      border: 1px solid rgba(0, 130, 150, 0.2); }
  .sec_title .l, .sec_title .r {
    position: absolute;
    width: 2em; }
  .sec_title .l {
    top: -.2em;
    z-index: 2; }
  .sec_title .r {
    top: 0.8em;
    left: 1.5em;
    z-index: 3; }

.g_header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.19); }
  .g_header .navbar {
    padding: 10px 30px; }
  .g_header .aws_logo {
    padding-top: 2px;
    padding-bottom: 2px; }
    .g_header .aws_logo img {
      height: 36px; }
  .g_header .navbar-toggler-icon {
    background: url("img/common/menu-button.png") center/contain; }

.g_hero {
  position: relative;
  margin-top: 60px;
  white-space: nowrap; }
  .g_hero .part_intro {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    min-height: 34.375vw;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .g_hero .part_intro .parag {
      position: relative;
      left: 4em;
      margin: 0 auto;
      max-width: 44em;
      font-size: 1.2em;
      line-height: 1.8; }
    .g_hero .part_intro p {
      margin-bottom: 1.3em; }
    .g_hero .part_intro p:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 1600px) {
  .g_hero .part_intro .parag {
    left: 6em;
    max-width: 36em; } }

@media screen and (max-width: 1300px) {
  .g_hero .part_intro .parag {
    left: 10em;
    max-width: 34em; } }

@media screen and (max-width: 768px) {
  .g_hero .part_intro {
    padding-top: 15vh;
    background: -webkit-gradient(linear, left bottom, left top, from(#00675f), color-stop(90%, rgba(0, 103, 95, 0)));
    background: -webkit-linear-gradient(bottom, #00675f, rgba(0, 103, 95, 0) 90%);
    background: -o-linear-gradient(bottom, #00675f, rgba(0, 103, 95, 0) 90%);
    background: linear-gradient(0deg, #00675f, rgba(0, 103, 95, 0) 90%); }
    .g_hero .part_intro .parag {
      left: 0;
      max-width: 90%; } }

@media screen and (max-width: 540px) {
  .g_hero {
    background-size: contain; }
    .g_hero .part_intro .parag {
      font-size: 1.1em; } }

.g_intro .part_intro {
  margin: 0 auto;
  max-width: 44em;
  font-size: 1.25em; }
  .g_intro .part_intro .logos .categ_title {
    margin-top: 40px;
    color: #008296; }
    .g_intro .part_intro .logos .categ_title .col-12 {
      padding-left: 25px;
      padding-right: 25px; }
  .g_intro .part_intro .logos .logo_title {
    color: #008296; }
  .g_intro .part_intro .logos .logo_item {
    padding: 20px 25px; }
  .g_intro .part_intro .logos img {
    max-width: 200px; }
  .g_intro .part_intro .cta {
    padding: 1.25em 2em;
    text-align: center;
    background-color: #f1f1f2;
    font-size: 1.4em;
    border-radius: 20px;
    margin: 0 5%;
    margin-top: 1em; }
    .g_intro .part_intro .cta .date {
      color: #ff6c02;
      font-weight: 700; }
    .g_intro .part_intro .cta .addre {
      margin-bottom: 12px;
      color: #222f3e; }
    .g_intro .part_intro .cta .cta_btn {
      position: relative;
      max-width: 240px;
      margin: 0 auto 10px; }
      .g_intro .part_intro .cta .cta_btn::before, .g_intro .part_intro .cta .cta_btn::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%; }
      .g_intro .part_intro .cta .cta_btn .btn_inner {
        position: relative;
        z-index: 2;
        display: block;
        background-color: #ff9c02;
        color: #222f3e;
        padding-top: .65em;
        padding-bottom: .8em;
        font-weight: 700;
        line-height: 1.1;
        overflow: hidden; }
        .g_intro .part_intro .cta .cta_btn .btn_inner::after {
          content: '';
          position: absolute;
          left: -63%;
          top: 0;
          width: 80%;
          height: 100%;
          background-color: rgba(255, 0, 0, 0.12);
          -webkit-transform: skewX(-50deg);
          -ms-transform: skewX(-50deg);
          transform: skewX(-50deg);
          -webkit-transition: left 300ms;
          -o-transition: left 300ms;
          transition: left 300ms; }
      .g_intro .part_intro .cta .cta_btn::before {
        z-index: 3;
        top: -6px;
        left: 12px;
        width: 0;
        height: 85%;
        border: 4px solid #fff; }
      .g_intro .part_intro .cta .cta_btn::after {
        z-index: 1;
        left: 8px;
        top: 8px;
        background-color: #222f3e;
        -webkit-transition: left 300ms;
        -o-transition: left 300ms;
        transition: left 300ms; }
      .g_intro .part_intro .cta .cta_btn:hover::after {
        left: 0; }
      .g_intro .part_intro .cta .cta_btn:hover .btn_inner::after {
        left: 83%; }

.g_process {
  padding-bottom: 60px; }
  .g_process .process_item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-top: 10px;
    padding-bottom: 12px;
    border: 1px solid rgba(0, 130, 150, 0); }
    .g_process .process_item.item_title {
      color: #666; }
    .g_process .process_item:hover {
      border-color: rgba(238, 238, 238, 0.3); }
    .g_process .process_item.bg_soft {
      background-color: rgba(0, 0, 0, 0.05); }
    .g_process .process_item .time,
    .g_process .process_item .title {
      font-size: 1.15em;
      line-height: 1.2; }
    .g_process .process_item .time {
      color: #ff6c02; }
    .g_process .process_item .fw_b {
      font-weight: 700; }
    .g_process .process_item .name,
    .g_process .process_item .com {
      line-height: 1.3; }
    .g_process .process_item .com {
      margin-top: 6px; }
    .g_process .process_item .name {
      color: #008296; }

.g_speaker {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 100px; }

.sp_area {
  display: block;
  margin-bottom: 30px;
  cursor: pointer; }
  .sp_area:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }
  .sp_area .pic {
    border: 2px solid #008296;
    overflow: hidden; }
  .sp_area img {
    width: 100%;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms; }
  .sp_area .text {
    margin-top: 8px;
    text-align: center; }
  .sp_area .name {
    font-size: 1.35em; }

.sp_dia_name {
  font-size: 1.35em; }

.sp_dia_intro {
  padding: 10px 20px 30px; }
  .sp_dia_intro .dt {
    font-size: 1.25em;
    font-weight: 700; }
    .sp_dia_intro .dt:not(:first-child) {
      margin-top: 1em; }
  .sp_dia_intro .dd {
    margin-top: 6px; }
  .sp_dia_intro ul {
    margin: 0;
    padding-left: 1.5em; }

.g_company {
  background-color: #fafafa;
  padding-bottom: 60px; }
  .g_company .com_title {
    position: relative;
    margin-top: 0.5em;
    margin-left: 10px;
    margin-bottom: .75em;
    font-size: 1.25em;
    line-height: 1;
    color: #ff9c02; }
  .g_company .com_item {
    margin-bottom: 30px; }
    .g_company .com_item .img {
      display: block;
      position: relative;
      -webkit-box-shadow: 0 0 0 0 rgba;
      box-shadow: 0 0 0 0 rgba; }
      .g_company .com_item .img img {
        width: 100%; }
    .g_company .com_item a.img[href]:hover img {
      -webkit-box-shadow: inherit;
      box-shadow: inherit; }

.g_position {
  padding-bottom: 60px; }
  .g_position::after {
    top: 20%;
    right: 4%;
    width: 60%;
    height: 90%; }
  .g_position .container {
    position: relative;
    z-index: 1; }
  .g_position .pos_date {
    font-size: 2em;
    font-weight: 700; }
  .g_position .pos_name {
    font-size: 1.33em;
    font-weight: 700;
    color: #ff9c02; }
  .g_position .pos_name,
  .g_position .pos_add {
    line-height: 1.1; }
  .g_position .map {
    position: relative;
    margin-top: 10px;
    padding-top: 20%;
    padding-bottom: 20%;
    height: 100%;
    width: 100%; }
    .g_position .map iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .g_position .infomation {
    position: relative; }
    .g_position .infomation ul,
    .g_position .infomation li {
      list-style: none; }
    .g_position .infomation ul {
      padding-left: 0;
      margin-left: 4px; }
    .g_position .infomation li {
      margin-top: 1em; }
    .g_position .infomation .name {
      color: #ff9c02; }
    .g_position .infomation .val {
      margin-top: 2px; }
    .g_position .infomation a {
      color: #008296;
      text-decoration: underline; }
      .g_position .infomation a:hover {
        color: #ff9c02; }

.g_regulation {
  padding-bottom: 60px; }
  .g_regulation .reg_wrap {
    padding-top: 20px;
    padding-bottom: 20px; }
  .g_regulation .reg_list {
    padding-left: 2em;
    margin-left: 0; }
    .g_regulation .reg_list li {
      line-height: 1.4;
      margin-bottom: 15px; }
  .g_regulation .privacy_link {
    text-align: right;
    margin-top: 2em; }
    .g_regulation .privacy_link a {
      border-radius: 8px;
      display: inline-block;
      padding: 1em 1.5em;
      background-color: #f49c00;
      color: #fff; }
      .g_regulation .privacy_link a:hover {
        background-color: #c17b00; }

.g_footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #222f3e; }

.g_fixbottom .totop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 29;
  -webkit-transform: translate3d(150px, 0, 0);
  transform: translate3d(150px, 0, 0);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms; }
  .g_fixbottom .totop.is_active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.g_fixbottom .arrow_top {
  border-radius: 28px;
  width: 88px;
  height: 55px;
  background-color: #eee;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  .g_fixbottom .arrow_top:hover {
    background-color: #dadada; }

.g_fixbottom .arrowtop_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 24px;
  height: 24px;
  background: url("img/common/arrow_top.svg") center/contain no-repeat; }

@media (max-width: 991px) {
  .g_intro .part_intro .logos img {
    max-width: 100%; }
  .g_position .map {
    height: 0;
    padding-top: 50%; } }

@media (max-width: 767px) {
  .g_header .logo img {
    height: 60px; }
  .g_intro .part_intro .cta {
    margin-left: 0;
    margin-right: 0; }
  .g_fixtop {
    top: inherit;
    bottom: 0;
    padding: 0;
    height: 50px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .g_fixbottom .totop {
    right: 10px;
    bottom: 60px; }
  .g_fixbottom .arrow_top {
    border-radius: 25px;
    height: 60px;
    width: 60px; } }
