@charset "UTF-8";
span.w_br {
  display: block;
}
@media (max-width: 991px) {
  span.w_br {
    display: none;
  }
}

span.m_br {
  display: none;
}
@media (max-width: 991px) {
  span.m_br {
    display: block;
  }
}

.container_fix {
  width: 1550px;
}

.wide_fix {
  width: 1790px;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header > .container_fix {
  width: 100%;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1550px) {
  header > .container_fix {
    padding: 0 80px 0 15px;
  }
}
@media (max-width: 991px) {
  header > .container_fix {
    height: 100%;
    padding-right: 0;
  }
}
header .logo {
  width: auto;
}
@media (max-width: 991px) {
  header .logo {
    padding: 14.5px 0;
  }
}
@media (max-width: 991px) {
  header .logo img {
    height: 30px;
  }
}
@media (max-width: 480px) {
  header .logo img {
    height: 20px;
  }
}
header .header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  header .header_menu {
    height: 100%;
  }
}
header .header_menu .menu-ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  header .header_menu .menu-ul {
    display: none;
  }
}
header .header_menu .menu-li {
  margin: 0;
  position: relative;
}
header .header_menu .menu-li:first-child {
  margin: 0;
}
header .header_menu .menu-li:hover .menu-a span:after {
  opacity: 1;
  visibility: visible;
}
header .header_menu .menu-li:hover .sub-div {
  opacity: 1;
  visibility: visible;
}
header .header_menu .menu-a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px;
  font-family: "Pretendard-Regular", sans-serif;
  display: block;
}
@media (max-width: 1430px) {
  header .header_menu .menu-a {
    padding: 0 10px;
    font-size: 15px;
  }
}
header .header_menu .menu-a span {
  display: block;
  height: 79px;
  line-height: 77px;
  position: relative;
  font-family: "Pretendard-Regular", sans-serif;
}
header .header_menu .menu-a span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #157aca;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header_menu .sub-div {
  position: absolute;
  width: 100vw;
  background: #fff;
  left: 50%;
  top: calc(100% + 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header_menu .sub-div:before {
  content: "";
  display: block;
  width: 300vw;
  background: #fff;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 100%;
  z-index: -1;
}
header .header_menu .sub-dul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_menu .sub-dli:hover .sub-da {
  font-family: "Pretendard-Medium", sans-serif;
  color: #111;
}
header .header_menu .sub-da {
  display: block;
  padding: 22px 20px;
  color: #999;
  font-size: 16px;
  font-weight: 300;
  font-family: "Pretendard-Regular", sans-serif;
}
header .header_menu .btn_search {
  padding: 0 45px 0 25px;
  margin: 0 40px 0 30px;
  height: 36px;
  line-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 19px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  font-family: "Pretendard-Light", sans-serif;
  cursor: pointer;
}
@media (max-width: 1550px) {
  header .header_menu .btn_search {
    margin: 0 20px 0 10px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  header .header_menu .btn_search {
    height: 59px;
    width: 60px;
    padding: 0;
    line-height: initial;
    border-radius: 0;
    border-width: 0 0 0 1px;
    border-color: rgba(255, 255, 255, 0.1);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 60px;
  }
}
@media (max-width: 480px) {
  header .header_menu .btn_search {
    height: 49px;
    right: 50px;
    width: 50px;
  }
}
header .header_menu .btn_search span {
  font: inherit;
}
header .header_menu .btn_search .icon_search {
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-left: 10px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  header .header_menu .btn_search .icon_search {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0;
  }
}
header .header_menu .btn_search .icon_search:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  header .header_menu .btn_search .icon_search:before {
    border-width: 1px;
  }
}
header .header_menu .btn_search .icon_search:after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width: 480px) {
  header .header_menu .btn_search .icon_search:after {
    height: 1px;
    width: 4px;
  }
}
header .header_menu .btn_all_menu {
  cursor: pointer;
  width: 80px;
  height: 80px;
  background: #157aca;
  position: absolute;
  right: -80px;
  top: 0;
}
@media (max-width: 991px) {
  header .header_menu .btn_all_menu {
    right: 0;
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 480px) {
  header .header_menu .btn_all_menu {
    width: 50px;
    height: 50px;
  }
}
header .header_menu .btn_all_menu span {
  display: block;
  width: 32.5%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  header .header_menu .btn_all_menu span {
    width: 26%;
    height: 1px;
  }
}
header .header_menu .btn_all_menu:before {
  content: "";
  display: block;
  width: 32.5%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 10px));
          transform: translate(-50%, calc(-50% - 10px));
}
@media (max-width: 480px) {
  header .header_menu .btn_all_menu:before {
    width: 26%;
    height: 1px;
    -webkit-transform: translate(-50%, calc(-50% - 5px));
            transform: translate(-50%, calc(-50% - 5px));
  }
}
header .header_menu .btn_all_menu:after {
  content: "";
  display: block;
  width: 32.5%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 10px));
          transform: translate(-50%, calc(-50% + 10px));
}
@media (max-width: 480px) {
  header .header_menu .btn_all_menu:after {
    width: 26%;
    height: 1px;
    -webkit-transform: translate(-50%, calc(-50% + 5px));
            transform: translate(-50%, calc(-50% + 5px));
  }
}
header.on {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
header.on .header_menu .menu-a {
  color: #111;
}
header.on .header_menu .menu-a:hover {
  color: #157aca;
}
header.on .header_menu .btn_search {
  border-color: rgba(0, 0, 0, 0.2);
  color: #666;
}
header.on .header_menu .btn_search .icon_search:before {
  border-color: #666;
}
header.on .header_menu .btn_search .icon_search:after {
  background: #666;
}
header .all_overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
header .all_overlay.open {
  opacity: 1;
  visibility: visible;
}
header .all_close {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 5;
}
header .all_close span {
  display: block;
  position: absolute;
  width: 130%;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header .all_close span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 991px) {
  header .all_close {
    right: 15px;
    top: 15px;
    width: 11px;
    height: 11px;
  }
  header .all_close span {
    display: block;
    position: absolute;
    width: 130%;
    height: 1px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  header .all_close span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
}
header .all_menu {
  width: 58.744%;
  background: #157aca url(../img/all_bg.png) no-repeat right bottom/cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  header .all_menu {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-image: url(../img/mall_bg.png);
  }
}
header .all_menu .container_fix {
  padding-left: 80px;
}
@media (max-width: 991px) {
  header .all_menu .container_fix {
    padding-left: 15px;
  }
}
header .all_ul {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  header .all_ul {
    padding: 65px 30px 0 15px;
  }
}
header .all_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 0;
}
@media (max-width: 991px) {
  header .all_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header .all_li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
header .all_li:last-child {
  width: auto;
  width: 45.348%;
}
@media (max-width: 991px) {
  header .all_li:last-child {
    width: 100%;
  }
}
header .all_li:last-child .all_a {
  width: 41.63%;
}
@media (max-width: 991px) {
  header .all_li:last-child .all_a {
    width: 100%;
  }
}
header .all_li:last-child .all_sub_div {
  width: 58.369%;
}
@media (max-width: 991px) {
  header .all_li:last-child .all_sub_div {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header .all_li:last-child {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  header .all_li {
    padding: 20px 0 18px;
  }
}
@media (max-width: 991px) {
  header .all_li:hover .all_a:after {
    -webkit-transform: translateY(-75%) rotate(225deg);
            transform: translateY(-75%) rotate(225deg);
  }
  header .all_li:hover .all_sub_div {
    display: block;
  }
}
header .all_a {
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 24px;
  color: #fff;
  width: 18.963%;
  display: block;
}
@media (max-width: 991px) {
  header .all_a {
    width: 100%;
    position: relative;
    margin-bottom: 3px;
  }
  header .all_a:after {
    content: "";
    display: block;
    right: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-75%) rotate(45deg);
            transform: translateY(-75%) rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 480px) {
  header .all_a {
    font-size: 16px;
  }
}
header .all_sub_div {
  width: 81.037%;
}
@media (max-width: 991px) {
  header .all_sub_div {
    display: none;
  }
}
header .all_sub_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  header .all_sub_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
  }
}
header .all_sub_li {
  position: relative;
}
@media (max-width: 991px) {
  header .all_sub_li {
    padding-left: 7px;
  }
  header .all_sub_li:before {
    content: "·";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #cdd9e3;
  }
}
header .all_sub_li + li {
  margin-left: 20px;
  padding-left: 21px;
}
@media (max-width: 991px) {
  header .all_sub_li + li {
    padding-left: 7px;
    margin-left: 0;
  }
}
header .all_sub_li + li:before {
  content: "·";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #cdd9e3;
}
header .all_sub_a {
  color: #cdd9e3;
  font-size: 17px;
}
@media (max-width: 991px) {
  header .all_sub_a {
    line-height: 2;
  }
}
@media (max-width: 480px) {
  header .all_sub_a {
    font-size: 14px;
  }
}

.search_box {
  background: #fff url(../img/search_bg.png) no-repeat left bottom/cover;
  padding: 50px 0 60px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .search_box {
    top: 60px;
    background: #fff;
  }
}
@media (max-width: 480px) {
  .search_box {
    top: 50px;
    padding: 27px 0;
  }
}
.search_box_overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search_box_overlay.open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .search_box_overlay {
    background: none;
  }
}
.search_box .search_fix {
  width: 530px;
}
.search_box .header_search {
  width: 100%;
  border-bottom: 1px solid #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .search_box .header_search {
    background: #f6f6f6;
    border-radius: 18px;
    border: none;
  }
}
.search_box .header_search input {
  padding: 0 10px;
  height: 53px;
  line-height: 51px;
  width: calc(100% - 40px);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 22px;
  font-family: "Pretendard-Bold", sans-serif;
}
@media (max-width: 991px) {
  .search_box .header_search input {
    height: 35px;
    line-height: 33px;
    background: none;
    padding: 0 18px;
    width: calc(100% - 54px);
  }
}
@media (max-width: 480px) {
  .search_box .header_search input {
    font-size: 13px;
    font-family: "Pretendard-Regular", sans-serif;
    width: calc(100% - 51px);
  }
}
.search_box .header_search input::-webkit-input-placeholder {
  color: rgba(179, 179, 179, 0.6);
}
.search_box .header_search input::-moz-placeholder {
  color: rgba(179, 179, 179, 0.6);
}
.search_box .header_search input:-ms-input-placeholder {
  color: rgba(179, 179, 179, 0.6);
}
.search_box .header_search input::-ms-input-placeholder {
  color: rgba(179, 179, 179, 0.6);
}
.search_box .header_search input::placeholder {
  color: rgba(179, 179, 179, 0.6);
}
.search_box .header_search button {
  padding: 0 10px;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .search_box .header_search button {
    padding: 0 18px;
  }
}
.search_box .header_search button .icon_search {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}
@media (max-width: 480px) {
  .search_box .header_search button .icon_search {
    width: 15px;
    height: 15px;
  }
}
.search_box .header_search button .icon_search:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #111;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .search_box .header_search button .icon_search:before {
    width: 13px;
    height: 13px;
  }
}
.search_box .header_search button .icon_search:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #111;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width: 480px) {
  .search_box .header_search button .icon_search:after {
    width: 6px;
  }
}
.search_box .keyword {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .search_box .keyword {
    display: none;
  }
}
.search_box .keyword_tt {
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 16px;
  color: #111;
  line-height: 30px;
  width: 18%;
}
.search_box .keyword .miso-keyword {
  height: auto;
  width: 82%;
  text-align: left;
}
.search_box .keyword .miso-keyword a {
  border: 1px solid #ccc;
  line-height: 30px;
  border-radius: 16px;
  padding: 0 15px;
  text-align: center;
  margin: 0 5px 10px;
  color: #444;
  font-size: 16px;
  font-family: "Pretendard-Light", sans-serif;
}
.search_box .keyword .miso-keyword a:after {
  display: none;
}
.search_box .keyword .btn-wset {
  width: 100%;
}
.search_box_close {
  position: absolute;
  right: 80px;
  bottom: -40px;
  background: #157aca;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .search_box_close {
    width: 60px;
    height: 60px;
    bottom: 100%;
    right: 60px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-right: none;
  }
}
@media (max-width: 480px) {
  .search_box_close {
    width: 50px;
    height: 50px;
    right: 50px;
  }
}
.search_box_close .icon_close {
  width: 21px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search_box_close .icon_close span {
  display: block;
  position: absolute;
  width: 130%;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.search_box_close .icon_close span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 991px) {
  .search_box_close .icon_close span {
    background: #222;
    height: 1px;
  }
  .search_box_close .icon_close span:after {
    background: #222;
    height: 1px;
  }
}
@media (max-width: 480px) {
  .search_box_close .icon_close {
    width: 12px;
    height: 12px;
  }
}

.main_con {
  padding: 140px 0;
}
@media (max-width: 480px) {
  .main_con {
    padding: 70px 0;
  }
}
.main_con .container_fix {
  width: 1390px;
}
.main_con .sub_en_tt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.14em;
}
@media (max-width: 480px) {
  .main_con .sub_en_tt {
    font-size: 13px;
  }
}
.main_con .main_tt {
  font-family: "Pretendard-SemiBold", sans-serif;
  color: #111;
  font-size: 32px;
  line-height: 46px;
}
@media (max-width: 480px) {
  .main_con .main_tt {
    font-size: 20px;
    line-height: 26px;
  }
}
.main_con a.main_more {
  color: #666;
  font-size: 16px;
  font-family: "Pretendard-Light", sans-serif;
  display: block;
}
@media (max-width: 480px) {
  .main_con a.main_more {
    font-size: 13px;
  }
}
.main_con a.main_more span {
  display: inline-block;
  margin-left: 20px;
  width: 8px;
  height: 12px;
  position: relative;
  top: 2px;
}
@media (max-width: 480px) {
  .main_con a.main_more span {
    width: 5px;
    height: 6px;
    top: -2px;
    margin-left: 10px;
  }
}
.main_con a.main_more span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  border: 1px solid #222;
  border-width: 1px 1px 0 0;
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.mc01 {
  position: relative;
  padding: 0;
}
.mc01 .swiper-title-container {
  position: relative;
}
.mc01 .swiper_btn {
  position: absolute;
  bottom: 20%;
  z-index: 5;
  width: 100%;
}
@media (max-width: 991px) {
  .mc01 .swiper_btn {
    bottom: 23.047%;
  }
}
.mc01 .swiper_btn .swiper_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80.729%;
}
@media (max-width: 991px) {
  .mc01 .swiper_btn .swiper_fix {
    width: 100%;
  }
}
.mc01 .swiper_btn_icon {
  width: 6px;
  height: 11px;
  display: block;
  position: relative;
  margin: 0;
}
.mc01 .swiper_btn_icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -175%) rotate(-48.47deg);
          transform: translate(0%, -175%) rotate(-48.47deg);
}
.mc01 .swiper_btn_icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, 50%) rotate(48.47deg);
          transform: translate(0%, 50%) rotate(48.47deg);
}
.mc01 .swiper_btn_con {
  display: block;
  width: auto;
}
.mc01 .swiper_btn_next .swiper_btn_icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mc01 .swiper_count {
  color: #fff;
  font-size: 14px;
  margin: 0 18px;
}
@media (max-width: 480px) {
  .mc01 .swiper_count {
    margin: 0 10px;
    font-size: 12px;
  }
}
.mc01 .swiper_count span {
  display: inline-block;
}
.mc01 .swiper-pagination-progressbar {
  width: 207px;
  background: rgba(255, 255, 255, 0.4);
  height: 2px;
  position: relative;
}
@media (max-width: 480px) {
  .mc01 .swiper-pagination-progressbar {
    width: 80px;
  }
}
.mc01 .swiper-pagination-progressbar-fill {
  background: #fff !important;
  height: 100%;
}
.mc01 .swiper_autoplay {
  margin: 0 18px;
  width: 8px;
}
@media (max-width: 480px) {
  .mc01 .swiper_autoplay {
    margin: 0 10px;
  }
}
.mc01 .swiper_autoplay .swiper_pause_btn {
  display: block;
  width: 8px;
  height: 9px;
  border: 2px solid #fff;
  border-width: 0 2px;
}
@media (max-width: 480px) {
  .mc01 .swiper_autoplay .swiper_pause_btn {
    width: 7px;
    height: 8px;
  }
}
.mc01 .swiper_autoplay .swiper_play_btn {
  display: none;
  width: 8px;
  height: 9px;
  border-width: 5px 8px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
@media (max-width: 480px) {
  .mc01 .swiper_autoplay .swiper_play_btn {
    width: 7px;
    height: 8px;
  }
}
.mc01 .scroll_down {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 480px) {
  .mc01 .scroll_down {
    bottom: 15px;
    font-size: 13px;
  }
}
.mc01 .scroll_down .icon_arrow {
  display: block;
  width: 11px;
  height: 19px;
  position: relative;
  margin: 12px auto 0;
}
@media (max-width: 480px) {
  .mc01 .scroll_down .icon_arrow {
    width: 10px;
    height: 15px;
    margin-top: 7px;
  }
}
.mc01 .scroll_down .icon_arrow:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  bottom: 0;
}
.mc01 .scroll_down .icon_arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
          transform: translate(-50%, 0%) rotate(-45deg);
}
.mc02 {
  background: url(../img/mc02_bg.png) no-repeat center center/cover;
}
.mc02 .sub_en_tt {
  text-align: center;
}
.mc02 .main_tt {
  text-align: center;
  margin-top: 25px;
}
.mc02_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 51px;
}
@media (max-width: 991px) {
  .mc02_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .mc02_wrap {
    margin-top: 40px;
  }
}
.mc02_con {
  width: 22.794%;
  position: relative;
}
@media (max-width: 991px) {
  .mc02_con {
    width: 100%;
    margin-bottom: 10px;
  }
  .mc02_con:last-child {
    margin-bottom: 0;
  }
}
.mc02_con a {
  display: block;
  width: 100%;
  height: 100%;
}
.mc02_con_img img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .mc02_con_img img {
    width: 100%;
  }
}
.mc02_con_box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mc02_con_box .more {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  background: #157aca;
  height: 40px;
  line-height: 38px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mc02_con_box .more span {
  width: 9px;
  height: 9px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
}
.mc02_con_box .more span:before {
  content: "";
  display: block;
  position: absolute;
  width: 77.778%;
  height: 77.778%;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  right: 0;
  top: 0;
}
.mc02_con_box .more span:after {
  content: "";
  display: block;
  width: 122.222%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.mc02_con_txt {
  padding: 35px 31px 25px 22px;
  color: #fff;
}
@media (max-width: 991px) {
  .mc02_con_txt {
    padding: 20px;
  }
}
.mc02_con_txt_sub_tt {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 480px) {
  .mc02_con_txt_sub_tt {
    font-weight: 500;
  }
}
.mc02_con_txt_tt {
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 20px;
  margin-top: 13px;
}
@media (max-width: 480px) {
  .mc02_con_txt_tt {
    font-size: 16px;
    margin-top: 8px;
  }
}
.mc02_con_txt_list {
  margin-top: 18px;
  min-height: 81px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mc02_con_txt_list li {
  padding-left: 10px;
  position: relative;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 15px;
  line-height: 27px;
}
.mc02_con_txt_list li:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
@media (max-width: 991px) {
  .mc02_con_txt_list {
    display: none;
  }
}
.mc02_con:hover .mc02_con_box {
  background: rgba(0, 0, 0, 0.8);
}
.mc02_con:hover .mc02_con_box .more {
  opacity: 1;
  visibility: visible;
}
.mc02_con:hover .mc02_con_box .mc02_con_txt_list {
  min-height: 0;
}
.mc03 {
  background: url(../img/mc03_bg.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .mc03 {
    background-image: url(../img/mmc03_bg.png);
    padding-bottom: 193px;
    background-position-y: bottom;
  }
}
.mc03 .sub_en_tt {
  color: #fff;
}
.mc03 .main_tt {
  margin-top: 22px;
  color: #fff;
}
.mc03_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 51px;
}
@media (max-width: 991px) {
  .mc03_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mc03_con {
  width: 23.529%;
  margin-right: 2.941%;
  background: #fff;
  -webkit-box-shadow: 15px 15px 30px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 15px 30px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .mc03_con {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.mc03_con a {
  padding: 66px 0 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .mc03_con a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 30px 27px 40px;
  }
}
.mc03_con:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .mc03_con:last-child {
    margin-bottom: 0;
  }
}
.mc03_con_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background: no-repeat center center/cover;
}
@media (max-width: 991px) {
  .mc03_con_img {
    width: 60px;
    height: 60px;
    margin-right: 40px;
  }
}
.mc03_con:nth-child(1) .mc03_con_img {
  background-image: url(../img/mc03_01.png);
}
@media (max-width: 991px) {
  .mc03_con:nth-child(1) .mc03_con_img {
    background-image: url(../img/mmc03_01.png);
  }
}
.mc03_con:nth-child(1):hover .mc03_con_img {
  background-image: url(../img/mc03_01_on.png);
}
.mc03_con:nth-child(2) .mc03_con_img {
  background-image: url(../img/mc03_02.png);
}
@media (max-width: 991px) {
  .mc03_con:nth-child(2) .mc03_con_img {
    background-image: url(../img/mmc03_02.png);
  }
}
.mc03_con:nth-child(2):hover .mc03_con_img {
  background-image: url(../img/mc03_02_on.png);
}
.mc03_con:nth-child(3) .mc03_con_img {
  background-image: url(../img/mc03_03.png);
}
@media (max-width: 991px) {
  .mc03_con:nth-child(3) .mc03_con_img {
    background-image: url(../img/mmc03_03.png);
  }
}
.mc03_con:nth-child(3):hover .mc03_con_img {
  background-image: url(../img/mc03_03_on.png);
}
.mc03_con_txt {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mc03_con_txt {
    margin-top: 0;
  }
}
.mc03_con_txt_tt {
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 20px;
  color: #111;
  text-align: center;
}
@media (max-width: 991px) {
  .mc03_con_txt_tt {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .mc03_con_txt_tt {
    font-size: 16px;
  }
}
.mc03_con_txt_desc {
  margin-top: 15px;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 25px;
  text-align: center;
}
@media (max-width: 991px) {
  .mc03_con_txt_desc {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .mc03_con_txt_desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 19px;
  }
}
.mc04 {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .mc04 {
    padding-bottom: 65px;
  }
}
.mc04 .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
}
@media (max-width: 991px) {
  .mc04 .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mc04 .container_fix:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #157aca;
  left: -65px;
  bottom: -70px;
  height: calc(50% + 100px);
  right: -100vw;
  min-width: 100%;
}
@media (max-width: 480px) {
  .mc04 .container_fix:after {
    bottom: -65px;
    height: calc(54.639% + 65px);
  }
}
.mc04_tt {
  width: 25%;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .mc04_tt {
    width: 100%;
  }
}
.mc04_tt:after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(180deg, #fff calc(50% - 30px), #157aca calc(50% - 30px));
  right: 0;
  left: -80px;
  z-index: -1;
  bottom: 0;
  top: 0;
}
@media (max-width: 991px) {
  .mc04_tt:after {
    display: none;
  }
}
.mc04_tt .main_tt {
  margin-top: 16px;
}
@media (max-width: 480px) {
  .mc04_tt .main_tt {
    margin-top: 20px;
  }
}
.mc04_tt .main_more {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .mc04_tt .main_more {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}
.mc04_con {
  width: 75%;
}
@media (max-width: 991px) {
  .mc04_con {
    width: 100%;
    margin-top: 50px;
  }
}
.mc04_con:before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
}
.mc04_con .owl-show, .mc04_con .basic-post-slider {
  position: static;
  overflow: visible;
}
.mc04_con .owl-container {
  position: static;
  overflow: visible;
}
.mc04_con .owl-container .owl-carousel {
  position: static;
  overflow: visible;
}
.mc04_con .owl-container .owl-carousel .owl-wrapper-outer {
  background: none;
  overflow: visible;
  padding: 0;
}
.mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap {
  height: auto;
  padding-bottom: 0;
}
.mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap .img-item {
  position: static;
}
.mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap .img-item .hover_post {
  margin-top: 35px;
}
@media (max-width: 480px) {
  .mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap .img-item .hover_post {
    margin-top: 20px;
  }
}
.mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap .img-item .hover_post h5 {
  color: #fff;
  font-size: 20px;
  font-family: "Pretendard-SemiBold", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap .img-item .hover_post h5 {
    font-size: 16px;
  }
}
.mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap .img-item .hover_post .mc04_li {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap .img-item .hover_post .mc04_li {
    margin-top: 14px;
  }
}
.mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap .img-item .hover_post .mc04_li li {
  font-size: 18px;
  font-family: "Pretendard-Light", sans-serif;
  line-height: 34px;
  color: #fff;
}
@media (max-width: 480px) {
  .mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap .img-item .hover_post .mc04_li li {
    font-size: 13px;
    line-height: 23px;
  }
}
.mc04_con .owl-container .owl-carousel .owl-wrapper-outer .img-wrap .img-item .hover_post .mc04_li_tt {
  width: 115px;
  display: inline-block;
}
.mc04_con .owl-container .owl-carousel .owl-controls {
  position: absolute;
  left: 15px;
  width: 130px;
  height: 63px;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .mc04_con .owl-container .owl-carousel .owl-controls {
    position: static;
    margin-top: 34px;
  }
}
@media (max-width: 480px) {
  .mc04_con .owl-container .owl-carousel .owl-controls {
    width: 74px;
    height: 35px;
  }
}
.mc04_con .owl-container .owl-carousel .owl-controls .owl-buttons {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mc04_con .owl-container .owl-carousel .owl-controls .owl-buttons div {
  display: inline-block;
  text-indent: -999em;
  border: 1px solid #fff;
  background: none;
  position: relative;
  width: 63px;
  height: 100%;
  top: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .mc04_con .owl-container .owl-carousel .owl-controls .owl-buttons div {
    width: 35px;
    height: 35px;
  }
}
.mc04_con .owl-container .owl-carousel .owl-controls .owl-buttons div:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-width: 2px 2px 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
          transform: translate(-25%, -50%) rotate(-135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .mc04_con .owl-container .owl-carousel .owl-controls .owl-buttons div:after {
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
  }
}
.mc04_con .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: initial !important;
}
.mc04_con .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next:after {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.mc04_con .owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
  background: #fff;
}
.mc04_con .owl-container .owl-carousel .owl-controls .owl-buttons div:hover:after {
  border-color: #666666;
}
.mc05 {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .mc05 {
    padding-top: 33px;
  }
}
@media (max-width: 480px) {
  .mc05 {
    padding-bottom: 64px;
  }
}
.mc05 .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .mc05 .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mc05_tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mc05_tt .main_tt {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .mc05_tt .main_tt {
    margin-top: 10px;
  }
}
.mc05_bg {
  position: absolute;
  left: -80px;
  top: -50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 70px;
  color: #f6f6f6;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 991px) {
  .mc05_bg {
    position: static;
    width: 100%;
    font-weight: 700;
    -webkit-transform: translate(0);
            transform: translate(0);
    text-align: center;
    font-size: 60px;
    margin-bottom: 38px;
  }
}
@media (max-width: 480px) {
  .mc05_bg {
    font-size: 37px;
  }
}
.mc05_news {
  width: 47.058%;
}
@media (max-width: 991px) {
  .mc05_news {
    width: 100%;
  }
}
.mc05_news_con {
  margin-top: 35px;
}
@media (max-width: 480px) {
  .mc05_news_con {
    margin-top: 14px;
  }
}
.mc05_news .post-wrap {
  border-top: 2px solid #666;
}
.mc05_news .post-row {
  padding: 30px 20px;
  border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 480px) {
  .mc05_news .post-row {
    padding: 20px 15px;
  }
}
.mc05_news .post-row:nth-child(1) .post-content {
  width: 53.226%;
  display: block;
}
@media (max-width: 991px) {
  .mc05_news .post-row:nth-child(1) .post-content {
    width: 100%;
    margin-top: 16px;
  }
}
.mc05_news .post-row:nth-child(1) .post-content .post-subject {
  width: 100%;
}
.mc05_news .post-row:nth-child(1) .post-content .post-subject .subject {
  -webkit-line-clamp: 2;
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 480px) {
  .mc05_news .post-row:nth-child(1) .post-content .post-subject .subject {
    font-size: 18px;
    line-height: 23px;
  }
}
.mc05_news .post-row:nth-child(1) .post-content .post-subject .content {
  margin-top: 8px;
}
.mc05_news .post-row:nth-child(1) .post-content .post-subject .content p {
  -webkit-line-clamp: 2;
  line-height: 28px;
}
@media (max-width: 480px) {
  .mc05_news .post-row:nth-child(1) .post-content .post-subject .content p {
    line-height: 20px;
  }
}
.mc05_news .post-row:nth-child(1) .post-content .date {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .mc05_news .post-row:nth-child(1) .post-content .date {
    margin-top: 16px;
  }
}
.mc05_news .post-row:nth-child(n+2) .post-image {
  display: none;
}
.mc05_news .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .mc05_news .post-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mc05_news .post-list .post-image {
  width: 41.935%;
  margin-right: 4.839%;
}
@media (max-width: 991px) {
  .mc05_news .post-list .post-image {
    width: 100%;
    margin-right: 0;
  }
}
.mc05_news .post-list .post-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}
@media (max-width: 991px) {
  .mc05_news .post-list .post-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mc05_news .post-list .post-content .post-subject {
  width: 80.645%;
}
@media (max-width: 991px) {
  .mc05_news .post-list .post-content .post-subject {
    width: 100%;
  }
}
.mc05_news .post-list .post-content .post-subject a {
  display: block;
  width: 100%;
  height: 100%;
}
.mc05_news .post-list .post-content .post-subject a:hover .subject {
  color: #157aca;
}
.mc05_news .post-list .post-content .post-subject a:hover .content p {
  color: #157aca;
}
.mc05_news .post-list .post-content .subject {
  color: #111;
  font-size: 18px;
  font-family: "Pretendard-Regular", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .mc05_news .post-list .post-content .subject {
    font-size: 14px;
  }
}
.mc05_news .post-list .post-content .content {
  margin-top: 12px;
}
@media (max-width: 480px) {
  .mc05_news .post-list .post-content .content {
    margin-top: 10px;
  }
}
.mc05_news .post-list .post-content .content p {
  color: #666;
  font-size: 16px;
  font-family: "Pretendard-Regular", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .mc05_news .post-list .post-content .content p {
    font-size: 14px;
  }
}
.mc05_news .post-list .post-content .date {
  color: #999;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 480px) {
  .mc05_news .post-list .post-content .date {
    font-size: 12px;
    margin-top: 20px;
  }
}
.mc05_banner {
  width: 46.324%;
}
@media (max-width: 991px) {
  .mc05_banner {
    width: 100%;
    margin-top: 40px;
  }
}
.mc05_banner_con {
  width: 100%;
  background: no-repeat center center/auto 100%;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mc05_banner_con:hover {
  background-size: auto 115%;
}
.mc05_banner_con:last-child {
  margin-bottom: 0;
}
.mc05_banner_con:nth-child(1) {
  background-image: url(../img/mc05_01.png);
}
.mc05_banner_con:nth-child(2) {
  background-image: url(../img/mc05_02.png);
}
.mc05_banner_con a {
  min-height: 276px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 50px 40px;
}
@media (max-width: 480px) {
  .mc05_banner_con a {
    padding: 30px 25px 27px;
    min-height: 200px;
  }
}
.mc05_banner_con .sub_en_tt {
  color: #fff;
}
@media (max-width: 480px) {
  .mc05_banner_con .sub_en_tt {
    font-size: 12px;
  }
}
.mc05_banner_con .mc05_desc {
  color: #fff;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 480px) {
  .mc05_banner_con .mc05_desc {
    font-size: 16px;
    line-height: 21px;
  }
}
.mc05_banner_con .mc05_list li {
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 16px;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 28px;
}
.mc05_banner_con .mc05_list li:last-child {
  display: block;
}
@media (max-width: 991px) {
  .mc05_banner_con .mc05_list li {
    display: block;
  }
}
@media (max-width: 480px) {
  .mc05_banner_con .mc05_list li {
    font-size: 16px;
    line-height: 20px;
  }
}
.mc05_banner_con .mc05_list li:nth-child(2n) {
  padding-left: 12px;
  margin-left: 11px;
}
@media (max-width: 991px) {
  .mc05_banner_con .mc05_list li:nth-child(2n) {
    margin-left: 0;
    padding-left: 0;
  }
}
.mc05_banner_con .mc05_list li:nth-child(2n):after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .mc05_banner_con .mc05_list li:nth-child(2n):after {
    display: none;
  }
}

.ft_cooper {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
  margin-top: 140px;
}
@media (max-width: 480px) {
  .ft_cooper {
    padding: 13px 0;
    margin-top: 70px;
  }
}
.ft_cooper .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ft_cooper_tt {
  width: 13.971%;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 24px;
  color: #111;
}
@media (max-width: 991px) {
  .ft_cooper_tt {
    display: none;
  }
}
.ft_cooper_con {
  width: 86.029%;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .ft_cooper_con {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .ft_cooper_con .slick-list {
    margin: 0 -9px;
    overflow: visible;
  }
}
.ft_cooper_con .slick-slide {
  margin: 0 18px;
}
@media (max-width: 991px) {
  .ft_cooper_con .slick-slide {
    margin: 0 9px;
  }
  .ft_cooper_con .slick-slide a {
    padding: 0 !important;
  }
}
.ft_cooper_con .slick-slide img {
  width: 100%;
}
.ft_cooper_con .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 25px;
}
.ft_cooper_con .slick-arrow:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(49, 49, 49, 0.3);
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ft_cooper_con .slick-arrow.slick-next:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.ft_cooper_con .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.footer {
  background: #1f1f1f;
}
.footer .ft_link {
  border-bottom: 1px solid rgba(229, 229, 229, 0.1);
}
@media (max-width: 991px) {
  .footer .ft_link {
    border-bottom: none;
  }
}
.footer .ft_link .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .ft_link .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .footer .ft_link_ul {
    border-bottom: 1px solid rgba(229, 229, 229, 0.1);
    padding: 19px 0;
  }
}
@media (max-width: 480px) {
  .footer .ft_link_ul {
    padding-right: 30%;
  }
}
.footer .ft_link_ul li {
  display: inline-block;
}
.footer .ft_link_ul li + li {
  margin-left: 38px;
}
@media (max-width: 480px) {
  .footer .ft_link_ul li:nth-child(3) {
    margin-left: 0;
  }
}
.footer .ft_link_ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-family: "Pretendard-Regular", sans-serif;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .footer .ft_link_ul li a {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .footer .ft_link_ul li a {
    font-size: 14px;
    line-height: 25px;
  }
}
.footer .ft_oth_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22.726%;
  border-right: 1px solid #333;
}
@media (max-width: 991px) {
  .footer .ft_oth_link {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.1);
  }
}
.footer .ft_oth_link_tab {
  width: 50%;
  border-left: 1px solid #333;
  position: relative;
}
.footer .ft_oth_link_tab p {
  color: #fff;
  font-size: 15px;
  font-family: "Pretendard-Regular", sans-serif;
  padding: 30px 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 480px) {
  .footer .ft_oth_link_tab p {
    padding: 15px;
    font-size: 14px;
  }
}
.footer .ft_oth_link_tab p:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
  -webkit-transform: translate(-25%, -25%) rotate(45deg);
          transform: translate(-25%, -25%) rotate(45deg);
}
.footer .ft_oth_link_list {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .ft_oth_link_list.open {
  opacity: 1;
  visibility: visible;
}
.footer .ft_oth_link_list li {
  display: block;
}
.footer .ft_oth_link_list li a {
  line-height: 2.6;
  padding: 0 20px;
  color: #111;
  display: block;
  font-size: 13px;
}
@media (max-width: 480px) {
  .footer .ft_oth_link_list li a {
    font-size: 12px;
    padding: 0 15px;
  }
}
.footer .ft_oth_link_list li a:hover {
  background: #efefef;
}
.footer .ft_addr {
  padding: 25px 0;
}
@media (max-width: 480px) {
  .footer .ft_addr {
    padding: 28px 0 18px;
  }
}
.footer .ft_addr .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .footer .ft_addr .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .ft_addr .f_logo {
  margin-right: 3.409%;
}
@media (max-width: 991px) {
  .footer .ft_addr .f_logo {
    margin-right: 0;
  }
  .footer .ft_addr .f_logo img {
    height: 55px;
  }
}
@media (max-width: 480px) {
  .footer .ft_addr .f_logo img {
    height: 33px;
  }
}
.footer .ft_addr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .footer .ft_addr_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 21px;
  }
}
.footer .ft_addr_ul {
  max-width: 65%;
}
@media (max-width: 991px) {
  .footer .ft_addr_ul {
    max-width: 100%;
  }
}
.footer .ft_addr_ul li {
  color: rgba(170, 170, 170, 0.6);
  font-size: 14px;
  line-height: 24px;
  font-family: "Pretendard-Regular", sans-serif;
  display: inline-block;
  margin-right: 23px;
}
@media (max-width: 991px) {
  .footer .ft_addr_ul li {
    margin-right: 0;
    display: block;
  }
}
@media (max-width: 480px) {
  .footer .ft_addr_ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer .ft_addr_ul li a {
  color: inherit;
  font: inherit;
}
.footer .ft_addr .copy {
  color: rgba(170, 170, 170, 0.6);
  font-size: 14px;
  font-family: "Pretendard-Regular", sans-serif;
  text-align: right;
  line-height: 24px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .footer .ft_addr .copy {
    margin-top: 33px;
    white-space: pre-wrap;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .footer .ft_addr .copy {
    font-size: 14px;
    line-height: 20px;
  }
}

.go_btn {
  position: fixed;
  right: 60px;
  bottom: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .go_btn {
    right: 15px;
  }
}
.go_btn.active {
  bottom: 195px;
}
@media (max-width: 991px) {
  .go_btn.active {
    bottom: 510px;
  }
}
@media (max-width: 480px) {
  .go_btn.active {
    bottom: 498px;
  }
}
.go_btn .go-top {
  background: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 13px;
  font-family: "Pretendard-Medium", sans-serif;
}
@media (max-width: 480px) {
  .go_btn .go-top {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}

/****************************서브페이지*********************************/
.tbanner {
  position: relative;
}
.tbanner_txt {
  position: absolute;
  width: 100%;
  bottom: 31.494%;
}
@media (max-width: 480px) {
  .tbanner_txt {
    bottom: 27.2093%;
  }
}
.tbanner_sub_tt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .tbanner_sub_tt {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.tbanner_tt {
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 46px;
  color: #fff;
}
@media (max-width: 480px) {
  .tbanner_tt {
    font-size: 24px;
  }
}

.sub_menu {
  margin-bottom: 140px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 480px) {
  .sub_menu {
    margin-bottom: 60px;
  }
}
.sub_menu .cate_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub_menu .cate_li {
  width: 25%;
}
.sub_menu .cate_li a {
  text-align: center;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 16px;
  color: #999;
  padding: 26px 0;
  overflow: visible;
}
.sub_menu .cate_li.on a {
  color: #157aca;
  position: relative;
}
.sub_menu .cate_li.on a:after {
  content: "";
  display: block;
  width: 100%;
  bottom: -1px;
  position: absolute;
  left: 0;
  right: 0px;
  height: 2px;
  background: #157aca;
}
.sub_menu .dropdown > a {
  padding: 15px 0;
  color: #157aca;
  font-size: 14px;
  font-family: "Pretendard-Medium", sans-serif;
}
.sub_menu .dropdown > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #666;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-25%, -75%) rotate(45deg);
          transform: translate(-25%, -75%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sub_menu .dropdown.open > a:after {
  -webkit-transform: translate(-25%, -25%) rotate(225deg);
          transform: translate(-25%, -25%) rotate(225deg);
}
.sub_menu .dropdown .dropdown-menu {
  width: calc(100% + 30px);
  margin: 0;
  left: -15px;
  padding: 15px 0;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sub_menu .dropdown .dropdown-menu a {
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  color: #999;
  padding: 0;
}

.sub_title {
  margin: 0px 0 80px;
}
@media (max-width: 480px) {
  .sub_title {
    margin-bottom: 50px;
  }
}
.sub_title.m04 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sub_title.m04 {
    margin-bottom: 50px;
  }
}
.sub_title.m05 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sub_title.m05 {
    margin-bottom: 50px;
  }
}
.sub_title_sub_tt {
  text-align: center;
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.14em;
}
@media (max-width: 480px) {
  .sub_title_sub_tt {
    font-size: 13px;
    line-height: 18px;
  }
}
.sub_title_tt {
  text-align: center;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 32px;
  color: #111;
  margin-top: 32px;
}
@media (max-width: 480px) {
  .sub_title_tt {
    margin-top: 12px;
    font-size: 25px;
  }
}
.sub_title_desc {
  text-align: center;
  font-size: 18px;
  color: #666;
  font-family: "Pretendard-Light", sans-serif;
  line-height: 30px;
  margin-top: 32px;
}
@media (max-width: 480px) {
  .sub_title_desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
}

.sub_page.m01_01 img {
  margin-top: -10px;
}
@media (max-width: 991px) {
  .sub_page.m01_01 img {
    margin: 0;
  }
}
.sub_page.m01_04 .map_api {
  height: 39.474vw;
}
@media (max-width: 991px) {
  .sub_page.m01_04 .map_api {
    height: 78.788vw;
  }
}
.sub_page.m01_04 .map_api iframe {
  width: 100%;
  height: 100%;
}
.sub_page .m02_03_wrap {
  margin-bottom: 70px;
}
.sub_page .m02_03_wrap:last-child {
  margin-bottom: 0;
}
.sub_page .m02_03_tt {
  padding-left: 16px;
  position: relative;
  color: #222;
  font-size: 22px;
  font-family: "Pretendard-SemiBold", sans-serif;
}
@media (max-width: 480px) {
  .sub_page .m02_03_tt {
    font-size: 20px;
    padding-left: 15px;
  }
}
.sub_page .m02_03_tt:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #157aca;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub_page .m02_03_con {
  margin-top: 30px;
  padding: 20px 30px;
  font-size: 16px;
  font-family: "Pretendard-Light", sans-serif;
  color: #666;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  height: 210px;
  overflow-y: scroll;
}
@media (max-width: 480px) {
  .sub_page .m02_03_con {
    margin-top: 27px;
    padding: 15px;
    font-size: 13px;
    line-height: 20px;
    height: 220px;
  }
}
.sub_page .m02_03_con_tt {
  color: #222;
  font-family: "Pretendard-Medium", sans-serif;
}
@media (max-width: 991px) {
  .sub_page.m03_04 {
    margin-bottom: 70px;
  }
}
.sub_page .m_drag_con {
  width: 100%;
  overflow-x: scroll;
}
.sub_page .m_drag_con img {
  width: 778px;
}

/* 게시판 목록 */
.board_style {
  margin-bottom: 0;
}
.board_style .custom_search {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .board_style .custom_search {
    margin-bottom: 15px;
    width: 100%;
  }
}
.board_style .custom_search .form-group {
  margin-bottom: 0;
}
.board_style .custom_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
}
@media (max-width: 991px) {
  .board_style .custom_search form {
    width: 100%;
  }
}
.board_style .custom_search input, .board_style .custom_search select {
  padding: 0 15px;
  height: 100%;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 16px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 480px) {
  .board_style .custom_search input, .board_style .custom_search select {
    font-size: 12px;
  }
}
.board_style .custom_search input, .board_style .custom_search select, .board_style .custom_search button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.board_style .custom_search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 307px;
}
.board_style .custom_search_select {
  width: 125px;
  position: relative;
  height: 46px;
  line-height: 44px;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .board_style .custom_search_select {
    width: 28.788%;
    margin-right: 2.272%;
  }
}
@media (max-width: 480px) {
  .board_style .custom_search_select {
    height: 38px;
    line-height: 36px;
  }
}
.board_style .custom_search_select:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
}
.board_style .custom_search_select select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #999;
}
.board_style .custom_search_input {
  width: calc(100% - 46px);
}
@media (max-width: 991px) {
  .board_style .custom_search_input {
    width: calc(100% - 43px);
  }
}
@media (max-width: 480px) {
  .board_style .custom_search_input {
    width: calc(100% - 38px);
  }
}
.board_style .custom_search_btn {
  width: 46px;
}
@media (max-width: 480px) {
  .board_style .custom_search_btn {
    width: 38px;
  }
}
@media (max-width: 991px) {
  .board_style .custom_search_wrap {
    width: 68.787%;
  }
}
.board_style .custom_search_wrap input {
  height: 100%;
}
.board_style .custom_search_wrap button {
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.board_style .custom_search_wrap button .icon_search {
  width: 21px;
  height: 20px;
  display: block;
  position: relative;
}
@media (max-width: 480px) {
  .board_style .custom_search_wrap button .icon_search {
    width: 19px;
    height: 18px;
  }
}
.board_style .custom_search_wrap button .icon_search:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .board_style .custom_search_wrap button .icon_search:before {
    width: 15px;
    height: 15px;
  }
}
.board_style .custom_search_wrap button .icon_search:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 2px;
  background: #fff;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-10%) rotate(44deg);
          transform: translateX(-10%) rotate(44deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width: 480px) {
  .board_style .custom_search_wrap button .icon_search:after {
    width: 8px;
  }
}
.board_style .category_modify {
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .board_style .category_modify {
    margin-bottom: 70px;
  }
}
.board_style .category_modify .category_modify_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.board_style .category_modify .category_modify_ul li {
  width: 16.71%;
  margin-right: -1px;
}
.board_style .category_modify .category_modify_ul li a {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  border: 1px solid #e1e1e1;
  color: #999;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 16px;
}
.board_style .category_modify .category_modify_ul li a:after {
  display: none;
}
.board_style .category_modify .category_modify_ul li:last-child {
  margin-right: 0;
}
.board_style .category_modify .category_modify_ul li:last-child a {
  margin-left: 0;
}
.board_style .category_modify .category_modify_ul li.active {
  position: relative;
  z-index: 1;
}
.board_style .category_modify .category_modify_ul li.active a {
  background: #157aca;
  color: #fff;
  font-family: "Pretendard-Medium", sans-serif;
  border-color: #157aca;
}
.board_style .category_modify .dropdown > a {
  padding: 17px 0;
  font-size: 14px;
  font-family: "Pretendard-Medium", sans-serif;
  line-height: 1;
}
.board_style .category_modify .dropdown > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(-25%, -75%) rotate(45deg);
          transform: translate(-25%, -75%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.board_style .category_modify .dropdown.open > a:after {
  -webkit-transform: translate(-25%, -25%) rotate(225deg);
          transform: translate(-25%, -25%) rotate(225deg);
}
.board_style .category_modify .dropdown .dropdown-menu {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.board_style .category_modify .dropdown .dropdown-menu a {
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  color: #999;
  padding: 0;
}
.board_style .list-board .div-head {
  padding: 23px 0;
  background: none;
  border-top: 2px solid #666;
}
@media (max-width: 480px) {
  .board_style .list-board .div-head {
    padding: 9px 0;
  }
}
.board_style .list-board .div-head span {
  color: #222;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 480px) {
  .board_style .list-board .div-head span {
    font-size: 14px;
  }
}
.board_style .list-board .list-body li div {
  font-family: "Pretendard-Light", sans-serif;
  font-size: 16px;
  color: #222;
  padding: 28px 0;
}
@media (max-width: 480px) {
  .board_style .list-board .list-body li div {
    padding: 9px 0;
    font-size: 13px;
  }
}
.board_style .list-board .list-body li div.wr-subject {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .board_style .list-board .list-body li div.wr-subject {
    padding-left: 0;
  }
}
.board_style .list-board .wr-num {
  width: 8.552%;
}
.board_style .list-board .wr-name {
  width: 11.184%;
}
.board_style .list-board .wr-date {
  width: 7.565%;
}
.board_style .list-board .wr-hit {
  width: 9.868%;
}
.board_style .list-container.gallery_container {
  margin-bottom: 0;
}
.board_style .list-page {
  margin: 80px 0 0 !important;
}
@media (max-width: 480px) {
  .board_style .list-page {
    margin-top: 43px !important;
  }
}
.board_style .list-page .pagination li {
  display: inline-block;
}
.board_style .list-page .pagination li span, .board_style .list-page .pagination li a {
  padding: 0 15px;
  line-height: 1;
  color: #999 !important;
  font-size: 16px;
  font-family: "Pretendard-16px", sans-serif;
  border: none;
  background: none;
}
@media (max-width: 480px) {
  .board_style .list-page .pagination li span, .board_style .list-page .pagination li a {
    font-size: 14px;
    padding: 0 12px;
  }
}
.board_style .list-page .pagination li.active span, .board_style .list-page .pagination li.active a {
  color: #157aca !important;
  background: none !important;
  font-family: "Pretendard-SemiBold", sans-serif;
}
.board_style .list-page .pagination li:nth-child(-n+2) span, .board_style .list-page .pagination li:nth-child(-n+2) a, .board_style .list-page .pagination li:nth-last-child(-n+2) span, .board_style .list-page .pagination li:nth-last-child(-n+2) a {
  padding: 0 10px;
}
@media (max-width: 480px) {
  .board_style .list-page .pagination li:nth-child(-n+2) span, .board_style .list-page .pagination li:nth-child(-n+2) a, .board_style .list-page .pagination li:nth-last-child(-n+2) span, .board_style .list-page .pagination li:nth-last-child(-n+2) a {
    padding: 0 8px;
  }
}
.board_style .list-page .pagination li:nth-child(2) {
  margin-right: 5px;
}
.board_style .list-page .pagination li:nth-last-child(2) {
  margin-left: 5px;
}
.board_style .list-btn .form-group {
  margin-bottom: 0;
}
.board_style .list-btn .btn {
  padding: 11px 22px;
  line-height: 1;
  font-size: 14px;
  color: #222;
  font-family: "Pretendard-SemiBold", sans-serif;
  position: relative;
}
@media (max-width: 480px) {
  .board_style .list-btn .btn {
    padding: 9px 18px;
    font-size: 13px;
  }
}
.board_style .list-btn .btn_write {
  background: #157aca;
  color: #fff;
  font-family: "Pretendard-Medium", sans-serif;
  padding: 9px 27px;
}
@media (max-width: 480px) {
  .board_style .list-btn .btn_write {
    padding: 9px 25px;
  }
}
@media (max-width: 991px) {
  .board_style.m04_01 .list-container.gallery_container .list-row {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .board_style.m04_01 .list-container.gallery_container .list-row .list-item {
    margin-bottom: 51px;
  }
}
.board_style.m04_01 .list-container.gallery_container .record_title {
  margin: 40px 0 21px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-family: "Pretendard-SemiBold", sans-serif;
}
@media (max-width: 480px) {
  .board_style.m04_01 .list-container.gallery_container .record_title {
    margin: 30px 0 11px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}
.board_style.m04_01 .list-container.gallery_container .record_info_wrap li {
  color: #666;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 480px) {
  .board_style.m04_01 .list-container.gallery_container .record_info_wrap li {
    font-size: 14px;
    line-height: 30px;
  }
}
.board_style.m04_01 .list-container.gallery_container .record_info_wrap li span {
  display: inline-block;
  color: #222;
  font-family: "Pretendard-Regular", sans-serif;
  white-space: pre;
  margin-right: 35px;
}
.board_style.m04_01 .list-page {
  margin: -11px 0 0 !important;
}
@media (max-width: 480px) {
  .board_style.m04_01 .list-page {
    margin: -17px 0;
  }
}
.board_style.m05_01 .gallery_container.list-container {
  border-top: 2px solid #666;
  margin-bottom: 0;
  margin-right: 0;
}
.board_style.m05_01 .gallery_container.list-container .list-row {
  padding: 35px 0;
  border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 991px) {
  .board_style.m05_01 .gallery_container.list-container .list-row {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .board_style.m05_01 .gallery_container.list-container .list-row {
    padding: 30px 0 0px;
  }
}
@media (max-width: 991px) {
  .board_style.m05_01 .gallery_container.list-container .list-row .list-item {
    margin-right: 0;
  }
}
.board_style.m05_01 .gallery_container.list-container .list-row .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .board_style.m05_01 .gallery_container.list-container .list-row .list-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.board_style.m05_01 .gallery_container.list-container .list-row .list-item a:hover .gallery_title {
  color: #157aca;
}
.board_style.m05_01 .gallery_container.list-container .list-row .list-item .imgframe {
  width: 310px;
}
@media (max-width: 991px) {
  .board_style.m05_01 .gallery_container.list-container .list-row .list-item .imgframe {
    width: 100%;
  }
}
.board_style.m05_01 .gallery_container.list-container .list-row .list-item .fix_gallery_content {
  width: calc(100% - 310px);
  padding: 25px 60px 0;
  margin: 0;
}
@media (max-width: 991px) {
  .board_style.m05_01 .gallery_container.list-container .list-row .list-item .fix_gallery_content {
    width: 100%;
    padding: 15px 0 0px;
  }
}
.board_style.m05_01 .gallery_container.list-container .list-row .list-item .fix_gallery_content .gallery_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
  font-size: 22px;
  font-family: "Pretendard-Medium", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .board_style.m05_01 .gallery_container.list-container .list-row .list-item .fix_gallery_content .gallery_title {
    -webkit-line-clamp: 2;
    line-height: 1.56;
  }
}
@media (max-width: 480px) {
  .board_style.m05_01 .gallery_container.list-container .list-row .list-item .fix_gallery_content .gallery_title {
    font-size: 16px;
  }
}
.board_style.m05_01 .gallery_container.list-container .list-row .list-item .fix_gallery_content .gallery_p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: #666;
  font-size: 16px;
  font-family: "Pretendard-Light", sans-serif;
  line-height: 28px;
  overflow: hidden;
  margin-top: 24px;
}
@media (max-width: 480px) {
  .board_style.m05_01 .gallery_container.list-container .list-row .list-item .fix_gallery_content .gallery_p {
    margin-top: 15px;
    font-size: 13px;
    -webkit-line-clamp: 1;
    line-height: 1;
  }
}
.board_style.m05_01 .gallery_container.list-container .list-row .list-item .fix_gallery_content .gallery_p.gallery_date {
  margin-top: 45px;
  font-size: 17px;
  color: #999;
}
@media (max-width: 480px) {
  .board_style.m05_01 .gallery_container.list-container .list-row .list-item .fix_gallery_content .gallery_p.gallery_date {
    margin-top: 30px;
    font-size: 13px;
  }
}
.board_style.m05_01 .list-page {
  margin: 80px 0 0 !important;
}
@media (max-width: 480px) {
  .board_style.m05_01 .list-page {
    margin-top: 43px !important;
  }
}

/* 게시판 상세페이지 */
.password_confirm {
  margin-top: 30px;
}

.view_style {
  padding: 110px 0 0;
}
@media (max-width: 480px) {
  .view_style {
    padding-top: 60px;
  }
}
.view_style.m04_01 .view-padding {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .view_style.m04_01 .view-padding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.view_style.m04_01 .view-padding .view-img {
  width: 41.184%;
}
@media (max-width: 991px) {
  .view_style.m04_01 .view-padding .view-img {
    width: 100%;
  }
}
.view_style.m04_01 .view-padding .view-img img {
  width: 100%;
  margin-bottom: 0;
}
.view_style.m04_01 .view-padding .view-content {
  width: 58.816%;
  padding-left: 8.816%;
  padding-bottom: 0;
  min-height: auto;
}
@media (max-width: 991px) {
  .view_style.m04_01 .view-padding .view-content {
    width: 100%;
    padding: 40px 0 0;
  }
}
.view_style.m04_01 .view-padding .view-content .record_date {
  color: #157aca;
  font-size: 16px;
  font-family: "Pretendard-Regular", sans-serif;
}
@media (max-width: 480px) {
  .view_style.m04_01 .view-padding .view-content .record_date {
    font-size: 13px;
    line-height: 1;
  }
}
.view_style.m04_01 .view-padding .view-content .record_title {
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 40px;
  color: #222;
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 31px;
  line-height: 1;
}
@media (max-width: 480px) {
  .view_style.m04_01 .view-padding .view-content .record_title {
    font-size: 26px;
    margin-top: 19px;
    padding-bottom: 32px;
    margin-bottom: 26px;
  }
}
.view_style.m04_01 .view-padding .view-content .record_info li {
  color: #666;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .view_style.m04_01 .view-padding .view-content .record_info li {
    font-size: 14px;
    line-height: 30px;
  }
}
.view_style.m04_01 .view-padding .view-content .record_info li .record_info_tt {
  display: inline-block;
  font-family: "Pretendard-Regular", sans-serif;
  color: #222;
  width: 140px;
}
@media (max-width: 480px) {
  .view_style.m04_01 .view-padding .view-content .record_info li .record_info_tt {
    width: 82px;
  }
}
.view_style.m04_01 .view-padding .view-content .record_info li .record_info_con {
  width: calc(100% - 140px);
}
@media (max-width: 480px) {
  .view_style.m04_01 .view-padding .view-content .record_info li .record_info_con {
    width: calc(100% - 82px);
  }
}
.view_style.m04_01 .view-padding .view-content .record_info li:last-child {
  margin-bottom: 0;
}
.view_style.m04_01 .view-btn {
  margin: 70px 0 0px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 480px) {
  .view_style.m04_01 .view-btn {
    margin: 20px 0 0px;
    padding-top: 20px;
  }
}
.view_style.m04_01 .view-btn .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.view_style.m04_01 .view-btn .btn-group .btn {
  padding: 11px 22px;
  line-height: 1;
  font-size: 14px;
  color: #222;
  font-family: "Pretendard-SemiBold", sans-serif;
  position: relative;
}
@media (max-width: 480px) {
  .view_style.m04_01 .view-btn .btn-group .btn {
    padding: 9px 18px;
    font-size: 13px;
  }
}
.view_style.m04_01 .view-btn .btn-group .btn .icon_arrow {
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #222;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
}
@media (max-width: 480px) {
  .view_style.m04_01 .view-btn .btn-group .btn .icon_arrow {
    width: 8px;
    height: 8px;
  }
}
.view_style.m04_01 .view-btn .btn-group .btn .icon_arrow.icon_prev {
  left: 0;
  -webkit-transform: translate(25%, -50%) rotate(-135deg);
          transform: translate(25%, -50%) rotate(-135deg);
}
.view_style.m04_01 .view-btn .btn-group .btn .icon_arrow.icon_next {
  right: 0;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}
.view_style.m04_01 .view-btn .btn-group .btn_list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #157aca;
  color: #fff;
  font-family: "Pretendard-Medium", sans-serif;
  padding: 9px 27px;
}
@media (max-width: 480px) {
  .view_style.m04_01 .view-btn .btn-group .btn_list {
    padding: 9px 25px;
  }
}

/* 게시판 글쓰기페이지 */
.write-wrap.m05_02 .inquiry_img {
  margin: 80px 0 140px;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_img {
    margin: 0 0 50px;
  }
}
.write-wrap.m05_02 .inquiry_img_foot {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_img_foot {
    margin-bottom: 0;
  }
}
.write-wrap.m05_02 .inquiry_box {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box {
    margin-bottom: 35px;
  }
}
.write-wrap.m05_02 .inquiry_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.write-wrap.m05_02 .inquiry_box.half {
  width: 46.71%;
}
@media (max-width: 991px) {
  .write-wrap.m05_02 .inquiry_box.half {
    width: 100%;
  }
}
.write-wrap.m05_02 .inquiry_box.inq_req label {
  padding-right: 13px;
  position: relative;
}
.write-wrap.m05_02 .inquiry_box.inq_req label:after {
  content: "*";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #157aca;
  font-size: 20px;
}
.write-wrap.m05_02 .inquiry_box label, .write-wrap.m05_02 .inquiry_box .inq_tt {
  width: auto;
  display: inline-block;
  color: #111;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 20px;
  margin-bottom: 9px;
  line-height: 1;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box label, .write-wrap.m05_02 .inquiry_box .inq_tt {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.write-wrap.m05_02 .inquiry_box .answer {
  width: 100%;
}
.write-wrap.m05_02 .inquiry_box .answer input[type=text], .write-wrap.m05_02 .inquiry_box .answer input[type=password], .write-wrap.m05_02 .inquiry_box .answer input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e1e1e1;
  border-radius: 0;
  padding: 0px 15px;
  height: 56px;
  line-height: 54px;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 16px;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box .answer input[type=text], .write-wrap.m05_02 .inquiry_box .answer input[type=password], .write-wrap.m05_02 .inquiry_box .answer input[type=email] {
    height: 43px;
    line-height: 41px;
    padding: 0 8px;
    font-size: 13px;
    border-bottom-width: 1px;
  }
}
.write-wrap.m05_02 .inquiry_box .answer input[type=text]::-webkit-input-placeholder, .write-wrap.m05_02 .inquiry_box .answer input[type=password]::-webkit-input-placeholder, .write-wrap.m05_02 .inquiry_box .answer input[type=email]::-webkit-input-placeholder {
  color: #aaa;
}
.write-wrap.m05_02 .inquiry_box .answer input[type=text]::-moz-placeholder, .write-wrap.m05_02 .inquiry_box .answer input[type=password]::-moz-placeholder, .write-wrap.m05_02 .inquiry_box .answer input[type=email]::-moz-placeholder {
  color: #aaa;
}
.write-wrap.m05_02 .inquiry_box .answer input[type=text]:-ms-input-placeholder, .write-wrap.m05_02 .inquiry_box .answer input[type=password]:-ms-input-placeholder, .write-wrap.m05_02 .inquiry_box .answer input[type=email]:-ms-input-placeholder {
  color: #aaa;
}
.write-wrap.m05_02 .inquiry_box .answer input[type=text]::-ms-input-placeholder, .write-wrap.m05_02 .inquiry_box .answer input[type=password]::-ms-input-placeholder, .write-wrap.m05_02 .inquiry_box .answer input[type=email]::-ms-input-placeholder {
  color: #aaa;
}
.write-wrap.m05_02 .inquiry_box .answer input[type=text]::placeholder, .write-wrap.m05_02 .inquiry_box .answer input[type=password]::placeholder, .write-wrap.m05_02 .inquiry_box .answer input[type=email]::placeholder {
  color: #aaa;
}
.write-wrap.m05_02 .inquiry_box .answer textarea {
  height: 240px;
  border-radius: 0 !important;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 16px;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box .answer textarea {
    height: 130px;
    padding: 11px 15px;
    font-size: 13px;
    line-height: 20px;
  }
}
.write-wrap.m05_02 .inquiry_box .answer textarea::-webkit-input-placeholder {
  color: #aaa;
}
.write-wrap.m05_02 .inquiry_box .answer textarea::-moz-placeholder {
  color: #aaa;
}
.write-wrap.m05_02 .inquiry_box .answer textarea:-ms-input-placeholder {
  color: #aaa;
}
.write-wrap.m05_02 .inquiry_box .answer textarea::-ms-input-placeholder {
  color: #aaa;
}
.write-wrap.m05_02 .inquiry_box .answer textarea::placeholder {
  color: #aaa;
}
.write-wrap.m05_02 .inquiry_box.agree {
  margin-top: 80px;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box.agree {
    margin: 45px 0;
  }
}
.write-wrap.m05_02 .inquiry_box.agree .agree_con {
  padding: 20px 30px;
  width: 100%;
  height: 200px;
  overflow-y: auto;
  font-family: "Pretendard-Light", sans-serif;
  font-size: 16px;
  color: #222;
  border: 1px solid #e5e5e5;
  line-height: 28px;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box.agree .agree_con {
    height: 115px;
    font-size: 13px;
    line-height: 20px;
    padding: 11px 15px;
  }
}
.write-wrap.m05_02 .inquiry_box.agree .agree_con * {
  font: inherit;
  color: inherit;
  line-height: inherit;
}
.write-wrap.m05_02 .inquiry_box.agree .answer {
  position: relative;
}
.write-wrap.m05_02 .inquiry_box.agree .answer input {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.write-wrap.m05_02 .inquiry_box.agree .answer input:checked + label span:before, .write-wrap.m05_02 .inquiry_box.agree .answer input:checked + label span:after {
  opacity: 1;
  visibility: visible;
}
.write-wrap.m05_02 .inquiry_box.agree .answer label {
  color: #333;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  margin: 22px 0 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box.agree .answer label {
    margin-top: 15px;
    font-size: 14px;
    padding-left: 24px;
  }
}
.write-wrap.m05_02 .inquiry_box.agree .answer label span {
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box.agree .answer label span {
    width: 14px;
    height: 14px;
  }
}
.write-wrap.m05_02 .inquiry_box.agree .answer label span:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #157aca;
  position: absolute;
  bottom: 5px;
  left: 3px;
  -webkit-transform: translate(-25%, -50%) rotate(41deg);
          transform: translate(-25%, -50%) rotate(41deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box.agree .answer label span:before {
    width: 5px;
    bottom: 4px;
    left: 2px;
  }
}
.write-wrap.m05_02 .inquiry_box.agree .answer label span:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  position: absolute;
  background: #157aca;
  -webkit-transform: translate(25%, 50%) rotate(-47deg);
          transform: translate(25%, 50%) rotate(-47deg);
  right: 2px;
  bottom: 4px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box.agree .answer label span:after {
    width: 8px;
    right: 2px;
    bottom: 3px;
  }
}
.write-wrap.m05_02 .inquiry_box .inq_tt {
  margin-bottom: 20px;
}
.write-wrap.m05_02 .inquiry_box .well {
  padding: 25px 0;
  background: none;
  border: 1px solid #e5e5e5;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .inquiry_box .well {
    padding: 20px 0;
  }
}
.write-wrap.m05_02 .inquiry_box .well #captcha #captcha_key {
  width: 160px;
}
.write-wrap.m05_02 .inquiry_box .well #captcha #captcha_info {
  margin-top: 15px;
  font-size: 15px;
  letter-spacing: 0;
}
.write-wrap.m05_02 .inquiry_box .well #captcha.m_captcha {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.write-wrap.m05_02 .inquiry_box .well #captcha.m_captcha audio {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 20px;
}
.write-wrap.m05_02 .inquiry_box .well #captcha.m_captcha #captcha_key {
  float: none;
  background: #fff !important;
}
.write-wrap.m05_02 .inquiry_box .well #captcha.m_captcha #captcha_info {
  font-size: 12px;
  margin-top: 13px;
}
.write-wrap.m05_02 .write-btn {
  margin: 100px 0 135px;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .write-btn {
    margin: 50px 0 70px;
  }
}
.write-wrap.m05_02 .write-btn .btn_write {
  background: #0c5caf;
  color: #fff;
  font-size: 18px;
  font-family: "Pretendard-Medium", sans-serif;
  height: 54px;
  line-height: 52px;
  border-radius: 0 !important;
  width: auto;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .write-btn .btn_write {
    height: 42px;
    line-height: 40px;
    font-size: 14px;
  }
}
.write-wrap.m05_02 .write-btn .btn_write span {
  font: inherit;
  padding: 0 40px;
}
@media (max-width: 480px) {
  .write-wrap.m05_02 .write-btn .btn_write span {
    padding: 0 33px;
  }
}/*# sourceMappingURL=style.css.map */