.swiper-container {
  width: 100%;
  height: 100vh;
  min-height: 400px;
  margin: 0;
}
.swiper-slide img {
  max-width: 100%;
}
.swiper-pagination {
  bottom: 20px!important;
}
.swiper-pagination-bullet {
	padding: 0px 24px;
	border-radius: 0!important;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: rgba(255, 255, 255, 0.5)!important;
}
.swiper-pagination-bullet-active {
	background: #fff!important;
}

.dark {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
}

.swiper-slide .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  word-break: keep-all;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
  width: 100%;
  text-align: right;
  z-index: 10;
  padding: 80px 60px 80px;
  margin: 0;
  background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .85));
}

.swiper-slide .caption h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  position: relative;
  display: block;
}

.swiper-slide .caption h3 {
  color: #eeeeee;
  font-family: "Noto Sans KR", Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: 300;
  margin: 20px 0 0 0px;
  left: 1px;
}

#slide1 {
  background-image: url("../img/game1_main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#slide2 {
  background-image: url("../img/game2_main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#slide3 {
  background-image: url("../img/game3_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#slide4 {
  background-image: url("../img/game4_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#slide5 {
  background-image: url("../img/game5_main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#intro {
  text-align: center;
  word-break: keep-all;
  padding: 80px 0;
}

#intro h1 {
}

#intro .logo {
  width: 200px;
  margin: 50px 0;
}
#intro h2 {
  margin: 100px 0 50px;
}
#intro >div >p {
  max-width: 450px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}
#one {
  padding: 80px 0;
}
#one h1 {
  text-align: center;
}
#one .card .image img {
  width: 100%;
}
#one .card .icon img {
  width: 100px;
}
#one .card .description {
  display: flex;
  justify-content: left;
  margin-top: 10px;
}
#one .card .description .icon {
  margin-right: 16px;
}
#one .card .description .store {
  display: flex;
}
#one .card .description .store img {
  height: 36px;
  margin: 0 3px;
}

.flex-card {
  margin: 50px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.flex-card .card {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  border: none;
}
.flex-card .card > div {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 160px;
  padding: 30px 20px;
  z-index: 2;
  border: 1px solid #f8f9fa;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ffffff;
  margin: 0px 0 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.flex-card .card > div:hover {
  border: 1px solid #be2121;
  box-shadow: none;
}
#two {
  background-color: #eeeeee;
  text-align: center;
  word-break: keep-all;
  padding: 80px 0;
}
#two h2 {
  margin: 50px 0;
}
#two .flex-icon {
  display: flex;
  width: 70%;
  margin: 0 auto;
  flex-wrap: wrap;
}
#two .flex-icon>div {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 0 4px;
}
#two .careers-icon {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 2px #ffffff;
  transition: ease 0.2s;
}
#two .careers-icon:hover {
  border: solid 2px #f19595;
}
#two .careers-icon img {
  width: 40%;
}
#two .flex-icon p {
  max-width: 210px;
}
#two .flex-icon-welfare {
  display: flex;
  width: 50%;
  margin: 0 auto;
  flex-wrap: wrap;
}
#two .flex-icon-welfare p {
  margin: 10px 0 28px;
}
#two .flex-icon-welfare>div {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 0 4px;
}
#two .welfare-icon {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 2px #ffffff;
  transition: all 0.2s ease;
}
#two .welfare-icon:hover {
  border: solid 2px #f19595;
}
#two .welfare-icon img {
  width: 40%;
}
#three {
  padding: 80px 0;
}
#three h1 {
  text-align: center;
}
#three .row-2 {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
#three h3 {
  margin: 18px 0 8px;
}
#three .row-2 .text {
  margin-left: 20px;
}
#three .row-2 img.fb {
  width: 36px;
  height: 36px;
}
#footer {
  background-color: #be2121;
  color: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
  text-align: center;
}
#footer .menu {
  margin: 0;
}
#footer ul li {
  list-style: none;
  font-size: 13px;
}
.header-hr {
  width:50px;
  height: 2px;
  background: rgba(0, 0, 0, 0.6);
}
.space {
  width: 100%;
  height: 80px;
}


@media(max-width:800px) {
  .swiper-container {
    width: 100%;
    height: 320px;
    min-height: 0;
    margin: 0;
  }
  .swiper-pagination {
    bottom: 10px!important;
  }
  .swiper-pagination-bullet {
    padding: 0px 0px;
    border-radius: 50%!important;
    width: 20px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 8px;
    color:#000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5)!important;
  }
  .swiper-slide .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    word-break: keep-all;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
    width: 100%;
    text-align: right;
    z-index: 10;
    padding: 50px 20px 40px 0;
    margin: 0;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .85));
  }
  
  .swiper-slide .caption h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    margin: 0;
    position: relative;
    display: block;
  }
  #intro h1 {
    font-size: 1.8em;
  }
  #intro h2 {
    font-size: 1.2em;
  }
  #intro h3 {
    font-size: 1em;
  }
  #intro p {
    font-size: 14px;
  }
  #intro .logo {
    width: 100px;
  }
  #one h1 {
    font-size: 1.8em;
  }
  #one h2 {
    font-size: 1.2em;
  }
  #one h3 {
    font-size: 0.9em;
  }
  #one p {
    font-size: 14px;
  }
  .flex-card .card {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    border: none;
  }
  .flex-card .card > div {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 160px;
    padding: 10px 10px;
    z-index: 2;
    border: 1px solid #f8f9fa;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffffff;
    margin: 0px 0 15px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  #one .card .icon img {
    width: 60px;
  }
  #one .card .description {
    display: flex;
    justify-content: left;
    margin-top: 10px;
  }
  #one .card .description>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #one .card .description h3 {
    margin: 0 0 4px 0;
  }
  #one .card .description .icon {
    margin-right: 10px;
  }
  #one .card .description .store {
    display: flex;
  }
  #one .card .description .store img {
    width: 100%;
    height: auto;
    margin: 0 0px;
    padding: 0 1px;
  }
  #two h1 {
    font-size: 1.8em;
  }
  #two h2 {
    font-size: 1.2em;
  }
  #two h3 {
    font-size: 1em;
  }
  #two p {
    font-size: 13px;
  }
  #two .flex-icon {
    width: 100%;
  }
  
  #two .careers-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    border: solid 2px #ffffff;
    transition: ease 0.2s;
  }
  #two .careers-icon:hover {
    border: solid 2px #f19595;
  }
  #two .careers-icon img {
    width: 50%;
  }
  
  #two .flex-icon-welfare {
    width: 100%;
    max-width: 320px;
  }
  #two .welfare-icon {
    width: 75px;
    height: 75px;
  }
  #two .welfare-icon img {
    width: 50%;
  }
  #three h1 {
    font-size: 1.8em;
  }
  #three h2 {
    font-size: 1.2em;
  }
  #three h3 {
    font-size: 1em;
  }
  #three p {
    font-size: 13px;
  }
  #three .row-2 img {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  #three .row-2 img.fb {
    width: 36px;
    padding: 0;
  }
  #three .row-2 {
    flex-direction: column;
  }
  #footer .menu {
    padding: 0;
  }
  #footer li {
    font-size: 12px;
  }
}

/* IE svg 이미지사이즈 문제 대응 2020.06.15 steve */
.ie9 img[src$=".svg"] {
	height: 100%; 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    height: 100%; 
  }
  
  #one .card .image img {
  width: 100%;
  height: 280px;
}
}
