#container .main_banner_outer {
  width: 100%;
  position: relative;
  max-height: 100vh;
}

#container .main_banner_outer .main_banner_box {
  height: 100%;
  position: relative;
}

#container .main_banner_outer .main_banner_box .item {
  width: 100%;
  padding-top: 300px;
  padding-bottom: 340px;
}
#container .main_banner_outer .main_banner_box .item .txt_box {
  transform: translateY(-115px);
}
#container .main_banner_outer .main_banner_box .item .txt_box p {
  color: #fff;
}

#container .main_banner_outer .main_banner_box .item .txt_box p:nth-child(1) {
  font-size: 65px;
  font-family: "Noto Sans KR", sans-serif, "Play";
  line-height: 1.1em;
}

#container .main_banner_outer .main_banner_box .item .txt_box p:nth-child(2) {
  font-size: 24px;
  color: #ddd;
  margin-top: 55px;
}

#container .main_banner_outer .main_gnb_box {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 16%;
}

#container .main_banner_outer .main_gnb_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#container .main_banner_outer .main_gnb_box ul li {
  width: calc(100% / 5);
  border-left: 1px solid #3f4242;
  text-align: center;
  font-size: 22px;
  font-family: "Play";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#container .main_banner_outer .main_gnb_box ul li:nth-child(1) {
  font-size: 36px;
  font-family: "Play";
  padding-top: 70px;
  border-left: none;
}

#container .main_banner_outer .main_gnb_box ul li a {
  width: 100%;
  color: #fff;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#container .main_banner_outer .main_gnb_box ul li img {
  margin-right: 20px;
}

#container .main_banner_outer .main_gnb_box ul li span {
  line-height: 1.2em;
}

#container .main_banner_outer .main_gnb_box ul li:hover:not(:first-child) {
  background: -webkit-gradient(linear, left top, right top, from(#e86c00), to(#d3461e));
  background: linear-gradient(to right, #e86c00, #d3461e);
}

#container .main_banner_outer .main_gnb_box ul li:hover:not(:first-child)>a {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  background: -webkit-gradient(linear, left top, right top, from(#e86c00), to(#d3461e));
  background: linear-gradient(to right, #e86c00, #d3461e);
}

#container .main_banner_outer  .moreBtn {
  position: absolute;
  bottom: -50px;
  transform: translateY(100%);
  display: block;
  width: 198px;
  height: 45px;
  line-height: 41px;
  color: #fff;
  border: 1px solid #b3b3b3;
  text-align: center;
  transition: all linear 0.3s;
}
#container .main_banner_outer  .moreBtn:hover{
  background: linear-gradient(to right, #e86c00, #d3461e);
  border-color: #e86c00;
}


#container .main_banner_outer .banner_nav_wrap {
  position: absolute;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 99;
  color: #fff;
  font-family: "Play";
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  max-width: 1480px;
  
}


#container .main_banner_outer .banner_nav_wrap .nav_pager .pager_progress {
  width: 100px;
  height: 2px;
  top: 50%;
  margin: 0 15px;
  position: relative;
}

#container .main_banner_outer .banner_nav_wrap .nav_pager .pager_progress.active .bar {
  -webkit-transition: all linear 5s;
  transition: all linear 5s;
  width: 100%;
}

#container .main_banner_outer .banner_nav_wrap .nav_pager .pager_progress .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #e86c00;
}

#container .main_banner_outer .banner_nav_wrap .nav_arrow {
  margin: 1px 20px;
}

#container .main_banner_outer .banner_nav_wrap .nav_arrow .v_line {
  width: 1px;
  height: 12px;
  background: #bbbbb8;
  margin: 0 10px;
  margin-top: 2px;
  padding-top: 3px;
}

#container .main_banner_outer .banner_nav_wrap .nav_arrow .arrow_prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  cursor: pointer;
}

#container .main_banner_outer .banner_nav_wrap .nav_arrow .arrow_next {
  cursor: pointer;
}

#container .main_banner_outer .banner_nav_wrap .nav_toggle {
  padding-top: 3px;
  cursor: pointer;
}

#container .main_banner_outer .banner_nav_wrap .nav_toggle img:nth-child(1) {
  display: block;
}

#container .main_banner_outer .banner_nav_wrap .nav_toggle img:nth-child(2) {
  display: none;
}

#container .main_banner_outer .banner_nav_wrap .nav_toggle.isStop img:nth-child(1) {
  display: none;
}

#container .main_banner_outer .banner_nav_wrap .nav_toggle.isStop img:nth-child(2) {
  display: block;
}

#container .main_banner_outer .banner_nav_wrap .nav_toggle .isPlay {
  display: block;
}

#container .main_banner_outer .scroll_icon::after {
  display: block;
  content: "";
  width: 12px;
  height: 132px;
  background: url(../image/main/m_scroll.png);
  position: absolute;
  right: 0;
  bottom: 160px;
}

#container .section_outer .sec_top {
  text-align: center;
  padding: 10px 0 65px;
}

#container .section_outer .sec_top .icon {
  width: 36px;
  height: 10px;
  background: url(../image/main/m_com_icon.png) no-repeat center;
  margin: 0 auto;
  background-size: cover;
}

#container .section_outer .sec_top .f_tit {
  font-size: 45px;
  font-weight: 500;
  line-height: 1em;
  padding-top: 20px;
}

#container .section_outer .sec_top .tit {
  font-size: 55px;
  font-family: "Play";
  line-height: 1em;
  padding-top: 15px;
}
#container .section_outer .sec_top .sub {
  font-size: 26px;
  color: #d3461e;
  font-weight: 500;
  line-height: 1.4em;
  margin-top: 25px;
}

#container .section_outer.sec1 {
  background: #fff;
}

#container .section_outer.sec1 .sec_bot .sec1_slide {
  width: calc(100% + 10px);
  padding-bottom: 115px;
  position: relative;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item {
  width: calc((100% - (10px * 3))/ 4);
  height: 580px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item img:nth-child(2) {
  opacity: 0;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item.active img:nth-child(2) {
  opacity: 1;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item:hover .desc_box p:nth-child(2) {
  color: #e86c00;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item:hover .desc_box p.desc {
  display: -webkit-box;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item .desc_box {
  position: relative;
  z-index: 1;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item .desc_box p {
  font-family: "Play";
  color: #fff;
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item .desc_box p:nth-child(1) {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item .desc_box p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item .desc_box p:nth-child(3) {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
}

#container .section_outer.sec1 .sec_bot .sec1_slide .item .desc_box p.desc {
  font-size: 16px;
  display: none;
  margin-top: 25px;
  word-break: keep-all;
  white-space: normal;
  line-height: 1.4em;
  height: 7.0em;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px - 57.5px);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-prev {
  left: -85px;
  background: url(../image/main/m_arrow02.png) no-repeat;
}

.slick-prev:hover {
  background: url(../image/main/new_icon03.png) no-repeat;
}

.slick-next {
  right: -85px;
  background: url(../image/main/m_arrow03.png) no-repeat;
}

.slick-next:hover {
  background: url(../image/main/new_icon02.png) no-repeat;
}

#container .section_outer.sec2 {
  background: #f1f1f1;
  padding-bottom: 80px;
}

#container .section_outer.sec2 .sec_bot {
  display: flex;
}

#container .section_outer.sec2 .sec_bot .con_L {
  width: 840px;
}

.con_Top {
  width: 100%;
  height: 60px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#e86c00), to(#d3461e));
  background: linear-gradient(to right, #e86c00, #d3461e);
  padding: 2px;
  padding-top: 4px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.con_Top>p {
  line-height: 52px;
  border: 1px solid #f1b183;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot {
  width: 100%;
  height: 553px;
  background: url(../image/main/m_getac_01.png) no-repeat center;
  position: relative;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con {
  width: 685px;
  height: 380px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  overflow: hidden;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_tit {
  width: 32%;
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_tit .input_box {
  width: 100px;
  height: 40px;
  background: #fff;
  border: 1px solid #dddddd;
  margin-top: 15px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_tit .input_box input[type=number] {
  color: transparent;
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  font-family: 'Play';
  text-shadow: 0 0 0 #d3461e;
  cursor: default;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_tit .input_box input[type=number]::-webkit-outer-spin-button,
#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_tit .input_box input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_tit .input_box .pm_btn {
  position: absolute;
  right: 1px;
  top: 1px;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_tit .input_box .pm_btn p {
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  text-align: center;
  background: #f1f1f1;
  color: #787878;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_tit .input_box .pm_btn p.plus01 {
  margin-bottom: 2px;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc {
  width: 68%;
  float: left;
  margin-bottom: 30px;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .con_chk {
  width: 195px;
  height: 115px;
  background: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 99;
  border: 3px solid #f1f1f1;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .con_chk.con_Note {
  margin-right: 30px;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .con_chk>div {
  display: flex;
  background: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .con_chk.on {
  border-color: #d3461e;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .con_chk.on span {
  color: #d3461e;
  display: block;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .con_chk img {
  width: 80px;
  margin: 0 auto;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .con_chk span {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Play';
  color: #444;
  margin-top: 10px;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .num_table {
  width: 100%;
  color: #666;
  font-size: 0;
  font-family: 'Play';
  padding: 0 5px;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .num_table.p_count{
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .num_table.p_count span {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  width: 30px;
  text-align: center;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .num_table.count_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .num_table.count_table span {
  font-size: 18px;
  text-align: center;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .num_bar {
  width: 100%;
  height: 35px;
  background: #fff;
  margin-top: 12.5px;
  border: 1px solid #ddd;
  padding: 12.5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0.3, 50, 50, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
  position: relative;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .num_bar input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
  width: 96%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#e86c00), to(#d3461e));
  background: linear-gradient(to right, #e86c00, #d3461e);
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .num_bar input[type=range]::-webkit-slider-thumb {
  width: 31px;
  height: 26px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 0 2px 0px #d6d6d6;
  box-shadow: 0 0 2px 0px #d6d6d6;
  background: url(../image/main/new_btn.jpg) no-repeat center/cover;
  position: relative;
  
  cursor: pointer;
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .num_bar input[type=range]::-ms-fill-lower {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #e86c00, #d3461e);
}

#container .section_outer.sec2 .sec_bot .con_L .con_Bot .cb_con .cb_con_desc .num_bar .range-slider__value {
  position: absolute;
  left: 100%;
  top: 0;
  width: 30px;
  height: 30px;
  background: pink;
  z-index: 99;
}

#container .section_outer.sec2 .sec_bot .con_R {
  flex: 1;
  margin-left: 35px;
}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot {
  height: 310px;
  border-bottom: 1px solid #000;
  position: relative;
  overflow: hidden;
}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot p {
  width: 100%;
  height: calc(100% / 7);
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot p span {
  display: inline-block;
  width: 50px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  color: #666;
  transition: all 0.3s;
}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot .graph {
  width: 150px;
  /* height: 310px; */
  background: #c8c8c8;
  border-radius: 10px 10px 0 0;
  padding-top: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-transform: translate(0, 80%);
  transform: translate(0, 80%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 45px !important;
  max-height: 310px;
}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot .graph span {
  color: #fff;
  font-family: 'Play';
  font-weight: 500;
  font-size: 21px;

}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot .graph.g01 {
  left: 25%;
  transform: translateY(0);
  height: 48.3109%;
 

}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot .graph.g02 {
  left: 65%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e86c00), to(#d3461e));
  background: linear-gradient(to bottom, #e86c00, #d3461e);
  transform: translateY(0);
  height: 27.7902%;
}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot_d {
  width: 100%;
  height: 88px;
  padding-top: 20px;
  position: relative;
}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot_d p {
  width: 150px;
  line-height: 1.3em;
  font-family: 'Play';
  font-size: 22px;
  text-align: center;
}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot_d p.vs_line {
  margin-top: 20px;
}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot_d p.vs_line span {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  position: relative;
  z-index: 9;
}

#container .section_outer.sec2 .sec_bot .con_R .con_Bot_d p.vs_line::before {
  display: block;
  content: "";
  width: 2px;
  height: 80px;
  background: #c8c8c8;
  position: absolute;
  left: 50%;
  top: -26px;
}

#container .section_outer.sec2 .sec_bot img {
  width: 100%;
  margin-bottom: 30px;
}

#container .section_outer.sec2 .sec_bot .more_btn {
  font-size: 15px;
  color: #666;
  background-image: url(/image/main/more_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  margin-top: 30px;
  margin-left: auto;
  display: block;
  width: 85px;
}


#container .section_outer.sec3 {
  background: #fff;
  overflow: hidden;
  padding: 120px 0;
}

#container .section_outer.sec3 .w_1480 {
  display: flex;
  align-items: center;
}

#container .section_outer.sec3 .sec_L {
  width: 50%;
  position: relative;
  cursor: pointer;
}

#container .section_outer.sec3 .sec_L::after {
  width: 78px;
  height: 78px;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../image/main/m_img07.png) no-repeat center/contain;
}

#container .section_outer.sec3 .sec_L iframe {
  width: 100%;
  height: 100%;
}

#container .section_outer.sec3 .sec_R {
  width: 50%;
  padding: 0;
  text-align: left;
  margin-left: 130px;
}

#container .section_outer.sec3 .sec_R .icon {
  margin: 0;
}

#container .section_outer.sec3 .sec_R .desc {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4em;
  color: #222;
  margin: 50px 0 125px;
}

#container .section_outer.sec3 .sec_R .a_box {
  overflow: hidden;
}

#container .section_outer.sec3 .sec_R .a_box a {
  float: left;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 35px;
  border: 1px solid #b3b3b3;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  position: relative;
}

#container .section_outer.sec3 .sec_R .a_box a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#e86c00), to(#d3461e));
  background: linear-gradient(to right, #e86c00, #d3461e);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  opacity: 0;
}

#container .section_outer.sec3 .sec_R .a_box a span {
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#container .section_outer.sec3 .sec_R .a_box a:hover {
  border: 1px solid transparent;
}

#container .section_outer.sec3 .sec_R .a_box a:hover::before {
  opacity: 1;
}

#container .section_outer.sec3 .sec_R .a_box a:hover span {
  color: #fff;
}

#container .section_outer.sec4 {
  background: #f1f1f1;
}

#container .section_outer.sec4 .sec_bot ul {
  padding-bottom: 120px;
}

#container .section_outer.sec4 .sec_bot ul li {
  width: 24%;
  margin-right: 1.3333%;
  height: 340px;
  background: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden;
}

#container .section_outer.sec4 .sec_bot ul li:last-child {
  margin: 0;
}

#container .section_outer.sec4 .sec_bot ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 30px 60px;
}

#container .section_outer.sec4 .sec_bot ul li a::before,
#container .section_outer.sec4 .sec_bot ul li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
}

#container .section_outer.sec4 .sec_bot ul li a::before {
  top: calc(100% - 3px);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: -webkit-gradient(linear, left top, right top, from(#f79642), to(#d3461e));
  background: linear-gradient(to right, #f79642, #d3461e);
  background: #f79642;
}

#container .section_outer.sec4 .sec_bot ul li a::after {
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #e86c00;
}

#container .section_outer.sec4 .sec_bot ul li a:hover::after,
#container .section_outer.sec4 .sec_bot ul li a:hover::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#container .section_outer.sec4 .sec_bot ul li a:hover::before {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

#container .section_outer.sec4 .sec_bot ul li a:hover::after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#container .section_outer.sec4 .sec_bot ul li::before,
#container .section_outer.sec4 .sec_bot ul li::after {
  display: block;
  content: "";
  width: 3px;
  height: 340px;
  position: absolute;
  left: 0;
  top: 0;
}

#container .section_outer.sec4 .sec_bot ul li::before {
  left: calc(100% - 3px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #d3461e;
}

#container .section_outer.sec4 .sec_bot ul li::after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #e86c00;
}

#container .section_outer.sec4 .sec_bot ul li:hover::after,
#container .section_outer.sec4 .sec_bot ul li:hover::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#container .section_outer.sec4 .sec_bot ul li:hover::before {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#container .section_outer.sec4 .sec_bot ul li:hover::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#container .section_outer.sec4 .sec_bot ul li:hover .desc {
  color: #d3461e;
}

#container .section_outer.sec4 .sec_bot ul li .tit {
  font-size: 20px;
  font-family: "Play";
  color: #d3461e;
}

#container .section_outer.sec4 .sec_bot ul li .desc {
  font-size: 20px;
  color: #333;
  margin: 45px 0 85px;
  white-space: normal;
  line-height: 1.4em;
  height: 4.2em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#container .section_outer.sec4 .sec_bot ul li .date {
  color: #888;
  font-family: "Play";
  font-size: 17px;
}


.video_dim {
  position: fixed;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999998;
  display: none;
  opacity: 0;
  cursor: pointer;
}

.video_popup_wrap {
  position: fixed;
  z-index: 9999999;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 0;
  padding-top: 475px;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
}

.video_popup_wrap iframe {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}


.video_popup_wrap .v_close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: -50px;
  cursor: pointer;
}

@media all and (max-width: 1700px) {
  #container .section_outer.sec1 .w_1480 {
    width: 100%;
    padding: 0 80px;
    margin: 0 auto;
  }

  .slick-prev {
    left: -75px;
  }

  .slick-next {
    right: -65px;
  }
}

@media all and (max-width: 1500px) {
  #container .main_banner_outer .banner_nav_wrap {
    left: 3.9063%;
    width: auto;
    transform: none;
    margin-left: 0;
  }

  #container .section_outer.sec2 .sec_bot {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #container .section_outer.sec2 .sec_bot .con_R {
    width: 840px;
    margin: 75px auto 0 auto
  }

  #container .section_outer.sec3 .sec_L img {
    width: 100%;
  }

  #container .section_outer.sec3 .sec_R {
    margin-left: 75px;
  }

  #container .section_outer .sec_top .tit {
    font-size: 45px;
  }

  #container .section_outer.sec3 .sec_R .desc {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 75px;
  }

  #container .section_outer.sec2 .sec_bot .con_R .con_Bot_d p,
  #container .section_outer.sec2 .sec_bot .con_R .con_Bot .graph{
    width: 200px;
  }

  #container .section_outer.sec2 .sec_bot .con_R .con_Bot_d .total_tit{font-size: 24px !important;}
  #container .section_outer.sec2 .sec_bot .con_R .con_Bot_d .percent_wrap{padding-top: 5px; top: 45% !important;}
  #container .section_outer.sec2 .sec_bot .con_R .con_Bot_d .percent_wrap .percent{font-size: 28px !important;}
  #container .section_outer.sec2 .sec_bot .con_R .con_Bot_d p{font-size: 18px !important;}
  #container .section_outer.sec2 .sec_bot .con_R .con_Bot_d p span{font-size: 24px !important;}
}

@media all and (max-width: 1400px) {
  #container .main_banner_outer .main_gnb_box ul {
    width: 100%;
    margin: 0;
  }

  #container .main_banner_outer .main_gnb_box ul li:nth-child(1) {
    display: none;
  }

  #container .main_banner_outer .main_gnb_box ul li:nth-child(2) {
    border-left: none;
  }

  #container .main_banner_outer .main_gnb_box ul li {
    width: 25%;
  }

  #container .section_outer.sec1 .sec_bot .sec1_slide .item {
    height: 500px;
  }
}