/* OPTION_START */
.preload {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.common_box {
  width: 100%;
  min-width: 1200px;
  float: left;
  color: #333;
}
.common_box > div {
  width: 1250px;
  margin: 0 auto;
}
.common_box > div > div {
  width: 100%;
  float: left;
}

.common_box .con_box {
  width: 100%;
  float: left;
}

*:focus {
  outline: none;
}
a:visited {
  color: #333;
}
a:link {
  color: #333;
}

.ggs {
  font-family: "GmarketSansBold";
}
.jalnan {
  font-family: "JalnanGothic";
}
.jalnan2 {
  font-family: "Jalnan2";
}
.lp0 {
  letter-spacing: 0;
}
/* OPOTIN_END */

/* 개인정보 팝업 */
.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.popup_inner {
  position: fixed;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}
.popup_contents {
  height: 100%;
}
.popup_close {
  width: 100%;
  float: left;
  text-align: right;
}
.popup_close > .privacy_text_title {
  float: left;
}
.popup_close > .privacy_text_title > p {
  font-size: 26px;
  font-weight: 700;
}
.popup_close > .i_cover {
  float: right;
  width: 40px;
  height: 40px;
  border: solid 4px #ddd;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.popup_close > .i_cover > i {
  font-size: 21px;
  line-height: 34px;
  color: #ddd;
}
.popup_contents > ul {
  width: 100%;
  height: 100%;
  float: left;
  padding: 10px 0;
}
.popup_contents > ul > li {
  width: 100%;
  float: left;
}
.popup_contents > ul > .privacy_hr {
  padding-top: 15px;
}
.popup_contents > ul > .privacy_text {
  padding-top: 30px;
  height: 90%;
}
.popup_contents > ul > .privacy_text > div {
  height: 100%;
  overflow-y: auto;
}
.popup_contents > ul > .privacy_text > div > pre {
  white-space: pre-line;
  font-size: 16px;
}

/* 서브페이지 헤더 */
#header .nav.header_sub > ul > li {
  color: #999 !important;
}
#header .nav.header_sub > ul > li:hover {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
}

/* HEADER_START */
#header {
  position: fixed;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
/* .black{ background:rgba(0,0,0,0.8); } */
.black {
  background: #fff;
}
.black .common_content > .nav > ul > li {
  color: #000 !important;
}
.black .common_content > .nav > ul > li:hover {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
}
#header .common_content {
  padding: 30px 0;
}
#header .common_content > div {
  float: left;
}
#header .common_content > .logo {
  width: 30%;
}
#header .common_content > .logo > ul {
  width: 100%;
  float: left;
}
#header .common_content > .logo > ul > li {
  width: 100%;
  float: left;
}
#header .common_content > .logo > ul > li > img {
  float: left;
  cursor: pointer;
}
#header .common_content > .nav {
  width: 70%;
}
#header .common_content > .nav > ul {
  float: left;
  width: 100%;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 65px;
}
#header .common_content > .nav > ul > li {
  float: left;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
#header .common_content > .nav > ul > .nav_call {
  cursor: default;
}
#header .common_content > .nav > ul > li > p {
  width: 160px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  margin: -9px 0 0 10px;
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
}
#header .common_content > .nav > ul > li > p > i {
  font-size: 18px;
}
#header .common_content > .nav > ul > li:hover {
  color: #fff;
  transition: ease-in-out 0.5s;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
#header .common_content > .nav > ul > li a {
  width: 100%;
  float: left;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
}

/* HEADER_END */

/* VISUAL_START */
#visual {
  float: left;
  height: 822px;
  overflow: hidden;
  position: relative;
}
#visual > div {
  width: 2000px;
}
#visual video {
  float: left;
  height: 100%;
  position: relative;
}
#visual::before {
  z-index: 9;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#visual #svg {
  position: absolute;
  bottom: 5.5%;
  left: 27.5%;
}
#visual .visual_Box {
  width: 100%;
  float: left;
}
#visual .visual_conbox {
  width: 100%;
  float: left;
}
#visual .visual_conbox .v_img {
  float: left;
  z-index: 100;
  position: relative;
}
#visual .visual_conbox .slick-arrow {
  position: absolute;
  bottom: 6%;
  left: 19%;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
#visual .visual_conbox .slick-arrow.slick-next {
  left: 21%;
}
#visual .visual_conbox .slick-arrow i {
  font-size: 20px;
}
#visual .visual_conbox .slick-arrow i:hover {
  color: #ffcc33;
  transition: ease-in-out 0.5s;
}
#visual .visual_conbox .slick-list {
  z-index: -1;
}
#visual .visual_conbox .slick-dots {
  position: absolute;
  bottom: 6.2%;
  left: 23%;
  color: #fff;
}
#visual .visual_conbox .slick-dots li {
  display: none;
  letter-spacing: 3px;
}
#visual .visual_conbox .slick-dots li.slick-active {
  display: block;
}
#visual .visual_conbox .v_txt {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  left: 18%;
  z-index: 10;
  opacity: 0;
  transition: 1.2s all;
}
#visual .visual_conbox .v_txt li {
  color: #fff;
}
#visual .visual_conbox .visual_text_ss {
  font-size: 23px;
  opacity: 0.3;
  font-weight: 100;
  margin-bottom: 45px;
  letter-spacing: 0;
  font-family: "Pretendard-T";
}
#visual .visual_conbox .visual_text_st {
  font-size: 31px;
  margin-bottom: 5px;
  font-weight: 300;
}
#visual .visual_conbox .visual_text_t {
  font-size: 55px;
  font-weight: 400;
}
#visual .visual_conbox .visual_text_t span {
  font-size: 55px;
  font-weight: 700;
}
#visual .visual_conbox .visual_text_t .visual_textP {
  color: #ffcc33;
}
#visual .visual_conbox .v_nav {
  width: 100%;
  position: absolute;
  bottom: 180px;
  height: 25px;
  line-height: 25px;
  padding: 0 20%;
  z-index: 10;
}
#visual .visual_conbox .v_nav > ul {
  float: left;
}
#visual .visual_conbox .v_nav > ul > li {
  color: #fff;
  float: left;
}
#visual .visual_conbox .v_nav > ul > li > p {
  float: left;
}
#visual .visual_conbox .v_nav .arrow > li:last-child {
  margin-left: 25px;
}
#visual .visual_conbox .v_nav .arrow i {
  font-size: 25px;
}
#visual .visual_conbox .v_nav .arrow i:hover {
  color: #ffcc33;
  transition: 0.6s;
}
#visual .visual_conbox .v_nav .number {
  margin-left: 25px;
}
#visual .visual_conbox .v_nav .number .swiper-pagination-total {
  position: relative;
  padding-left: 25px;
}
#visual .visual_conbox .v_nav .number .swiper-pagination-total::before {
  content: "";
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 10px;
  left: 4px;
  transform: rotate(-60deg);
}

/* SECTION_1_START */
#se_1 {
  padding: 150px 0;
}
#se_1 .sec01_txtbox {
  opacity: 0;
  transition: 1s;
  position: relative;
  bottom: -100px;
}
#se_1 .sec01_txtbox > ul {
  width: 100%;
  float: left;
}
#se_1 .sec01_txtbox > ul > li {
  width: 100%;
  float: left;
  text-align: center;
}
#se_1 .sec01_txtbox .big_st {
  font-size: 42px;
  color: #ccc;
}
#se_1 .sec01_txtbox .tt {
  font-size: 25px;
  font-weight: bold;
  margin-top: 42px;
}
#se_1 .sec01_txtbox .ss {
  font-size: 17px;
  font-weight: 300;
  color: #666;
  margin-top: 22px;
  line-height: 24px;
}
#se_1 .sec01_infobox {
  margin-top: 100px;
  opacity: 0;
  transition: 1s;
  bottom: -100px;
}
#se_1 .sec01_infobox .slide_box {
  width: 100%;
  float: left;
}
#se_1 .sec01_infobox > div {
  width: 100%;
  float: left;
}
#se_1 .sec01_infobox .slick-track {
  padding: 30px 0;
}
#se_1 .sec01_infobox ul {
  width: 250px;
  float: left;
  height: 250px;
  padding: 100px 10px 10px 10px;
  border-radius: 250px;
  border: 1px solid #ccc;
  text-align: center;
  background: #fff;
  position: relative;
}
#se_1 .sec01_infobox ul:not(#se_1 .sec01_infobox .slick-center):hover {
  box-shadow: 0 0 0 6px #ffcc33;
  border: 1px solid #fff;
  transition: 0.6s;
}
#se_1 .sec01_infobox ul:hover {
  box-shadow: 0 0 0 6px #ffcc33;
  border: 1px solid #fff;
  transition: 0.6s;
}
/* #se_1 .sec01_infobox ul.active:hover{box-shadow: 0px 14px 19px rgba(0, 0, 0, 0.25); border: 1px solid #1f1f1f;} */
/* #se_1 .sec01_infobox ul:nth-child(1){left: 20px; z-index: 1;} */
/* #se_1 .sec01_infobox ul:nth-child(2){z-index: 2;} */
/* #se_1 .sec01_infobox ul:nth-child(4){z-index: 2;} */
/* #se_1 .sec01_infobox ul:nth-child(5){left: -20px; z-index: 1;} */
#se_1 .sec01_infobox ul li {
  width: 100%;
  float: left;
}
#se_1 .sec01_infobox .below_tt {
  font-size: 26px;
  font-weight: bold;
}
#se_1 .sec01_infobox .below_tt.gray_point {
  color: rgba(51, 51, 51, 0.12);
  transform: scaleY(-1);
  margin-top: -16px;
}
#se_1 .sec01_infobox .below_ss {
  display: none;
}
/* #se_1 .sec01_infobox .active{background: #1f1f1f; transform: scale(1.2); transition: 0.6s; padding-top: 74px; box-shadow: 0px 14px 19px rgba(0, 0, 0, 0.25); z-index: 3; border: 1px solid #1f1f1f;}
#se_1 .sec01_infobox .active .below_tt{color: #999;}
#se_1 .sec01_infobox .active .below_tt.gray_point{display: none;}
#se_1 .sec01_infobox .active .below_ss{display: block; color: #fff; font-size: 15px; font-weight: 100; margin-top: 15px;} */
#se_1 .sec01_infobox .slick-center {
  background: #1f1f1f;
  padding-top: 74px;
  box-shadow: 0px 14px 19px rgba(0, 0, 0, 0.25);
  z-index: 3;
  border: 1px solid #1f1f1f;
}
/* #se_1 .sec01_infobox .slick-center{background: #1f1f1f; transform: scale(1.2); transition: 0.6s; padding-top: 74px; box-shadow: 0px 14px 19px rgba(0, 0, 0, 0.25); z-index: 3; border: 1px solid #1f1f1f;} */
#se_1 .sec01_infobox .slick-center .below_tt {
  color: #999;
}
#se_1 .sec01_infobox .slick-center .below_tt.gray_point {
  display: none;
}
#se_1 .sec01_infobox .slick-center .below_ss {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  margin-top: 15px;
  line-height: 21px;
}
#se_1 .sec01_infobox::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  transform: translateY(152px);
  left: 0;
  z-index: -1;
}
#se_1 .sec01_infobox ul.slick-center:hover {
  box-shadow: 0px 14px 19px rgba(0, 0, 0, 0.25);
  border: 1px solid #1f1f1f;
}

/* SECTION_2_START */
#se_2 {
  background: #ffcc33;
  height: 225px;
  line-height: 225px;
}
#se_2 .sec02_infobox .title {
  width: 30%;
  float: left;
  font-size: 30px;
  color: #fff;
  padding-left: 4%;
  text-transform: uppercase;
}
#se_2 .sec02_infobox .counting_box {
  width: 70%;
  height: 225px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row;
}
#se_2 .sec02_infobox .count_item {
  width: 29%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
#se_2 .sec02_infobox .count_item .count_desc {
  font-size: 12px;
  color: #fff;
  line-height: 15px;
}
#se_2 .sec02_infobox .count_item .count_num {
  font-size: 45px;
  line-height: 50px;
  color: #000;
}
#se_2 .sec02_infobox .line {
  background: rgba(0, 0, 0, 0.1);
  width: 1px !important;
  height: 90px;
}

/* SECTION_3_START */
#se_3 {
  background: url(/images/sec_03_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
  transition-delay: 0.8s;
}
#se_3.active {
  opacity: 1;
}
#se_3 .sec03_txtbox {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
  transition-delay: 1.3s;
}
#se_3 .sec03_infobox .list:first-child {
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 2s;
}
#se_3 .sec03_infobox .list:last-child {
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 2s;
}
#se_3.active .sec03_infobox .list {
  opacity: 1;
}
#se_3 .list.reverse {
  transform: rotate(180deg);
}
#se_3 .list.reverse li {
  transform: rotate(180deg);
}
#se_3.active .sec03_txtbox {
  opacity: 1;
}
#se_3 .sec03_txtbox .tt {
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
}
#se_3 .sec03_txtbox .tt span {
  font-size: 38px;
  color: #999;
}
#se_3 .sec03_txtbox .ss {
  font-size: 15px;
  line-height: 25px;
  margin-top: 35px;
}
#se_3 .sec03_txtbox button {
  margin-top: 40px;
  background: #fff;
  width: 245px;
  float: left;
  height: 54px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 100px;
  text-align: center;
}
#se_3 .sec03_txtbox button a {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  width: 100%;
  float: left;
}
#se_3 .sec03_txtbox .point {
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid #dedede;
  width: 185px;
  float: left;
  line-height: 15px;
  color: #999;
  font-size: 12px;
  font-weight: 500;
  border-radius: 100px;
  text-align: left;
  padding: 10px 20px;
  text-transform: uppercase;
}
#se_3 .sec03_txtbox .point span {
  font-size: 12px;
  color: #ffcc33;
  font-weight: 500;
}
#se_3 .sec03_infobox {
  float: right;
  overflow: hidden;
  height: 840px;
}
#se_3 .sec03_infobox ul li {
  width: 100%;
  float: left;
  height: 161px;
  margin-top: 20px;
  text-align: center;
  position: relative;
}
#se_3 .sec03_infobox ul li:last-child {
  margin-bottom: 20px;
}
#se_3 .sec03_infobox ul {
  width: 130px;
  float: left;
  position: relative;
  top: -100px;
}
#se_3 .sec03_infobox ul:first-child {
  margin-top: 100px;
  margin-right: 20px;
}
#se_3 .sec03_infobox .img_box {
  width: 100%;
  float: left;
  height: 161px;
}
#se_3 .sec03_infobox .text_box {
  width: 100%;
  float: left;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  color: #fff;
  position: absolute;
  font-size: 15px;
  text-shadow: 6px 5px 3px rgba(0, 0, 0, 0.8);
}
#se_3 .con_box {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  padding-left: 4%;
  align-items: center;
  padding-right: 5%;
}

/* SECTION_4_START */
#se_4 {
  padding: 150px 0;
  background: url(/images/sec_04_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#se_4 .sec04_txtbox {
  text-align: center;
  opacity: 0;
  transition: 1s;
  position: relative;
  bottom: -100px;
}
#se_4 .sec04_txtbox .big_st {
  font-size: 42px;
  color: #ffcc33;
}
#se_4 .sec04_txtbox .ss {
  font-size: 16px;
  color: #ccc;
  margin-top: 20px;
  line-height: 24px;
}
#se_4 .sec04_infobox {
  margin-top: 180px;
  opacity: 0;
  transition: 1s;
  bottom: -100px;
  position: relative;
}
#se_4 .sec04_infobox > li {
  width: 25%;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  text-align: center;
}
#se_4 .sec04_infobox > li > span {
  padding-left: 30px;
  font-size: 20px;
  color: #8f8f8f;
}
#se_4 .sec04_infobox > li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 3px solid #8f8f8f;
  background: #000;
  position: absolute;
  top: 36px;
  left: 161px;
}
#se_4 .sec04_infobox > li.active > span {
  transition: all 0.1s ease;
  color: #fff;
}
#se_4 .sec04_infobox > li.active::before {
  transition: all 0.1s ease;
  border: 3px solid #ffcc33;
}

/* SECTION_5_START */
#se_5 {
  background: rgba(204, 204, 204, 0.2);
  padding: 150px 0 110px 0;
}
#se_5 .sec05_txtbox {
  text-align: right;
  display: flex;
  align-items: end;
  position: relative;
  bottom: -100px;
  opacity: 0;
  transition: 1s;
}
#se_5 .sec05_txtbox > ul {
  width: 50%;
}
#se_5 .sec05_txtbox .txtbox {
  float: right;
}
#se_5 .sec05_txtbox .tt {
  font-size: 35px;
  font-weight: bold;
  line-height: 44px;
}
#se_5 .sec05_txtbox .tt span {
  font-size: 35px;
  color: #999;
}
#se_5 .sec05_txtbox .ss {
  font-size: 15px;
  line-height: 25px;
  margin-top: 22px;
}
#se_5 .sec05_txtbox .arrow {
  float: left;
}
#se_5 .sec05_txtbox .arrow .point {
  background: #130e0b;
  width: 195px;
  float: left;
  line-height: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  text-align: left;
  padding: 10px 30px;
  text-transform: uppercase;
}
#se_5 .sec05_txtbox .arrow .point span {
  font-size: 12px;
  color: #ffcc33;
  font-weight: 500;
}
#se_5 .sec05_txtbox .arrow li:not(:first-child) {
  margin-left: 10px;
}
#se_5 .sec05_txtbox .arrow .arrow_btn {
  width: 50px;
  float: left;
  height: 50px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
#se_5 .sec05_txtbox .arrow .arrow_btn i {
  font-size: 24px;
  color: #000;
}
#se_5 .sec05_txtbox .arrow .arrow_btn.right {
  background: #e6c12e;
}
#se_5 .sec05_infobox {
  margin-top: 80px;
  position: relative;
  bottom: -100px;
  opacity: 0;
  transition: 1s;
}
/* #se_5 .sec05_infobox .slick-arrow { position: absolute; top: -38%; left: 16.4%; width: 50px; height: 50px; background: #fff; border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.7); cursor: pointer; border: none; background: #ffcc33; } */
/* #se_5 .sec05_infobox .slick-arrow.slick-next { left: 21.3%; } */
#se_5 .sec05_infobox ul {
  width: 32.3%;
  float: left;
  background: #fff;
  border-radius: 10px;
  margin: 10px;
}
#se_5 .sec05_infobox ul > li {
  width: 100%;
  float: left;
}
#se_5 .sec05_infobox .txtbox {
  padding: 35px 35px 50px 35px;
  height: 220px;
}
#se_5 .sec05_infobox .txtbox > div {
  width: 100%;
  float: left;
}
#se_5 .sec05_infobox .txtbox .keyword {
  width: 88px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  font-weight: bold;
  color: #ffcc66;
  text-align: center;
  border: 1px solid #ffcc33;
  border-radius: 100px;
}
#se_5 .sec05_infobox .txtbox .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
}
#se_5 .sec05_infobox .txtbox .con {
  font-size: 16px;
  margin-top: 18px;
  line-height: 23px;
}
#se_5 .sec05_infobox .img_box {
  height: 117px;
}
#se_5 .sec05_infobox .img_box img {
  width: 100%;
}
#se_5 button.info_btn {
  width: 265px;
  float: right;
  height: 50px;
  margin-top: 50px;
  border: 1px solid #ccc;
  border-radius: 100px;
  background: #fff;
  text-align: center;
}
#se_5 button.info_btn:hover {
  background: #ffcc33;
  transition: ease-in-out 1s;
  border: 1px solid #ffcc33;
}
#se_5 button.info_btn a {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

/* SECTION_6_START */
#se_6 {
  background: url(/images/sec_06_bg01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.8s all;
}
#se_6 .con_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#se_6 .sec06_txtbox {
  width: 60%;
  padding-left: 20%;
}
/* 김민규 */
#se_6 .sec06_txtbox ul li {
  position: relative;
}
/* 김민규 */
#se_6 .sec06_txtbox ul {
  display: none;
}
#se_6 .sec06_txtbox ul.active {
  display: block;
}
#se_6 .sec06_txtbox .tt {
  color: #666;
  font-size: 35px;
  font-weight: bold;
  line-height: 44px;
}
#se_6 .sec06_txtbox .tt .col_fff {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
#se_6 .sec06_txtbox .tt .col_yel {
  color: #ffcc33;
  font-size: 35px;
  font-weight: bold;
}
#se_6 .sec06_txtbox .ss {
  color: #ccc;
  font-size: 18px;
  line-height: 28px;
  margin-top: 50px;
}
#se_6 .sec06_infobox {
  width: 40%;
  float: left;
}
#se_6 .sec06_infobox > ul {
  width: 100%;
  float: left;
}
#se_6 .sec06_infobox > ul > li {
  width: 100%;
  float: left;
  height: 190px;
  line-height: 190px;
  padding-left: 60px;
  color: #fff;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.13);
}
#se_6 .sec06_infobox > ul > li > a {
  width: 100%;
  float: left;
}
#se_6 .sec06_infobox .list_box:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
#se_6 .sec06_infobox .list_box:hover {
  background: #000;
  opacity: 0.5;
  transition: ease-in-out 1s;
}
#se_6 .sec06_infobox .list_box.active {
  background: #000;
  opacity: 0.5;
}
#se_6 .sec06_infobox .list_box .title {
  width: 140px;
  float: left;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
#se_6 .sec06_infobox .list_box .con {
  opacity: 0.3;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

/* SECTION_7_START */
#se_7 {
  background: #fff;
  padding: 150px 0 100px 0;
  background: url(/images/sec08_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#se_7 .sec07_txtbox {
  position: relative;
  bottom: -100px;
  opacity: 0;
  transition: 1s;
}
#se_7 .sec07_txtbox .txtbox {
  width: 100%;
  float: left;
  text-align: center;
}
#se_7 .sec07_txtbox .txtbox .tt {
  color: #999;
  font-size: 35px;
  font-weight: bold;
  line-height: 44px;
}
#se_7 .sec07_txtbox .txtbox .tt span {
  color: #333;
  font-size: 35px;
  font-weight: bold;
}
#se_7 .sec07_txtbox .ss {
  font-size: 15px;
  line-height: 23px;
  margin-top: 28px;
}
#se_7 .sec07_txtbox .arrow {
  width: 100%;
  float: left;
  margin-top: 30px;
}
#se_7 .sec07_txtbox .arrow .point {
  background: #130e0b;
  width: 195px;
  float: right;
  height: 51px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
}
#se_7 .sec07_txtbox .arrow .point span {
  color: #ffcc33;
  font-weight: 500;
}
#se_7 .sec07_txtbox .arrow .right_btn {
  margin-left: 10px;
}
#se_7 .sec07_txtbox .arrow .arrow_btn {
  width: 10%;
  float: left;
  text-align: center;
}
#se_7 .sec07_txtbox .arrow .arrow_btn span {
  width: 50px;
  float: left;
  height: 50px;
  line-height: 56px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
#se_7 .sec07_txtbox .arrow .arrow_btn i {
  font-size: 24px;
  color: #000;
}
#se_7 .sec07_txtbox .arrow .arrow_btn .right_btn {
  background: #e6c12e;
}
#se_7 .sec07_infobox {
  margin-top: 20px;
  position: relative;
  bottom: -100px;
  opacity: 0;
  transition: 1s;
}
/* #se_7 .sec07_infobox .slick-arrow { position: absolute; top: -20.5%; left: 4.8%; width: 50px; height: 50px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); background: #fff; border: none; border-radius: 100%; text-align: center; line-height: 50px; cursor: pointer; background: #ffcc33; } */
/* #se_7 .sec07_infobox .slick-arrow.slick-prev { left: 0; } */
/* #se_7 .sec07_infobox .slick-arrow:hover { background: #ffcc33; transition: 0.6s; box-shadow: none; } */
#se_7 .sec07_infobox ul {
  width: 32.3%;
  height: 350px;
  float: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.15);
  padding: 35px;
  position: relative;
  margin: 10px;
}
#se_7 .sec07_infobox ul > li {
  width: 100%;
  float: left;
}
#se_7 .sec07_infobox .keyword {
  width: auto;
  padding: 0 10px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  font-weight: bold;
  color: #ffcc66;
  text-align: center;
  border: 1px solid #ffcc33;
  border-radius: 100px;
}
#se_7 .sec07_infobox .logo_box {
  width: 100%;
  float: left;
  position: absolute;
  top: 35px;
  right: 35px;
  text-align: right;
}
#se_7 .sec07_infobox .logo_box img {
  float: right;
}
#se_7 .sec07_infobox .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
}
#se_7 .sec07_infobox .con {
  height: 75px;
  font-size: 16px;
  margin-top: 18px;
  line-height: 23px;
}
#se_7 .sec07_infobox .more_btn {
  text-align: right;
  margin-top: 80px;
}
#se_7 .sec07_infobox .more_btn.opacity0 {
  opacity: 0.33;
}
#se_7 .sec07_infobox .more_btn i {
  font-size: 40px;
  color: #ccc;
}

#se_7 .sec07_infobox .slick-dots {
  position: absolute;
  left: 11%;
  color: #000;
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
  top: -13%;
}
#se_7 .sec07_infobox .slick-dots li {
  display: none;
}
#se_7 .sec07_infobox .slick-dots li.slick-active {
  display: block;
}

/* SECTION8_START */
#se_8 {
  padding-top: 150px;
}
#se_8 .sec08_txtbox {
  text-align: left;
  position: relative;
  bottom: -100px;
  opacity: 0;
  transition: 1s;
}
#se_8 .sec08_txtbox .tt {
  width: 80%;
  float: left;
  color: #999;
  font-size: 35px;
  font-weight: bold;
  line-height: 44px;
  margin-left: 20px;
}
#se_8 .sec08_txtbox .tt span {
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
#se_8 .sec08_txtbox .arrow_btn {
  float: right;
  text-align: center;
  margin-top: 32px;
}
#se_8 .sec08_txtbox .arrow_btn span {
  width: 50px;
  float: left;
  height: 50px;
  line-height: 56px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
#se_8 .sec08_txtbox .arrow_btn i {
  font-size: 24px;
  color: #000;
}
#se_8 .sec08_txtbox .arrow_btn .right_btn {
  background: #e6c12e;
}
#se_8 .sec08_txtbox .right_btn {
  margin-left: 10px;
}
#se_8 .sec08_txtbox .keyword {
  width: 100%;
  float: left;
  margin-top: 45px;
  margin-left: 20px;
}
#se_8 .sec08_txtbox .keyword span {
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0px 25px;
  font-size: 15px;
  text-align: center;
  border-radius: 100px;
}
#se_8 .sec08_txtbox .keyword span:hover {
  background: #ffcc33;
  transition: ease-in-out 1s;
  border: 1px solid #ffcc33;
}
#se_8 .sec08_txtbox .keyword span:not(:first-child) {
  margin-left: 15px;
}
#se_8 .sec08_txtbox .keyword span a {
  width: 100%;
  float: left;
  line-height: 36px;
}
#se_8 .sec08_infobox {
  margin-top: 35px;
  position: relative;
  bottom: -100px;
  opacity: 0;
  transition: 1s;
}
/* #se_8 .sec08_infobox .slick-arrow { position: absolute; top: -64%; right: 4.8%; width: 50px; height: 50px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); background: #fff; border: none; border-radius: 100%; text-align: center; line-height: 50px; cursor: pointer; background: #ffcc33; } */
/* #se_8 .sec08_infobox .slick-arrow.slick-next { right: 0; } */
/* #se_8 .sec08_infobox .slick-arrow:hover{background: #ffcc33; transition: 0.6s; box-shadow: none;} */
#se_8 .sec08_infobox ul {
  width: 22.5%;
  height: 250px;
  float: left;
  background: rgba(204, 204, 204, 0.22);
  border-radius: 10px;
  padding: 25px 35px;
  margin: 20px;
}
#se_8 .sec08_infobox ul > li {
  width: 100%;
  float: left;
}
#se_8 .sec08_infobox .keyword {
  width: 88px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  font-weight: bold;
  color: #ffcc66;
  text-align: center;
  border: 1px solid #ffcc33;
  border-radius: 100px;
}
#se_8 .sec08_infobox .con {
  font-size: 16px;
  height: 75px;
  margin-top: 18px;
  font-weight: 500;
  line-height: 22px;
}
#se_8 .sec08_infobox .bottom {
  margin-top: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
#se_8 .sec08_infobox .bottom .date {
  font-size: 13px;
  color: #999;
}
#se_8 .sec08_infobox .bottom .more_btn {
  text-align: right;
}
#se_8 .sec08_infobox .bottom .more_btn i {
  font-size: 30px;
  color: #ccc;
}

/* SECTION9_START */
#se_9 {
  margin-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#se_9 .conbox {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#se_9 .sec09_txtbox {
  width: 70%;
  float: left;
  text-align: left;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding: 50px 4%;
}
#se_9 .sec09_txtbox .tt {
  width: 25%;
  float: left;
  font-size: 28px;
  font-weight: bold;
  color: #999;
}
#se_9 .sec09_txtbox > ul {
  width: 75%;
  float: left;
}
#se_9 .sec09_txtbox > ul > li {
  width: 100%;
  float: left;
}
#se_9 .sec09_txtbox > ul > li:not(:first-child) {
  margin-top: 15px;
}
#se_9 .sec09_txtbox .left_box {
  width: 84%;
  float: left;
  font-size: 15px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#se_9 .sec09_txtbox .left_box .col_yel {
  color: #ffcc66;
  margin-right: 3px;
  font-weight: 600;
}
#se_9 .sec09_txtbox .date_box {
  width: 16%;
  float: right;
  text-align: right;
  color: #999;
  font-size: 12px;
  font-weight: 500;
}
#se_9 .sec09_formbox {
  width: 30%;
  float: left;
  padding: 0 2%;
}
#se_9 .sec09_formbox > ul {
  width: 100%;
  float: left;
}
#se_9 .sec09_formbox > ul > li {
  width: 100%;
  float: left;
}
#se_9 .sec09_formbox .tt {
  font-size: 18px;
  font-weight: bold;
}
#se_9 .sec09_formbox .ss {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}
#se_9 .sec09_formbox .more_btn {
  width: 200px;
  float: left;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1f1f1f;
  border-radius: 5px;
  transform: translateX(30%);
  margin-top: 20px;
}
#se_9 .sec09_formbox .more_btn > a {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* SECTION_10_START */
#se_10 {
  margin-top: 70px;
  padding: 150px 0;
  background: url(/images/sec10_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#se_10 .sec10_txtbox {
  opacity: 0;
  transition: 1s;
  position: relative;
  bottom: -100px;
}
#se_10 .sec10_txtbox .tt {
  padding-left: 4%;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  line-height: 46px;
}
#se_10 .sec10_txtbox .tt span {
  color: #ffcc33;
  font-size: 34px;
  font-weight: bold;
}
#se_10 .sec10_infobox {
  width: 100%;
  float: left;
  margin-top: 100px;
  text-align: center;
  opacity: 0;
  transition: 1s;
  position: relative;
  bottom: -100px;
}
#se_10 .sec10_infobox > ul {
  width: 33%;
  float: left;
}
#se_10 .sec10_infobox > ul:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
#se_10 .sec10_infobox > ul > li {
  width: 100%;
}
#se_10 .sec10_infobox .tt {
  font-size: 22px;
  float: left;
  font-weight: bold;
  color: #fff;
}
#se_10 .sec10_infobox .ss {
  font-size: 16px;
  float: left;
  font-weight: 100;
  margin-top: 13px;
  line-height: 24px;
  color: #fff;
}
#se_10 .sec10_infobox .more_btn {
  width: 145px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background: #ffcc33;
  margin: 0 auto;
  margin-top: 115px;
}
#se_10 .sec10_infobox .more_btn > a {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #130e0b;
}

/* SECTION_11_START */
#se_11 {
  padding: 40px 0;
}
#se_11 .sec11_infobox > ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#se_11 .sec11_infobox li {
  margin-left: 40px;
}

/* SECTION_12_START */
#se_12 {
  padding: 150px 0 110px 0;
}
#se_12 .sec12_txtbox {
  text-align: left;
  display: flex;
  align-items: end;
  position: relative;
  bottom: -100px;
  opacity: 0;
  transition: 1s;
}
#se_12 .sec12_txtbox > ul {
  width: 50%;
}
#se_12 .sec12_txtbox .txtbox {
  float: left;
}
#se_12 .sec12_txtbox .tt {
  font-size: 35px;
  font-weight: bold;
  line-height: 44px;
}
#se_12 .sec12_txtbox .tt span {
  font-size: 35px;
  color: #999;
}
#se_12 .sec12_txtbox .ss {
  font-size: 15px;
  line-height: 25px;
  margin-top: 22px;
}
#se_12 .sec12_txtbox .arrow {
  float: right;
}
#se_12 .sec12_txtbox .arrow .point {
  background: #130e0b;
  width: 195px;
  float: right;
  line-height: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  text-align: left;
  padding: 10px 30px;
  text-transform: uppercase;
}
#se_12 .sec12_txtbox .arrow .point span {
  font-size: 12px;
  color: #ffcc33;
  font-weight: 500;
}
#se_12 .sec12_txtbox .arrow li:not(:first-child) {
  margin-right: 10px;
}
#se_12 .sec12_txtbox .arrow .arrow_btn {
  width: 50px;
  float: right;
  height: 50px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
#se_12 .sec12_txtbox .arrow .arrow_btn i {
  font-size:24px;
  color:#000;
}
#se_12 .sec12_txtbox .arrow .arrow_btn.right {
  background: #e6c12e;
}
#se_12 .sec12_infobox {
  margin-top: 80px;
  position: relative;
  bottom: -100px;
  opacity: 0;
  transition: 1s;
}
#se_12 .sec12_infobox ul {
  /* width:365px; */
  width:417px !important; 
  height:260px;
  float:left;
  /* margin-left:76px; */
  margin-left:20px !important;
  padding-right:50px !important;
}
#se_12 .sec12_infobox ul:nth-child(3n+1) {
  margin-left:0px;
}
#se_12 .sec12_infobox ul:nth-child(n+4) {
  margin-top:45px;
}
#se_12 .sec12_infobox ul .logo_box{
  width: 100%;
  height: 105px;
  background-color:#fff;
  border-radius: 10px;
  border:1px solid #d7d7d7;
  text-align: center;
  line-height:140px;
  display: inline-block;
}
#se_12 .sec12_infobox ul .logo_box2{
  line-height:133px;
}
#se_12 .sec12_infobox ul .txtbox{
  width:100%;
  float:left;
  margin-top:20px;
  padding: 0 10px;
}
#se_12 .sec12_infobox ul .txtbox .title {
  width:80%;
  float:left;
  font-size:22px;
  font-weight:bold;
}
#se_12 .sec12_infobox ul .txtbox .more_btn {
  width:20%;
  float:right;
  text-align: right;
}
#se_12 .sec12_infobox ul .txtbox .more_btn i{
  font-size:26px;
  color:#bbbbbb;
}
#se_12 .sec12_infobox ul .txtbox .con{
  width:100%;
  float:left;
  color:#666;
  font-size:16px;
  margin-top:15px;
  line-height:23px;
}

/* SECTION_13_START */
#se_13 {
  padding: 150px 0 110px 0;
  overflow: hidden;
}
#se_13 .sec13_txtbox {
  text-align: left;
  display: flex;
  align-items: end;
  position: relative;
  /*bottom: -100px;*/
  /*opacity: 0;*/
  transition: 1s;
}
#se_13 .sec13_txtbox > ul {
  width: 50%;
}
#se_13 .sec13_txtbox .txtbox {
  float: left;
}
#se_13 .sec13_txtbox .tt {
  font-size: 35px;
  font-weight: bold;
  line-height: 44px;
}
#se_13 .sec13_txtbox .tt span {
  font-size: 35px;
  color: #999;
}
#se_13 .sec13_txtbox .ss {
  font-size: 15px;
  line-height: 25px;
  margin-top: 22px;
}
#se_13 .sec13_txtbox .arrow {
  float: right;
}
#se_13 .sec13_txtbox .arrow .point {
  background: #130e0b;
  width: 195px;
  float: right;
  line-height: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  text-align: left;
  padding: 10px 30px;
  text-transform: uppercase;
}
#se_13 .sec13_txtbox .arrow .point span {
  font-size: 12px;
  color: #ffcc33;
  font-weight: 500;
}
#se_13 .sec13_txtbox .arrow li:not(:first-child) {
  margin-right: 10px;
}
#se_13 .sec13_txtbox .arrow .arrow_btn {
  width: 50px;
  float: right;
  height: 50px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
#se_13 .sec13_txtbox .arrow .arrow_btn i {
  font-size:24px;
  color:#000;
}
#se_13 .sec13_txtbox .arrow .arrow_btn.right {
  background: #e6c12e;
}

/* FOOTER_START */
#footer {
  background: #fff;
  border-top: 1px solid #efeeee;
  border-bottom: 1px solid #efeeee;
  padding: 30px 0;
}
#footer .footer_box {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer_box .f_logo {
  width: 16%;
  float: left;
}
#footer .footer_box .f_logo img {
  max-width: max-content;
  width: 100%;
}
#footer .footer_box > ul {
  width: 64%;
  float: left;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  padding-left: 30px;
}
#footer .footer_box > ul > li {
  display: flex;
  font-size: 14px;
}
#footer .footer_box > ul > li > a {
  color: #666;
  font-weight: 500;
}
#footer .footer_box .famliy_site_wrap {
  float: left;
}
#footer .footer_box .famliy_site_wrap .famliy_site {
  width: 100%;
  float: left;
}
/* #footer .footer_box .famliy_site_wrap .title{font-size: 14px; font-weight: 500; color: #666;} */
#footer .footer_box .famliy_site button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 500px;
  width: 200px;
  height: 38px;
  line-height: 34px;
  text-align: left;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  position: relative;
  cursor: pointer;
}
#footer .footer_box .famliy_site button::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  right: 15px;
  background: url(/images/footer_open.png) no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
#footer .footer_box .famliy_site_wrap .clfix {
  display: none;
  padding: 8px 0;
  width: 200px;
  text-align: left;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 10px;
  background-color: #fff;
  position: absolute;
  z-index: 99;
}
#footer .footer_box .famliy_site_wrap .clfix li {
  padding: 6px 14px;
}
#footer .footer_box .famliy_site_wrap .clfix li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #666;
  transition: 0.3s;
}
#footer .footer_box .famliy_site_wrap .clfix li a:hover {
  color: #000;
  transition: 0.3s;
}
#footer_info {
  padding: 40px 0 70px 0;
  background: #fff;
}
#footer_info .footer_box {
  width: 87%;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
#footer_info .footer_box span {
  font-size: 14px;
  margin-left: 10px;
}
#footer_info .footer_box span.none {
  margin-left: 0;
}
#footer_info .footer_box .bold {
  font-size: 14px;
  font-weight: 500;
}

/* 플로팅메뉴 */
#float_menu {
  width: 104px;
  float: left;
  position: fixed;
  bottom: 30px;
  right: 100px;
  z-index: 9999;
}
#float_menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#float_menu ul li {
  text-align: center;
  border-radius: 1000px;
}
#float_menu ul li:not(:first-child) {
  margin-top: 15px;
}
#float_menu ul li div {
  float: left;
  position: relative;
  border-radius: 1000px;
  background: #000;
}
#float_menu ul li div a {
  width: 100%;
  float: left;
  color: #fff;
}
#float_menu ul li div img {
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
}
#float_menu ul li .off {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
}
#float_menu ul li .on {
  opacity: 0;
  position: absolute;
}
#float_menu ul li .on:hover {
  opacity: 1;
  transition: 0.5s;
}
#float_menu .big_menu {
  width: 104px;
  height: 104px;
  line-height: 104px;
}
#float_menu .big_menu > div{
  width: 104px;
  height: 104px;
  line-height: 104px;
  overflow: hidden;
}
#float_menu .miu_menu{
  background: #FFDEAA;
}
#float_menu .miu_menu > div {
  background: #FCE2BA;
}
#float_menu .miu_menu .on > a{
  color: #000;
}
#float_menu .tel{
  background: #000;
}
#float_menu .tel > div {
  background: #000;
}
#float_menu .big_menu > div > a {
  font-size: 16px;
}
#float_menu .small_menu {
  width: 65px;
  height: 65px;
  line-height: 65px;
}
#float_menu .small_menu > div {
  width: 65px;
  height: 65px;
  line-height: 65px;
}
#float_menu .small_menu > div > a {
  font-size: 12px;
}
#float_menu .blog{
  background: #2fb44a;
}
#float_menu .blog > div{
  background: #2fb44a;
}
#float_menu .instagram {
  background: url(/images/instagram_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#float_menu .instagram > div {
  background: url(/images/instagram_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#float_menu .instagram > div a {
  font-size: 10px;
}

/* popup_start */
.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.popup_inner {
  position: fixed;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 30px;
  background: #fff;
  border-radius: 5px;
}
.popup_contents {
  height: 100%;
}
.popup_contents > ul {
  width: 100%;
  height: 100%;
  float: left;
  padding: 10px 0;
}
.popup_contents > ul > li {
  width: 100%;
  float: left;
}
.popup_contents > ul > .privacy_hr {
  padding-top: 15px;
}
.popup_contents > ul > .privacy_text {
  padding: 30px 10px 0 10px;
  height: 90%;
}
.popup_contents > ul > .privacy_text > div {
  height: 100%;
  overflow-y: auto;
}
.popup_contents > ul > .privacy_text > div > pre {
  white-space: pre-line;
  font-size: 16px;
  color: #666;
}
.popup_close {
  width: 100%;
  float: left;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_close > .privacy_text_title {
  float: left;
}
.popup_close > .privacy_text_title > p {
  font-size: 26px;
  font-weight: 700;
}
.popup_close > .i_cover {
  float: right;
  width: 40px;
  height: 40px;
  border: solid 4px #ddd;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.popup_close > .i_cover > i {
  font-size: 21px;
  line-height: 34px;
  color: #ddd;
}
/* popup_end */

/* 강소기업 선정 팝업 start */
.popup_bg{
  width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    color: #FFF;
    z-index: 9999;
}

.popup_wrap {
  position: fixed;
  z-index: 1000;
  /* display: none; */

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.popup_wrap .popup_wrap_inner {
  float: left;
  width: 450px;
  height: 100%;
}
.popup_wrap .popup_wrap_inner > p {
  text-align: right;
}
.popup_wrap .popup_wrap_inner > p > img {
  width: 100%;
  height: auto;
}

.popup_close_area{width: 87%; float: left; height: 45px; line-height: 45px; left: 50%; position: relative; transform: translateX(-50%); border-radius: 100px; margin-top: 20px; font-size: 16px; text-align: center; cursor: pointer;}
.popup_close_area > div{width: 50%; float: left; color: #fff;}
.popup_close_area .footer_today_btn{border-top-left-radius: 100px; border-bottom-left-radius: 100px; background: rgba(0,0,0,0.7);}
.popup_close_area .footer_close_btn{border-top-right-radius: 100px; border-bottom-right-radius: 100px; background: rgba(255,255,255,0.1);}

/* 강소기업 선정 팝업 end */

/* 서브페이지 시작 */
/* 서브페이지 공통사항 */
/*sub_visual*/
.sub_visual {
  height: 366px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 103px;
  position: relative;
  overflow-x: hidden;
}
.sub_visual .sub_v_tit {
  width: 100%;
  float: left;
  color: #fff;
  position: absolute;
  top: 53%;
  letter-spacing: 0;
}
.sub_visual .sub_v_tit .tit {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
}
.sub_visual .sub_v_tit .sub_txt {
  font-size: 23px;
  font-weight: 100;
  opacity: 0.3;
  margin-bottom: 5px;
}

/*sub_nav*/
.sub_nav {
  height: 65px;
  border-bottom: 1px solid #eeeeee;
}
.sub_nav .nav_box {
  width: 100%;
  float: left;
  text-align: center;
}
.sub_nav .nav_box > ul {
  width: 100%;
  float: left;
}
.sub_nav .nav_box > ul li {
  width: 33.33%;
  float: left;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.sub_nav .nav_box > ul li.active {
  background-color: #ffcc33;
  color: #fff;
  font-weight: 400;
}
.sub_nav .nav_box > ul li a {
  width: 100%;
  float: left;
  font-size: 18px;
}
.sub_nav .nav_box > ul li.active a {
  color: #fff;
  font-weight: 400;
}

/*sub_title*/
.sub_title {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.sub_title .tit_box {
  width: 100%;
  float: left;
}
.sub_title .tit_box .left_box {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sub_title .tit_box .left_box .title {
  width: 70%;
  float: left;
  font-size: 40px;
  line-height: 51px;
  font-weight: bold;
  color: #999;
}
.sub_title .tit_box .left_box .title span {
  font-size: 40px;
  font-weight: bold;
}
.sub_title .tit_box .left_box .title .col_yel {
  color: #ffcc33;
}
.sub_title .tit_box .left_box .title .col_black {
  color: #000;
}
.sub_title .tit_box .left_box .point {
  float: right;
  background: #130e0b;
  width: 210px;
  float: left;
  line-height: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  text-align: left;
  padding: 10px 30px;
  text-transform: uppercase;
}
.sub_title .tit_box .left_box .point span {
  color: #ffcc33;
  font-size: 12px;
  font-weight: 500;
}
.sub_title .tit_box .sub_txt {
  width: 100%;
  float: left;
  color: #999;
  font-size: 20px;
  line-height: 32px;
  color: #999;
  margin-top: 35px;
  font-weight: 300;
}

/* contact페이지 */
.contact01_sec01 {
  margin: 150px 0;
}

.contact03_sec01 {
  margin: 100px 0 150px 0;
}

.con03_box {
  width: 850px; margin: 0 auto;
}

.contact01_sec01 .form_wrap {
  width: 100%;
  float: left;
}


.contact01_sec01 .titleWrap {
  width: 100%; float: left; margin: 80px 0 40px 0; border-bottom: 1px solid #999; 
}

.contact01_sec01 .titleWrap > ul > li {
  float: left; font-size: 20px; font-weight: 600; padding: 10px 35px 10px 20px; border-bottom: 2px solid #333; 
}

.form_wrap .main_title {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.form_wrap .title_box {
  width: 100%;
  float: left;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  padding-bottom: 14px;
}
.form_wrap .title_box .title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.form_wrap .title_box .con {
  font-size: 16px;
  font-weight: 300;
  color: #999;
  float: right;
}
.form_wrap .line {
  width: 100%;
  float: left;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
.form_wrap .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background: #000;
}
.form_wrap .inquiry_form {
  width: 100%;
  float: left;
  padding: 0 20px;
  margin-top: 20px;
}
.form_wrap .inquiry_form .inquiry_box {
  width: 48%;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-top: 18px;
}
.form_wrap .inquiry_form .inquiry_box .form_title {
  width: 110px;
  float: left;
  font-size: 18px;
  font-weight: 500;
}
.form_wrap .inquiry_form .inquiry_box .form_text {
  width: 470px;
  float: left;
  font-size: 16px;
  font-weight: 200;
  color: #333;
}
.form_wrap .inquiry_form .inquiry_box .form_text input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form_wrap .inquiry_form .inquiry_box.left4 {
  margin-left: 4%;
}
.form_wrap .inquiry_form .fullbox {
  width: 100%;
}
.form_wrap .inquiry_form .fullbox .form_text {
  width: 1100px !important;
}
.form_wrap .inquiry_form select {
  width: 80%;
  float: left;
  font-size: 16px;
  font-weight: 200;
  color: #333;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/images/select_arrow.png) no-repeat right 15px center;
}
.form_wrap .inquiry_form .fullbox textarea {
  width: 100%;
  font-size: 16px;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form_wrap .agree_form {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.form_wrap .agree_form .check_box {
  width: 100%;
  float: left;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
.form_wrap .agree_form .check_box input {
  display: block;
  width: 25px;
  float: left;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form_wrap .agree_form .check_box input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
  margin-top: 3px;
}
.form_wrap .agree_form .inquiry_box {
  width: 100%;
  float: left;
  padding-right: 20px;
  margin-top: 20px;
}
.form_wrap .agree_form .inquiry_box .form_text {
  width: 100%;
  float: left;
  line-height: 25px;
  font-size: 13px;
  color: #999;
  padding: 15px 24px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.form_wrap .agree_form .summit_btn {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.form_wrap .agree_form .summit_btn > div {
  width: 235px;
  margin: 0 auto;
}
.form_wrap .agree_form .summit_btn .submit_form {
  width: 235px;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  background: #000;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}

.form_wrap .important{color: #FF0000; margin-left: 2px;}

/* notice */
/* 뷰페이지 */
#noticeViewWrap .viewCont {
  width: 100%;
  float: left;
  border-top: 1px solid #333;
  margin-top: 100px;
  border-bottom: 1px solid #ececec;
}
#noticeViewWrap .viewCont .titleWrap {
  width: 100%;
  float: left;
  padding: 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec;
}
#noticeViewWrap .viewCont .titleWrap > ul {
  width: 100%;
  float: left;
}
#noticeViewWrap .viewCont .titleWrap > ul > li {
  width: 100%;
  float: left;
}
#noticeViewWrap .viewCont .titleWrap .title {
  font-size: 27px;
  font-weight: 600;
  color: #333;
  line-height: 37px;
}
#noticeViewWrap .viewCont .dateWrap {
  width: 100%;
  float: left;
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#noticeViewWrap .viewCont .dateWrap > ul {
  width: 100%;
  float: left;
}
#noticeViewWrap .viewCont .dateWrap > ul > li {
  float: right;
  font-size: 16px;
  color: #999;
}
#noticeViewWrap .viewCont .contentWrap {
  width: 100%;
  float: left;
  padding: 40px 40px 100px 40px;
  min-height: 500px;
}
#noticeViewWrap .viewCont .contentWrap p {
  width: 100%;
  float: left;
  line-height: 22px;
  font-size: 16px;
}
/* 25.02.10 서보원 : 에디터에서 굵기 조절 가능하므로 주석처리*/
#noticeViewWrap .viewCont .contentWrap p span {
  /* font-weight: bold; */
}
#noticeViewWrap .viewCont .contentWrap .imgbox {
  margin-bottom: 25px;
}

/* 미우 소개페이지 */
.miu_color{
  color: #FF8000 !important;
}
.miu_con{
  font-size: 18px; 
  line-height: 25px; 
  color: #666; 
  margin-top: 10px;
}
.miu_con span{
  font-size: 18px; 
  line-height: 25px; 
  color: #000;
}

.miu_section01{
  padding-top: 200px; 
  height: 600px; 
  background: linear-gradient(to bottom, #FFD81F 0%, #FFA600 100%);
  position: relative;
}
.miu_section01 .sec01_box .miu_box{
  z-index: 99;
  transition: ease-in-out 0.8s;
  opacity: 0;
}
.miu_section01 .sec01_box .miu_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.miu_section01 .sec01_box{
  display: flex; 
  justify-content: space-between; 
  align-items: flex-start; 
  gap: 40px; 
  position: relative;
}
.miu_section01 .sec01_box .text_box{
  width: 60%; 
  color: #fff;
  transition: ease-in-out 0.8s;
  opacity: 0;
}
.miu_section01 .text_box .eng{
  font-size: 24px; 
  font-family: 'ggs'; 
  font-weight: 500; 
  letter-spacing: 3px; 
  opacity: 0.8;
}
.miu_section01 .text_box .eng span{
  font-size: 24px; 
  font-family: 'ggs'; 
  font-weight: 900; 
  letter-spacing: 3px;
}
.miu_section01 .text_box > div{
  width: 100%; 
  float: left;
}
.miu_section01 .text_box .miu_log{
  margin-top: 18px;
}
.miu_section01 .text_box .miu_log img{
  height: 100%;
  object-fit: cover;
}
.miu_section01 .text_box .text{
  font-size: 32px; 
  line-height: 48px; 
  height: 42px; 
  margin-top: 30px; 
  letter-spacing: 0;
}
.miu_section01 .text_box .text span{
  background: #000; 
  border-radius: 5px; 
  width: 80px; 
  height: 100%; 
  transform: translateY(-2px); 
  font-size: 32px; 
  margin-right: 5px; 
  display: inline-block; 
  vertical-align: middle;
  text-align: center;
}
.miu_section01 .bg_txt{
  width: auto !important;
  position: absolute;
  color: #fff; 
  font-size: 75px; 
  font-family: 'jalnan2'; 
  z-index: 9; 
  letter-spacing: 2px;
  transition: ease-in-out 0.8s;
  opacity: 0;
}
.miu_section01 .bg_txt.left{
  bottom: 0; 
  left: 10px;
}
.miu_section01 .bg_txt.right{
  top: 20%; 
  right: 10px;
  text-align: right;
}
.miu_section01 .text_box .slogan{
  width: 280px; 
  height: 70px; 
  line-height: 70px; 
  background-color: #000; 
  border-radius: 100px; 
  padding-left: 30px; 
  position: absolute; 
  right: 0; 
  bottom: 70px;
}
.miu_section01 .text_box .slogan img{
  position: relative; 
  top: 50%; 
  transform: translateY(-55%);
}

.miu_section02{
  margin-top: 210px;
}
.miu_section02 .sec02_box{
  display: flex; 
  justify-content: space-between; 
  border-radius: 20px; 
  background-color: #fff; 
  border: 1px solid #E8E8E8; 
  box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.1);
  transition: ease-in-out 0.8s;
  opacity: 0;
}
.miu_section02 .sec02_box > div{
  float: left; 
  padding: 50px 0;
}
.miu_section02 .sec02_box .miu_box{
  width: 37%; 
  background-color: #FEEBCB; 
  text-align: center; 
  border-top-left-radius: 20px; 
  border-bottom-left-radius: 20px;
}
.miu_section02 .sec02_box .miu_box img{
  width: 85%;
}
.miu_section02 .sec02_box .text_box{
  width: 60%; 
  padding-left: 3%;
  transition: ease-in-out 0.8s;
  opacity: 0;
}
.miu_section02 .text_box > div{
  width: 100%; 
  float: left;
}
.miu_section02 .text_box .title{
  font-size: 35px; 
  color: #FFBC00; 
  line-height: 49px;
}
.miu_section02 .text_box .title span{
  font-size: 35px;
}
.miu_section02 .text_box .con{
  font-size: 19px; 
  line-height: 29px; 
  color: #333; 
  margin-top: 35px;
}
.miu_section02 .text_box .keyword{
  font-size: 18px; 
  color: #666; 
  margin-top: 35px;
}

.miu_section03{
  margin-top: 220px; 
  position: relative; 
  padding-bottom: 60px;
}
.miu_section03 .sec03_box{
  display: flex; 
  justify-content: space-between; 
}
.miu_section03 .sec03_box ul{
  width: 31%; 
  float: left; 
  padding: 0 30px 40px 30px; 
  background-color: #fff; 
  border: 1px solid #E8E8E8; 
  border-radius: 20px; 
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.8s;
  opacity: 0;
}
.miu_section03 .sec03_box li{
  width: 100%; 
  float: left; 
  text-align: center;
}
.miu_section03 .sec03_box .miu_box{
  width: 200px; 
  height: 200px; 
  border-radius: 500px; 
  background-color: #FFEFB7; 
  position: relative; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  margin-bottom: -25%;
}
.miu_section03 .miu_box img{
  position: relative; 
  top: 50%; 
  transform: translateY(-50%);
}
.miu_section03 .title{
  font-size: 24px; 
  color: #666; 
  line-height: 38px; 
  margin-top: 15px;
}
.miu_section03 .title span{
  font-size: 24px; 
  color: #000; 
  line-height: 38px;
}
.miu_section03 .con{
  margin-top: 15px;
}
.miu_section03 .sec03_bg{
  width: 100% !important; 
  height: 260px; 
  margin: 0 !important; 
  background-color: #F8F8F8; 
  position: absolute; 
  bottom: 0; 
  z-index: -1;
}

.miu_section04{
  height: 955px;
  text-align: center; 
  padding-top: 40px; 
  background: linear-gradient(to bottom, #FFF9E7 0%, #FFEBB1 100%); 
  overflow: hidden;
}
.miu_section04 .sec04_box .title_box{
  width: 100%; 
  float: left;
  transition: ease-in-out 0.8s;
  opacity: 0;
}
.miu_section04 .title_box > div{
  width: 100%; 
  float: left;
}
.miu_section04 .title_box .title{
  font-size: 35px; 
  color: #666; 
  margin-top: 20px;
}
.miu_section04 .title_box .title span{
  font-size: 35px; 
  color: #000;
}
.miu_section04 .title_box .miu_con{
  font-size: 20px; 
  line-height: 34px; 
  margin-top: 20px;
}
.miu_section04 .title_box .miu_con span{
  font-size: 20px; 
  background-color: #FFD84B; 
  line-height: 34px;
} 
.miu_section04 .con_box{
  margin-top: 60px; 
  position: relative;
  transition: ease-in-out 0.8s;
  opacity: 0;
}
.miu_section04 .con_box .keyword_box{
  width: 75%; 
  margin: 0 auto; 
  text-align: center; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center; 
  gap: 100px;
}
.miu_section04 .keyword_box .keyword{
  height: 55px; 
  line-height: 58px; 
  padding: 0 40px; 
  font-size: 22px; 
  font-family: 'jalnan2'; 
  color: #fff; 
  border-radius: 100px; 
  letter-spacing: 0;
}
.miu_section04 .keyword_box .bg_bl{
  background-color: #1F1F1F;
}
.miu_section04 .keyword_box .bg_gr{
  background-color: #707070;
}
.miu_section04 .keyword_box .bg_or{
  background-color: #FF8800;
}

.keyword_box .keyword:nth-child(1) {
  transform: translate(-10px, 80px);
}
.keyword_box .keyword:nth-child(2) {
  transform: translate(-40px, 40px);
}
.keyword_box .keyword:nth-child(4) {
  transform: translate(45px, 50px);
}
.keyword_box .keyword:nth-child(5) {
  transform: translate(20px, 35px);
}
.keyword_box .keyword:nth-child(6) {
  transform: translate(50px, -45px);
}
.keyword_box .keyword:nth-child(7) {
  transform: translate(-26px, 10px);
}
.keyword_box .keyword:nth-child(8) {
  transform: translate(42px, 8px);
}
.keyword_box .keyword:nth-child(9) {
  transform: translate(395px, -35px);
}
.keyword_box .keyword:nth-child(10) {
  transform: translate(-15px, 50px);
}

.miu_section04 .con_box .miu_box{
  width: 100%; 
  float: left; 
  text-align: center;
  transform: translateY(-190px);
}

/*area*/
.top_title {width: 100%; float: left; margin-top: 9%;}
.top_title .tit_box{width: 100%; float: left;}
.top_title .tit_box {width: 100%; float: left; text-align: left;}
.top_title  .s_box {width: 100%; float: left}
.top_title  .s_box .s_title {width: 10%; float: left; font-size: 23px; font-weight: 600; color: #ffb200;}
.top_title  .b_box {width: 100%; float: left; margin-top:1%; }
.top_title  .b_title {width: 100%; float: left; font-size: 33px; font-weight: 700; color: #000000;  line-height: 1.4;}
.top_title  .b_title .point_gray {font-size: 33px; font-weight: 600; color: #919191;}
.point_gray {font-size: 33px; font-weight: 600; color: #919191;}
.top_title .round_Warp ul {width: 100%; float: left;}
.top_title .round_Warp ul li a:hover {background: #ffcc00; border-color: #ffcc00; color: #ffffff; }
.top_title .round_Warp {width: 100%; float: left;     margin-top: 5%;}
.top_title .round_Warp .box1 {float: left; margin-right: 1%; border-radius: 100px; border: 1px solid #d7d7d7; text-align: center; padding: 7px 25px; color: #8d8d8d;}  
.top_title .round_Warp .round_box .box1 > a { font-size: 14px; font-weight: 400; color: #8d8d8d;}


.top_title2 .section_wrap {display: flex; flex-direction: column; gap: 50px;}
.top_title2 { display: flex; justify-content: space-between; align-items: center; margin-top: 9%;}
.top_title2 .tit_box{ display: flex; flex-direction: column; align-items: flex-start;  gap: 12px;}
.top_title2  .s_box {width: 100%; }
.top_title2 .s_box .s_title {width: 10%;font-size: 23px; font-weight: 600; color: #ffb200;}
.top_title2  .b_box {width: 100%; }
.top_title2  .b_title {width: 100%; font-size: 33px; font-weight: 700; color: #000000;  line-height: 1.4;}
.top_title2 .b_title .point_gray {font-size: 33px; font-weight: 600; color: #919191;}
.top_title2 .round_Warp {width: 100%; display: flex; align-items: center; }
.top_title2 .round_Warp ul {width: 100%;
  display: flex;
  gap: 15px;}
.top_title2 .round_Warp .box1 {display: flex; align-items: center; border-radius: 100px; border: 1px solid #d7d7d7; text-align: center; padding: 7px 25px; color: #8d8d8d;}  
.top_title2 .box1 ul li {width: 100%;}
.top_title2 .box1 li {width: 100%;}
.top_title2 .round_Warp ul li a:hover {background: #ffcc00; border-color: #ffcc00; color: #ffffff; }

.main_01 {background-image:url('/images/area_01.png'); background-size: cover;  background-position: center; 
height: 400px; margin-top: 3%;}
.main_01 .tit_box {width: 100%; float: left; padding: 11% 0%; }
.main_01 .tit_box .b_box {width: 100%; float: left; text-align: center;}
.main_01 .tit_box .b_title {width: 100%; float: left; text-align: center; font-size: 33px; font-weight: 600; color: #919191;}
.main_01 .tit_box .b_title span {font-size: 33px; font-weight: 600;}
.main_01  .point_yellow {color: #ffb200;}
.main_01  .point_white {color: #ffffff;}
.main_01 .tit_box .s_box {width: 100%; float: left; text-align: center;}
.main_01 .tit_box .s_title {width: 100%; float: left; text-align: center; font-size: 18px; font-weight: 300; color: #919191; margin-top: 3%; margin-top: 2%; line-height: 1.6; }
.main_01 .tit_box .s_title span {font-size: 18px; font-weight: 400;}


.main_02 {width: 100%; float: left; margin-top: 7%;}
.main_02 .right {width: 100%; float: left; text-align: right;}
.main_02 .b_box {width: 100%; float: left;}
.main_02 .b_title {font-size: 33px; font-weight: 700; color: #000000;}
.main_02 .b_title .point_gray {font-size: 33px; font-weight: 600; color: #919191;}
.main_02 .tit_box .sub_box {width: 100%; float: left; margin-top: 2%;}
.main_02 .tit_box .ss {font-size: 16px; color: #8d8d8d; line-height: 1.4; letter-spacing: 0px; }
.main_02 .btn_box {width: 50%; float: left;}
.main_02 .gallery_Warp {width:100%; float: left; margin-top: 6%;}
.main_02 .gallery_box {width:32%; float: left; border-radius: 5%; box-shadow: 0 8px 9px rgba(0,0,0,.12); margin-right: 2%; }
.gallery_box:last-child {margin-right: 0;}
.main_02 .text_box {width: 100%; float: left; padding: 6% 6%; text-align: left;}
.main_02 .text_box .tit {width: 100%; float: left; font-size: 20px; font-weight: 700;}
.main_02 .text_box .ss {width: 100%; float: left; font-size: 14px; margin-top: 2%; color: #646464; line-height: 1.4; letter-spacing: 0px; }
.main_02 .gallery_Warp .gallery_img > img {width: 100%; object-fit: cover;}


.main_03 {width: 100%; float:left;  background-color: #e7e7e7; margin-top: 7%; height: 600px;}
.main_03 .tit_box .sub_box{width: 100%; float:left; font-size:17px; color: #919191; letter-spacing: 0px;}
.main_03 .tit_box {width: 100%; float: left; text-align: left; margin-top: 5%;}
.main_03 .height{ margin-top: 2%;}
.main_03 .line {width: 100%; float: left; border-bottom: 1px solid #c0c0c0; margin-top: 3%; margin-bottom: 3%;}
.main_03 .photo_left {width: 50%; float: left;}
.main_03 .photo_left .photo { float: left; margin-right: 2%;}
.main_03 .sub_right {width: 50%; float: left; margin-top: 8%;}
.main_03 .sub_right .tit {width: 100%; float: left; font-size: 22px; font-weight: 700;}
.main_03 .sub_right .ss {width: 100%; float: left; margin-top: 3%; font-size: 17px; font-weight: 400; color: #646464; line-height: 1.5;}


.main_04 {width: 100%; margin-top: 7%;}
.main_04 .tit_box{width: 100%; display: flex; flex-direction: column; gap: 30px; justify-content: flex-end; text-align: right;  }
.main_04 .b_title {font-size: 33px; font-weight: 700; color: #000000;}
.main_04 .b_title .point_gray {font-size: 33px; font-weight: 600; color: #919191;}
.main_04 .tit_box .ss {font-size: 16px; color: #8d8d8d; line-height: 1.4; letter-spacing: 0px; }
.main_04 .gallery_Warp {width: 100%; margin-top: 5%; display: flex; justify-content:space-between; align-items: center; gap: 25px;}
.main_04 .gallery_box {border-radius: 5%; box-shadow: 0 8px 9px rgba(0,0,0,.12);}
.main_04 .gallery_Warp .gallery_img {width: 100%;}
.main_04 .gallery_Warp .gallery_img > img {width: 100%; object-fit: cover; }
.main_04 .text_box {display: flex; flex-direction: column; align-items: flex-start; width: 100%; padding: 6% 6%; gap:6px;}
.main_04 .text_box .tit {width: 100%; font-size: 20px; font-weight: 700;}
.main_04 .text_box .ss {width: 100%;  font-size: 14px; color: #646464; line-height: 1.4; letter-spacing: 0px; }


.main_05 {width: 100%; float: left; margin-top: 3%;}
.main_05 .photo_box {width: 84vh; height: 380px; position: absolute; border-bottom-right-radius: 45px; z-index: -1; background-image:url('/images/area_07.png');}
.main_05 .right2 {width: 50%; float: left; text-align: left; margin-top: 2%; margin-left: 40%;}
.main_05 .b_title {font-size: 33px; font-weight: 700; color: #000000;}
.main_05 .y_line {width: 35%; float: left; border-bottom: 5px solid #ffcc00; margin-left: 21%; margin-top: 2%;}
.main_05 .number_box {width: 100%; float: left; margin-top: 2%; text-align: center;}
.main_05 .number_box .nb_01 {width: 4%; float: left; border-radius: 100px; background-color: #000000; color: #ffcc00; margin-left: 40%; height: 25px; line-height: 1.8;}
.main_05 .sub_right {width: 50%; float: left; margin-top: 2%; margin-left: 40%;}
.main_05 .sub_right .tit {width: 100%; float: left; font-size: 22px; font-weight: 700;}
.main_05 .sub_right .ss {width: 100%; float: left; margin-top: 3%; font-size: 17px; font-weight: 400; color: #646464; line-height: 1.5;}
.main_05 .bottom_box {width: 100%; float: left;}

.main_06{width: 100%; float: left; background-color: #fff8ed; height: 560px;}
.main_06 .tit_box2{width: 100%; float: left; margin-top: 8%;}
.main_06 .gallery_box {width: 100%; float: left; margin-top: 5%;}
.main_06  .gallery_box .gallery_img {width: 100%; float: left;}

.main_07 {width: 100%; background-image: url(/images/area_09.png); background-size: cover; background-position: center; height: 400px;}
.main_07 .tit_box {width: 45%; float: left;}
.main_07 .tit_box .b_box {width: 100%; float: left; text-align: left}
.main_07 .tit_box .b_title {width: 100%; float: left;font-size: 33px; font-weight: 600; color: #919191;}
.main_07 .tit_box .b_title span {font-size: 33px; font-weight: 600;}
.main_07  .point_yellow {color: #ffb200;}
.main_07  .point_white {color: #ffffff;}
.main_07 .tit_box .s_box {width: 100%; float: left; text-align: left; margin-top: 1%;}
.main_07 .tit_box .s_title {width: 100%; float: left; font-size: 18px; font-weight: 300; color: #919191; margin-top: 3%; margin-top: 2%; line-height: 1.6; }
.main_07 .tit_box .s_title span {font-size: 18px; font-weight: 400;}
.main_07 .txt_botton {width: 100%;float: left; padding: 13% 0%;}
.main_07 .botton_box {width: 13%; float: left; background-color: #ffb200; margin-left: 42%; height: 58px; border-radius: 5px;}
.main_07 .botton_box .y_btn {width: 100%; float: left; text-align: center; font-size: 17px; color: #000000;line-height: 59px;}

.sec13_box {width: 100%; float: left;  margin-top: 4%;}

.sec13_box .sec13_slide {width: 100%; float: left;}
.sec13_box .sec13_slide .box {width: 10000px; float: left;}
.sec13_box .txtbox {width: 305px; float: left; height: 312px; background-color: #ffffff; border-radius: 7%; border: 1px solid #d7d7d7; margin-right: 15px;}
.sec13_box .txtbox .logo {width: 100%; float: left; margin-top: 15%;     text-align: center;}
.sec13_box .txtbox .line { width: 100%; float: left; border: 1px solid #d7d7d7; margin-top: 15%;}
.sec13_box .txtbox .title_box {width: 100%; float: left; margin-top: 3%;  padding: 7% 9%;}
.sec13_box .title_box .title {width: 100%; float: left; color: #1F1F1F; font-size: 16px; font-weight: 600; letter-spacing: -1px; text-align:left; line-height: 25px;}
.sec13_box .title_box .sub {width: 100%; float: left;color: #ffb200; font-size: 15px; font-weight: 600; letter-spacing: 0px; margin-top: 13%;}

/* 디바이스별 화면 크기 */
@media only screen and (max-width:1600px)

{
/* 강소기업 선정 팝업 start */
.popup_wrap {
  position: fixed;
  z-index: 1000;
  /* display: none; */
}
.popup_wrap .popup_wrap_inner {
  float: left;
  width: 450px;
  height: 100%;
}
.popup_wrap .popup_wrap_inner > p {
  text-align: right;
}
.popup_wrap .popup_wrap_inner > p > img {
  width: 100%;
  height: auto;
}

/* 강소기업 선정 팝업 end */


}


.popup_wrap .slick-dots {
  position: absolute;
  text-align: center;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup_wrap .slick-dots>li {
  display: inline-block;
  margin: 6px;
}

.popup_wrap .slick-dots button {
  width: 12px;
  height: 12px;
  background-color: #000;
  opacity: 10%;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
  border: none;
}

.popup_wrap .slick-dots .slick-active button {
  background-color: #000;
  opacity: 100%;
}

/* 1400 */
@media only screen and (max-width:1400px)

{
.common_box {
  width: 100%;
  min-width: 1100px;
  float: left;
  color: #333;
}
.common_box > div {
  width: 1100px;
  margin: 0 auto;
}

/* 미우페이지 */
.miu_con {
  font-size: 17px;
}

.miu_section01{
  height: 565px;
}
.miu_section01 .sec01_box .text_box{
  width: 68%;
}
.miu_section01 .text_box .eng{
  font-size: 20px;
}
.miu_section01 .text_box .eng span{
  font-size: 20px;
}
.miu_section01 .text_box .slogan{
  bottom: 44px;
}
.miu_section01 .bg_txt{
  font-size: 65px;
}

.miu_section01 .text_box .miu_log img {
  width: 50%;
}

.miu_section02 {
    margin-top: 170px;
}
.miu_section02 .sec02_box .miu_box img {
    width: 100%;
}
.miu_section02 .text_box .con{
  font-size: 18px;
  line-height: 28px;
  margin-top: 27px;
}
.miu_section02 .text_box .title{
  font-size: 34px;
  line-height: 47px;
}
.miu_section02 .text_box .title span{
  font-size: 34px;
}
.miu_section02 .text_box .keyword{
  font-size: 17px;
  margin-top: 33px;
}

.miu_section03 {
    margin-top: 200px;
  }

.miu_section03 .sec03_box .miu_box{
  width: 180px;
  height: 180px;
  margin-bottom: -37%;
}
.miu_section03 .miu_box img {
  width: 75%;
}
.miu_section03 .title{
  font-size: 21px;
  line-height: 32px;
  margin-top: 35px;
}
.miu_section03 .title span {
  font-size: 21px;
  line-height: 32px;
}

.miu_section04{
  height: 915px;
}
.miu_section04 .title_box .title {
  font-size: 33px;
}
.miu_section04 .title_box .title span {
  font-size: 33px;
}
.miu_section04 .title_box .miu_con {
  font-size: 19px;
  line-height: 33px;
  margin-top: 15px;
}
.miu_section04 .title_box .miu_con span {
  font-size: 19px;
  line-height: 33px;
}
.miu_section04 .con_box .keyword_box{
  width: 85%;
  gap: 85px;
}
.miu_section04 .keyword_box .keyword {
  height: 48px;
  line-height: 50px;
  padding: 0 35px;
  font-size: 19px;
}
.miu_section04 .con_box .miu_box {
    transform: translateY(-168px);
}
.keyword_box .keyword:nth-child(1) {
    transform: translate(-49px, 80px);
}
.keyword_box .keyword:nth-child(2) {
    transform: translate(-64px, 40px);
}
.keyword_box .keyword:nth-child(5) {
    transform: translate(20px, 35px);
}
.keyword_box .keyword:nth-child(6) {
    transform: translate(15px, -45px);
}
.keyword_box .keyword:nth-child(7) {
    transform: translate(0px, 10px);
}
.keyword_box .keyword:nth-child(8) {
    transform: translate(18px, 8px);
}
.keyword_box .keyword:nth-child(10) {
    transform: translate(-7px, 50px);
}

}

/* 1200 */
@media only screen and (max-width:1200px)

{
  .common_box {
    min-width: 100%;
    line-height: 23px;
  }

  .common_box > div {
    width: 100%;
    padding: 0 5%;
  }

  /* 미우페이지 */
  .miu_con {
    font-size: 16px;
  }

  .miu_section01 {
    height: 525px;
  }
  .miu_section01 .sec01_box{
    gap: 10px;
  }
  .miu_section01 .sec01_box .text_box {
    width: 75%;
  }
  .miu_section01 .text_box .eng {
    font-size: 18px;
  }
  .miu_section01 .text_box .eng span{
  font-size: 18px;
}
  .miu_section01 .text_box .miu_log img {
    width: 45%;
  }
  .miu_section01 .text_box .text {
    font-size: 28px;
    line-height: 45px;
    height: 40px;
    margin-top: 25px;
  }
  .miu_section01 .text_box .text span{
    width: 75px;
    font-size: 28px;
  }
  .miu_section01 .text_box .slogan {
    width: 260px;
    height: 65px;
    line-height: 65px;
    bottom: 14.5%;
  }
  .miu_section01 .bg_txt{
    transform: translateY(-15px);
    font-size: 55px;
  }
  .miu_section01 .bg_txt.right{
    top: 28%;
  }

  .miu_section02 {
    margin-top: 150px;
  }
  .miu_section02 .sec02_box .text_box{
    width: 70%;
    padding-left: 5%;
  }
  .miu_section02 .text_box .title {
    font-size: 30px;
    line-height: 42px;
  }
  .miu_section02 .text_box .con {
    font-size: 17px;
    line-height: 27px;
    margin-top: 22px;
  }

  .miu_section03 {
    margin-top: 190px;
  }
  .miu_section03 .sec03_bg {
    height: 210px;
  }
  .miu_section03 .title {
    font-size: 19px;
    line-height: 29px;
  }
  .miu_section03 .title span {
    font-size: 19px;
    line-height: 29px;
  }

  .miu_section04{
    height: auto;
  }
  .miu_section04 .title_box .title {
    font-size: 30px;
  }
  .miu_section04 .title_box .title span {
    font-size: 30px;
  }
  .miu_section04 .title_box .miu_con {
    font-size: 18px;
    line-height: 32px;
    margin-top: 18px;
  }
  .miu_section04 .title_box .miu_con span {
    font-size: 18px;
    line-height: 32px;
  }
  .miu_section04 .con_box {
    margin-top: 50px;
  }
  .miu_section04 .con_box .keyword_box{
    width: 80%;
    gap: 22px;
  }
  .miu_section04 .keyword_box .keyword {
    height: 41px;
    line-height: 44px;
    padding: 0px 30px;
    font-size: 17px;
  }
  .miu_section04 .con_box .keyword_box > div{
    position: inherit;
    transform: translate(0,0);
  }
  .miu_section04 .con_box .miu_box{
    transform: translateY(10px);
  }

}

/* 1024 */
@media only screen and (max-width:1024px)

{

  /* 미우페이지 */
  .miu_con {
    font-size: 14px;
    line-height: 21px;
}

  .miu_section01 {
    height: 500px;
  }
  .miu_section01 .sec01_box .miu_box {
    width: 40%;
  }
  .miu_section01 .sec01_box .text_box {
    width: 60%;
  }
  .miu_section01 .text_box .eng {
    font-size: 15px;
  }
  .miu_section01 .text_box .eng span{
    font-size: 15px;
  }
  .miu_section01 .text_box .miu_log img {
    width: 46%;
  }
  .miu_section01 .text_box .text {
    font-size: 25px;
    line-height: 40px;
    height: 36px;
  }
  .miu_section01 .text_box .text span{
    width: 64px;
    font-size: 25px;
  }
  .miu_section01 .text_box .slogan {
    width: 245px;
    height: 60px;
    line-height: 60px;
    bottom: 10%;
  }
  .miu_section01 .bg_txt.right{
    top: 31%;
  }

  .miu_section02 {
    margin-top: 130px;
  }
  .miu_section02 .sec02_box > div {
    padding: 45px 0;
  }
  .miu_section02 .text_box .title {
    font-size: 28px;
    line-height: 39px;
  }
  .miu_section02 .text_box .title span{
    font-size: 28px;
    line-height: 39px;
  }
  .miu_section02 .text_box .con {
    font-size: 16px;
    line-height: 26px;
    margin-top: 17px;
  }
  .miu_section02 .text_box .keyword {
    font-size: 16px;
    margin-top: 29px;
  }
    
  .miu_section03 {
    margin-top: 180px;
  }
  .miu_section03 .sec03_box .miu_box {
    width: 160px;
    height: 160px;
  }
  .miu_section03 .title {
    font-size: 17px;
    line-height: 27px;
    margin-top: 30px;
  }
  .miu_section03 .title span {
    font-size: 17px;
    line-height: 27px;
  }
  
  .miu_section04 .title_box .title {
    font-size: 27px;
  }
  .miu_section04 .title_box .title span{
    font-size: 27px;
  }
  .miu_section04 .title_box .miu_con {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .miu_section04 .con_box {
    margin-top: 40px;
  }
  .miu_section04 .keyword_box .keyword {
    height: 38px;
    line-height: 41px;
    font-size: 15px;
  }
  .miu_section04 .con_box .miu_box img{
    width: 100%;
  }

}

/* 768 */
@media only screen and (max-width:768px){
  .miu_section01 .text_box .miu_log img{
  width: 63%;}
}