@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

fieldset {
  border: 0 none;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  font-size: inherit;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-weight: initial;
}

body {
  background: #fff;
}

body,
th,
td,
input,
select,
textarea,
button {
  letter-spacing: -0.03em;
  font-family: "SCDream4", "Roboto", "Malgun Gothic", "sans-serif";
  color: #222;
}

input::-webkit-input-placeholder {
  color: #666;
}

input::-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #666;
}

input::-ms-input-placeholder {
  color: #666;
}

input::placeholder {
  color: #666;
}

textarea::-webkit-input-placeholder {
  color: #666;
}

textarea::-moz-placeholder {
  color: #666;
}

textarea:-ms-input-placeholder {
  color: #666;
}

textarea::-ms-input-placeholder {
  color: #666;
}

textarea::placeholder {
  color: #666;
}

a {
  color: #222;
  text-decoration: none;
}

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

/* 접근성 */
/* button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px dashed #f32121;
} */
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

legend {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: unset;
  font-size: unset;
}

img,
video,
audio,
svg,
canvas,
object,
picture {
  max-width: 100%;
  max-height: 100%;
  border: none;
  border: 0;
}

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

/*크롬 자동 완성 배경색 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

@font-face {
  font-family: "SCDream4";
  src: url("../font/SCDream4.woff2") format("woff2"), url("../font/SCDream4.woff") format("woff");
}
@font-face {
  font-family: "SCDream5";
  src: url("../font/SCDream5.woff2") format("woff2"), url("../font/SCDream5.woff") format("woff");
}
@font-face {
  font-family: "SCDream6";
  src: url("../font/SCDream6.woff2") format("woff2"), url("../font/SCDream6.woff") format("woff");
}
@font-face {
  font-family: "SCDream7";
  src: url("../font/SCDream7.woff2") format("woff2"), url("../font/SCDream7.woff") format("woff");
}
@font-face {
  font-family: "SCDream8";
  src: url("../font/SCDream8.woff2") format("woff2"), url("../font/SCDream8.woff") format("woff");
}
@font-face {
  font-family: "Jalnan";
  src: url("../font/Jalnan.woff2") format("woff2"), url("../font/Jalnan.woff") format("woff");
}
[id] {
  scroll-margin-top: 120px;
}

:root {
  --font-size-sm: 14px;
  --font-size-md: 18px;
  --font-size-lg: 20px;
  --font-size-tit: 28px;
  --font-size-tit-md: 24px;
  --spacing-lg: 64px;
  --spacing-md: 32px;
  --spacing-sm: 24px;
}

@media screen and (max-width: 820px) {
  :root {
    --font-size-md: 14px;
    --font-size-lg: 16px;
    --font-size-tit: 16px;
    --font-size-tit-md: 16px;
    --spacing-lg: 32px;
    --spacing-md: 24px;
    --spacing-sm: 16px;
  }
}
.pc {
  display: block;
}

.mo {
  display: none;
}

.bold {
  font-family: "SCDream5";
}

@media screen and (max-width: 500px) {
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
}
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
input[type=radio]:checked::before {
  background-color: #004EA2;
}
input[type=radio]:disabled {
  border: 1px solid #999;
  background-color: #eeeeee;
}
input[type=radio]:disabled:checked {
  border: 1px solid #eee;
}
input[type=radio]:disabled:checked::before {
  background-color: #eee;
}

input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border: 1px solid #222;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  vertical-align: bottom;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../img/ic_checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%);
  line-height: 1;
}
input[type=checkbox]:checked {
  background-color: #2460D8;
  border: 1px solid #2460D8;
}
input[type=checkbox]:checked::before {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}
input[type=checkbox]:checked:disabled {
  background-color: #eee;
  border: 1px solid #999;
}
input[type=checkbox]:disabled {
  background-color: #eee;
  border: 1px solid #999;
}
input[type=checkbox]:disabled:checked {
  background-color: #999;
}
input[type=checkbox]:disabled:checked:before {
  background-image: url(../img/ic_dis_checked.svg);
}

@media screen and (max-width: 500px) {
  input[type=radio] {
    width: 16px;
    height: 16px;
  }
  input[type=radio]::before {
    width: 8px;
    height: 8px;
  }
  input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
select,
input[type=text],
input[type=number],
textarea {
  height: 48px;
  border: 1px solid #CCCCCC;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  background-color: #fff;
}

input[type=text]:-moz-read-only, input[type=number]:-moz-read-only, textarea:-moz-read-only {
  color: #444;
  background-color: #EEEEEE;
  border-color: #E0E0E0;
}

input[type=text]:read-only,
input[type=number]:read-only,
textarea:read-only {
  color: #444;
  background-color: #EEEEEE;
  border-color: #E0E0E0;
}

input[type=text],
input[type=number] {
  padding: 12px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  padding-left: 12px;
  padding-right: 32px;
  background-image: url(../img/ic_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
}
select:disabled {
  border-color: #E0E0E0;
  background-color: #EEEEEE;
  color: #999999;
}

textarea {
  resize: none;
  padding: 10px 12px;
}

.dl-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

.dl-btn {
  display: inline-block;
  position: relative;
  min-width: 88px;
  padding: 8px 12px 8px 32px;
  text-align: left;
  font-family: "SCDream5";
  border: 1px solid #222;
  border-radius: 6px;
  background-color: #fff;
}
.dl-btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #222;
  -webkit-mask-image: url("../img/ic_down.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_down.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.dl-btn:hover {
  border-color: #0060CE;
  color: #0060CE;
}
.dl-btn:hover::before {
  background-color: #0060CE;
}

.blue {
  color: #004EA2;
}

.green {
  color: #00A162;
}

.org {
  color: #EA552A;
}

.mt-0 {
  margin-top: 0 !important;
}

.text-c {
  text-align: center !important;
}

.content-wrap {
  max-width: 1530px;
  margin: 0 auto;
}

.sub-layout,
.main-page {
  padding-top: 144px;
}

.sub-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  font-size: var(--font-size-md);
}

.left-nav-con {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 308px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 6px;
  margin-top: 120px;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
}
.left-nav-con .head {
  padding: 68px 20px 0;
  height: 160px;
  border-radius: 20px;
  font-size: 30px;
  font-family: "SCDream6";
  color: #fff;
  background: url(../img/img_nav_bg.png) right 15px bottom no-repeat, -webkit-gradient(linear, left top, right top, from(#004EA2), to(#00A162));
  background: url(../img/img_nav_bg.png) right 15px bottom no-repeat, linear-gradient(to right, #004EA2, #00A162);
  -webkit-box-shadow: 0 3px 6px rgba(0, 78, 162, 0.1882352941);
          box-shadow: 0 3px 6px rgba(0, 78, 162, 0.1882352941);
}
.left-nav-con .left-nav {
  padding: 0 20px;
}
.left-nav-con .left-nav > li {
  border-bottom: 1px solid #EAEAEA;
}
.left-nav-con .left-nav > li:last-child {
  border-bottom: 0;
}
.left-nav-con .left-nav .depth-02.active .depth-02-tit {
  color: #004EA2;
}
.left-nav-con .left-nav .depth-02-tit {
  display: block;
  padding: 18px 10px;
  font-size: 20px;
  font-family: "SCDream5";
}

.content-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-header {
  position: relative;
  margin: 120px 0 64px;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #00A162, #004EA2) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#00A162), to(#004EA2)) 1;
     border-image: linear-gradient(to right, #00A162, #004EA2) 1;
}
.content-header .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
  margin-bottom: 20px;
  font-size: 16px;
}
.content-header .breadcrumb .ic-home {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/ic_home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.content-header .breadcrumb > a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.content-header .breadcrumb > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/ic_arrow_sm.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.content-header .breadcrumb > a:last-child::after {
  display: none;
}
.content-header .page-name {
  padding-bottom: 20px;
  font-family: "SCDream5";
  font-size: 40px;
}
.content-header .utile {
  position: absolute;
  right: 0;
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: var(--font-size-sm);
}
.content-header .utile li {
  position: relative;
}
.content-header .utile li button {
  vertical-align: baseline;
}
.content-header .utile li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #222;
}
.content-header .utile li:last-child::after {
  display: none;
}
.content-header .utile .btn-share::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-right: 8px;
  background-image: url(../img/ic_share.svg);
}
.content-header .utile .btn-print::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-right: 8px;
  background-image: url(../img/ic_print.svg);
}

@media screen and (max-width: 1280px) {
  .content-wrap {
    margin: 0 20px;
  }
}
@media screen and (max-width: 820px) {
  .sub-layout,
  .main-page {
    padding-top: 106px;
  }
  .content-header {
    margin: 30px 0 24px;
  }
  .content-header .breadcrumb {
    gap: 20px;
    font-size: 14px;
  }
  .content-header .breadcrumb a:after {
    right: 0;
  }
  .content-header .page-name {
    max-width: 180px;
    padding-bottom: 16px;
    font-size: 22px;
  }
}
.title-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 120px;
  margin-bottom: var(--spacing-md);
  font-size: var(--font-size-tit);
  font-family: "SCDream6";
  line-height: 1;
}
.title-deco::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background-image: url(../img/ic_title_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 820px) {
  .title-deco {
    margin-top: 60px;
  }
  .title-deco::before {
    width: 18px;
    height: 18px;
  }
}
.accordion-list {
  font-size: var(--font-size-md);
}
.accordion-list > li {
  border: 1px solid #cccccc;
  border-bottom: 0;
}
.accordion-list > li:last-child {
  border-bottom: 1px solid #cccccc;
}
.accordion-list .title {
  position: relative;
  width: 100%;
  padding: 20px 60px 20px 24px;
  font-size: var(--font-size-tit-md);
  font-family: "SCDream5";
  cursor: pointer;
}
.accordion-list .title::before {
  content: "Q. ";
}
.accordion-list .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/ic_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-list .text-box {
  display: none;
  padding: 32px;
}
.accordion-list .text-box > li {
  margin-bottom: 24px;
}
.accordion-list .text-box > li:last-child {
  margin-bottom: 0;
}
.accordion-list li.active .text-box {
  display: block;
}
.accordion-list li.active .title {
  border-bottom: 1px solid #cccccc;
}
.accordion-list li.active .title::after {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

@media screen and (max-width: 500px) {
  .accordion-list .title {
    padding: 10px 60px 10px 20px;
  }
  .accordion-list .text-box {
    padding: 20px;
  }
}
.board .board-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.board .board-top .title-deco {
  margin: 0;
}
.board .board-top .page-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #666;
  font-size: 16px;
}
.board .board-top .page-info .num {
  margin: 0 4px;
  color: #222;
}
.board .board-top .page-info p {
  position: relative;
}
.board .board-top .page-info p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #222;
}
.board .board-top .page-info p:last-child::after {
  display: none;
}
.board .board-top .board-search-container select,
.board .board-top .board-search-container input {
  margin-right: 8px;
}
.board .board-top .board-search-container input {
  width: 200px;
}
.board .board-top .board-search-container select {
  width: 140px;
}
.board .board-top .board-search-container button {
  padding: 12px 20px;
  background-color: #00A162;
  border-radius: 8px;
  color: #fff;
  font-family: "SCDream5";
}
.board .accordion-list {
  margin-top: 24px;
}
.board .board-list .table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #222222;
}
.board .board-list .table .btn-line {
  padding: 6px 30px;
}
.board .board-list .table th,
.board .board-list .table td {
  text-align: center;
}
.board .board-list .table tr {
  border-bottom: 1px solid #ddd;
}
.board .board-list .table thead th {
  padding: 18px 10px;
  font-weight: normal;
  border-bottom: 1px solid #222;
}
.board .board-list .table tbody td {
  padding: 18px 10px;
}
.board .board-list .table tbody .badge {
  padding: 4px 8px;
  font-size: 16px;
  color: #0060CE;
  border: 1px solid #61ABFF;
  background-color: #EEF6FF;
  border-radius: 6px;
}
.board .board-list .table tbody .title {
  text-align: left;
}
.board .board-list .table tbody .title .title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board .board-list .table tbody .title .title-link {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.board .board-list .table tbody .title .badge-new {
  display: inline-block;
  padding: 0 4px 2px;
  margin-left: 10px;
  font-size: 10px;
  color: #fff;
  font-family: "SCDream5";
  background-color: #004EA2;
  border-radius: 4px;
}
.board .board-list .table tbody .title .ic-lock {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-image: url(../img/ic_lock.svg);
}
.board .ic-file {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.board .ic-file.ic-file-pdf {
  background-image: url(../img/ic_file_pdf.svg);
}
.board .ic-file.ic-file-hwp {
  background-image: url(../img/ic_file_hwp.svg);
}
.board .ic-file.ic-file-xlsx {
  background-image: url(../img/ic_file_xlsx.svg);
}
.board .ic-file.ic-file-zip {
  background-image: url(../img/ic_file_zip.svg);
}
.board .ic-file.ic-file-jpg {
  background-image: url(../img/ic_file_jpg.svg);
}
.board .ic-file.ic-file-default {
  background-image: url(../img/ic_file_default.svg);
}
.board .ic-file.ic-file-png {
  background-image: url(../img/ic_file_default.svg);
}
.board .ic-file.ic-file-ppt {
  background-image: url(../img/ic_file_ppt.svg);
}

.board-view {
  margin-bottom: 56px;
}
.board-view .board-view-head {
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
.board-view .board-view-head .title {
  margin-bottom: 16px;
  font-size: var(--font-size-tit);
  font-family: "SCDream5";
}
.board-view .board-view-head .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.board-view .board-view-head .info dt {
  margin-right: 8px;
  color: #666;
}
.board-view .board-view-head .info dd {
  position: relative;
  margin-right: 34px;
}
.board-view .board-view-head .info dd:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.board-view .board-view-head .info dd:last-child::after {
  display: none;
}
.board-view .board-view-head .info .info-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.board-view .board-view-head .info .info-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.board-view .board-view-head .info .info-item:last-child::after {
  display: none;
}
.board-view .board-view-body {
  padding: 32px 0 64px;
}
.board-view .board-view-body.board-format {
  max-width: 610px;
}
.board-view .board-view-body.board-format table {
  font-size: 13px;
  width: 100% !important;
  table-layout: auto !important;
}
.board-view .board-view-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 64px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.board-view .board-view-file .title {
  -ms-flex-negative: 0;
      flex-shrink: 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;
  width: 200px;
  padding: 19px;
  font-family: "SCDream5";
  background-color: #F7F7F7;
}
.board-view .board-view-file .file-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 24px;
  overflow: hidden;
}
.board-view .board-view-file .file-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.board-view .board-view-file .file-list > li .file-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 80%;
  overflow: hidden;
}
.board-view .board-view-file .file-list > li .ic-file {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  vertical-align: top;
}
.board-view .board-view-file .file-list > li .name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-view .board-view-file .file-list > li:last-child {
  margin-bottom: 0;
}
.board-view .board-detail {
  width: 100%;
  margin-bottom: var(--spacing-lg);
  text-align: left;
  border-top: 2px solid #222222;
}
.board-view .board-detail th {
  font-family: "SCDream5";
}
.board-view .board-detail th,
.board-view .board-detail td {
  border-bottom: 1px solid #CCCCCC;
}
.board-view .board-detail thead th {
  padding: 22px 24px;
  font-size: var(--font-size-tit);
  background-color: #F7F8FA;
}
.board-view .board-detail tbody th,
.board-view .board-detail tbody td {
  padding: 14px 24px;
}
.board-view .board-detail tbody th {
  background-color: #F7F7F7;
}
.board-view .board-detail.table-reset {
  /*에디터에서 생성된 태그 스타일 reset*/
}
.board-view .board-detail.table-reset td span,
.board-view .board-detail.table-reset td p {
  font-family: "SCDream4" !important;
  font-size: var(--font-size-md) !important;
}
.board-view .board-nav {
  border-top: 1px solid #ddd;
}
.board-view .board-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #ccc;
}
.board-view .board-nav-label {
  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;
  padding: 10px;
  width: 200px;
  text-align: center;
  font-family: "SCDream5";
  background-color: #F7F7F7;
}
.board-view .board-nav-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-view .btn-row {
  margin-top: 64px;
  text-align: right;
}
.board-view .btn-row .board-btn {
  padding: 14px 20px;
  color: #fff;
  border-radius: 8px;
  background-color: #00A162;
}
.board-view .btn-row .board-btn.board-btn {
  margin-left: 4px;
}
.board-view .board-view-btns {
  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-top: var(--spacing-lg);
}
.board-view .board-view-btns .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.board-view .board-view-btns .btn-line {
  padding: 11px 20px;
}

.board-pagination {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.board-pagination .page-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px 0;
  text-align: center;
  line-height: 1;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 16px;
}
.board-pagination .page-btn.first {
  background-image: url(../img/ic_page_first.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.board-pagination .page-btn.prev {
  background-image: url(../img/ic_page_prev.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.board-pagination .page-btn.next {
  background-image: url(../img/ic_page_next.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.board-pagination .page-btn.last {
  background-image: url(../img/ic_page_last.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.board-pagination .page-btn.active {
  font-family: "SCDream5";
  color: #fff;
  background-color: #00A162;
}
.board-pagination .page-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin: 0 12px;
}
.board-pagination .move-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

@media screen and (max-width: 820px) {
  .board .board-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .board .board-top .title-deco {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .board .board-top .page-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .board .board-top .board-search-container {
    text-align: right;
  }
  .board .board-list .table {
    width: 100%;
  }
  .board .board-list .table colgroup {
    display: none;
  }
  .board .board-list .table thead {
    display: none;
  }
  .board .board-list .table tr {
    display: block;
    position: relative;
    width: 100%;
    padding: 16px 10px 16px 55px;
  }
  .board .board-list .table tbody td {
    display: inline-block;
    position: relative;
    padding: 0;
  }
  .board .board-list .table tbody td.badge {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
  .board .board-list .table tbody td.badge-cell {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
  .board .board-list .table tbody td.badge-cell .badge {
    font-size: 14px;
    padding: 4px 6px;
  }
  .board .board-list .table tbody td.num {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
  .board .board-list .table tbody td.title {
    display: block;
    margin-bottom: 10px;
  }
  .board .board-list .table tbody td.file, .board .board-list .table tbody td.writer, .board .board-list .table tbody td.date, .board .board-list .table tbody td.views, .board .board-list .table tbody td.sort {
    padding-right: 20px;
    color: #777;
  }
  .board .board-list .table tbody td.sort::after, .board .board-list .table tbody td.file::after, .board .board-list .table tbody td.writer::after, .board .board-list .table tbody td.date::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #ccc;
  }
  .board.open-information .scroll-icon-row {
    display: block;
  }
  .board-view .board-view-file .title {
    width: 100px;
  }
  .board-view .board-nav-label {
    width: 100px;
  }
  .board-view .board-detail colgroup {
    display: none;
  }
  .board-view .board-detail tr {
    display: block;
    width: 100%;
  }
  .board-view .board-detail th,
  .board-view .board-detail td {
    display: block;
  }
  .board-view .board-detail thead th {
    padding: 8px;
  }
  .board-view .board-detail tbody th,
  .board-view .board-detail tbody td {
    padding: 8px;
  }
  .board-view .board-detail tbody th {
    font-size: 16px;
  }
  .board-view .board-view-btns .btn-line {
    height: 40px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 500px) {
  .board-sort-tabs .item {
    width: calc((100% - 4px) / 2);
    padding: 12px 8px 11px 52px;
    background-position: center left 8px;
  }
  .board .board-top {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 30px 0 10px;
  }
  .board .board-top .title-deco {
    margin-bottom: 10px;
  }
  .board .board-top .board-search-container {
    text-align: left;
  }
  .board .board-top .board-search-container input,
  .board .board-top .board-search-container select {
    height: 40px;
  }
  .board .board-top .board-search-container select {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    background-size: 20px;
    background-position: right 10px center;
  }
  .board .board-top .board-search-container input {
    width: calc(100% - 75px);
  }
  .board .board-top .board-search-container button {
    padding: 10px 16px;
  }
  .board .board-top .page-info {
    font-size: 14px;
    gap: 16px;
  }
  .board .board-top .page-info p::after {
    right: -8px;
  }
  .board .board-list .table tbody td {
    font-size: 15px;
  }
  .board .board-list .tbl-info {
    width: 100%;
  }
  .board .board-list .tbl-info colgroup {
    display: none;
  }
  .board .board-list .tbl-info thead {
    display: none;
  }
  .board .board-list .tbl-info tr {
    display: block;
    position: relative;
    width: 100%;
    padding: 12px 0 16px;
    border-bottom: 1px solid #ccc;
  }
  .board .board-list .tbl-info tbody td {
    display: block;
    text-align: left;
    position: relative;
    padding: 0;
    border: 0;
  }
  .board .board-list .tbl-info tbody td:not(.link) {
    padding: 4px 0 5px 64px;
  }
  .board .board-list .tbl-info tbody td:not(.link)::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    font-family: "SCDream5";
  }
  .board .board-list .tbl-info tbody .num {
    display: none;
  }
  .board .board-list .link {
    width: 100%;
    margin-top: 8px;
  }
  .board .board-list .link .btn-line {
    width: 100%;
    padding: 4px;
    border-radius: 4px;
  }
  .board.open-information .scroll-icon-row {
    display: none;
  }
  .board-view {
    margin-bottom: 32px;
  }
  .board-view .board-view-head {
    padding: 0 0 12px;
  }
  .board-view .board-view-head .title {
    margin-bottom: 8px;
  }
  .board-view .board-view-head .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
  }
  .board-view .board-view-head .info dt {
    margin-right: 4px;
  }
  .board-view .board-view-head .info dd {
    margin-right: 16px;
  }
  .board-view .board-view-head .info dd::after {
    right: -8px;
  }
  .board-view .board-view-head .info .info-item::after {
    right: 7px;
  }
  .board-view .board-view-body {
    padding: 24px 0 32px;
  }
  .board-view .board-view-file {
    margin-bottom: 32px;
    border-color: #222;
  }
  .board-view .board-view-file .title {
    display: none;
  }
  .board-view .board-view-file .file-list {
    padding: 0;
  }
  .board-view .board-view-file .file-list > li {
    margin-bottom: 0;
    border-bottom: 1px solid #222;
  }
  .board-view .board-view-file .file-list > li > a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    padding: 12px;
  }
  .board-view .board-view-file .file-list > li .ic-file {
    display: none;
  }
  .board-view .board-view-file .file-list > li:last-child {
    border-bottom: 0;
  }
  .board-view .board-view-file .file-list > li .dl-btn {
    min-width: 36px;
    font-size: 0;
    border: 0;
  }
  .board-view .board-nav {
    font-size: 14px;
  }
  .board-view .board-nav-label {
    width: 90px;
    font-size: 14px;
  }
  .board-view .board-nav-link {
    padding: 12px 8px;
  }
  .board-view .btn-row {
    margin-top: 32px;
  }
  .board-view .btn-row .board-btn {
    padding: 12px 20px;
  }
  .board-pagination {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 42px;
  }
  .board-pagination .page-btn {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -20px 0;
}
.gallery .item {
  width: calc(33.3333333333% - 40px);
  margin: 32px 20px;
}
.gallery .item > a {
  display: block;
}
.gallery .item .thumb {
  width: 100%;
  height: 324px;
  margin-bottom: 16px;
  aspect-ratio: 16/9;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  overflow: hidden;
}
.gallery .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .item .thumb.no-img {
  background-color: #F7F8FA;
  background-image: url(../img/no-img.png);
  background-position: center;
  background-repeat: no-repeat;
}
.gallery .item .info .title {
  width: 100%;
  margin-bottom: 4px;
  font-size: 20px;
  font-family: "SCDream5";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gallery .item .download {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-top: 16px;
  padding: 14px;
  font-size: 20px;
  font-family: "SCDream5";
  text-align: center;
  border: 1px solid #222;
  border-radius: 8px;
}
.gallery .item .download:hover {
  color: #fff;
  background-color: #0060CE;
  border-color: #0060CE;
}
.gallery .item .preview {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-top: 16px;
  padding: 14px;
  font-size: 20px;
  font-family: "SCDream5";
  text-align: center;
  border: 1px solid #222;
  border-radius: 8px;
}
.gallery .item .preview:hover {
  color: #fff;
  background-color: #0060CE;
  border-color: #0060CE;
}
.gallery .item .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 1280px) {
  .gallery {
    margin: -26px -14px 0;
  }
  .gallery .item {
    margin: 32px 14px;
    width: calc(50% - 28px);
  }
}
@media screen and (max-width: 820px) {
  .gallery {
    margin: -26px -10px 0;
  }
  .gallery .item {
    width: calc(50% - 20px);
    margin: 28px 10px;
  }
}
@media screen and (max-width: 500px) {
  .gallery {
    margin: 0;
  }
  .gallery .item {
    width: 100%;
    margin: 0 0 32px;
  }
  .gallery .item .thumb {
    height: 180px;
    margin-bottom: 8px;
  }
  .gallery .item .info .title {
    font-size: 17px;
  }
  .gallery .item .download {
    height: 40px;
    margin-top: 8px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
  }
  .gallery .item .preview {
    height: 40px;
    margin-top: 8px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
  }
}
.page-feedback {
  margin: 100px 0;
  background-color: #F1F5FF;
  border-radius: 20px;
}
.page-feedback .satisfaction {
  padding: 30px;
}
.page-feedback .satisfaction .title {
  margin-bottom: 4px;
  font-family: "SCDream5";
}
.page-feedback .satisfaction .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
}
.page-feedback .satisfaction .score-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 28px;
  font-size: 16px;
}
.page-feedback .opinion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.page-feedback .opinion .opinion-input {
  position: relative;
  width: calc(100% - 88px);
  font-size: 16px;
}
.page-feedback .opinion .opinion-input textarea {
  width: 100%;
  height: 48px;
  padding: 10px 16px 14px;
  resize: none;
  border: 1px solid #707070;
  border-radius: 8px;
  overflow: hidden;
}
.page-feedback .opinion .submit-btn {
  padding: 12px 20px;
  color: #fff;
  font-family: "SCDream5";
  background-color: #00A162;
  border-radius: 8px;
}

@media screen and (max-width: 820px) {
  .page-feedback {
    margin-bottom: 54px;
  }
  .page-feedback .satisfaction {
    padding: 16px 16px 35px;
  }
  .page-feedback .satisfaction .description {
    font-size: 14px;
  }
  .page-feedback .satisfaction .description::before {
    display: none;
  }
  .page-feedback .satisfaction .score-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .page-feedback .satisfaction .score-group .score-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .page-feedback .opinion .opinion-input {
    width: calc(100% - 46px);
  }
  .page-feedback .opinion .opinion-input textarea {
    height: 30px;
    padding: 6px 10px;
    font-size: 12px;
  }
  .page-feedback .opinion .submit-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 6px 12px;
    font-size: 13px;
  }
}
.footer {
  padding: 78px 0 62px;
  background-color: #111111;
  color: #fff;
  font-size: 16px;
}
.footer a {
  color: #fff;
}
.footer .site-info .logo {
  margin-bottom: 30px;
}
.footer .site-info .adress {
  margin-bottom: 16px;
}
.footer .site-info .adress dl {
  margin-top: 4px;
}
.footer .site-info .adress dl dt,
.footer .site-info .adress dl dd {
  display: inline-block;
}
.footer .site-info .adress dl dt {
  margin-right: 6px;
}
.footer .site-info .adress dl dd {
  margin-right: 20px;
}
.footer .site-info .email-notice {
  color: #CCCCCC;
}
.footer .privacy-info {
  margin-top: 60px;
}
.footer .privacy-info .privacy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 66px;
  margin-bottom: 20px;
  font-size: var(--font-size-md);
}
.footer .privacy-info .copy {
  color: #CCCCCC;
}

@media screen and (max-width: 820px) {
  .footer {
    font-size: 13px;
  }
  .footer .site-info .logo {
    width: 160px;
    margin-bottom: 20px;
  }
  .footer a {
    font-size: 13px;
  }
  .footer .privacy-info {
    margin-top: 20px;
  }
  .footer .privacy-info .privacy-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 16px;
  }
}
.wrap_controllers {
  display: none;
}

.cont {
  display: none;
}

.root_daum_roughmap {
  border: 1px solid #CCCCCC;
}
.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {
  display: none;
}

.floating-consult {
  position: fixed;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.floating-consult .floating-consult-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  background: #004EA2;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.floating-consult .tel {
  padding: 4px 16px 0;
  border-bottom: 1px dashed #fff;
  font-size: 28px;
  font-family: "SCDream7";
  color: #FFE4A5;
}
.floating-consult .desc {
  padding: 6px 18px 10px;
  text-align: left;
  font-size: 12px;
}

@media screen and (max-width: 500px) {
  .floating-consult {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header .masthead-container {
  padding: 12px 0;
  border-bottom: 1px solid #EAEAEA;
  font-size: 14px;
  background-color: #fff;
}
.header .util-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 20px;
}
.header .zoom:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #EAEAEA;
}
.header .zoom .label {
  margin-right: 16px;
}
.header .zoom .btn-zoom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header .zoom .btn-zoom {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F2F2F2;
  background-size: contain;
}
.header .zoom .btn-zoom.in {
  background-image: url(../img/ic_plus.svg);
}
.header .zoom .btn-zoom.out {
  background-image: url(../img/ic_minus.svg);
}
.header .zoom .btn-zoom.reset {
  background-image: url(../img/ic_reset_zoom.svg);
}
.header .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-left: 20px;
}
.header .sns-list > li {
  font-size: 0;
}
.header .sns-list a {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .sns-list .yt {
  background-image: url(../img/ic_youtube.svg);
}
.header .sns-list .nb {
  background-image: url(../img/ic_naver.svg);
}
.header .sns-list .fb {
  background-image: url(../img/ic_facebook.svg);
}
.header .sns-list .ig {
  background-image: url(../img/ic_instar.svg);
}

.gnb-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 2;
}

.menu-btn {
  width: 32px;
  height: 32px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  background-image: url(../img/ic_menu.svg);
}

.menu-container {
  position: relative;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
}
.menu-container .logo {
  width: 245px;
  height: 44px;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-container .logo > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.menu-container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
}
.menu-container .header-utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-container .drawer-menu {
  display: none;
}
.menu-container.open-search .menu-search-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-search-container {
  margin-left: 16px;
}
.menu-search-container .menu-search-btn {
  font-size: 0;
}
.menu-search-container .menu-search-btn .ic {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #222;
  -webkit-mask-image: url("../img/ic_search.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_search.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.menu-search-container .menu-search-layer {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1411764706);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1411764706);
}
.menu-search-container .search-input-container {
  position: relative;
  width: 20%;
  height: 48px;
  border-radius: 8px;
}
.menu-search-container .search-input {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 16px;
  border: 1px solid #004EA2;
}
.menu-search-container .search-input::-webkit-input-placeholder {
  font-family: "SCDream4";
}
.menu-search-container .search-input::-moz-placeholder {
  font-family: "SCDream4";
}
.menu-search-container .search-input:-ms-input-placeholder {
  font-family: "SCDream4";
}
.menu-search-container .search-input::-ms-input-placeholder {
  font-family: "SCDream4";
}
.menu-search-container .search-input::placeholder {
  font-family: "SCDream4";
}
.menu-search-container .search-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
}
.menu-search-container .search-btn .ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #004EA2;
  -webkit-mask-image: url("../img/ic_search.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_search.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.nav {
  height: 100%;
  margin: auto;
}
.nav .gnb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 128px;
  height: 100%;
}
.nav .gnb-list .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.nav .gnb-list .depth1 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  font-size: 20px;
  font-family: "SCDream5";
}
.nav .gnb-list .depth1:hover > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 60px);
  height: 2px;
  background-color: #0060CE;
}
.nav .gnb-list .depth1 .lnb-panel {
  display: none;
}
.nav .gnb-list .depth1.active .lnb-panel {
  display: block;
}
.nav .lnb-panel {
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #E0E0E0;
  z-index: 2;
}
.nav .lnb-panel .lnb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav .lnb-panel .lnb-aside {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px;
  min-height: 262px;
  padding: 52px 40px 52px 236px;
  background: url(../img/img_gnb_bg.png) no-repeat;
  background-position: left -40px bottom -40px;
  background-color: #F1F5FF;
}
.nav .lnb-panel .aside-content .tit {
  font-size: 36px;
  font-family: "SCDream5";
}
.nav .lnb-panel .lnb-content-container {
  width: 100%;
  padding-right: 186px;
}
.nav .lnb-panel .lnb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 62px 0 62px 72px;
}
.nav .lnb-panel .sub-list > li {
  display: inline-block;
  position: relative;
  margin-right: 90px;
}
.nav .lnb-panel .sub-list > li:last-child {
  margin-right: 0;
}
.nav .lnb-panel .sub-list > li a {
  display: inline-block;
  position: relative;
  font-size: 20px;
}
.nav .lnb-panel .sub-list > li a:hover {
  color: #004EA2;
  font-family: "SCDream5";
}

.drawer-menu-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.drawer-menu-modal .mo-gnb-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.drawer-menu-modal {
  /* 오른쪽 슬라이드 */
}
.drawer-menu-modal .menu-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.drawer-menu-modal .menu-panel .menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 20px;
  background-color: #004EA2;
}
.drawer-menu-modal .menu-panel .menu-top .drawer-menu-close {
  width: 32px;
  height: 32px;
}
.drawer-menu-modal .menu-panel .menu-top .drawer-menu-close .ic {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask-image: url("../img/ic_close.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../img/ic_close.svg");
  mask-repeat: no-repeat;
  mask-position: center;
}
.drawer-menu-modal .menu-panel .search-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px;
  text-align: right;
  border-bottom: 1px solid #EEEEEE;
}
.drawer-menu-modal .menu-panel .search-row .menu-search-container {
  display: inline-block;
  position: relative;
  height: 40px;
}
.drawer-menu-modal .menu-panel .search-row .menu-search-container .search-btn .ic {
  width: 20px;
  height: 20px;
  background-size: contain;
}
.drawer-menu-modal .menu-panel > nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.drawer-menu-modal .menu-panel .drawer {
  position: relative;
  height: 100%;
  background-color: #F9F9F9;
  overflow: auto;
}
.drawer-menu-modal .menu-panel .drawer .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth1-tit {
  width: 184px;
  padding: 18px 20px;
  font-family: "SCDream5";
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth2 {
  position: absolute;
  top: 0;
  left: 184px;
  width: calc(100% - 184px);
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth2 .depth2-tit {
  display: block;
  padding: 20px 40px 20px 20px;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth2 > li.on {
  background-color: #F1F5FF;
}
.drawer-menu-modal .menu-panel .drawer .depth1.is-open .depth1-tit {
  background-color: #fff;
}
.drawer-menu-modal .menu-panel .drawer .depth1.is-open .depth2 {
  display: block;
}
.drawer-menu-modal.active .menu-panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1600px) {
  .nav {
    margin-left: auto;
  }
  .nav .gnb-list {
    gap: 80px;
  }
  .menu-search-container {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .sitemap-btn {
    display: none;
  }
  .header-utils {
    margin-left: auto;
  }
  .menu-container .nav {
    display: none;
  }
  .menu-container .drawer-menu {
    display: block;
  }
  .menu-container .drawer-menu .util-container {
    display: block;
  }
  .menu-container .drawer-menu .menu-search-container {
    display: block;
  }
  .menu-container .nav {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .left-nav-con {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .header .zoom {
    padding-right: 10px;
  }
  .header .zoom .btn-zoom {
    width: 20px;
    height: 20px;
  }
  .header .sns-list {
    padding-left: 10px;
  }
  .header .sns-list a {
    width: 20px;
    height: 20px;
  }
  .menu-btn {
    width: 28px;
    height: 28px;
  }
  .menu-container .logo {
    width: 160px;
    height: 30px;
  }
  .menu-container .inner {
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .drawer-menu-modal .menu-panel {
    width: 100%;
  }
  .drawer-menu-modal .menu-panel .menu-top {
    height: 50px;
  }
  .drawer-menu-modal .menu-panel .menu-top .drawer-menu-close {
    width: 16px;
    height: 16px;
  }
  .drawer-menu-modal .menu-panel .drawer .depth1 .depth1-tit {
    width: 128px;
    padding: 16px;
    font-size: 16px;
  }
  .drawer-menu-modal .menu-panel .drawer .depth1 .depth2 {
    left: 128px;
    width: calc(100% - 128px);
  }
  .drawer-menu-modal .menu-panel .drawer .depth1 .depth2 .depth2-tit {
    padding: 16px 36px 16px 16px;
    font-size: 15px;
    background-size: 14px;
  }
  .drawer-menu-modal .menu-panel .drawer .depth1 .depth3 > li a {
    padding: 14px 26px;
  }
  .drawer-menu-modal .menu-panel .drawer .depth1 .depth4 > li a {
    padding: 14px 46px;
  }
}
.open-sitemap {
  overflow: hidden;
}

.sitemap-modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  width: 100%;
  padding: 68px 165px 24px;
  inset: 0;
  background: #fff;
  z-index: 9999;
  overflow: auto;
  display: none;
}
.sitemap-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap-close-area {
  margin-bottom: 28px;
  text-align: right;
}
.sitemap-close-area .sitemap-close {
  width: 24px;
  height: 24px;
  background-image: url(../img/ic_close.svg);
}

.sitemap-tit {
  margin-bottom: 20px;
  font-size: 40px;
}

.sitemap-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  border-top: 1px solid #222;
}

.sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sitemap-list:last-child {
  border-bottom: 0;
}
.sitemap-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #E0E0E0;
}
.sitemap-list .depth-tit {
  width: 230px;
  padding: 24px;
  font-size: 20px;
  color: #004EA2;
  font-family: "SCDream5";
  background-color: #F7F8FA;
}
.sitemap-list .depth-tit.target::after {
  background-color: #004EA2;
}
.sitemap-list .sitemap-depth2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0;
  width: calc(100% - 240px);
}
.sitemap-list .sitemap-depth2 > li {
  position: relative;
  width: 33.3333333333%;
  padding: 12px 0 12px 40px;
}
.sitemap-list .sitemap-depth2 > li::before {
  content: "•";
  margin-right: 4px;
}
.sitemap-list .sitemap-depth2 > li a {
  display: inline-block;
  position: relative;
}
.sitemap-list .sitemap-depth2 > li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #222;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.sitemap-list .sitemap-depth2 > li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-control .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-control .swiper-button {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 0;
  left: 0;
  right: 0;
  top: 0;
}
.slider-control .swiper-button svg {
  display: none;
}
.slider-control .swiper-button.swiper-button-disabled {
  opacity: 1;
}
.slider-control .stop-btn,
.slider-control .play-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0;
  vertical-align: bottom;
}
.slider-control .stop-btn {
  background-image: url(../img/ic_swiper_stop_w.svg);
}
.slider-control .play-btn {
  background-image: url(../img/ic_swiper_play_w.svg);
}
.slider-control .swiper-pagination {
  position: relative;
  top: 0;
}

@media screen and (max-width: 820px) {
  .slider-control .swiper-button {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .slider-control .stop-btn,
  .slider-control .play-btn {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}
.section-title {
  font-family: "SCDream7";
  font-size: 32px;
}

@media screen and (max-width: 820px) {
  .section-title {
    font-size: 24px;
  }
}
.hero-section {
  position: relative;
  padding-top: 40px;
  margin-bottom: 220px;
}
.hero-section .hero-swiper {
  position: relative;
  font-size: 0;
  border-radius: 20px;
}
.hero-section .hero-swiper::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: 16px;
  z-index: 2;
}
.hero-section .hero-swiper .swiper-slide {
  position: relative;
}
.hero-section .hero-swiper .swiper-slide .title-wrap {
  position: absolute;
  top: 152px;
  left: 120px;
  line-height: 1.2;
}
.hero-section .hero-swiper .swiper-slide .title-wrap .main-title {
  font-size: 60px;
  font-family: "Jalnan";
}
.hero-section .hero-swiper .swiper-slide .title-wrap .sub-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-family: "SCDream5";
}
.hero-section .hero-swiper .swiper-slide:nth-child(1) .sub-title {
  color: #EA552A;
}
.hero-section .hero-swiper .swiper-slide:nth-child(1) .main-title {
  color: #1A65D6;
}
.hero-section .hero-swiper .swiper-slide:nth-child(2) {
  color: #fff;
}
.hero-section .hero-swiper .swiper-slide:nth-child(3) {
  color: #633D11;
}
.hero-section .hero-swiper .swiper-slide:nth-child(3) .title-wrap .sub-title {
  margin-top: 32px;
}
.hero-section .slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 64px;
  bottom: 34px;
  font-size: 20px;
}
.hero-section .slider-control .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.hero-section .slider-control .swiper-pagination-current {
  position: relative;
  color: #FFC400;
}
.hero-section .slider-control .swiper-pagination-current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFC400;
}
.hero-section .slider-control .pagination-line {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 20px;
  background-color: #fff;
}
.hero-section .slider-control .btns {
  margin-left: 30px;
  z-index: 2;
}
.hero-section .slider-control .swiper-button-prev {
  background-image: url(../img/ic_swiper_prev_w.svg);
}
.hero-section .slider-control .swiper-button-next {
  background-image: url(../img/ic_swiper_next_w.svg);
}

@media screen and (max-width: 1280px) {
  .hero-section .hero-swiper .swiper-slide .title-wrap {
    top: 90px;
    left: 70px;
  }
  .hero-section .hero-swiper .swiper-slide .title-wrap .sub-title {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .hero-section .hero-swiper .swiper-slide .title-wrap .main-title {
    font-size: 50px;
  }
  .hero-section .hero-swiper .swiper-slide:nth-child(3) .title-wrap .sub-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 820px) {
  .hero-section {
    padding-top: 20px;
    margin-bottom: 146px;
  }
  .hero-section .slider-control {
    left: 48px;
    font-size: 16px;
  }
  .hero-section .slider-control .pagination-line {
    width: 16px;
    margin: 0 10px;
  }
  .hero-section .hero-swiper .swiper-slide .title-wrap {
    top: 60px;
    left: 48px;
  }
  .hero-section .hero-swiper .swiper-slide .title-wrap .sub-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .hero-section .hero-swiper .swiper-slide .title-wrap .main-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .hero-section {
    padding-top: 0;
  }
  .hero-section.content-wrap {
    margin: 0;
  }
  .hero-section .hero-swiper {
    border-radius: 0;
  }
  .hero-section .hero-swiper .swiper-slide {
    height: 250px;
  }
  .hero-section .hero-swiper .swiper-slide .title-wrap {
    top: 60px;
    left: 26px;
  }
  .hero-section .hero-swiper .swiper-slide .title-wrap .sub-title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .hero-section .hero-swiper .swiper-slide .title-wrap .main-title {
    font-size: 28px;
  }
  .hero-section .hero-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .hero-section .slider-control {
    left: 26px;
    bottom: 20px;
    font-size: 14px;
  }
}
.main-info {
  padding: 150px 0 60px;
  background-color: #F1F5FF;
}
.main-info .content-wrap {
  position: relative;
}

.welfare-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -310px;
  left: 0;
  right: 0;
  width: auto;
  padding: 30px 58px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1490196078);
}
.welfare-business .section-title {
  position: relative;
  padding-right: 70px;
  margin-right: 155px;
}
.welfare-business .section-title .org {
  display: block;
}
.welfare-business .section-title::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 1px;
  height: 100px;
  background-color: #CCCCCC;
}
.welfare-business .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 200px;
}
.welfare-business .list > li {
  text-align: center;
}
.welfare-business .list > li .ic {
  display: inline-block;
  width: 74px;
  height: 68px;
  background-size: contain;
}
.welfare-business .list > li .ic.on {
  margin-left: 6px;
  background-image: url(../img/ic_bs_01.png);
}
.welfare-business .list > li .ic.up {
  background-image: url(../img/ic_bs_02.png);
}
.welfare-business .list > li .ic.plus {
  background-image: url(../img/ic_bs_03.png);
}
.welfare-business .list > li .tit {
  margin-top: 6px;
  font-family: "SCDream8";
  font-size: 24px;
}
.welfare-business .list > li .desc {
  margin-top: 4px;
  line-height: 1.2;
  font-family: "SCDream5";
  font-size: 16px;
  color: #666666;
}

@media screen and (max-width: 1386px) {
  .welfare-business {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .welfare-business .section-title {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .welfare-business .section-title::after {
    display: none;
  }
  .welfare-business .section-title .org {
    display: inline-block;
    margin-left: 8px;
  }
  .welfare-business .list {
    gap: 160px;
  }
  .welfare-business .list > li .tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .welfare-business {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: -266px;
  }
  .welfare-business .list {
    gap: 80px;
  }
  .welfare-business .list > li .ic {
    width: 48px;
    height: 44px;
  }
  .welfare-business .list > li .tit {
    font-size: 16px;
  }
  .welfare-business .list > li .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .main-info {
    padding: 40px 0 60px;
    background-color: #fff;
  }
  .welfare-business {
    position: initial;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .welfare-business .section-title {
    margin-bottom: 20px;
  }
  .welfare-business .list {
    gap: 50px;
  }
  .welfare-business .list .desc {
    display: none;
  }
}
.notice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.welfare-news {
  min-width: 826px;
  overflow: hidden;
}
.welfare-news .section-title {
  margin-bottom: 40px;
}
.welfare-news .notice-tabs {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.welfare-news .notice-tabs .tab-dropdown-trigger {
  display: none;
}
.welfare-news .notice-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 36px;
}
.welfare-news .notice-tabs .tab {
  position: relative;
  padding: 16px 30px;
  font-size: 20px;
  color: #666666;
  font-family: "SCDream5";
  border-radius: 36px;
}
.welfare-news .notice-tabs .tab.active {
  background-color: #00A162;
  color: #fff;
}
.welfare-news .notice-panels {
  margin-top: 32px;
}
.welfare-news .notice-panels .tab-panel {
  position: relative;
}
.welfare-news .notice-panels .notice-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.welfare-news .notice-panels .notice-box {
  display: inline-block;
  width: 400px;
  height: 238px;
  padding: 32px;
  background-color: #fff;
  border-radius: 10px;
}
.welfare-news .notice-panels .notice-box .notice-badge {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 16px;
  border-radius: 8px;
  font-family: "SCDream5";
  color: #00A162;
  border: 1px solid #00A162;
  background-color: #F2FFFA;
}
.welfare-news .notice-panels .notice-box .title-con {
  height: 80px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.welfare-news .notice-panels .notice-box .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-family: "SCDream6";
}
.welfare-news .notice-panels .notice-box .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.welfare-news .notice-panels .notice-box .date {
  color: #888888;
}
.welfare-news .notice-panels .more-icon {
  display: inline-block;
  position: absolute;
  top: -94px;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: url(../img/ic_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 2px solid #00A162;
}

@media screen and (max-width: 1280px) {
  .welfare-news .section-title {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .welfare-news {
    min-width: 100%;
  }
  .welfare-news .notice-tabs .tab {
    padding: 12px 20px;
    font-size: 16px;
  }
  .welfare-news .notice-panels .notice-box {
    padding: 20px;
    height: 162px;
  }
  .welfare-news .notice-panels .notice-box .title-con {
    height: auto;
    border-bottom: 0;
  }
  .welfare-news .notice-panels .notice-box .title {
    font-size: 16px;
  }
  .welfare-news .notice-panels .notice-box .notice-badge {
    padding: 4px 8px;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 6px;
  }
  .welfare-news .notice-panels .notice-box .meta {
    font-size: 14px;
  }
  .welfare-news .notice-panels .more-icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .welfare-news .notice-tabs {
    position: relative;
    width: 160px;
  }
  .welfare-news .notice-tabs .tab-dropdown-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 10px 16px;
    font-family: "SCDream5";
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  .welfare-news .notice-tabs .trigger-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    -webkit-transform: rotate(45deg) translateY(-3px);
            transform: rotate(45deg) translateY(-3px);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .welfare-news .notice-tabs.is-open .trigger-arrow {
    -webkit-transform: rotate(225deg) translate(-2px, -2px);
            transform: rotate(225deg) translate(-2px, -2px);
  }
  .welfare-news .notice-tabs.is-open .notice-tabs__list {
    display: block;
  }
  .welfare-news .notice-tabs__list {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 4px;
    border-radius: 10px;
    z-index: 2;
    -webkit-box-shadow: 0 0 5px rgba(221, 221, 221, 0.4509803922);
            box-shadow: 0 0 5px rgba(221, 221, 221, 0.4509803922);
  }
  .welfare-news .notice-tabs .tab {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0;
  }
  .welfare-news .notice-panels {
    margin-top: 20px;
  }
  .welfare-news .notice-panels .notice-box-list {
    display: block;
  }
  .welfare-news .notice-panels .notice-box {
    width: 100%;
    background-color: #F1F5FF;
    margin-bottom: 10px;
  }
  .welfare-news .notice-panels .notice-box:last-child {
    margin-bottom: 0;
  }
  .welfare-news .notice-panels .more-icon {
    width: 40px;
    height: 40px;
    top: -66px;
    border: 0;
  }
}
.banner-area {
  position: relative;
}
.banner-area .banner-swiper {
  width: 604px;
  height: 330px;
  border-radius: 20px;
}
.banner-area .banner-swiper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.banner-area .swiper-slide > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-area .banner-slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  margin-bottom: 4px;
  font-family: "SCDream5";
  font-size: 20px;
}
.banner-area .banner-slider-control .swiper-pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.banner-area .banner-slider-control .swiper-pagination-current {
  color: #004EA2;
  font-family: "SCDream7";
}
.banner-area .banner-prev {
  background-color: #222;
  -webkit-mask: url("../img/ic_swiper_prev_w.svg") no-repeat center/contain;
  mask: url("../img/ic_swiper_prev_w.svg") no-repeat center/contain;
}
.banner-area .stop-btn {
  background-image: none;
  background-color: #222;
  -webkit-mask: url("../img/ic_swiper_stop_w.svg") no-repeat center/contain;
  mask: url("../img/ic_swiper_stop_w.svg") no-repeat center/contain;
}
.banner-area .play-btn {
  background-image: none;
  background-color: #222;
  -webkit-mask: url("../img/ic_swiper_play_w.svg") no-repeat center/contain;
  mask: url("../img/ic_swiper_play_w.svg") no-repeat center/contain;
}
.banner-area .banner-next {
  background-color: #222;
  -webkit-mask: url("../img/ic_swiper_next_w.svg") no-repeat center/contain;
  mask: url("../img/ic_swiper_next_w.svg") no-repeat center/contain;
}

@media screen and (max-width: 1280px) {
  .banner-area {
    margin-top: 60px;
  }
}
@media screen and (max-width: 820px) {
  .banner-area {
    margin-top: 0;
  }
  .banner-area .section-title {
    margin-bottom: 20px;
  }
  .banner-area .banner-swiper {
    width: 350px;
    height: 191px;
    border-radius: 16px;
  }
  .banner-area .banner-slider-control {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .notice-container {
    gap: 60px;
  }
  .banner-area {
    width: 100%;
  }
  .banner-area .banner-swiper {
    width: 100%;
    height: auto;
  }
}
.local-business {
  padding: 80px 0 198px;
}
.local-business .sub-title {
  margin-top: 10px;
  color: #666666;
  font-family: "SCDream5";
  font-size: 20px;
}
.local-business .map-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.local-business .map-area {
  position: relative;
}
.local-business .map {
  position: relative;
  width: 618px;
  height: 546px;
  font-size: 0;
  background-image: url("../img/map_sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.local-business .map .local-wrap {
  font-size: var(--font-size-sm);
}
.local-business .map .local-wrap.active {
  color: #fff;
}
.local-business .map .local-wrap.active .local {
  position: relative;
  text-shadow: 0px 0px 6px #000000;
}
.local-business .map .local-wrap.active .local::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 30px;
  background-image: url(../img/ic_map.svg);
}
.local-business .map li {
  position: absolute;
}
.local-business .map li:nth-child(1) {
  top: 84%;
  left: 60%;
}
.local-business .map li:nth-child(2) {
  top: 75px;
  left: 110px;
}
.local-business .map li:nth-child(3) {
  top: 71%;
  left: 41%;
}
.local-business .map li:nth-child(4) {
  top: 50%;
  left: 73%;
}
.local-business .map li:nth-child(5) {
  top: 89%;
  left: 19%;
}
.local-business .map li:nth-child(5) .local-wrap.active .local::before {
  left: 0;
}
.local-business .map li:nth-child(6) {
  top: 34%;
  left: 68%;
}
.local-business .map li:nth-child(7) {
  top: 70%;
  left: 25%;
}
.local-business .map li:nth-child(7) .local-wrap.active .local::before {
  top: -21px;
  left: -5px;
}
.local-business .map li:nth-child(8) {
  top: 43%;
  left: 16%;
}
.local-business .map li:nth-child(9) {
  top: 39%;
  left: 85%;
}
.local-business .map li:nth-child(10) {
  top: 41%;
  left: 39%;
}
.local-business .map li:nth-child(11) {
  top: 55%;
  left: 30%;
}
.local-business .map li:nth-child(12) {
  top: 31%;
  left: 51%;
}
.local-business .map li:nth-child(13) {
  top: 54%;
  left: 60%;
}
.local-business .map li:nth-child(14) {
  top: 86%;
  left: 46%;
}
.local-business .map li:nth-child(15) {
  top: 65%;
  left: 11%;
}
.local-business .map li:nth-child(16) {
  top: 50%;
  left: 47%;
}
.local-business .map li:nth-child(17) {
  top: 30%;
  left: 6%;
}
.local-business .map li:nth-child(18) {
  top: 27%;
  left: 30%;
}
.local-business .map.local-01 {
  background-position: -618px 0;
}
.local-business .map.local-02 {
  background-position: -1236px 0;
}
.local-business .map.local-03 {
  background-position: -1854px 0;
}
.local-business .map.local-04 {
  background-position: -2472px 0;
}
.local-business .map.local-05 {
  background-position: -3090px 0;
}
.local-business .map.local-06 {
  background-position: -3708px 0;
}
.local-business .map.local-07 {
  background-position: -4326px 0;
}
.local-business .map.local-08 {
  background-position: -4944px 0;
}
.local-business .map.local-09 {
  background-position: -5562px 0;
}
.local-business .map.local-10 {
  background-position: -6180px 0;
}
.local-business .map.local-11 {
  background-position: -6798px 0;
}
.local-business .map.local-12 {
  background-position: -7416px 0;
}
.local-business .map.local-13 {
  background-position: -8034px 0;
}
.local-business .map.local-14 {
  background-position: -8652px 0;
}
.local-business .map.local-15 {
  background-position: -9270px 0;
}
.local-business .map.local-16 {
  background-position: -9888px 0;
}
.local-business .map.local-17 {
  background-position: -10506px 0;
}
.local-business .map.local-18 {
  background-position: -11124px 0;
}
.local-business .biz-area {
  width: 820px;
  position: relative;
  margin-top: 60px;
}
.local-business .biz-area::before {
  content: "";
  position: absolute;
  bottom: -64px;
  left: -38px;
  width: calc(100% + 220px);
  height: 380px;
  background-color: #FFF0EC;
  border-radius: 100px 0 0 30px;
  z-index: -1;
}
.local-business .biz-area .local-name {
  display: inline-block;
  padding: 12px;
  margin-bottom: 16px;
  border-radius: 16px;
  background-color: #004EA2;
  font-family: "SCDream5";
  font-size: 20px;
  color: #fff;
}
.local-business .biz-area .biz-swiper {
  overflow: hidden;
}
.local-business .biz-area .biz-swiper .swiper-slide {
  padding: 4px;
}
.local-business .biz-area .biz-swiper .biz-box {
  width: 100%;
  height: 460px;
  padding: 36px 28px 28px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 12px rgba(68, 79, 93, 0.0862745098);
          box-shadow: 0 4px 12px rgba(68, 79, 93, 0.0862745098);
}
.local-business .biz-area .biz-swiper .biz-box .biz-content {
  height: 100%;
}
.local-business .biz-area .biz-swiper .biz-box .biz-content .bullet-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.local-business .biz-area .biz-swiper .biz-box .biz-content .bullet-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.local-business .biz-area .biz-swiper .biz-box .biz-content .bullet-list li:last-child {
  margin-bottom: 0;
}
.local-business .biz-area .biz-swiper .biz-box .biz-content .bullet-list li .label {
  width: 85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.local-business .biz-area .biz-swiper .biz-box .biz-content .bullet-list li .label::before {
  content: "•";
}
.local-business .biz-area .biz-swiper .biz-box .biz-content .bullet-list li .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
}
.local-business .biz-area .biz-swiper .biz-box .title {
  height: 56px;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "SCDream6";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.local-business .biz-area .biz-swiper .biz-box .sub {
  height: 328px;
  font-size: 18px;
  overflow-y: auto;
  word-break: break-all;
}
.local-business .biz-area .biz-swiper .biz-box .sub::-webkit-scrollbar {
  width: 6px;
}
.local-business .biz-area .biz-swiper .biz-box .sub::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.local-business .biz-area .biz-swiper .biz-box .sub::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.local-business .biz-area .biz-swiper .biz-box .sub::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.local-business .biz-area .slider-control {
  position: absolute;
  top: 0;
  right: 0;
  gap: 12px;
}
.local-business .biz-area .slider-control .swiper-button {
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  background-color: #fff;
}
.local-business .biz-area .slider-control .biz-prev {
  background-image: url(../img/ic_map_swiper_prev.svg);
  background-position: center;
}
.local-business .biz-area .slider-control .biz-next {
  background-image: url(../img/ic_map_swiper_next.svg);
  background-position: center;
}

@media (max-width: 1280px) {
  .local-business .map-layout {
    margin-top: 40px;
  }
  .local-business .biz-area {
    width: 100%;
  }
  .local-business .biz-area:before {
    left: initial;
    right: -20px;
    width: 100%;
  }
}
@media (max-width: 820px) {
  .local-business {
    padding: 60px 0;
  }
  .local-business .sub-title {
    margin-top: 4px;
    font-size: 18px;
  }
  .local-business .map-layout {
    position: relative;
    margin-top: 0;
  }
  .local-business .map-area {
    position: initial;
    padding: 80px 0 40px;
  }
  .local-business .map-area::before {
    right: 0;
    width: 160px;
  }
  .local-business .map-area::after {
    top: 40%;
  }
  .local-business .map::before {
    left: -14%;
  }
  .local-business .biz-area:before {
    bottom: -16px;
  }
  .local-business .biz-area .local-name {
    font-size: 18px;
  }
  .local-business .biz-area .slider-control .swiper-button {
    width: 40px;
    height: 40px;
  }
  .local-business .biz-area .biz-swiper .biz-box .title {
    height: 52px;
    font-size: 18px;
  }
  .local-business .biz-area .biz-swiper .biz-box .sub {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .local-business {
    padding: 0 0 60px;
  }
  .local-business .map-area {
    width: 100%;
    padding: 30px 0 40px;
  }
  .local-business .map-area::before, .local-business .map-area::after {
    display: none;
  }
  .local-business .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    height: auto;
    background: none;
  }
  .local-business .map::before {
    display: none;
  }
  .local-business .map li {
    position: initial;
    width: calc(50% - 8px);
  }
  .local-business .map .local-wrap {
    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;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    background-color: #fff;
  }
  .local-business .map .local-wrap .local {
    font-family: "Pretendard-Medium";
  }
  .local-business .map .local-wrap .local::before {
    display: none;
  }
  .local-business .map .local-wrap .num {
    font-family: "Pretendard-SemiBold";
  }
  .local-business .map .local-wrap.active {
    background-color: #003764;
    border-color: #003764;
  }
  .local-business .biz-area {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .local-business .sub-title {
    font-size: 16px;
  }
  .local-business .map .local-wrap {
    padding: 11px 10px;
    font-size: 14px;
  }
  .local-business .map .local-wrap .num {
    font-size: 14px;
  }
  .local-business .biz-area .local-name {
    font-size: 18px;
  }
  .local-business .biz-area .swiper-navi {
    top: 0;
  }
  .local-business .biz-area .biz-swiper .biz-box {
    height: 334px;
    padding: 20px;
  }
  .local-business .biz-area .biz-swiper .biz-box .title {
    height: auto;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .local-business .biz-area .biz-swiper .biz-box .sub {
    height: calc(100% - 50px);
    font-size: 15px;
  }
  .local-business .biz-area .biz-swiper .biz-box .date {
    padding-top: 12px;
    font-size: 14px;
  }
}
.contact-area {
  background-image: url(../img/img_main_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.contact-area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.welfare-location {
  padding-bottom: 114px;
}
.welfare-location .section-title {
  margin-bottom: 40px;
}
.welfare-location .map-box {
  margin-bottom: 36px;
}
.welfare-location .map-box .root_daum_roughmap {
  border-radius: 20px;
}
.welfare-location .location-detail > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.welfare-location .location-detail > li:last-child {
  margin-bottom: 0;
}
.welfare-location .location-detail .title {
  display: inline-block;
  width: 78px;
  margin-right: 24px;
  font-family: "SCDream5";
}
.welfare-location .location-detail .ic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #00A162;
  background-size: contain;
  background-position: center;
}
.welfare-location .location-detail .ic.adress {
  background-image: url(../img/ic_location.svg);
}
.welfare-location .location-detail .ic.phone {
  background-image: url(../img/ic_phone.svg);
}

@media (max-width: 820px) {
  .contact-area .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .welfare-location {
    padding-bottom: 0;
  }
  .welfare-location .section-title {
    margin-bottom: 30px;
  }
  .welfare-location .root_daum_roughmap {
    width: 100% !important;
  }
  .welfare-location .location-detail .map-box {
    margin-bottom: 24px;
  }
  .welfare-location .location-detail > li {
    font-size: 16px;
  }
  .welfare-location .location-detail .ic {
    width: 30px;
    height: 30px;
  }
  .welfare-location .location-detail .desc {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .welfare-location {
    padding-top: 30px;
  }
  .welfare-location .location-detail > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.consult-info .section-title {
  margin-bottom: 40px;
}
.consult-info .consult-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 610px;
}
.consult-info .consult-type li {
  width: 190px;
  height: 150px;
  padding: 30px 20px 24px;
  border-radius: 20px;
  border: 1px solid #EEEEEE;
  background-color: #fff;
}
.consult-info .consult-type li:nth-child(1) {
  background-image: url(../img/ic_consult_01.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 5px) 14px;
}
.consult-info .consult-type li:nth-child(2) {
  background-image: url(../img/ic_consult_02.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 21px;
}
.consult-info .consult-type li:nth-child(3) {
  background-image: url(../img/ic_consult_03.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 19px;
}
.consult-info .consult-type li:last-child {
  position: relative;
  width: 100%;
  height: 160px;
}
.consult-info .consult-type li:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 264px;
  height: 205px;
  background-image: url(../img/ic_consult_04.png);
}
.consult-info .consult-type .title {
  margin-bottom: 15px;
  font-size: 17px;
  font-family: "SCDream6";
}
.consult-info .consult-type .desc {
  font-size: 14px;
  color: #666;
}
.consult-info .consult-type .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "SCDream8";
  font-size: 42px;
  color: #004EA2;
}
.consult-info .consult-type .num::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 8px;
  background-image: url(../img/ic_phone_02.svg);
}
.consult-info .consult-type .info {
  font-size: 14px;
}

@media (max-width: 820px) {
  .consult-info {
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .consult-info {
    padding-bottom: 100px;
  }
  .consult-info .section-title {
    margin-bottom: 30px;
  }
  .consult-info .consult-type {
    width: 100%;
    gap: 16px;
  }
  .consult-info .consult-type li {
    width: 100%;
    height: 124px;
    padding: 20px;
  }
  .consult-info .consult-type li:last-child {
    height: 124px;
  }
  .consult-info .consult-type li:last-child::before {
    display: none;
  }
  .consult-info .consult-type .num {
    font-size: 30px;
  }
}
.org-banner-section {
  border-top: 1px solid #EEEEEE;
}
.org-banner-section .org-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.org-banner-section .org-banner-swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
}
.org-banner-section .org-banner-swiper .swiper-slide {
  width: 180px;
  margin-right: 20px;
  font-size: 0;
}
.org-banner-section .org-banner-swiper .swiper-slide img {
  max-width: 100%;
}
.org-banner-section .slider-control {
  gap: 12px;
}
.org-banner-section .slider-control .org-banner-prev {
  background-color: #222;
  -webkit-mask: url("../img/ic_swiper_prev_w.svg") no-repeat center/contain;
  mask: url("../img/ic_swiper_prev_w.svg") no-repeat center/contain;
}
.org-banner-section .slider-control .stop-btn {
  background-image: none;
  background-color: #222;
  -webkit-mask: url("../img/ic_swiper_stop_w.svg") no-repeat center/contain;
  mask: url("../img/ic_swiper_stop_w.svg") no-repeat center/contain;
}
.org-banner-section .slider-control .play-btn {
  background-image: none;
  background-color: #222;
  -webkit-mask: url("../img/ic_swiper_play_w.svg") no-repeat center/contain;
  mask: url("../img/ic_swiper_play_w.svg") no-repeat center/contain;
}
.org-banner-section .slider-control .org-banner-next {
  background-color: #222;
  -webkit-mask: url("../img/ic_swiper_next_w.svg") no-repeat center/contain;
  mask: url("../img/ic_swiper_next_w.svg") no-repeat center/contain;
}

@media (max-width: 500px) {
  .org-banner-section .org-banner-swiper {
    padding: 0;
  }
}
.vision-goal {
  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;
  gap: 80px;
  margin-top: 52px;
}

.vision-goal-item .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 333px;
  height: 333px;
  border: 24px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.vision-goal-item .circle .title {
  position: relative;
  margin: 0 0 32px;
  padding-bottom: 8px;
  font-size: var(--font-size-tit);
  font-family: "SCDream6";
}
.vision-goal-item .circle p {
  margin: 0;
  font-size: var(--font-size-tit-md);
}

.vision-goal-item.vision .circle {
  border-color: #10B568;
}
.vision-goal-item.vision .circle .title {
  color: #00A162;
}
.vision-goal-item.vision .circle .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #00A162;
}

.vision-goal-item.goal .circle {
  border-color: #3279C8;
}
.vision-goal-item.goal .circle .title {
  color: #004EA2;
}
.vision-goal-item.goal .circle .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #004EA2;
}

.vision-goal-plus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  height: 100px;
  background: url("../img/ic_plus.png") no-repeat center/contain;
}

.role-list .role-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
.role-list .role-item + .role-item {
  margin-top: 80px;
}
.role-list .role-item .role-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
.role-list .role-item .role-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0;
}
.role-list .role-item .role-tit {
  margin: 0 0 16px;
  font-size: var(--font-size-tit-md);
  font-family: "SCDream6";
}
.role-list .role-item:nth-child(2) .role-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 1280px) {
  .vision-goal {
    gap: 40px;
  }
  .vision-goal-item .circle {
    width: 300px;
    height: 300px;
  }
  .vision-goal-plus {
    width: 65px;
    height: 65px;
  }
  .role-list .role-item .role-img {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    width: 300px;
  }
}
@media (max-width: 820px) {
  .vision-goal {
    gap: 24px;
  }
  .vision-goal-plus {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 500px) {
  .vision-goal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
  .vision-goal-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
  }
  .vision-goal-item .circle {
    width: 220px;
    height: 220px;
    border: 16px solid;
  }
  .vision-goal-item .circle .title {
    margin-bottom: 20px;
  }
  .role-list .role-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .role-list .role-item + .role-item {
    margin-top: 50px;
  }
  .role-list .role-item .role-img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .role-list .role-item .role-cont {
    width: 100%;
  }
  .role-list .role-item .role-tit {
    margin-bottom: 10px;
  }
  .role-list .role-item .role-txt {
    font-size: 14px;
    line-height: 1.6;
    word-break: keep-all;
  }
  .role-list .role-item:nth-child(2) .role-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.intro-box {
  margin: 0;
  padding: 24px;
  background: #F7F8FA;
  border-radius: 8px;
  font-size: var(--font-size-lg);
}

.notice-row {
  color: #FF5050;
  font-size: 16px;
}

@media (max-width: 820px) {
  .intro-box {
    padding: 16px;
  }
}
.support-target .support-target-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 70px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.support-target .support-target-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.support-target .support-target-list li .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 106px;
          flex: 0 0 106px;
  width: 106px;
  height: 106px;
  overflow: hidden;
  border-radius: 14px;
}
.support-target .support-target-list li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-target .notice-row {
  margin-top: 40px;
}

@media (max-width: 1280px) {
  .support-target .support-target-list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .support-target .support-target-list li {
    gap: 18px;
  }
  .support-target .support-target-list li .target-img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    width: 100px;
    height: 100px;
  }
  .support-target .support-target-list li p {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .support-target .support-target-intro {
    padding: 18px;
  }
  .support-target .support-target-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .support-target .support-target-list li {
    gap: 20px;
  }
  .support-target .support-target-list li .img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    width: 100px;
    height: 100px;
  }
  .support-target .support-target-list li .desc br {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-target .support-target-intro {
    padding: 15px;
  }
  .support-target .support-target-list {
    margin-top: 20px;
    gap: 12px;
  }
  .support-target .support-target-list li {
    gap: 14px;
  }
  .support-target .support-target-list li .img {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }
  .support-target .support-target-notice {
    margin-top: 24px;
    font-size: 14px;
  }
}
.consult-list .consult-item + .consult-item {
  margin-top: 40px;
}
.consult-list .consult-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.consult-list .ic-consult {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #003764;
}
.consult-list .ic-consult.ic-tel {
  background-image: url("../img/ic_call.svg");
}
.consult-list .ic-consult.ic-visit {
  background-image: url("../img/ic_building.svg");
}
.consult-list .ic-consult.ic-home {
  background-image: url("../img/ic_home_02.svg");
}
.consult-list .ic-consult.ic-online {
  background-image: url("../img/ic_document.svg");
}
.consult-list .consult-tit {
  font-family: "SCDream5";
}
.consult-list .consult-desc {
  margin: 12px 0 16px;
}
.consult-list .consult-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.consult-list .process-step {
  min-width: 200px;
  padding: 16px 30px;
  border: 2px solid #004EA2;
  border-radius: 12px;
  text-align: center;
  font-family: "SCDream5";
}
.consult-list .process-arrow {
  width: 25px;
  height: 20px;
  background: url("../img/ic_arrow_03.svg") no-repeat center/contain;
}

@media (max-width: 1280px) {
  .consult-list .consult-process {
    gap: 14px;
  }
  .consult-list .process-step {
    min-width: 160px;
  }
}
@media (max-width: 820px) {
  .consult-list .consult-item + .consult-item {
    margin-top: 30px;
  }
  .consult-list .consult-process {
    gap: 10px;
  }
  .consult-list .process-step {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
  }
  .consult-list .process-arrow {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    width: 20px;
  }
}
@media (max-width: 500px) {
  .consult-list .consult-item + .consult-item {
    margin-top: 28px;
  }
  .consult-list .consult-head {
    gap: 8px;
  }
  .consult-list .ic-consult {
    width: 22px;
    height: 22px;
  }
  .consult-list .consult-desc {
    margin: 6px 12px;
  }
  .consult-list .consult-process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .consult-list .process-step {
    width: 100%;
  }
  .consult-list .process-arrow {
    width: 20px;
    height: 16px;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.location .root_daum_roughmap {
  width: 100%;
}
.location .root_daum_roughmap .wrap_map {
  height: 400px;
}
.location .transport-info {
  margin-top: 52px;
  border-top: 2px solid #222;
}
.location .transport-info .transport-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.location .transport-info .transport-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  padding: 20px;
  color: #004EA2;
}
.location .transport-info .transport-type .title {
  font-family: "SCDream6";
}
.location .transport-info .transport-type .ic-transport {
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.location .transport-info .transport-type .ic-transport.ic-bus {
  background-image: url("../img/ic_bus.svg");
}
.location .transport-info .transport-type .ic-transport.ic-car {
  background-image: url("../img/ic_car.svg");
}
.location .transport-info .transport-type .ic-transport.ic-train {
  background-image: url("../img/ic_train.svg");
}
.location .transport-info .transport-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}

@media (max-width: 820px) {
  .location .transport-info .transport-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    gap: 10px;
    padding: 20px 10px;
  }
  .location .transport-info .transport-type .ic-transport {
    width: 20px;
    height: 20px;
  }
  .location .transport-info .transport-content {
    padding: 18px 10px;
  }
}
.business-info .title-deco {
  font-family: "SCDream8";
}
.business-info .application-info {
  margin-top: var(--spacing-md);
}
.business-info .application-info .info-item + .info-item {
  margin-top: var(--spacing-md);
}
.business-info .application-info .info-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "SCDream6";
  font-size: var(--font-size-lg);
}
.business-info .application-info .info-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #004EA2;
  background-image: url(../img/ic_arrow_04.svg);
  border-radius: 4px;
}
.business-info .application-info .info-cont {
  margin-top: 8px;
  padding-left: 32px;
}
.business-info .application-info .process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding-left: 28px;
}
.business-info .application-info .process-list .process-item {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100px;
  padding: 10px;
  text-align: center;
  border: 2px solid #004EA2;
  border-radius: 12px;
  background-color: #F9FCFF;
}
.business-info .application-info .process-list .process-arrow {
  width: 24px;
  height: 20px;
  margin: 0 4px;
  background-color: #004EA2;
  -webkit-mask: url("../img/ic_process_arrow.svg") no-repeat center/contain;
  mask: url("../img/ic_process_arrow.svg") no-repeat center/contain;
}
.business-info .application-info.st-02 .info-icon {
  background-color: #00A162;
}
.business-info .application-info.st-02 .process-list .process-item {
  border-color: #00A162;
  background-color: #F9FFFD;
}
.business-info .application-info.st-02 .process-list .process-arrow {
  background-color: #00A162;
}

/* 1280px */
@media (max-width: 1280px) {
  .business-info .application-info .process-list {
    padding-left: 20px;
  }
  .business-info .application-info .process-list .process-arrow {
    width: 20px;
  }
}
/* 820px */
@media (max-width: 820px) {
  .business-info .application-info .info-cont {
    padding-left: 0;
  }
  .business-info .application-info .process-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 0;
    padding-left: 0;
  }
  .business-info .application-info .process-list .process-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(33.3333333333% - 48px);
    height: 68px;
  }
}
/* 500px */
@media (max-width: 500px) {
  .business-info .application-info .info-item + .info-item {
    margin-top: 24px;
  }
  .business-info .application-info .info-cont {
    margin-top: 6px;
  }
  .business-info .application-info .process-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
  }
  .business-info .application-info .process-list .process-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 50px;
    border-radius: 8px;
  }
  .business-info .application-info .process-list .process-item br {
    display: none;
  }
  .business-info .application-info .process-list .process-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}