@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  font-size: 18px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: #404040;
  background: url("../img/bg/headbg.png") right top/55% no-repeat, url("../img/bg/footbg.png") left calc(100% - 30px)/50% no-repeat;
}

a {
  color: inherit;
}

.bttn {
  display: inline-block;
  margin: 10px 0;
  border-radius: 2.5rem;
  padding: .85em 2em .9em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  background-color: #038b9a;
  color: #fff;
  -webkit-transition: color 300ms, background 300ms;
  transition: color 300ms, background 300ms;
  cursor: pointer;
}

.bttn:hover {
  color: #ffd862;
  text-decoration: none;
  background-color: #1e656b;
}

.bttn.is_disable {
  background-color: #b7b6ba;
  color: rgba(64, 64, 64, 0.5);
  font-weight: 400;
  cursor: not-allowed;
}

.bttn.is_disable:hover {
  background-color: #b7b6ba;
  color: rgba(64, 64, 64, 0.5);
}

a:not([href]):not([tabindex]) {
  color: #fff;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
  color: #ffd862;
}

.bttn_tip {
  display: inline-block;
  margin: 0 .5em;
}

.inline_link {
  margin: 0 .2em;
  color: #038b9a;
  text-decoration: underline;
}

.inline_link:hover {
  color: #ffb6c0;
}

.responsive {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.responsive > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ff_number {
  font-family: 'Murecho', sans-serif;
}

.cnt_wrap {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 30px;
  padding-right: 30px;
}

.md_wrap {
  padding-top: 80px;
  padding-bottom: 96px;
}

.sm_wrap {
  padding-top: 60px;
  padding-bottom: 72px;
}

.sm_wrap + .sm_wrap {
  padding-top: 0;
}

.xs_wrap {
  padding-top: 40px;
  padding-bottom: 48px;
}

.xs_wrap + .xs_wrap {
  padding-top: 0;
}

.switch_tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin: 0 auto;
  border: solid #e60000;
  border-width: 0 0 1px 0;
}

.switch_tabs .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  border-radius: 4px 4px 0 0;
  background-color: #e60000;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.switch_tabs .underline.now_tab1 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.switch_tabs .underline.now_tab2 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.switch_tabs .underline.now_tab3 {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

.switch_tabs .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  padding: 1em;
  text-align: center;
  font-size: 1.25em;
  line-height: 1;
  cursor: pointer;
}

.switch_tabs .tab div {
  font-weight: 300;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.switch_tabs .tab:hover div, .switch_tabs .tab.is_active div {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.switch_tabs .tab:hover div {
  color: #038b9a;
}

.switch_tabs .tab.is_active div {
  color: #000;
  font-weight: 400;
}

.switch_target {
  display: none;
}

.switch_target.is_active {
  display: block;
}

.news_item:last-child .link_box {
  border-bottom-width: 0;
}

.news_item .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #b7b6ba;
  color: #404040;
  -webkit-transition: color 240ms;
  transition: color 240ms;
}

.news_item .link_box:hover {
  text-decoration: none;
  color: #038b9a;
}

.news_item .img_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
}

.news_item .cnt_box {
  min-height: 108px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 25px;
}

.news_item .cnt_box .date,
.news_item .cnt_box .tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.news_item .cnt_box .date {
  padding-bottom: .2em;
  line-height: 1;
  color: #b7b6ba;
}

.news_item .cnt_box .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.25em;
  font-weight: 700;
}

.news_item .cnt_box .tags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_item .cnt_box .tags .tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: .875em;
  padding: .25em 1em;
  border: 1px solid currentColor;
  margin-left: .5rem;
  color: #e60000;
}

.news_item .cnt_box .tags .tag:first-child {
  margin-left: 0;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1.5rem;
  bottom: 1.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: 50%;
  width: 3em;
  height: 3em;
  margin: 15px 0;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(64, 64, 64, 0.19);
          box-shadow: 0 1px 3px 0 rgba(64, 64, 64, 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:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(64, 64, 64, 0.19);
          box-shadow: 0 4px 5px 0 rgba(64, 64, 64, 0.19);
}

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

.fix_aside .fx_item .item_in .ic_top {
  width: 100%;
  height: 100%;
  padding: 1em;
  background: url("../img/ui/arrow_top.png") center/contain no-repeat;
}

.fix_aside .fx_item .item_in .qa {
  width: 100%;
  height: 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;
  color: #038b9a;
  font-weight: bold;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background 260ms;
  transition: background 260ms;
}

.g_header.is_active {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.g_header.is_active .main_logo .logo img {
  height: 3.4375rem;
}

.g_header.is_active .nav_area .nav_cnt {
  font-size: 1rem;
}

.g_header.is_active .nav_area .nav_cnt .nav_link {
  color: #404040;
}

.g_header.is_active .member_func {
  font-size: .875em;
}

.g_header.is_active .member_func .func_item {
  color: #404040;
  text-decoration: none;
}

.g_header .header_wrap {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1440px;
  -webkit-transition: padding 300ms;
  transition: padding 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g_header .main_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.g_header .main_logo .logo img {
  height: 4em;
  -webkit-transition: height 260ms;
  transition: height 260ms;
}

.g_header .menu_trigger {
  display: none;
}

.g_header .nav_area {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.g_header .nav_area .nav_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1rem;
  font-size: 1rem;
  -webkit-transition: font 260ms;
  transition: font 260ms;
}

.g_header .nav_area .nav_item {
  margin: 0 .2em;
  display: block;
  line-height: 1;
  font-weight: normal;
}

.g_header .nav_area .nav_link {
  padding: .5em 0.625rem;
  border-radius: .5em;
  color: #404040;
  background-color: rgba(255, 216, 98, 0);
  -webkit-transition: background 260ms, color 260ms;
  transition: background 260ms, color 260ms;
  text-decoration: none;
}

.g_header .nav_area .nav_link:hover {
  color: #404040;
  background-color: #ffd862;
  text-decoration: none;
}

.g_header .member_func {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.875rem;
  -webkit-transition: font 260ms;
  transition: font 260ms;
}

.g_header .member_func .func_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_header .member_func .func_item {
  display: block;
  padding: .4em .8em;
  border-radius: 2em;
  color: #404040;
  border: 1px solid currentColor;
  background-color: rgba(255, 216, 98, 0);
  -webkit-transition: background 260ms, color 260ms;
  transition: background 260ms, color 260ms;
  text-decoration: none;
}

.g_header .member_func .func_item:last-child {
  margin-left: .5em;
  text-decoration: none;
}

.g_header .member_func .func_item:hover {
  background-color: #ffd862;
  color: #404040;
  text-decoration: none;
}

.g_header .nav_language {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  text-align: right;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.g_header .nav_language .hover img {
  width: 25px;
  line-height: 0;
}

.g_header .nav_language .hover:hover .hover_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.g_header .nav_language .hover_menu {
  position: absolute;
  top: auto;
  right: 0;
  padding: 10px 0;
  display: none;
  -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;
}

.g_header .nav_language .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

.g_header .nav_language .hover_menu .hover_item p {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  margin: 0;
  width: 100px;
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Sans SC","Noto Sans", sans-serif;
  font-size: 1rem;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header .nav_language .hover_menu .hover_item p:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
}

.g_header .nav_language .hover_menu .hover_item p span {
  font-size: 12px;
}

.g_main_head {
  margin-top: 10vw;
  padding-top: 1em;
  padding-bottom: 1em;
}

.g_main_head .head .tit {
  font-size: 4em;
  font-weight: 300;
  color: #038b9a;
  letter-spacing: 1;
  line-height: 1;
}

.g_main_head .head .tip {
  margin-top: .5em;
  font-size: 1.125em;
  color: #b7b6ba;
}

.g_main_head .head .subtit {
  margin-top: 1em;
  font-size: 2em;
  color: #6790cc;
}

.g_main .sc__title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-align: center;
}

.g_main .sc__title .tit {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 1.8em;
  font-weight: 700;
  color: #1e656b;
}

.g_main .sc__title::before {
  content: '';
  position: absolute;
  left: calc(50% - 2.5em);
  bottom: 0;
  width: 5em;
  height: 2px;
  background-color: #1e656b;
  background: -webkit-gradient(linear, left top, right top, from(#404040), to(#404040));
  background: linear-gradient(90deg, #404040, #404040);
}

.g_main .cnt_intro {
  max-width: 40em;
  margin: 40px auto;
  font-size: 1.2em;
  color: #1e656b;
}

.g_footer {
  position: relative;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 15vw;
}

.sc_sponsor {
  padding-bottom: 40px;
}

.sc_sponsor .sponsor_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc_sponsor .sponsor_items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 30px;
}

.sc_sponsor .sponsor_items img {
  height: 45px;
}

.sc_sponsor .sponsor_tit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.sc_sponsor .sponsor_tit span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 .25em;
}

.sc_sponsor .sponsor_tit::before, .sc_sponsor .sponsor_tit::after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 1px;
  background-color: #000;
}

.sc_sponsor .sponsor_item {
  padding: 8px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.sc_sponsor .sponsor_item .link_box {
  display: block;
}

.sc_sponsor .sponsor_item .link_box img {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.sc_sponsor .sponsor_item .link_box:hover img {
  opacity: .7;
}

.sc_copyright .cnt_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc_copyright .copyright_cnt {
  font-size: .875em;
}

.sc_copyright .copyright_cnt a {
  color: #6790cc;
}

.copyright_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1em;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.modal .modal-dialog {
  max-width: 800px;
}

.modal .modal-content {
  padding: 0;
  border-radius: 20px;
}

.modal .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 30px 40px 20px 40px;
  border: 0;
}

.modal .modal-header .modal-title {
  position: relative;
  width: 100%;
  font-size: 24px;
}

.modal .modal-header .modal-title h4 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.modal .modal-header .modal-title .gift {
  position: relative;
  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;
}

.modal .modal-header .modal-title .gift_img {
  width: 40%;
}

.modal .modal-header .modal-title .gift_tit {
  color: #028b9b;
  font-weight: bold;
  margin: 0 0 0 25px;
}

.modal .modal-header .sub {
  position: relative;
  margin: 5px 0 0 0;
  font-size: 20px;
  font-weight: 300;
  color: #404040;
  display: block;
}

.modal .modal-header .close {
  position: absolute;
  top: 25px;
  right: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

.modal .modal-header .close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal .modal-body {
  font-size: 20px;
  font-weight: 300;
  color: #404040;
  line-height: 1.6;
  padding: 20px 40px;
}

.modal .modal-body p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.modal .modal-body .tit {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.modal .modal-body ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}

.modal .modal-body .QA_items {
  position: relative;
  width: 100%;
  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;
}

.modal .modal-body .QA_items .QA_item {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  margin: 15px 0;
  overflow: hidden;
}

.modal .modal-body .QA_items .QA_item .Q {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  background-color: rgba(3, 139, 154, 0.2);
  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;
}

.modal .modal-body .QA_items .QA_item .Q .tit {
  position: relative;
  width: 10%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  font-size: 28px;
  font-weight: bold;
}

.modal .modal-body .QA_items .QA_item .Q .cnt {
  position: relative;
  width: 90%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  text-align: justify;
  word-wrap: break-word;
  font-size: 21px;
}

.modal .modal-body .QA_items .QA_item .A {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  background-color: rgba(183, 182, 186, 0.2);
  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;
}

.modal .modal-body .QA_items .QA_item .A .tit {
  position: relative;
  width: 10%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  font-size: 28px;
  font-weight: bold;
}

.modal .modal-body .QA_items .QA_item .A .cnt {
  position: relative;
  width: 90%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  text-align: justify;
  word-wrap: break-word;
  font-size: 21px;
}

.modal .modal-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding: 20px 40px 30px 40px;
}

.modal .modal-footer .ps {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}

.modal .modal-footer .btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 40px;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 10px;
  color: #fff;
  background-color: #0a59cf;
  border: 1px solid #0a59cf;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.modal .modal-footer .btn:hover {
  color: #0a59cf;
  background-color: #fff;
}

@media screen and (max-width: 1300px) {
  .g_header.is_active .main_logo .logo img {
    height: 3.125rem;
  }
  .g_header.is_active .nav_area .nav_cnt {
    font-size: 1rem;
  }
  .g_header.is_active .member_func {
    font-size: .875em;
  }
  .g_header .header_wrap {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1440px;
  }
  .g_header .main_logo .logo img {
    height: 3.4375rem;
  }
  .g_header .nav_area .nav_cnt {
    padding-right: 1rem;
    font-size: 1rem;
  }
  .g_header .nav_area .nav_item {
    margin: 0 .2em;
  }
  .g_header .nav_area .nav_link {
    padding: .5em 0.625rem;
  }
  .g_header .member_func {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 0.875rem;
  }
  .g_header .member_func .func_item {
    padding: .4em .8em;
  }
  .g_header .member_func .func_item:last-child {
    margin-left: .5em;
  }
  .g_header .nav_language {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    padding: 0 10px;
  }
  .g_header .nav_language .hover img {
    width: 25px;
  }
  .g_header .nav_language .hover_menu {
    padding: 10px 0;
  }
  .g_header .nav_language .hover_menu .hover_item {
    margin-top: 10px;
  }
  .g_header .nav_language .hover_menu .hover_item p {
    padding: 5px 15px;
    margin: 0;
    width: 100px;
    font-size: 1rem;
  }
  .g_header .nav_language .hover_menu .hover_item p span {
    font-size: 12px;
  }
}

.psw_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.psw_box input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.psw_box .psw_eye {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
  max-width: 50px;
  border: 1px solid #000;
  border-width: 1px 1px 1px 0;
  border-radius: 0 2px 2px 0;
  background: #fafafa url(../img/ui/psw_eye.svg) center/contain no-repeat;
}

.psw_box .psw_eye.slash {
  background: #fafafa url(../img/ui/psw_eye_slash.svg) center/contain no-repeat;
}

@media screen and (max-width: 991px) {
  .g_header {
    background-color: #fff;
  }
  .g_header.is_active .header_wrap {
    padding: 0 10px;
    min-height: 4.5em;
  }
  .g_header.is_active .main_logo .logo img {
    height: 4.5em;
  }
  .g_header .header_wrap {
    padding: 0 10px;
    display: block;
  }
  .g_header .header_logo {
    display: block;
    padding: 1rem;
  }
  .g_header .nav_content {
    display: block;
  }
  .g_header #navCnt,
  .g_header #funcCnt {
    display: none;
  }
  .g_header #lancCnt {
    display: none;
  }
  .g_header .menu_trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
  }
  .g_header .menu_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 15px 10px;
    border: 1px solid #404040;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  }
  .g_header .menu_btn .icon {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #404040;
  }
  .g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #404040;
  }
  .g_header .menu_btn .icon::before {
    top: 8px;
  }
  .g_header .menu_btn .icon::after {
    bottom: 8px;
  }
  .g_header .nav_area .nav_cnt {
    padding: .5em 0;
    display: block;
    display: none;
  }
  .g_header .nav_area .nav_item {
    padding: 0;
    margin: 0;
  }
  .g_header .nav_area .nav_link {
    display: block;
    padding: .75em 1em;
  }
  .g_header .member_func .func_cnt {
    padding-bottom: 1.5em;
  }
  .g_header .member_func .func_item {
    display: inline-block;
  }
  .g_header .nav_language {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    margin: 0 0 30px;
    text-align: left;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .g_header .nav_language .hover {
    display: inline-block;
    position: relative;
  }
  .g_header .nav_language .hover img {
    width: 25px;
    line-height: 0;
  }
  .g_header .nav_language .hover:hover .hover_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g_header .nav_language .hover .hover_holder {
    cursor: pointer;
  }
  .g_header .nav_language .hover .hover_menu {
    position: absolute;
    top: -20px;
    right: auto;
    left: 35px;
    padding: 10px 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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .g_header .nav_language .hover .hover_menu .hover_item {
    cursor: pointer;
    display: block;
    margin-top: 10px;
    text-decoration: none;
  }
  .g_header .nav_language .hover .hover_menu .hover_item p {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 5px;
    margin: 0;
    width: 70px;
    text-align: center;
    white-space: nowrap;
    font-size: 0.875rem;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    margin: 0 3px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .g_header .nav_language .hover .hover_menu .hover_item p:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
  }
  .g_header .nav_language .hover .hover_menu .hover_item p span {
    font-size: 12px;
  }
  .sc_sponsor .sponsor_cnt {
    display: block;
  }
  .sc_sponsor .sponsor_items {
    padding-bottom: 30px;
  }
  .sc_sponsor .sponsor_items img {
    height: 45px;
  }
  .sc_sponsor .sponsor_item {
    padding: 8px 24px;
  }
  .news_item .link_box {
    display: block;
    padding: 2em 0;
  }
  .news_item .cnt_box {
    padding: 0 1em;
    padding-top: 10px;
  }
  .news_item .cnt_box .tags {
    margin-top: .5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.modal .modal-header .modal-title {
  font-size: 18px;
}

.modal .modal-header .modal-title h4 {
  font-size: 21px;
}

.modal .modal-header .modal-title .gift_img {
  width: 40%;
}

.modal .modal-header .modal-title .gift_tit {
  margin: 0 0 0 15px;
}

.modal .modal-header .sub {
  font-size: 16px;
}

.modal .modal-body {
  font-size: 16px;
}

.modal .modal-body.QAbody {
  padding: 15px 15px;
}

.modal .modal-body .tit {
  font-size: 21px;
}

.modal .modal-body .QA_items .QA_item {
  margin: 15px 0;
}

.modal .modal-body .QA_items .QA_item .Q {
  padding: 10px 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal .modal-body .QA_items .QA_item .Q .tit {
  font-size: 21px;
}

.modal .modal-body .QA_items .QA_item .Q .cnt {
  font-size: 16px;
}

.modal .modal-body .QA_items .QA_item .A {
  padding: 10px 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal .modal-body .QA_items .QA_item .A .tit {
  font-size: 21px;
}

.modal .modal-body .QA_items .QA_item .A .cnt {
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  body {
    padding-top: 70px;
  }
  .fix_aside {
    right: .5em;
    bottom: .5em;
  }
  .xs_wrap {
    padding-bottom: 40px;
  }
  .switch_tabs {
    margin: 0 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 0 0 0 1px;
  }
  .switch_tabs .tab {
    padding: 1em 50px;
  }
  .switch_tabs .tab div {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  .switch_tabs .tab.is_active div {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .switch_tabs .underline {
    top: 0;
    bottom: inherit;
    width: 6px;
    border-radius: 0 4px 4px 0;
  }
  .switch_tabs .underline.now_tab1 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .switch_tabs .underline.now_tab2 {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .switch_tabs .underline.now_tab3 {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  .g_header {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  }
  .g_header .main_logo .logo img {
    height: auto;
    width: calc(100% - 100px);
  }
  .g_main_head {
    margin-top: 12vw;
  }
  .g_footer {
    margin-top: 0;
  }
  .g_footer .sc_sponsor .sponsor_item {
    padding: 16px 0;
  }
}
/*# sourceMappingURL=style_en.css.map */