@charset "UTF-8";
@import '../fonts/NotoSansKr.css';
@import '../fonts/paperlogy.css';
@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;
  }
}
/* --- 반응형 폰트 크기 --- */
.auto-responsive-title {
  margin: 30px;
  font-weight: 600;
  color: #0b4da2;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .auto-responsive-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .auto-responsive-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .auto-responsive-title {
    font-size: 24px;
  }
}
@media (max-width: 319px) {
  .auto-responsive-title {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .auto-responsive-title {
    margin: 30px;
  }
}
@media (max-width: 767px) {
  .auto-responsive-title {
    margin: 24px;
  }
}
@media (max-width: 480px) {
  .auto-responsive-title {
    margin: 20px;
  }
}
@media (max-width: 319px) {
  .auto-responsive-title {
    margin: 16px;
  }
}

.auto-responsive-text {
  font-size: 16px;
  padding: 20px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .auto-responsive-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .auto-responsive-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .auto-responsive-text {
    font-size: 13px;
  }
}
@media (max-width: 319px) {
  .auto-responsive-text {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .auto-responsive-text {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .auto-responsive-text {
    padding: 18px;
  }
}
@media (max-width: 480px) {
  .auto-responsive-text {
    padding: 15px;
  }
}
@media (max-width: 319px) {
  .auto-responsive-text {
    padding: 12px;
  }
}

.auto-responsive-button {
  font-size: 18px;
  padding: 15px;
  border-radius: 4px;
  border: none;
  background: #0b4da2;
  color: white;
  letter-spacing: 0.01em;
}
@media (max-width: 1023px) {
  .auto-responsive-button {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .auto-responsive-button {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .auto-responsive-button {
    font-size: 14px;
  }
}
@media (max-width: 319px) {
  .auto-responsive-button {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .auto-responsive-button {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .auto-responsive-button {
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .auto-responsive-button {
    padding: 10px;
  }
}
@media (max-width: 319px) {
  .auto-responsive-button {
    padding: 8px;
  }
}

/* --- 리셋 reset 코드 시작 --- */
* {
  margin: 0;
  padding: 0;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a > * {
  line-height: 0;
}

img {
  border: medium none;
}

body {
  font-family: "NotoSansKR", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 319px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-underline-offset: 3px; /* 줄과 텍스트 사이 간격 조정 */
  text-decoration-thickness: 1px; /* 줄 두께 조정 (선택) */
}

a:focus {
  outline: none;
}

a:focus, a:active {
  text-decoration: none;
}

p, ol, ul {
  padding: 0;
  margin: 0;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

label {
  font-weight: normal;
}

input {
  border: 1px #ddd solid;
  border-radius: 0;
  outline: none;
}

html {
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 481px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 12px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: -0.02em;
}

ul, li {
  list-style: none;
}

.clearfix {
  clear: both;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/* --- 콘텐츠 가로 너비 --- */
.container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1440px) {
  .container {
    width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1440px) {
  .container {
    width: 100%;
  }
}

/* --- form 코드  --- */
.control-label {
  color: #333;
}

.panel-heading {
  font-size: 1rem;
}

/* --- header 코드 --- */
.header {
  width: 100%;
  background: #ffffff;
  color: #222;
  clear: both;
}
.header .container {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
  padding-right: 0;
}

/* navbar flex 정렬 */
nav {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  width: 100%;
  /* 왼쪽 : 로고 */
  /* 중앙: 메뉴 */
  /* 오른쪽: 전체메뉴 버튼 */
  /* 오른쪽끝: 외부링크 버튼 */
}
nav .navbar-brand {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
nav .navbar-collapse {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 auto;
}
nav .btn-popup-allmenu {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-left: auto;
}
nav .nav_link {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  background: #00122f;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 212px;
          flex: 0 0 212px;
  height: 70px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1024px) {
  nav .nav_link {
    display: none !important;
  }
}
nav .nav_link div {
  padding: 0 20px;
  height: 21px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
nav .nav_link div img {
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}
nav .nav_link div a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(70%) sepia(98%) saturate(1476%) hue-rotate(13deg) brightness(103%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(70%) sepia(98%) saturate(1476%) hue-rotate(13deg) brightness(103%) contrast(97%);
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}
nav .nav_link div:last-child {
  border-right: none;
}

/* 로고 */
.navbar-brand {
  z-index: 1;
}
.navbar-brand a {
  background: url(../images/logo.png) no-repeat left;
  width: 234px;
  height: 48px;
  display: block;
  font-size: 0 !important; /* 폰트 크기 제거 */
}
@media (max-width: 1440px) {
  .navbar-brand {
    padding-left: 5px !important;
  }
}

/* 전체메뉴 버튼 */
.btn-popup-allmenu,
.navbar-toggle {
  border: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  padding: 0 10px;
  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;
  font-size: 0;
  color: #fff;
  font-size: 0;
  background-color: #0b4da2;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-popup-allmenu .menu-icon,
.navbar-toggle .menu-icon {
  display: inline-block;
  width: 24px;
  height: 20px;
  position: relative;
  vertical-align: middle;
}
.btn-popup-allmenu .menu-icon span,
.navbar-toggle .menu-icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-popup-allmenu .menu-icon span:nth-child(1),
.navbar-toggle .menu-icon span:nth-child(1) {
  top: 0;
  width: 100%;
}
.btn-popup-allmenu .menu-icon span:nth-child(2),
.navbar-toggle .menu-icon span:nth-child(2) {
  top: 9px;
  width: 70%;
}
.btn-popup-allmenu .menu-icon span:nth-child(3),
.navbar-toggle .menu-icon span:nth-child(3) {
  top: 18px;
  width: 100%;
}
.btn-popup-allmenu, .btn-popup-allmenu:hover,
.navbar-toggle,
.navbar-toggle:hover {
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-popup-allmenu:hover,
.navbar-toggle:hover {
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-popup-allmenu:hover .menu-icon span,
.navbar-toggle:hover .menu-icon span {
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* navbar 스타일 : 1차메뉴 */
.navbar-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-nav li {
  position: relative;
  width: 130px;
  /* navbar 1차메뉴 높이*/
}
.navbar-nav li:first-child {
  width: 150px;
}
.navbar-nav li:first-child a {
  padding: 0 10px;
}
.navbar-nav li a {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 70px;
  padding: 0 29px;
  display: block;
  color: #222;
  text-transform: uppercase;
  background-position: bottom center;
  font-display: swap; /* 폰트 로딩 최적화 */
  font-size-adjust: 0.52; /* 폰트 크기 보정 */
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}
.navbar-nav li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(178, 178, 178, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navbar-nav > li > a:hover {
  color: #115aa8;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  color: #115aa8;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}
.navbar-nav > .active > a::after, .navbar-nav > .active > a:hover::after, .navbar-nav > .active > a:focus::after {
  width: calc(100% - 58px);
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus, .navbar-nav > .open > a:focus {
  color: #115aa8;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}
.navbar-nav > .open > a::after, .navbar-nav > .open > a:hover::after, .navbar-nav > .open > a:focus::after, .navbar-nav > .open > a:focus::after {
  width: calc(100% - 58px);
}

@media (max-width: 1024px) {
  .navbar-nav > li > a {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .navbar {
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 50px;
    font-size: 1rem;
  }
}
/* navbar 스타일 : 2차메뉴 */
#navallmenu {
  display: none;
  border-top: 1px solid rgba(0, 18, 47, 0.15);
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  z-index: 99999;
}
#navallmenu .container {
  position: relative;
  /* max-width: 1440px; */
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(../images/all_menu_bg.png);
  background-repeat: no-repeat;
  background-position: 7px 50%;
}

.allmenu {
  /* width: 660px; navbar-nav와 동일한 너비 */
  margin: 0 289px 0 0; /* 우측 메뉴 영역만큼 여백 */
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}
@media (max-width: 1024px) {
  .allmenu {
    margin: 0 70px 0 0; /* 전체메뉴 버튼 영역만큼 여백 */
  }
}
.allmenu .allmenu-li {
  width: 130px;
  line-height: 35px;
  text-align: left;
  padding: 20px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* 메뉴간 간격 고정*/
  /*  &:nth-of-type(1) { 
      width: 160px;
      @media (max-width:1024px) { width: calc(162px - 15px); }
  } 
  &:nth-of-type(2) { 
      width: 134px;
      @media (max-width:1024px) { width: calc(135px - 15px); }
  } 
  &:nth-of-type(3) { 
      width: 135px;
      @media (max-width:1024px) { width: calc(135px - 15px); }
  } 
  &:nth-of-type(4) { 
      width: 119px;
      @media (max-width:1024px) { width: calc(119px - 17px); }
  } */
}
.allmenu .allmenu-li:nth-of-type(1) {
  width: 150px;
}
.allmenu .allmenu-li .allmenu-sub {
  list-style: none;
  height: 190px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.allmenu .allmenu-li .allmenu-sub a {
  font-size: 15px;
  color: #555555;
  font-weight: 500;
  line-height: 1.2;
  padding: 7px 10px;
  display: block;
  word-wrap: break-word;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (max-width: 1024px) {
  .allmenu .allmenu-li .allmenu-sub a {
    font-size: 14px;
    font-weight: 400;
  }
}
.allmenu .allmenu-li .allmenu-sub .ca-depth-1 {
  display: none;
}

/* 메뉴 마우스오버 액션 */
.navbar .nav > li > a,
.allmenu .allmenu-li,
.allmenu .allmenu-li a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; /* 빠른 트랜지션 */
  position: relative;
}

.navbar .nav > li > a:hover {
  color: #fff;
  background-color: #0b4da2;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; /* 빠른 트랜지션 */
}
.navbar .nav > li > a:hover::after {
  content: "";
  position: absolute;
  bottom: -1px; /* header의 border-bottom을 덮기 위해 */
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #0b4da2;
  z-index: 10; /* header border 위에 표시 */
}

.navbar .nav > li > a.active-allmenu-hover,
.allmenu .allmenu-li:hover,
.allmenu .allmenu-li.active-nav-hover {
  color: #fff;
  background-color: #0b4da2;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; /* 빠른 트랜지션 */
  position: relative;
}
.navbar .nav > li > a.active-allmenu-hover::after,
.allmenu .allmenu-li:hover::after,
.allmenu .allmenu-li.active-nav-hover::after {
  content: "";
  position: absolute;
  bottom: -1px; /* header의 border-bottom을 덮기 위해 */
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #0b4da2;
  z-index: 10; /* header border 위에 표시 */
}

.allmenu .allmenu-li:hover a, .allmenu .allmenu-li.active-nav-hover a {
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; /* 빠른 트랜지션 */
}

@media (max-width: 768px) {
  .navbar_menu {
    display: none;
  }
  .navbar .dropdown-menu li a {
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
  }
}
/* --- 개별 2차메뉴 타입 --- */
/* dropdown type */
/*
.navbar .dropdown { position:inherit; }
.navbar .dropdown-menu { padding:10px 0; margin:20px 0 0 5px; border:none; border-radius:0; background-color:rgba(256,256,256,1); box-shadow:rgba(0,0,0,0.1) 9px 5px 13px;min-width:inherit; }
.navbar .dropdown-menu li a { padding:0 30px 0 25px; font-size: 1rem; line-height:40px; color:#000;
                            -webkit-transition:all 0.2s ease-in-out 0s; -o-transition:all 0.2s ease-in-out 0s; -moz-transition:all 0.2s ease-in-out 0s; transition:all 0.2s ease-in-out 0s; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { background:none !important; color:#e7f416; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a { -webkit-transition:all 0.2s ease-in-out 0s; -o-transition:all 0.2s ease-in-out 0s; -moz-transition:all 0.2s ease-in-out 0s; transition:all 0.2s ease-in-out 0s; }

/// Full Down Menu type 
button.navbar-allmenu {
    margin-left: auto;
    order: 2;
    // 필요시 아래 속성으로 위치 조정
    align-self: center;
    background: none;
    border: none;
    cursor: pointer;
    height: 60px;
    //padding: 0 20px;
    display: flex;
    align-items: center;
}
.navbar-allmenu { 
    // 전체메뉴 버튼 기본 스타일
    display: block;
}
.navbar-allmenu .icon-bar,
.navbar-default .navbar-toggle .icon-bar { background-color:#fff; display:block; width:25px; height:3px; margin:0 auto; }
.navbar-allmenu .icon-bar:not(:nth-child(1)) { margin-top:7px; }
.navbar-allmenu:focus { outline:0; }

.navbar-allmenu.allmenu_close { background-color:#115aa8; }
.navbar-allmenu.allmenu_close .icon-bar { width:30px; height:2px; border-radius:0; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;  }
.navbar-allmenu.allmenu_close .icon-bar:nth-child(1) { transform:rotate(45deg); }
.navbar-allmenu.allmenu_close .icon-bar:nth-child(2) { display:none; }
.navbar-allmenu.allmenu_close .icon-bar:nth-child(3) { transform:rotate(-45deg); margin-top:-2px; }


// all Menu 
button.navbar-allmenu {
    // 전체메뉴 버튼 추가 스타일
    outline: none;
}

*/
/* 
// 인디케이터
.pink-indicator {
    position: absolute;
    top: -8px;
    width: 14px;
    height: 14px;
    border: 3px solid $color-main;
    background-color: #fff;
    border-radius: 8px;
    transition: left 0.3s ease, opacity 0.3s ease;
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    display: block; // 항상 block으로 두고 JS로 opacity만 제어 
} */
/* --- header 코드 끝 --- */
/* --- 팝업 풀(올)메뉴 --- */
.popup-allmenu-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.7);
  /* 줄과 텍스트 사이 간격 조정, 줄 두께 조정 */
}
.popup-allmenu-wrap .container {
  width: 1440px;
  position: relative;
  margin: 50px auto;
  height: calc(100% - 100px);
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  border-radius: 25px;
}
@media (max-width: 1024px) {
  .popup-allmenu-wrap .container {
    width: calc(100% * 0.92);
  }
}
.popup-allmenu-wrap .popup-allmenu-close-btn-area {
  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;
  width: 100%;
}
.popup-allmenu-wrap .popup-allmenu-close {
  font-size: 3em;
  font-weight: 100;
  line-height: 1.1;
  color: #222;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  text-align: right;
}
.popup-allmenu-wrap .popup-allmenu {
  height: calc(100% - 100px);
  overflow-y: auto;
  overflow-x: hidden; /* 가로 스크롤 방지 */
}
.popup-allmenu-wrap .popup-allmenu-li {
  border-bottom: 1px solid #222;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* 세로 상단 정렬 */
}
.popup-allmenu-wrap .popup-allmenu-li h1 {
  width: 200px;
  text-align: right;
  padding-top: 20px;
  padding-right: 20px;
  color: #222;
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* h1 너비 고정 */
}
.popup-allmenu-wrap .popup-allmenu-li .popup-allmenu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; /* 남은 공간 차지 */
  width: 100%;
  min-width: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.popup-allmenu-wrap .popup-allmenu-li .popup-allmenu-sub > .ca-depth-2 {
  width: 30%;
}
.popup-allmenu-wrap .popup-allmenu-li .popup-allmenu-sub > .ca-depth-2 > a {
  border: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: left;
  border: 1px solid #777;
  border-radius: 8px;
  padding: 20px;
  display: block;
}
.popup-allmenu-wrap .popup-allmenu-li .popup-allmenu-sub > .ca-depth-2 > a:hover {
  color: #fff;
  background: #003b8f;
}
.popup-allmenu-wrap .popup-allmenu-li .popup-allmenu-sub > .ca-depth-2 > ul {
  margin-left: 20px;
  margin-top: 5px;
}
.popup-allmenu-wrap .popup-allmenu-li .popup-allmenu-sub > .ca-depth-2 > ul > .ca-depth-3 > a {
  font-size: 1rem;
  line-height: 1.1;
  color: #444;
}
.popup-allmenu-wrap .popup-allmenu-li .popup-allmenu-sub > .ca-depth-2 > ul > .ca-depth-3 > a:hover {
  color: #0b4da2;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
@media (max-width: 768px) {
  .popup-allmenu-wrap .popup-allmenu-wrap .container {
    width: 90% !important;
    max-width: 700px !important;
  }
  .popup-allmenu-wrap .popup-allmenu-li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-allmenu-wrap .popup-allmenu-li h1 {
    width: 200px;
    text-align: left;
    padding-bottom: 10px;
  }
  .popup-allmenu-wrap .popup-allmenu-li:nth-of-type(2) .popup-allmenu-sub > .ca-depth-2,
  .popup-allmenu-wrap .popup-allmenu-li:nth-of-type(3) .popup-allmenu-sub > .ca-depth-2 {
    width: 48%;
  }
}

/* --- 모바일 메뉴 --- */
/********************************************************************
	mobile - navbar
********************************************************************/
.navbar-mobile {
  float: none;
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .navbar-mobile {
    height: inherit !important;
    margin: 0 !important;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-mobile .navbar-toggle {
    width: 60px;
    height: 60px;
    display: block !important;
  }
}

/********************************************************************
	side_menu - mobile
********************************************************************/
#side_menu {
  display: none;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
#side_menu .side_wr {
  width: 250px;
  background: #fff;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
}
#side_menu .side_wr .side_inner_rel {
  position: relative;
  height: 100%;
  display: block;
  overflow: auto;
}
#side_menu .side_wr .side_inner_abs {
  position: absolute;
  width: 100%;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#side_menu .m_menu li {
  display: block;
  line-height: 50px;
  position: relative;
  border-bottom: 1px #e7e7e7 solid;
  text-decoration: none;
}
#side_menu .m_menu li .menu_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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#side_menu .m_menu li a, #side_menu .m_menu li.active > a, #side_menu .m_menu li > a:hover, #side_menu .m_menu li > a:focus {
  text-decoration: none;
}
#side_menu .m_menu li a.text_link {
  display: inline-block;
  width: 85%;
  white-space: nowrap;
  padding-left: 20px;
  color: #222;
  font-size: 1.125rem;
  font-weight: 600;
}
#side_menu .m_menu li a.text_link:hover {
  color: #0b4da2 !important;
}
#side_menu .m_menu li a.subopen {
  color: #555;
}
#side_menu .m_menu span {
  position: absolute;
  right: 20px;
  top: 15px;
}
#side_menu .dropdown-custom-menu {
  background: #f9f9f9;
  overflow: hidden;
  width: 100%;
  display: none;
  border-top: 1px #eee solid;
}
#side_menu .dropdown-custom-menu li {
  border-bottom: 1px #eee solid !important;
  background: none;
}
#side_menu .dropdown-custom-menu li a {
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 35px;
  display: block;
  width: 100%;
  line-height: 35px;
}
#side_menu .dropdown-custom-menu li a a:hover {
  color: #222;
  background-color: #f5f5f5;
}
#side_menu .dropdown-custom-menu li:last-child {
  border-bottom: 0 !important;
}
#side_menu .dropdown-custom-menu ul {
  background: #fff;
  padding: 0;
}
#side_menu .dropdown-custom-menu ul li {
  border-bottom: 1px solid transparent !important;
}
#side_menu .dropdown-custom-menu ul li a {
  line-height: 25px !important;
}
#side_menu .m_login {
  text-align: center;
  margin: 10px;
}
#side_menu .m_login span {
  padding: 0 5px;
}
#side_menu .m_board {
  background: #000;
  clear: both;
  margin: 0;
}
#side_menu .m_board li {
  display: block;
  line-height: 2.857rem;
  position: relative;
  padding-left: 35px;
}
#side_menu .m_board li a:hover {
  color: #0b4da2;
}
#side_menu .m_board span {
  position: absolute;
  top: 13px;
  left: 10px;
  padding-right: 10px;
}
#side_menu .m_search {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 100%;
  text-align: center;
}
#side_menu .m_menu_top {
  height: 60px;
  background-color: #222;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#side_menu .m_menu_top .m_close {
  cursor: pointer;
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 1px;
  position: relative;
  margin: 0 20px 0 auto;
}
#side_menu .m_menu_top .m_close:before, #side_menu .m_menu_top .m_close:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 45%;
}
#side_menu .m_menu_top .m_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#side_menu .m_menu_top .m_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* --- 관리자 상단 메뉴 --- */
.container.admin-navi {
  background-color: #444444;
  width: 100%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.container.admin-navi ul {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.container.admin-navi ul a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6 !important;
}

.admin_btn {
  text-align: center;
}

/********************************************************************
	sub page
********************************************************************/
/* -- 서브화면 visual img  --- */
.sub-content {
  width: 100%;
  padding: 0;
}

/* -- 2차메뉴 --- */
.sub-content-left {
  height: 278px;
  background: url(../images/sub_img_bg.jpg) no-repeat top center;
  padding: 0;
  width: 100%;
}
@media (max-width: 481px) {
  .sub-content-left {
    height: 90px;
  }
}
.sub-content-left .sub-menu {
  border-bottom: 1px solid #c2c6cd;
}
.sub-content-left .sub-menu h2 {
  color: #fff;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  font-size: 40px;
  font-weight: 600;
  height: 215px;
  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;
}
@media (max-width: 481px) {
  .sub-content-left .sub-menu h2 {
    height: 60px;
  }
}
.sub-content-left .sub-menu .sub-menu-depth1 {
  list-style: none;
  margin: 0;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li {
  position: relative;
  height: 63px;
  padding: 0 20px;
  /*  &:last-child {
      border-bottom: none;
  } */
  /*


  */
}
@media (max-width: 481px) {
  .sub-content-left .sub-menu .sub-menu-depth1 > li {
    height: 48px;
  }
}
.sub-content-left .sub-menu .sub-menu-depth1 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 43%;
  width: 1px;
  height: 11px;
  background-color: rgba(0, 18, 47, 0.2);
}
.sub-content-left .sub-menu .sub-menu-depth1 > li:first-child:before {
  display: none;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li.on > a,
.sub-content-left .sub-menu .sub-menu-depth1 > li > a.on {
  color: #0b4da2;
  font-weight: 600;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li.on > a::after,
.sub-content-left .sub-menu .sub-menu-depth1 > li > a.on::after {
  width: calc(100% - 20px);
}
.sub-content-left .sub-menu .sub-menu-depth1 > li > a {
  display: block;
  padding: 19px 10px;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #0b4da2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.sub-content-left .sub-menu .sub-menu-depth1 > li > a:hover {
  color: #0b4da2;
  font-weight: 600;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li > a:hover::after {
  width: calc(100% - 20px);
}
.sub-content-left .sub-menu .sub-menu-depth1 > li .sub-menu-depth2 {
  display: none;
  background-color: white;
  border-top: 1px solid #e5e5e5;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li .sub-menu-depth2.show {
  display: block;
  -webkit-animation: slideDown 0.3s ease-in-out;
          animation: slideDown 0.3s ease-in-out;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li .sub-menu-depth2 li {
  border-bottom: 1px solid rgb(241.75, 241.75, 241.75);
}
.sub-content-left .sub-menu .sub-menu-depth1 > li .sub-menu-depth2 li:last-child {
  border-bottom: none;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li .sub-menu-depth2 li.on > a,
.sub-content-left .sub-menu .sub-menu-depth1 > li .sub-menu-depth2 li > a.on {
  background-color: rgb(106.5780346821, 167.0462427746, 244.9219653179);
  color: #0b4da2;
  font-weight: 600;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li .sub-menu-depth2 li a {
  display: block;
  padding: 12px 35px 12px 45px;
  color: rgb(59.5, 59.5, 59.5);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li .sub-menu-depth2 li a:before {
  content: "∙";
  position: absolute;
  left: 35px;
  color: #0b4da2;
  font-weight: bold;
}
.sub-content-left .sub-menu .sub-menu-depth1 > li .sub-menu-depth2 li a:hover {
  background-color: rgb(130.4566473988, 181.1965317919, 246.5433526012);
  color: #0b4da2;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  padding-left: 55px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 모바일: 425px 이하에서 1차 서브메뉴를 좌우 스와이프로 이동하도록 설정 */
@media (max-width: 481px) {
  .sub-content-left .sub-menu {
    /* hide default scrollbar on WebKit while preserving scroll behavior */
  }
  .sub-content-left .sub-menu .sub-menu-depth1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* ensure flex container */
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; /* single row */
    overflow-x: auto; /* enable horizontal scroll */
    -webkit-overflow-scrolling: touch; /* smooth touch scroll */
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; /* optional snap */
    gap: 8px; /* reduce gap for small screens */
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10px; /* give small side padding */
  }
  .sub-content-left .sub-menu .sub-menu-depth1 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; /* don't shrink, keep intrinsic width */
    scroll-snap-align: start; /* snap each item to start */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px; /* match small height */
    padding: 0 6px; /* reduce horizontal padding */
    min-width: auto; /* allow contents to determine width */
  }
  .sub-content-left .sub-menu .sub-menu-depth1 > li > a {
    white-space: nowrap; /* prevent wrapping */
    padding: 12px 8px; /* touch-friendly padding */
    display: inline-block;
  }
  .sub-content-left .sub-menu .sub-menu-depth1::-webkit-scrollbar {
    height: 6px;
  }
  .sub-content-left .sub-menu .sub-menu-depth1::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  to {
    opacity: 1;
    max-height: 500px;
    overflow: visible;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  to {
    opacity: 1;
    max-height: 500px;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .sub-content-left {
    margin-bottom: 20px;
  }
  .sub-content-left .sub-menu h2 {
    padding: 15px 20px;
    font-size: 15px;
  }
  .sub-content-left .sub-menu .sub-menu-depth1 > li > a {
    padding: 12px 20px;
    font-size: 13px;
  }
  .sub-content-left .sub-menu .sub-menu-depth1 .sub-menu-depth2 li a {
    padding: 10px 30px 10px 35px;
    font-size: 12px;
  }
}
.sub-content-right {
  padding: 43px 0;
  /* --- 별도 영역 3차메뉴 --- */
}
.sub-content-right.container {
  width: 1280px;
  min-height: 600px;
}
@media (max-width: 768px) {
  .sub-content-right.container {
    width: 100%;
  }
}
.sub-content-right .sub-title {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.sub-content-right h3 {
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  padding: 0;
}
.sub-content-right .location {
  margin: 20px 0 0;
  width: auto;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sub-content-right .location span {
  margin-right: 5px;
  font-size: 13px;
}
.sub-content-right .location span::before {
  content: ">";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-left: 2px;
  color: #666;
}
.sub-content-right .location span a {
  color: #666;
  text-decoration: none;
}
.sub-content-right .location span a:hover {
  text-decoration: underline;
}
.sub-content-right .location .home {
  background-image: url(../images/icon_home.png);
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 12px;
  font-size: 0;
}
.sub-content-right .sub-menu-depth3 .depth3-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-content-right .sub-menu-depth3 .depth3-menu-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sub-content-right .sub-menu-depth3 .depth3-menu-list li a {
  display: inline-block;
  padding: 12px 26px;
  min-width: 80px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 18, 47, 0.2);
  border-radius: 28px;
  color: #222;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.sub-content-right .sub-menu-depth3 .depth3-menu-list li a:hover {
  color: #fff;
  background-color: #0b4da2;
  border-color: #0b4da2;
  font-weight: 500;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.sub-content-right .sub-menu-depth3 .depth3-menu-list li a.on {
  color: #fff;
  background-color: #0b4da2;
  border-color: #0b4da2;
  font-weight: 500;
}
.sub-content-right .sub-menu-depth3 .depth3-menu-list li a.on:hover {
  background-color: #0b4da2;
  color: #fff;
}
.sub-content-right .sub-menu-depth3 .depth3-menu-list li a.on:hover::after {
  background-color: #fff;
}
.sub-content-right .sub-menu-depth3:empty {
  display: none;
}

@media (max-width: 481px) {
  .sub-content-right .sub-menu-depth3 {
    padding: 0;
    margin-bottom: 10px;
  }
  .sub-content-right .sub-menu-depth3 h4 {
    font-size: 16px;
  }
  .sub-content-right .sub-menu-depth3 .depth3-menu-list li a {
    padding: 6px 12px;
    min-width: 60px;
    border-radius: 20px;
    font-size: 13px;
  }
  .sub-content-right .sub-menu-depth3 .depth3-menu-list li a:hover {
    color: #fff;
    background-color: #0b4da2;
    border-color: #0b4da2;
    font-weight: 500;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .sub-content-right .sub-menu-depth3 .depth3-menu-list li a.on {
    color: #fff;
    background-color: #0b4da2;
    border-color: #0b4da2;
    font-weight: 500;
  }
  .sub-content-right .sub-menu-depth3 .depth3-menu-list li a.on:hover {
    background-color: #0b4da2;
    color: #fff;
  }
  .sub-content-right .sub-menu-depth3 .depth3-menu-list li a.on:hover::after {
    background-color: #fff;
  }
}
/* --- 3차메뉴 별도 영역 스타일 끝 --- */
/* --- footer 영역 --- */
footer {
  width: 100%;
  background-color: #222;
  color: #fff;
  clear: both;
}
@media (max-width: 481px) {
  footer {
    padding: 0 15px;
  }
}
footer .company {
  display: none;
  background-color: rgb(46.75, 46.75, 46.75);
  border-bottom: 1px solid rgb(59.5, 59.5, 59.5);
  padding: 15px 0;
}
footer .company .container {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .company ul {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
footer .company ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
footer .company ul li a:hover {
  color: white;
}
footer .copyright {
  padding: 50px 0;
  text-align: left;
}
footer .copyright .container {
  position: relative;
}
footer .copyright .logo {
  display: none;
  margin-bottom: 15px;
}
footer .copyright .logo img {
  max-height: 40px;
}
footer .copyright span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  line-height: 1.5;
}
footer .copyright br {
  margin-bottom: 5px;
}
footer .copyright #GoToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #0b4da2;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
footer .copyright #GoToTop::before {
  content: "↑";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
footer .copyright #GoToTop:hover {
  opacity: 1;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 15px rgba(11, 77, 162, 0.3);
          box-shadow: 0 5px 15px rgba(11, 77, 162, 0.3);
}
footer .copyright .see_mobile {
  margin-top: 15px;
}
footer .copyright .see_mobile a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 12px;
}
footer .copyright .see_mobile a:hover {
  background-color: rgb(59.5, 59.5, 59.5);
}
@media (min-width: 481px) {
  footer .copyright .see_mobile a {
    display: none;
  }
}

@media (max-width: 768px) {
  footer .company ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  footer .copyright {
    padding: 20px 0;
  }
  footer .copyright span {
    display: block;
    margin: 5px 0;
  }
  footer .copyright #GoToTop {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 40px;
  }
  footer .copyright #GoToTop::before {
    font-size: 18px;
  }
}
/* 기타 버튼 및 로그인 추후 수정 필요 */
/* membermodify */
.membermodify .mem_box {
  width: 540px;
  margin: 60px auto;
  border: 1px #999 solid;
  padding: 30px;
}

.membermodify_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.membermodify_txt {
  text-align: center;
  padding-top: 30px;
  font-size: 1rem;
}

.membermodify_txt span {
  color: #da411c;
}

.membermodify .mem_box .find_idpw_box {
  padding-top: 30px;
}

.membermodify .mem_box .find_idpw_box .btn {
  width: 240px;
  margin-top: 20px;
}

.membermodify.input_form .box-table {
  border: 1px #ddd solid;
  padding: 30px;
  border-radius: 10px;
  background-color: #f9f9f9;
  margin-top: 40px;
}

.membermodify .mem_box .btn_center .btn {
  margin: 0;
}

.membermodify .alert { /*margin-bottom: -20px !important;*/ }

.membermodify_inner_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 30px 0 20px;
  color: #000;
}

@media (max-width: 485px) {
  .membermodify .mem_box {
    width: 100%;
    margin: 20px auto;
    padding: 20px 30px;
  }
  .membermodify_title {
    font-size: 1rem;
  }
  .membermodify .mem_box .find_idpw_box {
    padding-top: 20px;
    font-size: 14px;
  }
  .membermodify .mem_box .find_idpw_box .btn {
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
  }
  .membermodify_txt {
    padding-top: 5px;
    font-size: 12px;
  }
  .membermodify.input_form .box-table {
    padding: 15px;
    margin-top: 15px;
  }
}
.mem_box {
  max-width: 700px;
  margin: 50px auto;
}

.mem_box .alert {
  margin: 20px 0 -20px;
  text-align: center;
}

/* login */
.login_box, .mypage {
  width: 100%;
}

.login_txt01 {
  font-size: 1.625rem;
  line-height: 26px;
  text-align: center;
  color: #333;
}

.login_txt02 {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #666;
  margin-top: 25px;
}

.login_box .panel {
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 0;
  background: #f7f4f0;
  width: 100%;
}

.login_box .col-sm-offset-1 {
  display: none;
}

.login_box .login_add {
  text-align: center;
}

.login_box .btn_idpw {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px #dbdbdb solid;
}

/* login_box */
.login_box .panel {
  padding: 50px 0 15px;
  position: relative;
}

.login_box .panel-body {
  padding: 0;
}

.login_box .control-label {
  text-align: left;
  font-size: 1rem;
  width: 24.5%;
  padding-left: 50px;
}

.login_box .form-control {
  height: 40px;
  margin-bottom: 8px;
  width: 330px;
}

.login_box .form-group {
  margin-bottom: 0;
}

.login_box .login_btn {
  position: absolute;
  top: 50px;
  right: 100px;
}

.login_box .login_btn .btn {
  width: 88px;
  height: 88px;
  padding: 0;
}

.login_box .login_add {
  margin: 20px 0 35px;
}

.login_box .login_add .btn {
  background-color: transparent;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  margin: 0;
  border-radius: 0;
}

.login_box .col-sm-offset-1 {
  display: none;
}

.login_box .btn.login {
  width: 88px;
  height: 88px;
  padding: 0;
  background-color: #ce843f;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.login_box .btn.register {
  border-right: 1px solid #ddd;
}

/* find_idpw_box */
.find_idpw_box {
  width: 100%;
  background: #f7f4f0;
  margin-top: 40px;
  padding-bottom: 50px;
  color: #806040;
  font-size: 1rem;
  line-height: 28px;
}

.find_idpw_box_tab {
  padding-bottom: 50px;
}

.find_idpw_box_tab li {
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.125rem;
  background: #dbd2c5;
  color: #fff;
  float: left;
  cursor: pointer;
}

.find_idpw_box_tab li:hover {
  background: #d7cbbb;
}

.find_idpw_box_tab li.on {
  background: #f7f4f0;
  color: #333;
}

.find_id_txt {
  background: url(../images/find_idpw_img.png) no-repeat 140px 33px;
  padding: 30px 0 30px 265px;
}

.find_id_txt .btn {
  margin-top: 20px;
}

.find_id {
  text-align: center;
  padding: 20px 0;
}

.find_id span {
  color: #f68b1f;
}

.find_id .btn {
  margin-top: 30px;
  width: 145px;
  background-color: #ce843f;
}

.find_pw_txt {
  text-align: center;
  padding-bottom: 30px;
}

.find_pw_txt.error {
  color: #ff1010;
}

.find_pw_input {
  border-top: 1px #dbc8af solid;
  border-bottom: 1px #dbc8af solid;
  width: 460px;
  margin: 0 auto;
  padding: 18px 0 10px;
}

.find_pw_input .input_num {
  width: 100px !important;
}

.find_pw_input table th {
  width: 130px;
  padding-left: 10px;
}

@media (max-width: 600px) {
  /* login */
  .login_box .mem_box {
    width: 100%;
    padding: 0 20px;
  }
  .login_box .control-label, .mypage .control-label {
    display: none;
  }
  .login_box .form-control, .mypage .form-control {
    margin-top: -1px;
    margin-bottom: 0 !important;
    width: 100%;
  }
  .login_box .panel {
    padding: 30px;
  }
  .login_txt02 {
    line-height: 20px;
  }
  .login_box .login_btn {
    position: inherit;
  }
  .login_box .login_btn .btn, .mypage .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin-top: 10px;
  }
  .login_box .login_add {
    margin: 10px 0 20px;
    text-align: left;
  }
  .login_box .login_link_box {
    width: 100%;
  }
  .login_box .login_link {
    height: 50px;
    line-height: 50px;
    width: 50%;
  }
  .login_box .login_link span {
    padding: 3px 0 3px 35px;
    font-size: 14px;
    background-size: contain;
  }
  /* find_idpw_box */
  .find_idpw_box {
    padding-bottom: 30px;
  }
  .find_idpw_box .form-control {
    margin-top: 0;
    margin-bottom: 5px !important;
  }
  .find_id_txt {
    background-position: 110px 32px;
    padding: 30px 0 30px 220px;
    line-height: 20px;
  }
  .find_id_txt .btn {
    margin-top: 15px;
  }
  .find_idpw_box_tab {
    padding-bottom: 30px;
  }
  .find_idpw_box_tab li {
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
  }
  .find_pw_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .find_pw_input {
    width: 420px;
  }
  .find_pw_input table th {
    width: 90px;
  }
}
.border_button {
  margin: 10px;
}
@media (max-width: 1023px) {
  .border_button {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .border_button {
    margin: 8px;
  }
}
@media (max-width: 480px) {
  .border_button {
    margin: 6px;
  }
}
@media (max-width: 319px) {
  .border_button {
    margin: 4px;
  }
}

/* --- 페이지네이션 --- */
.pagination {
  height: 36px;
  margin: 18px auto;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

.pager:before, .pager:after {
  display: table;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}/*# sourceMappingURL=style.css.map */