@charset "utf-8";

html, body {min-height:100%;/*overflow-x:hidden*/}
body{overflow-x: hidden;font-family:'suit';}

/*visual*/
.wrap_1420{position: relative;}
.first{width:100%; height:485px !important; padding-top:180px;color:#000;}
.first .fp-tableCell { height:100% !important;}
.second{width:100%;height:auto;}
.third{width:100%;height:auto;}
.fourth{width:100%;height:auto;}
.animated{opacity: 0;}
.btn_more{width:243px;height: 59px;background: url(../img/index/btn_more.png) 0 0 no-repeat;margin-top: 80px;display: block;position: relative;}
.deco02{position: absolute;right:-20px;bottom:0px}
.scroll{position: absolute;bottom:25px;left:50%;margin-left:-17.5px;z-index: 10;}
.ico_scroll {padding-top: 53px;position: relative;cursor: default;}
.ico_scroll em {font-family:'suit'; font-weight:300;font-size:12px; color:#fff; }
.ico_scroll span {position: absolute;top: 0;left: 50%;width: 29px;height: 46px;margin-left: -17.5px;border: 2px solid #fff;border-radius: 50px;box-sizing: border-box;}
.ico_scroll span::before {position: absolute;top: 10px;left: 50%;content: '';width: 6px;height: 6px;margin-left: -3px;background-color: #fff; border-radius: 100%;-webkit-animation: sdb 2s infinite;animation: sdb 2s infinite;box-sizing: border-box;}

.Timeline .section {
  text-align:center;
}
.Timeline .first {
  text-align:left;
}
.Timeline .chapter {
  color:#fff;
  font-size:28px;
  font-weight:400;
}
.Timeline .tit {
  color:#fff;
  font-size:58px; 
  margin:20px 0 10px;
  line-height:1;
}
.Timeline .tit_explain {
  color:#fff;
  font-size:28px;
  font-weight:300;
  margin-bottom:40px;
}
.page_loc {
  color:#002A74;
  font-size:18px;
}
.page_loc .arrow {
  margin:0 20px 7px 20px;
}
.page_loc b {
  font-weight:500;
}
.first h2 {
  font-size:58px;
  margin-top:40px;
  letter-spacing: -1.5px;
}
.first h4 {
  font-size:24px;
  font-weight:500;
  margin-top:20px;
}
.Timeline .animated{
  padding:100px 0;
}
.Timeline .second {
  padding:100px 0;
  background:url(../img/timeline/sec2_bg.jpg) no-repeat top center;
  background-size:cover;
}
.Timeline .third {
  padding:100px 0;
  background:url(../img/timeline/sec3_bg.jpg) no-repeat top center;
  background-size:cover;
}
.Timeline .fourth{
  padding:100px 0;
  background:url(../img/timeline/sec4_bg.jpg) no-repeat top center;
  background-size:cover;
}
.Timeline .five{
  padding:100px 0;
  background:url(../img/timeline/sec5_bg.jpg) no-repeat top center;
  background-size:cover;
}

.mb_20 {margin-bottom:20px;}
.mb_30 {margin-bottom:30px;}
.mb_40 {margin-bottom:40px;}
.mb_50 {margin-bottom:50px;}
.mb_60 {margin-bottom:60px;}
.mb_80 {margin-bottom:80px;}
.mb_100 {margin-bottom:100px;}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/*slider*/

.swiper {
  width:100%;
  margin:0 auto;
  position:relative;
}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {
  text-align:center;
}
.swiper-slide img{
  width:100%;
  max-width:1100px;
}
.swiper-slide p {
  font-size:24px;
  color:#fff;
  font-weight:300;
}
.swiper-button-next, .swiper-button-prev {
  width:68px;
  height:68px;
  transform:translate(0,-50%);
}
.swiper-button-next{
  background:url(../img/timeline/ico_arrow.png) no-repeat 50%;
  background-size:cover;
  transform:rotate(180deg) translate(0,50%);
  right:-2.5%;
}
.swiper-button-prev {
  background:url(../img/timeline/ico_arrow.png) no-repeat 50%;
  background-size:cover;
  left:-3%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity:1;
}
.banner {
  padding-top:220px;
}
.banner h2 {
  font-size:58px;
  color:#000;
  margin:40px 0 20px;
}
.banner h4 {
  font-size:24px;
  font-weight:400;
  color:#000
}
.contents {
  margin:0 auto;
}
.tab_wrapper {
  border-bottom:1px solid #D9D9D9;
  display:flex;
  justify-content:center;
  gap:50px;
}
.tab_wrapper a {
  color:#6D6D6D;
  font-size:24px;
  font-weight:300;
  padding-bottom:24px;
  margin-bottom:-1px;
  display:inline-block;
}
.tab_wrapper a.active {
  color:#0092E5;
  border-bottom:1px solid #0092E5;
  font-weight:500;
}
div[id^=tab0],div[class^=tab0],div[class^=tab1] {
  display:none;
  padding:80px 0 120px 0;
  text-align:center;
}
div[id^=tab0].active,div[class^=tab0].active,div[class^=tab1].active {
  display:block;
}

/*기념 인사말, 축사*/
.ceo_msg {
  padding:60px 0 100px;
}
.ceo_msg h3 {
  font-size:30px;
  color:#000;
}
.ceo_msg h4 {
  color:#222;
  font-size:22px;
  font-weight:500;
}
.ceo_msg p {
  color:#222;
  font-size:21.5px;
  font-weight:300;
  line-height:1.5;
}
.ceo_msg .mb_280 {
  margin-bottom:280px;
}
.ceo_name {
  font-size:20px;
  font-weight:500;
  color:#222;
  text-align:right;
}
.ceo_name h2 {
  margin-top:10px;
  font-size:30px;
  font-weight:500;
  letter-spacing: 14px;
  margin-right:-15px;
}
.ceo_img {
  width:660px;
}

/* 함께한 사람들 */
.WithPeople {
  border-top:1px solid #D9D9D9;
  padding:60px 0 138px;
}
.WithPeople .char01 {
  position:absolute;
  left: 120px;
  bottom: -84px;
  width:179px;
}
.WithPeople div[class^=tab0] {
  padding:0
}
.WithPeople .char02 {
  position:absolute;
  right: 94px;
  bottom: -98px;
  width:269px;
}
.WithPeople .wrapper {
  width:650px;
  margin:0 auto;
  position: relative;
}
.WithPeople .top {
  background:#0092E5;
  border-radius:20px 20px 0 0;
  padding:40px 23px;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}
.WithPeople .bottom {
  padding:40px 45px 193px 45px;
  overflow:hidden;
  border-radius:0 0 20px 20px;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}
.WithPeople div[class^=tab] {
  max-height:640px;
  overflow-y:auto;
  font-size:20px;
  font-weight:300;
  word-break: keep-all;
  display:none;
}
.WithPeople div[class^=tab].active {
  display:block;
}
.WithPeople div[class^=tab] p {
  margin-bottom:25px;
  line-height: 1.6;
  text-align:left;
  color:#222;
}
.WithPeople div[class^=tab] p:last-child {
  margin-bottom:0;
}

/* eBook */
.eBook .swiper-container {
  margin:0 auto;
}
.eBook .swiper-slide {
  width:auto !important;
}
.eBook .flex_wrapper {
  justify-content: center;
  gap:70px;
}
.eBook div[id^=tab0] > img {
  width:317px;
  margin-bottom:40px;
}
.eBook .text {
  text-align:center;
}
.eBook .text h2 {
  font-size:58px;
  color:#000;
  line-height:1.1;
}
.eBook .text p {
  font-size:30px;
  font-weight:500;
  color:#6D6D6D;
}
.eBook .btn {
  width:260px;
  height:80px;
  line-height:80px;
  background:#0092E5;
  color:#fff;
  border-radius:10px;
  text-align:center;
  display:inline-block;
  font-size:22px;
}
.eBook .btn .arrow {
  margin:0 0 34px 10px;
  width:20px;
}
.eBook img.shadow {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
}

.gallery-item {
  width: 200px;
  padding: 5px;
}

/* 기념 영상 */
.Video div[class^=tab0] h2 {
  font-size:30px;
  margin-bottom:40px;
  color:#000;
}

/*인포그래픽*/
.infoGraphic h1 {
  font-size:45px;
  margin-bottom:30px;
  text-align:center;
  color:#000;
}
.infoGraphic section {
  padding-top:60px;
  padding-bottom:70px;
}
.infoGraphic .sec1 {
  border-top:1px solid #D9D9D9;
}
.infoGraphic .sec2,
.infoGraphic .sec4 {
  background:#E5EDFF;
}
.graph_wrapper {
  width:600px;
  position: relative;
  border-radius:20px;
  background:#fff;
  box-shadow:0 0 30px rgba(0,0,0,0.2);
  margin:0 auto;
  padding:30px;
  text-align:center;
  box-sizing: border-box;
}
.graph_wrapper h2 {
  font-size:24px;
  color:#222;
  margin-bottom:30px;
}
.graph_wrapper>span {
  position: absolute;
  top: 45px;
  right: 20px;
  font-size: 12px;
  text-align: right;
  color:#222222;
  font-weight:500;
}
.bar_graph ul{
  display:flex;
}
.bar_graph>img {
  width:100%;
}
.bar_graph .org {
  width:25px;
  height:20px;
  background:url(../img/infoGraphic/org_line.png) no-repeat top;
}
.bar_graph .blue {
  width:25px;
  height:20px;
  background:url(../img/infoGraphic/blue_line.png) no-repeat top;
}

.bar_graph ul{
  width:1240px;
  justify-content: space-around;
  height:100%;
  float:right;
  margin-right:10px;
  padding-bottom:120px;
  box-sizing: border-box;
}
.bar_graph ul li {
  display:flex;
  align-items: flex-end;
  flex-wrap:wrap;
  justify-content: center;
  position:relative;
}
.bar_graph ul li h3 {
  color:#6D6D6D;
  font-size:20px;
  position:absolute;
  bottom:-55px;
}

.bar_graph ul li h3 {
  color:#6D6D6D;
  font-size:20px;
  position:absolute;
  bottom:-55px;
}

@keyframes lineUp {
  from {
    height:20px;
  }
  to {
    height:300px;
  }
}
.lineUp {
  animation-name: lineUp;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}
@keyframes lineLeft {
  from {
    width:0
  }
  to {
    width:600px;
  }
}
.lineLeft {
  animation-name: lineLeft;
  animation-duration: 3.2s;
  animation-fill-mode: forwards;
}

.person_graph ul li {
  margin-bottom:26px;
  display:flex;
  align-items: center;
}
.person_graph h3 {
  font-size:20px;
  color:#222222;
  margin-right:28.5px;
  width:41px;
}
.person_graph  {
  font-size:26px;
  font-weight:500;
  color:#222222;
}
.person_graph ul li div:last-child {
  width:130px;
  text-align:right;
  font-size:22px;
  font-weight:500;
}
.person_graph ul li:nth-child(3) span {
  letter-spacing: -0.7px;
}
.person_graph ul li:nth-child(7) span {
  letter-spacing: -0.1px;
}
.person_graph ul li:nth-child(9) span {
  letter-spacing: -0.6px;
}
.person_graph ul li:last-child div:last-child {
  font-weight:700;
}
.person_graph .per_wrap {
  width:298.4px;
  height:52.85px;
  background:url(../img/infoGraphic/person_wrap.png) no-repeat;
  background-size:cover;
  text-align:left;
  white-space: nowrap;
  margin-right:29px;
}
.person_graph em {
  display:inline-block;
  width:19.02px;
  height:52.85px;
  background:url(../img/infoGraphic/per1.png);
  background-size:cover;
  margin-right:7.1px;
  opacity: 0;
}
.person_graph .per2 {
  background:url(../img/infoGraphic/per2.png);
  background-size:cover;
}
.person_graph .per3 {
  background:url(../img/infoGraphic/per3.png);
  background-size:cover;
}
.person_graph .per4 {
  background:url(../img/infoGraphic/per4.png);
  background-size:cover;
}
.person_graph .per5 {
  background:url(../img/infoGraphic/per5.png);
  background-size:cover;
}
.person_graph .per6 {
  background:url(../img/infoGraphic/per6.png);
  background-size:cover;
}
.person_graph .per7 {
  background:url(../img/infoGraphic/per7.png);
  background-size:cover;
}
.person_graph .per8 {
  background:url(../img/infoGraphic/per8.png);
  background-size:cover;
}
.person_graph .per9 {
  background:url(../img/infoGraphic/per9.png);
  background-size:cover;
}
.person_graph .per10 {
  background:url(../img/infoGraphic/per10.png);
  background-size:cover;
}
.per_wrap em:nth-child(2) {
  animation-delay:0.25s;
}
.per_wrap em:nth-child(3) {
  animation-delay:0.5s;
}
.per_wrap em:nth-child(4) {
  animation-delay:0.75s;
}
.per_wrap em:nth-child(5) {
  animation-delay:1s;
}
.per_wrap em:nth-child(6) {
  animation-delay:1.25s;
}
.per_wrap em:nth-child(7) {
  animation-delay:1.5s;
}
.per_wrap em:nth-child(8) {
  animation-delay:1.75s;
}
.per_wrap em:nth-child(9) {
  animation-delay:2s;
}
.per_wrap em:nth-child(10) {
  animation-delay:2.25s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.infoGraphic .sec1 .graph_wrapper {
  position:relative;
}
.infoGraphic .sec1 .graph_wrapper h2 {
  margin-bottom:40px;
}
.infoGraphic .sec1 .text{
  position:absolute;
  top:81px;
  right:79px;
  font-weight:bold;
  font-size:22px;
  color:#6D6D6D;
}
.infoGraphic  .sec1 .text b {
  color:#002A74;
  font-weight:900;
  font-size:52px;
}
.infoGraphic .sec2 .graph_wrapper h2 {
  margin-bottom:55px;
}
.infoGraphic .sec2 .graph_wrapper {
  position:relative;
}
.infoGraphic .sec2 .bar_graph2>img {
  width:100%;
}
.infoGraphic .sec2 .text {
  position:absolute;
  top:76px;
  right:78px;
  color:#6D6D6D;
  font-weight:700;
  font-size:15px;
}
.sec2 .counter10 {
  color:#016553;
  font-weight:700;
}
.sec2 .counter11 {
  color:#016553;
  font-size:26px;
  font-weight:900;
}
.sec3 .graph_wrapper {
  padding-left:13px;
  padding-right:10px;
}
.sec3 .line_graph1 {
  height:188px;
  background:url(../img/infoGraphic/sec3_bg01.png?ver=230228) no-repeat top left;
  position:relative;
  background-size:contain;
}
.sec3 .line_graph1 .line {
  width:0;
  height:58px;
  position:absolute;
  top:54px;
  left:73px;
  background:url(../img/infoGraphic/sec3_line01.png) no-repeat bottom left;
}
.sec3 .line_graph2 {
  height:777px;
  background:url(../img/infoGraphic/sec3_bg02.png?ver=230228) no-repeat top left;
  position:relative;
}
.sec3 .line_graph2 .line {
  width:0;
  height:506px;
  position:absolute;
  top:128px;
  left:118px;
  background:url(../img/infoGraphic/sec3_line02.png) no-repeat left;
}
.sec3 .line_graph3 {
  height:777px;
  background:url(../img/infoGraphic/sec3_bg03.png?ver=230228) no-repeat top left;
  position:relative;
}
.sec3 .line_graph3 .line {
  width:0;
  height:555px;
  position:absolute;
  top:79px;
  left:106px;
  background:url(../img/infoGraphic/sec3_line03.png) no-repeat left;
}
.sec4 .graph_wrapper {
  padding-left:29px;
  padding-right:10px;
}
.sec4 .line_graph4 {
  height:344px;
  background:url(../img/infoGraphic/sec3_bg04.png?ver=230228) no-repeat top left;
  position:relative;
  background-size:contain;
}
.sec4 .line_graph4 .line {
  width:0;
  height:225px;
  position:absolute;
  top:43px;
  left:55px;
  background:url(../img/infoGraphic/sec3_line04.png) no-repeat left;
}
.sec5 .tit {
  display:inline-block;
  border:1px solid #0092E5;
  padding:7px 24px;
  border-radius:50px;
  color:#0092E5;
  font-size:20px;
  font-weight:700;
  margin-bottom:15px;
}
.sec5 .graph_wrapper {
  padding-left:18px;
  padding-right:12px;
}
.sec5 .graph_wrapper h2 {
  margin-bottom:30px;
}
.sec5 .medal_graph {
  height:191px;
  background:url(../img/infoGraphic/sec5_bg01.png) no-repeat top left;
  position:relative;
  margin-bottom:43px;
  background-size:contain;
}
.sec5 .medal_graph img {
  opacity: 0;
}
.sec5 .medal_graph img:nth-child(1) {
  position:absolute;
  left:41.7px;
  bottom:37px;
}
.sec5 .medal_graph img:nth-child(2) {
  position:absolute;
  left:95px;
  bottom:68.3px;
  animation-delay:0.15s;
}
.sec5 .medal_graph img:nth-child(3) {
  position:absolute;
  left:148.2px;
  bottom:68.3px;
  animation-delay:0.3s;
}
.sec5 .medal_graph img:nth-child(4) {
  position:absolute;
  left:202px;
  bottom:68.3px;
  animation-delay:0.45s;
}
.sec5 .medal_graph img:nth-child(5) {
  position:absolute;
  left:254px;
  bottom:68.3px;
  animation-delay:0.6s;
}
.sec5 .medal_graph img:nth-child(6) {
  position:absolute;
  left:307px;
  bottom:68.3px;
  animation-delay:0.75s;
}
.sec5 .medal_graph img:nth-child(7) {
  position:absolute;
  left:362px;
  bottom:68.3px;
  animation-delay:0.9s;
}
.sec5 .medal_graph img:nth-child(8) {
  position:absolute;
  left:416px;
  bottom:68.3px;
  animation-delay:1.05s;
}
.sec5 .medal_graph img:nth-child(9) {
  position:absolute;
  left:467px;
  bottom:37px;
  animation-delay:1.2s;
}
.sec5 .medal_graph img:nth-child(10) {
  position:absolute;
  left:521px;
  bottom:5px;
  animation-delay:1.35s;
}
.sec5 .graph_wrapper>span {
  top:401px;
}
.sec5 .bar_graph {
  height:300px;
  background:url(../img/infoGraphic/sec5_bg02.png) no-repeat top left;
  position:relative;
  background-size:contain;
}
.sec5 .bar_graph ul {
  padding-bottom:140px;
}
.sec5 .bar_graph ul h3 {
  transform:rotate(-90deg);
}
.sec5 .bar_graph .line {
  width:21px;
  height:25px;
  background:url(../img/infoGraphic/sec5_line01.png) no-repeat bottom;
  position:absolute;
  bottom:62px;
  left:40px;
  opacity: 1;
}
.sec5 .bar_graph .line:nth-child(2) {
  background:url(../img/infoGraphic/sec5_line02.png) no-repeat bottom;
  left:94px;
}
.sec5 .bar_graph .line:nth-child(3) {
  background:url(../img/infoGraphic/sec5_line03.png) no-repeat bottom;
  left:147px;
}
.sec5 .bar_graph .line:nth-child(4) {
  background:url(../img/infoGraphic/sec5_line04.png) no-repeat bottom;
  left:200px;
}
.sec5 .bar_graph .line:nth-child(5) {
  background:url(../img/infoGraphic/sec5_line05.png) no-repeat bottom;
  left:253px;
}
.sec5 .bar_graph .line:nth-child(6) {
  background:url(../img/infoGraphic/sec5_line06.png) no-repeat bottom;
  left:305px;
}
.sec5 .bar_graph .line:nth-child(7) {
  background:url(../img/infoGraphic/sec5_line07.png) no-repeat bottom;
  left:358px;
}
.sec5 .bar_graph .line:nth-child(8) {
  background:url(../img/infoGraphic/sec5_line08.png) no-repeat bottom;
  left:412px;
}
.sec5 .bar_graph .line:nth-child(9) {
  background:url(../img/infoGraphic/sec5_line09.png) no-repeat bottom;
  left:466px;
}
.sec5 .bar_graph .line:nth-child(10) {
  background:url(../img/infoGraphic/sec5_line10.png) no-repeat bottom;
  left:518px;
}

.mb_20 {margin-bottom:20px;}
.mb_30 {margin-bottom:30px;}
.mb_35 {margin-bottom:35px;}
.mb_40 {margin-bottom:40px;}
.mb_50 {margin-bottom:50px;}
.mb_60 {margin-bottom:60px;}
.mb_80 {margin-bottom:80px;}
.mb_100 {margin-bottom:100px;}


