@charset "utf-8";
/* main.css */

@import url("reset.css");
@import url("sub.css?v=20220526");
@import url("sub_y.css?v=20220516_1726");
@import url("sub_theethru.css?v=20200508_1555");
.tb {
  display: none;
}
.mb {
  display: none;
}
.m0auto {
  width: 1200px;
  margin: auto;
  position: relative;
}


/* 20231116 추가 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 230131 추가 */
.box1{

  width: 1200px;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
}
.box1 img {
  width: 100%;
}
/* mobile screen .box1 width: 100% */
@media screen and (max-width: 768px) {
  .box1 {
    width: 100%;
  }
}


/* font */
/* 2021 */
@font-face {
  font-family: "kiaL";
  src: local("KIA_Light_2021"),
    url(../font/KIA_Light_2021.woff) format("truetype");
}
@font-face {
  font-family: "kiaM";
  src: local("KIA_Medium_2021"),
    url(../font/KIA_Medium_2021.woff) format("truetype");
}
@font-face {
  font-family: "kiaB";
  src: local("KIA_Bold_2021"),
    url(../font/KIA_Bold_2021.woff) format("truetype");
}

/* 2020 */
/* @font-face {
  font-family: "kiaL";
  src: local("KIA_Light"), url(../font/KiaL.woff) format("truetype");
}
@font-face {
  font-family: "kiaM";
  src: local("KIA_Medium"), url(../font/KiaM.woff) format("truetype");
} */

/* @font-face {font-family: 'kiaOtfB';src: local('KIAOTFB'),url(../font/KIAOTFB.otf) format('opentype');}
@font-face {font-family: 'kiaOtfL';src: local('KIAOTFL'),url(../font/KIAOTFL.otf) format('opentype');}
@font-face {font-family: 'KiaOtfM';src: local('KIAOTFM'),url(../font/KIAOTFM.otf) format('opentype');} */
/* font-family: 'Noto Sans KR', sans-serif; / Noto Sans 400 regular, 500 medium, 700 bold */

html,
body {
  width: 100%;
  height: 100%;
  /*background: url();*/
  font-family: "kiaM", sans-serif;
  font-size: 14px;
  color: #666;
  word-break: break-all;
}
strong {
  font-family: "kiaB", sans-serif;
}
/* header */
.headWrap {
  width: 100%;
  box-sizing: border-box;
}
.topM {
  z-index: 110;
  width: 100%;
  height: 40px;
  background: #fff;
  position: relative;
}
.topIn {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  line-height: 40px;
}
.topIn > li {
  float: right;
  position: relative;
  margin-right: 20px;
}
.topIn > li:after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background: #58595b;
  position: absolute;
  right: -10px;
  top: 14px;
}
.topIn > li:first-of-type:after {
  display: none;
}
.topIn > li > a {
  color: #58595b;
}
.topIn > li > span {
  display: inline-block;
  margin-right: 40px;
}

nav {
  z-index: 101;
  width: 100%;
  height: 70px;
  position: relative;
}
.navBg {
  z-index: 100;
  width: 100%;
  height: 75px;
  background: url(../img/main/gnb_bar.png) repeat 0 0;
  position: absolute;
  left: 0;
  top: 0; /* box-shadow: rgba(0,0,0,0.3)1px 2px 6px; */
  box-sizing: border-box;
}
nav.on {
  position: fixed;
  top: 0;
  z-index: 100;
}
.mainLogo {
  z-index: 151;
  width: 246px;
  height: 160px;
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  top: 14px;
  background: url(../img/main/logo_2021.png) no-repeat center center;
  transition: all 0.1s;
  background-size: contain;
}
.mainLogo.on {
  width: 150px;
  height: 120px;
  background-size: contain;
  position: fixed;
  top: 0;
  transition: all 0.1s;
}
.mainLogo a {
  width: 100%;
  height: 100%;
  display: block;
}

/* gnb */
.gnb {
  width: 1200px;
  margin: 0 auto;
}
.gnb > ul {
  z-index: 150;
  height: 70px;
  background: url(../img/main/gnb_bar.png) repeat 0 0;
  position: relative;
  box-sizing: border-box;
}
.gnb > ul > li {
  position: relative;
  float: left;
  width: 170px;
  z-index: 20;
  height: 70px;
}
.gnb > ul > li:nth-of-type(3) {
  margin-right: 255px;
}
.gnb > ul > li:nth-of-type(n + 4) {
  width: 150px;
}
.gnb > ul > li:last-of-type {
  width: 135px;
}
.gnb > ul > li > a {
  display: block;
  height: 100%;
  font-family: "kiaM";
  font-weight: 700;
  font-size: 18px;
  line-height: 70px;
  padding-bottom: 15px; /* ;transition:all 0.2s linear 0s */
}
/* nav.on .gnb > ul > li > a{line-height:65px} */
.gnb > ul > li.on > a,
.gnb > ul > li.act > a {
  color: #ea0029;
}

.gnbIn {
  z-index: 30;
  width: 100%;
  height: 400px;
  padding: 30px 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -400px;
  background: url(../img/main/gnb_bg.png) no-repeat center center;
  transition: all 0.25s linear 0s;
}
.gnbInIn {
  width: 1200px;
  margin: 0 auto;
}
.gnbInIn > dl {
  float: left;
  width: 170px;
}
.gnbInIn > dl:nth-of-type(3) {
  margin-right: 255px;
}
.gnbInIn > dl:nth-of-type(n + 4) {
  width: 150px;
}
.gnbInIn > dl:last-of-type {
  width: 135px;
}
.gnbInIn dd a {
  display: block;
  padding-bottom: 22px;
  font-size: 15px;
  color: #222;
}
.gnbInIn dd a:hover {
  color: #ea0029;
  text-decoration: underline;
}
.gnbIn.on {
  top: 70px;
}

/* snb */
.snb {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.snb > p {
  z-index: 151;
  display: none;
  position: absolute;
  top: 25px;
  cursor: pointer;
}
.snb > p.on {
  display: block;
}
.snbIn {
  width: 100%;
  height: 0;
  padding: 0 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/main/snb_bg.png) no-repeat 0 0;
  z-index: 30;
  transition: all 0.3s linear 0s;
}
.snbIn dl {
  width: 180px;
  height: 100%;
  padding-top: 40px;
  box-sizing: border-box;
  float: left;
  font-size: 15px;
  color: #222;
  transition: all 0.3s linear 0s;
  position: relative;
  top: -400px;
  z-index: 0;
}
.snbIn dl:nth-of-type(1),
.snbIn dl:nth-of-type(5) {
  width: 210px;
}
.snbIn dl:nth-of-type(6) {
  width: 202px;
}
.snbIn dl > dt {
  font-size: 18px;
  font-family: "kiaM";
  font-weight: 700;
  color: #ea0029;
  padding-left: 20px;
  box-sizing: border-box;
}
.snbIn dl > dd > a {
  display: block;
  padding-left: 20px;
  line-height: 35px;
}
.snbIn dl > dd > a:hover {
  color: #ea0029;
}
.snbIn.on {
  height: 420px;
  top: 83px;
  z-index: 52;
}
.snbIn.on dl {
  top: 0;
  z-index: 10;
}

/* container */
.container {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 80px;
}
.contIn {
  width: 100%;
  height: 100%;
  margin-bottom: 70px;
}
.contIn.on {
  top: 70px;
}
.contIn section {
  position: relative;
}

/* slide1 */
.contIn .vs_slide1 {
  width: 100%;
  height: auto;
}
.contIn .vs_slide1 .sl1 {
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}
.sl1_prev,
.sl1_next {
  position: absolute;
  top: 268px;
  cursor: pointer;
}
.sl1_prev {
  left: calc(50% - 601px);
}
.sl1_next {
  right: calc(50% - 601px);
}
.sl1_bg {
  width: 100%;
  height: 640px;
  position: absolute;
  bottom: -338px;
  background: url(../img/main/sl1_bg.png) no-repeat center bottom;
}

/* slide2 */
.m0auto.main_sl2 {
}
.m0auto .vs_slide2 {
  width: 420px;
  height: 177px;
  position: absolute;
  left: calc(50% - 210px);
  top: -224px;
}
.sl2 .sl2_sq > p {
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.sl2 .sl2_sq > p:nth-of-type(1) {
  width: 214px;
  height: 37px;
  background: url(../img/main/sl2_sq1.png) no-repeat 0 0;
  font-size: 18px;
  font-family: "kiaM", sans-serif;
  font-weight: 700;
  line-height: 35px;
}
.sl2 .sl2_sq > p:nth-of-type(2) {
  width: 166px;
  height: 35px;
  background: url(../img/main/sl2_sq2.png) no-repeat 0 0;
  font-size: 16px;
  line-height: 33px;
  margin-top: -7px;
}
.sl2 .main_gameSc {
  position: relative;
  font-family: "kiaM";
  font-weight: 700;
  color: #fff;
}
.sl2 .main_gm_sc {
  width: 50%;
  height: 85px;
  padding-top: 15px;
  float: left;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.sl2 .main_gm_sc img {
  display: inline-block;
  height: 65px;
}
.sl2 .main_gm_sc span,
.sl2 .main_gm_sc strong {
  position: absolute;
}
.sl2 .main_gm_sc span {
  top: 34px;
  font-size: 15px;
}
.sl2 .main_gm_sc strong {
  width: 70px;
  font-size: 33px;
  top: 23px;
}
.sl2 .main_gm_scL span {
  left: calc(50% - 80px);
}
.sl2 .main_gm_scL strong {
  right: 0;
}
.sl2 .main_gm_scR span {
  right: calc(50% - 80px);
}
.sl2 .main_gm_scR strong {
  left: 0;
}
.sl2 .main_gm_vs {
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  text-align: center;
  font-size: 20px;
  color: #092d74;
}
.sl2 .sl2_sq > p.main_gameover {
  width: 86px;
  height: 26px;
  margin-top: -5px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 15px;
}
.vs_slide2 .sl2_prev {
  position: absolute;
  left: 55px;
  top: 8px;
  cursor: pointer;
}
.vs_slide2 .sl2_next {
  position: absolute;
  right: 55px;
  top: 8px;
  cursor: pointer;
}

/* hotISU slide3 */
.m0auto .hotISU {
  top: -38px;
  margin-top: 40px;
}
.hotISU > h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "kiaM";
  font-weight: 700;
  color: #ea0029;
}
.hotISU > h3 > span {
  color: #05141f;
}
.hotISU .sl3 .hotBox {
  width: 385px !important;
  height: 380px;
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  overflow: hidden;
}
.hotISU .sl3 .hotBox .hotImg {
  width: 385px;
  height: 50%;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.hotISU .sl3 .hotBox .hotTxt {
  padding: 25px 10px;
  box-sizing: border-box;
}
.hotISU .sl3 .hotBox .hotTxt dl dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "kiaM";
  font-weight: 700;
  color: #ea0029;
}
.hotISU .sl3 .hotBox .hotTxt dl dd {
  margin-bottom: 29px;
  font-size: 14px;
  color: #535353;
}
.hotISU .sl3 .hotBox .hotTxt dl dd:first-of-type {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "kiaM";
  font-weight: 700;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hotISU .sl3 .hotBox .hotTxt dl dd:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  line-height: 1.2em;
  max-height: 2.4em;
}
.hotISU .sl3 .hotBox .hotTxt ul > li {
  float: left;
  margin: 0 30px 0 25px;
  position: relative;
}
.hotISU .sl3 .hotBox .hotTxt ul > li:after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background: #8f8f8f;
  position: absolute;
  right: -15px;
  top: 3px;
}
.hotISU .sl3 .hotBox .hotTxt ul > li:last-of-type:after {
  display: none;
}
.hotISU .sl3 .hotBox .hotTxt ul > li > span {
  height: 16px;
  position: absolute;
  left: -25px;
  top: 1px;
}
.hotISU .icoDate {
  width: 14px;
  background: url(../img/main/hot_ico1.png) no-repeat center;
}
.hotISU .icoNum {
  width: 20px;
  background: url(../img/main/hot_ico2.png) no-repeat center;
}
.hotISU .icoGood {
  width: 16px;
  background: url(../img/main/hot_ico3.png) no-repeat center;
}
.hotISU .sl3 .hotBox .hotImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.sl3_prev,
.sl3_next {
  position: absolute;
  top: 195px;
  cursor: pointer;
}
.sl3_prev {
  left: -94px;
}
.sl3_next {
  right: -74px;
}

/* aTiger */
.aTiger h3 {
  margin: 12px 0 20px;
  font-size: 20px;
  font-family: "kiaM";
  font-weight: 700;
  color: #05141f;
  line-height: 28px;
}
.aTiger h3 span {
  color: #ea0029;
}
.aTiger > div {
  float: left;
  width: 392px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 7px;
}
.aTiger > div:nth-of-type(3n) {
  margin-right: 0;
}
.aTiger > div:nth-of-type(n + 1):nth-of-type(-n + 3) {
  height: 380px;
}
.aTiger > div:nth-of-type(n + 4):nth-of-type(-n + 6) {
  height: 250px;
}
.aTiger > div:nth-of-type(n + 6) {
  height: 300px;
}
.aTiger > div:nth-last-of-type(3) {
  margin-bottom: 0;
}
.aTiger > div > a {
  display: block;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.aTiger > div > a > dl {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 45px;
  box-sizing: border-box;
}
.aTiger > div.mainTw > a img,
.aTiger > div.mainInst > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* aTiger at_slide */
.at_slide .slick-dots {
  bottom: 28px;
  top: inherit;
  left: 0px;
}
.at_slide .slick-dots li {
  width: auto;
  height: auto;
}
.at_slide .slick-dots li img:nth-child(1) {
  display: block;
}
.at_slide .slick-dots li img:nth-child(2) {
  display: none;
}
.at_slide .slick-dots li.slick-active img:nth-child(1) {
  display: none;
}
.at_slide .slick-dots li.slick-active img:nth-child(2) {
  display: block;
}
.at_slide li {
  position: relative;
}

.mainGame_date dt {
  margin: 28px 0 18px;
  font-size: 30px;
  font-family: "kiaM";
  font-weight: 700;
  color: #f4242b;
}
.mainGame_date dt span {
  color: #fff;
}
.mainGame_date dd {
  font-size: 15px;
  color: #fff;
}

.mainKia_map dl {
  color: #fff;
  font-family: "kiaM";
  font-weight: 700;
}
.mainKia_map dt {
  margin: 120px 0 5px;
  font-size: 25px;
}
.mainKia_map dd {
  font-size: 18px;
}
.mainKia_map dd span {
  display: block;
  width: 105px;
  height: 28px;
  position: absolute;
  bottom: 48px;
  right: 86px;
  background: #f4242b;
  font-size: 15px;
  transform: skew(-30deg);
  text-align: center;
  line-height: 27px;
}
.mainKia_map dd span em {
  display: inline-block;
  transform: skewX(30deg) !important;
}

.mainPlayer dt {
  margin-top: 14px;
}
.mainPlayer dd {
  color: #fff;
}
.mainPlayer dd:first-of-type {
  margin: 10px 0 14px;
  font-size: 30px;
  font-family: "kiaM";
  font-weight: 700;
}
.mainPlayer dd:last-of-type {
  font-size: 15px;
  line-height: 22px;
}

.mainTw,
.mainInst {
  position: relative;
}
.aTiger .mainTw > a:after,
.aTiger .mainInst > a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
}

.mainTw dt,
.mainInst dt {
  text-align: center;
  margin: 40px 0 16px;
}
.mainTw dt {
  /* margin-bottom: 30px; */
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  /* max-width: 100px;
  max-height: 100px; */
  /* margin-left: 100px; */
  margin-left: 120px;
  margin-top: 70px;
}
.mainTw dd {
  font-size: 14px;
  color: #eee;
  font-family: "kiaL";
}
.mainTw dd,
.mainInst dd {
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
  line-height: 22px;
  max-height: 66px;
}

/* partner */
.partner {
  margin-top: 77px;
  position: relative;
}
.partner .sl_ptn {
  width: 1060px;
  margin: 0 auto;
}
.partner .sl_ptn li {
  margin: 0 5px;
}
.partner .sl_ptn li img {
  width: 100%;
  margin: 0 auto;
}
.partner .sl_ptn_prev,
.partner .sl_ptn_next {
  position: absolute;
  cursor: pointer;
}
.partner .sl_ptn_prev {
  left: 0;
  top: 0;
}
.partner .sl_ptn_next {
  right: 0;
  top: 0;
}

/* footer */
footer {
  position: relative;
  z-index: 10;
}
.foot_sns {
  height: 51px;
  background: #f2f4f6;
  border: 1px solid #c4c6c8;
}
.foot_sns a {
  font-size: 15px;
  color: #222;
  line-height: 51px;
}
.foot_sns a:hover {
  color: #ea0029;
}
.foot_sns a img {
  vertical-align: middle;
}
.foot_snsIn ul:nth-of-type(1) li {
  float: left;
  margin-right: 45px;
}
.foot_snsIn ul:nth-of-type(2) li {
  float: right;
  /* margin-left: 20px; */
  margin-left: 10px;
}

.foot_copy {
  height: 137px;
  padding: 22px 0 30px;
  box-sizing: border-box;
}
.foot_copy p:nth-of-type(-n + 2) {
  font-size: 15px;
  color: #222;
  line-height: 24px;
}
.foot_copy p:nth-of-type(3) {
  margin-top: 22px;
  font-size: 13px;
  color: #666;
}

/************************************************ TABLET ************************************************/
@media screen and (max-width: 1200px) {
  .pc {
    display: none !important;
  }
  .tb,
  .tb_mb {
    display: block;
  }
  .m0auto {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }

  /* header */
  .mb_topM {
    position: absolute;
    z-index: 500;
    width: 100%;
    box-sizing: border-box;
  }
  .mb_topIn {
    height: 100%;
  }
  .mb_topIn li {
    position: fixed;
    width: 24px;
    height: auto;
    z-index: 600;
  }
  .mb_topIn li:nth-of-type(1) {
    left: 4%;
    top: 22px;
  }
  .mb_topIn li:nth-of-type(2) {
    right: 4%;
    top: 19px;
  }
  .mb_topIn img {
    width: 100%;
  }

  nav {
    height: 63px;
    z-index: 100;
  }
  .navBg {
    height: 63px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 6px;
  }
  .mainLogo {
    width: 144px;
    height: 100px;
    top: 2px;
    transition: all 0.2s linear 0s;
    background: url(../img/main/logo_2021.png) no-repeat center center;
    background-size: contain;
  }
  .mainLogo.on {
    width: 122px;
    top: -6px;
    transition: all 0.2s linear 0s;
  }

  /* mb_gnb */
  .menuBg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    z-index: 1000;
  }
  .mb_gnb,
  .mb_snb {
    width: 83%;
    height: 100%;
    position: fixed;
    left: -93%;
    top: 0;
    overflow-y: auto;
    z-index: 2000;
    background: #fff;
    transition: all linear 0.3s 0s;
  }
  .mb_gnb.on {
    left: 0;
  }
  .mb_gnb img,
  .mb_snb img {
    width: 100%;
  }
  .mb_gnb > div,
  .mb_snb > div {
    z-index: 200;
    height: 104px;
    width: 83%;
    position: fixed;
    background: url(../img/main/mb_menu_bg2.png) no-repeat right top;
    background-size: cover;
  }
  .mb_gnb > div > p,
  .mb_snb > div > p {
    cursor: pointer;
  }
  .mb_gnb > div h2,
  .mb_snb > div h2 {
    width: 121px;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
  }
  .btn_mbMenu_close,
  .btn_mbLogin_close {
    z-index: 2001;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 15px;
    transition: all linear 0.3s 0s;
  }
  .btn_mbMenu_close {
    left: -20px;
  }
  .btn_mbLogin_close {
    right: -20px;
  }
  .btn_mbMenu_close.on {
    left: calc(83% + 10px);
  }
  .btn_mbLogin_close.on {
    right: calc(83% + 10px);
  }
  .btn_mbMenu_close img,
  .btn_mbLogin_close img {
    width: 100%;
  }

  .mb_gnbIn {
    margin-top: 104px;
  }
  .mb_gnbIn li > a,
  .mb_snbIn li > a {
    height: 65px;
    line-height: 65px;
    position: relative;
    z-index: 1;
    display: block;
    color: #222;
    font-size: 16px;
    font-family: "kiaM";
    background-position: center left 15px;
    background-repeat: no-repeat;
    background-size: 26px;
    box-sizing: border-box;
    padding-left: 60px;
    border-bottom: 1px solid #c4c6c8;
  }
  .mb_gnbIn li > a:after,
  .mb_snbIn li > a:after {
    position: absolute;
    right: 15px;
    top: 30px;
    content: "";
    display: block;
    width: 15px;
    height: 8px;
    background: url(../img/main/ico_menu_down.png) no-repeat center;
    background-size: cover;
  }
  .mb_gnbIn li:nth-of-type(1) > a {
    background-image: url(../img/main/mb_menu_ico01.png);
  }
  .mb_gnbIn li:nth-of-type(2) > a {
    background-image: url(../img/main/mb_menu_ico02.png);
  }
  .mb_gnbIn li:nth-of-type(3) > a {
    background-image: url(../img/main/mb_menu_ico03.png);
  }
  .mb_gnbIn li:nth-of-type(4) > a {
    background-image: url(../img/main/mb_menu_ico04.png);
  }
  .mb_gnbIn li:nth-of-type(5) > a {
    background-image: url(../img/main/mb_menu_ico05.png);
  }
  .mb_gnbIn li:nth-of-type(6) > a {
    background-image: url(../img/main/mb_menu_ico06.png);
  }
  .mb_gnbIn li.on > a,
  .mb_snbIn li.on > a {
    color: #222;
    position: relative;
    z-index: 10;
  }
  .mb_gnbIn li.on > a:after,
  .mb_snbIn li.on > a:after {
    background: url(../img/main/ico_menu_up.png) no-repeat center;
    background-size: cover;
  }
  .mb_gnbIn li > div,
  .mb_snbIn li > div {
    display: none;
  }
  .mb_gnbIn li.on > div,
  .mb_snbIn li.on > div {
    display: block;
  }
  .mb_gnbIn li.mb_gnbBg,
  .mb_snbIn li.mb_snbBg {
    width: 30%;
    height: 100%;
    background: #f8f8fa;
    position: absolute;
    left: 0;
    top: 0;
  }

  /* 2depth */
  .mb_gnbIn li > div > p,
  .mb_snbIn li > div > p {
    height: 65px;
    border-bottom: 1px solid #c4c6c8;
    box-sizing: border-box;
    padding-left: 60px;
    background: #f8f8fa;
  }
  .mb_gnbIn li > div > p a,
  .mb_snbIn li > div > p a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #666;
    line-height: 65px;
  }

  /* mb_snb */
  .mb_snb {
    left: inherit;
    right: -93%;
  }
  .mb_snb.on {
    right: 0;
  }

  .mb_snb > div {
    background: url(../img/main/mb_menu_bg.png) no-repeat left top;
    background-size: cover;
    height: 217px;
  }
  .mb_snb > div > div {
    text-align: center;
  }
  .mb_snb > div > div p {
    margin-top: 15px;
    font-size: 16.5px;
    color: #fff;
    line-height: 25px;
    text-align: center;
  }
  .mb_snb > div > div p > strong {
    font-size: 20.5px;
  }
  .mb_snb > div > div p > span {
    display: block;
  }
  .mb_snb > div > div {
    text-align: center;
  }
  .mb_snb > div > div .snb_btn {
    display: inline-block;
    margin-top: 17px;
  }
  .mb_snb > div > div .snb_btn li {
    float: left;
    width: 120px;
    height: 42.5px;
    line-height: 41px;
    background: #ea0029;
    border-radius: 50px;
  }
  .mb_snb > div > div .snb_btn li {
    margin-right: 10px;
  }
  .mb_snb > div > div .snb_btn li:last-of-type {
    margin-right: 0;
  }
  .mb_snb > div > div .snb_btn li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    cursor: pointer;
  }
  .mb_snb > div > div .snb_btn li img {
    width: 19.5px;
    height: 22.5px;
    margin-right: 6px;
    margin-top: 9px;
    box-sizing: border-box;
  }

  .mb_snbIn {
    margin-top: 217px;
  }
  .mb_snbIn li:nth-of-type(1) > a {
    background-image: url(../img/main/mb_login_ico01.png);
  }
  .mb_snbIn li:nth-of-type(2) > a {
    background-image: url(../img/main/mb_login_ico02.png);
  }
  .mb_snbIn li > div {
    top: 217px;
  }

  /* vs_slide1 */
  .vs_slide1 .sl1 li img {
    width: 1200px;
    height: auto;
  }
  .sl1_prev {
    left: 10%;
  }
  .sl1_next {
    right: 10%;
  }
  .sl1_prev,
  .sl1_next {
    top: 170px;
  }
  .sl1 .slick-list {
    top: inherit;
  }

  /* hotISU slide3 */
  .sl3_prev {
    left: 20px;
  }
  .sl3_next {
    right: 25px;
  }
  .sl3_prev,
  .sl3_next {
    top: 137px;
  }
  .hotISU .sl3 .hotBox {
    width: calc(100% - 6px) !important;
  }
  .hotISU .sl3 .hotBox .hotImg {
    width: 100%;
  }

  /* partner */
  .partner .sl_ptn {
    width: 90%;
  }

  /* footer */
  .foot_snsIn {
    text-align: center;
  }
  .foot_snsIn > ul {
    display: inline-block;
  }
  .foot_snsIn ul:nth-of-type(1) li:nth-of-type(3) {
    margin-right: 0;
  }
  .foot_sns {
    height: 48px;
    margin-bottom: 23px;
  }
  .foot_sns a {
    line-height: 48px;
  }

  .foot_copy p:nth-of-type(n) {
    margin-top: 0;
    font-size: 15px;
    color: #222;
    line-height: 24px;
  }
  .foot_copy p.mb_copy {
    margin: 30px 0 33px;
    text-align: center;
    color: #666;
  }

  /* aTiger */
  .aTiger > div:nth-of-type(n),
  .aTiger > div:nth-of-type(n + 1):nth-of-type(-n + 3),
  .aTiger > div:nth-of-type(n + 4):nth-of-type(-n + 6) {
    width: calc(33.333% - 6.666px);
  }
  .aTiger > div:nth-of-type(n) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .aTiger > div:nth-of-type(n + 4):nth-of-type(-n + 6) {
    height: 345px;
  }

  .mainTw dt {
    /* margin-left: 85px; */
    margin-left: 110px;
  }

}

@media screen and (max-width: 1080px) {
  /* vs_slide1 */
  .vs_slide1 .sl1 li img {
    width: 1080px;
    height: auto;
  }

  .mainTw dt {
    /* margin-left: 75px; */
    margin-left: 90px;
  }
}

@media screen and (max-width: 1024px) {
  /* aTiger */
  .aTiger > div:nth-of-type(n) {
    margin-right: 2%;
    margin-bottom: 18px;
  }
  .aTiger > div:nth-of-type(3n) {
    margin-right: 0;
  }
  .aTiger > div:nth-of-type(n),
  .aTiger > div:nth-of-type(n + 1):nth-of-type(-n + 3),
  .aTiger > div:nth-of-type(n + 4):nth-of-type(-n + 6) {
    margin-bottom: 10px;
    width: calc(50% - 5px);
    margin-right: 10px;
    height: auto;
  }
  .contIn .aTiger > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .aTiger > div > a > dl {
    padding: 30% 7%;
  }
  .mainTw dt,
  .mainInst dt {
    width: 70%;
    margin: 0 auto;
  }
  .aTiger .mainTw dt img,
  .aTiger .mainInst dt img {
    width: 90%;
    margin: 0 auto;
  }
  .mainTw dd {
    font-size: 12px;
  }
  .mainTw dd:first-of-type,
  .mainInst dd {
    margin: 10px 0 5px;
    font-size: 13px;
    line-height: 18px;
  }
  .mainTw dd:first-of-type {
    margin-top: 10%;
  }
  .aTiger > div.atSl {
    box-shadow: none;
  }
  .aTiger > div.atSl .at_slide li a img {
    height: 100%;
  }
  .aTiger > div.atSl .at_slide li {
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
  }
  .at_slide.slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .mainTw dt {
    /* margin-left: 150px; */
    max-width: 80px;
    max-height: 80px;
    margin-left: 170px;
    margin-top: 90px;
  }

}

/************************************************ MOBILE ************************************************/
@media screen and (max-width: 780px) {
  .pc_tb,
  .tb_mb {
    display: none !important;
  }
  .mb {
    display: block;
  }
  .mb_topIn li {
    width: 20px;
  }

  /* vs_slide1 */
  .mb_vs_slide1 .mb_sl1 li img {
    width: 100%;
    height: auto;
  }

  /* slide2 */
  .m0auto .vs_slide2 {
    width: 410px;
    left: calc(50% - 205px);
  }
  .sl2 .main_gm_sc {
    padding-top: 12px;
  }
  .sl2 .main_gm_sc span {
    top: 83px;
  }
  .sl2 .main_gm_sc strong {
    top: 19px;
    font-size: 27px;
  }
  .sl2 .main_gm_scL span {
    left: calc(50% - 10px);
  }
  .sl2 .main_gm_scR {
    padding-top: 4px;
  }
  .sl2 .main_gm_scR span {
    right: calc(50% - 13.5px);
  }
  .sl2 .main_gm_vs {
    top: 22px;
  }
  .vs_slide2 .sl2_prev {
    left: 0;
  }
  .vs_slide2 .sl2_next {
    right: 0;
  }
  .vs_slide2 .sl2_prev,
  .vs_slide2 .sl2_next {
    width: 37.5px;
    height: 37.5px;
    top: 83px;
  }
  .vs_slide2 .sl2_prev img,
  .vs_slide2 .sl2_next img {
    width: 100%;
    height: 100%;
  }

  .sl3_prev > img,
  .sl3_next > img {
    width: 40px;
    height: 40px;
  }
  .hotISU .sl3 .hotBox .hotTxt ul > li {
    margin: 0 15px 0 21px;
  }

  /* partner */
  .partner .sl_ptn_next,
  .partner .sl_ptn_prev {
    width: 20px;
    top: 7px;
  }
  .partner .sl_ptn_next {
    right: 3%;
  }
  .partner .sl_ptn_prev {
    left: 3%;
  }
  .partner .sl_ptn_next img,
  .partner .sl_ptn_prev img {
    width: 100%;
  }

  .mainTw dt {
    /* max-width: 50px;
    max-height: 50px; */
    margin-left: 125px;
    margin-top: 10px;
  }

}

@media screen and (max-width: 540px) {
  .contIn {
    margin-bottom: 40px;
  }
  .mb_topIn li {
    width: 18px;
  }
  /* mb_gnb */
  .mb_gnbIn li > div > p a,
  .mb_snbIn li > div > p a {
    font-size: 16px;
  }

  /* slide */
  .mb_vs_slide1 .mb_sl1 li img {
    width: auto;
    height: 560px;
  }
  .vs_slide2 .sl2_prev,
  .vs_slide2 .sl2_next {
    width: 33px;
    height: 33px;
    top: 90px;
  }
  .sl3_prev > img,
  .sl3_next > img {
    width: 30px;
    height: 30px;
  }

  .hotISU .sl3 .hotBox .hotTxt ul > li {
    margin: 0 25px;
  }

  .partner {
    margin-top: 45px;
  }

  .foot_copy p:nth-of-type(n) {
    line-height: 22px;
  }
  .foot_copy p.mb_copy {
    margin: 16px 0 20px;
  }

  /* .mainTw dt {
    max-width: 50px;
    max-height: 50px;
    margin-left: 50px;
  } */


}

@media screen and (max-width: 420px) {
  .m0auto .vs_slide2 {
    width: 90%;
    left: 5%;
  }

  .sl2 .main_gm_sc strong {
    width: 53px;
  }
  .sl2 .main_gm_scR {
    padding-top: 12px;
  }
  .sl2 .main_gm_sc {
    height: 75px;
  }
  .sl2 .main_gm_sc span {
    top: 73px;
  }
  .sl2 .main_gm_sc img {
    width: auto;
    height: 50px;
  }
  .sl2 .main_gm_scR img {
    margin-left: 25px;
  }
  .sl2 .main_gm_scL img {
    margin-right: 25px;
  }
  .sl2 .main_gm_scL span {
    left: calc(50% - 24px);
  }
  .sl2 .main_gm_scR span {
    right: calc(50% - 27px);
  }
  .sl2 .main_gm_scL strong {
    right: 10px;
  }
  .sl2 .main_gm_scR strong {
    left: 10px;
  }

  /* mb_gnb */
  .mb_vs_slide1 .mb_sl1 li img {
    width: auto;
    height: 440px;
  }
  .vs_slide2 .sl2_prev,
  .vs_slide2 .sl2_next {
    width: 26px;
    height: 26px;
    top: 90px;
  }

  /* aTiger */
  .aTiger > div:nth-of-type(n),
  .aTiger > div:nth-of-type(n + 1):nth-of-type(-n + 3),
  .aTiger > div:nth-of-type(n + 4):nth-of-type(-n + 6) {
    margin-bottom: 8px;
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .contIn .aTiger > div:nth-of-type(2n) {
    margin-right: 0;
  }

  /* footer */
  .foot_snsIn ul:nth-of-type(1) li {
    margin-right: 30px;
  }
  .foot_copy p:nth-of-type(n) {
    font-size: 13px;
  }

  .mainTw dt {
    /* margin-left: 55px; */
    margin-left: 55px;
  }

}

@media screen and (max-width: 390px) {
  /* mb_gnb */
  .mb_vs_slide1 .mb_sl1 li img {
    width: auto;
    height: 400px;
  }
  .hotISU .sl3 .hotBox .hotImg img {
    height: 100%;
  }
  .mainTw dd:first-of-type {
    font-size: 12px;
  }
  .foot_sns a {
    font-size: 13px;
  }

  .mainTw dt {
    margin-left: 30px;
  }

}

/* @media screen and (max-width:1200px){.aTiger > div:nth-of-type(n+6){height:435px}} */
@media screen and (max-width: 1024px) {
  .hotISU .sl3 .hotBox {
    height: 460px;
  }
}
@media screen and (max-width: 980px) {
  .hotISU .sl3 .hotBox {
    height: 420px;
  }
  .mainTw dt {
    max-width: 100px;
    max-height: 100px;
    margin-left: 140px;
  }
}
@media screen and (max-width: 900px) {
  .hotISU .sl3 .hotBox {
    height: 380px;
  }
  .aTiger > div:nth-of-type(n + 6) {
    height: 355px;
  }
  .mainTw dt {
    margin-left: 130px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .hotISU .sl3 .hotBox {
    height: 340px;
  }
  .aTiger > div:nth-of-type(n + 6) {
    height: 305px;
  }
  .mainTw dt {
    max-width: 80px;
    max-height: 80px;
    margin-left: 120px;
  }
}
@media screen and (max-width: 700px) {
  .hotISU .sl3 .hotBox {
    height: 300px;
  }
  .mainTw dt {
    margin-left: 100px;
  }
}
@media screen and (max-width: 600px) {
  .hotISU .sl3 .hotBox {
    height: 280px;
  }
  .aTiger > div:nth-of-type(n + 6) {
    height: 275px;
  }
  .mainTw dt {
    max-width: 50px;
    max-height: 50px;
    margin-left: 95px;
  }
}
/* 500 추가 */
@media screen and (max-width: 500px) {

  .mainTw dt {
    max-width: 50px;
    max-height: 50px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 540px) {
  .hotISU .sl3 .hotBox {
    height: 450px;
  }
  .aTiger > div:nth-of-type(n + 6) {
    height: 220px;
  }
  .mainTw dt {
    margin-left: 80px;
  }
}
@media screen and (max-width: 440px) {
  .hotISU .sl3 .hotBox {
    height: 370px;
  }
  .aTiger > div:nth-of-type(n + 6) {
    height: 200px;
  }
  .mainTw dt {
    margin-left: 60px;
  }
}
@media screen and (max-width: 390px) {
  .aTiger > div:nth-of-type(n + 6) {
    height: 185px;
  }
  .mainTw dt {
    margin-left: 50px;
  }
}
@media screen and (max-width: 340px) {
  .hotISU .sl3 .hotBox {
    height: 310px;
  }
  .aTiger > div:nth-of-type(n + 6) {
    height: 165px;
  }
  .hotISU .sl3 .hotBox .hotTxt dl dd:last-of-type {
    margin-bottom: 10px;
  }
  .hotISU .sl3 .hotBox .hotTxt {
    padding-top: 15px;
  }

  .mainTw dt {
    max-width: 40px;
    max-height: 40px;
    margin-left: 45px;
  }
}
