/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: relative;
  margin: -60px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 .625rem;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 0 solid #cbcbcb;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #cbcbcb;
}

:root {
  font-size: 12px;
}

@media (max-width: 1600) {
  :root {
    font-size: 14px;
  }
}

@media (max-width: 1400) {
  :root {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  :root {
    font-size: 12px;
  }
}

.loadingPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  background: url("img/kv/KV_mask.png") 75% center/cover fixed;
}

.main_color {
  color: #EA8240;
}

.sub_color {
  color: #FDCF5E;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}

.fix_aside .fx_item.is_primary {
  background-color: #EA8240;
  color: #fff;
  line-height: 1.3;
}

.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}

.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header.is_active {
  background-color: #000;
}

.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}

.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}

.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.g_header .menu_btn .icon::before {
  top: -200%;
}

.g_header .menu_btn .icon::after {
  bottom: -200%;
}

.g_header .menu_btn.sty_white {
  border-color: #fff;
}

.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}

.g_header .nav_area {
  position: relative;
  z-index: 3;
}

.g_header .nav_area .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.g_header .nav_area .nav_cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.g_header .nav_area .nav_item {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.g_header .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}

.g_header .nav_area .nav_item.is_highlight .nav_link {
  background-color: #FDCF5E;
  color: #000;
}

.g_header .nav_area .nav_link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #fff;
}

.g_header .nav_area .nav_link:hover {
  color: #EA8240;
  text-decoration: none;
}

.g_header .header_sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}

.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}

.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}

.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}

.g_header .header_sns .hover_holder {
  cursor: pointer;
}

.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}

.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

.g_kv {
  position: relative;
  overflow: hidden;
}

.g_kv .desktop {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
  background-image: url("img/kv/KV_down_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-attachment: scroll;
}

.g_kv .kv_bg {
  position: relative;
  width: 100%;
  height: auto;
}

.g_kv .kv_bg .sky {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95.52083%;
  -webkit-transform: translate(-40%, -52%);
          transform: translate(-40%, -52%);
}

.g_kv .kv_bg .sky img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.g_kv .kv_bg .city {
  position: relative;
  width: 100%;
  height: auto;
}

.g_kv .kv_bg .city img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.g_kv .kv_tit {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 39.0625%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}

.g_kv .kv_tit .t1 {
  position: relative;
  margin: 0 auto 10% auto;
  width: 66.66667%;
}

.g_kv .kv_tit .t1 img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.g_kv .kv_tit .t2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.g_kv .kv_tit .t2 img {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 0;
}

.g_kv .kv_tit .t2 .kv_t_0 {
  opacity: 1;
}

.g_kv .kv_tit .kv_btn {
  position: relative;
  margin: 40% auto 0 auto;
  width: 60%;
  cursor: pointer;
}

.g_kv .kv_tit .kv_btn .kv_btn_cnt {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.g_kv .kv_tit .kv_btn .bg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.g_kv .kv_tit .kv_btn .arr {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 35%;
  right: 30%;
  width: 3.63636%;
  height: auto;
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.g_kv .kv_tit .kv_btn:hover .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.g_kv .kv_tit .kv_btn:hover .arr {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}

@media (max-height: 650px) {
  .g_kv .kv_bg {
    margin: -90px 0 0 0;
  }
  .g_kv .kv_tit {
    right: 10%;
    width: 35%;
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}

.kv_news {
  position: relative;
  width: 100%;
  background-image: url(img/kv/KV_down_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  z-index: 1;
}

.kv_news .container {
  max-width: 1000px;
}

.kv_news a {
  text-decoration: none;
}

.kv_news-cnt {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
}

.kv_news-cnt::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 25%;
  height: 10px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.kv_news-cnt .cnt_tit {
  position: relative;
  font-size: 1.75rem;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 15%;
          flex: 1 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv_news-cnt .cnt_items {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 85%;
          flex: 1 0 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.kv_news-cnt .cnt_items .cnt_item {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.kv_news-cnt .cnt_items .cnt_item:last-child {
  border-width: 0;
}

.kv_news-cnt .cnt_items .cnt_item .cnt_text {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.kv_news-cnt .cnt_items .cnt_item .cnt_arr {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.kv_news-cnt .cnt_items .cnt_item .cnt_arr img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 40px;
  height: auto;
  margin: 0 0 0 0;
}

.kv_news-cnt .cnt_items .cnt_item:hover .cnt_text {
  color: rgba(255, 255, 255, 0.6);
}

.kv_news-cnt .cnt_items .cnt_item:hover .cnt_arr img {
  margin: 0 0 0 30px;
}

.g_main {
  position: relative;
  margin: -5px 0 0 0;
  overflow: hidden;
}

.sc_intro {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6.25rem 0;
  background-color: #000;
}

.sc_intro .container {
  max-width: 1600px;
}

.sc_intro .intro_cnt {
  position: relative;
  color: #fff;
  text-align: center;
}

.sc_intro .intro_cnt .tit {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 2.25rem;
}

.sc_intro .intro_cnt .sub {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2.8125rem auto 4.375rem auto;
  font-size: 1.5rem;
  line-height: 2;
}

.sc_intro .intro_cnt-items {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc_intro .intro_cnt-items .item {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 3.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.sc_intro .intro_cnt-items .item_tit {
  position: relative;
  width: 100%;
  font-size: 2.375rem;
  text-align: center;
  padding: 2.1875rem 0;
  border-bottom: 1px #fff solid;
}

.sc_intro .intro_cnt-items .item_tit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60%;
  height: 5px;
  background-color: #fff;
}

.sc_intro .intro_cnt-items .item_cnt {
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  text-align: justify;
  padding: 2.1875rem 0.3125rem;
}

.sc_highlights {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.75rem 0;
  background-color: #fff;
}

.sc_highlights .container {
  max-width: 1600px;
}

.sc_highlights .sc_tit {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 auto 6.25rem auto;
  border-bottom: 1px #000 solid;
}

.sc_highlights .sc_tit p {
  position: relative;
  display: inline-block;
  padding: 1.25rem 2.1875rem;
  margin: 0;
  font-size: 2.5rem;
  color: #000;
}

.sc_highlights .sc_tit p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.sc_highlights .highlights_cnt {
  position: relative;
  color: #000;
  text-align: center;
}

.sc_highlights .highlights_cnt .tit {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 3.75rem;
}

.sc_highlights .highlights_cnt .sub {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2.8125rem auto 4.375rem auto;
  font-size: 1.5rem;
  line-height: 2;
  color: #666;
  text-align: center;
}

.sc_highlights .highlights_cnt-showBox {
  position: relative;
  width: 100%;
  height: auto;
}

.sc_highlights .highlights_cnt-showBox .showBox_btns {
  position: relative;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sc_highlights .highlights_cnt-showBox .showBox_btns .btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: auto;
  height: auto;
  padding: 1.25rem 0;
  color: #333333;
  font-size: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
}

.sc_highlights .highlights_cnt-showBox .showBox_btns .btn:hover {
  font-size: 2.25rem;
}

.sc_highlights .highlights_cnt-showBox .showBox_btns .active {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2 0 0px;
          flex: 1.2 0 0;
  padding: 1.5625rem 0;
  font-size: 2.25rem;
  color: #004BF0;
}

.sc_highlights .highlights_cnt-showBox .showBox_btns .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 10px;
  background-color: #004BF0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt {
  position: relative;
  width: 100%;
  height: calc(100vw / 3.2);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos {
  position: relative;
  width: auto;
  height: calc(100vw / 3.2);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  background-color: #E6E6E6;
  z-index: 1;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-triangle {
  position: absolute;
  top: 0;
  left: -29.9%;
  width: 30%;
  height: 100%;
  background-color: #E6E6E6;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3.125rem;
  font-size: 1.875rem;
  font-weight: 300;
  text-align: left;
  opacity: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info ol {
  position: relative;
  margin: 30px 0 0 0;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btnBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btn {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  cursor: pointer;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btn .btn_bg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  width: 200px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btn .vrb_arr {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 30px;
  margin: -15px 0 0 0;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btn:hover .btn_bg {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btn:hover .vrb_arr {
  right: 10px;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-infos #info1 {
  opacity: 1;
  z-index: 1;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs {
  position: relative;
  width: auto;
  height: calc(100vw / 3.2);
  -webkit-box-flex: 1.6;
      -ms-flex: 1.6 0 0px;
          flex: 1.6 0 0;
  background-color: #E6E6E6;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .bg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  display: block;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .bg img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs #show1 {
  opacity: 1;
  z-index: 1;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: calc(100vw / 3.2);
  z-index: 1;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail_cnt {
  position: relative;
  max-width: 700px;
  height: auto;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail_cnt-tit {
  position: relative;
  font-size: 1.75rem;
  font-weight: 300;
  text-align: left;
  margin: 0 0 25px 0;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail_cnt-text {
  position: relative;
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 2.1875rem;
  text-align: left;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail_cnt-imgs {
  position: relative;
  width: 100%;
  margin: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail_cnt-imgs img {
  position: relative;
  width: 250px;
  height: auto;
  margin: 5px;
}

.sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details #detail1 {
  opacity: 1;
  z-index: 1;
}

.sc_highlights .highlights_outlines {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc_highlights .highlights_outlines .outline {
  position: relative;
  width: auto;
  height: auto;
  margin: 4.375rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_highlights .highlights_outlines .outline img {
  position: relative;
  display: block;
  width: 9.375rem;
  height: auto;
  margin: 0 15px 0 0;
}

.sc_highlights .highlights_outlines .outline_cnt {
  position: relative;
  width: 400px;
  height: auto;
  color: #000;
  text-align: left;
}

.sc_highlights .highlights_outlines .outline_cnt-tit {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px 15px 5px;
  font-size: 2.375rem;
  border-bottom: 1px #000 solid;
}

.sc_highlights .highlights_outlines .outline_cnt-text {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 5px 0 5px;
  font-size: 1.3rem;
}

.sc_news {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.75rem 0;
  background-color: #F2F2F2;
}

.sc_news .container {
  max-width: 1600px;
}

.sc_news .sc_tit {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 auto 0 auto;
  border-bottom: 1px #000 solid;
}

.sc_news .sc_tit p {
  position: relative;
  display: inline-block;
  padding: 1.25rem 2.1875rem;
  margin: 0;
  font-size: 2.5rem;
  color: #000;
}

.sc_news .sc_tit p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.sc_news .year_tab {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sc_news .year_tab-btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 35px;
  font-size: 2.5rem;
  color: #CCCCCC;
  font-weight: bold;
  text-shadow: 0 2px 3px rgba(204, 204, 204, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sc_news .year_tab-btn:hover {
  text-shadow: 0 0 0 rgba(204, 204, 204, 0);
}

.sc_news .year_tab-btn.active {
  color: #000;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.sc_news .year_tab-btn.active:hover {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.sc_news .news_cnt {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  height: auto;
  color: #000;
  padding: 0 0 3.125rem 0;
}

.sc_news .news_cnt .moreBtn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: -3.75rem;
  font-size: 1.875rem;
  display: inline-block;
  padding: 15px 35px;
  cursor: pointer;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.sc_news .news_cnt .moreBtn:hover {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.sc_news .news_cnt-items {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  height: auto;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.sc_news .news_cnt-items.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc_news .news_cnt-items#calendar_2022 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc_news .news_cnt-items .item {
  position: relative;
  width: calc(50% - 20px);
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 1.25rem 1.875rem 0.9375rem;
  margin: 0 10px;
  border-bottom: 1px #000 solid;
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}

.sc_news .news_cnt-items .item:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.sc_news .news_cnt-items .item_date {
  position: relative;
  color: #CCCCCC;
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sc_news .news_cnt-items .item_date-month {
  font-size: 5.625rem;
  line-height: 5.3125rem;
  margin: -0.625rem 0 0 0;
}

.sc_news .news_cnt-items .item_date-year {
  font-size: 1.25rem;
}

.sc_news .news_cnt-items .item_lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc_news .news_cnt-items .item_lists-list {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #666;
  text-decoration: none;
}

.sc_news .news_cnt-items .item_lists-list:last-child {
  border-bottom: 0;
  padding: 20px 0 0 0;
}

.sc_news .news_cnt-items .item_lists-list:first-child {
  padding: 0 0 20px 0;
}

.sc_news .news_cnt-items .item_cnt {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 300;
  color: #000;
}

.sc_news .news_cnt-items .item_cnt.gray {
  color: #CCCCCC;
}

.sc_news .news_cnt-items .item_cnt-tit {
  position: relative;
  text-align: left;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 0.9375rem 0;
}

.sc_news .news_cnt-items .item_cnt-tit span {
  font-weight: 500;
}

.sc_news .news_cnt-items .item_cnt-sub {
  position: relative;
  text-align: left;
  font-size: 1.3125rem;
  line-height: 1.5;
}

.sc_news .news_cnt-items .item_cnt:hover {
  color: #fff;
}

.sc_news .news_cnt-items .highLight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc_serve {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.75rem 0;
  background-color: #fff;
}

.sc_serve .container {
  max-width: 1600px;
}

.sc_serve .sc_tit {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px #000 solid;
}

.sc_serve .sc_tit p {
  position: relative;
  display: inline-block;
  padding: 1.25rem 2.1875rem;
  margin: 0;
  font-size: 2.5rem;
  color: #000;
}

.sc_serve .sc_tit p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.sc_serve .serve_cnt {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6.25rem 3.125rem 6.25rem;
  height: auto;
  color: #000;
}

.sc_serve .serve_cnt .moreBtn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: -3.75rem;
  font-size: 1.875rem;
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.sc_serve .serve_cnt .moreBtn:hover {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.sc_serve .serve_cnt-items {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  height: auto;
}

.sc_serve .serve_cnt-items .hideMask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(70%), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, white, 70%, rgba(255, 255, 255, 0));
  z-index: 1;
  display: none;
}

.sc_serve .serve_cnt-items.hide {
  height: 200px;
}

.sc_serve .serve_cnt-items.hide .hideMask {
  display: block;
}

.sc_serve .serve_cnt-items .item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.125rem 0;
}

.sc_serve .serve_cnt-items .item_spBg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 300%;
  height: 100%;
  background-color: #e6e6e6;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sc_serve .serve_cnt-items .item_tit {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_serve .serve_cnt-items .item_tit p {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.875rem;
  color: #cb9b0c;
}

.sc_serve .serve_cnt-items .item_tit-line {
  position: relative;
  width: auto;
  height: 1px;
  background-color: #cb9b0c;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.sc_serve .serve_cnt-items .item_cnt {
  position: relative;
  margin: 3.125rem 0 0 0;
}

.sc_serve .serve_cnt-items .item_cnt-text {
  position: relative;
  font-size: 1.4375rem;
  font-weight: 300;
  text-align: justify;
}

.sc_serve .serve_cnt-items .item_cnt-lists {
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sc_serve .serve_cnt-items .item_cnt-lists .list {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.sc_serve .serve_cnt-items .item_cnt-lists .list:nth-child(1) .list_cnt {
  border-right: 1px solid #000;
}

.sc_serve .serve_cnt-items .item_cnt-lists .list:nth-child(3) .list_cnt {
  border-left: 1px solid #000;
}

.sc_serve .serve_cnt-items .item_cnt-lists .list_tit {
  position: relative;
  width: 100%;
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}

.sc_serve .serve_cnt-items .item_cnt-lists .list_cnt {
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: justify;
  padding: 0 1.25rem;
  color: #4d4d4d;
}

.sc_serve .serve_cnt-items .item_cnt-tableBox {
  position: relative;
  width: 100%;
  height: auto;
  overflow: auto;
  overflow-y: hidden;
}

.sc_serve .serve_cnt-items .item_cnt table {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3125rem;
  font-weight: 300;
}

.sc_serve .serve_cnt-items .item_cnt table td {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  border-bottom: 1px solid #000;
}

.sc_serve .serve_cnt-items .item_cnt table b {
  font-weight: bold;
}

.sc_serve .serve_cnt-items .item_cnt table .tit {
  width: 100px;
  color: #fff;
  background-color: #808080;
  border-bottom: 1px solid #fff;
}

.sc_serve .serve_cnt-items .item_cnt table .noDB {
  border-bottom: 1px solid #fff;
}

.sc_serve .serve_cnt-items .serve_1 {
  display: block;
}

.sc_serve .serve_cnt-items .serve_2 {
  display: none;
}

.sc_serve .serve_cnt-items .serve_3 {
  display: none;
}

.sc_serve .serve_showBtn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 1.3125rem;
  width: 200px;
  padding: 10px 0;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: #000 1px solid;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.sc_serve .serve_showBtn:hover {
  border: #000 1px solid;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.sc_serve .serve_showBtn.show {
  border: #000 1px solid;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
}

.sc_serve .serve_showBtn.show:hover {
  border: #000 1px solid;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.sc_join {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.75rem 0;
  background-color: #fff;
}

.sc_join .container {
  max-width: 1600px;
}

.sc_join .sc_tit {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px #000 solid;
}

.sc_join .sc_tit p {
  position: relative;
  display: inline-block;
  padding: 1.25rem 2.1875rem;
  margin: 0;
  font-size: 2.5rem;
  color: #000;
}

.sc_join .sc_tit p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.sc_join .join_cnt {
  position: relative;
  width: 100%;
  height: auto;
  padding: 6.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.sc_join .join_cnt-text {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  padding: 0;
  margin: 0 1.25rem;
}

.sc_join .join_cnt-tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  margin: 0 1.25rem;
  color: #000;
}

.sc_join .join_cnt-tel img {
  position: relative;
  display: block;
  width: 25px;
  height: auto;
  margin: 0.0625rem 0.8125rem 0 0;
}

.sc_join .join_cnt-tel p {
  margin: 0;
  padding: 0;
}

.sc_join .join_cnt-btn {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0 0 6.25rem;
  cursor: pointer;
}

.sc_join .join_cnt-btn .btn_bg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  width: 275px;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.sc_join .join_cnt-btn .btn_arr {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 15px;
  height: 26px;
  right: 40px;
  top: 50%;
  margin: -13px 0 0 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sc_join .join_cnt-btn:hover .btn_bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.sc_join .join_cnt-btn:hover .btn_arr {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}

@media (max-width: 768px) {
  .g_header {
    background-color: #000;
  }
  .g_header .header_cnt {
    display: block;
    padding: 0.5rem 0;
  }
  .g_header .menu_trigger {
    padding: 0 24px;
  }
  .g_header .nav_area .nav_content {
    display: block;
  }
  .g_header .nav_area .nav_cnt {
    padding: 10px 0;
    display: block;
  }
  .g_header .nav_area .nav_item.is_highlight {
    padding: 0;
  }
  .g_header .nav_area .nav_link {
    border-radius: 0;
    padding: 16px 24px;
  }
  .g_kv {
    margin: 64px 0 0 0;
  }
  .g_kv .desktop {
    width: 100%;
    height: 80vh;
  }
  .g_kv .kv_bg {
    width: 170%;
  }
  .g_kv .kv_bg .sky {
    width: 100%;
  }
  .g_kv .kv_tit {
    right: 50%;
    width: 90%;
    -webkit-transform: translate(50%, 10%);
            transform: translate(50%, 10%);
  }
  .g_kv .kv_tit .t1 {
    margin: 0 auto 3% auto;
    width: 66.66667%;
  }
  .g_kv .kv_tit .t2 {
    margin: 0 auto;
    width: 100%;
  }
  .g_kv .kv_tit .kv_btn {
    margin: 15% auto 0 auto;
    width: 90%;
  }
  .kv_news-cnt {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
  .kv_news-cnt::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 50%;
    height: 10px;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .kv_news-cnt .cnt_tit {
    font-size: 1.5rem;
  }
  .kv_news-cnt .cnt_items .cnt_item .cnt_text {
    font-size: 1.125rem;
  }
  .sc_intro {
    padding: 3.125rem 0;
  }
  .sc_intro .container {
    max-width: 1600px;
  }
  .sc_intro .intro_cnt .tit {
    font-size: 2rem;
  }
  .sc_intro .intro_cnt .sub {
    margin: 1.5625rem auto 2.1875rem auto;
    font-size: 1.3rem;
    line-height: 2;
  }
  .sc_intro .intro_cnt-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sc_intro .intro_cnt-items .item {
    margin: 0 3.125rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .sc_intro .intro_cnt-items .item_tit {
    width: 100%;
    font-size: 2rem;
    padding: 1.2rem 0;
  }
  .sc_intro .intro_cnt-items .item_tit::after {
    width: 60%;
    height: 5px;
  }
  .sc_intro .intro_cnt-items .item_cnt {
    font-size: 1.3rem;
    text-align: justify;
    padding: 1.2rem 0.3125rem;
  }
  .sc_highlights .container {
    max-width: 1600px;
  }
  .sc_highlights .sc_tit {
    padding: 0;
    margin: 0 auto 6.25rem auto;
  }
  .sc_highlights .sc_tit p {
    padding: 1.25rem 2.1875rem;
    margin: 0;
    font-size: 2.5rem;
  }
  .sc_highlights .highlights_cnt {
    text-align: center;
  }
  .sc_highlights .highlights_cnt .tit {
    font-size: 2rem;
  }
  .sc_highlights .highlights_cnt .sub {
    margin: 2.8125rem auto 4.375rem auto;
    font-size: 1.3rem;
    line-height: 2;
  }
  .sc_highlights .highlights_cnt-showBox {
    width: 100%;
    height: auto;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_btns {
    width: 100%;
    height: 80px;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_btns .btn {
    padding: 1.25rem 0;
    font-size: 1rem;
    border-radius: 15px 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_btns .btn:nth-child(2)::before {
    bottom: 10%;
    left: -2px;
    width: 1px;
    height: 55%;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_btns .btn:nth-child(2)::after {
    bottom: 10%;
    right: -2px;
    width: 1px;
    height: 55%;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_btns .btn:hover {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2 0 0px;
            flex: 1.2 0 0;
    padding: 1.5625rem 0;
    font-size: 1.2rem;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_btns .active {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2 0 0px;
            flex: 1.2 0 0;
    padding: 1.5625rem 0;
    font-size: 1.2rem;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt {
    width: 100%;
    height: 600px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos {
    width: 100%;
    height: 600px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-triangle {
    position: absolute;
    top: 0;
    left: -30%;
    width: 30%;
    height: 100%;
    background-color: #E6E6E6;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    pointer-events: none;
    z-index: 1;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info {
    padding: 0 3.125rem;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info ol {
    margin: 1.875rem 0 0 0;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btn {
    margin: 0 0 0 0.9375rem;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btn .btn_bg {
    width: 100px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btn .vrb_arr {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 14px;
    margin: -7px 0 0 0;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btn:hover .btn_bg {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos .info-btn:hover .vrb_arr {
    right: 10px;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-infos #info1 {
    opacity: 1;
    z-index: 1;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs {
    width: 100%;
    height: calc(100vw / 3.2);
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6 0 0px;
            flex: 1.6 0 0;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs #show1 {
    opacity: 1;
    z-index: 1;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail_cnt {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.9375rem;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail_cnt-tit {
    position: relative;
    font-size: 1.75rem;
    font-weight: 300;
    text-align: left;
    margin: 0 0 0.9375rem 0;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail_cnt-text {
    position: relative;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.125rem;
    text-align: left;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail_cnt-imgs {
    margin: 0.9375rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details .detail_cnt-imgs img {
    width: 120px;
    height: auto;
    margin: 0.3125rem;
  }
  .sc_highlights .highlights_cnt-showBox .showBox_cnt-bgs .details #detail1 {
    opacity: 1;
    z-index: 1;
  }
  .sc_highlights .highlights_outlines {
    margin: 1.25rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sc_highlights .highlights_outlines .outline {
    margin: 1.25rem 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sc_highlights .highlights_outlines .outline img {
    position: relative;
    display: block;
    width: 5rem;
    height: auto;
    margin: 0 0.9375rem 0 0;
  }
  .sc_highlights .highlights_outlines .outline_cnt {
    width: 70%;
  }
  .sc_highlights .highlights_outlines .outline_cnt-tit {
    padding: 0 5px 15px 5px;
    font-size: 2rem;
  }
  .sc_highlights .highlights_outlines .outline_cnt-text {
    padding: 15px 5px 0 5px;
    font-size: 1.3rem;
  }
  .sc_news {
    padding: 1.875rem 0;
  }
  .sc_news .sc_tit p {
    padding: 1.25rem 2.1875rem;
    font-size: 2.5rem;
  }
  .sc_news .news_cnt {
    padding: 0 0 1.875rem 0;
  }
  .sc_news .news_cnt .moreBtn {
    right: 0;
    top: -3.75rem;
    font-size: 1.875rem;
    padding: 5px 15px;
  }
  .sc_news .news_cnt-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .sc_news .news_cnt-items .item {
    width: 100%;
    margin: 0.3125rem auto;
  }
  .sc_news .news_cnt-items .item_date {
    position: relative;
    color: #CCCCCC;
    margin: 0 1.25rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sc_news .news_cnt-items .item_date-month {
    font-size: 5.625rem;
    line-height: 5.3125rem;
  }
  .sc_news .news_cnt-items .item_date-year {
    font-size: 1.25rem;
  }
  .sc_news .news_cnt-items .item_cnt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 300;
  }
  .sc_news .news_cnt-items .item_cnt-tit {
    position: relative;
    text-align: left;
    color: #000;
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 0 0 0.9375rem 0;
  }
  .sc_news .news_cnt-items .item_cnt-sub {
    position: relative;
    text-align: left;
    color: #000;
    font-size: 1.3125rem;
    line-height: 1.5;
  }
  .sc_news .news_cnt-items .highLight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sc_serve {
    padding: 1.875rem 0;
  }
  .sc_serve .container {
    max-width: 1600px;
  }
  .sc_serve .sc_tit p {
    padding: 1.25rem 2.1875rem;
    font-size: 2.5rem;
  }
  .sc_serve .serve_cnt {
    padding: 0 0 1.875rem 0;
  }
  .sc_serve .serve_cnt .moreBtn {
    right: 0;
    top: -3.75rem;
    font-size: 1.875rem;
    padding: 5px 15px;
  }
  .sc_serve .serve_cnt-items.hide {
    height: 200px;
  }
  .sc_serve .serve_cnt-items.hide .hideMask {
    display: block;
  }
  .sc_serve .serve_cnt-items .item {
    padding: 3.125rem 0;
  }
  .sc_serve .serve_cnt-items .item_cnt {
    margin: 1.875rem 0 0 0;
  }
  .sc_serve .serve_cnt-items .item_cnt-text {
    font-size: 1.4375rem;
    font-weight: 300;
    text-align: justify;
  }
  .sc_serve .serve_cnt-items .item_cnt-lists {
    margin: 1.25rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sc_serve .serve_cnt-items .item_cnt-lists .list:nth-child(1) .list_cnt {
    border-right: 0;
  }
  .sc_serve .serve_cnt-items .item_cnt-lists .list:nth-child(3) .list_cnt {
    border-left: 0;
  }
  .sc_join {
    padding: 1.875rem 0;
  }
  .sc_join .sc_tit p {
    padding: 1.25rem 2.1875rem;
    font-size: 2.5rem;
  }
  .sc_join .join_cnt {
    padding: 3.125rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
  }
  .sc_join .join_cnt-text {
    font-size: 1.875rem;
    padding: 0;
    margin: 1.25rem auto;
  }
  .sc_join .join_cnt-tel {
    font-size: 2rem;
    margin: 0 1.25rem;
  }
  .sc_join .join_cnt-tel img {
    width: 45px;
    margin: 0 0.3125rem 0 0;
  }
  .sc_join .join_cnt-btn {
    margin: 1.875rem auto;
  }
}
/*# sourceMappingURL=style.css.map */