@charset "UTF-8";

.visual_wrap {
  /* height: 100vh; */
  /* height: 937px; */
  /* position: relative;
  width: 100%;
  padding-top: 56.3%; */
  /* height: 760px; */
  position: relative;
}
.visual {
  position: relative;
  /* left: 0; */
  /* top: 0; */
  /* height: 100%; */
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 49.191%;
  overflow: hidden;
}
.visual .main_video {
  /* position: absolute;
  left: 0;
  right: 0;
  top: -133px;
  top: 0;
  bottom: auto;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 1; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}

.duration {
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 10;
}
.duration .timeBar {
}

.timeBar {
  border-radius: 50%;
  /* position: absolute;
    top: 28%;
    top: -webkit-calc(50% - 43px);
    top: calc(50% - 43px);
    left: 35%;
    left: -webkit-calc(50% - 43px);
    left: calc(50% - 43px); */
  background-image: radial-gradient(transparent, #f8a835);
}

.btnPlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
}
.timeBar:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: #000;
  border-radius: 50%;
  opacity: 0.9;
}
.timeBar > span {
  display: block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 42s linear infinite;
  animation: loader1 42s linear infinite;
}
.timeBar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 44px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f8a835;
}
.timeBar > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 12px;
  height: 8px;
  border-radius: 50%;
  background-color: #f8a835;
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .timeBar > span:before{
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 8%;
  height: 8%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */
/* .timeBar > span:after{
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 50%;
  background-color: #fff;
} */
.timeBar > span i {
}

/* .timeBar > span:after{
  content: "";
	position: absolute;
	top: -5px;
	left: 20px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
	background-color: #fff;
  
}
@-webkit-keyframes loader1{
  0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}

@keyframes loader1{
  0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
} */

.test {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
#spinner {
  margin: calc(50% - 25px) auto;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  /* border-top-color: white; */
  border-radius: 100%;
  /* animation: spin 1s ease-in-out infinite; */
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.pie-chart {
  position: absolute;
  z-index: 5;
  right: 50px;
  top: 54%;
}
/* span.center{
    background: #fff;
    display : block;
    position: absolute;
    top:50%; left:50%;
    width:100px; height:100px;
    border-radius: 50%;
    text-align:center; 
    line-height: 100px;
    font-size:30px;
    transform: translate(-50%, -50%);
} */

/*한식문화상자*/
.section.cont_top {
  padding-top: 180px;
}
.section.cont_top .tit_top {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.section.cont_top .tit_top:after {
  content: "";
  display: block;
  background: #f8a835;
  width: 206px;
  height: 2px;
  margin: 29px auto 0;
}
.section.cont_top .tit_top .tit {
  color: #232221;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 34px;
}
.section.cont_top .tit_top > p {
  color: #5c5c5c;
  font-size: 1.375em;
  line-height: 1.7;
}
.section.cont_top .cont {
  margin-top: 52px;
}
.section.cont_top .cont .slide_cont {
  max-width: 1920px;
  margin: 0 auto;
}
.section.cont_top .cont .slide_cont .cont_area {
}
.section.cont_top .cont .slide_cont .cont_1 {
  position: relative;
  text-align: center;
  background: url(/_static/kcultureBox/img/main/slide_img_top1.png) no-repeat
    center top;
  max-width: 703px;
  margin: 130px auto 0;
  width: 537px;
  height: 182px;
}
.section.cont_top .cont .slide_cont .cont_1:before {
  content: "";
  display: block;
  width: 703px;
  height: 605px;
  background: url(/_static/kcultureBox/img/main/slide_bg.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 70px;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.section.cont_top .cont .slide_cont .cont_1 > img {
  transform-origin: center -20px;
  animation: swing ease-in-out 1s infinite alternate;
  position: absolute;
  top: 125px;
  left: 13px;
}
.section.cont_top .cont .slide_cont .cont_2 {
  position: relative;
  text-align: center;
  background: url(/_static/kcultureBox/img/main/slide_img_top2.png) no-repeat
    center top;
  max-width: 703px;
  margin: 0 auto;
  width: 337px;
  height: 291px;
}
.section.cont_top .cont .slide_cont .cont_2:before {
  content: "";
  display: block;
  width: 703px;
  height: 605px;
  background: url(/_static/kcultureBox/img/main/slide_bg.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 195px;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.section.cont_top .cont .slide_cont .cont_2 > img {
  transform-origin: center -20px;
  animation: swing ease-in-out 1s infinite alternate;
  position: absolute;
  top: 175px;
  left: -8px;
}
@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@-webkit-keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.section.cont_top .cont .slide_cont .cont_tit {
  display: block;
  width: 225px;
  height: 38px;
  background: #f8a835;
  border-radius: 38px;
  text-align: center;
  line-height: 36px;
  font-size: 1.25em;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -8px;
}
.section.cont_top .cont .slide_cont .slick-arrow {
  width: 60px;
  height: 60px;
  background-size: 100%;
  z-index: 1;
}
.section.cont_top .cont .slide_cont .slick-arrow.slick-prev {
  background: url(/_static/kcultureBox/img/sub/cont_top_left.png) no-repeat
    center;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -640px;
}
.section.cont_top .cont .slide_cont .slick-arrow.slick-next {
  background: url(/_static/kcultureBox/img/sub/cont_top_right.png) no-repeat
    center;
  right: 50%;
  transform: translateX(-50%);
  margin-right: -640px;
}
.prev_area {
  position: absolute;
  bottom: 0;
  right: 10%;
}
.prev_area img {
  width: 80%;
  margin: 0 auto;
  animation: test 2s linear;
}
.next_area {
  position: absolute;
  bottom: 0;
  left: 10%;
}
.next_area img {
  width: 80%;
  margin: 0 auto;
  animation: test 1s linear;
}

@keyframes test {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.section.cont_top .cont .cont_info {
  text-align: center;
  margin-top: 50px;
}
.section.cont_top .cont .cont_info .tit {
  color: #232221;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 35px;
}
.section.cont_top .cont .cont_info > p {
  color: #232221;
  font-size: 1.25em;
  line-height: 1.7;
  max-width: 320px;
  margin: 0 auto 65px;
  word-break: keep-all;
}
.section.cont_top .cont .cont_info a {
  display: none;
  position: relative;
}
/* .section.cont_top .cont .cont_info a:after{
  content:'';
  display: block;
  position: absolute; top: 0; left: 0;
} */

.cont_a > img {
}
.section.cont_top .cont .cont_info a > img {
  margin: 0 auto;
  /* -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; */
  /* animation: test 1s ease-in-out; */
}
.section.cont_top .cont .cont_info a > img:nth-child(2) {
  display: none;
}

@keyframes test {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cont_a {
  position: relative;
}
.cont_a .loader {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
}
/* .cont_a:hover .loader,
.cont_a:hover .loader:before,
.cont_a:hover .loader:after {
  animation: 1s ease-in-out infinite alternate;
} */
.cont_a .loader:before,
.cont_a .loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  opacity: 0.5;
  animation: ease-in-out infinite 1.5s alternate;
}
.cont_a .loader-3:before {
  content: "";
  border: 9px solid #fff;
  top: 0;
  left: -17px;
  width: 47px;
  height: 47px;
  /* animation-name: loader3; */
  opacity: 0;
  animation: pulsate 1.5s ease-out infinite;
}
/* .cont_a:hover .loader-3:before {
  animation-name: loader3; opacity: 0.65;
  animation-iteration-count: infinite;
} */
.cont_a .loader-3:after {
  content: "";
  border: 9px solid #fff;
  top: 15px;
  left: -2px;
  width: 50%;
  height: 50%;
  /* animation-name: loader3; */
  opacity: 0;
  animation: pulsate 1.5s ease-out infinite;
}
/* .cont_a:hover .loader-3:after {
  animation-name: loader3; opacity: 0.65;
  animation-iteration-count: infinite;
} */
@keyframes loader3 {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes loader3 {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.65;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.cont_a img {
  margin: 0 auto;
}
.cont_a .loader.on {
  display: none;
}

.cont_a .loader.type02 {
  top: 231px;
  margin-left: -94px;
}

.cont_a .loader.type03 {
  top: 39px;
}

.cont_a .loader.type04 {
  top: 47px;
}

.cont_a .loader.type05 {
  top: 293px;
}

.cont_a .loader-3.type05:before {
  left: 18px;
}
.cont_a .loader-3.type05:after {
  left: 33px;
}

.cont_a .type03.loader-3:before {
}
.cont_a .type03.loader-3:after {
}

.cont_a > a .move {
  background: #222;
  border-radius: 0.4em;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50px;
  width: 50px;
  padding: 5px 2px;
  color: #fff;
  font-size: 0.875em;
  /* animation: cont_a 1s linear 0s infinite alternate; */
}
@keyframes cont_a {
  0% {
    top: -45px;
  }
  100% {
    top: -50px;
  }
}
@-webkit-keyframes cont_a {
  0% {
    top: -45px;
  }
  100% {
    top: -50px;
  }
}
.cont_a > a .move:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #222;
  border-bottom: 0;
  border-left: 0;
  margin-left: -9px;
  margin-bottom: -12px;
}

/* .cont_a img{display: none;} */

/* .cont_a img.off{opacity: 0; display: none;}
.cont_a img.off2{opacity: 0; display: none;}
.cont_a.on img{opacity: 0; display: none;}
.cont_a.on img.off{opacity: 1; display: block;} */
/*.cont_a.on img.off2{opacity: 1; display: block;} */

/* .cont_a img.bb{opacity: 0; display: none;}
.cont_a img.cc{opacity: 0; display: none;} */

@keyframes scaleImage {
  100% {
    transform: scale(1);
  }
}

@keyframes cloud {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cloud {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.slide_cont .slick-slide {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

/*보급현황*/

.section.dissemi {
  width: 100%;
  /* height: 1095px; */
  /* background: url(/_static/kcultureBox/img/main/woldmap_bg.png) no-repeat center top; */
  margin-top: 180px;
  position: relative;
}
.section.dissemi .tit_top {
  text-align: center;
  max-width: 1030px;
  margin: 0 auto;
  /* padding-top: 120px; */
}
.section.dissemi .tit_top:after {
  content: "";
  display: block;
  background: #f8a835;
  width: 206px;
  height: 2px;
  margin: 29px auto 0;
}
.section.dissemi .tit_top .tit {
  color: #232221;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 34px;
}
.section.dissemi .tit_top > p {
  color: #5c5c5c;
  font-size: 1.375em;
  line-height: 1.7;
  word-break: keep-all;
}

.word_bg {
  position: relative;
  max-width: 1053px;
  margin: 90px auto 0;
}
.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: 15%;
  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: 36.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: 16%;
  left: 41.3%;
}
.word_bg .link_a7 > a.word_a7:before {
  background-image: url(/_static/kcultureBox/img/main/wold_06.png);
}
.word_bg .link_a8 {
  top: 29%;
  left: 67.3%;
}
.word_bg .link_a8 > a.word_a8:before {
  background-image: url(/_static/kcultureBox/img/main/wold_07.png);
}
.word_bg .link_a9 {
  top: 21%;
  left: 81.5%;
}
.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: 5%;
  left: 70.05%;
}
.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: 27.8%;
}
.word_bg .link_a12 > a.word_a12:before {
  background-image: url(/_static/kcultureBox/img/main/wold_10.png);
}
.word_bg .link_a13 {
  top: 31%;
  left: 35.5%;
}
.word_bg .link_a13 > a.word_a13:before {
  background-image: url(/_static/kcultureBox/img/main/wold_11.png);
}
.word_bg .link_a14 {
  top: 35%;
  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);
}

.lightbox {
  display: none;
  width: 726px;
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 2;
}
.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.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;
}
.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;
}

.view_move {
  font-weight: 600;
  width: 158px;
  height: 40px;
  line-height: 38px;
  background: #000;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  position: absolute;
  bottom: 83px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000;
}
.view_move:hover,
.view_move:focus {
  color: #000;
  background: #fff;
}

/*커뮤니티*/
.section.sisul {
  margin-top: 180px;
  padding-bottom: 123px;
}
.community_area {
  overflow: hidden;
}
.community_area .part_1 {
  float: left;
  width: 48.5%;
}
.community_area .part_1 .tit {
  color: #232221;
  font-weight: 600;
  font-size: 2.255em;
  line-height: 1;
  margin-bottom: 29px;
  letter-spacing: -0.05em;
}
.community_area .part_1 .tit:before {
  content: "";
  display: block;
  width: 56px;
  background: #f8a835;
  height: 2px;
  margin-bottom: 16px;
}
.community_area .part_1 .img_area {
}
.community_area .part_1 .img_area > a {
  display: block;
  position: relative;
}
.community_area .part_1 .img_area > a > span {
  width: 140px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  background: #fff;
  border-radius: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 1.125em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.community_area .part_1 .img_area > a:hover > span,
.community_area .part_1 .img_area > a:focus > span {
  background: #f5a100;
  color: #fff;
}
.community_area .part_1 .img_area > a img {
}
.community_area .part_2 {
  float: left;
  margin-left: 2.85%;
  width: 48.5%;
}
.community_area .part_2 .tit {
  color: #232221;
  font-weight: 600;
  font-size: 2.255em;
  line-height: 1;
  margin-bottom: 29px;
  letter-spacing: -0.05em;
}
.community_area .part_2 .tit:before {
  content: "";
  display: block;
  width: 56px;
  background: #f8a835;
  height: 2px;
  margin-bottom: 16px;
}
.community_area .part_2 .brd_list {
  position: relative;
  border-top: 2px solid #000;
}
.community_area .part_2 .brd_list .brd_alert {
  border-collapse: collapse;
  /* border-top: 2px solid #000; */
}
.brd_alert tbody {
}
.brd_alert tbody tr {
}
.brd_alert tbody tr td {
  border: 1px solid #e3e4e4;
  border-width: 1px 0;
  height: 79px;
}
.brd_alert tbody tr td.kind {
  color: #f5a100;
  font-weight: 600;
  text-align: center;
}
.brd_alert tbody tr td > a {
  display: block;
  font-weight: 600;
  font-size: 1.25em;
}
.brd_alert tbody tr td.date {
  color: #7c7c7c;
  font-weight: 600;
  text-align: center;
}
.btn_alert {
  position: absolute;
  top: -45px;
  right: 0;
}
.btn_alert > span {
  color: #5c5c5c;
  position: relative;
  font-weight: 600;
  display: block;
  line-height: 22px;
}
.btn_alert > span:after {
  content: "";
  display: inline-block;
  background: url(/_static/kcultureBox/img/main/detail_view.png) no-repeat
    center;
  width: 22px;
  height: 22px;
  vertical-align: bottom;
  margin-left: 10px;
}

.m_lightbox {
  display: none;
}
.m_lightbox.on {
  display: none;
}

/* 0519 슬라이드 뉴 이미지 */
.cont_a.cont_b {
  top: 24px;
}

@media all and (max-width: 1600px) {
}
@media all and (max-width: 1400px) {
  .visual_wrap {
  }
  .visual .main_video {
    /* object-fit: contain; */
  }

  .section.cont_top .cont .slide_cont .slick-arrow.slick-prev {
    margin-left: 0;
    left: 0;
    transform: none;
  }
  .section.cont_top .cont .slide_cont .slick-arrow.slick-next {
    margin-right: 0;
    right: 0;
    transform: none;
  }
}
@media all and (max-width: 1200px) {
  .visual_wrap {
    /* height: 660px; */
  }

  .section.cont_top .cont {
    margin-top: 22px;
  }
  .section.cont_top .cont .slide_cont .cont_1 {
    margin: 100px auto 0;
  }

  .section.dissemi {
    margin-top: 150px;
    height: 100%;
  }

  /*보급현황*/
  .lightbox {
    width: 500px;
  }
}
@media all and (max-width: 1024px) {
  /* 0519 슬라이드 뉴 이미지 */
  .cont_a.cont_b {
    top: 74px;
  }
  .cont_a.cont_b img {
    padding: 0 20%;
  }
  .cont_a .loader.type05 {
    top: 258px;
  }
  .cont_a .loader-3.type05:before {
    left: 15px;
  }
  .cont_a .loader-3.type05:after {
    left: 30px;
  }

  .visual .main_video {
    /* top: 0; */ /* bottom: auto; */
  }
  .section.cont_top {
    padding-top: 74px;
  }
  .section.cont_top .tit_top .tit {
    font-size: 2.375em;
    margin-bottom: 24px;
  }
  .section.cont_top .tit_top > p {
    font-size: 1.25em;
  }
  .section.cont_top .tit_top:after {
    margin: 19px auto 0;
  }

  .section.cont_top .cont .slide_cont .cont_tit {
    font-size: 1.125em;
    width: 180px;
  }
  .section.cont_top .cont .slide_cont .cont_1 {
    margin: 58px auto 0;
  }
  .section.cont_top .cont .slide_cont .cont_2 {
    max-width: 703px;
    width: 250px;
    background-size: 100%;
    height: 240px;
  }
  .section.cont_top .cont .slide_cont .cont_2:before {
    top: 130px;
  }
  .section.cont_top .cont .cont_info .tit {
    font-size: 2.375em;
    margin-bottom: 25px;
  }
  .section.cont_top .cont .cont_info > p {
    font-size: 1.125em;
    margin: 0 auto 45px;
  }
  .section.cont_top .cont .slide_cont .cont_1 > img {
    width: 34px;
    top: 118px;
  }
  .section.cont_top .cont .slide_cont .cont_2 > img {
    width: 40px;
    top: 125px;
  }

  .section.dissemi .tit_top .tit {
    font-size: 2.375em;
    margin-bottom: 24px;
  }
  .section.dissemi .tit_top > p {
    font-size: 1.25em;
  }
  .section.dissemi .tit_top:after {
    margin: 19px auto 0;
  }

  .word_bg {
    margin: 70px auto 0;
    padding-bottom: 50px;
  }
  .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(22% - 56px);
    left: calc(5.3% - 26px);
  }
  .word_bg > div.link_a2 {
    top: calc(44% - 35px);
    left: calc(8% - 26px);
  }
  .word_bg > div.link_a3 {
    top: calc(16% - 56px);
  }
  .word_bg > div.link_a4 {
    left: calc(17.5% - 26px);
    top: 54%;
  }
  .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(28% - 56px);
  }
  .word_bg > div.link_a10 {
    top: 59%;
    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(68.4% - 56px);
    left: calc(29.8% - 26px);
  }
}
@media all and (max-width: 860px) {
  /* 0519 슬라이드 뉴 이미지 */
  .cont_a.cont_b img {
    padding: 0 30%;
  }
  .cont_area.area1 .cont_a > img {
    height: 300px;
  }
  .cont_a.cont_b {
    top: 51px;
    padding-bottom: 50px;
    padding-top: 100px;
  }
  .cont_a .loader.type05 {
    top: 261px;
  }
  .cont_a .loader-3.type05:before {
    left: 5px;
  }
  .cont_a .loader-3.type05:after {
    left: 20px;
  }

  .section.cont_top {
    padding: 54px 15px 0;
  }

  .section.cont_top .tit_top .tit {
    font-size: 2em;
  }
  .section.cont_top .tit_top > p {
    font-size: 1.125em;
  }

  .section.dissemi {
    margin-top: 100px;
    padding: 0 15px;
  }
  .section.dissemi .tit_top .tit {
    font-size: 2em;
  }
  .section.dissemi .tit_top > p {
    font-size: 1.125em;
  }

  .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: 34.8%;
    left: 4.5%;
  }
  .word_bg > div.link_a3 {
    top: 4%;
  }
  .word_bg > div.link_a4 {
    top: 51%;
    left: 13.6%;
  }
  .word_bg > div.link_a5 {
    top: 24.5%;
  }
  .word_bg > div.link_a6 {
    top: 42.5%;
    left: 38.1%;
  }
  .word_bg > div.link_a7 {
    top: 12%;
    left: 40.5%;
  }
  .word_bg > div.link_a8 {
    left: 69.8%;
    top: 42%;
  }
  .word_bg > div.link_a9 {
    top: 38%;
  }
  .word_bg > div.link_a10 {
    top: 57%;
    left: 3%;
  }
  .word_bg > div.link_a11 {
    top: 0;
    left: 68.6%;
  }
  .word_bg > div.link_a12 {
    top: 63%;
    left: 29.7%;
  }

  .view_move {
    bottom: 0;
    width: 128px;
    height: 30px;
    line-height: 28px;
  }

  .section.sisul {
    margin-top: 100px;
    padding: 0 15px 100px;
  }
  .community_area .part_1 {
    float: none;
    width: 100%;
  }
  .community_area .part_1 .img_area > a img {
    width: 100%;
  }
  .community_area .part_2 {
    float: none;
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
  }

  .community_area .part_1 .tit {
    font-size: 2em;
  }
  .community_area .part_2 .tit {
    font-size: 2em;
  }

  .lightbox {
    display: none !important;
  }
  .m_lightbox {
    display: none;
  }
  .m_lightbox.on {
    display: block;
  }
  .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: 16px;
    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: 767px) {
}
@media all and (max-width: 640px) {
}
@media all and (max-width: 580px) {
  /* 0519 슬라이드 뉴 이미지 */
  .section.cont_top .cont .cont_info .cont_a.cont_b a > img {
    max-width: 100%;
  }
  .cont_a.cont_b img {
    padding: 0 39%;
    height: 151px !important;
  }
  .cont_a.cont_b {
    top: 40px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .cont_a .loader.type05 {
    top: 90px;
  }
  .cont_a .loader-3.type05:before {
    left: 5px;
  }
  .cont_a .loader-3.type05:after {
    left: 15px;
  }

  .visual_wrap {
    /* height: 450px; */
  }

  .section.cont_top {
    padding: 34px 10px 0;
  }
  .section.cont_top .tit_top .tit {
    font-size: 1.375em;
    margin-bottom: 12px;
  }
  .section.cont_top .tit_top > p {
    font-size: 1em;
    line-height: 1.5;
    word-break: keep-all;
  }

  .section.cont_top .cont .cont_info {
    margin-top: 25px;
  }
  .section.cont_top .cont .cont_info .tit {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .section.cont_top .cont .cont_info > p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 auto 35px;
    padding: 0 21px;
  }
  .section.cont_top .cont .slide_cont .cont_1 {
    background-size: 100%;
    width: 268.5px;
    height: 92px;
  }
  .section.cont_top .cont .slide_cont .slick-arrow.slick-prev {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .section.cont_top .cont .slide_cont .slick-arrow.slick-next {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .section.cont_top .cont .slide_cont .cont_tit {
    font-size: 0.938em;
    height: 28px;
    line-height: 28px;
    width: 130px;
    font-weight: 500;
  }
  .section.cont_top .cont .slide_cont .cont_1:before {
    background-size: 100%;
    width: 351px;
    height: 302px;
    top: 40px;
  }
  .section.cont_top .cont .slide_cont .cont_1 > img {
    width: 17px;
    top: 63px;
  }
  .section.cont_top .cont .slide_cont .cont_2 {
    background-size: 100%;
    width: 168.5px;
    height: 145.5px;
  }
  .section.cont_top .cont .slide_cont .cont_2:before {
    background-size: 100%;
    width: 351px;
    height: 302px;
    top: 97.5px;
  }
  .section.cont_top .cont .slide_cont .cont_2 > img {
    width: 17px;
    top: 87.5px;
    left: 0;
  }

  .section.cont_top .tit_top:after {
    margin: 10px auto 0;
    width: 103px;
  }

  .cont_area.area1 .cont_a > img {
    height: 181px;
  }
  .cont_area.area2 .cont_a > img {
    height: 181px;
  }
  .section.cont_top .cont .cont_info a > img {
    max-width: 320px;
    max-height: 231px;
  }
  .cont_a > a .move {
    font-size: 0.813em;
    top: -36px;
    width: 40px;
    padding: 4px 2px;
  }
  .cont_a > a .move:after {
    margin-bottom: -6px;
  }

  .cont_a .loader {
    top: 2px;
  }
  .cont_a .loader-3:before {
    width: 37px;
    height: 37px;
    border-width: 5px;
    left: -8px;
  }
  .cont_a .loader-3:after {
    border-width: 5px;
    left: 2px;
    top: 10px;
  }
  .cont_a .loader.type02 {
    top: 115px;
    margin-left: -45px;
  }
  .cont_a .loader.type03 {
    top: 11px;
  }

  .section.dissemi {
    margin-top: 40px;
    padding: 0 10px;
  }
  .section.dissemi .tit_top .tit {
    font-size: 1.375em;
    margin-bottom: 12px;
  }
  .section.dissemi .tit_top:after {
    margin: 10px auto 0;
    width: 103px;
  }
  .section.dissemi .tit_top > p {
    font-size: 1em;
    line-height: 1.5;
  }
  .view_move {
    font-size: 0.938em;
    font-weight: 500;
  }

  .word_bg {
    margin: 45px auto 0;
  }

  .section.sisul {
    margin-top: 40px;
    padding: 0 10px 50px;
  }
  .community_area .part_1 .tit {
    font-size: 1.25em;
    margin-bottom: 19px;
  }
  .community_area .part_1 .tit:before {
    width: 28px;
    margin-bottom: 8px;
  }
  .community_area .part_1 .img_area > a > span {
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    width: 100px;
  }
  .community_area .part_2 {
    margin-top: 30px;
  }
  .community_area .part_2 .tit {
    font-size: 1.25em;
    margin-bottom: 19px;
  }
  .community_area .part_2 .tit:before {
    width: 28px;
    margin-bottom: 8px;
  }
  .brd_alert tbody tr td {
    height: 49px;
    font-size: 0.875em;
  }
  .brd_alert tbody tr td > a {
    font-size: 1em;
    font-weight: 500;
  }
  .brd_alert tbody tr td.kind {
    font-weight: 500;
  }
  .brd_alert tbody tr td.date {
    font-weight: 500;
  }
  .btn_alert {
    top: -39px;
  }
  .btn_alert > span {
    font-size: 0.938em;
    font-weight: 500;
  }
  .btn_alert > span:after {
    margin-left: 5px;
  }

  /*보급현황*/
  .word_bg > div > a > span {
    font-size: 3vw;
  }

  .word_bg > div.link_a2 {
    top: 31.8%;
    left: 4.5%;
  }
  .word_bg > div.link_a4 {
    top: 48%;
    left: 12.8%;
  }
  .word_bg > div.link_a6 {
    top: 39.5%;
    left: 37.3%;
  }
  .word_bg > div.link_a7 {
    top: 9%;
    left: 40.5%;
  }
  .word_bg > div.link_a8 {
    left: 69.8%;
    top: 40%;
  }
  .word_bg > div.link_a9 {
    top: 36%;
    left: auto;
    right: 13.5%;
  }
  .word_bg > div.link_a10 {
    top: 54%;
    left: 3%;
  }
  .word_bg > div.link_a12 {
    top: 59%;
    left: 29.2%;
  }

  .m_lightbox .lightbox_tit {
    font-size: 1.125em;
    padding: 5px 10px;
  }
  .m_lightbox .lightbox_text {
    font-size: 0.938em;
  }
  .m_lightbox .lightbox_area > p {
    font-size: 0.938em;
  }
  .m_lightbox .lightbox_area .bo_doc {
    font-size: 14px;
    margin-top: 6px;
  }
  .m_lightbox .lightbox_area {
    padding: 5px 10px;
  }
}
@media all and (max-width: 479px) {
  /*   .word_bg > div.link_a1{top: 2%;left: -3%;}
  .word_bg > div.link_a2{left: -0.5%;}
  .word_bg > div.link_a3{top: -2%;}
  .word_bg > div.link_a4{top: 49%;left: 11%;}
  .word_bg > div.link_a5{top: 14%;}
  .word_bg > div.link_a6{left: 33.5%;top: 39%;}
  .word_bg > div.link_a7{left: 41%;top: 9%;}
  .word_bg > div.link_a8{top: 10%;left: 63.5%;}
  .word_bg > div.link_a9{top: 5%;left: 75.5%;} */
}
@media all and (min-width: 320px) and (max-width: 339px) {
}
