@charset "UTF-8";
/******************************************
메인시작
*******************************************/
.mc06_board .top_text_box h5 {
  color: #009cdc;
}

.container_fix01 {
  max-width: 1730px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.container_fix02 {
  max-width: 1432px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.wrapper .header {
  padding: 23px 0;
}
@media (max-width: 991px) {
  .wrapper .header {
    padding: 7.5px 0;
    border-bottom: 1px solid #ebebeb;
  }
}
.wrapper .header .header_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrapper .header .header_wrap .header_logo {
    width: 78%;
  }
}
@media (max-width: 1610px) {
  .wrapper .header .header_wrap .header_logo a img {
    width: 300px;
  }
}
@media (max-width: 540px) {
  .wrapper .header .header_wrap .header_logo{
	height: 38px;
  }
  .wrapper .header .header_wrap .header_logo a img {
    width: 100% !important;
  }
}
@media (max-width: 1610px) {
  .wrapper .header .header_wrap .header_menu {
    margin-left: 0;
  }
}
@media (max-width: 1400px) {
  .wrapper .header .header_wrap .header_menu .menu_ul .menu-li {
    padding-right: 20px;
  }
}
.wrapper .header .header_wrap .header_menu .menu_ul .menu-li .menu-a {
  line-height: 60px;
}
@media (max-width: 1500px) {
  .wrapper .header .header_wrap .header_menu .menu_ul .menu-li .menu-a {
    font-size: 19px;
  }
}
@media (max-width: 1100px) {
	.wrapper .header .header_wrap .header_menu .menu_ul .menu-li .menu-a {
		font-size: 15px;
	}
}
.wrapper .header .header_wrap .header_btn {
  align-items: center;
}
@media (max-width: 1010px) {
  .wrapper .header .header_wrap .header_btn .header-right-link {
    margin-right: 10px;
  }
}
.wrapper .header .header_wrap .header_btn .search_btn {
  margin: 0 20px;
}
.wrapper .header .header_wrap .header_btn .header-lang ul {
  height: 28px;
}

.fix_footer {
  background-color: #2a2a32;
  padding: 30px 0 40px;
}
@media (max-width: 991px) {
  .fix_footer {
    padding: 22px 0;
  }
}
.fix_footer .fix_links_box .container_fix01 {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .fix_footer .fix_links_box .container_fix01 {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.fix_footer .fix_links_box .container_fix01::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #414148;
}
@media (max-width: 991px) {
  .fix_footer .fix_links_box .container_fix01::after {
    display: none;
  }
}
.fix_footer .fix_links_box .container_fix01 ul {
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .fix_footer .fix_links_box .container_fix01 ul.fix_links {
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .fix_footer .fix_links_box .container_fix01 ul.fix_sns {
    padding-bottom: 0;
  }
}
.fix_footer .fix_infos_box {
  padding: 30px 0 0;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box {
    padding: 0;
    padding-top: 10px;
  }
}
.fix_footer .fix_infos_box .container_fix01 {
  display: flex;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .container_fix01 {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .container_fix01 .f_logo_box {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .container_fix01 .f_logo_box img {
    width: 100px;
  }
}
.fix_footer .fix_infos_box .container_fix01 .ft_info {
  margin-left: 4.75%;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .container_fix01 .ft_info {
    margin-left: 0;
  }
}
.fix_footer .fix_infos_box .container_fix01 .ft_info .info_ul_02 li:last-child {
  position: relative;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .container_fix01 .ft_info .info_ul_02 li:last-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #777;
    left: -7px;
    top: 13px;
  }
}
@media (max-width: 385px) {
  .fix_footer .fix_infos_box .container_fix01 .ft_info .info_ul_02 li:last-child::after {
    display: none;
  }
}
.fix_footer .fix_infos_box .container_fix01 h4 {
  margin-top: 40px;
  color: #bbb;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .container_fix01 h4 {
    margin-top: 15px;
  }
}

/******************************************
서브시작
*******************************************/
.m01_04_wrap .m01_04_top iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .m01_04_wrap .m01_04_top iframe {
    height: 370px;
  }
}
.m01_04_wrap .m01_04_bot {
  position: relative;
}
.m01_04_wrap .m01_04_bot .img_ab_wrap {
  position: absolute;
  top: -150px;
  width: 300px;
  height: 300px;
  background-color: #009cdc;
  left: 120px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .m01_04_wrap .m01_04_bot .img_ab_wrap {
    width: 200px;
    height: 200px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .m01_04_wrap .m01_04_bot .img_ab_wrap {
    width: 180px;
    height: 125px;
    left: 15px;
    top: -65px;
  }
}
.m01_04_wrap .m01_04_bot .img_ab_wrap > p {
  font-size: 18px;
  color: #fff;
  font-family: "PRE";
}
@media (max-width: 1250px) {
  .m01_04_wrap .m01_04_bot .img_ab_wrap > p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .m01_04_wrap .m01_04_bot .img_ab_wrap > p {
    font-size: 11.5px;
  }
}
.m01_04_wrap .m01_04_bot .img_ab_wrap > h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  font-family: "PRE_B";
}
@media (max-width: 1250px) {
  .m01_04_wrap .m01_04_bot .img_ab_wrap > h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .m01_04_wrap .m01_04_bot .img_ab_wrap > h2 {
    font-size: 17.5px;
    line-height: 26px;
  }
}