@charset "utf-8"; 
/* visual */
.mainVisualSldier .visualItem { display: flex; flex-direction: row-reverse; align-items: center; justify-content: center; gap: 0 160px; padding: 220px 0 150px; background: url("../images/img/img_visualbg.jpg") no-repeat center center / cover; }
.mainVisualSldier .visualItem > img {width: 100%;}
.mainVisualSldier .visualItem .textBox .hash { display: inline-flex; gap: 5px; } 
.mainVisualSldier .visualItem .textBox .hash span { display: inline-block; padding: 2px 8px; font-weight: 500; font-size: 13px; line-height: 1.5; color: #FFF; background-color: #06B7DE; border-radius: 4px; } 
.mainVisualSldier .visualItem .textBox h3 { opacity: 0; margin-top: 20px; font-weight: 700; font-size: 52px; line-height: 1.17; color: #FFF; } 
.mainVisualSldier .visualItem .textBox p { opacity: 0; margin-top: 25px; font-size: 20px; line-height: 1.5; color: #FFF; } 
.mainVisualSldier .visualItem .textBox a { opacity: 0; margin-top: 60px; position: relative; display: block; width: 212px; height: 50px; font-size: 16px; line-height: 50px; color: #FFF; text-align: center; } 
.mainVisualSldier .visualItem .textBox a:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid #fff; transform: skewX(15deg); } 
.mainVisualSldier .visualItem .logo { opacity: 0;width: 570px; } 
.mainVisualSldier .visualItem .logo img { width: 100%; } 
.mainVisualSldier .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 99; width: 30px; height: 62px; cursor: pointer;text-indent:-9999px;} 
.mainVisualSldier .slick-prev { left: 80px; background: url("../images/icon/ico_arrow_left_01.png") no-repeat center center / 30px auto; } 
.mainVisualSldier .slick-next  { right: 80px; background: url("../images/icon/ico_arrow_right_01.png") no-repeat center center / 30px auto; } 
.mainVisualSldier .slick-dots { position: absolute; bottom: 40px; left: 0; right: 0; z-index: 99; text-align: center; } 
.mainVisualSldier .slick-dots li {display: inline-block;}
.mainVisualSldier .slick-dots li button { padding:0;margin: 0 4px; width: 8px; height: 8px; border-radius: 4px; background-color: rgba(255, 255, 255, .3); text-indent: -9999px;} 
.mainVisualSldier .slick-dots li.slick-active button { width: 22px; background-color: #ffffff; } 

.mainVisualSldier .visualItem.slick-active .logo {animation: fadeRight .3s 1s ease-out both;}
.mainVisualSldier .visualItem.slick-active .textBox h3 {animation: fadeUp .3s .6s ease-out both;}
.mainVisualSldier .visualItem.slick-active .textBox p {animation: fadeUp .3s .8s ease-out both;}
.mainVisualSldier .visualItem.slick-active .textBox a {animation: fadeUp .3s 1s ease-out both;}
@keyframes fadeUp {
  0% {
    transform: translateY(80px);
      opacity: 0;
  }
  100% {
      transform: translateY(0px);
      opacity: 1;
  }
} 
@keyframes fadeRight {
  0% {
    transform: translateX(80px);
      opacity: 0;
  }
  100% {
      transform: translateX(0px);
      opacity: 1;
  }
} 

/* aboutCont */
.aboutCont { padding: 160px 0 200px; } 
.aboutCont .title { text-align: center; } 
.aboutCont .title h4 { font-size: 52px; font-weight: 700; line-height: normal; color: #000; } 
.aboutCont .title p { margin-top: 24px; font-weight: 300; font-size: 18px; line-height: 1.5; color: #000; } 
.aboutCont .list { margin-top: 94px; display: flex; flex-direction: row; justify-content: center; gap: 120px; } 
.aboutCont .list li { text-align: center; } 
.aboutCont .list li .icon { width: 210px; height: 210px; margin: 0 auto 5px; } 
.aboutCont .list li .icon img { width: 100%; } 
.aboutCont .list li .textBox .subTit { display: block; font-weight: 500; font-size: 18px; line-height: 1.4; color: #FC0; } 
.aboutCont .list li .textBox .tit { display: block; margin-top: 8px; font-size: 32px; font-weight: 700; line-height: 1.19; color: #000; } 
.aboutCont .list li .textBox .txt { margin-top: 16px; font-size: 18px; font-weight: 300; line-height: 1.5; color: #000; } 

/* ciCont */
.ciCont { padding: 160px 0 200px; } 
.ciCont .title { text-align: center; } 
.ciCont .title h4 { font-size: 52px; font-weight: 700; line-height: normal; color: #000; } 
.ciCont .title p { margin-top: 24px; font-weight: 300; font-size: 18px; line-height: 1.5; color: #000; } 
.ciCont .ciBox { position: relative; margin-top: 70px; padding: 174px 46px; text-align: center; background: url('../images/img/img_ciBox_bg.png') no-repeat center center / cover; } 
.ciCont .ciBox img { width: 827px; } 
.ciCont .ciBox a { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); z-index: 1; display: block; width: 232px; height: 50px; }
.ciCont .ciBox a:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background-color: #000; transform: skewX(15deg); } 
.ciCont .ciBox a span { display: inline-block; padding-right: 25px; font-size: 16px; line-height: 50px; color: #FFF; background: url('../images/icon/ico_download.png') no-repeat right center / 15px auto; } 

/* historyCont */
.historyCont { padding-top: 128px; background-color: #F9F9F9; } 
.historyCont .historyWrap { position: relative; padding-bottom: 200px; } 
.historyCont .historyWrap:before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 100%; background-color: #DFDFDF; } 
.historyCont .historyWrap .historyItem { position: relative; padding-top: 31px; } 
.historyCont .historyWrap .historyItem+.historyItem { margin-top: 140px; } 
.historyCont .historyWrap .historyItem>div { position: relative; left: 50%; width: 508px; } 
.historyCont .historyWrap .historyItem .yearTitleBox { position: absolute; top: 0; left: 50%; transform: translateX(-367px); width: 290px; } 
.historyCont .historyWrap .historyItem .yearTitleBox:before { content: ''; position: absolute; top: -8px; right: -92px; width: 30px; height: 30px; background: url("../images/icon/ico_dot_01.png") no-repeat center center / 100% auto; } 
.historyCont .historyWrap .historyItem .yearTitleBox h4 { font-weight: 700; font-size: 42px; line-height: 1.16; color: #000; } 
.historyCont .historyWrap .historyItem .yearTitleBox strong { display: block; margin-top: 6px; font-weight: 500; font-size: 26px; line-height: 1.15; color: #000; } 
.historyCont .historyWrap .historyItem .yearTitleBox p { margin-top: 16px; font-weight: 300; font-size: 18px; line-height: 1.38; color: #888; } 
.historyCont .historyWrap .historyItem .historyItemBox { display: flex; flex-direction: row; align-items: center; padding-left: 50px; } 
.historyCont .historyWrap .historyItem .historyItemBox+.historyItemBox { margin-top: 90px; } 
.historyCont .historyWrap .historyItem .historyItemBox .img { position: relative; z-index: 1; width: 86px; height: 75px; } 
.historyCont .historyWrap .historyItem .historyItemBox .img:before { content: ''; position: absolute; top: 50%; left: -50px; transform: translateY(-50%); z-index: -1; width: 54px; height: 1px; background-color: #DFDFDF; } 
.historyCont .historyWrap .historyItem .historyItemBox .img:after { content: ''; position: absolute; top: 50%; left: -50px; transform: translate(-3.5px, -50%); width: 7px; height: 7px; background-color: #FFCC00; border-radius: 50%;}
.historyCont .historyWrap .historyItem .historyItemBox .img img { width: 100%; } 
.historyCont .historyWrap .historyItem .historyItemBox dl { padding-left: 27px; } 
.historyCont .historyWrap .historyItem .historyItemBox dl dt { font-weight: 500; font-size: 18px; color: #000; } 
.historyCont .historyWrap .historyItem .historyItemBox dl dd { margin-top: 8px; font-weight: 300; font-size: 18px; line-height: 1.38; color: #888; }

/* welfareCont */
.welfareCont { padding-bottom: 200px; margin: 0 auto; width: 1240px; } 
.welfareCont .welfareSldierWrap { width: 100%; } 
.welfareCont .welfareSldierWrap img { width: 100%; } 
.welfareCont .welfareSldierWrap .slick-arrow {position: absolute; top:50%; transform:translateY(-50%);z-index:99;width:40px;height:60px; background-size:20px 42px;background-position: center;background-repeat: no-repeat;background-color:transparent;text-indent: -9999px;}
.welfareCont .welfareSldierWrap .slick-prev {left:30px;background-image: url("../images/icon/ico_arrow_left_02.png");}
.welfareCont .welfareSldierWrap .slick-next {right:30px;background-image: url("../images/icon/ico_arrow_right_02.png");}
.welfareCont .list { margin-top: 100px; display: flex; flex-direction: row; flex-wrap: wrap; gap: 0 120px; border-top: 1px solid rgba(0, 0, 0, 0.13); } 
.welfareCont .list li { padding: 50px 30px 50px 0; display: flex; align-items: center; width: calc(50% - 60px); border-bottom: 1px solid rgba(0, 0, 0, 0.13); } 
.welfareCont .list li .ico { flex-shrink: 0; width: 72px; } 
.welfareCont .list li .ico img { width: 100%; }
.welfareCont .list li:hover .ico img {animation: itemUp .3s ease-out both;}
.welfareCont .list li .txt { padding-left: 40px; } 
.welfareCont .list li .txt strong { font-weight: 500; font-size: 18px; line-height: 1.44; color: #000; } 
.welfareCont .list li .txt p { margin-top: 10px; font-weight: 300; font-size: 16px; line-height: 1.37; color: #888; } 


/* soulgamesCont */
.soulgamesCont { padding: 160px 24px 200px; background: url("../images/img/img_soulgamesCont_bg.jpg") no-repeat center center / cover; } 
.soulgamesCont .imgList { display: flex; flex-direction: row; align-items: center; justify-content: center; gap:36px;} 
.soulgamesCont .imgList li { width: 336px; } 
.soulgamesCont .imgList li img { width: 100%; } 
.soulgamesCont .imgList li:hover img {animation: itemUp .3s ease-out both;}
.soulgamesCont .videoWrap { margin-top: 160px; }
.soulgamesCont .videoWrap .title { padding-bottom: 100px; text-align: center; } 
.soulgamesCont .videoWrap .title h4 { font-weight: 700; font-size: 52px; line-height: 1.17; color: #FFF; } 
.soulgamesCont .videoWrap .title p { margin-top: 24px; font-weight: 300; font-size: 18px; line-height: 1.5; color: #FFF; } 
.soulgamesCont .videoWrap .videoBox { position: relative; margin: 0 auto; width: 1080px; height: 538px; } 
.soulgamesCont .videoWrap .videoBox #videoIframeArea { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; } 
.soulgamesCont .videoWrap .videoBox #videoIframeArea iframe { width: 100%; height: 100%; } 
.soulgamesCont .videoWrap .videoBox .thumbnailImg { position: relative; z-index: 1; width: 100%; cursor: pointer; } 
.soulgamesCont .videoWrap .videoBox .thumbnailImg.hideImg { z-index: -1; } 
.soulgamesCont .videoWrap .videoBox .thumbnailImg:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: url("../images/icon/ico_play_01.png") no-repeat center center / 100% auto; border-radius: 50%; } 
.soulgamesCont .videoWrap .videoBox .thumbnailImg img { width: 100%; } 

/* contactCont */
.contactCont { padding-bottom: 200px; } 
.contactCont .mapWrap { width: 100%; height: 530px; } 
.contactCont .info { margin-top: 90px; display: flex; flex-direction: row; justify-content: center; gap: 130px; } 
.contactCont .info li { position: relative; padding-top: 82px; width: 240px; text-align: center; } 
.contactCont .info li+li:after { content: ''; position: absolute; top: 50%; left: 0; transform: translate(-79px, -50%); width: 28px; height: 80px; background: url("../images/icon/ico_stick_01.png") no-repeat center center / 28px 80px; } 
.contactCont .info li:before { content: ''; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 72px; height: 72px; } 
.contactCont .info li:nth-child(1):before { background: url("../images/icon/ico_location_01.png") no-repeat center center / 72px 72px; } 
.contactCont .info li:nth-child(2):before { background: url("../images/icon/icon_mail_01.png") no-repeat center center / 72px 72px; } 
.contactCont .info li:nth-child(3):before { background: url("../images/icon/ico_phone_01.png") no-repeat center center / 72px 72px; } 
.contactCont .info li strong { display: block; font-weight: 500; font-size: 18px; line-height: 1.44; color: #FC0; } 
.contactCont .info li p { margin-top: 10px; font-weight: 300; font-size: 18px; line-height: 1.5; color: #000; } 

/* pressCont */
.pressCont { padding-bottom: 200px; margin: 0 auto; width: 1240px; } 
.pressCont .pressSldierWrap { position: relative;  } 
.pressCont .pressSldierWrap .pressSldier .item { display: flex; flex-direction: row;}
.pressCont .pressSldierWrap .pressSldier .item .img { flex-shrink: 0; width: 50%; } 
.pressCont .pressSldierWrap .pressSldier .item .img img { width: 100%; } 
.pressCont .pressSldierWrap .pressSldier .item .txt { flex-shrink: 0; width: 50%; background-color: #F9F9F9; } 
.pressCont .pressSldierWrap .pressSldier .item .txt a { display: block; padding: 60px 50px; } 
.pressCont .pressSldierWrap .pressSldier .item .txt a strong { display: block; font-weight: 700; font-size: 32px; line-height: 1.18; color: #000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
.pressCont .pressSldierWrap .pressSldier .item .txt a p { margin-top: 18px; font-weight: 300; font-size: 18px; line-height: 1.5; color: #000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } 
.pressCont .pressSldierWrap .pressSldier .item .txt a .more { position: relative; margin-top: 42px; display: block; width: 212px; font-size: 16px; line-height: 50px; color: #000; text-align: center; } 
.pressCont .pressSldierWrap .pressSldier .item .txt a .more:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid #CCC; transform: skewX(15deg); } 
.pressCont .pressSldierWrap .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 99; width: 24px; height: 38px; background-size: 14px 28px; background-position: center; background-repeat: no-repeat; background-color: transparent; text-indent: -9999px;} 
.pressCont .pressSldierWrap .slick-prev { left: -44px; background-image: url("../images/icon/ico_arrow_left_03.png"); } 
.pressCont .pressSldierWrap .slick-next { right: -44px; background-image: url("../images/icon/ico_arrow_right_03.png"); } 
.pressCont .pressSldierWrap .slick-dots { position: absolute; bottom: 40px; left: 0; right: 0; z-index: 99; text-align: center; } 
.pressCont .pressSldierWrap .slick-dots li {display: inline-block;}
.pressCont .pressSldierWrap .slick-dots li button { margin: 0 4px; width: 8px; height: 8px; border-radius: 4px; background-color: rgba(153, 153, 153, .3); text-indent: -9999px;} 
.pressCont .pressSldierWrap .slick-dots li.slick-active button { width: 22px; background-color: #999999; } 
.pressCont .pressListWrap { margin-top: 160px; } 
.pressListWrap .dataContainer ul { display: flex; flex-wrap: wrap; flex-direction: row; gap: 70px 39px; } 
.pressListWrap .dataContainer ul .item { width: calc(33.3334% - 26px); } 
.pressListWrap .dataContainer ul .item .img { width: 100%; background-color:#F0F0F0;} 
.pressListWrap .dataContainer ul .item .img img { width: 100%; height: auto; } 
.pressListWrap .dataContainer ul .item .txt { padding-top: 20px; } 
.pressListWrap .dataContainer ul .item .txt .tit { display: block; font-weight: 500; font-size: 22px; line-height: 1.4; color: #000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
.pressListWrap .dataContainer .item .txt .date { display: block; margin-top: 15px; font-weight: 300; font-size: 16px; line-height: 1.5; color: #888; } 

.pressListWrap .dataContainer ul .item:hover .img img {animation: imgUp .3s ease-out both;}
.pressListWrap .dataContainer ul .item:hover .txt .tit {color:#FC0;}

.pressListWrap .pagination { margin-top: 74px; } 
.pressListWrap .pagination ul { display: flex; flex-direction: row; justify-content: center; gap: 0 10px; } 
.pressListWrap .pagination ul li a { display: block; width: 32px; height: 32px; font-weight: 300; font-size: 18px; line-height: 32px; color: #000; text-align: center; transition: all .3s;} 
.pressListWrap .pagination ul li.active a { color: #FC0; } 
.pressListWrap .pagination ul li.paginationjs-prev a,
.pressListWrap .pagination ul li.paginationjs-next a { font-size: 0; } 
.pressListWrap .pagination ul li.paginationjs-prev a { background: url("../images/icon/ico_arrow_left_05.png") no-repeat center center / 5px 10px; } 
.pressListWrap .pagination ul li.paginationjs-prev:hover a,
.pressListWrap .pagination ul li.paginationjs-prev.active a,
.pressListWrap .pagination ul li.paginationjs-prev:not(.disabled) a { background: url("../images/icon/ico_arrow_left_04.png") no-repeat center center / 5px 10px; } 
.pressListWrap .pagination ul li.paginationjs-next a { background: url("../images/icon/ico_arrow_right_05.png") no-repeat center center / 5px 10px; } 
.pressListWrap .pagination ul li.paginationjs-next:hover a,
.pressListWrap .pagination ul li.paginationjs-next.active a,
.pressListWrap .pagination ul li.paginationjs-next:not(.disabled) a { background: url("../images/icon/ico_arrow_right_04.png") no-repeat center center / 5px 10px; } 
.pressListWrap .pagination ul li.paginationjs-page.active a { font-weight: 500; color: #FC0; } 

@keyframes itemUp {
  0% { transform:translateY(0); }
  100% { transform:translateY(-10px); }
}
@keyframes imgUp {
  0% { transform:translate(0,0); }
  100% { transform:translate(-10px, -10px); }
}

@media (max-width: 1340px){
  /* mainVisualSldier */
  .mainVisualSldier .slick-prev { left: 24px; } 
  .mainVisualSldier .slick-next { right: 24px; } 

  /* pressCont */
  .pressCont .pressSldierWrap .slick-dots {  bottom: 15px; } 
}

@media (max-width: 1240px) { 
  /* mainVisualSldier */ 
  .mainVisualSldier .visualItem {padding:180px 0 150px; gap: 0 80px; } 
  .mainVisualSldier .visualItem .logo { width: 400px; } 
  .mainVisualSldier .slick-arrow { display: none; } 

  /* aboutCont */
  .aboutCont { padding: 120px 24px 140px; } 
  .aboutCont .list { margin-top: 60px; gap: 60px; } 
  .aboutCont .list li .icon { width: 160px; height: 160px; } 
  .aboutCont .list li .textBox .subTit { font-size: 16px; } 
  .aboutCont .list li .textBox .tit { font-size: 28px; } 
  .aboutCont .list li .textBox .txt { font-size: 16px; } 

  /* ciCont */
  .ciCont { padding: 120px 24px 140px; } 
  .ciCont .ciBox { margin: 0 -24px; } 

  /* historyCont */
  .historyCont { padding-top: 120px; } 
  .historyCont .historyWrap { padding-bottom: 140px; } 
  .historyCont .historyWrap .historyItem>div { width: 50%; } 
  .historyCont .historyWrap .historyItem .historyItemBox { padding-right: 24px; } 
  .historyCont .historyWrap .historyItem .historyItemBox .img { flex-shrink: 0; } 

  /* welfareCont */
  .welfareCont { padding: 0 24px 120px; width: 100%; } 
  .welfareCont .list { margin-top: 50px; gap: 0 60px; } 
  .welfareCont .list li { padding: 30px 30px 30px 0; width: calc(50% - 30px); } 
  .welfareCont .list li .txt { padding-left: 20px; } 
  .welfareCont .list li .ico { width: 60px; } 
  .welfareCont .list li .txt strong { font-size: 16px; } 
  .welfareCont .list li .txt p { font-size: 14px; } 

  /* soulgamesCont */
  .soulgamesCont { padding: 120px 24px 140px; } 
  .soulgamesCont .imgList li { width: 33.333%; } 
  .soulgamesCont .videoWrap .videoBox { width: 100%; height: auto; } 

  /* contactCont */
  .contactCont { padding-bottom: 140px; } 

  /* pressCont */
  .pressCont { padding: 0 24px 140px; width: 100%; } 
  .pressCont .pressSldierWrap .pressSldier .item .img img { object-fit: cover; height: 100%; } 
 }

@media (max-width: 992px) { 
  /* mainVisualSldier */
  .mainVisualSldier .visualItem { gap: 0 50px; padding: 180px 24px 150px; } 
  .mainVisualSldier .visualItem .textBox h3 { margin-top: 12px; font-size: 34px; } 
  .mainVisualSldier .visualItem .textBox p { margin-top: 20px; font-size: 14px; } 
  .mainVisualSldier .visualItem .textBox a { margin-top: 38px; } 
  .mainVisualSldier .visualItem .logo { width: 350px; } 

  /* aboutCont */
  .aboutCont { padding: 80px 24px 100px; } 
  .aboutCont .list { margin-top: 60px; gap: 40px; } 
  .aboutCont .list li .icon { width: 160px; height: 160px; } 
  .aboutCont .list li .textBox .subTit { font-size: 14px; } 
  .aboutCont .list li .textBox .tit { font-size: 24px; } 
  .aboutCont .list li .textBox .txt { font-size: 14px; } 
  .aboutCont .list li .textBox .txt br { display: none; } 

  /* ciCont */
  .ciCont { padding: 80px 24px 100px; } 
  .ciCont .ciBox { position: relative; margin-top: 60px; padding: 140px 46px; } 
  .ciCont .ciBox img { width: 650px; } 

  /* historyCont */
  .historyCont .historyWrap .historyItem .yearTitleBox { left: 0; transform: none; padding-left: 24px; width: 50%; } 
  .historyCont .historyWrap .historyItem .yearTitleBox:before { right: -15px; } 
  .historyCont .historyWrap .historyItem .yearTitleBox p br { display: none; } 
  .historyCont .historyWrap .historyItem .historyItemBox { flex-direction: column; gap: 17px; align-items: flex-start; } 
  .historyCont .historyWrap .historyItem .historyItemBox dl { padding-left: 0; } 

  /* welfareCont */
  .welfareCont { padding: 0 24px 100px; } 

  /* soulgamesCont */
  .soulgamesCont { padding: 80px 24px 100px; } 

  /* contactCont */
  .contactCont { padding-bottom: 100px; } 
  .contactCont .mapWrap { width: 100%; height: 450px; } 
  .contactCont .info { padding: 0 24px; margin-top: 60px; gap: 60px; } 
  .contactCont .info li { padding-top: 72px; width: calc(33.334% - 40px); } 
  .contactCont .info li+li:after { transform: translate(-44px, -50%); } 
  .contactCont .info li:before { width: 64px; height: 64px; } 
  .contactCont .info li strong { font-size: 15px; } 
  .contactCont .info li p { margin-top: 6px; font-size: 15px; } 

  /* pressCont */
  .pressCont { padding: 0 24px 100px; } 
  .pressCont .pressSldierWrap .pressSldierPagination { display: none; position: absolute; bottom: 40px; left: 0; right: 0; z-index: 99; text-align: center; } 
  .pressCont .pressSldierWrap { padding: 0; } 
  .pressCont .pressSldierWrap .pressSldier .item .txt a { padding: 40px 30px; } 
  .pressCont .pressSldierWrap .pressSldier .item .txt a strong { font-size: 25px; } 
  .pressCont .pressSldierWrap .pressSldier .item .txt a p { margin-top: 14px; font-size: 15px; } 
  .pressCont .pressSldierWrap .pressSldier .item .txt a .more { margin-top: 42px; width: 180px; font-size: 14px; line-height: 45px; } 
  .pressCont .pressListWrap { margin-top: 80px; } 
 }

@media (max-width: 768px) { 
  /* mainVisualSldier */
  .mainVisualSldier .visualItem { flex-direction: column; gap: 45px 0; padding: 130px 24px 70px; } 
  .mainVisualSldier .visualItem .textBox { text-align: center; } 
  .mainVisualSldier .visualItem .textBox h3 { font-size: 52px; } 
  .mainVisualSldier .visualItem .textBox p { font-size: 20px; } 
  .mainVisualSldier .visualItem .textBox a { margin: 38px auto 0; } 
  
  .mainVisualSldier .visualItem.slick-active .logo {
    animation: fadeUp .3s .3s ease-out both;
  }
  .mainVisualSldier .slick-dots {bottom: 25px;} 

  /* aboutCont */
  .aboutCont .title h4 { font-size: 34px; } 
  .aboutCont .title p { margin-top: 14px; font-size: 16px; } 
  .aboutCont .list { flex-direction: column; gap: 100px; } 
  .aboutCont .list { margin-top: 70px; } 
  .aboutCont .list li .icon { width: 210px; height: 210px; } 
  .aboutCont .list li .textBox .subTit { font-size: 16px; } 
  .aboutCont .list li .textBox .tit { font-size: 25px; } 
  .aboutCont .list li .textBox .txt { font-size: 16px; } 
  .aboutCont .list li .textBox .txt br { display: block; } 

  /* ciCont */
  .ciCont .title h4 { font-size: 34px; } 
  .ciCont .title p { margin-top: 14px; font-size: 16px; } 
  .ciCont .ciBox { padding: 132px 22px; } 
  .ciCont .ciBox img { width: 100%; } 
  .ciCont .ciBox a { width: 212px; } 

  /* historyCont */
  .historyCont { padding-top: 60px; } 
  .historyCont .historyWrap { padding-bottom: 100px; } 
  .historyCont .historyWrap .historyItem .yearTitleBox h4 { font-size: 26px; } 
  .historyCont .historyWrap .historyItem .yearTitleBox strong { margin-top: 4px; font-size: 20px; } 
  .historyCont .historyWrap .historyItem .yearTitleBox p { margin-top: 12px; font-size: 16px; } 
  .historyCont .historyWrap .historyItem .yearTitleBox p br { display: none; } 
  .historyCont .historyWrap .historyItem .historyItemBox { padding-left: 34px; } 
  .historyCont .historyWrap .historyItem .historyItemBox .img:before { left: -34px; } 
  .historyCont .historyWrap .historyItem .historyItemBox .img:after { left: -34px; } 
  .historyCont .historyWrap .historyItem .historyItemBox dl dt { font-size: 15px; } 
  .historyCont .historyWrap .historyItem .historyItemBox dl dd { margin-top: 4px; font-size: 15px; } 

  /* welfareCont */
  .welfareCont .welfareSldierWrap .slick-arrow {width:22px;height:36px; background-size:12px 26px;}
  .welfareCont .welfareSldierWrap .slick-prev {left:11px;}
  .welfareCont .welfareSldierWrap .slick-next {right:11px;}
  .welfareCont .list { flex-direction: column; gap: 0; } 
  .welfareCont .list li { width: 100%; } 

  /* soulgamesCont */
  .soulgamesCont .imgList { gap:9px;} 
  .soulgamesCont .imgList li { width: calc(33.3334% - 6px);} 
  .soulgamesCont .videoWrap { margin-top: 80px; } 
  .soulgamesCont .videoWrap .title { padding-bottom: 47px; } 
  .soulgamesCont .videoWrap .title h4 { font-size: 34px; } 
  .soulgamesCont .videoWrap .title p { margin-top: 14px; font-size: 16px; } 
  .soulgamesCont .videoWrap .videoBox .thumbnailImg:before { width: 50px; height: 50px; } 

  /* contactCont */
  .contactCont .info li+li:after { content: none; } 
  .contactCont .mapWrap { width: 100%; height: 400px; } 
  .contactCont .info { flex-direction: column; gap: 70px; } 
  .contactCont .info li { width: 100%; } 

  /* pressCont */
  .pressCont .pressSldierWrap .pressSldier .item { flex-direction: column; } 
  .pressCont .pressSldierWrap .pressSldier .item .img { width: 100%; } 
  .pressCont .pressSldierWrap .pressSldier .item .txt { width: 100%; } 
  .pressCont .pressSldierWrap .pressSldier .item .txt a { padding-bottom: 98px; } 
  .pressCont .pressSldierWrap .pressSldier .item .txt a .more { display: none; } 
  .pressCont .pressSldierWrap .slick-dots { bottom: 40px; } 
  .pressCont .pressListWrap { margin-top: 52px; } 
  .pressListWrap .dataContainer ul { gap: 60px 24px; } 
  .pressListWrap .dataContainer ul .item { width: calc(50% - 12px); } 
  .pressListWrap .dataContainer ul .item .txt { padding-top: 20px; } 
  .pressListWrap .dataContainer ul .item .txt .tit { font-size: 20px; } 
  .pressListWrap .pagination { margin-top: 60px; } 
  .pressListWrap .pagination ul li a { width: 24px; height: 24px; font-size: 15px; line-height: 24px; } 
 }

 @media (max-width: 567px) {
  /* historyCont */
  .historyCont .historyWrap:before { top: 8px; left: 35px; transform: none; } 
  .historyCont .historyWrap .historyItem+.historyItem { margin-top: 90px; } 
  .historyCont .historyWrap .historyItem { position: relative; padding-top: 0; } 
  .historyCont .historyWrap .historyItem>div { width: 100%; left: 0; } 
  .historyCont .historyWrap .historyItem .yearTitleBox { position: relative; margin-bottom: 44px; padding-left: 60px; width: 100%; } 
  .historyCont .historyWrap .historyItem .yearTitleBox:before { right: inherit; top: 0; left: 24px; width: 23px; height: 23px; } 
  .historyCont .historyWrap .historyItem .historyItemBox+.historyItemBox { margin-top: 60px; } 
  .historyCont .historyWrap .historyItem .historyItemBox { padding-left: 60px; } 
  .historyCont .historyWrap .historyItem .historyItemBox .img:before { left: -24px; } 
  .historyCont .historyWrap .historyItem .historyItemBox .img:after { left: -24px; } 

  /* soulgamesCont */
  .soulgamesCont .videoWrap .title p br { display: none; } 

  /* pressCont */
  .pressListWrap .dataContainer ul { gap: 60px 0; } 
  .pressListWrap .dataContainer ul .item { width: 100%; } 
 }

 @media (max-width: 480px){
  /* mainVisualSldier */
  .mainVisualSldier .visualItem .logo { width: 100%; } 
  .mainVisualSldier .visualItem .textBox h3 { font-size: 34px; } 
  .mainVisualSldier .visualItem .textBox p { font-size: 14px; } 
  .mainVisualSldier .visualItem .textBox a { width: 150px; height: 40px; font-size: 14px; line-height: 40px; } 
 }
@media (max-width: 360px) { 
  /* aboutCont */
  .aboutCont .title p br { display: none; } 
  .aboutCont .list li .textBox .txt br { display: none; } 

  /* ciCont */
  .ciCont .title p br { display: none; } 
  .ciCont .ciBox { padding: 100px 22px; }

  /* historyCont */
  .historyCont .historyWrap .historyItem .historyItemBox .img { width: 76px; height: 65px; } 

  /* soulgamesCont */
  .soulgamesCont .videoWrap {margin-top:60px;}
  .soulgamesCont .videoWrap .title h4 { font-size: 32px; } 
  .soulgamesCont .videoWrap .title p { font-size: 14px; } 

  /* pressCont */
  .pressCont .pressSldierWrap .pressSldier .item .txt a { padding: 25px 25px 60px; } 
  .pressCont .pressSldierWrap .pressSldier .item .txt a strong { font-size: 20px; } 
  .pressCont .pressSldierWrap .pressSldier .item .txt a p { font-size: 13px; } 
  .pressCont .pressSldierWrap .slick-dots { bottom: 20px; } 
 }