.w100p {
  width: 100% !important;
}

.m {
  display: none;
}

.pc {
  display: block;
}

button {
  outline: none;
  background: none;
  border: none;
  padding: 0;
}

.inner1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.inner1800 {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}

.inner1660 {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  position: relative;
}

.inner1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexBox.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexBox.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flexBox.just-bet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexBox.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flexBox.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexBox.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* logo */
/*
.cls-1 {
	fill: #54afb5;
}

.cls-2 {
	fill: #193b6b;
}

.cls-3 {
	fill: #e6634d;
}
*/
header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 9999;
  position: fixed;
  overflow: hidden;
  height: 85px;
  width: 100%;
  left: 0;
  top: 0;
}

header,
header * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .logo svg {
  width: 157px;
  height: 40px;
}

header .logo path,
header .logo .cls-1,
header .logo .cls-2,
header .logo .cls-3 {
  fill: #fff;
}

header .logo,
header .lang {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
}

header nav {
  -webkit-box-flex: 75%;
      -ms-flex: 75%;
          flex: 75%;
}

header nav .m_top {
  display: none;
}

header nav .depth1 > li {
  position: relative;
  z-index: 3;
}

header nav .depth1 > li > a {
  color: #fff;
  display: block;
  padding: 30px 33px;
  font-weight: 500;
  font-family: "S-CoreDream-5Medium";
  font-size: 1.125rem;
}

header nav .depth1 > li:after {
  content: "";
  width: 0;
  z-index: 10;
  height: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #1b4f91;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2px;
}

header nav .depth1 > li.on:after {
  width: 50px;
}

header nav .depth2 {
  padding-top: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  text-align: center;
  z-index: 2;
}

header nav .depth2 li:not(:last-child) {
  margin-bottom: 22px;
}

header nav .depth2 li a {
  font-size: 0.9375rem;
  color: #777;
}

header nav .depth2 li a:hover {
  color: #1b4f91;
  font-weight: 500;
}

header .lang {
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

header .lang a {
  color: #fff;
  font-size: 1.25rem;
}

header .lang a .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 4px;
}

header.on, header.hover {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

header.on .logo svg path, header.hover .logo svg path {
  fill: #000;
}

header.on .logo svg .cls-1, header.hover .logo svg .cls-1 {
  fill: #54afb5;
}

header.on .logo svg .cls-2, header.hover .logo svg .cls-2 {
  fill: #193b6b;
}

header.on .logo svg .cls-3, header.hover .logo svg .cls-3 {
  fill: #e6634d;
}

header.on nav .depth1 > li > a, header.hover nav .depth1 > li > a {
  color: #222;
}

header.on .lang a, header.hover .lang a {
  color: #666;
}

header.on .lang a .triangle, header.hover .lang a .triangle {
  border-color: #1b4f91 transparent transparent transparent;
}

header.hover {
  height: 445px;
}

header .m_menu {
  display: none;
}

header .gnbBg {
  overflow: hidden;
  background: #f4f4f4;
  height: 360px;
  position: absolute;
  top: 85px;
  width: 100%;
}

header .gnbBg svg {
  width: 529px;
  position: absolute;
  left: 28px;
  bottom: -35px;
  height: 136px;
}

header .gnbBg svg path,
header .gnbBg svg .cls-1,
header .gnbBg svg .cls-2,
header .gnbBg svg .cls-3 {
  fill: #e1e1e1;
}

/* footer*/
footer {
  font-size: 0.9375rem;
  background: #161c23;
  padding: 50px 0;
  color: #fff;
}

footer svg {
  width: 163px;
  height: 42px;
}

footer svg .cls-1,
footer svg .cls-2,
footer svg .cls-3 {
  fill: #fff;
}

footer .txtBox {
  color: rgba(255, 255, 255, 0.3);
  margin-top: 26px;
  line-height: 1.6;
}

footer .txtBox img {
  margin-right: 8px;
  vertical-align: middle;
}

footer .txtBox .contact {
  margin-top: 4px;
}

footer .txtBox .contact p:not(:last-child) {
  margin-right: 40px;
}

footer .txtBox .contact p:last-child {
  font-family: "Poppins", sans-serif;
}

footer .links .menu a {
  font-size: 1.125rem;
  color: #fff;
  opacity: 0.2;
}

footer .links .menu li:not(:last-child) {
  margin-right: 24px;
}

footer .links .menu li.on a {
  opacity: 1;
}
footer .links .menu li.on.color a {
  color:#1b4f91;
  font-weight: 600;
}
footer .links .familySite {
  margin-top: 40px;
  position: relative;
  width: 280px;
}

footer .links .familySite button {
  border: none;
  cursor: pointer;
  background: none;
  width: 100%;
  border-bottom: 2px solid #8b8e91;
  height: 46px;
  color: #fff;
  opacity: 0.5;
  font-size: 1.125rem;
  text-align: left;
  font-family: "Poppins", sans-serif;
  position: relative;
}

footer .links .familySite button:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8bbbc;
  display: block;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transform-origin: left;
          transform-origin: left;
}

footer .links .familySite ul {
  border: 1px solid #8b8e91;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  border-top: none;
  z-index: 10;
  display: none;
}

footer .links .familySite ul li {
  border-bottom: 1px solid #8b8e91;
}

footer .links .familySite ul li:last-child {
  border: none;
}

footer .links .familySite ul li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  opacity: 0.5;
}

footer .links .familySite ul li a:hover {
  background: #1b4f91;
  opacity: 1;
}

footer .copy {
  opacity: 0.3;
  margin-top: 30px;
}
