@charset "utf-8";

/* about */
#section0 h1 {
  margin-bottom: 11px;
  padding-left: 58px;
  font-family: 'pointB';
  font-size: 102px;
  line-height: 106px;
  color: #fff;
}

#section0 h1::first-letter {
  color: #00d7fa;
}

#section0 h1, #section0 p {
  transform: translateY(200px);
  transition: all 2s;
  opacity: 0;
}

#section0 p {
  padding-left: 58px;
  font-family: 'notoM', sans-serif;
  font-size: 29px;
  line-height: 48px;
  color: #fff;
  transition-delay: 0.5s;
}

#section0 .ci_visual {
  width: 557px;
  height: 701px;
  position: absolute;
  top: -50%;
  right: 105px;
}

#section0 .ci_visual img {
  width: 557px;
  height: 701px;
  position: absolute;
  top: 0;
  left: 0;
}

#section1 {
  background: url('../img/bg_about_section01.png') no-repeat center bottom;
}

#section1 .slogan_box {
  color: #fff;
  text-align: center;
}

#section1 .slogan_box h1 {
  margin-bottom: 120px;
  transform: translateY(150px);
  text-align: center;
  transition: all 2s;
  opacity: 0;
}

#section1 .slogan_box > p {
  display: inline-block;
  font-family: 'notoM', sans-serif;
  font-size: 36px;
  line-height: 58px;
  letter-spacing: -0.01em;
  transform: translateY(100px);
  transition: all 2s;
  opacity: 0;
  transition-delay: 1s;
}

#section1 .slogan_box .clearfix {
  width: 982px;
  height: 291px;
  margin: 0 auto 80px;
  background: url('../img/bg_bracket.png') no-repeat left 50%;
  transform: translateY(200px);
  transition: all 2s;
  transition-delay: 0.5s;
  opacity: 0;
}

#section1 .slogan_box .clearfix div:first-child {
  width: 314px;
  float: left;
}

#section1 .slogan_box .clearfix div:last-child {
  width: 558px;
  float: right;
}

#section1 .slogan_box .clearfix div p {
  font-family: 'notoR', sans-serif;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}

#section1 .slogan_box .clearfix div:first-child p {
  margin-top: 35px;
  margin-bottom: 50px;
}

#section1 .slogan_box .clearfix div:first-child p:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

#section1 .slogan_box .clearfix div:last-child p {
  transform: translateY(-220%);
  margin-top: 50%;
}

#section1 .slogan_box .clearfix div p em {
  display: block;
  font-family: 'pointB';
  font-style: normal;
  font-size: 42px;
  color: #00d7fa;
}

#section2 .inner div {
  display: inline-block;
  margin-left: 25px;
  text-align: center;
}

#section2 .inner div p {
  transform: translateY(200px);
  transition: all 2s;
  opacity: 0;
}

#section2 .inner div p:first-child {
  position: relative;
  padding-bottom: 68px;
  margin-bottom: 50px;
  font-family: 'pointR';
  font-size: 56px;
  line-height: 78px;
  letter-spacing: 0.025em;
  color: #00d7fa;
  transition-delay: 0.5s;
}

#section2 .inner div p:first-child em {
  font-family: 'pointB';
  font-size: 65px;
  font-style: normal;
  line-height: 78px;
}

#section2 .inner div p:last-child {
  font-family: 'notoM', sans-serif;
  font-size: 34px;
  line-height: 62px;
  letter-spacing: 0.05em;
  color: #fff;
  transition-delay: 1s;
}

#section2 .inner div p:first-child::after {
  width: 176px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -88px;
  content: "";
  display: block;
  background: #fff;
}

#section2 .inner .ci_visual {
  width: 679px;
  height: 626px;
  position: absolute;
  top: -50%;
  margin-top: 106px;
  right: 25px;
  transition: all 3s;
  opacity: 0;
}

#section2 .ci_visual img {
  width: 679px;
  height: 626px;
  position: absolute;
  top: 0;
  left: 0;
}

#section3 {
  background: url('../img/bg_games_section01.jpg') no-repeat center top;
  background-size: cover;
}
#section4 {
  background: url('../img/bg_games_chronoodyssey.jpg') no-repeat center top;
  background-size: cover;
}

#section5 {
  background: url('../img/bg_careers_section01.jpg') no-repeat center top;
  background-size: cover;
}

#section5 a {
  /* width:240px;  */
  width:480px; /*20230925 변경*/
  height:50px;
  padding:0 10px;
  text-align:center;
  cursor: default;
}
#section5 a.ml-20 { 
  margin-left:14px;
}

#section6 {
  background: url('../img/bg_careers_section02.jpg') no-repeat center top;
  background-size: cover;
}

#section6 .inner {
  text-align: center;
}

#section6 .inner h2 {
  margin-bottom: 60px;
  font-family: 'pointSB';
  font-size: 68px;
  line-height: 68px;
  color: #00d7fa;
  transform: translateY(100px);
  transition: all 2s;
  transition-delay: 0.5s;
  opacity: 0;
}

#section6 .inner li {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-family: 'notoDL', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  transform: translateY(100px);
  transition: all 2s;
  transition-delay: 1s;
  opacity: 0;
}

#section6 .inner li::after {
  content: "";
  width: 450px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: -225px;
  background: #fff;
}

#section6 .inner li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

#section6 .inner li:last-child::after {
  content: none;
}

#section6 .inner li em {
  display: block;
  font-family: 'pointBK';
  font-size: 33px;
  color: #00d7fa;
}

#section6 .inner .aside {
  position: absolute;
  top: 0;
  left: 75px;
  font-family: 'notoM', sans-serif;
  font-size: 19px;
  line-height: 1.8;
  text-align: left;
  color: #fff;
  transform: translateY(100px);
  transition: all 2s;
  opacity: 0;
}

/* #section6 .inner h2 {
  margin-bottom: 14px;
  margin-left: 114px;
  font-family: 'notoB', sans-serif;
  font-size: 40px;
  color: #fff;
}

#section6 .inner>p {
  margin-bottom: 80px;
  margin-left: 114px;
  font-family: 'pointBK';
  font-size: 30px;
  color: #fff;
}

#section6 .inner h2, #section6 .inner>p, #section6 .inner .list_box {
  transform: translateY(150px);
  transition: all 2s;
  opacity: 0;
}

#section6 .inner .list_box {
  transition-delay: 0.5s;
  text-align: center;
}

#section6 .inner .list_box>a {
  display: inline-block;
  margin-top: 55px;
  padding: 2px 15px 4px 15px;
  font-family: 'notoB', sans-serif;
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
}

#section6 .inner .list_box>a:hover {
  color: #00d7fa;
  border: 2px solid #00d7fa;
}

#section6 .inner .recruit_list {
  width: 1372px;
  margin: 0 auto;
}

#section6 .inner .recruit_list li {
  width: 316px;
  height: 298px;
  float: left;
  margin-right: 36px;
  border: 4px solid #00d7fa;
  background: #000;
}

#section6 .inner .recruit_list li a {
  display: block;
  padding: 14px 12px;
  text-align: center;
  text-decoration: none;
}

#section6 .inner .recruit_list li:last-child {
  margin-right: 0;
}

#section6 .inner .recruit_list li h3 {
  margin-bottom: 45px;
  padding: 8px 0 18px 0;
  font-family: 'pointSB';
  font-size: 25px;
  line-height: 28px;
  color: #00d7fa;
  border-bottom: 2px solid #00d7fa;
}

#section6 .inner .recruit_list li p {
  margin-bottom: 40px;
  font-family: 'notoB', sans-serif;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#section6 .inner .recruit_list li span {
  font-family: 'notoM', sans-serif;
  font-size: 23px;
  color: #9B9B9B;
} */

#section7 .inner h2 {
  display: none;
}

#section7 .inner {
  transform: translateY(150px);
  transition: all 2s;
  opacity: 0;
}

#section7 .inner .news_list {
  /*width: 1248px;*/
}

#section7 .inner .news_list li {
  width: 416px;
  height: 445px;
  float: left;
  margin-right: 62px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #000;
}

#section7 .inner .news_list li a {
  display: block;
  padding: 20px 0;
  text-align: left;
  text-decoration: none;
}

#section7 .inner .news_list li:last-child {
  margin-right: 0;
}

#section7 .inner .news_list li.is-empty {
  border: none;
}

#section7 .inner .news_list a .badge {
  display: inline-block;
  padding: 4px 15px 2px 15px;
  margin-bottom: 20px;
  font-family: 'pointB';
  font-size: 15px;
  line-height: 18px;
  color: #000;
  border-radius: 5px;
  background: #00d7fa;
}

#section7 .inner .news_list li a img {
  width: 416px;
  height: 234px;
  display: inline-block;
  margin-bottom: 20px;
}

#section7 .inner .news_list li a p {
  font-family: 'notoM', sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  letter-spacing: -0.03em;
}

#section7 .inner .news_list li a .date {
  font-family: 'notoDL', sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #e6e7e8;
}



#section7 .pagination-wrap {
  display: none;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
#section7 .pagination-wrap .pagination-inner {
  display: inline-block;
  position: relative;
  padding: 0 68px;
}
#section7 .pagination-wrap .btn-prev, .pagination-wrap .btn-next {
  position: absolute;
  display: inline-block;
  width: 37px;
  height: 37px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  border: none;
  background: none;

  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 0 !important;
  vertical-align: middle;
  margin-top: 0;
  cursor: pointer;
  
}
#section7 .pagination-wrap .btn-prev img, .pagination-wrap .btn-next img {
  display: block;
  width: 100%;
  height: 100%;
}
#section7 .pagination-wrap .btn-prev:disabled, .pagination-wrap .btn-next:disabled {
  pointer-events: none;
  opacity: 0.35;
}
#section7 .pagination-wrap .btn-prev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat center 22px;
}
#section7 .pagination-wrap .btn-next {
  right: 0;
  background: url(../img/btn_next.png) no-repeat center 22px;
}
#section7 .pagination-wrap.onHide {
  display: none;
}
#section7 .pagination-wrap.is-active {
  display: block;
}
#section7 .pagination {
  display: inline-block;
  text-align: center;
}
#section7 .pagination .pagination-item {
  display: none;
}
#section7 .pagination .pagination-item button {
  width: 37px;
  height: 37px;
  border: none;
  background: none;
  font-size: 25px;
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
}

#section7 .pagination .pagination-item button.is-active {
  color: #00d7fa;
}
#section7 .pagination .pagination-item.is-active {
  display: inline-block;
}
         





#section8 .inner {
  color: #fff;
}

#section8 .inner h2 {
  font-family: 'notoB', sans-serif;
  font-size: 40px;
  margin-bottom: 14px;
}

#section8 .inner>p {
  /* margin-bottom: 60px; */
  margin-bottom:-30px;
  font-family: 'pointBK';
  font-size: 30px;
}

#section8 .inner h2, #section8 .inner>p {
  margin-left: 115px;
  line-height: 40px;
  transform: translateY(100px);
  transition: all 2s;
  opacity: 0;
}

#section8 .inner .address_area {
  padding-left: 115px;
  transform: translateY(100px);
  transition: all 2s;
  transition-delay: 0.5s;
  opacity: 0;
}

#section8 .inner .aside {
  padding-left: 25px;
  position: absolute;
  /* right: 30px; bottom: 30px; */
  right:170px; bottom:0;
  border-left: 1px solid #fff;
}

#section8 .inner .aside h3 {
  font-family: 'notoM', sans-serif;
  font-size: 25px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

#section8 .inner .aside p {
  font-family: 'notoDL', sans-serif;
  font-size: 17px;
  line-height: 27px;
}

#section8 .inner .aside p:first-of-type {
  margin-bottom: 20px;
}

#section8 .inner .aside p:nth-of-type(2) {
  margin-bottom: 16px;
  font-family: 'pointL';
  font-size: 15px;
  line-height: 21px;
}

#section8 .inner .aside p:last-of-type {
  font-family: 'notoDL', sans-serif;
  font-size: 15px;
  line-height: 21px;
}

#section9 .inner h2 {
  font-family: 'notoB', sans-serif;
  font-size: 40px;
  margin-bottom: 14px;
}

#section9 .inner>p {
  margin-bottom: 120px;
  font-family: 'pointBK';
  font-size: 30px;
}

#section9 .inner h2, #section9 .inner>p {
  margin-left: 115px;
  line-height: 40px;
  color: #fff;
}

#section9 .inner ul {
  width: 1234px;
  margin: 0 auto;
  overflow: hidden;
  
  
  transform: translateY(200px);
  transition: all 2s;
  /* opacity: 0; */
 
}

#section9 .inner ul li {
  width: 340px;
  height: 320px;
  float: left;
  margin-right: 107px;
  padding: 15px 13px;
  text-align: center;
  border: 3px solid #00d7fa;
}

#section9 .inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#section9 .inner ul li:last-child {
  margin-right: 0;
}

#section9 .inner ul li h3 {
  margin: 65px 0 14px 0;
  font-family: 'notoB', sans-serif;
  font-size: 29px;
  line-height: 45px;
  color: #00d7fa;
}

#section9 .inner ul li p {
  padding-bottom: 65px;
  font-family: 'pointR';
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  border-bottom: 3px solid #00d7fa;
}

#section9 .inner ul li span {
  display: block;
  padding-top: 22px;
  font-family: 'pointR';
  font-size: 18px;
  line-height: 37px;
  color: #e6e7e8;
  text-decoration: none;
}

#section10 .trans-wrap{
  position: relative;
  width: 100%;
  background: #00d7fa;
  padding: 30px 0;
  transform: translateY(125px);
  transition: transform 0.8s;
}


/* 공통 */
.inner .info h2 {
  margin: 0 0 40px 115px;
  font-family: 'pointSB';
  font-size: 74px;
  color: #fff;
  transform: translateY(200px);
  transition: all 2s;
  opacity: 0;
}

.inner .info div {
  transform: translateY(200px);
  transition: all 2s;
  transition-delay: 0.5s;
  opacity: 0;
}

.inner .info p {
  margin-left: 115px;
  font-family: 'notoM', sans-serif;
  font-size: 29px;
  line-height: 48px;
  color: #fff;
}

.inner .info a {
  display: inline-block;
  margin-top: 50px;
  margin-left: 115px;
  padding: 4px 20px 6px 20px;
  font-family: 'notoB', sans-serif;
  font-size: 23px;
  line-height: 40px;
  color: #fff;
  border: 3px solid #fff;
  text-decoration: none;
}

.inner .info a:hover {
  color: #00d7fa;
  border: 3px solid #00d7fa;
}


.inner .info span.nonLink {
  display: inline-block;
  margin-top: 50px;
  margin-left: 115px;
  padding: 4px 20px 6px 20px;
  font-family: 'notoB', sans-serif;
  font-size: 23px;
  line-height: 40px;
  color: #fff;
  border: 3px solid #fff;
  text-decoration: none;
  cursor: auto;
}

.inner .info span.nonLink:hover {
  color: #00d7fa;
  border: 3px solid #00d7fa;
  
}


/* news */
.sub_content {
  padding-top: 220px;
  padding-bottom: 200px;
}

.artical_board {
  width: 1370px;
  position: relative;
  margin: 0 auto;
}

.artical_board .header {
  padding: 0 0 40px 0;
  margin-bottom: 70px;
  border-bottom: 2px solid #00d7fa;
}

.artical_board .header h1 {
  margin-bottom: 80px;
  font-family: 'notoB', sans-serif;
  font-size: 38px;
  line-height: 60px;
  color: #00d7fa;
}

.artical_board .header p {
  font-family: 'notoDL', sans-serif;
  font-size: 25px;
  color: #fff;
}

.artical_board .content {
  color: #fff;
}

.artical_board .content .point_tit {
  margin-bottom: 80px;
}

.artical_board .content .point_tit li {
  font-family: 'notoM', sans-serif;
  font-size: 30px;
  line-height: 59px;
}

.artical_board .content p {
  margin-bottom: 60px;
  letter-spacing: -0.01em;
  font-family: 'notoDL', sans-serif;
  font-size: 27px;
  line-height: 58px;
}

.artical_board .reference_list {
  margin-top: 80px;
  margin-bottom: 300px;
}

.artical_board .reference_list dt, .artical_board .reference_list dd {
  font-family: 'notoDL', sans-serif;
  font-size: 20px;
  line-height: 38px;
}

.artical_board .reference_list dd a {
  color: #fff;
  text-decoration: none;
}

.artical_board .btn_back {
  height: 47px;
  padding: 0 10px;
  display: inline-block;
  font-family: 'notoB', sans-serif;
  font-size: 23px;
  line-height: 47px;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
}

.artical_board .btn_back:hover {
  color: #00d7fa;
  border: 2px solid #00d7fa;
}

.privact {
  width: 1600px;
  position: relative;
  margin: 0 auto;
  color: #fff;
  line-height: 1.7;
}

.privact h2 {
  font-family: 'notoB', sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
}

.privact h3 {
  font-family: 'notoM', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.privact p a{
  color: #fff;
  text-decoration: none;
}

.privact p, .privact ul {
  font-family: 'notoDL', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.privact ul li {
  list-style: circle;
}

.privact .select {
  position: absolute;
  top: 0;
  right: 0;
}

.privact .select>a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 50px;
  padding: 0 150px 0 25px;
  border: 2px solid #fff;
}

.privact .select>a::before {
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 30;
  width: 48px;
  height: 48px;
  background: url('../img/ico_arrow02.png') no-repeat;
  background-size: 48px auto;
  vertical-align: top;
}

.privact .select>a em {
  display: inline-block;
  position: relative;
  z-index: 20;
  color: #fff;
  font-family: 'pointR';
  font-size: 24px;
  line-height: 48px;
}

.privact .select .option_box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 999;
  width: 100%;
  background: #000;
  border: 2px solid #fff;
  border-top: none;
}

.privact .select .option_box ul {
  overflow: auto;
  width: 100%;
  min-height: 48px;
  max-height: 310px;
  margin-bottom: 0;
}

.privact .select .option_box ul li {
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.privact .select .option_box ul li a {
  overflow: hidden;
  position: relative;
  height: 48px;
  padding: 0 25px;
  color: #fff;
  font-family: 'pointR';
  font-size: 24px;
  line-height: 48px;
  line-height: 48px;
  vertical-align: top;
  text-decoration: none;
}

.privact .table-wrap{
  padding-top: 0;
}
.privact .table-wrap table{
  width:100%;
  border: 1px solid #b4b5c4;
  color:#fff;
}
.privact .table-wrap table thead th{
  color:#fff;
  border: 1px solid #b4b5c4;
  padding:6px 6px;
  text-align: center;
  vertical-align:middle;
  background-color: #656fae;
  line-height:1.6;
}
.privact .table-wrap table tbody td{
  border: 1px solid #b4b5c4; 
  padding:10px 10px;
  text-align: center;
  vertical-align:middle;
  line-height:1.6;
}
.privact .table-wrap table tbody td.align-left{
  text-align: left;
}
