html {
  font-size: 16px;
}

body {
  font-family: "Source Sans Pro", "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background: url("img/mainbg.jpg") center/cover fixed;
}

a {
  color: inherit;
}

.fix_lefttop {
  position: fixed;
  right: 1em;
  top: 1em;
  z-index: 100;
}
.fix_lefttop .link_lang {
  display: block;
  padding: 0.75em 1.25em;
  border: 1px solid #fffdb0;
  color: #fffdb0;
  line-height: 1;
  background-color: rgba(255, 253, 176, 0);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 10px;
}
.fix_lefttop .link_lang:hover {
  text-decoration: none;
  background-color: rgba(255, 253, 176, 0.3);
}
.fix_lefttop.is_active .link_lang {
  background-color: #1664b3;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 0.75rem;
  bottom: 0.75rem;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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.25em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  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: -webkit-gradient(linear, left top, right top, from(#1664b3), to(#08798d));
  background: linear-gradient(90deg, #1664b3, #08798d);
  color: #fff;
  font-weight: 700;
}
.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 {
  padding: 0.5em;
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 2;
  padding: 0.5em 1.5em;
}
.fix_aside .fx_item .in_wrap .ic_top {
  width: 2em;
  height: 2em;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_header .header_wrap {
  position: relative;
  padding: 0.5rem;
}
.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_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g_header .header_logo {
  padding: 0 1rem;
}
.g_header .header_logo img {
  width: 250px;
}
.g_header .nav_cnt {
  padding: 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.g_header .nav_item {
  padding: 0.75rem 1rem;
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  color: #fff;
}
.g_header .nav_link:hover {
  color: #fd7b25;
  text-decoration: none;
}

.g_kv {
  position: relative;
}
.g_kv .bg {
  height: 100vh;
}
.g_kv .kv_tit {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  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-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g_kv .kv_tit .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 150px;
}
.g_kv .kv_tit .line {
  margin: 0 4vw;
  height: 12vw;
  width: 1em;
  background: -webkit-gradient(linear, left top, right top, from(#f8de68), to(rgba(248, 222, 104, 0)));
  background: linear-gradient(90deg, #f8de68, rgba(248, 222, 104, 0));
}
.g_kv .kv_tit .tit {
  font-size: 0.8vw;
  text-shadow: 5px 5px 0 rgba(0, 28, 42, 0.9);
}
.g_kv .kv_tit .tit .t1 {
  font-size: 7em;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.g_kv .kv_tit .tit .t1 span:last-child {
  margin-left: 0.25em;
}
.g_kv .kv_tit .tit .t2 {
  font-size: 5em;
  font-weight: 700;
  line-height: 1.1;
  color: #fffdb0;
}
.g_kv .kv_tit .tit span {
  display: inline-block;
}

.g_main {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
}

@-webkit-keyframes bttnArr {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    opacity: 0;
    -webkit-transform: translateX(75%);
            transform: translateX(75%);
  }
  76% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bttnArr {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    opacity: 0;
    -webkit-transform: translateX(75%);
            transform: translateX(75%);
  }
  76% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sc_ctot {
  padding-bottom: 4rem;
  background-color: #001c2a;
}
.sc_ctot .ctot_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}
.sc_ctot .ctot_wrap::before {
  content: "";
  position: absolute;
  border-radius: 2rem;
  left: 0;
  bottom: 0;
  right: 0;
  top: 3rem;
  background-color: #fff;
}
.sc_ctot .ctot_wrap .img,
.sc_ctot .ctot_wrap .text {
  position: relative;
  z-index: 2;
}
.sc_ctot .ctot_wrap .img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 33%;
}
.sc_ctot .ctot_wrap .img .n {
  position: absolute;
  left: 55%;
  bottom: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15rem;
  line-height: 1;
}
.sc_ctot .ctot_wrap .img .n div {
  display: inline-block;
  white-space: nowrap;
  padding: 0.5rem 1.25em;
  border-radius: 2em;
}
.sc_ctot .ctot_wrap .img .n div:first-child {
  border-end-end-radius: 0;
  position: relative;
  margin-left: -1em;
  z-index: 1;
  color: #fff;
  background-color: #c1272d;
}
.sc_ctot .ctot_wrap .img .n div:last-child {
  border-start-start-radius: 0;
  border: 2px solid #c1272d;
  background-color: #fff;
}
.sc_ctot .ctot_wrap .img .n strong,
.sc_ctot .ctot_wrap .img .n span {
  font-size: 1.25em;
}
.sc_ctot .ctot_wrap .img .n strong {
  margin-right: 0.5rem;
}
.lang_en .sc_ctot .ctot_wrap .img .n {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang_en .sc_ctot .ctot_wrap .img .n div {
  font-size: 0.875em;
}
.lang_en .sc_ctot .ctot_wrap .img .n div:first-child {
  border-start-end-radius: 0;
  margin-left: 0;
  padding: 0.65rem 1rem;
  padding-right: 0.75rem;
  padding-left: 1.25rem;
}
.lang_en .sc_ctot .ctot_wrap .img .n div:last-child {
  padding-left: 0.75rem;
  border-end-start-radius: 0;
}
.lang_en .sc_ctot .ctot_wrap .img .n strong {
  margin-right: 0;
}
.sc_ctot .ctot_wrap .text {
  padding: 4rem 1.5rem 1rem 1rem;
  line-height: 1.6;
}
.sc_ctot .ctot_wrap .text .s {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #1664b3;
}
.sc_ctot .ctot_wrap .text .p {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.sc_ctot .ctot_wrap .text .cta {
  margin-top: 1rem;
  text-align: right;
}
.sc_ctot .ctot_wrap .text .cta a {
  position: relative;
  border-radius: 2rem;
  display: inline-block;
  padding: 0.75rem 3.5rem 0.75rem 2rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#79177c), to(#1664b3));
  background: linear-gradient(90deg, #79177c, #1664b3);
  color: #fff;
  font-size: 1rem;
}
.sc_ctot .ctot_wrap .text .cta a:hover {
  text-decoration: none;
  background-position-x: 100%;
  color: #fff;
}
.sc_ctot .ctot_wrap .text .cta a:hover .arr {
  -webkit-animation: bttnArr 1200ms infinite;
          animation: bttnArr 1200ms infinite;
}
.sc_ctot .ctot_wrap .text .cta .arr {
  position: absolute;
  right: 1.5em;
  top: calc(50% - .4em);
  width: 0.8em;
  height: 0.8em;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.sc_ctot .ctot_wrap .text .cta .arr::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.sc_ctot .ctot_wrap .text .cta .arr::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(15% + 1px);
  width: 70%;
  height: 70%;
  border: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #fff #fff transparent transparent;
}

.sc_intro .kv {
  width: 100%;
  height: 100%;
}

.sc_primary {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 142, 239, 0.4)), to(#001c2a));
  background: linear-gradient(0deg, rgba(41, 142, 239, 0.4), #001c2a);
  padding-bottom: 3rem;
}
.pry_tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1110px;
  margin: 0 auto;
}
.pry_tabs::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  border-radius: 1em 1em 0 0;
  background-color: #1664b3;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.pry_tabs.now_cnt_a::after {
  left: 0%;
  background-color: #1664b3;
}
.pry_tabs.now_cnt_b::after {
  left: 20%;
  background-color: #298eef;
}
.pry_tabs.now_cnt_c::after {
  left: 40%;
  background-color: #3faedc;
}
.pry_tabs.now_cnt_d::after {
  left: 60%;
  background-color: #08798d;
}
.pry_tabs.now_cnt_e::after {
  left: 80%;
  background-color: #12b1bd;
}

.pry_tab {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem;
  font-size: 1.25em;
  line-height: 1.3;
  text-align: center;
  -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;
  cursor: pointer;
  color: #3faedc;
  -webkit-transition: color 200ms 200ms;
  transition: color 200ms 200ms;
}
.pry_tab.is_active {
  color: #fff;
}
.lang_en .pry_tab {
  padding: 0.67rem 1rem;
}

.pry_cnt {
  display: none;
}
.pry_cnt.is_active {
  display: block;
}

.cpy_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2px;
  border-radius: 4px;
  background-color: #f7fdff;
}
.cpy_item:last-child {
  margin-bottom: 0;
}
.cpy_item.sty_a .categ {
  background-color: #1664b3;
}
.cpy_item.sty_b .categ {
  background-color: #298eef;
}
.cpy_item.sty_c .categ {
  background-color: #3faedc;
}
.cpy_item.sty_d .categ {
  background-color: #08798d;
}
.cpy_item.sty_e .categ {
  background-color: #12b1bd;
}
.cpy_item .categ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  border-radius: 10px 0 0 10px;
  padding: 20px 0.5rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #3faedc;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
}
.cpy_item .pic_wrap {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  overflow: hidden;
}
.cpy_item .pic_wrap .img_w {
  max-width: 240px;
  padding-top: 80%;
  position: relative;
  display: block;
  text-align: right;
  overflow: hidden;
  border: 1px solid #a9dff7;
}
.cpy_item .pic_wrap img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cpy_item .pic_wrap a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 0.2rem 0.75rem;
  background-color: #1664b3;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
}
.cpy_item .pic_wrap a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.cpy_item .keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1rem;
}
.cpy_item .keyword .key {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding: 0.3rem 1rem 0.4rem;
  background-color: #12b1bd;
  line-height: 1.2;
  color: #fff;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 20px;
}
.cpy_item .keyword .key:last-child {
  margin-right: 0;
}
.cpy_item .wod_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 20px;
  padding-left: 0;
}
.cpy_item .name {
  font-size: 1rem;
  line-height: 1;
  color: #12b1bd;
}
.cpy_item .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.5rem;
  color: #1664b3;
}
.cpy_item .article {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-top: 1rem;
  position: relative;
  min-height: 1.5rem;
}
.lang_en .cpy_item .article .arti {
  line-height: 1.4;
}
.cpy_item .article .more {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.0625em 0.5rem;
  padding-left: 4rem;
  font-size: 0.875em;
  color: #298eef;
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 253, 255, 0)), color-stop(36%, #f7fdff));
  background: linear-gradient(90deg, rgba(247, 253, 255, 0), #f7fdff 36%);
  text-decoration: underline;
}
.cpy_item .article .more:hover {
  color: #fd7b25;
}
.cpy_item .seeking {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-top: 1.5rem;
}
.cpy_item .seeking .seek_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5em;
  font-size: 1rem;
}
.cpy_item .seeking .seek_tit span {
  display: block;
  padding-right: 0.5em;
  line-height: 1.2;
  color: #08798d;
}
.cpy_item .seeking .seek_tit i {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #08798d;
}
.cpy_item .seeking .seeks {
  font-size: 0;
}
.cpy_item .seeking .seek {
  margin-top: 4px;
  border-radius: 0.5rem;
  padding: 0.33rem 1rem 0.5rem;
  line-height: 1.3;
  font-size: 1.125rem;
  background-color: #fff;
  color: #001c2a;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
}
.cpy_item .seeking .seek:last-child {
  border-right-width: 0;
}

.g_footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 142, 239, 0.4)), to(#001c2a));
  background: linear-gradient(rgba(41, 142, 239, 0.4), #001c2a);
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
.g_footer .foo_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g_footer .pic_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.g_footer .pic_wrap img {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  max-width: 360px;
}
.g_footer .infor_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-left: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g_footer .link_tit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 0.5rem;
}
.g_footer .link {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border-left: 1px solid #fff;
  padding-left: 1rem;
  font-weight: 300;
  line-height: 1.3;
}
.g_footer .link .n,
.g_footer .link .t,
.g_footer .link .e {
  display: block;
}
.g_footer .link .n {
  font-size: 1.25rem;
}
.g_footer .link .t {
  font-size: 1rem;
}
.g_footer .link a {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}
.g_footer .link a:hover {
  color: #f8de68;
}

.modal-content {
  border-width: 0;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  background: -webkit-gradient(linear, left bottom, left top, from(#deebee), to(#fff));
  background: linear-gradient(0deg, #deebee, #fff);
}

.modal-header {
  border-bottom-width: 0;
}
.modal-header .modal_t {
  margin-top: 0.125rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 0 3rem 3rem;
}

@media (max-width: 767px) {
  .g_kv .bg {
    height: 80vh;
    background: -webkit-gradient(linear, left bottom, left top, from(#002235), color-stop(50%, rgba(0, 34, 53, 0)));
    background: linear-gradient(0deg, #002235, rgba(0, 34, 53, 0) 50%);
  }
  .g_kv .kv_tit {
    display: block;
  }
  .g_kv .kv_tit .pic {
    margin: 0 auto;
  }
  .g_kv .kv_tit .line {
    display: none;
  }
  .g_kv .kv_tit .tit {
    padding: 2rem 0;
    font-size: 0.5rem;
    text-align: center;
  }
  .g_kv .kv_tit .tit .t1 span:last-child {
    margin-left: 0;
  }
  .g_kv .kv_tit .tit .t2 {
    margin-top: 0.4em;
    line-height: 1.3;
  }

  .sc_ctot {
    padding-bottom: 2em;
  }
  .sc_ctot .ctot_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc_ctot .ctot_wrap::before {
    top: 0;
  }
  .sc_ctot .ctot_wrap .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
  .sc_ctot .ctot_wrap .text {
    padding: 2rem 0;
  }
  .sc_ctot .ctot_wrap .text .s {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .sc_ctot .ctot_wrap .text .a {
    margin-top: 1.5rem;
  }

  .sc_primary .switchs {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 10px 15px;
    background-color: #002235;
  }

  .pry_tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pry_tabs::after {
    width: 50%;
    height: 50%;
    border-radius: 1em;
  }
  .pry_tabs.now_cnt_a::after {
    left: 0%;
  }
  .pry_tabs.now_cnt_b::after {
    left: 50%;
    background-color: #298eef;
  }
  .pry_tabs.now_cnt_c::after {
    left: 0%;
    top: 50%;
    width: 33.33%;
    background-color: #3faedc;
  }
  .pry_tabs.now_cnt_d::after {
    left: 33.3%;
    top: 50%;
    width: 33.33%;
    background-color: #08798d;
  }
  .pry_tabs.now_cnt_e::after {
    left: 66.6%;
    top: 50%;
    width: 33.33%;
    background-color: #12b1bd;
  }

  .pry_tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0.5em 0.75em;
    font-size: 1em;
  }
  .pry_tab:nth-child(n+3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
  }

  .cpy_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cpy_item .categ {
    padding: 0.5rem 20px;
  }
  .cpy_item .pic_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .cpy_item .pic_wrap .img_w {
    margin: 0 auto;
    padding-top: 200px;
  }
  .cpy_item .keyword {
    padding-top: 15px;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cpy_item .keyword .key {
    margin-bottom: 0.25rem;
  }
  .cpy_item .wod_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 20px 20px;
  }
  .cpy_item .name {
    text-align: center;
  }
  .cpy_item .seeking {
    display: block;
  }
  .cpy_item .seeks {
    margin-top: 0.5rem;
  }

  .g_footer {
    padding-top: 1rem;
  }
  .g_footer .foo_cnt {
    display: block;
  }
  .g_footer .pic_wrap {
    display: block;
  }
  .g_footer .pic_wrap img {
    border-radius: 20px;
    display: block;
    max-width: 100%;
  }
  .g_footer .link_tit {
    margin-top: 1rem;
  }
  .g_footer .link {
    margin-bottom: 1rem;
  }

  .modal-header .modal_t {
    padding-left: 1rem;
  }

  .modal-body {
    padding: 0 2rem 2rem;
  }
}