:root {
  --orange: #FE7D21;
  --blue: #03B9FC;
  --green: #25BD67;
  --yellow: #F4F869;
  --gray:#DFE0DF;
  --txt-gray:#999999;

  --linkblue:#3366FF;

  --shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  font-family: 'Roboto', 'Noto Sans TC', Arial, '微軟正黑體', '新細明體', Helvetica, sans-serif;
}

a {
  color: var(--green);
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  color: #006E5E;
  text-decoration: none;
}

section {
  padding: 4rem 2rem;
  overflow: hidden;
}

/* 內頁 */
.sec-inner {
  background-color: #efefef;
  background-image: url(../img/web_deco4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding-bottom: 30px;
}

.sec-inner-b, .sec-inner-c {
  background-color: #efefef;
  background-repeat: no-repeat;
}

.sec-inner-b {
  background-image: url(../img/web_deco3.png);
  background-size:cover;
  background-position: top;  
}

.sec-inner-c {
  /* background-image: url(../img/web_deco3.png); */
  background-size:contain;
  background-position: center;  
}


/* 大標 */
.main-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 4rem;
  font-weight: 700;
}

.main-title small {
  font-size: 18px;
  color: #8F9396;
}

.ses-link{
  color: var(--linkblue);
}

/* 基本框 */
.main-box {
  position: relative;
  padding: 2rem 3rem 1rem;
  border-radius: 20px;
  box-shadow: var(--shadow);
  margin-bottom: 2rem;
  background-color: #ffffff;
}
.arrow-box {
  position: relative;
  padding: 20px 60px 20px 30px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  margin-bottom: 2rem;
  background-color: #ffffff;
  transition: 0.2s;
}

.arrow-box:hover{
  transform: translateY(-5px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.arrow-box .bx-right-arrow-alt {
  position: absolute;
  top:50%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: var(--orange);
}


.arrow-box p {
  color: #8F9396;
  margin-bottom: 5px;
}

.arrow-box h5{
  font-weight: 400;
}

.arrow-box:hover h5{
  color: var(--green);
}

@media (max-width:576px) {
  .arrow-box .bx-right-arrow-alt{
    font-size: 32px;
  }

  .partner-page .social-links a{
    margin-right: 2px;
  }
}

/* 按鈕 */
.ticket-btn,
.gray-btn,
.green-btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 20px;
  width: 180px;
  transition: all 0.2s;
}

.ticket-btn {
  background-color: var(--orange);
}

.gray-btn {
  background-color: #8F9396;
}

.green-btn {
  background-color: #21BD73;
}


.ticket-btn:hover,
.ticket-btn:focus {
  background-color: #e06e1d;
  color: #fff;
}

.gray-btn:hover,
.gray-btn:focus {
  color: #fff;
}

.green-btn:hover,
.green-btn:focus {
  background-color: #1ea767;
  color: #fff;
}

.outline-btn {
  display: block;
  color: var(--orange);
  border: 2px solid var(--orange);
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 25px;
  transition: all 0.2s;
}

.outline-btn:hover,
.outline-btn:focus {
  color: #fff;
  background-color: var(--orange);
}

/* 行數限制基本設定 */
.txtlimit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* Limit the Text line */
  -webkit-line-clamp: 1;
}

/* 範圍 a */
.a-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# foreword
--------------------------------------------------------------*/
.foreword {
  padding-top: 0;
}

.foreword h2 {
  font-weight: 700;
  text-align: center;
  margin: 3rem 0;
}


.icon-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 30px;
  margin: 1rem 0;
  background: #25BD68;
  background: -moz-linear-gradient(30deg, #0abadf 0%, #25bd68 100%);
  background: -webkit-linear-gradient(30deg, #0abadf 0%, #25bd68 100%);
  background: linear-gradient(30deg, #0abadf 0%, #25bd68 100%);
}
/*--------------------------------------------------------------
# social-link
--------------------------------------------------------------*/
.social-links {
  margin-bottom: 1rem;
}

.social-links .social-icon {
  font-size: 18px;
  display: inline-block;
  border: 1px solid var(--green);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background-color: #fff;
}

.social-links .social-icon:hover {   
  background-color: rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# share
--------------------------------------------------------------*/
.social-links .dropdown {
  border: 1px solid var(--green);
  padding: 0 10px;
  border-radius: 20px;
  background-color: #fff;
}

.social-links .dropdown-menu {
  font-size: 15px;
  min-width: auto;
  border-radius: 0 0 20px 20px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background-color: #EDFEF0;

}

.social-links .dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: var(--orange);
  font-weight: 700;
}

/*--------------------------------------------------------------
# summit
--------------------------------------------------------------*/
.summit {
  background-color: #efefef;
}

.summit h4 {
  font-weight: 400;
  line-height: 36px;
}

.cfp_card {
  position: relative;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 15px;
  padding: 1.2rem 1rem;
  margin-bottom: 30px;  
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.cfp_card:hover{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
}

.cfp_card:hover img{
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}


/* 時間表 */
.summits {
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 4rem;
  background-color: #ffffff;
  box-shadow: var(--shadow);
}

.timeline {
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 10px;
}

.day {
  background-color: #212121;
}

.key {
  color: #33272a;
  background-color: #ffc6c7;
}

.modern {
  background-color: #ff7bac;
}

.dops {
  background-color: #009fe8;
}

.dai {
  background-color: #ff6e6c;
}

.dsec {
  background-color: #2cb67d;
}

.dtech {
  background-color: #094067;
}

.dlead {
  background-color: #67568c;
}

.ep {
  background-color: #004643;
}

.agile {
  background-color: #f7931e;
}

.lab {
  background-color: #94a1b2;
}

.expo {
  background-color: #078080;
}


/*--------------------------------------------------------------
# speaker 詳見獨立css
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# job
--------------------------------------------------------------*/
.job {
  padding: 4rem 1rem;
  background: linear-gradient(90deg, rgba(244, 248, 105, 0.5) 0%, rgba(244, 248, 105, 0.5) 100%), url("../img/bg.jpg") center center no-repeat;
  background-size: cover;
}

.job .outline-btn {
  margin-top: 4rem;
}

.job-box {
  position: relative;
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  transition: all 0.2s;
}

.job-box:hover {
  background-color: #E9FCFF;
}

.carousel-job .carousel-indicators {
  bottom: -3.5rem;
}

.carousel-job .carousel-indicators {
  margin: 0;
  right: 2rem;
  left: auto;
}

.carousel-job .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--orange);
  margin-right: 5px;
  margin-left: 5px;
}


.job-list {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.job-list li {
  position: relative;
  color: #45446E;
}

.job-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #DB6729;
  left: -15px;
  top: 13px;
}

/*--------------------------------------------------------------
#  map
--------------------------------------------------------------*/
.map {
  background-color: #f7f2f2;
}

.map-img{
  display: block;
  width: 100%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.map h2 {
  font-weight: 700;
}

.map h2 small {
  font-size: 20px;
}

.map .ticket-btn{
  text-align: center;
  margin-top: 2rem;
  width: 200px;
}



/*--------------------------------------------------------------
#  partners
--------------------------------------------------------------*/
.partners {
  position: relative;
  background-color: #efefef;
}

.partners::before {
  position: absolute;
  content: url(../img/web_deco.png);
  right: 0;
  top: 0;
  z-index: 1;
}

.partners h5 {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}

.partners h5::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -16px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--orange);
}


@media (max-width:960px) {
  .partners::before {
    width: 400px;
  }
}

@media (max-width:768px) {
  .partners::before {
    z-index: 0;
  }
}

.logo-wrap {
  position: relative;
  margin-bottom: 15px;
}

.logo-wrap img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.logo-wrap:hover img {
  transform: scale(1.1);
}