@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

.cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.cta .bttn_wrap {
  flex: 0 0 360px;
  padding: 0.5rem;
}
.cta .bttn_wrap.is_main .bttn {
  position: relative;
  height: 100%;
}
.cta .bttn_wrap.is_main .date {
  color: #ffb900;
  width: 4em;
  margin: 0 auto 0.5rem;
  color: #009999;
}
.cta .bttn_wrap.is_main .sub_en {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta .bttn {
  border-radius: 10px;
  text-align: center;
  padding: 2rem;
  line-height: 1;
  border: 1px solid currentColor;
  color: #565656;
}
.cta .main {
  display: block;
  border-radius: 3rem;
  padding: 0.75rem 2rem;
  border: 1px solid currentColor;
  background-color: #fff;
  color: #009999;
  font-size: 1.25rem;
  font-weight: 700;
  transition-delay: transform, background, color;
  transition-duration: 300ms;
}
.cta .main:hover {
  text-decoration: none;
  background-color: #009999;
  color: #fff;
}
.cta .sub_en {
  font-weight: 500;
  font-size: 1.125rem;
  color: #000;
}
.cta .sub_zh {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  font-size: 1.125rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.sub_title {
  font-size: 1.25rem;
  color: #777;
  margin-bottom: 1.25rem;
}

.main_title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #009999;
}

.g_fixed {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 2rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.g_fixed.is_active {
  transform: translateX(0%);
}
.g_fixed .fx_icon {
  display: block;
  width: 4em;
  height: 4em;
}
.g_fixed .fx_icon img {
  width: 100%;
}
.g_fixed .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  font-size: 0.95rem;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  transition: transform 240ms, box-shadow 240ms;
}
.g_fixed .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.g_fixed .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.g_fixed .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.g_fixed .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.g_fixed .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_header {
  background-color: #fff;
}
.g_header .logo_cnt h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 0;
  line-height: 1;
}
.g_header .logo_cnt img {
  height: 24px;
}
.g_header .menu_cnt {
  margin-left: -15px;
  display: flex;
  justify-content: flex-start;
}
.g_header .menu_item {
  position: relative;
  line-height: 1;
}
.g_header .menu_item .nav_link {
  display: block;
  padding: 10px 20px 0;
  text-decoration: none;
}
.g_header .menu_item .nav_link span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
  font-weight: 700;
}
.g_header .menu_item .nav_link::after {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.g_header .menu_item .nav_link .dropdown_item {
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
}
.g_header .menu_item .dropdown_menu {
  display: none;
  position: absolute;
  border-radius: 0 0 5px 5px;
  left: 0;
  top: 100%;
  z-index: 10;
  padding: 6px 0;
  width: 10rem;
  background-color: #f8f8f8;
}
.g_header .menu_item .dropdown_menu .dropdown_item {
  display: block;
  padding: 0.75rem 1rem;
  text-align: center;
}
.g_header .menu_item .dropdown_menu .dropdown_item:hover {
  background-color: rgba(255, 185, 0, 0.2);
  text-decoration: none;
}
.g_header .menu_item .dropdown_menu .dropdown_item:last-child {
  border-top: 1px solid #eee;
}
.g_header .menu_item.is_active span,
.g_header .menu_item a:hover span {
  border-bottom-color: #009999;
}
.g_header .menu_item.is_spot {
  border-radius: 5px 5px 0 0;
  background-color: #ffb900;
  cursor: pointer;
}
.g_header .menu_item.is_spot span {
  border-bottom-color: transparent !important;
  color: #fff;
}

.g_kv {
  position: relative;
  background: url("img/bg_pic.jpg") left top/cover no-repeat;
}
.g_kv .container {
  min-height: 495px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.g_kv .text {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
  padding-bottom: 50px;
}
.g_kv .tit {
  font-size: 3.5rem;
  font-weight: 700;
}
.g_kv .sub {
  margin-top: 0.75rem;
  font-size: 3rem;
}
.g_kv .save_date {
  width: 300px;
}
.g_kv .save_date a {
  display: block;
  transition: transform 300ms;
}
.g_kv .save_date a:hover {
  transform: translateX(20px);
}

.g_main .main_sc {
  padding: 3rem 0;
}
.g_main .sc_tit {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1;
}
.g_main .sc_tit.date .main {
  border-radius: 2rem;
}
.g_main .sc_tit.date::after {
  content: "";
  position: absolute;
  left: calc(50% - 2.5rem);
  top: 100%;
  margin-top: 1rem;
  width: 5rem;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(135deg, #ffb900 50%, #fe4e20);
}
.g_main .sc_tit .main {
  display: inline-block;
  border-radius: 4px;
  padding: 0.65rem 2rem 0.8rem;
  font-weight: 700;
  font-size: 1.25rem;
  background: linear-gradient(135deg, #ffb900 50%, #fe4e20);
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.g_main .sc_tit .sub_en {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.g_main .sc_tit .sub_zh {
  margin-top: 0.5rem;
  color: #565656;
  font-size: 1.25rem;
}

.sc_primary_spk {
  padding: 4rem 0;
  background: #fafafa url("https://www.siemensedaforum.co.kr/resource/images/main-session-1.jpg") center no-repeat;
}

.primary_spk_cnt .main_title {
  margin-bottom: 1rem;
}
.primary_spk_cnt .name {
  margin-top: 2rem;
}

.sc_intros {
  padding: 3rem 0;
}

.intro_cnt {
  padding-bottom: 2rem;
  margin: 0 auto;
  max-width: 52rem;
  text-align: center;
  line-height: 1.825;
}
.intro_cnt p {
  text-align: left;
}
.intro_cnt strong {
  color: #009999;
}
.intro_cnt ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
}
.video_cnt {
  padding: 2rem 0;
  background: url("img/main-session-3-bg.jpg") center/contain no-repeat;
}
.video_cnt .text {
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  color: #fff;
}
.video_cnt .text .tit {
  font-size: 1.625rem;
}
.video_cnt .text .sub {
  font-size: 1rem;
}

.director_cnt {
  padding: 1rem 0;
}
.director_cnt .main_title {
  color: #3c464b;
  margin-bottom: 1rem;
}
.director_cnt .dic_infor {
  border-top: 1px solid #becdd7;
  margin-top: 3rem;
  padding-top: 3rem;
  align-items: center;
}
.director_cnt .dic_infor .img {
  flex: 0 0 240px;
  padding-right: 40px;
  text-align: center;
}
.director_cnt .dic_infor .img img {
  border-radius: 50%;
  width: 200px;
}
.director_cnt .dic_infor .dic_name {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-weight: 500;
}
.director_cnt .dic_infor .dic_title {
  color: #898989;
  line-height: 1.2;
}
.director_cnt .dic_infor .intro .p {
  margin-bottom: 1rem;
}
.director_cnt .dic_infor .intro .a {
  text-decoration: underline;
  margin-top: 1rem;
  color: #009999;
}
.director_cnt .dic_infor .intro .a:hover {
  color: #ffb900;
}

.sc_about {
  position: relative;
  margin-top: 32px;
  padding-bottom: 64px;
  background: linear-gradient(#fff 32px, #009999 32px);
  color: #fff;
}
.sc_about .logo {
  position: absolute;
  right: 4%;
  top: -32px;
}
.sc_about .logo img {
  height: 67px;
  width: auto;
}
.sc_about .video_box {
  align-items: flex-end;
}
.sc_about .video_box .video {
  flex: 0 0 420px;
}
.sc_about .video_box .vd_wrap {
  position: relative;
  padding-top: 56.25%;
}
.sc_about .video_box .vd_wrap .vd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sc_about .video_box .infor {
  padding-left: 1.5rem;
}
.sc_about .video_box .infor .sub_title {
  color: #fff;
  margin-bottom: 1.5rem;
}
.sc_about .video_box .infor .main_title {
  color: #fff;
}
.sc_about .video_box .infor .p {
  font-size: 1.125rem;
}
.sc_about .parag {
  margin-top: 1.5rem;
  line-height: 1.8;
}
.sc_about .tip {
  margin-top: 2rem;
}

.ag_table .tb_row {
  padding: 0.5rem 2rem 0.75rem;
  align-items: center;
}
.ag_table .tb_row:nth-child(2n) {
  background-color: #f8f8f8;
}
.ag_table .tb_row[data-toggle=modal]:hover {
  outline: 1px solid #009999;
  cursor: pointer;
}
.ag_table .tb_row .td {
  min-height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ag_table .tb_row .td.td_time {
  flex: 0 0 18%;
}
.ag_table .tb_row .td.td_content {
  padding-left: 1.5rem;
  flex: 0 1 82%;
}
.ag_table .tb_row .time {
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  background-color: #009999;
  line-height: 1.625;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.ag_table .tb_row .title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
}
.ag_table .tb_row .speak {
  margin-top: 0.5rem;
  line-height: 1;
  color: #009999;
}
.ag_table .tb_row *[data-toggle] {
  cursor: pointer;
  text-decoration: underline;
}

.sc_gift {
  background-color: #f8f8f8;
}

.gift_cnt {
  justify-content: center;
}
.gift_cnt .gift_item {
  flex: 0 0 auto;
  padding: 0 0.75rem;
}
.gift_cnt .gift_card {
  border-radius: 2rem;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  padding: 0 1rem 2rem;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.gift_cnt .gift_card .img {
  max-width: 100%;
}
.gift_cnt .gift_card .name {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #009999;
}
.gift_cnt .gift_card .subname {
  min-height: 1.5rem;
  text-align: center;
}
.gift_cnt .gift_card .way {
  margin: 1rem auto 0;
  padding: 0 1rem;
}
.gift_cnt .gift_card .way ul {
  padding-left: 1.75rem;
}
.gift_cnt .gift_card .way li {
  margin-bottom: 0.5rem;
}

.gift_tip {
  margin: 2rem auto;
  max-width: 50rem;
  font-size: 1.125rem;
}

.sc_detail {
  background-color: #f8f8f8;
  background-color: #009999;
  color: #fff;
}

.detail_cnt ul {
  padding-left: 1.75rem;
  margin-bottom: 0;
}
.detail_cnt li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.3;
}

.review_intro_text strong {
  color: #fe4e20;
}

.review_cnt {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.review_cnt .rew_item {
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.review_cnt .rew_item .it_wrap {
  position: relative;
  display: block;
  border-radius: 20px;
  border-bottom: 4px solid #999;
  background-color: #000;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}
.review_cnt .rew_item .it_wrap::before, .review_cnt .rew_item .it_wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: opacity 320ms;
}
.review_cnt .rew_item .it_wrap::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}
.review_cnt .rew_item .it_wrap::after {
  left: calc(50% - 48px);
  top: calc(50% - 48px);
  width: 96px;
  height: 96px;
  background: url("img/ui/ic_play.svg") center/contain no-repeat;
}
.review_cnt .rew_item .it_wrap:hover::before, .review_cnt .rew_item .it_wrap:hover::after {
  opacity: 1;
}
.review_cnt .rew_item .img {
  position: relative;
}
.review_cnt .rew_item .img .pic {
  width: 100%;
  padding-top: 56.25%;
}
.review_cnt .rew_item .img .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4rem 1.5rem 10px;
  width: 100%;
  font-size: 1.325rem;
  font-weight: 500;
  line-height: 1.4;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
}
.review_cnt .rew_item .text {
  line-height: 1.2;
  padding: 0 1.5rem 20px;
}
.review_cnt .rew_item .text .tit {
  display: none;
  font-size: 1.5rem;
  color: #009999;
}
.review_cnt .rew_item .text .name {
  font-size: 1rem;
  line-height: 1.5;
  color: #009999;
}

.g_footer {
  padding: 3rem 0;
  color: #697882;
}
.g_footer .col_wrap {
  flex: 1 0 33%;
  font-size: 0.875rem;
}
.g_footer .col_wrap .tit {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
}
.g_footer .col_wrap .list {
  list-style-type: none;
  padding-left: 0;
  line-height: 1;
}
.g_footer .col_wrap .list li {
  padding: 0.5rem 0;
}
.g_footer .col_wrap .list a::before {
  content: url("img/footer-arrow.png");
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.g_footer .footer_col {
  padding-top: 1rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  justify-content: space-between;
}
.g_footer .footer_col .left {
  padding-top: 1rem;
  flex: 0 0 auto;
}
.g_footer .footer_col .right {
  padding-top: 1rem;
  flex: 0 0 auto;
}

.ag_modal .modal-header,
.ag_modal .modal-body {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ag_modal .modal-header .tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #009999;
}
.ag_modal .tit_wrap {
  position: relative;
  padding-bottom: 3rem;
}
.ag_modal .tit_wrap .info {
  font-size: 1.125rem;
  line-height: 1.5;
}
.ag_modal .tit_wrap::after {
  content: "";
  position: absolute;
  left: calc(50% - 3rem);
  bottom: calc(1.5rem - 4px);
  width: 6rem;
  height: 4px;
  border-radius: 2px;
  background-color: #009999;
}
.ag_modal .spk_wrap {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.ag_modal .spk_wrap .img {
  flex: 0 0 250px;
  border-radius: 20px;
  border: 1px solid #eee;
  overflow: hidden;
}
.ag_modal .spk_wrap .text {
  flex: 1 1 auto;
  padding-left: 20px;
}
.ag_modal .spk_wrap .text .name {
  font-size: 1.25rem;
  font-weight: 500;
}
.ag_modal .spk_wrap .text .parag {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.ag_modal .d-flex .flex_body {
  flex: 0 0 50%;
}
.ag_modal .d-flex .flex_body:first-child {
  padding-right: 0.5rem;
}
.ag_modal .d-flex .flex_body:last-child {
  padding-left: 0.5rem;
}
.ag_modal .d-flex .tit_wrap {
  height: 100%;
}
.ag_modal .d-flex .tit_wrap .info {
  font-size: 1rem;
}
.ag_modal .d-flex .spk_wrap {
  display: block;
}
.ag_modal .d-flex .spk_wrap .img {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
.ag_modal .d-flex .spk_wrap .text {
  padding: 1rem;
}
.ag_modal .d-flex .spk_wrap .text .name {
  text-align: center;
}

.swal_link {
  color: #0096c4;
}
.swal_link:hover {
  color: #fe4e20;
}

@media (max-width: 767px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .g_header .nav_bttn {
    position: absolute;
    right: 15px;
    top: calc(50% - 18px);
    width: 2.5rem;
  }
  .g_header .nav_bttn span {
    display: block;
    border-radius: 2px;
    margin: 6px 0;
    height: 4px;
    background-color: #009999;
  }
  .g_header .menu_cnt {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 90%;
    padding: 1rem 0;
    background-color: #eee;
  }
  .g_header .menu_item .nav_link {
    border-left: 0 solid #009999;
  }
  .g_header .menu_item .nav_link span {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-width: 0;
  }
  .g_header .menu_item .nav_link:hover {
    border-left-width: 5px;
  }
  .g_header .menu_item.is_spot a span {
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .sc_intros .cta {
    display: block;
  }
  .sc_intros .cta .bttn:last-child {
    margin-top: 2rem;
  }

  .g_kv {
    min-height: 200px;
    margin-top: 64px;
  }
  .g_kv .tit {
    font-size: 2rem;
  }
  .g_kv .sub {
    font-size: 1.5rem;
  }

  .g_main .sc_intros {
    padding: 2rem 0;
  }
  .g_main .intro_cnt {
    padding-top: 0;
  }
  .g_main .director_cnt .main_title {
    font-size: 1.33rem;
    line-height: 1.3;
  }
  .g_main .director_cnt .dic_infor {
    padding-top: 2rem;
  }
  .g_main .director_cnt .dic_infor .img {
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .g_main .director_cnt .dic_infor .dic_name {
    font-size: 1.5rem;
  }

  .sc_about {
    margin-top: 64px;
  }
  .sc_about .logo {
    top: -42px;
    left: 4%;
    right: inherit;
  }
  .sc_about .logo img {
    width: 92%;
    height: auto;
  }
  .sc_about .video_box .infor {
    padding-left: 0;
  }
  .sc_about .video_box .infor .main_title {
    line-height: 1.2;
  }

  .ag_table .tb_row {
    padding-left: 0;
    padding-right: 0;
  }
  .ag_table .tb_row .td.td_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .review_cnt {
    margin: 0 -15px;
  }
  .review_cnt .rew_item {
    flex: 1 0 100%;
  }
  .review_cnt .rew_item .img .tit {
    font-size: 1.25rem;
  }
  .review_cnt .rew_item .text .name {
    font-size: 1rem;
  }

  .gift_cnt .gift_item {
    margin-bottom: 2rem;
  }
  .gift_cnt .gift_card .name {
    line-height: 1.1;
  }
  .gift_cnt .gift_card .way {
    width: auto;
  }

  .g_footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .g_footer .footer_col {
    padding-top: 1rem;
  }
  .g_footer .footer_col .left {
    margin-bottom: 1rem;
  }

  .ag_modal .modal-header,
.ag_modal .modal-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ag_modal .modal-header .tit {
    font-size: 1.125rem;
  }
  .ag_modal .tit_wrap .info {
    font-size: 1rem;
  }
  .ag_modal .spk_wrap {
    display: block;
  }
  .ag_modal .spk_wrap .text {
    padding-left: 0;
    padding-top: 10px;
  }
  .ag_modal .spk_wrap .text .name {
    font-size: 1.125rem;
  }
  .ag_modal .spk_wrap .text .parag {
    margin-top: 0.5rem;
  }

  .swal2-modal input {
    -webkit-appearance: none;
  }
}