@charset "UTF-8";
@font-face {
  font-family: "CBNUJIKJI";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2202@1.0/CBNUJIKJI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn {
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: #32325a;
  color: #fff;
  font-family: "NotoSansKR", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
          box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
}
.btn:disabled, .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-xs {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 3px;
}

.btn-sm {
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 3px;
}

.btn-md {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 3px;
}

.btn-lg {
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 3px;
}

.btn-xl {
  padding: 16px 32px;
  font-size: 20px;
  border-radius: 3px;
}

.btn-primary {
  background-color: #32325a;
  border-color: #32325a;
  color: #fff;
}
.btn-primary:hover {
  background-color: rgb(36.3392857143, 36.3392857143, 65.4107142857);
  border-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  color: #fff;
}
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
          box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
}
.btn-primary:active {
  background-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  border-color: rgb(27.2321428571, 27.2321428571, 49.0178571429);
}

.btn-main {
  background-color: #0b4da2;
  border-color: #0b4da2;
  color: #fff;
}
.btn-main:hover {
  background-color: rgb(8.5679190751, 59.975433526, 126.1820809249);
  border-color: rgb(7.7572254335, 54.3005780347, 114.2427745665);
  color: #fff;
}
.btn-main:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
          box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
}
.btn-main:active {
  background-color: rgb(7.7572254335, 54.3005780347, 114.2427745665);
  border-color: rgb(6.9465317919, 48.6257225434, 102.3034682081);
}

.btn-secondary {
  background-color: #00122f;
  border-color: #00122f;
  color: #fff;
}
.btn-secondary:hover {
  background-color: rgb(0, 3.3510638298, 8.75);
  border-color: black;
  color: #fff;
}
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 18, 47, 0.25);
          box-shadow: 0 0 0 2px rgba(0, 18, 47, 0.25);
}
.btn-secondary:active {
  background-color: black;
  border-color: black;
}

.btn-success {
  background-color: #32325a;
  border-color: #32325a;
  color: #fff;
}
.btn-success:hover {
  background-color: rgb(36.3392857143, 36.3392857143, 65.4107142857);
  border-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  color: #fff;
}
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
          box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
}
.btn-success:active {
  background-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  border-color: rgb(27.2321428571, 27.2321428571, 49.0178571429);
}

.btn-danger {
  background-color: #ff5c57;
  border-color: #ff5c57;
  color: #fff;
}
.btn-danger:hover {
  background-color: rgb(255, 54.8883928571, 48.75);
  border-color: rgb(255, 42.5178571429, 36);
  color: #fff;
}
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 92, 87, 0.25);
          box-shadow: 0 0 0 2px rgba(255, 92, 87, 0.25);
}
.btn-danger:active {
  background-color: rgb(255, 42.5178571429, 36);
  border-color: rgb(255, 30.1473214286, 23.25);
}

.btn-warning {
  background-color: #f49b1b;
  border-color: #f49b1b;
  color: #fff;
}
.btn-warning:hover {
  background-color: rgb(222.0376569038, 135.3650627615, 10.7123430962);
  border-color: rgb(209.8744769874, 127.949790795, 10.1255230126);
  color: #fff;
}
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(244, 155, 27, 0.25);
          box-shadow: 0 0 0 2px rgba(244, 155, 27, 0.25);
}
.btn-warning:active {
  background-color: rgb(209.8744769874, 127.949790795, 10.1255230126);
  border-color: rgb(197.7112970711, 120.5345188285, 9.5387029289);
}

.btn-info {
  background-color: #ad987e;
  border-color: #ad987e;
  color: #fff;
}
.btn-info:hover {
  background-color: rgb(158.13507109, 133.3281990521, 102.61492891);
  border-color: rgb(151.6208530806, 126.9383886256, 96.3791469194);
  color: #fff;
}
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(173, 152, 126, 0.25);
          box-shadow: 0 0 0 2px rgba(173, 152, 126, 0.25);
}
.btn-info:active {
  background-color: rgb(151.6208530806, 126.9383886256, 96.3791469194);
  border-color: rgb(143.8258293839, 120.4123222749, 91.4241706161);
}

.btn-silver {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
  color: #222;
}
.btn-silver:hover {
  background-color: rgb(161.3149606299, 175.6279527559, 183.4350393701);
  border-color: rgb(154.0866141732, 169.5039370079, 177.9133858268);
  color: #222;
}
.btn-silver:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(183, 194, 200, 0.25);
          box-shadow: 0 0 0 2px rgba(183, 194, 200, 0.25);
}
.btn-silver:active {
  background-color: rgb(154.0866141732, 169.5039370079, 177.9133858268);
  border-color: rgb(146.8582677165, 163.3799212598, 172.3917322835);
}

.btn-black {
  background-color: #2c353c;
  border-color: #2c353c;
  color: #fff;
}
.btn-black:hover {
  background-color: rgb(27.8173076923, 33.5072115385, 37.9326923077);
  border-color: rgb(22.4230769231, 27.0096153846, 30.5769230769);
  color: #fff;
}
.btn-black:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(44, 53, 60, 0.25);
          box-shadow: 0 0 0 2px rgba(44, 53, 60, 0.25);
}
.btn-black:active {
  background-color: rgb(22.4230769231, 27.0096153846, 30.5769230769);
  border-color: rgb(17.0288461538, 20.5120192308, 23.2211538462);
}

.btn-light {
  background-color: #ffffff;
  border-color: #ddd;
  color: #222;
}
.btn-light:hover {
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(195.5, 195.5, 195.5);
  color: #222;
}
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.btn-light:active {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(189.125, 189.125, 189.125);
}

.btn-dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn-dark:hover {
  background-color: rgb(14.875, 14.875, 14.875);
  border-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.25);
          box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.25);
}
.btn-dark:active {
  background-color: rgb(8.5, 8.5, 8.5);
  border-color: rgb(2.125, 2.125, 2.125);
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #32325a;
  color: #32325a;
}
.btn-outline-primary:hover {
  background-color: #32325a;
  border-color: #32325a;
  color: #fff;
}
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
          box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
}
.btn-outline-primary:active {
  background-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  border-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  color: #fff;
}

.btn-outline-main {
  background-color: transparent;
  border-color: #0b4da2;
  color: #0b4da2;
}
.btn-outline-main:hover {
  background-color: #0b4da2;
  border-color: #0b4da2;
  color: #fff;
}
.btn-outline-main:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
          box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
}
.btn-outline-main:active {
  background-color: rgb(7.7572254335, 54.3005780347, 114.2427745665);
  border-color: rgb(7.7572254335, 54.3005780347, 114.2427745665);
  color: #fff;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #00122f;
  color: #00122f;
}
.btn-outline-secondary:hover {
  background-color: #00122f;
  border-color: #00122f;
  color: #fff;
}
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 18, 47, 0.25);
          box-shadow: 0 0 0 2px rgba(0, 18, 47, 0.25);
}
.btn-outline-secondary:active {
  background-color: black;
  border-color: black;
  color: #fff;
}

.btn-outline-success {
  background-color: transparent;
  border-color: #32325a;
  color: #32325a;
}
.btn-outline-success:hover {
  background-color: #32325a;
  border-color: #32325a;
  color: #fff;
}
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
          box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
}
.btn-outline-success:active {
  background-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  border-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  color: #fff;
}

.btn-outline-danger {
  background-color: transparent;
  border-color: #ff5c57;
  color: #ff5c57;
}
.btn-outline-danger:hover {
  background-color: #ff5c57;
  border-color: #ff5c57;
  color: #fff;
}
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 92, 87, 0.25);
          box-shadow: 0 0 0 2px rgba(255, 92, 87, 0.25);
}
.btn-outline-danger:active {
  background-color: rgb(255, 42.5178571429, 36);
  border-color: rgb(255, 42.5178571429, 36);
  color: #fff;
}

.btn-outline-warning {
  background-color: transparent;
  border-color: #f49b1b;
  color: #f49b1b;
}
.btn-outline-warning:hover {
  background-color: #f49b1b;
  border-color: #f49b1b;
  color: #fff;
}
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(244, 155, 27, 0.25);
          box-shadow: 0 0 0 2px rgba(244, 155, 27, 0.25);
}
.btn-outline-warning:active {
  background-color: rgb(209.8744769874, 127.949790795, 10.1255230126);
  border-color: rgb(209.8744769874, 127.949790795, 10.1255230126);
  color: #fff;
}

.btn-outline-info {
  background-color: transparent;
  border-color: #ad987e;
  color: #ad987e;
}
.btn-outline-info:hover {
  background-color: #ad987e;
  border-color: #ad987e;
  color: #fff;
}
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(173, 152, 126, 0.25);
          box-shadow: 0 0 0 2px rgba(173, 152, 126, 0.25);
}
.btn-outline-info:active {
  background-color: rgb(151.6208530806, 126.9383886256, 96.3791469194);
  border-color: rgb(151.6208530806, 126.9383886256, 96.3791469194);
  color: #fff;
}

.btn-outline-dark {
  background-color: transparent;
  border-color: #222;
  color: #222;
}
.btn-outline-dark:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.25);
          box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.25);
}
.btn-outline-dark:active {
  background-color: rgb(8.5, 8.5, 8.5);
  border-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #000;
  text-decoration: underline;
}
.btn-link:hover {
  color: #873237;
  text-decoration: underline;
}
.btn-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #999;
  text-decoration: none;
}

.btn-round {
  border-radius: 15px;
}

.btn-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-circle.btn-sm {
  width: 32px;
  height: 32px;
}
.btn-circle.btn-lg {
  width: 48px;
  height: 48px;
}

.btn-square {
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-full-width {
  width: 100%;
}

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active {
  z-index: 1;
}

.btn-floating {
  position: fixed;
  width: 56px;
  height: 56px;
  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;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 1020;
}
.btn-floating:hover {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-gradient {
  background: linear-gradient(45deg, #0b4da2, rgb(15.8641618497, 111.049132948, 233.6358381503));
  border: none;
  color: #fff;
}
.btn-gradient:hover {
  background: linear-gradient(45deg, rgb(9.3786127168, 65.6502890173, 138.1213872832), #0b4da2);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-glass:hover {
  background: rgba(255, 255, 255, 0.2);
}

.btn-loading {
  position: relative;
  color: transparent !important;
}
.btn-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 481px) {
  .btn-responsive {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-responsive:last-child {
    margin-bottom: 0;
  }
  .btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .btn-group .btn {
    margin-left: 0;
    margin-top: -1px;
  }
  .btn-group .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px 3px 0 0;
  }
  .btn-group .btn:not(:first-child) {
    border-radius: 0 0 3px 3px;
  }
  .btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
}
/* ---- ---- */
/* --- main.css 전체 코드 시작 --- */
.main_index {
  background: #f5f5f5;
}

/********************************************************************
	Frame
********************************************************************/
.main-con1.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.main-con3 {
  width: 100%;
  background: url(../images/main_gallery_bg.jpg) no-repeat center;
  background-size: cover;
  min-height: 617px;
}
.main-con3 .container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.main .navbar-form {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.main-con2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* --- MainSlider Bx-slider --- */
.main-big-slider {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .main-big-slider {
    width: 100%;
    min-width: 375px;
    max-width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 481px) {
  .main-big-slider {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .main-big-slider {
    width: 100%;
  }
}
.main-big-slider .bxslider_mobile {
  display: none !important;
}
@media (max-width: 481px) {
  .main-big-slider .bxslider_mobile .bxslider {
    display: none !important;
  }
  .main-big-slider .bxslider_mobile .bxslider_mobile {
    display: block !important;
  }
}
.main-big-slider .bx-wrapper {
  margin-bottom: inherit;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .main-big-slider .bx-wrapper {
    border: 0;
    background-color: transparent;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}
@media (max-width: 481px) {
  .main-big-slider .bx-wrapper {
    border: 0;
    background-color: transparent;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
}
.main-big-slider .bx-wrapper .bx-viewport {
  height: inherit !important;
  overflow: hidden;
  border-bottom-right-radius: 240px;
}
.main-big-slider .bx-wrapper .bx-pager-item {
  display: none;
}
.main-big-slider .bx-wrapper .bx-controls {
  height: 80px;
  /*background-color:rgba(0,0,0,0.5);*/
  z-index: 999999;
  position: absolute;
  bottom: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px; /* 필요시 간격 조정 */
  padding: 0 40px; /* 좌우 패딩 */
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-big-slider .bx-wrapper .bx-controls .bx-controls-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 481px) {
  .main-big-slider .bx-wrapper .bx-controls .bx-controls-direction {
    display: none;
  }
}
.main-big-slider .bx-wrapper .bx-controls .bx-pager {
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  margin-left: 20px;
  padding-top: 0;
}
.main-big-slider .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
  width: 100px;
  height: 2px;
  margin: 0;
  background: #fff;
  opacity: 0.43;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 481px) {
  .main-big-slider .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
}
.main-big-slider .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active {
  opacity: 0.8;
}
@media (max-width: 481px) {
  .main-big-slider .bx-wrapper .bx-controls .bx-pager {
    bottom: 10px;
  }
}
.main-big-slider .bx-controls-direction a {
  width: 76px;
  height: 76px;
  background-color: #0b4da2;
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  top: auto;
  left: auto;
  border-radius: 50%;
}
.main-big-slider .bx-controls-direction a:hover {
  background-position: center;
  background-color: #b62b5c;
}
.main-big-slider .bx-prev,
.main-big-slider .bx-next {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/bigbanner_arrow.png);
}
.main-big-slider .bx-next {
  right: -10px;
  background-image: url(../images/bigbanner_arrow.png);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); /* 좌우 반전 */
}
.main-big-slider li {
  background-position: center center;
  height: 620px;
}
@media (max-width: 1024px) {
  .main-big-slider li {
    height: 558px;
  }
}
@media (max-width: 768px) {
  .main-big-slider li {
    height: 496px;
  }
}
@media (max-width: 481px) {
  .main-big-slider li {
    height: 434px;
  }
}
@media (max-width: 320px) {
  .main-big-slider li {
    height: 405px;
  }
}

/* --- 	main-con2 : 최신소식 탭 --- */
.main-notice {
  width: 100%;
  margin: 0 auto;
  min-height: 165px;
  padding: 100px 0 130px 0;
  background: url(../images/main_notice_bg.png) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-notice .main-notice-header {
  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;
  margin-bottom: 40px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.main-notice .main-notice-title-box {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-notice .main-notice-title-box .main-notice-title {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin: 0;
}
.main-notice .main-notice-title-box .main-notice-title span {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 0.05em;
}
.main-notice .notice-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-notice .notice-tab-nav .notice-tab-btn {
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: #32325a;
  color: #fff;
  font-family: "NotoSansKR", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 5px 20px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: #ffffff;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.main-notice .notice-tab-nav .notice-tab-btn:hover {
  text-decoration: none;
}
.main-notice .notice-tab-nav .notice-tab-btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
          box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
}
.main-notice .notice-tab-nav .notice-tab-btn:disabled, .main-notice .notice-tab-nav .notice-tab-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.main-notice .notice-tab-nav .notice-tab-btn[data-category=all] {
  background: #00122f;
  color: #fff;
}
.main-notice .notice-tab-nav .notice-tab-btn:hover {
  background: white;
  color: #fff;
}
.main-notice .notice-tab-nav .notice-tab-btn:hover[data-category=all] {
  background: #0b4da2;
}
.main-notice .notice-tab-nav .notice-tab-btn:hover[data-category="2"] {
  background: #0188c8;
}
.main-notice .notice-tab-nav .notice-tab-btn:hover[data-category="3"] {
  background: #7931c3;
}
.main-notice .notice-tab-nav .notice-tab-btn:hover[data-category="4"] {
  background: #a3630c;
}
.main-notice .notice-tab-nav .notice-tab-btn:hover[data-category="5"] {
  background: #008c4f;
}
.main-notice .notice-tab-nav.active {
  background: #00122f;
  color: #fff;
}
.main-notice .notice-tab-nav.active[data-category="2"] {
  background: #0188c8;
}
.main-notice .notice-tab-nav.active[data-category="3"] {
  background: #7931c3;
}
.main-notice .notice-tab-nav.active[data-category="4"] {
  background: #a3630c;
}
.main-notice .notice-tab-nav.active[data-category="5"] {
  background: #008c4f;
}
.main-notice .notice-more-btn {
  background: #00122f;
  color: #fff;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-notice .notice-more-btn .plus-icon {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}
.main-notice .notice-more-btn:hover {
  background: black;
}

.notice-tab-content {
  width: 100%;
}
.notice-tab-content .notice-tab-pane {
  display: none;
}
.notice-tab-content .notice-tab-pane.active {
  display: block;
}
.notice-tab-content .notice-slider-container {
  position: relative;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item {
  padding: 10px;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card {
  background: #fff;
  padding: 35px 20px 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-category {
  display: inline-block;
  color: #fff;
  padding: 10px 14px;
  border-radius: 20px;
  font-size: 14px;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-category.category-2 {
  background: #0188c8;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-category.category-3 {
  background: #7931c3;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-category.category-4 {
  background: #a3630c;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-category.category-5 {
  background: #008c4f;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-date {
  font-size: 14px;
  color: #999;
  font-weight: 500;
  padding: 10px 0;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0 0 15px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice-tab-content .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 줄 수 조절 */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Slick 슬라이더 커스텀 스타일 */
.notice-slider {
  position: relative;
}
.notice-slider .slick-dots {
  bottom: -40px;
}
.notice-slider .slick-dots li button:before {
  font-size: 12px;
  color: #ddd;
}
.notice-slider .slick-dots li.slick-active button:before {
  color: #0b4da2;
}
.notice-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 40px);
  width: 40px;
  height: 80px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border: none;
}
.notice-slider .slick-arrow:before {
  color: #fff;
  font-size: 16px;
}
.notice-slider .slick-arrow:hover {
  background: rgb(7.7572254335, 54.3005780347, 114.2427745665);
}
.notice-slider .slick-arrow.slick-prev {
  background: url(../images/notice_arrow.png) no-repeat center;
  left: -50px;
}
.notice-slider .slick-arrow.slick-next {
  background: url(../images/notice_arrow.png) no-repeat center;
  right: -50px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); /* 좌우 반전 */
}

@media (max-width: 1024px) {
  .main-notice .notice-tab-nav .notice-tab-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  .main-notice .notice-slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .main-notice {
    padding: 30px 15px;
  }
  .main-notice .main-notice-header {
    -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;
    gap: 20px;
  }
  .main-notice .main-notice-title-box {
    text-align: center;
    width: 100%;
  }
  .main-notice .main-notice-title-box .main-notice-title {
    font-size: 20px;
  }
  .main-notice .notice-tab-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 8px;
  }
  .main-notice .notice-tab-nav .notice-tab-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
  .main-notice .notice-tab-nav .notice-tab-btn.notice-more-btn {
    width: 36px;
    height: 36px;
  }
  .main-notice .notice-tab-nav .notice-tab-btn.notice-more-btn .plus-icon {
    font-size: 16px;
  }
  .main-notice .notice-slider-container .notice-slider .notice-slide-item .notice-card {
    height: 180px;
    padding: 15px;
  }
  .main-notice .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-title {
    font-size: 13px;
  }
  .main-notice .notice-slider-container .notice-slider .notice-slide-item .notice-card .notice-excerpt {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .main-notice {
    padding: 0 20px;
  }
  .main-notice .main-notice-title-box {
    padding: 5px 0 15px;
  }
  .main-notice .main-notice-title-box .main-notice-title {
    font-size: 1.5rem;
    line-height: 1;
  }
  .main-notice ul li a {
    font-size: 15px;
    line-height: 32px;
  }
}
@media (max-width: 425px) {
  .main-notice {
    padding: 20px 5px;
    width: 100%;
  }
  .main-notice .main-notice-title-box {
    padding: 0;
  }
  .main-notice .main-notice-title-box .main-notice-title {
    font-size: 1.5rem;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .main-notice ul li a {
    font-size: 14px;
    line-height: 30px;
  }
  .main-notice ul li span {
    font-size: 12px;
  }
}
/* ---- 포토갤러리  --- */
/*************************************************************************************
	main-gallery : 포토갤러리
*************************************************************************************/
.main-gallery {
  width: 100%;
  padding: 60px 0;
}
.main-gallery .gallery-header {
  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;
  margin-bottom: 40px;
}
.main-gallery .gallery-header .gallery-title-box .gallery-title {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px 0;
}
.main-gallery .gallery-header .gallery-title-box .gallery-subtitle {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.main-gallery .gallery-header .gallery-more-btn {
  padding: 18px 12px;
  background: #ffffff;
  color: #32325a;
  font-size: 20px;
  border-radius: 50%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid transparent;
}
.main-gallery .gallery-header .gallery-more-btn:hover {
  background: rgb(7.7572254335, 54.3005780347, 114.2427745665);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(11, 77, 162, 0.3);
          box-shadow: 0 4px 12px rgba(11, 77, 162, 0.3);
  color: #fff;
}
.main-gallery .gallery-content {
  position: relative;
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item {
  padding: 0 15px;
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended {
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-image-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  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;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-image-wrapper .card-overlay .card-view-icon {
  font-size: 24px;
  color: #fff;
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-image-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-image-wrapper:hover .card-overlay {
  opacity: 1;
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-title {
  padding: 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
.main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-title .date {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  margin-top: 8px;
}
.main-gallery .gallery-content .gallery-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  z-index: 10;
  font-size: 0;
  padding: 10px;
  cursor: pointer;
}
.main-gallery .gallery-content .gallery-slider .slick-arrow:before {
  color: #fff;
  font-size: 0;
}
.main-gallery .gallery-content .gallery-slider .slick-arrow.slick-prev {
  left: -50px;
  background-image: url(../images/notice_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-gallery .gallery-content .gallery-slider .slick-arrow.slick-next {
  right: -50px;
  background-image: url(../images/notice_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (max-width: 1024px) {
  .main-gallery {
    padding: 40px 0;
  }
  .main-gallery .gallery-content .gallery-slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .main-gallery {
    padding: 30px 15px;
  }
  .main-gallery .gallery-header {
    -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;
    gap: 20px;
  }
  .main-gallery .gallery-header .gallery-title-box .gallery-title {
    font-size: 20px;
  }
  .main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-image-wrapper {
    height: 160px;
  }
  .main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-title {
    padding: 15px;
    font-size: 13px;
  }
}
@media (max-width: 481px) {
  .main-gallery .gallery-content .gallery-slider .gallery-slide-item .card.card-extended .card-image-wrapper {
    height: 180px;
  }
}
/* --- main.css 전체 코드 끝 --- */
/********************************************************************
	footer_banner : slick 버전
********************************************************************/
.footer_banner {
  padding: 20px 0;
  background: #767676;
}
.footer_banner::after {
  content: "";
  display: block;
  clear: both;
}
.footer_banner .container {
  overflow: hidden;
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_banner .container p {
  width: 100px;
  font-size: 1.125rem;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  margin: 0;
  padding-right: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer_banner .container .footer_banner_slider {
  width: auto;
  height: 50px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding: 0 0 0 100px;
}
.footer_banner .container .footer_banner_slider .slick-arrow {
  position: absolute;
  top: 15px;
  background-image: url(../images/fb_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  font-size: 0;
  padding: 10px;
  cursor: pointer;
}
.footer_banner .container .footer_banner_slider .slick-arrow:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.footer_banner .container .footer_banner_slider .slick-arrow.slick-prev {
  left: 0;
}
.footer_banner .container .footer_banner_slider .slick-arrow.slick-next {
  left: 50px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.footer_banner .container .slick-slide a img {
  margin: 0 12px;
  width: auto;
  border-radius: 16px;
  padding: 10px;
  background-color: #fff;
  height: auto;
  max-width: 100%;
  max-height: 50px; /* 슬라이더 높이에 맞게 필요시 조정 */
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .footer_banner .container {
    height: 100px;
    padding-top: 25px;
  }
  .footer_banner .container p,
  .footer_banner .controler {
    display: none;
  }
  .footer_banner_slide {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer_banner .container {
    height: 65px;
    padding: 0 25px;
  }
  .footer_banner_slider {
    padding-top: 20px;
  }
  .footer_banner_slider .slick-slide a {
    display: block;
    height: 30px;
  }
  .footer_banner_slider .slick-slide a img {
    height: 100%;
  }
}
@media (max-width: 485px) {
  .footer_banner {
    padding: 10px 0;
  }
  .footer_banner .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_banner_slider .slick-arrow {
    top: 50%;
  }
  .footer_banner_slider .slick-arrow.slick-prev {
    left: auto;
    right: -20px;
  }
  .footer_banner_slider .slick-arrow.slick-next {
    left: -20px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}/*# sourceMappingURL=main.css.map */