@charset "UTF-8";
#wrap {
  width: 100%;
  position: relative;
  max-width: 256rem;
  min-width: 28rem;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 0 2rem;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 320px) and (max-width: 690px) {
  #header {
    position: absolute;
    padding: 0 2rem 1rem 0;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #header {
    position: absolute;
    padding: 0 2rem 1rem 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #header {
    position: absolute;
    padding: 0 2rem 1rem 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #header {
    position: absolute;
    padding: 0 2rem 1rem 0;
  }
}

#menuwrap {
  display: flex;
}
#menuwrap .logo {
  padding: 2rem 0 0 0;
  z-index: 9999;
}
@media (min-width: 320px) and (max-width: 690px) {
  #menuwrap .logo {
    padding: 1rem 0 0 2rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #menuwrap .logo {
    padding: 2rem 0 0 2rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #menuwrap .logo {
    padding: 2rem 0 0 2rem;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #menuwrap .logo img {
    width: 13rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #menuwrap .logo img {
    width: 13rem;
  }
}

#navigation_pc {
  width: 100%;
}
#navigation_pc > ul {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  margin-left: -25rem;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #navigation_pc > ul {
    margin-left: -35rem;
  }
}
#navigation_pc > ul li > a {
  font-size: 1.8rem;
  color: #fff;
}
#navigation_pc > ul li > a:after {
  border-bottom: 4px solid #41c6d1 !important;
}
@media (min-width: 320px) and (max-width: 690px) {
  #navigation_pc {
    display: none;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #navigation_pc {
    display: none;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #navigation_pc {
    display: none;
  }
}

.pullDownbg {
  display: none;
  width: 100%;
  height: 35rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}

.header-active {
  background: #fff;
}
.header-active ul li a {
  color: #000 !important;
}
.header-active ul li .pullDown li a {
  color: #999 !important;
}
.header-active ul li .pullDown li a:hover, .header-active ul li .pullDown li a.active {
  color: #fff !important;
}

#header:hover .btnPullDown, #header:focus .btnPullDown, #header:visited .btnPullDown {
  color: #000;
}

#m_header_wrap {
  display: none;
}

.header_menu {
  position: absolute;
  right: 4rem;
  top: 4rem;
}
.header_menu .site_link {
  position: relative;
  display: inline-block;
  border-radius: 30rem;
  background: #2E3664;
  color: #fff;
  height: 4.5rem;
  line-height: 4.5rem;
  padding: 0 4rem 0 2rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .header_menu .site_link {
    display: none;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .header_menu .site_link {
    display: none;
  }
}
.header_menu .site_link:hover {
  text-decoration: none;
  background-color: #1f2449;
}
.header_menu .site_link:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/pages/gw_ie/img/main/icon_link_wh.svg") top right no-repeat;
  background-size: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  top: 0.5rem;
  right: 1rem;
}
.header_menu .site_link svg {
  fill: #fff;
}
.header_menu .header_fullmenu {
  float: right;
  padding: 1rem 2rem;
}
@media (min-width: 280px) and (max-width: 319px) {
  .header_menu .header_fullmenu {
    padding: 0.3rem 2rem;
  }
}
.header_menu .header_fullmenu a.btn_fullmenu {
  display: block;
  width: 29px;
  height: 23px;
  overflow: hidden;
  background: url("/pages/gw_ie/img/main/header_fullmenu.png") top right no-repeat;
}

#navigation {
  display: inline-block;
}
#navigation > li {
  float: left;
  padding: 0 3rem;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #navigation > li {
    padding: 0 1rem;
  }
}
#navigation > li > a {
  display: inline-block;
  padding: 2rem 0;
  position: relative;
  z-index: 9999;
  max-width: 25rem;
}
#navigation > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 30px;
  top: 1rem;
  border-bottom: 4px solid #fff;
  transition: width 0.5s, left 0.5s;
}
#navigation > li > a:hover:after {
  width: 100%;
  left: 0;
  bottom: 2rem;
}
#navigation > li > a:hover {
  font-weight: 700;
  text-decoration: none;
}

#header:hover #navigation_pc li > a, #header:focus #navigation_pc li > a, #header:visited #navigation_pc li > a, #header.active_hover #navigation_pc li > a {
  color: #000;
}
#header:hover #navigation_pc li > a.on, #header:focus #navigation_pc li > a.on, #header:visited #navigation_pc li > a.on, #header.active_hover #navigation_pc li > a.on {
  color: #21a7b7;
}
#header:hover ul > li .pullDown ul > li > a, #header:focus ul > li .pullDown ul > li > a, #header:visited ul > li .pullDown ul > li > a, #header.active_hover ul > li .pullDown ul > li > a {
  color: #999 !important;
}
#header:hover ul > li .pullDown ul > li > a:hover, #header:focus ul > li .pullDown ul > li > a:hover, #header:visited ul > li .pullDown ul > li > a:hover, #header.active_hover ul > li .pullDown ul > li > a:hover {
  color: #fff !important;
}
#header:hover ul > li .pullDown ul > li > a.on, #header:focus ul > li .pullDown ul > li > a.on, #header:visited ul > li .pullDown ul > li > a.on, #header.active_hover ul > li .pullDown ul > li > a.on {
  background-color: #21a7b7;
  width: 100%;
  color: #fff !important;
  text-decoration: none;
}

.pullDown {
  position: absolute;
  top: 10rem;
  z-index: 9999;
}
.pullDown ul {
  float: left;
  margin-left: -2rem;
}
.pullDown ul > li {
  line-height: 25px;
  text-align: left;
}
.pullDown a {
  position: relative;
  display: block;
  padding: 0 2rem;
  color: #666;
  background: none;
  transition: background-color 0.2s ease;
  font-size: 1.5rem !important;
}
.pullDown a.blank span {
  display: inline-block;
  background: url("/pages/gw_ie/img/main/icon_blank_off.png") right center no-repeat;
  padding-right: 4rem;
}
.pullDown a:hover, .pullDown a.active {
  background-color: #21a7b7;
  width: 100%;
  color: #fff !important;
  text-decoration: none;
}
.pullDown a:hover.blank span {
  background: url("/pages/gw_ie/img/main/icon_blank_on.png") right center no-repeat;
}

.header_menu {
  position: absolute;
  top: 2.8rem;
  right: 0;
  z-index: 9999;
}
@media (min-width: 320px) and (max-width: 690px) {
  .header_menu {
    top: 1.8rem;
  }
}
.header_menu .navBtn1 {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
}

.flipX {
  animation: 1.3s anim-flipX ease;
}

@keyframes anim-flipX {
  0% {
    opacity: 1;
    transform: rotateX(180deg);
  }
  50% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
    transform: rotateX(0deg);
  }
  100% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
    transform: rotateX(0deg);
  }
}
/* 모바일메뉴 */
.navigation_mobile_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 999;
  background: #333;
  top: 0;
  left: 0;
  opacity: 0.8;
  display: none;
}

#navigation_mobile {
  position: absolute;
  width: calc(100% - 5.5rem);
  height: 100%;
  min-height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
@media (min-width: 691px) and (max-width: 1399px) {
  #navigation_mobile {
    width: 50%;
  }
}

#navigation_mobile h2 {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

#navigation_mobile #navigation_m > li > a {
  color: #fff;
  font-size: 17px;
  line-height: 55px;
  display: block;
  height: 55px;
  background: #28aebf;
  border-bottom: 1px solid #73cad5;
  padding-left: 20px;
  font-weight: 500;
  position: relative;
}

#navigation_mobile #navigation_m > li > a.on {
  background: #0c8091;
}

/*#navigation_mobile ul > li > a:hover{color:#fff}*/
#navigation_mobile ul > li > a.on {
  background: #1c1f3b;
  font-weight: bold;
  color: #fff;
}

/* #navigation_mobile ul > li > a.on span{font-size:33px} */
#navigation_mobile ul > li > a span {
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: bold;
}

#navigation_mobile li > ul {
  padding-top: 0;
}

#navigation_mobile li > ul > li > a {
  display: block;
  background: #2a2e53;
  line-height: 45px;
  height: 45px;
  font-size: 1.6rem;
  padding-left: 30px;
  border-bottom: 1px solid #51586e;
  color: #fff;
}

#navigation_mobile li > ul > a span {
  right: 30px;
}

#navigation_mobile .btn_close {
  z-index: 9999;
  position: fixed;
  top: 0;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background: #333 url(/pages/gw_ie/img/sub/qrcode_close_btn.png) center center no-repeat;
  left: 1rem;
}
@media (min-width: 691px) and (max-width: 1399px) {
  #navigation_mobile .btn_close {
    left: calc(50% - 4.5rem);
  }
}

.navigation_top {
  background: #f8f8f8;
  overflow: hidden;
  padding: 12px;
}

.navigation_top .site_link {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  background: #2E3664;
  border-radius: 30rem;
  color: #fff;
  height: 4rem;
  line-height: 4rem;
  padding: 0 3rem 0 2rem;
}
.navigation_top .site_link:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/pages/gw_ie/img/main/icon_link_wh.svg") top right no-repeat;
  background-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.3rem;
  right: 1.2rem;
}

.navigation_top ul {
  margin-top: 10px;
}

.navigation_top ul li {
  float: left;
  padding-right: 0.4rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .navigation_top ul li {
    margin-bottom: 0.5rem;
  }
}

.navigation_top ul li img {
  width: 24px;
  cursor: pointer;
}

.navigation_top ul li a {
  color: #666;
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 0 1rem;
  height: 3.5rem;
  line-height: 3.3rem;
}

.navigation_top ul li a:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
  border: 1px solid #666;
}

/* 언어선택 */
.header_menu .language_box {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 0.5rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .header_menu .language_box {
    margin-right: 0;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .header_menu .language_box {
    display: none;
  }
}

.header_menu .language_box ul li {
  display: block;
  float: none;
}

.header_menu .language_box button {
  position: relative;
  float: left;
  color: #fff;
  min-width: 14rem;
  border: none;
  height: 4.5rem;
  overflow: hidden;
  margin: 0 0 0 2.5rem;
  background: #666 url(/pages/gw_ie/img/main/main-select-icon2.png) right center no-repeat;
  border-radius: 30rem;
  top: 0;
  cursor: pointer;
  text-align: left;
  padding: 0 0 0 3.8rem;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 690px) {
  .header_menu .language_box button {
    font-size: 1.3rem;
    min-width: auto;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .header_menu .language_box button {
    font-size: 1.3rem;
    min-width: auto;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  .header_menu .language_box button {
    padding: 0 3rem 0 1rem;
  }
}

.header_menu .language_box button:before {
  content: "";
  display: block;
  height: 45px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/pages/gw_ie/img/main/language_icon.png) center center no-repeat;
}
@media (min-width: 320px) and (max-width: 690px) {
  .header_menu .language_box button:before {
    background: none;
  }
}

.header_menu .language_box ul {
  display: none;
  position: absolute;
  top: 4.8rem;
  right: 0;
  width: 14rem;
  border-radius: 0.8rem;
  background: #eee;
  z-index: 1;
  overflow: hidden;
  padding: 0.5rem 0;
}

.header_menu .language_box ul li a {
  display: block !important;
  color: #666;
  width: 100%;
  font-size: 1.3rem;
  padding: 0 2rem;
  font-weight: 400;
  text-align: left;
  line-height: 23px !important;
  letter-spacing: 0;
}

.header_menu .language_box ul li a:hover {
  background: #ababab;
  color: #fff;
  text-decoration: none;
}

/*비주얼*/
#container {
  position: relative;
}

#visual {
  width: 100%;
  height: 100vh;
  background: url("/pages/gw_ie/img/main/visual_bg.gif") center top no-repeat;
  background-size: cover;
}
#visual .visual ul li .inner_img {
  color: #fff;
  padding: 15% 0 0 0;
  width: 100%;
  height: 100vh;
  background-position: right bottom !important;
}
@media (min-width: 320px) and (max-width: 690px) {
  #visual .visual ul li .inner_img {
    background-size: 150% !important;
    padding: 42% 0 0 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #visual .visual ul li .inner_img {
    background-size: 150% !important;
    padding: 48% 0 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #visual .visual ul li .inner_img {
    background-size: 150% !important;
    padding: 42% 0 0 7rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #visual .visual ul li .inner_img {
    background-size: 100% !important;
    padding: 25% 0 0 5rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #visual .visual ul li .inner_img {
    background-size: 100% !important;
    padding: 23% 0 0 12rem;
  }
}
#visual .visual ul li .inner_txt p {
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #visual .visual ul li .inner_txt p {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #visual .visual ul li .inner_txt p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #visual .visual ul li .inner_txt p {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
}
#visual .visual ul li .inner_txt h3 {
  font-size: 5rem;
  line-height: 6.5rem;
  font-family: "NEXONFootball";
  font-weight: 100;
  letter-spacing: -0.2rem;
  letter-spacing: -0.37rem;
  white-space: normal;
  width: 45.4%;
  display: block;
}
@media (min-width: 320px) and (max-width: 690px) {
  #visual .visual ul li .inner_txt h3 {
    font-size: 3.5rem;
    line-height: 4.8rem;
    width: 74%;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #visual .visual ul li .inner_txt h3 {
    font-size: 3rem;
    line-height: 4rem;
    width: 74%;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #visual .visual ul li .inner_txt h3 {
    font-size: 4.5rem;
    line-height: 5.5rem;
    width: 74%;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #visual .visual ul li .inner_txt h3 {
    font-size: 4.5rem;
    width: 54%;
    letter-spacing: -0.05rem;
  }
}
#visual .inner_img1 {
  background: url("/pages/gw_ie/img/main/visual1.png") right 15rem no-repeat;
  width: 100%;
  height: 100%;
}

.quick_menu {
  position: fixed;
  top: 32rem;
  left: 4rem;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 690px) {
  .quick_menu {
    display: none;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .quick_menu {
    display: none;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .quick_menu {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .quick_menu {
    left: 0;
  }
}
.quick_menu .quick_list {
  position: relative;
  padding-left: 2rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .quick_menu .quick_list {
    padding-left: 0;
  }
}
.quick_menu .quick_list:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/pages/gw_ie/img/main/quick_dot.png") 0.1rem 1rem no-repeat;
  width: 1rem;
  height: 100%;
}
.quick_menu .quick_list a {
  display: block;
  color: #eee;
  padding: 3rem 0;
  position: relative;
}
.quick_menu .quick_list a:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid #eee;
}
.quick_menu .quick_list a > span {
  display: none;
}
.quick_menu .quick_list a:hover:after, .quick_menu .quick_list a.on:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #eee;
  border-radius: 50%;
  left: -0.6rem;
  top: -0.5rem;
}
.quick_menu .quick_list a.on span {
  display: inline-block;
  background: #FFBB00;
  color: #000;
  padding: 0.7rem 1rem;
  font-size: 1.3rem;
  position: absolute;
  top: -1rem;
  left: 2rem;
}

.quick_menu .quick_list.active_a a:before {
  background: #999;
  border: 1px solid #999;
}

.quick_menu .quick_list.active_a a.on:after {
  border: 1px solid #999;
}

.quick_menu .quick_list.active_a:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/pages/gw_ie/img/main/quick_dot2.png") 0.1rem 1rem no-repeat;
}

.quick_menu .quick_list.active_b a:before {
  background: #170808;
  border: 1px solid #453535;
}

.quick_menu .quick_list.active_b a.on:after {
  border: 1px solid #7b6262;
}

.control_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control_btn {
    left: 3rem;
    width: 18rem;
    height: 5.5rem;
    bottom: 0;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .control_btn {
    left: 3rem;
    width: 18rem;
    height: 5.5rem;
    bottom: 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .control_btn {
    left: 3rem;
    width: 20rem;
    height: 5.5rem;
    bottom: 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .control_btn {
    left: 5rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .control_btn {
    left: 0;
    bottom: 0;
  }
}
.control {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 8rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control {
    height: 5.5rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .control {
    height: 5.5rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .control {
    height: 5.5rem;
  }
}
.control > li {
  float: left;
  font-weight: 900;
}
.control > li.num {
  line-height: 3.2rem;
  padding: 0 2rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control > li.num {
    font-size: 1.2rem;
    padding: 0;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .control > li.num {
    font-size: 1.2rem;
    padding: 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .control > li.num {
    font-size: 1.2rem;
    padding: 0;
  }
}
.control > li.num span.now {
  color: #000;
}
.control > li > a {
  display: block;
  float: left;
}
.control > li > a.btn_arrow {
  background: url("/pages/gw_ie/img/main/icon_arrow_prev.png") 50% 50% no-repeat;
  width: 5.5rem;
  height: 0.8rem;
  padding: 1.5rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control > li > a.btn_arrow {
    background-size: 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .control > li > a.btn_arrow {
    background-size: 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .control > li > a.btn_arrow {
    background-size: 3rem;
  }
}
.control > li > a.btn_next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.control > li > a.btn_play {
  background: url("/pages/gw_ie/img/main/icon_arrow_play.png") 50% 50% no-repeat;
  width: 1.1rem;
  height: 1.5rem;
  margin: 0.2rem 0 0 1.3rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control > li > a.btn_play {
    margin: 0;
  }
}
.control > li > a.btn_stop {
  background: url("/pages/gw_ie/img/main/icon_arrow_stop.png") 50% 50% no-repeat;
  width: 1.2rem;
  height: 1.4rem;
  margin: 0.2rem 0 0 1.3rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control > li > a.btn_stop {
    margin: 0;
  }
}

.control_btn_pop {
  position: absolute;
  top: 0;
  right: 0;
}
.control_btn_pop .control {
  height: auto;
}

.sec {
  width: 1250px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 320px) and (max-width: 690px) {
  .sec {
    width: 100%;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .sec {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .sec {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .sec {
    width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .sec {
    width: 100%;
  }
}

.main_title p {
  font-size: 1.4rem;
  color: #999;
  font-weight: bold;
  position: relative;
}
.main_title p:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.01rem;
  height: 7rem;
  background: #fff;
  transform: rotate(70deg);
  top: -5.5rem;
  left: 2rem;
  opacity: 0.4;
}
.main_title dt {
  font-size: 1.6rem;
  color: #999;
  padding: 2rem 0 0 0;
  font-weight: 400;
  line-height: 2.8rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .main_title dt {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .main_title dt {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
.main_title dd {
  font-family: "NEXONFootball";
  font-weight: 100;
  letter-spacing: -0.2rem;
  font-size: 5rem;
  color: #000;
  line-height: 6rem;
  letter-spacing: 0;
}
@media (min-width: 320px) and (max-width: 690px) {
  .main_title dd {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  .main_title dd {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .main_title dd {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}

.main_title2 {
  position: relative;
}
.main_title2 h3 {
  font-size: 1.6rem;
  color: #fff;
  padding-bottom: 1.5rem;
  font-weight: bold;
}
.main_title2 a.btn_more {
  background: url("/pages/gw_ie/img/main/icon_bn_more_wh.png") right center no-repeat;
  width: 6.5rem;
  height: 3.5rem;
  display: block;
  position: absolute;
  top: -1rem;
  right: 0;
}

/*about us*/
#about_us {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us {
    padding: 0 7rem;
  }
}
#about_us .about_us_wrap {
  display: table-cell;
  vertical-align: middle;
}
#about_us .main_title {
  padding: 0 0 5rem 0;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .main_title {
    padding: 0 0 2rem 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .main_title {
    padding: 0 0 2rem 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .main_title {
    padding: 0 0 2rem 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .main_title {
    padding: 0 0 2rem 5rem;
  }
}
#about_us .main_title p:before {
  background: #ccc;
}
#about_us .about_banner {
  display: flex;
  max-width: 1550px;
  margin: 0 auto;
  min-height: 54.6rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner {
    flex-wrap: wrap;
    padding: 0 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner {
    flex-wrap: wrap;
    padding: 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner {
    flex-wrap: wrap;
    padding: 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner {
    padding: 0 5rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner {
    max-width: 100%;
  }
}
#about_us .about_banner a {
  padding: 0 0 0 3rem;
  margin: 0 0 0 1rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner a {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner a {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner a {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner a {
    margin: 0;
    width: 20%;
  }
}
#about_us .about_banner a div {
  padding: 7rem 0 0 3rem;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner a div {
    padding: 7rem 0 0 2rem;
  }
}
#about_us .about_banner a:nth-child(2n) {
  margin-top: -4rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner a:nth-child(2n) {
    margin: 0;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner a:nth-child(2n) {
    margin: 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner a:nth-child(2n) {
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner a .bn1 {
    background-color: #9da7c4 !important;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner a .bn1 {
    background-color: #9da7c4 !important;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner a .bn1 {
    background-color: #9da7c4 !important;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner a .bn2 {
    background-color: #5486bf !important;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner a .bn2 {
    background-color: #5486bf !important;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner a .bn2 {
    background-color: #5486bf !important;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner a .bn3 {
    background-color: #00b2d8 !important;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner a .bn3 {
    background-color: #00b2d8 !important;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner a .bn3 {
    background-color: #00b2d8 !important;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner a .bn4 {
    background-color: #0082d8 !important;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner a .bn4 {
    background-color: #0082d8 !important;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner a .bn4 {
    background-color: #0082d8 !important;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner a .bn5 {
    background-color: #21284e !important;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner a .bn5 {
    background-color: #21284e !important;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner a .bn5 {
    background-color: #21284e !important;
  }
}
#about_us .about_banner a:hover {
  text-decoration: none;
}
#about_us .about_banner h3 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.4rem;
  height: 4rem;
  padding-bottom: 3rem;
  width: 58%;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner h3 {
    font-size: 2rem;
    line-height: 11rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner h3 {
    font-size: 1.8rem;
    line-height: 11rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner h3 {
    font-size: 2rem;
    line-height: 14rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner h3 {
    width: 77%;
  }
}
#about_us .about_banner p.txt {
  font-size: 1.8rem;
  color: #222;
  height: 6rem;
  line-height: 3rem;
  margin-top: 25rem;
  overflow: hidden;
  width: 80%;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner p.txt {
    display: none;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner p.txt {
    display: none;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner p.txt {
    display: none;
  }
}
#about_us .about_banner span.btn_more {
  color: #666;
  position: relative;
  display: block;
  margin-top: 1rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner span.btn_more {
    display: none;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner span.btn_more {
    display: none;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner span.btn_more {
    display: none;
  }
}
#about_us .about_banner span.btn_more:after {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  top: -0.4rem;
  background: url("/pages/gw_ie/img/main/icon_bn_more.png") right center no-repeat;
  padding: 0;
  width: 4.2rem;
  height: 2.2rem;
}
#about_us .about_banner .bn1 {
  width: 290px;
  height: 350px;
  background: url("/pages/gw_ie/img/main/bn1.png") no-repeat;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner .bn1 {
    width: 100%;
    height: 11rem;
    background-size: 15rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner .bn1 {
    width: 100%;
    height: 11rem;
    background-size: 15rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner .bn1 {
    width: 100%;
    height: 13rem;
    background-size: 20rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner .bn1 {
    width: 100%;
  }
}
#about_us .about_banner .bn1:hover {
  width: 29rem;
  height: 54.5rem;
  background: url("/pages/gw_ie/img/main/bn1_on.png") no-repeat;
  border: 4px solid #FFBB00;
}
#about_us .about_banner .bn1:hover p.txt {
  color: #fff;
}
#about_us .about_banner .bn1:hover span.btn_more {
  color: #fff;
}
#about_us .about_banner .bn1:hover span.btn_more:after {
  background: url("/pages/gw_ie/img/main/icon_bn_more_wh.png") right center no-repeat !important;
  background-size: 4.2rem !important;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner .bn1:hover {
    background: url("/pages/gw_ie/img/main/bn1.png") right bottom no-repeat;
    height: 11rem;
    border: none;
    width: 100%;
    background-size: 15rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner .bn1:hover {
    background: url("/pages/gw_ie/img/main/bn1.png") right bottom no-repeat;
    height: 11rem;
    border: none;
    width: 100%;
    background-size: 15rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner .bn1:hover {
    background: url("/pages/gw_ie/img/main/bn1.png") right bottom no-repeat;
    height: 13rem;
    border: none;
    width: 100%;
    background-size: 20rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner .bn1:hover {
    width: 100%;
  }
}
#about_us .about_banner .bn1:hover p.txt {
  margin-top: 20rem;
}
#about_us .about_banner .bn2 {
  width: 290px;
  height: 350px;
  background: url("/pages/gw_ie/img/main/bn2.png") no-repeat;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner .bn2 {
    width: 100%;
    height: 11rem;
    background-size: 15rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner .bn2 {
    width: 100%;
    height: 11rem;
    background-size: 15rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner .bn2 {
    width: 100%;
    height: 13rem;
    background-size: 20rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner .bn2 {
    width: 100%;
  }
}
#about_us .about_banner .bn2:hover {
  width: 29rem;
  height: 54.5rem;
  background: url("/pages/gw_ie/img/main/bn2_on.png") no-repeat;
  border: 4px solid #FFBB00;
}
#about_us .about_banner .bn2:hover p.txt {
  color: #fff;
}
#about_us .about_banner .bn2:hover span.btn_more {
  color: #fff;
}
#about_us .about_banner .bn2:hover span.btn_more:after {
  background: url("/pages/gw_ie/img/main/icon_bn_more_wh.png") right center no-repeat !important;
  background-size: 4.2rem !important;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner .bn2:hover {
    background: url("/pages/gw_ie/img/main/bn2.png") right bottom no-repeat;
    height: 11rem;
    border: none;
    width: 100%;
    background-size: 15rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner .bn2:hover {
    background: url("/pages/gw_ie/img/main/bn2.png") right bottom no-repeat;
    height: 11rem;
    border: none;
    width: 100%;
    background-size: 15rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner .bn2:hover {
    background: url("/pages/gw_ie/img/main/bn2.png") right bottom no-repeat;
    height: 13rem;
    border: none;
    width: 100%;
    background-size: 20rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner .bn2:hover {
    width: 100%;
  }
}
#about_us .about_banner .bn2:hover p.txt {
  margin-top: 20rem;
}
#about_us .about_banner .bn3 {
  width: 290px;
  height: 350px;
  background: url("/pages/gw_ie/img/main/bn3.png") no-repeat;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner .bn3 {
    width: 100%;
    height: 11rem;
    background-size: 15rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner .bn3 {
    width: 100%;
    height: 11rem;
    background-size: 15rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner .bn3 {
    width: 100%;
    height: 13rem;
    background-size: 20rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner .bn3 {
    width: 100%;
  }
}
#about_us .about_banner .bn3:hover {
  width: 29rem;
  height: 54.5rem;
  background: url("/pages/gw_ie/img/main/bn3_on.png") no-repeat;
  border: 4px solid #FFBB00;
}
#about_us .about_banner .bn3:hover p.txt {
  color: #fff;
}
#about_us .about_banner .bn3:hover span.btn_more {
  color: #fff;
}
#about_us .about_banner .bn3:hover span.btn_more:after {
  background: url("/pages/gw_ie/img/main/icon_bn_more_wh.png") right center no-repeat !important;
  background-size: 4.2rem !important;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner .bn3:hover {
    background: url("/pages/gw_ie/img/main/bn3.png") right bottom no-repeat;
    height: 11rem;
    border: none;
    width: 100%;
    background-size: 15rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner .bn3:hover {
    background: url("/pages/gw_ie/img/main/bn3.png") right bottom no-repeat;
    height: 11rem;
    border: none;
    width: 100%;
    background-size: 15rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner .bn3:hover {
    background: url("/pages/gw_ie/img/main/bn3.png") right bottom no-repeat;
    height: 13rem;
    border: none;
    width: 100%;
    background-size: 20rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner .bn3:hover {
    width: 100%;
  }
}
#about_us .about_banner .bn3:hover p.txt {
  margin-top: 20rem;
}
#about_us .about_banner .bn4 {
  width: 290px;
  height: 350px;
  background: url("/pages/gw_ie/img/main/bn4.png") no-repeat;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner .bn4 {
    width: 100%;
    height: 11rem;
    background-size: 15rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner .bn4 {
    width: 100%;
    height: 11rem;
    background-size: 15rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner .bn4 {
    width: 100%;
    height: 13rem;
    background-size: 20rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner .bn4 {
    width: 100%;
  }
}
#about_us .about_banner .bn4:hover {
  width: 29rem;
  height: 54.5rem;
  background: url("/pages/gw_ie/img/main/bn4_on.png") no-repeat;
  border: 4px solid #FFBB00;
}
#about_us .about_banner .bn4:hover p.txt {
  color: #fff;
}
#about_us .about_banner .bn4:hover span.btn_more {
  color: #fff;
}
#about_us .about_banner .bn4:hover span.btn_more:after {
  background: url("/pages/gw_ie/img/main/icon_bn_more_wh.png") right center no-repeat !important;
  background-size: 4.2rem !important;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner .bn4:hover {
    background: url("/pages/gw_ie/img/main/bn4.png") right bottom no-repeat;
    height: 11rem;
    border: none;
    width: 100%;
    background-size: 15rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner .bn4:hover {
    background: url("/pages/gw_ie/img/main/bn4.png") right bottom no-repeat;
    height: 11rem;
    border: none;
    width: 100%;
    background-size: 15rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner .bn4:hover {
    background: url("/pages/gw_ie/img/main/bn4.png") right bottom no-repeat;
    height: 13rem;
    border: none;
    width: 100%;
    background-size: 20rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner .bn4:hover {
    width: 100%;
  }
}
#about_us .about_banner .bn4:hover p.txt {
  margin-top: 20rem;
}
#about_us .about_banner .bn5 {
  width: 290px;
  height: 350px;
  background: url("/pages/gw_ie/img/main/bn5.png") no-repeat;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner .bn5 {
    width: 100%;
    height: 11rem;
    background-size: 15rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner .bn5 {
    width: 100%;
    height: 11rem;
    background-size: 15rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner .bn5 {
    width: 100%;
    height: 13rem;
    background-size: 20rem;
    background-position: right bottom;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner .bn5 {
    width: 100%;
  }
}
#about_us .about_banner .bn5:hover {
  width: 29rem;
  height: 54.5rem;
  background: url("/pages/gw_ie/img/main/bn5_on.png") no-repeat;
  border: 4px solid #FFBB00;
}
#about_us .about_banner .bn5:hover p.txt {
  color: #fff;
}
#about_us .about_banner .bn5:hover span.btn_more {
  color: #fff;
}
#about_us .about_banner .bn5:hover span.btn_more:after {
  background: url("/pages/gw_ie/img/main/icon_bn_more_wh.png") right center no-repeat !important;
  background-size: 4.2rem !important;
}
@media (min-width: 320px) and (max-width: 690px) {
  #about_us .about_banner .bn5:hover {
    background: url("/pages/gw_ie/img/main/bn5.png") right bottom no-repeat;
    height: 11rem;
    border: none;
    width: 100%;
    background-size: 15rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #about_us .about_banner .bn5:hover {
    background: url("/pages/gw_ie/img/main/bn5.png") right bottom no-repeat;
    height: 11rem;
    border: none;
    width: 100%;
    background-size: 15rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #about_us .about_banner .bn5:hover {
    background: url("/pages/gw_ie/img/main/bn5.png") right bottom no-repeat;
    height: 13rem;
    border: none;
    width: 100%;
    background-size: 20rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #about_us .about_banner .bn5:hover {
    width: 100%;
  }
}
#about_us .about_banner .bn5:hover p.txt {
  margin-top: 20rem;
}

/*hot news*/
#news {
  width: 100%;
  height: 100vh;
  display: table;
  table-layout: fixed;
  background: #21284e url("/pages/gw_ie/img/main/news_bg.gif") center top no-repeat;
  background-size: cover;
}
#news .hot_news_wrap {
  display: table-cell;
  vertical-align: middle;
}
#news .news_wrap {
  display: flex;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .news_wrap {
    flex-wrap: wrap;
    padding: 0 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #news .news_wrap {
    flex-wrap: wrap;
    padding: 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #news .news_wrap {
    flex-wrap: wrap;
    padding: 0 5rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #news .news_wrap {
    padding: 0 7rem;
  }
}
#news .news_wrap .notice {
  padding: 0 7.5rem 0 0; width:50%;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .news_wrap .notice {
    padding: 0;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #news .news_wrap .notice {
    padding: 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #news .news_wrap .notice {
    padding: 0;
  }
}
#news .news_wrap .notice dl {
  color: #fff;
  padding: 1rem 0 2rem 0;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .news_wrap .notice dl {
    display: none;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #news .news_wrap .notice dl {
    display: none;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #news .news_wrap .notice dl {
    display: none;
  }
}
#news .news_wrap .notice dl dt {
  font-size: 2.1rem;
  padding-bottom: 1rem;
  font-weight: 300;
}
#news .news_wrap .notice dl dd.con {
  padding-bottom: 2rem;
  line-height: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
      white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    display: block;
	text-overflow: ellipsis;
}
#news .news_wrap .notice dl dd.date {
  font-size: 1.3rem;
  color: #18C5AD;
}
#news .news_wrap .notice ul {
  position: relative;
  width: 100%;
}
#news .news_wrap .notice ul li {
  width: 100%;
  border-bottom: 1px solid #656e8e;
  position: relative;
}
#news .news_wrap .notice ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: #18c5ad;
  top: 1.4rem;
}
#news .news_wrap .notice ul li a {
  color: #fff;
  line-height: 3.3rem;
  padding-left: 2rem;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .news_wrap .notice ul li a {
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    line-height: 3.5rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #news .news_wrap .notice ul li a {
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    line-height: 3.5rem;
  }
}
#news .news_wrap .notice ul li a span.date {
  font-size: 1.3rem;
  color: #18C5AD;
  position: absolute;
  right: 0;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news #media {
    margin-top: 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #news #media {
    margin-top: 3rem;
  }
}
#news .main_title {
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .main_title {
    padding-bottom: 1rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #news .main_title {
    padding-bottom: 2rem;
  }
}
#news .main_title p, #news .main_title dt, #news .main_title dd {
  color: #fff !important;
}
#news .main_title p:before {
  left: 50%;
}
#news .main_title dd {
  position: relative;
  width: 40rem;
  margin: 0 auto;
}
@media (min-width: 280px) and (max-width: 319px) {
  #news .main_title dd {
    width: 100%;
  }
}
#news .main_title dd span {
  padding-left: 5.3rem;
}
#news .main_title dd:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/pages/gw_ie/img/main/icon_news.png") center center no-repeat;
  width: 8rem;
  height: 5.9rem;
  top: -0.8rem;
  left: 50%;
  margin-left: -5rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .main_title dd:before {
    top: -0.8rem;
    left: 50%;
    background-size: 6rem;
    margin-left: -5.3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #news .main_title dd:before {
    top: -1.3rem;
    left: 50%;
    background-size: 5rem;
    margin-left: -5.3rem;
  }
}

@media (min-width: 691px) and (max-width: 1399px) {
  #media {
    margin-top: 4rem;
  }
}
#media .media_area {
  width: 100%;
  height: 34.8rem;
  background: #000;
}
@media (min-width: 320px) and (max-width: 690px) {
  #media .media_area {
    height: 22.5rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #media .media_area {
    height: 22.5rem;
  }
}

/*program*/
#program {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #DCEBF3;
  background-size: contain;
  display: table;
  table-layout: fixed;
  overflow: hidden;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #program {
    padding: 0 7rem;
  }
}
#program .program_box_wrap {
  display: table-cell;
}
#program .program_box_wrap .control {
  justify-content: flex-start;
  margin: 3rem 0 0 5rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .program_box_wrap .control {
    margin: 0;
    justify-content: center;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .program_box_wrap .control {
    margin: 0;
    justify-content: center;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .program_box_wrap .control {
    margin: 0;
    justify-content: center;
  }
}
#program .program_box_wrap .control_btn {
  left: 50%;
  margin-left: -62.5rem;
  bottom: 0;
  width: 90rem;
  height: 25rem;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .program_box_wrap .control_btn {
    width: 18rem;
    height: 5.5rem;
    z-index: 99;
    margin-left: 0;
    left: 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .program_box_wrap .control_btn {
    width: 18rem;
    height: 5.5rem;
    z-index: 99;
    margin-left: 0;
    left: 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .program_box_wrap .control_btn {
    width: 18rem;
    height: 5.5rem;
    z-index: 99;
    margin-left: 0;
    left: 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .program_box_wrap .control_btn {
    left: 5rem;
  }
}
#program .main_title {
  margin-top: 33rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .main_title dt {
    color: #ccc;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .main_title dt {
    color: #ccc;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .main_title dt {
    color: #ccc;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .main_title dd {
    color: #fff;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .main_title dd {
    color: #fff;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .main_title dd {
    color: #fff;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .main_title {
    position: absolute;
    top: 0;
    left: 3rem;
    z-index: 999;
    margin-top: 14vh;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .main_title {
    position: absolute;
    top: 0;
    left: 3rem;
    z-index: 999;
    margin-top: 12vh;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .main_title {
    position: absolute;
    top: 0;
    left: 5rem;
    z-index: 999;
    margin-top: 18vh;
  }
}
@media (min-width: 691px) and (max-width: 1399px) and (min-width: 691px) and (max-width: 1399px) {
  #program .main_title {
    margin-top: 15vh;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .main_title p:before {
    background: #b7ccd7;
  }
}
#program .program_wrap {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/pages/gw_ie/img/main/bg_program_r.png") center top no-repeat;
  width: 124rem;
  height: 94.7rem;
  color: #fff;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .program_wrap {
    width: 100%;
    background: url("/pages/gw_ie/img/main/bg_program_r_m.png") center top no-repeat;
    height: 100%;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .program_wrap {
    width: 100%;
    background: url("/pages/gw_ie/img/main/bg_program_r_m.png") center top no-repeat;
    height: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .program_wrap {
    width: 100%;
    background: url("/pages/gw_ie/img/main/bg_program_r_m.png") center top no-repeat;
    height: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .program_wrap {
    background-size: cover;
    overflow: hidden;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #program .program_wrap {
    width: 99rem;
  }
}
#program .program_wrap .prog1 {
  background: url("/pages/gw_ie/img/main/prog_img1.png") center right no-repeat;
}
#program .program_wrap .prog2 {
  background: url("/pages/gw_ie/img/main/prog_img2.png") center right no-repeat;
}
#program .program_wrap .prog_txt {
  position: absolute;
  top: 38rem;
  left: 15rem;
  width: 100rem;
  height: 42rem;
  background-size: contain;
  background-position: right 0;
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .program_wrap .prog_txt {
    width: 100%;
    top: 34vh;
    left: 0;
    padding: 0 3rem;
    background-size: 21rem;
    background-position: 86% 50%;
    height: 100%;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .program_wrap .prog_txt {
    width: 100%;
    top: 30vh;
    left: 0;
    padding: 0 3rem;
    background-size: 15rem;
    background-position: 86% 50%;
    height: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .program_wrap .prog_txt {
    width: 100%;
    top: 37vh;
    left: 0;
    padding: 0 5rem;
    background-size: 45rem;
    background-position: 86% 50%;
    height: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .program_wrap .prog_txt {
    top: 35vh;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #program .program_wrap .prog_txt {
    width: 100%;
    top: 37vh;
    left: 0;
    padding: 0 5rem;
    background-size: 40rem;
  }
}
#program .program_wrap .prog_txt h3 {
  font-size: 4rem;
  font-family: "NEXONFootball";
  font-weight: 100;
  letter-spacing: -0.2rem;
  padding-bottom: 1rem;
  width: 60%;
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .program_wrap .prog_txt h3 {
    font-size: 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .program_wrap .prog_txt h3 {
    font-size: 3rem;
    width: 65%;
  }
}
#program .program_wrap .prog_txt p {
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 100;
  width: 50%;
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .program_wrap .prog_txt p {
    width: 90%;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .program_wrap .prog_txt p {
    width: 90%;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #program .program_wrap .prog_txt p {
    width: 80%;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#program .program_wrap .prog_txt ul {
  margin-top: 4rem;
  width: 50%;
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .program_wrap .prog_txt ul {
    margin-top: 1rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .program_wrap .prog_txt ul {
    margin-top: 1rem;
  }
}
#program .program_wrap .prog_txt ul li a {
  color: #fff;
  display: block;
  border-bottom: 1px solid #777679;
  font-size: 1.6rem;
  padding: 2rem 3rem;
  background: url("/pages/gw_ie/img/main/icon_bn_more_wh.png") 90% center no-repeat;
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .program_wrap .prog_txt ul li a {
    padding: 2rem 0;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #program .program_wrap .prog_txt ul li a {
    padding: 1rem 0;
    background-size: 4rem;
  }
}
#program .program_wrap .prog_txt ul li a:hover {
  border-radius: 30rem;
  border: 4px solid #FFBB00;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 690px) {
  #program .program_wrap .prog_txt ul li a:hover {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #777679 !important;
  }
}

/*student life*/
#student_life {
  width: 100%;
  height: 100vh;
  position: relative;
  display: table;
  table-layout: fixed;
  background: url("/pages/gw_ie/img/main/bg_gallery.png") left top no-repeat;
}
@media (min-width: 320px) and (max-width: 690px) {
  #student_life {
    background-size: contain;
    background-repeat: repeat-y;
    padding: 0 3rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #student_life {
    background-size: contain;
    background-repeat: repeat-y;
    padding: 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #student_life {
    background-size: contain;
    background-repeat: repeat-y;
    padding: 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #student_life {
    padding: 0 5rem;
    background-size: cover;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #student_life {
    background-size: cover;
    padding: 0 7rem;
  }
}
#student_life .student_life_wrap {
  display: table-cell;
  vertical-align: middle;
}
#student_life #student_wrap {
  height: 44rem;
  overflow: hidden;
  margin-left: 33rem;
  width: auto;
}
@media (min-width: 320px) and (max-width: 690px) {
  #student_life #student_wrap {
    height: 34rem;
    margin: 0;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #student_life #student_wrap {
    height: 28rem;
    margin: 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #student_life #student_wrap {
    height: 36rem;
    margin: 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #student_life #student_wrap {
    height: 45rem;
  }
}
#student_life .control_btn {
  left: 50%;
  margin-left: -62.5rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #student_life .control_btn {
    top: auto;
    bottom: 0;
    margin-left: 0;
    left: auto;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #student_life .control_btn {
    top: auto;
    bottom: 0;
    margin-left: 0;
    left: 5rem;
  }
}
#student_life .main_title p {
  color: #fff;
}
#student_life .main_title dt, #student_life .main_title dd {
  color: #fff;
}
#student_life .list {
  align-items: center;
  padding-top: 2rem;
}
#student_life .list .title {
  display: none;
}
#student_life .list .on .title {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-family: "NEXONFootball";
  font-weight: 100;
  letter-spacing: -0.2rem;
  letter-spacing: -0.03rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 45rem;
}
#student_life .list li {
  position: relative;
  padding-right: 2rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #student_life .list li {
    height: 22rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #student_life .list li {
    height: 25rem;
  }
}
#student_life .list li .label {
  position: absolute;
  top: 0;
  left: 0;
  background: #666;
  padding: 0 2rem;
  line-height: 3.8rem;
  color: #fff;
}
#student_life .list li .label1 {
  background: #FFD100;
  color: #000;
}
#student_life .list li .title {
  padding: 1rem 0 0 2rem;
  font-size: 1.7rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}
#student_life .list li > a:hover {
  text-decoration: none;
}

#student_wrap .swiper-wrapper {
  transition-timing-function: ease-out;
  position: relative;
  display: flex;
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: content-box;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 690px) {
  #student_wrap .swiper-wrapper {
    padding-top: 0;
  }
}

#student_wrap .swiper-slide {
  display: inline-block;
  flex-shrink: 0;
}

#student_wrap .swiper-slide > a > span.thumb {
  overflow: hidden;
  width: 330px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 800ms ease;
  background: #000;
}
@media (min-width: 280px) and (max-width: 319px) {
  #student_wrap .swiper-slide > a > span.thumb {
    width: 28rem;
    height: 20rem;
  }
}

#student_wrap .swiper-slide img {
  width: 100%;
}

#student_wrap .swiper-slide-active > a > span.thumb {
  overflow: hidden;
  width: 550px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 690px) {
  #student_wrap .swiper-slide-active > a > span.thumb {
    width: 330px;
    height: 220px;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #student_wrap .swiper-slide-active > a > span.thumb {
    width: 28rem;
    height: 20rem;
  }
}

#student_wrap .swiper-slide-active .label {
  background: #FFD100 !important;
  color: #000 !important;
}

#student_wrap .swiper-slide-active .title {
  display: block !important;
  color: #fff;
  font-size: 2.4rem !important;
  font-family: "NEXONFootball";
  font-weight: 100;
  letter-spacing: -0.2rem;
  font-weight: 100;
  letter-spacing: -0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 45rem;
}

/*footer*/
#footer {
  width: 100%;
  height: 16rem;
  background: #414141;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 690px) {
  #footer {
    height: auto;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #footer {
    height: auto;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #footer {
    height: auto;
  }
}
#footer .footer {
  width: 1250px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer {
    width: 100%;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #footer .footer {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer {
    width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #footer .footer {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer {
    padding-bottom: 2rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #footer .footer {
    padding-bottom: 2rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer {
    padding-bottom: 2rem;
  }
}
#footer .footer h1 {
  position: absolute;
  top: 30px;
  left: 0;
}
@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer h1 {
    position: static;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0 0 0;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #footer .footer h1 {
    position: static;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0 0 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer h1 {
    position: static;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0 0 0;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer h1 img {
    max-width: 15rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #footer .footer h1 img {
    max-width: 13rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer h1 img {
    max-width: 15rem;
  }
}
#footer .footer h1 a:hover {
  text-decoration: none;
}
#footer .footer h1 .dep {
  font-size: 2.3rem;
  line-height: 6rem;
  padding-left: 1rem;
  letter-spacing: -0.06rem;
  color: #999;
}
@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer h1 .dep {
    line-height: 4rem;
    display: block;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer h1 .dep {
    line-height: 6rem;
  }
}
#footer .footer .copy_box {
  padding: 3.6rem 0 0 32rem;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer .copy_box {
    padding: 2rem;
    text-align: center;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #footer .footer .copy_box {
    padding: 2rem;
    text-align: center;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer .copy_box {
    padding: 2rem;
    text-align: center;
  }
}
#footer .footer .copy_box address {
  float: left;
  color: #fff;
  padding-top: 0.5rem;
  line-height: 2.4rem;
  font-weight: 100;
  font-size: 1.5rem;
  opacity: 0.8;
}
@media (min-width: 691px) and (max-width: 1399px) {
  #footer .footer .copy_box address {
    clear: both;
    float: none;
    font-size: 1.4rem;
  }
}
@media (min-width: 280px) and (max-width: 319px) {
  #footer .footer .copy_box address {
    clear: both;
    float: none;
    line-height: 2rem;
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer .copy_box address {
    clear: both;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #footer .footer .copy_box address span {
    display: block;
  }
}
#footer .footer .copy_box .copy {
  float: left;
  width: 100%;
  padding-top: 1rem;
}

.overlay {
  z-index: 9999 !important;
}

/*# sourceMappingURL=layout.css.map */
