@charset "UTF-8";

.cont_p2 {
  margin-top: 100px;
}
.cont_p2 > p {
  color: #5c5c5c;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 36px;
  text-align: center;
  word-break: keep-all;
}
.cont_p2 > p:first-child {
  margin-top: 0;
}

.cont_p3 {
  margin-top: 20px;
}
.cont_p3 > p {
  color: #5c5c5c;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 7px;
  text-align: left;
  word-break: keep-all;
}
.cont_p3 > p:first-child {
  margin-top: 0;
}

.video_area {
  margin-top: 90px;
}
.video_area .video_cont {
  margin-top: 73px;
  text-align: center;
}
.video_area .video_cont:first-child {
  margin-top: 0;
}
.video_area .video_cont .tit {
  line-height: 1;

  color: #222222;

  font-size: 1.75em;

  font-weight: 600;
}
.video_area .video_cont > p {
  color: #5c5c5c;
  font-size: 1.25em;
  margin-top: 13px;
}

.video_iframe {
  position: relative;
  width: 100%;
  padding-top: 34.15%;
  max-width: 850px;
  margin: 27px auto 0;
}
.video_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.first_img {
  position: relative;
  box-shadow: 0px 0px 16px -8px #000;
  -webkit-box-shadow: 0px 0px 16px -8px #000;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
.first_img .first_tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 105px;
  text-align: center;
  top: 14.5%;
}
.first_img img.on {
  display: none;
}
.first_img .first_tit a {
  width: 200px;
  height: 40px;
  display: block;
  text-align: center;
  background: #000;
  border-radius: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 1.375em;
  color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin: 20px auto 0;
}
.first_img .first_tit a:hover,
.first_img .first_tit a:focus {
  background: #f5a100;
  color: #fff;
}
.first_img .top_tit {
  color: #222222;
  font-size: 2.375em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.first_img .tit {
  font-weight: 600;
  font-size: 62px;
  color: #f8a835;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: 15px;
}
.first_img img {
}
/*그래프*/
.progress_container {
  width: 100%;
  height: 15px;
  background: #e1e1e1;
  max-width: 816px;
  margin: 35px auto 0;
  border-radius: 15px;
  position: relative;
}
.progress_now {
  height: 15px;
  background: #f8a835;
  transition: all 0.3s ease;
  border-radius: 15px;
}
.progress_container .cnt {
  position: absolute;
  color: #ff9f1a;
  font-weight: 600;
  font-size: 1.25em;
  letter-spacing: -0.01em;
  line-height: 1;
  top: -3px;
  left: -56px;
}
.tit_top {
  text-align: center;
  margin-top: 20px;
}
.tit_top .tit {
  color: #222222;
  font-size: 2.255em;
  line-height: 1;
  margin-top: 19px;
}

.tour_area {
  display: none;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 16px -8px #000;
  -webkit-box-shadow: 0px 0px 16px -8px #000;
  border-radius: 20px;
}
.tour_area .tour_list {
  overflow: hidden;
  margin-top: 40px;
}
.tour_area .tour_list > li {
  width: 50%;
  float: left;
}
.tour_area .tour_list > li > span {
  font-size: 1.875em;
  text-align: center;
  display: block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 13px;
}
.tour_area .tour_list > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 66.43%;
}
.tour_area .tour_list > li > a:hover {
  opacity: 0.6;
}
.tour_area .tour_list > li > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tour_area .tour_list > li:first-child {
  margin-left: 0;
}
.tour_area .vs {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  line-height: 1;
  font-size: 87px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 5px 5px 5px #000;
  -webkit-text-shadow: 5px 5px 5px #000;
}

/*토너먼트 결과 페이지*/
/* .tour_resual{
    margin-top: 30px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.tour_resual ul{display: table-cell;vertical-align: middle;} */
.resual_area {
  display: none;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 16px -8px #000;
  -webkit-box-shadow: 0px 0px 16px -8px #000;
  border-radius: 20px;
  padding: 30px;
}
.tour_area .resual_area {
  box-shadow: none;
  margin-top: 0;
}
.resual_area > div {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.resual_area > div > div {
  display: table-cell;
}
.resual_area > div > div:first-child {
  float: left;
}
.resual_area > div > div:last-child {
  float: right;
}

.tour_resual {
  overflow: hidden;
}
.tour_resual ul {
  margin-top: 3px;
}
.tour_resual ul:first-child {
  margin-top: 0;
}
.tour_resual ul li {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  margin-top: 3px;
}
.tour_resual ul li:first-child {
  margin-top: 0;
}

.tour_resual ul li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.tour_resual > div:first-child ul li:first-child:before {
  background-color: #000;
  content: "";
  position: absolute;
  height: 1px;
  top: 24px;
  width: 20px;
  left: 54px;
}
.tour_resual > div:first-child ul li:last-child:before {
  background-color: #000;
  content: "";
  position: absolute;
  height: 1px;
  top: 25px;
  width: 20px;
  left: 54px;
}
.tour_resual > div:first-child ul li:last-child:after {
  background-color: #000;
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: -34px;
  height: 60px;
  left: 74px;
}

.tour_resual > div:last-child ul li:first-child:before {
  background-color: #000;
  content: "";
  position: absolute;
  height: 1px;
  top: 24px;
  width: 20px;
  right: 54px;
}
.tour_resual > div:last-child ul li:last-child:before {
  background-color: #000;
  content: "";
  position: absolute;
  height: 1px;
  top: 25px;
  width: 20px;
  right: 54px;
}
.tour_resual > div:last-child ul li:last-child:after {
  background-color: #000;
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: -34px;
  height: 60px;
  right: 74px;
}

.resual_area > div.three_resual {
  position: absolute;
  top: 45px;
  left: 105px;
  width: calc(100% - 210px);
  overflow: hidden;
}
.three_resual > div {
  padding: 0 20px;
}
.three_resual > div ul {
  margin-top: 36px;
}
.three_resual > div ul:first-child {
  margin-top: 0;
}
.three_resual > div:first-child ul li:first-child:after {
  background-color: #000;
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  margin-top: -3px;
  height: 60px;
  left: 100px;
}
.three_resual > div:first-child ul li:last-child:after {
  background-color: #000;
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  bottom: 54%;
  height: 60px;
  left: 100px;
}
.three_resual > div:last-child ul li:first-child:after {
  background-color: #000;
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  margin-top: -3px;
  height: 60px;
  right: 100px;
}
.three_resual > div:last-child ul li:last-child:after {
  background-color: #000;
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  bottom: 54%;
  height: 60px;
  right: 100px;
}
.three_resual > div ul li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  margin-top: 36px;
  z-index: 0;
}
.three_resual > div ul li:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  top: 37px;
  width: 120px;
  left: -20px;
  z-index: -1;
}
.three_resual > div ul li:first-child {
  margin-top: 0;
}
.three_resual > div ul li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.resual_area > div.two_resual {
  position: absolute;
  top: 107px;
  left: 226px;
  width: calc(100% - 452px);
  overflow: hidden;
}
.two_resual > div {
  padding: 0 20px;
}
.two_resual > div ul {
  margin-top: 150px;
}
.two_resual > div ul:first-child {
  margin-top: 0;
}
.two_resual > div ul li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  margin-top: 150px;
  z-index: 0;
}
.two_resual > div ul li:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  top: 37px;
  width: 120px;
  left: -20px;
  z-index: -1;
}
.two_resual > div:first-child li:last-child:after {
  background-color: #000;
  content: "";
  position: absolute;
  width: 1px;
  bottom: 54%;
  height: 140%;
  left: 100px;
  z-index: -1;
}
.two_resual > div:first-child li:first-child:after {
  background-color: #000;
  content: "";
  position: absolute;
  width: 1px;
  top: 50%;
  margin-top: -3px;
  height: 150%;
  left: 100px;
  z-index: -1;
}
.two_resual > div:last-child li:last-child:after {
  background-color: #000;
  content: "";
  position: absolute;
  width: 1px;
  bottom: 54%;
  height: 140%;
  right: 100px;
  z-index: -1;
}
.two_resual > div:last-child li:first-child:after {
  background-color: #000;
  content: "";
  position: absolute;
  width: 1px;
  top: 50%;
  margin-top: -3px;
  height: 150%;
  right: 100px;
  z-index: -1;
}
.two_resual > div ul li:first-child {
  margin-top: 0;
}
.two_resual > div ul li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.resual_area > div.one_resual {
  position: absolute;
  top: 50%;
  left: 347px;
  width: calc(100% - 694px);
  overflow: hidden;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}
.one_resual ul {
  overflow: hidden;
}
.one_resual ul li {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: relative;
  margin-top: 150px;
  z-index: 0;
}
.one_resual ul li:first-child {
  float: left;
  margin-left: 25px;
}
.one_resual ul li:last-child {
  float: right;
  margin-top: 0;
  margin-right: 25px;
}

.one_resual ul li:first-child:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  top: 50%;
  width: 202px;
  left: -25px;
  z-index: -1;
  transform: translateY(-50%);
  -webkit-transform: translateY(calc(-50% - 0.5px));
}
.one_resual ul li:last-child:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  top: 50%;
  width: 202px;
  right: -25px;
  z-index: -1;
  transform: translateY(-50%);
  -webkit-transform: translateY(calc(-50% - 0.5px));
}
.one_resual ul li:first-child {
  margin-top: 0;
}
.one_resual ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.resual_area > div.final_resual {
  position: absolute;
  top: 30px;
  left: 50%;
  /* overflow: hidden; */
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 200px;
  height: 200px;
}
.final_resual ul li {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.final_resual ul li:before {
  content: "";
  display: block;
  background-color: #000;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transform: translateX(calc(-50% - 0.5px));
}
.final_resual ul li:after {
  content: "";
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  bottom: -31px;
  width: 200%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.final_resual ul li:first-child {
  margin-top: 0;
}
.final_resual ul li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.resual_area > div.result_tit {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
}
.result_tit .tit {
  font-weight: 600;
  font-size: 3.125em;
  line-height: 1;
  color: #f8a835;
  letter-spacing: -0.05em;
  display: block;
  margin-bottom: 35px;
  text-align: center;
}
.result_tit img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.last_area {
  display: none;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 16px -8px #000;
  -webkit-box-shadow: 0px 0px 16px -8px #000;
  border-radius: 20px;
}
.last_area a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 52.14%;
}
.last_area .tit {
  color: #fff;
  font-weight: 500;
  font-size: 3.625em;
  line-height: 1.1;
  position: absolute;
  top: 35px;
  left: 35px;
  text-shadow: 1px 1px 2px #000;
}
.last_area .name {
  color: #fff;
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  top: 240px;
  left: 38px;
  text-shadow: 1px 1px 2px #000;
}
.last_area .name:before {
  content: "";
  display: block;
  width: 2px;
  height: 100px;
  background: #fff;
  margin-left: 5px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.last_area .move {
  width: 240px;
  height: 50px;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  bottom: 30px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 1.5em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.last_area a:hover .move,
.last_area a:focus .move {
  background: #f5a100;
  color: #fff;
}

.time_area {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #000;
}
.time_area > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 3em;
  font-weight: 500;
  display: block;
  line-height: 1;
}

.word_area {
  background: #f4f3ef;
  border-radius: 17px;
  /* padding: 163px 0 159px; */
  padding: 100px 0 100px;
  box-shadow: 0px 0px 5px rgba(208, 208, 208, 1);
  -webkit-box-shadow: 0px 0px 5px rgba(208, 208, 208, 1);
  position: relative;
}
.word_bg {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
/* .word_bg > img{margin: 0 auto; display: block;} */
.word_bg > div {
  position: absolute;
  top: 3px;
  left: 0;
  /* width: 65px; */
  width: auto;
  height: 80px;
  /* z-index: 1; */
}
.word_bg > div > a {
  display: block;
  position: relative;
  z-index: 1;
}
.word_bg > div > a:before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  /* display: inline-block; */
  /* z-index: 1; */
  position: relative;
  background-repeat: no-repeat;
  /* background-size: 53px; */
  margin: 0px auto 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.word_bg > div > a > span {
  display: block;
  font-weight: 500;
  font-size: 1.125em;
  text-align: center;
  /* margin-top: 3px; */
  padding-top: 56px;
}
.word_bg a:hover:before {
  animation: map 1s linear 0s infinite alternate;
}
@keyframes map {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
@-webkit-keyframes map {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
.word_bg .link_a1 > a {
  display: block;
}
.word_bg .link_a1 > a.word_a1:before {
  background-image: url(/_static/kcultureBox/img/main/wold_01.png);
}
.word_bg .link_a1 {
  top: 17%;
  left: 3%;
}
.word_bg .link_a2 {
  top: 39%;
  left: 5.3%;
}
.word_bg .link_a2 > a.word_a2:before {
  background-image: url(/_static/kcultureBox/img/main/wold_02.png);
}
.word_bg .link_a3 {
  top: 6%;
  left: 11%;
}
.word_bg .link_a3 > a.word_a3:before {
  background-image: url(/_static/kcultureBox/img/main/wold_03.png);
}
.word_bg .link_a4 {
  top: 57%;
  left: 15%;
}
.word_bg .link_a4 > a.word_a4:before {
  background-image: url(/_static/kcultureBox/img/main/wold_04.png);
}
.word_bg .link_a5 {
  top: 26.5%;
  left: 24.5%;
}
.word_bg .link_a5 > a.word_a5:before {
  background-image: url(/_static/kcultureBox/img/main/wold_05.png);
}
.word_bg .link_a6 {
  top: 38.3%;
  left: 43%;
}
.word_bg .link_a6 > a.word_a6:before {
  background-image: url(/_static/kcultureBox/img/main/wold_06.png);
}
.word_bg .link_a7 {
  top: 18.5%;
  left: 41.6%;
}
.word_bg .link_a7 > a.word_a7:before {
  background-image: url(/_static/kcultureBox/img/main/wold_06.png);
}
.word_bg .link_a8 {
  top: 27%;
  left: 70.3%;
}
.word_bg .link_a8 > a.word_a8:before {
  background-image: url(/_static/kcultureBox/img/main/wold_07.png);
}
.word_bg .link_a9 {
  top: 22.5%;
  left: 82%;
}
.word_bg .link_a9 > a.word_a9:before {
  background-image: url(/_static/kcultureBox/img/main/wold_07.png);
}
.word_bg .link_a10 {
  top: 65%;
  left: 4.5%;
}
.word_bg .link_a10 > a.word_a10:before {
  background-image: url(/_static/kcultureBox/img/main/wold_08.png);
}
.word_bg .link_a11 {
  top: 7%;
  left: 70.5%;
}
.word_bg .link_a11 > a.word_a11:before {
  background-image: url(/_static/kcultureBox/img/main/wold_09.png);
}
.word_bg .link_a12 {
  top: 64%;
  left: 28.8%;
}
.word_bg .link_a12 > a.word_a12:before {
  background-image: url(/_static/kcultureBox/img/main/wold_10.png);
}
.word_bg .link_a13 {
  top: 33%;
  left: 35.8%;
}
.word_bg .link_a13 > a.word_a13:before {
  background-image: url(/_static/kcultureBox/img/main/wold_11.png);
}
.word_bg .link_a14 {
  top: 35.5%;
  left: 72.8%;
}
.word_bg .link_a14 > a.word_a14:before {
  background-image: url(/_static/kcultureBox/img/main/wold_12.png);
}
.word_bg .link_a15 {
  top: 82%;
  left: 8.3%;
}
.word_bg .link_a15 > a.word_a15:before {
  background-image: url(/_static/kcultureBox/img/main/wold_13.png);
}

/*보급현황*/
.m_lightbox.m_lightbox3.on {
  display: none;
}
.lightbox {
  display: none !important;
  width: 500px;
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 2;
}

.light_img {
  width: 100%;
  position: relative;
  padding-top: 66.011%;
  display: block;
}
.light_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*
.lightbox:after{
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #222;
  border-left: 0;
  margin-left: -12px;
}
.lightbox.left{
  left: auto;
  right: 80px;
}
.lightbox.left:after{
  left: auto;
	right: 0;
	border: 12px solid transparent;
	border-left-color: #222;
	border-right: 0;
	margin-right: -12px;
}
.lightbox.top{
  top: -190px;
}
.lightbox.top:after{
  top: 200px;
}
.lightbox .lightbox_area{
  background: #222222;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px 13px;
}
.lightbox .lightbox_tit{
  font-size: 1.250em;
  font-weight: 500;
  color: #f8a835;
  padding: 12px 12px 8px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background: #222222;
  border-bottom: 1px solid #fff;
}
.lightbox .lightbox_text{
  color: #fff;
}
.lightbox_area > p{margin-top: 10px;}
.lightbox_area > p > a{
  color: #fff;
}
.lightbox_area .bo_doc{
  color: #f8a835; font-size: 18px; margin-top: 10px; 
}
.lightbox_area .light_slide{margin-top: 37px;}

.lightbox_area .light_slide .light_img{}
.lightbox_area .light_slide .light_img img{}



.light_slide .slick-arrow{}
.light_slide .slick-arrow.slick-prev{
  background: url(/_static/kcultureBox/img/sub/year_left.png) no-repeat center;
  width: 20px; height: 35px;
  left: 10px; z-index: 1;
}
.light_slide .slick-arrow.slick-next{
  background: url(/_static/kcultureBox/img/sub/year_right.png) no-repeat center;
  width: 20px; height: 35px;
  right: 10px; z-index: 1;
}
.light_slide .slick-arrow.slick-disabled{
  opacity: 0.5;
}


.lightbox .btn_close{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
} */

.ks_roundNum {
  margin-top: 10px;
}
.ks_roundNum > li {
  padding-left: 21px;
  text-indent: -21px;
  margin-top: 7px;
  line-height: 1.5;
}
.ks_roundNum > li:first-child {
  margin-top: 0;
}

/* 2.숫자 */
.ks_Num2 {
  margin-top: 10px;
}
.ks_Num2 > li {
  padding-left: 17px;
  text-indent: -17px;
  margin-top: 12px;
}
.ks_Num2 > li:first-child {
  margin-top: 0;
}

/* 3.괄호숫자 */
.ks_ketNum2 {
  margin-top: 7px;
}
.ks_ketNum2 > li {
  padding-left: 17px;
  text-indent: -17px;
  margin-top: 7px;
}
.ks_ketNum2 > li:first-child {
  margin-top: 0;
}

/* 4.숫자 + 괄호숫자 + 동그라미 숫자 */
.ks_roundNum2 {
  margin-top: 7px;
}
.ks_roundNum2 > li {
  padding-left: 19px;
  text-indent: -19px;
  margin-top: 5px;
  font-size: 0.938em;
}
.ks_roundNum2 > li:first-child {
  margin-top: 0;
}

/* 5.숫자(제목한줄 내용한줄) */
.ks_Num {
  margin-top: 12px;
}
.ks_Num > li {
  margin-top: 10px;
  text-indent: -15px;
  padding-left: 15px;
}
.ks_Num > li:first-child {
  margin-top: 0;
}
.ks_Num > li > strong {
  display: block;
  margin-bottom: 3px;
}
.ks_Num > li > p {
  font-size: 0.938em;
  text-indent: 0;
}

/* 6.대괄호숫자(제목과 p블릿) */
.ks_ketNum {
  margin-top: 5px;
}
.ks_ketNum > li {
  padding-left: 16px;
  text-indent: -16px;
  margin-top: 3px;
}
.ks_ketNum > li:first-child {
  margin-top: 0;
}

.ks_sket:first-child {
  margin-top: 12px;
}
.ks_sket {
  text-indent: 0;
  margin-top: 20px;
}
.ks_sket strong {
  display: block;
  margin-bottom: 5px;
}
.ks_sket > p {
  position: relative;
  padding-left: 8px;
  margin-top: 5px;
}
.ks_sket > p:nth-of-type(1) {
  margin-top: 0;
}
.ks_sket > p:before {
  position: absolute; /* top: 8px; */
  left: 0; /* width: 3px; */ /* height: 3px; */ /* background-color:#006fb7; */
  border-radius: 50%;
  display: block;
  content: "-";
}

/* 7. 문자(가,나,다,라) */
.ks_txt {
  margin-top: 7px;
}
.ks_txt > li {
  padding-left: 22px;
  text-indent: -22px;
  margin-top: 7px;
}
.ks_txt > li:first-child {
  margin-top: 0;
}

.open_area {
  margin-top: 30px;
}

.sub_tit + .open_area {
  margin-top: 11px;
}
.open_area:first-child {
  margin-top: 0;
}
.open_area > div:first-child {
  margin-top: 0;
}
.open_area > div {
  margin-top: 25px;
}
.open_area > div > em {
  font-weight: 600;
  font-size: 1.25em;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.open_area > div > strong {
  font-size: 1.125em;
  display: block;
  position: relative;
  margin-bottom: 5px;
  color: #f8a835;
}
.open_area > div > strong + .ks_sket {
  margin-top: 10px;
}

/*보급현황*/
.m_lightbox .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.m_lightbox {
  display: none;
}
.m_lightbox.on {
  display: block;
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.m_lightbox .lightbox_area {
  background: #222222;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px 13px;
}
.m_lightbox .lightbox_tit {
  font-size: 1.25em;
  font-weight: 500;
  color: #f8a835;
  padding: 12px 12px 8px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background: #222222;
  border-bottom: 1px solid #fff;
}
.m_lightbox .lightbox_text {
  color: #fff;
}
.m_lightbox .lightbox_area > p {
  margin-top: 10px;
}
.m_lightbox .lightbox_area > p > a {
  color: #fff;
}
.m_lightbox .lightbox_area .bo_doc {
  color: #f8a835;
  font-size: 18px;
  margin-top: 10px;
}
.m_lightbox .lightbox_area .light_slide {
  margin-top: 37px;
}

.m_light_slide {
  margin-top: 10px;
}
.m_light_slide .slick-arrow {
}
.m_light_slide .slick-arrow.slick-prev {
  background: url(/_static/kcultureBox/img/sub/year_left.png) no-repeat center;
  width: 20px;
  height: 35px;
  left: 10px;
  z-index: 1;
}
.m_light_slide .slick-arrow.slick-next {
  background: url(/_static/kcultureBox/img/sub/year_right.png) no-repeat center;
  width: 20px;
  height: 35px;
  right: 10px;
  z-index: 1;
}
.m_light_slide .slick-arrow.slick-disabled {
  opacity: 0.5;
}

@media all and (max-width: 1300px) {
}

@media all and (max-width: 1200px) {
  .first_img .top_tit {
    font-size: 2em;
  }
  .first_img .tit {
    font-size: 52px;
  }

  .one_resual ul li {
    width: 80px;
    height: 80px;
  }
  .final_resual ul li {
    width: 140px;
    height: 140px;
  }
  .resual_area > div.final_resual {
    top: 90px;
    width: 140px;
    height: 140px;
  }
  /* .final_resual ul li:after{display: none;} */
  .one_resual ul li:first-child:before {
    width: 50%;
  }
  .one_resual ul li:first-child:after {
    width: 500%;
  }

  .word_area {
    padding: 103px 0 119px;
  }
}

@media all and (max-width: 1024px) {
  /*보급현황*/
  .m_lightbox.on {
    max-width: 100%;
  }

  .word_area {
    padding: 83px 0 93px;
  }

  .first_img .top_tit {
    font-size: 1.5em;
  }
  .first_img .tit {
    font-size: 2.675em;
  }

  .progress_container {
    max-width: 580px;
  }
  .tit_top .tit {
    font-size: 2em;
  }
  .tour_area .tour_list > li > span {
    font-size: 1.5em;
  }
  .tour_area .vs {
    font-size: 80px;
  }
  .one_resual ul li:last-child:before {
    width: 50%;
  }
  .one_resual ul li:first-child:before {
    width: 50%;
  }
  .resual_area > div.final_resual {
    width: 100px;
    height: 100px;
    top: 130px;
  }
  .final_resual ul li {
    width: 100px;
    height: 100px;
  }
  .final_resual ul li:after {
    bottom: -30px;
  }
  .resual_area {
    /*padding: 15px;*/ /*height: 510px;*/
  }

  /* .resual_area > div.tour_resual{display: none;} */
  .resual_area > div.three_resual {
    top: 54px;
  }
  .three_resual > div ul {
    margin-top: 60px;
  }
  .three_resual > div ul li {
    width: 55px;
    height: 55px;
    margin-top: 65px;
  }
  .three_resual > div ul li:before {
    top: 24px;
    width: 95px;
  }
  .three_resual > div:first-child ul li:first-child:after {
    left: 75px;
  }
  .three_resual > div:first-child ul li:last-child:after {
    left: 75px;
  }
  .three_resual > div:last-child ul li:first-child:after {
    right: 75px;
  }
  .three_resual > div:last-child ul li:last-child:after {
    right: 75px;
  }

  .two_resual > div ul li {
    width: 55px;
    height: 55px;
    margin-top: 181px;
  }
  .resual_area > div.two_resual {
    left: 201px;
    width: calc(100% - 403px);
    top: 114px;
  }
  .two_resual > div ul li:before {
    top: 24px;
  }
  .two_resual > div:last-child li:first-child:after {
    right: 75px;
  }
  .two_resual > div:last-child li:last-child:after {
    right: 75px;
  }
  .two_resual > div ul li:before {
    width: 95px;
  }
  .two_resual > div:first-child li:first-child:after {
    left: 75px;
  }
  .two_resual > div:first-child li:last-child:after {
    left: 75px;
  }
  .resual_area > div.one_resual {
    left: 296px;
    width: calc(100% - 593px);
  }
  .two_resual > div:first-child li:first-child:after {
    height: 220%;
  }
  .two_resual > div:first-child li:last-child:after {
    height: 220%;
  }
  .two_resual > div:last-child li:first-child:after {
    height: 220%;
  }
  .two_resual > div:last-child li:last-child:after {
    height: 220%;
  }

  .open_area > div > em {
    font-size: 1.063rem;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .open_area > div > strong {
    font-size: 1rem;
  }
  .ks_sket strong {
    font-size: 0.938rem;
  }
  .ks_sket > p {
    font-size: 0.938rem;
    margin-top: 4px;
  }
  .ks_roundNum > li {
    font-size: 0.938em;
    margin-top: 8px;
  }
  .ks_Num > li > strong {
    font-size: 0.938rem;
  }
  .add_blt > li {
    font-size: 0.875rem;
  }
  .ks_Num > li > p {
    font-size: 0.875rem;
  }

  .open_area > div {
    margin-top: 15px;
  }
  .ks_sket:first-child {
    margin-top: 9px;
  }
  .ks_sket {
    margin-top: 15px;
  }

  .word_bg {
    margin: 0 auto;
    padding-bottom: 0;
  }
  .word_bg > div {
    height: 70px;
  }
  .word_bg > div > span {
    padding-top: 43px;
  }
  .word_bg > div:before {
    background-size: 100%;
    width: 43px;
    height: 43px;
  }
  .word_bg > div.link_a1 {
    top: calc(24% - 56px);
    left: calc(5.3% - 26px);
  }
  .word_bg > div.link_a2 {
    top: calc(48% - 35px);
    left: calc(8% - 26px);
  }
  .word_bg > div.link_a3 {
    top: calc(17% - 56px);
  }
  .word_bg > div.link_a4 {
    left: calc(17.5% - 26px);
    top: 58%;
  }
  .word_bg > div.link_a5 {
    top: calc(38% - 56px);
  }
  .word_bg > div.link_a6 {
    top: calc(42% - 56px);
    left: calc(37% - 24px);
  }
  .word_bg > div.link_a7 {
    top: calc(26% - 56px);
    left: 41%;
  }
  .word_bg > div.link_a8 {
    left: 67.5%;
    top: calc(40.8% - 56px);
  }
  .word_bg > div.link_a9 {
    left: 81.3%;
    top: calc(31% - 56px);
  }
  .word_bg > div.link_a10 {
    top: 65%;
    left: calc(7.1% - 26px);
  }
  .word_bg > div.link_a11 {
    top: calc(15% - 56px);
    left: calc(72.2% - 24px);
  }
  .word_bg > div.link_a12 {
    top: calc(76.4% - 56px);
    left: calc(29.8% - 26px);
  }
}

@media all and (max-width: 860px) {
  /*보급현황*/
  .m_lightbox.m_lightbox2.on {
    display: none;
  }
  .m_lightbox.m_lightbox3.on {
    display: block;
  }
  .m_lightbox {
    display: none;
  }
  .m_lightbox.on {
    display: block;
    width: 100%;
    transform: translate(0);
    -webkit-transform: translate(0);
    position: static;
  }
  .m_lightbox .lightbox_area {
    background: #222222;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px 13px;
  }
  .m_lightbox .lightbox_tit {
    font-size: 1.25em;
    font-weight: 500;
    color: #f8a835;
    padding: 12px 12px 8px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background: #222222;
    border-bottom: 1px solid #fff;
  }
  .m_lightbox .lightbox_text {
    color: #fff;
  }
  .m_lightbox .lightbox_area > p {
    margin-top: 10px;
  }
  .m_lightbox .lightbox_area > p > a {
    color: #fff;
  }
  .m_lightbox .lightbox_area .bo_doc {
    color: #f8a835;
    font-size: 18px;
    margin-top: 10px;
  }
  .m_lightbox .lightbox_area .light_slide {
    margin-top: 37px;
  }

  .m_light_slide {
    margin-top: 10px;
  }
  .m_light_slide .slick-arrow {
  }
  .m_light_slide .slick-arrow.slick-prev {
    background: url(/_static/kcultureBox/img/sub/year_left.png) no-repeat center;
    width: 20px;
    height: 35px;
    left: 10px;
    z-index: 1;
  }
  .m_light_slide .slick-arrow.slick-next {
    background: url(/_static/kcultureBox/img/sub/year_right.png) no-repeat
      center;
    width: 20px;
    height: 35px;
    right: 10px;
    z-index: 1;
  }
  .m_light_slide .slick-arrow.slick-disabled {
    opacity: 0.5;
  }

  .word_area {
    padding: 53px 0;
  }

  .first_img .top_tit {
    font-size: 1.25em;
  }
  .first_img .tit {
    font-size: 2em;
    margin-top: 7px;
  }
  .first_img img {
    display: none;
  }
  .first_img img.on {
    display: block;
  }
  .three_resual > div {
    padding: 0 10px;
  }
  .progress_container {
    margin: 25px auto 0;
    max-width: 320px;
  }
  .tit_top .tit {
    font-size: 1.5em;
  }
  .tour_area .tour_list {
    margin-top: 30px;
  }
  .tour_area .tour_list > li > span {
    font-size: 1.25em;
  }
  .tour_area .vs {
    font-size: 50px;
    top: 67%;
  }
  .progress_container .cnt {
    font-size: 1.125em;
  }

  .resual_area {
    padding: 15px;
    height: 440px;
  }
  .resual_area > div.tour_resual {
    display: none;
  }
  .resual_area > div.three_resual {
    top: 15px;
    left: 0;
    width: calc(100% - 0px);
  }
  .three_resual > div ul li:before {
    left: 0;
    width: 65px;
  }

  .resual_area > div.two_resual {
    left: 75px;
    top: 75px;
    width: calc(100% - 150px);
  }
  .resual_area > div.one_resual {
    left: 50px;
    width: calc(100% - 100px);
  }
  .resual_area > div.three_resual > div:last-child ul li:before {
    left: auto;
    right: 0;
  }
  .one_resual ul li:first-child:before {
  }
  .resual_area > div.final_resual {
    top: 18px;
    width: 70px;
    height: 70px;
  }
  .result_tit .tit {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .first_img .first_tit a {
    width: 150px;
    height: 30px;
    margin: 10px auto 0;
    line-height: 30px;
  }
  .one_resual ul li:first-child {
    margin-left: 15px;
  }
  .one_resual ul li:last-child {
    margin-right: 15px;
  }
  .final_resual ul li {
    width: 70px;
    height: 70px;
  }
  .one_resual ul li {
    width: 65px;
    height: 65px;
  }
  .three_resual > div:last-child ul li:first-child:after {
    right: 65px;
  }
  .three_resual > div:last-child ul li:last-child:after {
    right: 65px;
  }
  .three_resual > div:first-child ul li:first-child:after {
    left: 65px;
  }
  .three_resual > div:first-child ul li:last-child:after {
    left: 65px;
  }
  .two_resual > div {
    padding: 0 10px;
  }
  .two_resual > div ul li:before {
    left: -10px;
    width: 75px;
  }
  .two_resual > div:first-child li:first-child:after {
    left: 65px;
  }

  .two_resual > div:first-child li:last-child:after {
    left: 65px;
  }
  .two_resual > div:last-child li:first-child:after {
    right: 65px;
  }
  .two_resual > div:last-child li:last-child:after {
    right: 65px;
  }

  .resual_area > div.three_resual {
    display: none;
  }
  .result_tit .tit {
    font-size: 1.5em;
  }
  .result_tit img {
    width: 30px;
  }

  .brd_scroll {
    overflow-x: scroll;
    width: 100%;
  }
  .brd_scroll .brd_fixed_col {
    min-width: 860px;
    margin-top: 0;
  }

  .word_bg > div {
    height: auto;
  }
  .word_bg > div:before {
    width: auto;
  }
  /*   .word_bg > div > span{padding-top: 26.5px; font-size: 2.7vw} */
  .word_bg > div > a:before {
    width: 5vw;
    height: 5vw;
    background-size: cover;
  }
  .word_bg > div > a > span {
    padding-top: 5.5vw;
    font-size: 2.5vw;
  }

  .word_bg > div.link_a1 {
    top: 9%;
    left: 2%;
  }
  .word_bg > div.link_a2 {
    top: 39.8%;
    left: 4.5%;
  }
  .word_bg > div.link_a3 {
    top: 4%;
  }
  .word_bg > div.link_a4 {
    top: 58%;
    left: 13.6%;
  }
  .word_bg > div.link_a5 {
    top: 24.5%;
  }
  .word_bg > div.link_a6 {
    top: 48.5%;
    left: 38.1%;
  }
  .word_bg > div.link_a7 {
    top: 12%;
    left: 40.5%;
  }
  .word_bg > div.link_a8 {
    left: 69.8%;
    top: 48%;
  }
  .word_bg > div.link_a9 {
    top: 44%;
  }
  .word_bg > div.link_a10 {
    top: 66%;
    left: 3%;
  }
  .word_bg > div.link_a11 {
    top: 0;
    left: 68.6%;
  }
  .word_bg > div.link_a12 {
    top: 73%;
    left: 29.7%;
  }
}

@media all and (max-width: 767px) {
}

@media all and (max-width: 640px) {
}

@media all and (max-width: 580px) {
  .first_img .top_tit {
    font-size: 1.125em;
  }
  .first_img .tit {
    font-size: 1.5em;
  }
  .first_img .first_tit a {
    width: 100px;
    font-size: 1.125em;
  }
  .resual_area {
    height: 300px;
  }
  .resual_area > div.two_resual {
    position: absolute;
    display: block;
    width: 100%;
    top: auto;
    bottom: 18px;
    left: 0;
    padding-top: 30px;
  }
  .two_resual > div ul li {
    margin-top: 0;
  }
  .resual_area > div > div {
    display: block;
  }
  .resual_area > div > div:first-child {
    float: none;
  }
  .one_resual ul li:first-child:before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 1px;
    top: -15px;
    width: 150px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
  }
  .one_resual ul {
    overflow: visible;
  }
  .resual_area > div.one_resual {
    padding: 19px 0;
  }
  .one_resual ul li:first-child:after {
    background-color: #000;
    content: "";
    position: absolute;
    width: 1px;
    top: -15px;
    height: 105px;
    left: 50%;
    z-index: -1;
  }
  .one_resual ul li:first-child {
    margin-left: 0;
  }
  .one_resual ul li:last-child {
    margin-right: 0;
  }
  .two_resual > div ul li {
    float: left;
    margin-left: 50px;
  }
  .two_resual > div ul li:first-child {
    margin-left: 0;
  }
  .final_resual ul li:before {
    bottom: -15px;
  }
  .final_resual ul li:after {
    bottom: -15px;
  }
  .two_resual > div:first-child li:first-child:after {
    left: 27px;
    top: -22px;
    height: 100%;
  }
  .two_resual > div ul li:before {
    top: -25px;
    left: 0;
  }
  .two_resual > div:first-child ul li:before {
    left: 50%;
  }
  .two_resual > div:first-child li:last-child:before {
    left: auto;
    right: 50%;
  }
  .two_resual > div:first-child li:last-child:after {
    left: 50%;
    height: 100%;
    bottom: auto;
    top: -25px;
  }
  .one_resual ul li:last-child:before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 1px;
    top: -15px;
    width: 150px;
    right: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
  }
  .one_resual ul li:last-child:after {
    background-color: #000;
    content: "";
    position: absolute;
    width: 1px;
    top: -15px;
    height: 105px;
    left: 50%;
    z-index: -1;
  }

  .two_resual > div:last-child li:last-child:after {
    left: 50%;
    height: 100%;
    bottom: auto;
    top: -25px;
  }
  .two_resual > div ul li:before {
    left: auto;
    right: 50%;
  }
  .two_resual > div:last-child ul li:first-child:before {
    left: 50%;
  }
  .two_resual > div:last-child li:first-child:after {
    left: 27px;
    top: -22px;
    height: 100%;
  }
  .resual_area > div.result_tit {
    bottom: 87px;
  }

  .progress_container .cnt {
    font-size: 0.938em;
    left: -45px;
    top: -2px;
  }
  .tit_top img {
    width: 30px;
  }
  .tit_top .tit {
    font-size: 1.25em;
    margin-top: 9px;
    font-size: 1.125em;
  }
  .tour_area .tour_list {
    margin-top: 15px;
  }
  .tour_area .tour_list > li > span {
    font-size: 1em;
    margin-bottom: 7px;
    font-weight: 500;
  }
  .tour_area .vs {
    font-size: 20px;
    top: 70%;
    text-shadow: 2px 2px 2px #000;
  }

  .last_area a {
    padding-top: 63.14%;
  }
  .last_area .tit {
    top: 15px;
    left: 15px;
    font-size: 1.25em;
  }
  .last_area .name:before {
    height: 50px;
    margin-left: 5px;
    margin-bottom: 15px;
  }
  .last_area .name {
    font-size: 1.125em;
    top: 90px;
    left: 10px;
  }

  .cont_p2 {
    margin-top: 30px;
  }
  .cont_p2 > p {
    font-size: 16px;
    margin-top: 18px;
  }
  .video_iframe {
    padding-top: 56.5%;
    margin-top: 17px;
  }
  .video_area {
    margin-top: 45px;
  }
  .video_area .video_cont {
    margin-top: 33px;
  }
  .video_area .video_cont .tit {
    font-size: 1.25em;
  }
  .video_area .video_cont > p {
    font-size: 1em;
  }

  .word_area {
    padding: 33px 0;
  }
  .word_bg > div > a > span {
    font-size: 3vw;
  }

  .word_bg > div.link_a4 {
    top: 59%;
    left: 12.6%;
  }

  .last_area .move {
    width: 160px;
    height: 30px;
    line-height: 28px;
    bottom: 15px;
    font-size: 1.125em;
  }
}
@media all and (max-width: 479px) {
  .progress_container {
    max-width: 250px;
    margin: 15px auto 0;
  }
  .final_resual ul li {
    width: 55px;
    height: 55px;
  }
  .one_resual ul li {
    width: 55px;
    height: 55px;
  }
  .two_resual > div ul li {
    margin-left: 30px;
  }
  .result_tit .tit {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .resual_area > div.two_resual {
    padding-top: 15px;
  }
  .resual_area > div.one_resual {
    padding: 15px 0;
  }
  .two_resual > div:first-child ul li:before {
    top: -15px;
    margin-top: 0;
  }
  .two_resual > div:last-child ul li:first-child:before {
    left: 50%;
    top: -15px;
  }
  .resual_area {
    height: 258px;
  }
  .resual_area > div.final_resual {
    width: 55px;
    height: 55px;
    top: 15px;
  }
  .resual_area > div.one_resual {
    top: 127px;
  }
  .resual_area > div.two_resual {
    bottom: 19px;
  }
  .two_resual > div ul li:before {
    top: -15px;
  }
  .final_resual ul li:before {
    -webkit-transform: translateX(-50%);
  }
  .final_resual ul li:after {
    width: 150%;
    display: none;
  }

  /*보급현황*/
  .m_lightbox .lightbox_tit {
    font-size: 1.125em;
    padding: 5px;
  }
  .m_lightbox .lightbox_text {
    font-size: 0.938em;
  }
  .m_lightbox .lightbox_area > p {
    font-size: 0.938em;
  }

  .m_lightbox .lightbox_area {
    padding: 5px;
  }
}

@media all and (min-width: 320px) and (max-width: 339px) {
}
