/*========================
*
* 基礎
*
========================*/
.connection {
  width: 600px;
  margin: 0 auto;
}
.connection .form-group {
    margin-bottom: 10px;
}
.connection label {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}

.connection .mak {
  width: 15px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.connection .mak .svg-inline--fa.fa-w-16 {
  font-size: 8px;
}
.connection .col-sm-2 {
  -ms-flex: 0 0 24.666667%;
      flex: 0 0 24.666667%;
      max-width: 24.666667%;
}
.connection .col-sm-10 {
  -ms-flex: 0 0 75.333333%;
      flex: 0 0 75.333333%;
      max-width: 75.333333%;
}
.connection.dazhang {
  width: 88%;
}
.connection.dazhang h5 {
  text-align: left;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 20px;
}
.connection.dazhang .col-sm-2{
  -ms-flex: 0 0 26.666667%;
      flex: 0 0 26.666667%;
      max-width: 26.666667%;
      padding-right: 0;
}
.connection.dazhang .col-sm-3 {
  -ms-flex: 0 0 24.444444%;
      flex: 0 0 24.444444%;
      max-width: 24.444444%;
}
.connection.dazhang .col-sm-10 {
  -ms-flex: 0 0 73.333333%;
      flex: 0 0 73.333333%;
      max-width: 73.333333%;
}
.connection.dazhang.manual,
.manual .dazhang-form .half {
  width: 100%;
}


.dazhang-form {
  width: 100%;
  display: inline-table;
}
.dazhang-form .half {
  width: 48%;
}
.dazhang-form .col-sm-3.before {
  padding-right: 3px;
}
.dazhang-form .col-sm-3.in {
  padding-right: 3px;
  padding-left: 3px;
}
.dazhang-form .col-sm-3.rear {
  padding-left: 3px;
}


.manual-box .background {
  border-left: 1px solid #bdbdbd;
  margin: 0 73.5px;
}
.manual-box .col-md-6 {
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}

/* a file */
.file {
  position: relative;
  display: inline-block;
  background: #4c5768;
  padding: 4px 12px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  text-indent: 0;
  line-height: 20px;
  width: 118px;
  height: 36px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.file input {
  position: absolute;
  height: 100%; /*0203修改*/
  right: 0;
  top: 0;
  opacity: 0;/*关键点*/
  filter: alpha(opacity=0);/*兼容ie*/
  font-size: 100px;/* 增大不同浏览器的可点击区域 */
  cursor: pointer;
}
.file:hover {
  background: #fff;
  border: 1px solid #c0c6cf;
  color: #4c5768;
  text-decoration: none;
}
.upload-notes {
  display: table;
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #475065;
}
/*========================
*
* 無結果
*
========================*/
.result-box {
  border: solid 1px #c0c6cf;
  padding: 16px;
  margin: 38px auto 26px;
  width: 660px;
}

.result-box h1 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 38px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-box h3 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 15px;
}

.result-box p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 5px;
}

.result-box span {
  margin: 0 15px;
}

.result-box .modal__btn {
  margin-bottom: 35px;
}

/*========================
*
* 下拉選擇匡
*
========================*/
.connection select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.connection select::-ms-expand {
  display: none;
}
.connection .selectn {
  position: relative;
  display: flex;
  line-height: 38px;
  border-radius: .25em;
}
.connection .select::after {
  content: '\25BC';
  color: #c2c8cf;
  position: absolute;
  font-size: 4px;
  top: 0;
  right: 0;
  margin-right: 15px;
  padding: 0 4em;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.connection .select:hover::after {
  color: #2c3e50;
}

/*========================
*
* 填寫匡
*
========================*/
.connection textarea.form-control {
  height: 130px;
}


/*========================
*
* 拉吧匡
*
========================*/
.connection .col-xs-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.connection .col-xs-9 {
  padding-left: 15px;
  padding-right: 15px;
}
.connection .col-xs-9 .form-control {
  border: 1px solid #e5e5e5;
  height: 100px;
  overflow: auto;
  padding: 10px;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
}

/*========================
*
* check box
*
========================*/
.connection .form-check {
  text-align: left;
  padding-left: 22px;
}
.connection .form-check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.connection .form-check .control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #f2f4f5;
  border: 1px solid #c0c6cf;
  border-radius: 3px;
}

.connection .form-check input:checked ~ .control__indicator {
  background: #f2f4f5;
  border: 1px solid #c0c6cf;
}
.connection .form-check:hover input:not([disabled]):checked ~ .control__indicator,
.connection .form-check input:checked:focus ~ .control__indicator {
  background: #f2f4f5;
}
.connection .form-check input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.connection .form-check .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.connection .form-check input:checked ~ .control__indicator:after {
  display: block;
}
.connection .form-check .control__indicator:after {
  left: 4px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: solid #cf000f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.connection .form-check input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/*========================
*
* 按鈕
*
========================*/
.connection .btn {
  width: 333px;
  height: 36px;
  font-size: 15px;
}
.connection.manual .btn {
  width: 100%;
}



/*========================
*
* 備註
*
========================*/
.remarks-box {
  margin-top: 20px;
}
.connection .form-group.remarks-box {
  margin-bottom: 98px;
}
.remarks-text {
  font-size: 15px;
  line-height: 26px;
}
.remarks-text a {
  text-decoration: revert;
}
.remarks-text a:hover {
  text-decoration: initial;
}

@media (max-width: 414px) {
  .connection .form-group.remarks-box {
    margin-bottom: 40px;
  }
}



/*========================
*
* 服務查詢
*
========================*/
.inquiry_box {
  margin: auto;
  width: 1000px;
}
.inquiry_box .btn {
  width: 100%;
}
.inquiry_da {
  margin-bottom: 100px;
}
.inquiry_result h5 {
  font-size: 25px;
}
.inquiry_result .background {
  border-top: 1px solid #bdbdbd;
}
.inquiry_result .number_box h6 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 6px;
}
.inquiry_result .number_box {
  padding: 19px 0 20px 20px;
}
.number_box.backcolor {
  background-color: #f2f4f5;
}
.number_box .detail {
  display: flex;
}
.number_box .detail p {
  font-size: 15px;
  line-height: 25px;
  /*margin: 4px 0;*/
}
.number_box .detail span {
  font-weight: 800;
}
.number_box .detail .description-box {
  padding-right: 10px;
}
.number_box .detail span.description {
  font-weight: initial;
}
.number_box .detail .box-v1 {
  width: 325px;
  float: left;
}
.number_box .detail .box-v2 {
  width: 655px;
  float: right;
}
.number_box .detail .box-v3 {
  width: 33.333333%;
}
.number_box .detail .box-v4 {
  width: 100%;
}
.number_box .detail .box-v5 {
  width: 20%;
}
.number_box .detail .box-v6 {
  width: 40%;
}
.number_box .detail .box-v1 ul li {
  font-size: 15px;
  line-height: 24px;
  margin: 4px 0;
}
.number_box .detail .box-v1 ul li.end {
  margin-bottom: 0;
}
.number_box .detail .box-v3 p,
.number_box .detail .box-v4 p {
  font-size: 13px;
  line-height: 26px;
}
.box-v2 .table-responsive .table {
  margin-bottom: 0;
}
.box-v2 .table-responsive .table th,
.box-v2 .table-responsive .table td {
  padding: 6px 10px;
  font-size: 15px;
}
.box-v2 .table-responsive .table th.day,
.box-v2 .table-responsive .table td.day {
  width: 150px;
}
.box-v2 .table-responsive .table th.value,
.box-v2 .table-responsive .table td.value {
  width: 500px;
  border-right: 0px solid #ffffff;
}
.box-v2 .table-responsive .header {
  background-color: #bdbdbd;
  font-size: 18px;
  padding: 5px;
  color: #fff;
  text-align: center;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}

@media only screen and (max-width: 991px) {
  .number_box .detail .box-v5,
  .number_box .detail .box-v6 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .number_box .detail .box-v3 {
    width: 100%;
  }
  .inquiry_da {
    margin-bottom: 60px;
  }
}

/*========================
*
*     列表
*
========================*/
.tabpanel-box .table th,
.tabpanel-box .table td {
  width: auto;
  text-align: center;
}



/*========================
*
*  FAQ
*
========================*/
#faq {
  max-width: 970px;
  margin: -45px auto 0;
  text-align: center;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}

#faq ul {
  text-align: left;
}
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}

#faq .no-select, #faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#faq h2 {
  font-size: 15px;
  line-height: 25px;
  font-weight:600;
  text-align: left;
  padding: 10px 40px 10px 0px;
  text-transform: none;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .2s;
}

#faq h2 span {
  margin-right: 5px;
}

#faq p {
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  /*max-height: 250px;*/
  will-change: max-height;
  contain: layout;
  /*display: inline-block;*/
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 1px;
  margin-bottom: 10px;
  transition: .3s opacity, .6s max-height;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  z-index: 2;
}

#faq img {
  width: 100%;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  border-bottom:solid 1px #c2c8cf;
  -webkit-tap-highlight-color: transparent;
}

#faq ul li:last-of-type {
  padding-bottom: 0;
}
#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 15px;
  right: 15px;
}
#faq ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #4c5867;
  width: 2px;
  height: 13px;
}
#faq ul li i:before {
  transform: translate(11px, 0) rotate(45deg);
}
#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
#faq ul li input[type=checkbox]:checked ~ h2:hover{
  opacity:0.7;
}
#faq ul li input[type=checkbox]:checked ~ p {
  margin: 0;
  max-height: 0;
  transition: .3s;
  opacity: 0;
  position: absolute;
  /*transform: translate(0, 50%);*/
}
#faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(11px, 0) rotate(-45deg);
}
#faq nav {
  margin-top: 40px;
}
#faq nav ul li {
  border-bottom: solid 0px #c2c8cf;
}

@media only screen and (max-width: 1200px) {
  #faq {
    width: 75%;
  }
}
@media only screen and (max-width: 678px) {
  #faq {
    width: 100%;
    margin: -20px auto 0;
  }
}
@media only screen and (max-width: 414px) {
  #faq nav {
    margin-top: 30px;
  }
}




/*========================
*
*     下拉選單
*
========================*/
.sort {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 100%;
}
.sort .select {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 200px;
}
.sort .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  padding: 6px 7px 5px 10px;
  font-size: 15px;
  line-height: 25px;
  color: #8791a0;
  border-radius: 4px;
  border: solid 1px #c0c6cf;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sort .select select::-ms-expand {
  display: none;
}
.sort .select select:hover,
.sort .select select:focus {
  background: #cccccc3d;
}
.sort .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.sort .select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #c2c8cf transparent transparent transparent;
}
.sort .select select:hover ~ .sort .select__arrow,
.sort .select select:focus ~ .sort .select__arrow {
  border-top-color: #000;
}
.sort .select select:disabled ~ .sort .select__arrow {
  border-top-color: #ccc;
}

@media only screen and (max-width: 414px) {
  .sort .select {
    margin-bottom: 10px;
  }
}



/*========================
*
*     線上維修申請
*
========================*/
.online-application {
  margin-top: 11px;
}
.online-application .radio {
  margin-bottom: 0px;
}
.online-application .radio input[type=radio] + .radio-label:before {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
.online-application .radio input[type=radio]:checked + .radio-label:before {
  box-shadow: inset 0 0 0 2px #f4f4f4;
}
.online-application .radio-label {
  line-height: 25px;
}
.online-application .application-news {
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 7px;
}
.online-application .setsumen-box {
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  color: #4c5768;
  border: solid 1px #c0c6cf;
  padding: 30px 40px;
  margin-top: -11px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 880px) {
  .inquiry_box.online-application {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .inquiry_box.online-application {
    width: 75%;
  }
  .online-application .radio-label {
    line-height: 16px;
  }
  .online-application .number_box .detail {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .inquiry_box.online-application {
    width: 100%;
  }
  .online-application .radio-label {
    height: 25px;
    line-height: 25px;
  }
  .online-application .radio input[type=radio] + .radio-label:before {
    margin: 4px 5px 4px 0;
  }
  .online-application .setsumen-box {
    margin-top: -5px;
    margin-bottom: 20px;
    padding: 20px;
  }
}

/*========================
*
*     登入會員
*
========================*/
.connection-box form .field .error {
  display: none;
}
.connection-box form .field.invalidMissingValue .errorMissingValue {
  display: block;
}
.connection-box form .field.invalidRange .errorInvalidRange {
  display: block;
}
.connection .form-group.field {
  margin-bottom: 0;
}
.field {
  font-size: 14px;
}
.field > label {
  /*display: flex;*/
  justify-content: center;
  /*align-items: center;*/
  /*flex-direction: column;*/
}
.field > label > * {
  /*padding: 0 10px;*/
}
.field .col-sm-2 {
  height: 38px;
  display: flex;
  align-items: center;
}
.field .col-sm-4 {
  height: 38px;
  display: flex;
  align-items: center;
}
.field .col-sm-10.rwd {
  padding-top: 5px;
  padding-bottom: 5px;
}
.field .error {
  color: #cf000e;
  font-size: 13px;
  line-height: 25px;
}
.field .col-form-label {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.field .reciprocal {
  text-align: right;
  display: block;
  float: right;
}
.field .reciprocal a {
  font-size: 13px;
  line-height: 26px;
  text-decoration: underline;
}
.field .reciprocal a:hover {
  text-decoration: initial;
}
.registered {
  margin-bottom: 100px;
}

.registered .explain {
  margin-top: 23px;
}
.registered .field.explain {
  margin-top: 0;
}
.field.explain .col-form-label {
  padding: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
.field.explain .col-sm-2 {
  height: auto;
}
.connection.dazhang .field .col-sm-3.before,
.connection.dazhang .field .col-sm-3.pc {
  display: inline-block;
}

.connection.dazhang .field .col-sm-3.pc {
  -ms-flex: 0 0 23.444444%;
  flex: 0 0 23.444444%;
  max-width: 23.444444%;
}
.forgot-pass {
  margin-bottom: 100px;
}


@media only screen and (max-width: 414px) {
  .registered .field.explain {
    margin-top: -20px;
  }
  .field .col-sm-10.rwd .btn {
    margin-top: 0;
  }
  .registered .explain {
    margin-top: 5px;
  }
  .registered {
    margin-bottom: 60px;
  }
  .field .reciprocal {
    margin-top: 5px;
  }
  .field .reciprocal {
    width: 100%;
    text-align: left;
  }
  .forgot-pass {
    margin-bottom: 60px;
  }
}

/*========================
*
*     前往盒子
*
========================*/
.leave-forbox {
  margin-top: 30px;
}
.leave-forbox .leave-for {
  width: 333px;
  margin: 0 auto;
}
.leave-forbox .leave-for h4 {
  font-size: 21px;
  height: 29px;
  line-height: 29px;
  margin-top: 20px;
}
.leave-forbox .leave-for .qna .btn {
  margin: 10px auto;
  padding: 5px;
  width: 114px;
  height: 36px;
  line-height: 26px;
  font-size: 15px;
}
.leave-forbox .leave-for .send-out {
  margin-top: 20px;
}
.leave-forbox .leave-for .send-out .btn {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  padding: 8px;
}

@media only screen and (max-width: 414px) {
  .leave-forbox {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .leave-forbox .leave-for {
    width: 100%;
  }
  .leave-forbox .leave-for h4 {
    margin-top: 30px;
  }
}




/*========================
*
* 品牌故事
*
========================*/
.story-titlebox {
  padding-top: 100px;
  padding-bottom: 60px;
}
.story-titlebox h3 {
  font-size: 36px;
}
.story-titlebox .baseline {
  border-bottom: 3px solid #C8000E;
  width: 46px;
  margin: 12px auto 0;
}
.story-botitleboxx .baseline {
  border-bottom: 4px solid #cf000e;
  width: 46px;
  text-align: center;
  display: inline-block;
 }

.story-box {
  height: 786px;
}

.story-box.testimonials {
  padding-top: 80px;
  padding-bottom: 90px;
  margin: 0 -50px;
}

.wrapper {
  max-width: 680px;
  margin: 60px auto;
  padding: 0 20px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.otion-butbox {
  margin-top: -115px;
  margin-bottom: 95px;
}
.otion-butbox .btn-story,
.otion-butbox .btn-history,
.otion-butbox .btn-behavior{
  color: #000;
  text-align: center;
  padding: 10px 2.5rem;
  cursor: pointer;
  display: inline-block;
  border-radius: 0 0 5px 5px;
}
.otion-butbox .story-wrap{
  height: 903px;
  padding: 20px;
  display: none;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -96px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}
.otion-butbox .history-wrap {
  padding: 20px;
  display: none;
}



.otion-butbox .container{
  margin: 0 auto;
  overflow: hidden;
  color:#000;
}
.otion-butbox .btn-story span,
.otion-butbox .btn-history span,
.otion-butbox .btn-behavior span  {
  font-size: 20px;
  line-height: 37px;
}
.otion-butbox .shape-text {
  width: 790px;
}
.otion-butbox .shape-text h5 {
  margin-top: 14rem;
  font-size: 32px;
  margin-bottom: 60px;
}
.otion-butbox .shape-text p {
  font-size: 16px;
  line-height: 42px;
  text-align: left;
}
.shape-outer {
    display: flex;
    flex-shrink: 0;
    height: 197px;
    width: 197px;
    margin-bottom: 20px;
}
.shape-inner {  
    height: 197px;
    width: 197px;
    background-size: cover;
    margin: auto;
}

.circle {
    -webkit-clip-path: circle(50% at 50% 50%);
        clip-path: circle(50% at 50% 50%);
}



#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: #CF000E;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #BBBBBB;
  /*z-index: -1;*/
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 50%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: 230px;
  float: left;
  text-align: left;
}
.timeline-article .content-left-right{
  width: 140px;
  float: right;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.timeline-article .content-left-right span {
  background: #CF000E;
  padding: 0px 23px;
  color: #fff;
  height: 26px;
  font-size: 19px;
  border-radius: 15px;
  display: inline-block;
}
.timeline-article .content-left-right span.senn {
  height: 2px;
  padding: 0;
  width: 100%;
}
.timeline-article .content-right-left{
  width: 140px;
  float: left;
  margin-right: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-article .content-right-left span {
  background: #CF000E;
  padding: 0px 23px;
  color: #fff;
  height: 26px;
  font-size: 19px;
  border-radius: 15px;
  display: inline-block;
}
.timeline-article .content-right-left span.senn {
  height: 2px;
  padding: 0;
  width: 100%;
}
#conference-timeline .timeline-article p {
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 24px;
  top: 1px;
  left: -60px;
  color: #CF000E;
}
.timeline-article .content-left-container {
  float: left;
  display: flex;
  align-items: center;
}
.timeline-article .content-right-container {
  float: right;
  display: flex;
  align-items: center;
}

.timeline-article .meta-date {
  position: absolute;
  /*top: 0;*/
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -6px;
  color: #fff;
  border-radius: 100%;
  background: #000;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 400;
}
.timeline-article .meta-date .date {
  font-size: 22px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 16px;
  line-height: 6px;
   text-transform: uppercase;
}

#conference-timeline .gg-sen {
  background: #bbbbbb;
  padding: .5px 50px;
  margin-bottom: 11px;
  display: inline-block;
}




/*手風琴*/
details {
  margin: 1rem auto 60px;
  /*padding: 0 1rem;*/
  position: relative;
  border-radius: 3px;
  background-color: #CCCECF;
  color: #fff;
}
details > :last-child {
  margin-bottom: 1rem;
}
details::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  opacity: 0.15;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: -1;
}
details::after {
  color: #bbb;
  width: .5px;
  height: 60px;
  position: absolute;
  /*top: 50%;*/
  /*right: 0;*/
  content: "";
  background-color: currentColor;
  text-align: right;
  /*transform: translateY(-50%);*/
  transition: transform 0.2s ease-in-out;
}
details.end::after {
  color: #fff;
}
details[open] {
  background-color: #FFF;
  margin-bottom: -16px;
}
details[open]::before {
  opacity: 0.6;
}
details[open]::after {
  display: none;
}
details[open] summary {
  background-color: #cf000f;
}
summary {
  display: block;
  position: relative;
  font-size: 26px;
  line-height: 26px;
  cursor: pointer;
  height: 54px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
summary::before, summary::after {
  width: 0.5em;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  background-color: currentColor;
  text-align: right;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
summary::before {
  top: 22px;
  transform: translateY(-50%) rotate(48deg);
}
summary::after {
  top: 30px;
  transform: translateY(-50%) rotate(135deg);
}
[open] summary::before {
  top: 30px;
  transform: translateY(-50%) rotate(138deg);
}
[open] summary::after {
  right: 21px;
  transform: translateY(-50%) rotate(224deg);
}
summary::-webkit-details-marker {
  display: none;
}
code {
  padding: 0.2em;
  border-radius: 3px;
  background-color: #E0E0E0;
}
pre > code {
  display: block;
  padding: 1em;
  margin: 0;
}


/* 行為規範 */
.otion-butbox .behavior-wrap{
  height: 1016px;
  padding: 20px;
  display: none;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -96px;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}
.otion-butbox .shape-text .behavior-text {
  margin-top: 300px;
  font-size: 32px;
  margin-bottom: 60px;
}
.behavior-text .left {
  float: left;
  width: 70%;
  padding: 0 8% 0 20%;
  text-align: left;
}
.behavior-text .left h5 {
  font-size: 32px;
  line-height: 43px;
  margin-top: 0px;
  margin-bottom: 25px;
}
.behavior-text .left p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 34px;
}
.behavior-text .right {
  width: 30%;
  float: right;
}
.behavior-text .right ul {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.behavior-text .right ul li {
  padding: 14px 25px;
  border-bottom: 1px solid #c0c6cf;
}
.behavior-text .right ul li a:hover {
  color: #CF000E;
}
.behavior.modal-container {
  background: hsl(0deg 0% 0% / 80%);
}
.behavior .modal-box {
  padding: 0;
  border-radius: 0;
  width: 737px;
}
.behavior .modal__details {
  height: 584px;
}
.behavior .modal-box .link-2 {
  position: fixed;
  padding: 10px;
  width: 47px;
  height: 47px;
  border-radius: 1.8rem;
  top: 8.6rem;
  right: 16rem;
  background-color: #fff;
}
.behavior .modal-box .link-2::before {
  width: 35px;
  right: -6px;
  top: 35px;
}
.behavior .modal-box .link-2::after {
  width: 35px;
  right: 18px;
  top: 35px;
}
#modal-opened1 .modal__details {
  height: 519px;
}

/* 世界與林內 */
.world_rinen {
  width: 846px;
  height: 474px;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.world_rinen_text {
  width: 846px;
  margin: 10px auto 30px;
  font-size: 12px;
}
.world_rinen_text tr td {
  padding: 10px 7px;
  text-align: left;
}
.world_rinen_text tr td a:hover {
  color: #CF000E;
}


/*========================
*
*     登入簡介
*
========================*/
.setsumen {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.setsumen h4 {
  font-weight: bold;
  margin-bottom: 4px;
}





/*========================
*
*     RWD
*
========================*/
@media only screen and (max-width:1200px) {
  .connection.dazhang {
    width: 70%
  }
  .dazhang-form .half {
    width: 100%;
    float: initial!important;
    margin: 0 auto;
  }
  .inquiry_box {
    width: 80%;
  }
  .number_box .detail .box-v1 {
    width: 40%;
  }
  .number_box .detail .box-v2 {
    width: 60%;
  }
}
@media only screen and (max-width:1199px) {
  .manual-box .background {
    margin: 0 60px;
  }
}
@media only screen and (max-width:991px) {
  .connection.dazhang {
    width: 80%
  }
  .inquiry_box {
    width: 75%;
  }
  .number_box .detail .box-v1,
  .number_box .detail .box-v2 {
    width: 50%;
  }
  .manual-box .row {
    display: initial;
  }
  .manual-box .form-group.row {
    display: flex;
  }
  .manual-box .background {
    border-top: 0px solid #bdbdbd;
    border-left: 0px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin: 30px 0;
  }
  .manual-box .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .result-box {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .connection {
    width: 100%;
  }
  .connection .col-sm-2 {
    padding-right: 0;
  }
  .connection .form-group {
    margin-right: 0;
    margin-left: 0;
  }
  .connection.dazhang {
    width: 100%
  }
  .col-sm-3.pc {
    display: block !important;
  }
  .form-sp.sp {
    display: none !important;
  }
  .inquiry_box {
    margin-top: -10px;
  }
  .number_box .detail {
    display: inline-block;
  }
  .inquiry_result .number_box {
    padding: 19px 20px 20px;
  }
  .number_box .detail .box-v1,
  .number_box .detail .box-v2 {
    width: 100%;
  }
  .number_box .detail .box-v1 {
    margin-bottom: 9px;
  }
  .setsumen {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width:568px) {
  .connection .col-sm-2.sp-rwd {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .connection .col-sm-10.sp-rwd {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .connection .btn {
    width: 100%;
  }
  .inquiry_box {
    width: 100%;
  }
  .box-v2 .table-responsive .table th.day,
  .box-v2 .table-responsive .table td.day {
    width: 40%;
  }
  .box-v2 .table-responsive .table th.value,
  .box-v2 .table-responsive .table td.value {
    width: 60%;
  }
  .result-box {
    margin: 0;
  }
  .result-box .modal__btn {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:414px) {
  .connection .col-sm-2 {
    -ms-flex: 0 0 37.666667%;
        flex: 0 0 37.666667%;
        max-width: 37.666667%;
  }
  .connection .col-sm-10 {
    -ms-flex: 0 0 62.333333%;
        flex: 0 0 62.333333%;
        max-width: 62.333333%;
  }
  .connection.dazhang .col-sm-2{
    -ms-flex: 0 0 33.666667%;
        flex: 0 0 33.666667%;
        max-width: 33.666667%;
        padding-right: 0;
  }
  .connection.dazhang .col-sm-3 {
    -ms-flex: 0 0 49.777777%;
        flex: 0 0 49.777777%;
        max-width: 49.777777%;
  }
  .connection.dazhang .col-sm-3.before {
    -ms-flex: 0 0 65.333333%;
        flex: 0 0 65.333333%;
        max-width: 63.333333%;
  }
  .connection.dazhang .col-sm-10 {
    -ms-flex: 0 0 66.333333%;
        flex: 0 0 66.333333%;
        max-width: 66.333333%;
  }
  .connection.dazhang .col-sm-2.rwd {
    display: none;
  }
  .connection.dazhang .col-sm-10.rwd {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-3.pc {
    display: none !important;
  }
  .form-sp {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    padding-left: 37%;
  }
  .form-sp.sp {
    display: block !important;
  }
  .connection.dazhang .form-sp .col-sm-3.in {
    float: left;
  }
  .connection.dazhang .form-sp .col-sm-3.rear {
    float: right;
  }
  .inquiry_result .number_box {
    display: grid;
  }
  .manual-box .row {
    display: contents;
  }
  .manual-box .col-md-6 {
    padding: 0;
  }
  .connection.dazhang.manual .col-sm-2,
  .connection.dazhang.manual .col-sm-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .connection .btn {
    margin-top: 6px;
  }
  .manual-box .background {
    margin: 20px 0;
  }
  .upload-notes{
    display: inline-flex;
    padding-left: 0;
  }
  .connection .col-sm-2.sp-rwd {
      width: 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 0;
  }
  .connection .col-sm-10.sp-rwd {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}
@media only screen and (max-width:375px) {
  .connection.dazhang .col-sm-2 {
    -ms-flex: 0 0 37.666667%;
        flex: 0 0 37.666667%;
        max-width: 37.666667%;
  }
  .connection.dazhang .col-sm-10 {
    -ms-flex: 0 0 62.333333%;
        flex: 0 0 62.333333%;
        max-width: 62.333333%;
  }
  .connection .col-sm-2.sp-rwd {
      width: 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 0;
  }
  .connection .col-sm-10.sp-rwd {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .connection.dazhang .col-sm-3.before {
      -ms-flex: 0 0 59.333333%;
      flex: 0 0 59.333333%;
      max-width: 59.333333%;
  }
  .form-sp {
    padding-left: 41%;
  }

}

