@keyframes textup {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

:root {
  --primary-color: #007bff;
  --secondary-color: #6c757d;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --light-color: #8392a0;
  --orange-color: #de6826;
  --blue-color: #0c5ea0;
  --deepblue-color: #103778;
  --normalblue-color: #3183ce;
  --lightblue-color: #c3daff;
  --brown-color: #6e4216;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  user-select: none;
}

html {
  font-size: 16px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: none;
  border: none;
}

.main-new .main-shortcut-list {
  display: none;
}

button,
a {
  cursor: pointer;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

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

li {
  display: list-item;
}

tr {
  display: table-row;
}

thead {
  display: table-header-group;
}

tbody {
  display: table-row-group;
}

tfoot {
  display: table-footer-group;
}

col {
  display: table-column;
}

colgroup {
  display: table-column-group;
}

td,
th {
  display: table-cell;
}

caption {
  display: table-caption;
}

th {
  font-weight: bolder;
  text-align: center;
}

caption {
  text-align: center;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* 
a,
a:link,
a:focus,
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: inherit;
} */

img {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  box-sizing: border-box;
  transition: width, height, margin, padding 0.5s;
}

[hidden] {
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
  position: absolute;
  left: -9999px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* @font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Thin.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Thin.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Thin.woff2')
      format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Thin.woff')
      format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Thin.ttf')
      format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-ExtraLight.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-ExtraLight.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-ExtraLight.woff2')
      format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-ExtraLight.woff')
      format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-ExtraLight.ttf')
      format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Light.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Light.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Light.woff2')
      format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Light.woff')
      format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Light.ttf')
      format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.woff2')
      format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.woff')
      format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.ttf')
      format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.woff2')
      format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.woff')
      format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.ttf')
      format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.woff2')
      format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.woff')
      format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.ttf')
      format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.woff2')
      format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.woff')
      format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.ttf')
      format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-ExtraBold.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-ExtraBold.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-ExtraBold.woff2')
      format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-ExtraBold.woff')
      format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-ExtraBold.ttf')
      format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.woff2')
      format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.woff')
      format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.ttf')
      format('truetype');
  font-display: swap;
} */

body.fixed {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.app {
  width: 100%;
  padding-top: 50px;
}

.app.main {
  padding-top: 0;
}

body {
  color: #444;
}

.pT10 {
  padding-top: 10px;
}
.pT15 {
  padding-top: 15px;
}
.pT20 {
  padding-top: 20px;
}
.pT25 {
  padding-top: 25px;
}
.pT30 {
  padding-top: 30px;
}
.pT40 {
  padding-top: 40px;
}
.pT50 {
  padding-top: 50px;
}

.pR10 {
  padding-right: 10px;
}
.pR15 {
  padding-right: 15px;
}
.pR20 {
  padding-right: 20px;
}
.pR25 {
  padding-right: 25px;
}
.pR30 {
  padding-right: 30px;
}
.pR40 {
  padding-right: 40px;
}
.pR50 {
  padding-right: 50px;
}

.pB10 {
  padding-bottom: 10px;
}
.pB15 {
  padding-bottom: 15px;
}
.pB20 {
  padding-bottom: 20px;
}
.pB25 {
  padding-bottom: 25px;
}
.pB30 {
  padding-bottom: 30px;
}
.pB40 {
  padding-bottom: 40px;
}
.pB50 {
  padding-bottom: 50px;
}

.pL10 {
  padding-left: 10px;
}
.pL15 {
  padding-left: 15px;
}
.pL20 {
  padding-left: 20px;
}
.pL25 {
  padding-left: 25px;
}
.pL30 {
  padding-left: 30px;
}
.pL40 {
  padding-left: 40px;
}
.pL50 {
  padding-left: 50px;
}

.lview {
}
.sview {
  display: none;
}
.mview {
  display: none;
}

#fff {
  margin: 50px 0;
}

/* 큰기기 PC 상단 */
#header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 144px;
  background: #fff;
  z-index: 9999;
  border-bottom: 1px solid #bbb;
}
.wrap_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.search_box {
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  /* margin: 0 15px; */
  /* border-radius: 60px; */
}
.search_box input {
  width: 100%;
  padding: 11px 20px 10px;
  background-color: transparent;
  border: none;
}
.search_box input:focus-visible {
  outline: none;
}
.search_box button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.util_text {
  font-size: 14px;
  font-weight: 500;
}
.menu_lines {
  position: relative;
}
.menu_lines span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #444;
}
.menu_lines span:nth-child(1) {
  top: 8px;
}
.menu_lines span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu_lines span:nth-child(3) {
  bottom: 8px;
}

/* 하단 */
#footer {
  display: flex;
}
#m_footer {
  display: none;
}
#footer,
#m_footer {
  justify-content: center;
  clear: both;
  width: 100%;
  margin: 0;
  padding-bottom: 70px;
  background: #555555;
  margin: 0 auto;
}
#footer .inner {
  width: 1280px;
}
#footer .inner .top {
  height: 96px;
  display: flex;
  justify-content: start;
  align-items: center;
}
#footer .inner .top a {
  font-size: 16px;
  color: #fff !important;
}
#footer .inner .top a:after {
  content: '|';
  padding: 0 16px;
  font-size: 16px;
  color: #999;
}

#footer .logo a,
#m_footer .logo a {
  display: block;
}
#footer .copy_area,
#m_footer .copy_area {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#footer .copyright,
#m_footer .copyright {
  float: left;
  width: 100%;
  padding: 0;
}
#footer .copyright a,
#m_footer .copyright a {
  color: #fff !important;
}
#footer .copyright p,
#m_footer .copyright p {
  width: 100%;
  color: #fff !important;
  padding-top: 10px;
}
#footer .copyright p:first-child,
#m_footer .copyrighy p:fitst-child {
  margin-bottom: 20px;
  font-weight: 700;
}
#footer .copyright p span,
#m_footer .copyright p span {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  line-height: 1.8rem;
}
#footer .copyright p span.pc_br,
#m_footer .copyright p span.pc_br {
  padding: 0;
  margin: 0;
  display: inline-block;
  background: Red;
}
#footer .copyright p span:last-child,
#m_footer .copyright p span:last-child {
  margin-top: 20px;
  color: #999 !important;
}
#footer .f_nav {
  width: 1280px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  padding-top: 0px;
  border-bottom: 1px solid #fff;
}
/* #footer .f_nav div {width: calc(25%/1);} */
/* #footer .f_nav div:last-child {width: calc(18%/1);} */
#footer .f_nav ul {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
#footer .f_nav li {
  font-weight: 500;
  color: rgba(153, 153, 153, 0.6);
  line-height: 2.2rem;
}
#footer .f_nav li:first-child {
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
}
#footer .f_nav li a {
  display: block;
}
#footer .f_bottom,
#m_footer .f_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .fb_left,
#m_footer .fb_left {
  display: flex;
  width: 70%;
  gap: 70px;
}
#footer .fb_left .logo a img {
  width: 180px;
  height: 47px;
}
#footer .fb_right {
  display: flex;
  flex-direction: column;
  align-items: end;
  min-width: 220px;
  width: 18%;
}
.family_wrap {
  position: relative;
  width: 100%;
}
#family_site {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: transparent;
  color: #fff;
  border-radius: 15px;
  padding: 11px 15px;
  border: 1px solid #fff;
  font-size: 16px;
  cursor: pointer;
}
.f_drops {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}
.family_wrap:hover .f_drops {
  display: block;
}
.f_drops ul {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
}
.f_drops li {
  background-color: #fff;
  color: #999;
  cursor: pointer;
  padding: 11px 15px;
}
.f_drops li:hover {
  background-color: #f4f4f4;
}
.f_drops li.on {
  background-color: #f4f4f4;
}
.f_drops a {
  display: block;
}
#family_site::after {
  content: '';
  clear: both;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(-180deg);
  background-image: url('../images/newMain/arr_w.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.family_wrap:hover #family_site::after {
  transform: rotate(0);
}
#family_site option {
  color: #999;
  background-color: #fff;
  padding: 11px 10px;
}
.social_icons {
  margin-top: 54px;
}
.social_icons ul {
  display: flex;
  gap: 24px;
}
.social_icons a {
  display: block;
  width: 32px;
  height: 32px;
}
.social_icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* cooperate :e */
/* 내용 끝 */
@media all and (max-width: 1400px) {
  #header_wrap {
    padding: 0 15px;
  }

  #footer .inner {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media all and (max-width: 1340px) {
  #footer .f_nav {
    width: 100%;
  }
}

@media all and (max-width: 1280px) {
  #header_wrap {
    display: none;
  }
  #mobile_header {
    display: block;
    min-width: 240px;
  }
  .search_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .search_box button {
    right: inherit;
    left: 15px;
  }
  .search_box input {
    padding: 11px 20px 10px 40px;
  }

  #mobile_header .menu_lines {
    position: relative;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
  }
  .menu_lines span:nth-child(1) {
    top: 4px;
  }
  .menu_lines span:nth-child(3) {
    bottom: 4px;
  }

  /* main :s */
  #mainV {
    height: 200px;
  }
  #mainV p {
    font-size: 22px;
    line-height: 25px;
    text-align: left;
    padding: 0 30px;
  }
  /* main :e */
}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width: 992px) {
  #footer {
    display: none;
  }
  /* pc footer */

  #m_footer {
    display: block;
    padding-bottom: 30px;
    font-size: 10px;
  }
  #m_footer .inner {
    max-width: 100%;
    padding: 0 15px;
  }
  #m_footer .fb_left {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    gap: 0;
  }
  #m_footer .logo a {
    width: 84px;
  }
  #m_footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #m_footer .copy_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
  .social_icons {
    margin-top: 0;
  }
  .social_icons ul {
    gap: 6px;
  }
  .social_icons a {
    width: 22px;
    height: 22px;
  }
  #family_site {
    font-size: 12px;
  }
  #m_footer .copyright p {
    padding-top: 15px;
  }
  #m_footer .copyright p span:last-child {
    margin-top: 10px;
    margin-right: 0;
  }
  #m_footer .fb_right {
    min-width: 181px;
    width: 30%;
  }
  #m_footer .copyright p span {
    line-height: 1.2rem;
  }
  .f_drops a {
    font-size: 12px;
  }
  /* mobile footer */

  #header_wrap,
  #gnb_wrap,
  #gnb_area {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #footer .copyright span {
    font-size: 1em;
  }
  #footer .copyright p {
    font-size: 0.8em;
  }
}

.content {
  padding: 0px 0;
}

.content .inner {
  padding: 30px 15px;
}

.content .inner2 {
  padding: 30px 15px 0;
}

.content h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.green-box {
  padding: 20px;
  background: rgba(9, 132, 127, 0.07);
  line-height: 1.4;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .app {
    padding-top: 80px;
  }

  .content {
    padding: 40px 0 80px;
  }

  .content .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .content .inner2 {
    padding: 0 20px;
  }

  .content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .app {
    padding-top: 96px;
  }

  .content {
    /* width: 1068px; */
    /* padding: 100px 0px 100px 50px; */
  }

  .content .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .content .inner2 {
    padding: 0;
  }

  .content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

.header {
  width: 100%;
}

.top-menu {
  display: flex;
  position: fixed;
  width: 1180px;
  margin: 0 auto;
  height: 48px;
  top: 0;
  right: 0;
  left: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  z-index: 50;
}

.top-menu.active {
  background: #fff;
}

.top-menu h1 {
  text-indent: -9999999px;
  overflow: hidden;
  width: 103px;
  height: 36px;
  background: url(../images/header/logo.png) center no-repeat;
  background-size: contain;
}

.top-menu h1 a {
  display: block;
  width: inherit;
  height: inherit;
}

.top-menu nav {
  display: none;
}

.top-menu .top-btn-area {
  display: flex;
}

.top-menu .btn-search {
  display: none;
  text-indent: -9999999px;
  overflow: hidden;
  background-image: url(../images/header/btn_search.png);
  background-size: contain;
}

.top-menu .btn-total-menu {
  text-indent: -9999999px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background-image: url(../images/header/btn_total_menu.png);
  background-size: contain;
}

.search-area {
  display: none;
}

.total-menu {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  z-index: 70;
}

.total-menu.active {
  display: block;
}

.total-menu .total-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  height: 48px;
}

.total-menu .total-menu-top h1 {
  text-indent: -9999999px;
  overflow: hidden;
  width: 103px;
  height: 36px;
  background: url(../images/header/logo.png) center no-repeat;
  background-size: contain;
}

.total-menu .total-menu-top .btn-total-menu-close {
  text-indent: -9999999px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background: url(../images/header/btn_close.png) center no-repeat;
  background-size: contain;
}

.total-menu .mobile-search {
  display: flex;
  margin: 10px 10px 30px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.total-menu .mobile-search select {
  flex: 0 0 140px;
  padding-left: 10px;
  border-right: 1px solid #e5e5e5;
  font-weight: 900;
}

.total-menu .mobile-search .search-input-area {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.total-menu .mobile-search .search-input-area input {
  flex: 1 0 auto;
  padding: 0 15px;
}

.total-menu .mobile-search .search-input-area input::-moz-placeholder {
  color: #c1c1c1;
}

.total-menu .mobile-search .search-input-area input::placeholder {
  color: #c1c1c1;
}

.total-menu .mobile-search .search-input-area i {
  flex: 0 0 24px;
  height: 24px;
  background: url(../images/header/btn_search_mobile.png) center calc(50% + 4px)
    no-repeat;
  background-size: contain;
}

.total-menu .total-menu-list {
  height: calc(100vh - 140px);
  overflow: hidden auto;
}

.total-menu .total-menu-list > ul {
  padding: 0 10px;
}

.total-menu .total-menu-list > ul > li .tml-1depth {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  line-height: 50px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}

.total-menu .total-menu-list > ul > li .tml-1depth::before {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 50px;
  background: url(../images/header/btn_total_menu_mobile.png) center no-repeat;
  background-size: contain;
}

.total-menu .total-menu-list > ul > li.active .tml-1depth::before {
  transform: rotate(180deg);
}

.total-menu .total-menu-list > ul > li.active ul {
  display: block;
}

.total-menu .total-menu-list > ul > li ul {
  display: none;
  padding-left: 20px;
}

.total-menu .total-menu-list > ul > li ul li {
  position: relative;
  font-size: 13px;
  color: #999999;
  padding-left: 12px;
  line-height: 26px;
  margin-top: 8px;
}

.total-menu .total-menu-list > ul > li ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background: #999;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

.total-menu .total-menu-list > ul > li ul li:first-child {
  margin-top: 0;
}

@media (min-width: 769px) and (max-width: 1179px) {
  .top-menu {
    height: 80px;
    padding: 0 20px;
  }

  .top-menu h1 {
    width: 127px;
    height: 80px;
  }

  .top-menu nav {
    display: none;
  }

  .top-menu .btn-search {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 30px;
  }

  .top-menu .btn-total-menu {
    width: 30px;
    height: 30px;
  }

  .total-menu .total-menu-top {
    height: 80px;
    padding: 0 20px;
  }

  .total-menu .total-menu-top h1 {
    width: 127px;
    height: 80px;
  }

  .total-menu .total-menu-top .btn-total-menu-close {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1180px) {
  .top-menu {
    height: 96px;
    padding: 0 50px 0 30px;
  }

  .top-menu.active,
  .top-menu:hover {
    background: #fff;
  }

  .top-menu.active .navi-1depth,
  .top-menu:hover .navi-1depth {
    color: #222 !important;
  }

  .top-menu.active .navi-item:before,
  .top-menu:hover .navi-item:before {
    background: #222 !important;
  }

  .top-menu.active h1,
  .top-menu:hover h1 {
    background-image: url(../images/header/logo.png) !important;
  }

  .top-menu.active .btn-search,
  .top-menu:hover .btn-search {
    background-image: url(../images/header/btn_search.png) !important;
  }

  .top-menu.active .btn-total-menu,
  .top-menu:hover .btn-total-menu {
    background-image: url(../images/header/btn_total_menu.png) !important;
  }

  .top-menu h1 {
    width: 160px;
    height: 90px;
  }

  .top-menu nav {
    display: block;
    height: 100%;
  }

  .top-menu nav .navi-list {
    display: flex;
    height: 100%;
  }

  .top-menu nav .navi-list .navi-item {
    position: relative;
    margin: 0 40px;
  }

  /* .top-menu nav .navi-list .navi-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #444;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
  }

  .top-menu nav .navi-list .navi-item:first-child:before {
    display: none;
  } */

  .top-menu nav .navi-list .navi-item .navi-1depth {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
  }

  .top-menu nav .navi-list .navi-item .sub-navi.active,
  .top-menu nav .navi-list .navi-item:hover .sub-navi {
    display: block;
  }

  .top-menu nav .navi-list .navi-item .sub-navi {
    display: none;
    position: fixed;
    top: 96px;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgb(255, 255, 255) 44%,
      rgb(247, 247, 247) 45%
    );
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  .top-menu .sub-navi-inner {
    display: flex;
    width: 1150px;
    min-height: 275px;
    margin: 0 auto;
  }

  .top-menu .sub-navi-inner .sub-navi-title {
    flex: 0 0 472px;
    padding-top: 40px;
    background: url(../images/header/sub_navi_bg.png) #fff 0 calc(100% - 47px)
      no-repeat;
  }

  .top-menu .sub-navi-inner .sub-navi-title div {
    margin-bottom: 18px;
    font-size: 28px;
    font-weight: 800;
  }

  .top-menu .sub-navi-inner .sub-navi-title p {
    font-size: 18px;
    color: #777777;
  }

  .top-menu .sub-navi-inner .sub-navi-content {
    flex: 1 0 auto;
    padding: 30px;
    background: #f7f7f7;
  }

  .top-menu .sub-navi-inner .sub-navi-content ul {
    display: grid;
    width: 650px;
    gap: 24px;
    grid-template-columns: 200px 200px 200px;
  }

  .top-menu .sub-navi-inner .sub-navi-content ul li a {
    display: block;
    width: 100%;
    height: 55px;
    padding: 16px 24px 0 20px;
    font-size: 18px;
    border: 1px solid #e5e5e5;
    background: url(../images/header/sub_navi_more.png) calc(100% - 13px) center
      #fff no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top-menu .btn-search {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }

  .top-menu .btn-total-menu {
    width: 50px;
    height: 50px;
  }

  .search-area {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 60;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

  .search-area.active {
    display: flex;
  }

  .search-area .search-area-inner {
    display: flex;
    width: 1181px;
    height: 66px;
    line-height: 66px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    background: #fff;
  }

  .search-area .search-area-inner select {
    flex: 0 0 203px;
    padding: 0 30px;
    border-right: 1px solid #e5e5e5;
    font-weight: 900;
  }

  .search-area .search-area-inner .search-input-area {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    padding-right: 30px;
  }

  .search-area .search-area-inner .search-input-area input {
    flex: 1 0 auto;
    padding: 0 15px;
  }

  .search-area .search-area-inner .search-input-area input::-moz-placeholder {
    color: #c1c1c1;
  }

  .search-area .search-area-inner .search-input-area input::placeholder {
    color: #c1c1c1;
  }

  .search-area .search-area-inner .search-input-area i {
    flex: 0 0 34px;
    height: 34px;
    background: url(../images/header/btn_search_mobile.png) center
      calc(50% + 4px) no-repeat;
    background-size: contain;
  }

  .search-area .dim {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }

  .total-menu {
    height: auto;
    top: 96px;
    border-top: 1px solid #e5e5e5;
  }

  .total-menu .total-menu-top {
    display: none;
  }

  .total-menu .mobile-search {
    display: none;
  }

  .total-menu .total-menu-list {
    height: auto;
  }

  .total-menu .total-menu-list > ul {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .total-menu .total-menu-list > ul > li {
    flex: 0 0 235px;
    padding: 30px 30px 36px 30px;
    border-right: 1px solid #e5e5e5;
  }

  .total-menu .total-menu-list > ul > li:first-child {
    border-left: 1px solid #e5e5e5;
  }

  .total-menu .total-menu-list > ul > li .tml-1depth {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }

  .total-menu .total-menu-list > ul > li .tml-1depth:before {
    display: none;
  }

  .total-menu .total-menu-list > ul > li ul {
    display: block;
    padding-left: 0;
  }

  .total-menu .total-menu-list > ul > li ul li {
    padding: 0;
    font-size: 16px;
    color: #777;
    line-height: 22px;
  }

  .total-menu .total-menu-list > ul > li ul li:before {
    display: none;
  }
}

@media (min-width: 1180px) {
  .footer .inner {
    width: 1180px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }

  .footer .inner h2 {
    margin-bottom: 23px;
  }

  .footer .inner .footer-info {
    flex: 0 0 auto;
    margin: 0 80px 0 0;
  }

  .footer .inner .footer-flowers {
    flex: 0 0 110px;
    margin: 0 126px 0 0;
  }

  .footer .inner .footer-flowers ul li {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .footer .inner .footer-family {
    flex: 0 1 424px;
    margin: 0;
  }

  .footer .inner .footer-family ul {
    margin-left: auto;
    justify-content: flex-end;
  }

  .footer .inner .footer-family select {
    width: 238px;
    margin-left: auto;
  }
}

.board .board-top {
  margin-bottom: 20px;
}

.board .board-top .counter {
  display: none;
}

.board .board-paginate {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.board .board-paginate a,
.board .board-paginate div {
  display: inline-flex;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #777777;
  justify-content: center;
}

.board .board-paginate .prev {
  text-indent: -999999px;
  overflow: hidden;
  background: url('../images/board/page_prev.png') center no-repeat;
}

.board .board-paginate .next {
  text-indent: -9999999px;
  overflow: hidden;
  background: url('../images/board/page_next.png') center no-repeat;
}

.board .board-paginate .current div {
  color: #222;
  font-weight: 900;
  text-decoration: underline;
}

.board .board-paginate ul {
  display: inline-flex;
  margin: 0 30px;
}

.board .board-prev-next-list .bpnl-list {
  display: flex;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  padding: 0 5px;
}

.board .board-prev-next-list .bpnl-list a {
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-size: auto 18px;
  font-size: 12px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
}

.board .board-prev-next-list .bpnl-list a.bpnl-prev {
  background-image: url('../images/board/btn_board_prev.png');
  background-position: center left;
}

.board .board-prev-next-list .bpnl-list a.bpnl-next {
  background-image: url('../images/board/btn_board_next.png');
  background-position: center right;
}

.board-content-list {
  border-top: 1px solid #222;
}

.board-content-list ul li a {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.board-content-list ul li a .date {
  order: 2;
  display: flex;
  flex: 0 0 auto;
  color: #777777;
  font-size: 13px;
  margin-bottom: 0px;
  display: none;
}

.board-content-list ul li a .date strong {
  order: 2;
  font-weight: 400;
  font-family: 'lato';
}

.board-content-list ul li a .date strong::before {
  display: inline-flex;
  content: '.';
}

.board-content-list ul li a .date span {
  font-family: 'lato';
  order: 1;
}

.board-content-list ul li a .text {
  order: 1;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 0px;
  width: 100%;
}

.board-content-list ul li a .text h3 {
  margin: 0;
  padding: 10px 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
}

.board-content-list ul li a .text h3 .chip {
  display: inline-block;
  background: var(--deepblue-color);
  line-height: 22px;
  padding: 0 10px;
  color: #fff;
  border-radius: 20px;
  font-size: 11px;
  vertical-align: middle;
  transform: translateY(-1px);
  margin-right: 4px;
}

.board-content-list ul li {
  padding: 0px 0;
  border-left: 4px solid transparent;
  transition: border-color 0.3s ease;
}

.board-content-list ul li:hover {
  border-left-color: #1e3a8a;
}

.board-content-list ul li a .text .text-con {
  display: block;
  font-size: 13px;
  color: #777777;
  font-weight: 700;
}

.board-content-list ul li a .buttons {
  width: 100%;
  order: 3;
}

.board-content-list ul li a .buttons button {
  display: inline-flex;
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
  border: 1px solid #222222;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
}

.board-content-list ul li a .buttons button:last-child {
  margin-right: 0;
  background: #222;
}

.board-content-list ul li a .buttons button:last-child span {
  color: #fff;
}

.board-gallery-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.board-gallery-list ul li {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
}

.board-gallery-list ul li a {
  display: block;
}

.board-gallery-list ul li a .img {
  width: 100%;
  height: 210px;
  margin-bottom: 20px;
}

.board-gallery-list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.board-gallery-list ul li a .text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-gallery-list ul li a .text .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
}

.board-gallery-list ul li a .text .info {
  display: flex;
  font-size: 13px;
  color: #777;
}

.board-gallery-list ul li a .text .info .date {
  color: inherit;
}

.board-gallery-list ul li a .text .info .date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background: #777;
  margin: 0 10px;
}

.board-gallery-list ul li a .text .info .view {
  color: inherit;
}

.board-book-list {
  border: 1px solid #e5e5e5;
  border-top-color: #222;
}

.board-book-list ul li {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.board-book-list ul li a {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.board-book-list ul li a .img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.board-book-list ul li a .img img {
  width: 100%;
  height: 100%;
}

.board-book-list ul li a .text .con {
  margin-bottom: 15px;
}

.board-book-list ul li a .text .con .title {
  font-size: 18px;
  margin-bottom: 10px;
}

.board-book-list ul li a .text .con p {
  font-size: 13px;
  line-height: 20px;
  color: #444444;
}

.board-book-list ul li a .info {
  font-size: 14px;
}

.board-book-list ul li a .info p {
  margin-bottom: 10px;
}

.board-book-list ul li a .info p span {
  display: inline-block;
  width: 96px;
}

.board-detail-info {
  border-top: 1px solid #222222;
}

.board-detail-info ul {
  display: flex;
  flex-wrap: wrap;
}

.board-detail-info ul li {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  border-bottom: 1px solid #e5e5e5;
}

.board-detail-info ul li strong {
  font-size: 14px;
  font-weight: 700;
  width: 75px;
  padding: 10px 5px;
  background: #f7f7f7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-detail-info ul li span {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-detail-info ul li.col-1 {
  flex-basis: 100%;
}

.board-detail-info ul li.col-2 {
  flex-basis: 50%;
}

.board-detail-info ul li.col-3 {
  flex-basis: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  text-wrap: nowrap;
  overflow: hidden;
  overflow-wrap: break-word;
}
.board-detail-info ul li.col-3 .file-area {
  width: calc(100% - 75px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.board-detail-info ul li.col-3 .file-info {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 7px 0;
}
.board-detail-info ul li.col-3 .file-info:hover {
  background-color: rgba(161, 161, 161, 0.3);
}
.board-detail-info ul li.col-3 span {
  padding: 2px 0px 2px 20px;
}
.board-detail-info ul li.col-3 img {
  width: 18px;
  margin-left: 20px;
}

.board-detail-info ul li.title {
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
}

.board-detail-info ul li.title strong {
  width: 100%;
  text-align: center;
  padding: 16px;
}

.board-detail-info ul li.title span {
  padding: 16px;
}

.board-detail-content {
  padding: 10px;
}

.board-detail-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 769px) and (max-width: 1179px) {
  .board h2 {
    margin-bottom: 10px;
  }

  .board .board-top {
    display: flex;
    margin-bottom: 18px;
    align-items: flex-end;
    justify-content: space-between;
  }

  .board .board-top .counter {
    display: block;
    font-size: 15px;
    color: #777;
  }

  .board .board-prev-next-list .bpnl-list a {
    font-size: 14px;
    height: 88px;
    line-height: 88px;
    background-size: auto 22px;
  }

  .board-content-list ul li a {
    flex-wrap: nowrap;
  }

  .board-content-list ul li a .date {
    order: 1;
    width: 116px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .board-content-list ul li a .date strong {
    font-weight: 800;
    font-size: 48px;
    color: #777;
  }

  .board-content-list ul li a .date strong::before {
    display: none;
  }

  .board-content-list ul li a .date span {
    font-size: 15px;
    color: #777;
  }

  .board-content-list ul li a .text {
    order: 2;
    width: auto;
    flex: 1 1 auto;
    padding-right: 20px;
  }

  .board-content-list ul li a .text h3 {
    font-size: 16px;
  }

  .board-content-list ul li a .text h3 .chip {
    line-height: 28px;
  }

  .board-content-list ul li a .text .text-con {
    font-size: 15px;
  }

  .board-content-list ul li a .buttons {
    flex: 0 0 300px;
  }

  .board-gallery-list {
    border-top: 1px solid #222;
    padding-top: 30px;
  }

  .board-gallery-list ul {
    padding-top: 0;
    margin: -10px;
  }

  .board-gallery-list ul li {
    width: 100%;
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin: 10px 10px 30px 10px;
  }

  .board-gallery-list ul li a .text .title {
    font-size: 18px;
  }

  .board-gallery-list ul li a .text .info {
    font-size: 16px;
  }

  .board-book-list ul li {
    padding: 50px;
  }

  .board-book-list ul li a {
    flex-direction: row;
  }

  .board-book-list ul li a .img {
    width: 300px;
    height: 425px;
    flex: 0 0 auto;
  }

  .board-book-list ul li a .text {
    display: flex;
    padding-left: 50px;
    flex-direction: column;
    justify-content: space-between;
  }

  .board-book-list ul li a .text .con .title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .board-book-list ul li a .text .con p {
    font-size: 16px;
    line-height: 26px;
    color: #444;
  }

  .board-book-list ul li a .text .info p {
    margin-bottom: 20px;
  }

  .board-detail-info ul li strong {
    font-size: 16px;
    width: 236px;
    padding: 10px;
  }

  .board-detail-info ul li.col-3 .file-area {
    width: calc(100% - 236px);
  }

  .board-detail-info ul li.col-3 .file-info {
    padding: 7px 0;
  }

  .board-detail-info ul li span {
    font-size: 16px;
    padding: 10px;
  }

  .board-detail-info ul li.title strong {
    padding: 16px 16px;
    font-size: 24px;
  }

  .board-detail-info ul li.title span {
    padding: 32px 16px;
  }

  .board-detail-content {
    padding: 10px;
  }
}

@media (min-width: 1180px) {
  .board h2 {
    margin-bottom: 10px;
  }

  .board .board-top {
    display: flex;
    margin-bottom: 18px;
    align-items: flex-end;
    justify-content: space-between;
  }

  .board .board-top .counter {
    display: block;
    font-size: 16px;
    color: #777;
  }

  .board .board-top .counter span {
    color: #111;
  }

  .board .board-prev-next-list .bpnl-list a {
    font-size: 16px;
    height: 88px;
    line-height: 88px;
    background-size: auto 22px;
  }

  .board-content-list ul li a {
    flex-wrap: nowrap;
  }

  .board-content-list ul li a .date {
    display: flex;
    order: 1;
    width: 116px;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .board-content-list ul li a .date strong {
    font-weight: 700;
    font-size: 32px;
    color: #777;
  }

  .board-content-list ul li a .date strong::before {
    display: none;
  }

  .board-content-list ul li a .date span {
    font-size: 15px;
    color: #777;
  }

  .board-content-list ul li a .text {
    order: 2;
    width: auto;
    flex: 1 1 auto;
    padding-right: 20px;
  }

  .board-content-list ul li a .text h3 {
    font-size: 16px;
  }

  .board-content-list ul li a .text h3 .chip {
    line-height: 28px;
  }

  .board-content-list ul li a .text .text-con {
    display: flex;
    font-size: 14px;
  }

  .board-content-list ul li a .text .text-con p:not(:last-child) {
    margin-right: 36px;
  }

  .board-content-list ul li a .buttons {
    flex: 0 0 300px;
  }

  .board-gallery-list {
    border-top: 1px solid #222;
    padding-top: 30px;
  }

  .board-gallery-list ul {
    padding-top: 0;
    margin: -10px;
  }

  .board-gallery-list ul li {
    width: 100%;
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    margin: 10px 10px 30px 10px;
  }
  .board-gallery-list ul li a .text {
    /* max-width: 315px; */
  }
  .board-gallery-list ul li a .text .title {
    font-size: 18px;
  }

  .board-gallery-list ul li a .text .info {
    font-size: 16px;
  }

  .board-book-list ul li {
    padding: 20px;
  }

  .board-book-list ul li a {
    position: relative;
    flex-direction: row;
  }

  .board-book-list ul li a .img {
    width: 160px;
    height: 208px;
    flex: 0 0 auto;
  }

  .board-book-list ul li a .text {
    display: flex;
    padding-left: 50px;
    flex-direction: column;
    justify-content: center;
  }

  .board-book-list ul li a .text .con {
    margin-bottom: 30px;
  }

  .board-book-list ul li a .text .con .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.45px;
    margin-bottom: 0px;
  }

  .board-book-list ul li a .text .con p {
    font-size: 16px;
    line-height: 26px;
    color: #444;
  }

  .board-book-list ul li a .text .info p {
    margin-bottom: 20px;
  }

  .board-book-list ul li a .board-btn-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%; /* 부모 요소의 상단에서 50% 떨어진 위치로 설정 */
    right: 0px; /* 부모 요소의 왼쪽에서 50% 떨어진 위치로 설정 */
    transform: translate(-50%, -50%); /* 요소를 정중앙으로 이동 */
  }

  .board-book-list ul li a .board-btn-area .btn1 {
    width: 165px;
    height: 50px;
    border-radius: 10px;
    background-color: var(--deepblue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .board-book-list ul li a .board-btn-area .btn2 {
    width: 165px;
    height: 50px;
    border-radius: 10px;
    background-color: var(--123, #eaeff8);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .board-book-list ul li a .board-btn-area .btn1 span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: auto 0;
  }

  .board-book-list ul li a .board-btn-area .btn2 span {
    color: var(--deepblue-color);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: auto 0;
  }

  .board-book-list ul li a .board-btn-area .btn1 .ic {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/subs/download.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 12px;
  }

  .board-book-list ul li a .board-btn-area .btn2 .ic {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/subs/view.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 12px;
  }

  .board-detail-info ul li strong {
    font-size: 16px;
    width: 236px;
    padding: 10px 20px;
  }

  .board-detail-info ul li.col-3 .file-area {
    width: calc(100% - 236px);
  }

  .board-detail-info ul li.col-3 .file-info {
    padding: 10px 0;
  }

  .board-detail-info ul li span {
    font-size: 16px;
    padding: 10px 20px;
  }

  .board-detail-info ul li.title strong {
    padding: 16px 16px;
    font-size: 24px;
  }

  .board-detail-info ul li.title span {
    padding: 32px 16px;
  }

  .board-detail-content {
    padding: 10px;
  }
}

.tab-box-pc {
  display: none;
}

.tab-box-mo {
  display: block;
  margin: 0 0 30px;
}

.tab-box-mo select {
  display: block;
  width: 100%;
  background: url('../images/select_arrow_tab_mobile.png') calc(100% - 20px)
    center no-repeat #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  color: #777;
}

@media (min-width: 769px) {
  .tab-box-pc {
    display: block;
    margin: 0 0 50px 0;
  }

  .tab-box-pc ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 0;
  }

  .tab-box-pc ul li {
    display: flex;
    flex: 0 0 16.66%;
    height: 60px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  .tab-box-pc ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
  }

  .tab-box-pc ul li.current a {
    background: var(--deepblue-color);
    color: #fff;
  }

  .tab-box-pc ul li:first-child {
    border-left: none;
  }

  .tab-box-mo {
    display: none;
  }
}

.list-dot li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.list-dot li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #222;
}

.table-style01 {
  border-top: 1px solid #000;
}

.table-style01 > li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

.table-style01 > li .tit {
  font-size: 15px;
  margin-bottom: 10px;
}

.table-style01 > li .con {
  padding: 0 10px;
}

@media (min-width: 769px) and (max-width: 1179px) {
  .table-style01 > li {
    flex-direction: row;
    padding: 40px 0;
    align-items: center;
  }

  .table-style01 > li .tit {
    flex: 0 0 400px;
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 0;
  }

  .table-style01 > li .con {
    padding: 0 10px;
  }
}

.table-style02 {
  border: 1px solid #e5e5e5;
  font-size: 13px;
}

.table-style02 .thead {
  display: none;
}

.table-style02 .tbody > ul {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}

.table-style02 .tbody ul li.col1 {
  display: flex;
}

@media (min-width: 769px) and (max-width: 1179px) {
  .table-style02 {
    font-size: 16px;
  }

  .table-style02 .thead {
    display: block;
  }

  .table-style02 .thead ul {
    display: flex;
    width: 100%;
    background: #f7f7f7;
  }

  .table-style02 .thead ul li {
    border-left: 1px solid #e5e5e5;
    height: 65px;
    line-height: 65px;
    text-align: center;
  }

  .table-style02 .thead ul li:first-child {
    border-left: none;
  }

  .table-style02 .tbody > ul {
    display: flex;
    padding: 0;
  }

  .table-style02 .tbody ul li.col1 {
    display: flex;
  }

  .table-style02 .tbody ul li.col1 span {
    font-size: 12px;
  }

  .table-style02 .tbody ul li {
    font-size: 14px;
  }

  .table-style02 .tbody ul li.col1 span:first-child {
    font-size: 14px;
  }
  .table-style02 .tbody ul li.col1 span.long-text {
    display: block;
  }

  .table-style02 .tbody > ul > li {
    padding: 20px;
    border-left: 1px solid #e5e5e5;
  }

  .table-style02 .tbody > ul > li:first-child {
    border-left: none;
  }
}

@media (min-width: 1180px) {
  .table-style02 {
    font-size: 16px;
  }

  .table-style02 .thead {
    display: block;
  }

  .table-style02 .thead ul {
    display: flex;
    width: 100%;
    background: #f7f7f7;
  }

  .table-style02 .thead ul li {
    border-left: 1px solid #e5e5e5;
    height: 65px;
    line-height: 65px;
    text-align: center;
  }

  .table-style02 .thead ul li:first-child {
    border-left: none;
  }

  .table-style02 .tbody > ul {
    display: flex;
    padding: 0;
  }

  .table-style02 .tbody > ul > li {
    padding: 20px 20px;
    border-left: 1px solid #e5e5e5;
  }

  .table-style02 .tbody ul li.col1 span {
    font-size: 14px;
  }

  .table-style02 .tbody ul li.col1 span:first-child {
    font-size: 16px;
  }

  .table-style02 .tbody ul li.col1 span.long-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .table-style02 .tbody > ul > li:first-child {
    border-left: none;
  }
}

.app.main .content {
  padding-top: 110px;
  padding-bottom: 0;
}

.main-top-area .inner {
  display: flex;
  flex-wrap: wrap;
}

.main-top-area .inner .image-banner {
  position: relative;
  flex: 0 0 100%;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 40px;
}

.main-top-area .inner .image-banner .image-banner-item img {
  width: 100%;
}

.main-top-area .inner .image-banner .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.main-top-area .inner .image-banner .slick-dots li {
  margin: 3px;
}

.main-top-area .inner .image-banner .slick-dots button {
  text-indent: -9999999px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d1d1d1;
}

.main-top-area .inner .image-banner .slick-dots .slick-active button {
  background: var(--deepblue-color);
}

.main-top-area .inner .insight-area {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
}

.main-top-area .inner .insight-area .insight-area-left {
  flex: 1 1 auto;
}

.main-top-area .inner .insight-area .insight-area-left h2 {
  font-size: 20px;
  margin-bottom: 4px;
  font-family: 'poppins';
}

.main-top-area .inner .insight-area .insight-area-left .ment1 {
  font-size: 12px;
  color: #444;
  margin-bottom: 13px;
  font-family: 'poppins';
}

.main-top-area .inner .insight-area .insight-area-left .ment2 {
  font-size: 13px;
  margin-bottom: 17px;
  letter-spacing: -1px;
}

.main-top-area .inner .insight-area .insight-area-left div {
  font-size: 12px;
  color: #777777;
  margin-bottom: 20px;
}

.main-top-area .inner .insight-area .insight-area-left a {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  background: #f7f7f7;
  border-radius: 20px 0 20px 0;
  font-family: 'inter';
}

.main-top-area .inner .insight-area .insight-area-right {
  flex: 0 0 36%;
  max-width: 227px;
}

.main-top-area .inner .insight-area .insight-area-right img {
  display: block;
  width: 100%;
}

.main-top-area .inner .news-area {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.main-top-area .inner .news-area .news-area-left {
  flex: 0 0 100%;
  text-align: center;
}

.main-top-area .inner .news-area .news-area-left h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.main-top-area .inner .news-area .news-area-left p {
  font-size: 13px;
  color: #777777;
  font-size: 'lato';
}

.main-top-area .inner .news-area .news-area-left a {
  display: inline-block;
  margin: 27px auto 40px;
}

.main-top-area .inner .news-area .news-area-right {
  width: 100%;
}

.main-top-area .inner .news-area .news-area-right .nal-item {
  width: 300px;
  min-width: 200px;
  display: flex;
  background: #f7f7f7;
  padding: clamp(20px, 0.5vw, 50px);
  border-radius: 50px;
  margin: 0 10px;
  flex-direction: column;
}

.main-top-area .inner .news-area .news-area-right .nal-item .nal-img {
  flex: 0 0 190px;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 20px;
}

.main-top-area .inner .news-area .news-area-right .nal-item .nal-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.main-top-area .inner .news-area .news-area-right .nal-item .nal-text .ment1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  margin-bottom: 12px;
}

.main-top-area .inner .news-area .news-area-right .nal-item .nal-text .ment2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #777;
}

.main-top-area .inner .news-area .news-area-right .nal-item .nal-text .date {
  margin-top: auto;
  font-size: 13px;
  color: #777;
  font-size: 'lato';
}

.main-top-area .inner .news-area .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.main-top-area .inner .news-area .slick-dots li {
  margin: 3px;
}

.main-top-area .inner .news-area .slick-dots button {
  text-indent: -9999999px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d1d1d1;
}

.main-top-area .inner .news-area .slick-dots .slick-active button {
  background: var(--deepblue-color);
}

.main-middle-area {
  padding: 40px 0;
  background: #f7f7f7;
}

.main-middle-area .inner .board-boxs {
  margin-bottom: 28px;
}

.main-middle-area .inner .board-boxs .board-box-item {
  padding: 20px 30px;
  background: var(--deepblue-color);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  color: #fff;
}

.main-middle-area .inner .board-boxs .board-box-item.white {
  color: #222;
  margin-top: 10px;
  background: #fff;
}

.main-middle-area .inner .board-boxs .board-box-item .tit {
  display: flex;
  color: inherit;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main-middle-area .inner .board-boxs .board-box-item .tit h3 {
  font-size: 18px;
  font-weight: 900;
  color: inherit;
}

.main-middle-area .inner .board-boxs .board-box-item .con {
  color: inherit;
}

.main-middle-area .inner .board-boxs .board-box-item .con ul {
  color: inherit;
}

.main-middle-area .inner .board-boxs .board-box-item .con ul li {
  color: inherit;
  margin-bottom: 10px;
}

.main-middle-area .inner .board-boxs .board-box-item .con ul li a {
  display: flex;
  justify-content: space-between;
  color: inherit;
}

.main-middle-area .inner .board-boxs .board-box-item .con ul li a span {
  color: inherit;
}

.main-middle-area .inner .board-boxs .board-box-item .con ul li a span.title {
  flex: 0 0 calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-middle-area .inner .board-boxs .board-box-item .con ul li a span.date {
  flex: 0 0 80px;
}

.main-middle-area .inner .repoart-list .repoart-slide {
  display: flex;
  margin: -10px;
  padding-bottom: 50px;
}

.main-middle-area .inner .repoart-list .report-item {
  flex: 0 0 auto;
  width: calc(50% - 20px);
  margin: 10px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.main-middle-area .inner .repoart-list .report-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
}

.main-middle-area .inner .repoart-list .report-item a div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.main-middle-area .inner .repoart-list .report-item a div h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-middle-area .inner .repoart-list .report-item a div em {
  flex: 0 0 auto;
  padding: 0 10px;
  background: var(--deepblue-color);
  color: #fff;
  border-radius: 30px;
  font-style: normal;
  margin-right: 10px;
  font-size: 12px;
  line-height: 20px;
}

.main-middle-area .inner .repoart-list .report-item a p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 16px;
}

.main-middle-area .inner .repoart-list .report-item a span {
  font-family: 'lato';
}

.main-middle-area .inner .repoart-list .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
}

.main-middle-area .inner .site-link-list {
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #e5e5e5;
}

.main-middle-area .inner .site-link-list .site-link-slide {
  display: grid;
  gap: 14px 0;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.main-middle-area .inner .site-link-list .site-link-slide .site-link-item {
  display: flex;
  min-width: 120px;
  justify-content: center;
}

.main-middle-area .inner .site-link-list .site-link-slide .site-link-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-middle-area .inner .site-link-list .site-link-slide .site-link-item a i {
  display: flex;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
}

.main-middle-area
  .inner
  .site-link-list
  .site-link-slide
  .site-link-item
  a
  i
  img {
  max-width: 80px;
  max-height: 80px;
  -o-object-position: center;
  object-position: center;
}

.main-middle-area
  .inner
  .site-link-list
  .site-link-slide
  .site-link-item
  a
  span {
  color: #777777;
  text-align: center;
}

.main-middle-area .inner .site-link-list .site-link-slide .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.main-middle-area .inner .site-link-list .site-link-slide .slick-dots li {
  margin: 3px;
}

.main-middle-area .inner .site-link-list .site-link-slide .slick-dots button {
  text-indent: -9999999px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d1d1d1;
}

.main-middle-area
  .inner
  .site-link-list
  .site-link-slide
  .slick-dots
  .slick-active
  button {
  background: var(--deepblue-color);
}

.main-bottom-area {
  padding: 40px 0;
}

.main-bottom-area h2 {
  text-align: center;
}

.main-bottom-area .event-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.main-bottom-area .event-list ul li {
  flex: 0 0 calc(50% - 20px);
  margin: 10px;
}

.main-bottom-area .event-list ul li a {
  display: block;
  width: 100%;
}

.main-bottom-area .event-list ul li a span {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}

.main-bottom-area .event-list ul li a span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-bottom-area .event-list ul li a div p {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}

.main-bottom-area .event-list ul li a div p + p {
  font-weight: 400;
  font-size: 13px;
  color: #777777;
  font-family: 'lato';
}

@media (min-width: 1180px) {
  .app.main .content {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .main-top-area .inner .image-banner {
    flex: 0 0 560px;
    height: 317px;
    margin-right: 56px;
  }

  .main-top-area .inner .insight-area {
    flex: 0 0 560px;
    height: 317px;
    margin-top: 0;
  }

  .main-top-area .inner .insight-area .insight-area-left h2 {
    font-size: 30px;
  }

  .main-top-area .inner .insight-area .insight-area-left .ment1 {
    font-size: 15px;
  }

  .main-top-area .inner .insight-area .insight-area-left .ment2 {
    font-size: 17px;
    margin-bottom: 48px;
  }

  .main-top-area .inner .insight-area .insight-area-left div {
    font-size: 13px;
  }

  .main-top-area .inner .insight-area .insight-area-left a {
    width: 190px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }

  .main-top-area .inner .insight-area .insight-area-right {
    flex: 0 0 227px;
  }

  .main-top-area .inner .news-area {
    flex: 0 0 100%;
    display: flex;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    padding-bottom: 100px;
    flex-direction: row;
  }

  .main-top-area .inner .news-area .news-area-left {
    flex: 0 0 370px;
    margin-right: 74px;
    text-align: left;
  }

  .main-top-area .inner .news-area .news-area-left h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .main-top-area .inner .news-area .news-area-left p {
    font-size: 17px;
    line-height: 28px;
    color: #777777;
    letter-spacing: -1px;
    margin-bottom: 26px;
  }

  .main-top-area .inner .news-area .news-area-left a {
    margin: 0;
  }

  .main-top-area .inner .news-area .news-area-right {
    flex: 1 0 calc(100% - 444px);
  }

  .main-top-area .inner .news-area .news-area-right .news-area-rolling {
    display: flex;
    width: 736px;
  }

  .main-top-area .inner .news-area .news-area-right .nal-item {
    width: 358px;
    height: 413px;
    text-align: left;
  }

  .main-top-area .inner .news-area .news-area-right .nal-item .nal-img {
    margin-bottom: 24px;
  }

  .main-top-area .inner .news-area .news-area-right .nal-item .nal-text .ment1 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .main-top-area .inner .news-area .news-area-right .nal-item .nal-text .ment2 {
    font-size: 15px;
  }

  .main-top-area .inner .news-area .news-area-right .nal-item .nal-text .date {
    font-size: 15px;
  }

  .main-top-area .inner .news-area .news-area-right .slick-dots {
    position: absolute;
    width: auto;
    left: -444px;
    bottom: 20px;
  }

  .main-middle-area {
    padding: 100px 0;
  }

  .main-middle-area .inner .board-boxs {
    width: 100%;
    display: flex;
  }

  .main-middle-area .inner .board-boxs .board-box-item {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .main-middle-area .inner .board-boxs .board-box-item.white {
    margin: 0 0 0 20px;
  }

  .main-middle-area .inner .board-boxs .board-box-item .tit h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .main-middle-area .inner .board-boxs .board-box-item .tit a {
    font-size: 16px;
  }

  .main-middle-area .inner .repoart-list .repoart-slide {
    padding-bottom: 0;
  }

  .main-middle-area .inner .repoart-list .report-item {
    width: 280px;
    height: 250px;
  }

  .main-middle-area .inner .repoart-list .report-item a {
    padding: 30px;
  }

  .main-middle-area .inner .repoart-list .report-item a div {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .main-middle-area .inner .repoart-list .report-item a div h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .main-middle-area .inner .repoart-list .report-item a div em {
    margin-right: auto;
    margin-bottom: 4px;
  }

  .main-middle-area .inner .repoart-list .report-item a p {
    font-size: 18px;
    line-height: 28px;
  }

  .main-middle-area .inner .repoart-list .report-item a span {
    font-size: 18px;
    color: #777;
  }

  .main-middle-area .inner .repoart-list .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .main-middle-area .inner .repoart-list .slick-arrow.slick-prev {
    left: -50px;
  }

  .main-middle-area .inner .repoart-list .slick-arrow.slick-next {
    right: -50px;
  }

  .main-middle-area .inner .site-link-list {
    padding-top: 80px;
    margin-top: 90px;
  }

  .main-middle-area .inner .site-link-list .site-link-slide {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .main-bottom-area {
    padding: 100px 0;
  }

  .main-bottom-area .event-list ul {
    margin: -20px;
  }

  .main-bottom-area .event-list ul li {
    flex: 0 0 calc(25% - 20px);
    margin: 10px;
  }

  .main-bottom-area .event-list ul li a div p {
    font-size: 18px;
  }

  .main-bottom-area .event-list ul li a div p + p {
    font-size: 14px;
  }
}

.app.main .main-new.content {
  padding: 48px 0 0 0 !important;
}

.main-new.content .inner {
  padding: 0 0 100px 0;
}

.main-new .main-shortcut-list {
  display: none;
}

.main-new .main-box-area {
  display: flex;
  flex-wrap: wrap;
}

.main-new .main-box-area .main-box-item {
  flex: 0 0 auto;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top-width: 0;
}

.main-new .main-box-area .main-box-item:first-child {
  border-top-width: 1px;
}

.main-new .main-box-area .main-box-item.visual-banner {
  position: relative;
  overflow: hidden;
}

.main-new .main-box-area .main-box-item.visual-banner .slick-list,
.main-new .main-box-area .main-box-item.visual-banner .slick-track {
  height: 100%;
}

.main-new .main-box-area .main-box-item.visual-banner .image-banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-new .main-box-area .main-box-item.visual-banner .slick-dots {
  display: flex !important;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  justify-content: center;
  margin-top: 25px;
}

.main-new .main-box-area .main-box-item.visual-banner .slick-dots li {
  margin: 3px;
}

.main-new .main-box-area .main-box-item.visual-banner .slick-dots button {
  text-indent: -9999999px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background: #d1d1d1;
}

.main-new
  .main-box-area
  .main-box-item.visual-banner
  .slick-dots
  .slick-active
  button {
  background: var(--deepblue-color);
}

.main-new .main-box-area .main-box-item.board-box-item {
  padding: 20px 30px;
  color: #222;
}

.main-new .main-box-area .main-box-item.board-box-item .tit {
  display: flex;
  color: inherit;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main-new .main-box-area .main-box-item.board-box-item .tit h3 {
  font-size: 18px;
  font-weight: 900;
  color: inherit;
}

.main-new .main-box-area .main-box-item.board-box-item .con {
  color: inherit;
}

.main-new .main-box-area .main-box-item.board-box-item .con ul {
  color: inherit;
}

.main-new .main-box-area .main-box-item.board-box-item .con ul li {
  color: inherit;
  margin-bottom: 10px;
}

.main-new .main-box-area .main-box-item.board-box-item .con ul li a {
  display: flex;
  justify-content: space-between;
  color: inherit;
}

.main-new .main-box-area .main-box-item.board-box-item .con ul li a span {
  color: inherit;
}

.main-new .main-box-area .main-box-item.board-box-item .con ul li a span.title {
  flex: 0 0 calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-new .main-box-area .main-box-item.board-box-item .con ul li a span.date {
  flex: 0 0 80px;
  font-family: 'lato';
}

.main-new .main-link-area {
  display: flex;
  flex-wrap: wrap;
}

.main-new .main-link-area .main-sitelink-list {
  flex: 0 0 auto;
  border: 1px solid #e5e5e5;
  border-top-width: 0px;
  width: 100%;
  padding: 20px;
}

.main-new .main-link-area .main-sitelink-list ul {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(60px, 0.25fr));
  justify-content: center;
  justify-items: center;
}

.main-new .main-link-area .main-sitelink-list ul li {
  text-align: center;
}

.main-new .main-link-area .main-sitelink-list ul li:nth-child(n + 5) {
  display: none;
}

.main-new .main-link-area .main-sitelink-list ul li a i {
  position: relative;
  display: block;
  width: 100%;
  max-width: 60px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.main-new .main-link-area .main-sitelink-list ul li a i::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.main-new .main-link-area .main-sitelink-list ul li a i img {
  position: absolute;
  display: block;
  max-width: calc(100% - 20px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-new .main-link-area .main-familyhome-list {
  border: 1px solid #e5e5e5;
  border-top-width: 0;
  padding: 20px;
  width: 100%;
  flex: 0 0 auto;
}

.main-new .main-link-area .main-familyhome-list .tit {
  margin-bottom: 20px;
}

.main-new .main-link-area .main-familyhome-list .tit h2 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}

.main-new .main-link-area .main-familyhome-list .con {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.main-new .main-link-area .main-familyhome-list .con .slick-arrow {
  position: absolute;
  top: -40px;
  font-size: 0;
}

.main-new .main-link-area .main-familyhome-list .con .slick-arrow::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
}

.main-new .main-link-area .main-familyhome-list .con .slick-arrow.slick-next {
  right: 20px;
}

.main-new
  .main-link-area
  .main-familyhome-list
  .con
  .slick-arrow.slick-next::after {
  transform: rotate(45deg);
}

.main-new .main-link-area .main-familyhome-list .con .slick-arrow.slick-prev {
  display: none;
  right: 50px;
}

.main-new
  .main-link-area
  .main-familyhome-list
  .con
  .slick-arrow.slick-prev::after {
  display: none;
  transform: rotate(225deg);
}

.main-new .main-link-area .main-familyhome-list .con .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-new .main-link-area .main-familyhome-list .con .main-familyhome-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.main-new
  .main-link-area
  .main-familyhome-list
  .con
  .main-familyhome-item
  a
  img {
  max-width: 80%;
}

@media (min-width: 769px) and (max-width: 1179px) {
  .app.main .main-new.content {
    padding: 80px 0 0 0 !important;
  }

  .main-new.content .inner {
    padding: 0 0 100px 0;
  }

  .main-new .main-shortcut-list {
    display: block;
  }

  .main-new .main-shortcut-list ul {
    display: flex;
  }

  .main-new .main-shortcut-list ul li {
    flex: 0 0 auto;
    width: 25%;
    border: 1px solid #e5e5e5;
    border-right-width: 0;
  }

  .main-new .main-shortcut-list ul li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
  }

  .main-new .main-shortcut-list ul li a span {
    margin-top: 10px;
  }

  .main-new .main-shortcut-list ul li:last-child {
    border-right-width: 1px;
  }

  .main-new .main-box-area .main-box-item {
    flex: 0 0 auto;
    width: 50%;
    height: 370px;
  }

  .main-new .main-box-area .main-box-item:first-child {
    border-top-width: 1px;
  }

  .main-new .main-box-area .main-box-item:first-child,
  .main-new .main-box-area .main-box-item:nth-child(2) {
    border-top-width: 0;
  }

  .main-new .main-box-area .main-box-item:nth-child(2n) {
    border-left-width: 0;
  }

  .main-new .main-box-area .main-box-item.visual-banner .image-banner {
    height: 100%;
  }

  .main-new .main-box-area .main-box-item.board-box-item {
    padding: 40px;
  }

  .main-new .main-box-area .main-box-item.board-box-item .tit {
    margin-bottom: 30px;
  }

  .main-new .main-box-area .main-box-item.board-box-item .tit h3 {
    font-size: 24px;
  }

  .main-new .main-box-area .main-box-item.board-box-item .tit a {
    font-size: 16px;
  }

  .main-new .main-box-area .main-box-item.board-box-item .con ul li {
    margin-bottom: 20px;
  }

  .main-new .main-link-area .main-sitelink-list {
    width: calc(100% - 450px);
    min-width: calc(50% - 1px);
    border-right-width: 0;
  }

  .main-new .main-link-area .main-sitelink-list ul {
    margin-top: 16px;
  }

  .main-new .main-link-area .main-familyhome-list {
    width: 450px;
    max-width: calc(50% + 1px);
  }
}

@media (min-width: 1180px) {
  .main-new.content {
    padding: 14px 0 87px;
  }

  .app.main .main-new.content {
    padding: 96px 0 0 0 !important;
  }

  .main-new .main-shortcut-list {
    display: block;
  }

  .main-new .main-shortcut-list ul {
    display: flex;
  }

  .main-new .main-shortcut-list ul li {
    flex: 0 0 auto;
    width: 25%;
    border: 1px solid #e5e5e5;
    border-right-width: 0;
  }

  .main-new .main-shortcut-list ul li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
  }

  .main-new .main-shortcut-list ul li a span {
    margin-top: 10px;
  }

  .main-new .main-shortcut-list ul li:last-child {
    border-right-width: 1px;
  }

  .main-new .main-box-area .main-box-item {
    flex: 0 0 auto;
    width: 50%;
    height: 370px;
  }

  .main-new .main-box-area .main-box-item:first-child {
    border-top-width: 1px;
  }

  .main-new .main-box-area .main-box-item:first-child,
  .main-new .main-box-area .main-box-item:nth-child(2) {
    border-top-width: 0;
  }

  .main-new .main-box-area .main-box-item:nth-child(2n) {
    border-left-width: 0;
  }

  .main-new .main-box-area .main-box-item.visual-banner .image-banner {
    height: 100%;
  }

  .main-new .main-box-area .main-box-item.board-box-item {
    padding: 40px;
  }

  .main-new .main-box-area .main-box-item.board-box-item .tit {
    margin-bottom: 30px;
  }

  .main-new .main-box-area .main-box-item.board-box-item .tit h3 {
    font-size: 24px;
  }

  .main-new .main-box-area .main-box-item.board-box-item .tit a {
    font-size: 16px;
  }

  .main-new .main-box-area .main-box-item.board-box-item .con ul li {
    margin-bottom: 20px;
  }

  .main-new .main-link-area .main-sitelink-list {
    width: calc(100% - 450px);
    border-right-width: 0;
  }

  .main-new .main-link-area .main-sitelink-list ul {
    margin-top: 16px;
  }

  .main-new .main-link-area .main-familyhome-list {
    width: 450px;
  }
}

.sub1 .greeting-box {
  display: flex;
  flex-wrap: wrap;
}

.sub1 .greeting-box .cgb-title {
  flex: 0 0 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sub1 .greeting-box .cgb-content {
  flex: 0 0 100%;
}

.sub1 .greeting-box .cgb-content p {
  font-size: 13px;
  margin-bottom: 25px;
  color: #444;
}

.sub1 .greeting-box .cgb-content p:first-child {
  color: var(--deepblue-color);
  font-size: 14px;
  font-weight: 600;
}

.sub1 .greeting-box .cgb-image {
  flex: 0 0 100%;
  margin-bottom: 60px;
}

.sub1 .greeting-box .cgb-image img {
  display: block;
  width: 100%;
}

.sub1 .greeting-slide {
  width: 100%;
  overflow: hidden;
}

.sub1 .greeting-slide .slick-list {
  width: 100%;
}

.sub1 .greeting-slide .greeting-slide-item {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 200px;
  padding: 20px;
  margin: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.sub1 .greeting-slide .greeting-slide-item .gsi-num {
  position: relative;
  padding-bottom: 10px;
  color: var(--deepblue-color);
  font-weight: 800;
}

.sub1 .greeting-slide .greeting-slide-item .gsi-num::after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: var(--deepblue-color);
}

.sub1 .greeting-slide .greeting-slide-item h3 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
}

.sub1 .greeting-slide .greeting-slide-item p {
  font-size: 13px;
  font-weight: 300;
  color: #777777;
  word-break: keep-all;
  text-align: center;
}

.sub1 .greeting-slide .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.sub1 .greeting-slide .slick-dots li {
  margin: 3px;
}

.sub1 .greeting-slide .slick-dots button {
  text-indent: -9999999px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d1d1d1;
}

.sub1 .greeting-slide .slick-dots .slick-active button {
  background: var(--deepblue-color);
}

.sub1 .green-box {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.sub1 .green-box .address-text {
  flex: 0 0 100%;
  margin-bottom: 25px;
}

.sub1 .green-box .address-text p {
  font-size: 14px;
}

.sub1 .green-box .address-text p + p {
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}

.sub1 .green-box .address-buttons {
  display: flex;
  flex: 0 0 100%;
}

.sub1 .green-box .address-buttons .address-button {
  width: calc(50% - 5px);
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--deepblue-color);
  color: var(--deepblue-color);
  text-align: center;
  background: #fff;
}

.sub1 .green-box .address-buttons .address-button:first-child {
  margin-right: 10px;
}

.sub1 .address-map img {
  display: block;
  width: 100%;
}

@media (min-width: 769px) and (max-width: 1179px) {
  .sub1 .greeting-box .cgb-title {
    flex: 0 0 350px;
    margin-right: 20px;
    font-size: 36px;
    letter-spacing: -3px;
    word-break: keep-all;
  }

  .sub1 .greeting-box .cgb-content {
    flex: 0 0 calc(100% - 370px);
    margin-bottom: 40px;
  }

  .sub1 .greeting-box .cgb-content p {
    font-size: 16px;
  }

  .sub1 .greeting-box .cgb-content p:first-child {
    font-size: 24px;
    letter-spacing: -1px;
  }

  .sub1 .green-box {
    padding: 69px 50px 65px;
  }

  .sub1 .green-box .address-text {
    flex: 1 1 auto;
  }

  .sub1 .green-box .address-text p {
    font-size: 18px;
  }

  .sub1 .green-box .address-text p + p {
    font-size: 16px;
    margin-top: 16px;
  }

  .sub1 .green-box .address-buttons {
    flex: 0 0 410px;
  }

  .sub1 .green-box .address-buttons .address-button {
    width: 200px;
  }
}

@media (min-width: 1180px) {
  .sub1 .greeting-box .cgb-title {
    flex: 0 0 350px;
    margin-right: 120px;
    font-size: 36px;
    letter-spacing: -3px;
    word-break: keep-all;
  }

  .sub1 .greeting-box .cgb-content {
    flex: 0 0 calc(100% - 470px);
    margin-bottom: 100px;
  }

  .sub1 .greeting-box .cgb-content p {
    font-size: 16px;
  }

  .sub1 .greeting-box .cgb-content p:first-child {
    font-size: 24px;
    letter-spacing: -1px;
  }

  .sub1 .green-box {
    padding: 69px 50px 65px;
  }

  .sub1 .green-box .address-text {
    flex: 1 1 auto;
  }

  .sub1 .green-box .address-text p {
    font-size: 18px;
  }

  .sub1 .green-box .address-text p + p {
    font-size: 16px;
    margin-top: 16px;
  }

  .sub1 .green-box .address-buttons {
    flex: 0 0 410px;
  }

  .sub1 .green-box .address-buttons .address-button {
    width: 200px;
  }
}

.sub2 article {
  margin-bottom: 100px;
}

.sub2 article:last-child {
  margin-bottom: 30px;
}

.sub2 .title-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
  align-items: center;
}

.sub2 .title-box h3 {
  width: auto;
  min-width: 70px;
}

.sub2 .title-box p {
  font-size: 13px;
}

.sub2 .title-box p strong {
  display: inline-block;
  margin-right: 4px;
  color: var(--deepblue-color);
}

.sub2 .title-box p span {
  display: inline-block;
}

.sub2 .staff-info .col1 {
  margin-bottom: 10px;
}

.sub2 .staff-info .col2 {
  margin-bottom: 10px;
  font-weight: 700;
}

.sub2 .staff-info .col3 {
  margin-bottom: 10px;
  color: #777777;
}

.sub2 .staff-info .col3 span {
  color: inherit;
}

.sub2 .staff-info .col4 {
  margin-bottom: 10px;
}

.sub2 .staff-info .col4 img {
  width: 20px;
}

@media (min-width: 769px) and (max-width: 1179px) {
  .sub2 .title-box {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .sub2 .title-box p {
    font-size: 18px;
  }

  .sub2 .staff-info .col1 {
    display: flex;
    flex: 0 0 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222;
    margin: 0;
    font-weight: 400;
    word-break: break-all;
  }

  .sub2 .staff-info .col2 {
    display: flex;
    flex: 0 0 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222;
    margin: 0;
    font-weight: 400;
    word-break: break-all;
  }

  .sub2 .staff-info .col3 {
    display: flex;
    flex: 0 0 170px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222;
    margin: 0;
    font-weight: 400;
    word-break: break-all;
  }

  .sub2 .staff-info .col4 {
    display: flex;
    flex: 0 0 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222;
    margin: 0;
    font-weight: 400;
    word-break: break-all;
  }

  .sub2 .staff-info .col4 img {
    width: 20px;
  }

  .sub2 .staff-info .col1 span:before,
  .sub2 .staff-info .col2 span:before,
  .sub2 .staff-info .col3 span:before,
  .sub2 .staff-info .col4 span:before {
    display: none;
  }

  .sub2 .staff-info .col5 {
    flex: 1 0 calc(100% - 410px);
  }
}

@media (min-width: 1180px) {
  .sub2 .title-box {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .sub2 .title-box p {
    font-size: 18px;
  }

  .sub2 .staff-info .col1 {
    display: flex;
    flex: 0 0 220px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222;
    margin: 0;
    font-weight: 400;
  }

  .sub2 .staff-info .col2 {
    display: flex;
    flex: 0 0 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222;
    margin: 0;
    font-weight: 400;
  }

  .sub2 .staff-info .col3 {
    display: flex;
    flex: 0 0 180px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222;
    margin: 0;
    font-weight: 400;
  }

  .sub2 .staff-info .col4 {
    display: flex;
    flex: 0 0 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222;
    margin: 0;
    font-weight: 400;
  }

  .sub2 .staff-info .col4 img {
    width: 20px;
  }

  .sub2 .staff-info .col1 span:before,
  .sub2 .staff-info .col2 span:before,
  .sub2 .staff-info .col3 span:before,
  .sub2 .staff-info .col4 span:before {
    display: none;
  }

  .sub2 .staff-info .col5 {
    flex: 1 0 calc(100% - 708px);
  }
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* 표시할 최대 줄 수 */
  text-overflow: ellipsis;
}

.app {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px) {
  .app {
    padding-top: 143px;
  }
}

footer {
  margin-top: auto;
}

.sub {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sub-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 50px;
  gap: 40px;
}

.sub-content .top-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.left {
  flex: 1;
}

.right {
  display: flex;
  align-items: center;
}

.sub-content .top-area h2 {
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.sub-content .top-area .left .issn {
  color: #111;
  font-size: 12px;
  font-weight: 300;
  margin-top: 3px;
  margin-left: 15px;
}

.sub-content .top-area ul {
  display: none;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  margin-right: 20px;
}

.sub-content .top-area ul li {
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

.sub-content .top-area ul li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: auto;
  background-image: url('../images/subs/right_arrow_m.png');
  background-repeat: no-repeat;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .sub-content {
    width: 100%;
  }

  .sub-content .top-area {
    margin-top: 0;
    margin-right: auto;
  }

  .sub-content .top-area h2 {
    font-size: 38px;
  }

  .sub-content .top-area .left .issn {
    font-size: 20px;
    margin-top: 104px;
    margin-left: 50px;
  }

  .sub-content .top-area ul {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    margin-right: 20px;
  }

  .sub-content .top-area ul li {
    color: #111;
    font-size: 16px;
    font-weight: 500;
  }

  .sub-content .top-area ul li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: auto;
    background-image: url('../images/subs/right_arrow_m.png');
    background-repeat: no-repeat;
    vertical-align: middle;
  }
}

@media all and (min-width: 1280px) {
  .sub {
    width: 100%;
    max-width: 1280px;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
  }

  .sub-content .top-area {
    margin-top: 0;
    margin-right: auto;
  }

  .sub-content .top-area h2 {
    font-size: 38px;
  }

  .sub-content .top-area .left .issn {
    font-size: 20px;
    margin-top: 3px;
    margin-left: 50px;
  }

  .sub-content .top-area ul {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
  }

  .sub-content .top-area ul li {
    color: #111;
    font-size: 16px;
    font-weight: 500;
  }

  .sub-content .top-area ul li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: auto;
    background-image: url('../images/subs/right_arrow_m.png');
    background-repeat: no-repeat;
    vertical-align: middle;
  }
}

/* 메인화면 CSS */
.magic-container {
  margin: 15px 15px 0 15px;
}

.magic-container .search_container {
  width: 100%;
  margin: 0px;
}

.magic-container .search_container .search_box {
  width: 100%;
  border: 1px solid #bbb;
  background: #fff;
}

.magic-container .search_container_result {
  width: 100%;
  margin: 0px;
}

.magic-container .search_container_result .search_box {
  width: 100%;
  border: 1px solid #bbb;
  background: #fff;
}

.magic-container .search_box {
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  padding-left: 15px;
}
.magic-container .search_box input {
  width: 100%;
  padding: 11px 20px 10px;
  background-color: transparent;
  border: none;
}
.magic-container .search_box input:focus-visible {
  outline: none;
}
.magic-container .search_box button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.magic-container .grid {
  /* width: 100%; */
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 13px;
}

.magic-container .grid .main-banner {
  position: relative;
  outline: none;
}

.magic-container .grid .main-banner .img-container {
  position: relative;
}

.magic-container .grid .main-banner .tx {
  width: 250px;
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.22px;
  color: #fff;
}

.magic-container .grid .main-banner .img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.magic-container .grid > .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.magic-container .grid .my-masonry-grid {
  display: -webkit-box; /* Not needed if autoprefixing */
  display: -ms-flexbox; /* Not needed if autoprefixing */
  display: flex;
  margin-left: 0px; /* gutter size offset */
  width: 100%;
}
.magic-container .grid .my-masonry-grid_column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0px; /* gutter size */
  background-clip: padding-box;
}

.magic-container .grid .my-masonry-grid_column:first-child {
  align-content: start;
}
.magic-container .grid .my-masonry-grid_column:last-child {
  align-content: start;
}

/* Style your items */
.magic-container .grid .my-masonry-grid_column > div {
  width: calc(100% - 13px);
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #bbbbbb;
  /* border-radius: 20px; */
}

.magic-container .item-box {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.magic-container .item-box .link-img {
  width: 100%;
  padding: 10px 40px;
  background-color: #fff;
  border: 1px solid #bbbbbb;
  overflow: hidden;
}

.magic-container .item-box .link-img img {
  width: 100%;
  height: 100%;
}

.magic-container .item-box .img-box {
  max-height: 38vw;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
.magic-container .item-box img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.magic-container .item-box .tx-area {
  padding: 0 10px;
  position: relative;
}

.magic-container .item-box .type {
  color: var(--1, #345a2b);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.magic-container .item-box .title {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-top: 8px;
  overflow: hidden;
}

.magic-container .item-box .date {
  color: #111;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-top: 30px;
  margin-bottom: 12px;
}

/* .item:nth-child(1) {
  grid-column: 1 / span 2;
  border: 1px solid #bbbbbb;
  border: 1px solid #bbb;
  background: linear-gradient(180deg, rgba(222, 104, 38, 0) 99.86%);
}

.item:nth-child(2) {
  grid-column: 1 / span 2;
  grid-row: 2 / 2;
  border: 1px solid #bbbbbb;
  background-color: #fff;
}

.item:nth-child(3) {
  grid-column: 1 / 1;
  grid-row: 3 / span 1;
}

.item:nth-child(4) {
  grid-column: 2 / 2;
  grid-row: 3 / span 1;
} */

.item:nth-child(1) {
  grid-column: 1 / span 2;
  border: 1px solid #bbbbbb;
  border: 1px solid #bbb;
  background: linear-gradient(180deg, rgba(222, 104, 38, 0) 99.86%);
}

.item:nth-child(2) {
  grid-column: 1 / 1;
  grid-row: 2 / span 2;
}

.item:nth-child(3) {
  grid-column: 2 / 2;
  grid-row: 2 / span 2;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .magic-container {
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0 15px;
  }

  .magic-container .search_container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0;
  }
  .magic-container .search_container .search_box {
    height: 60px;
    max-width: 780px;
  }
  .magic-container .search_container_result {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0;
  }
  .magic-container .search_container_result .search_box {
    height: 60px;
    max-width: 780px;
  }

  .magic-container .search_box input {
    padding: 20px 20px 20px 30px;
  }
  .magic-container .search_box button {
    width: 20px;
    height: 20px;
  }

  .magic-container .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 9px;
  }
  .magic-container .grid .main-banner,
  .main-promotion {
    align-content: start;
  }
  .magic-container .grid .main-banner .tx {
    width: auto;
    left: 75px;
    top: 50px;
    font-size: 42px;
    line-height: 61px;
    letter-spacing: 0.42px;
  }

  .magic-container .grid .main-banner .img {
    width: 100%;
    height: 270px;
    /* background-image: url("../images/mains/main_banner.png"); */
  }

  .magic-container .grid .my-masonry-grid_column:first-child {
    padding-right: 9px;
  }
  .item.my-masonry-grid .my-masonry-grid_column:nth-child(2) {
    padding-left: 9px;
  }

  .magic-container .grid .my-masonry-grid_column > div {
    width: calc(100% - 18px);
    margin-bottom: 24px;
  }

  .magic-container .item-box .img-box {
    max-height: 27vw;
  }

  .magic-container .item-box .tit {
    width: 39px;
    height: 30px;
    top: 15px;
    right: 15px;
  }

  .magic-container .item-box .tx-area {
    padding: 0 20px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .magic-container .item-box .type {
    font-size: 16px;
  }

  .magic-container .item-box .title {
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-top: 14px;
    overflow: hidden;
  }

  .magic-container .item-box .date {
    color: #111;
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* .item:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1 / 1;
  }

  .item:nth-child(2) {
    grid-column: 2 / span 2;
    grid-row: 2 / 2;
  }

  .item:nth-child(3) {
    grid-column: 1 / span 1;
    grid-row: 2 / span 3;
  }

  .item:nth-child(4) {
    grid-column: 2 / span 2;
    grid-row: 3 / span 2;
  } */
  .item:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1 / 1;
  }

  .item:nth-child(2) {
    grid-column: 1 / span 1;
    grid-row: 2 / span 2;
  }

  .item:nth-child(3) {
    grid-column: 2 / span 2;
    grid-row: 2 / span 2;
  }
}

@media all and (min-width: 1280px) {
  .magic-container {
    max-width: 1280px;
    margin: 0;
  }

  .magic-container .search_container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0;
  }
  .magic-container .search_container .search_box {
    height: 60px;
    max-width: 780px;
  }
  .magic-container .search_container_result {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(202, 203, 204, 0.3);
    border: 1px solid #818181;
    margin-top: 0px;
  }
  .magic-container .search_container_result .search_box {
    height: 40px;
    max-width: 780px;
  }

  .magic-container .search_box input {
    padding: 10px;
  }
  .magic-container .search_box button {
    width: 24px;
    height: 24px;
  }

  .magic-container .grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
  }

  .magic-container .grid .main-banner .tx {
    width: auto;
    left: 75px;
    top: 80px;
    font-size: 42px;
    line-height: 61px;
    letter-spacing: 0.42px;
  }

  .magic-container .grid .main-banner .img {
    width: 100%;
    height: 322px;
  }

  .magic-container .grid .my-masonry-grid_column:first-child {
    padding-right: 12px;
  }
  .magic-container .grid .my-masonry-grid_column:last-child {
    padding-left: 12px;
  }

  .magic-container .grid .my-masonry-grid_column > div {
    width: calc(100% - 12px);
    min-width: 302px;
    margin-bottom: 24px;
  }

  .magic-container .item-box .img-box {
    max-height: 250px;
  }

  .magic-container .item-box .tit {
    width: 39px;
    height: 30px;
    top: 10px;
    right: 10px;
  }

  .magic-container .item-box .tx-area {
    padding: 0 20px;
  }

  .magic-container .item-box .type {
    font-size: 16px;
  }

  .magic-container .item-box .title {
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-top: 14px;
    overflow: hidden;
  }

  .magic-container .item-box .date {
    color: #111;
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .item:nth-child(1) {
    grid-column: 1 / span 4;
    grid-row: 1 / 1;
  }

  .item:nth-child(2) {
    grid-column: 1 / span 2;
    grid-row: 2 / span 2;
  }

  .item:nth-child(3) {
    grid-column: 3 / span 2;
    grid-row: 2 / span 2;
  }
}

/* 서브 메뉴 네비게이션*/
.sub-title-area {
  display: none;
}

.lnb-mobile {
  display: flex;
}

.lnb-mobile select {
  flex: 0 0 50%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: url('../images/select_arrow_lnb_mobile.png') calc(100% - 20px)
    center no-repeat var(--deepblue-color);
  color: #fff;
}

.lnb-mobile select option {
  color: #000;
  background: #fff;
}

.lnb-mobile select:first-child {
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .sub-title-area {
    padding: 40px 0 30px;
  }

  .sub-title-area {
    display: none;
  }

  .lnb-mobile {
    display: flex;
  }

  .lnb-mobile select {
    flex: 0 0 50%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: url('../images/select_arrow_lnb_mobile.png') calc(100% - 20px)
      center no-repeat var(--deepblue-color);
    color: #fff;
  }

  .lnb-mobile select option {
    color: #000;
    background: #fff;
  }

  .lnb-mobile select:first-child {
    border-right: 1px solid #fff;
  }
}

@media all and (min-width: 1280px) {
  .sub-title-area {
    display: block;
    padding: 0px;
  }

  .sub-title-area .inner .lm {
    width: 212px;
  }
  .sub-title-area .inner .lm .sub-name {
    margin-top: 104px;
    color: #999;
    font-size: 42px;
    font-weight: 700;
  }
  .sub-title-area .inner .lm ul {
    margin-top: 50px;
  }
  .sub-title-area .inner .lm li {
    width: 212px;
    height: 70px;
    color: #111;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
  }
  .sub-title-area .inner .lm li a {
    display: block;
    padding: 22px 0 22px 20px;
  }

  .sub-title-area .inner .lm li.current {
    color: #fff;
    font-weight: 700;
    background: var(--deepblue-color);
  }
  .lnb-mobile {
    display: none;
  }
}

/* 서브 이사장 인사말 */
.chairman-container {
  width: 100%;
  position: relative;
}

.chairman-container .chairman-area {
  width: 100%;
  height: 208px;
  position: relative;
  margin-left: 15px;
}

.chairman-container .chairman-area .chairman-img {
  width: 208px;
  height: 208px;
  background-image: url('../images/subs/chairman.png');
  background-position: left top; /* 이미지의 상단을 좌측 상단으로 배치 */
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1; /* 이미지를 모양 위에 표시하도록 설정 */
}

.chairman-container .chairman-area .intro-area {
  width: 280px;
  height: 168px;
  border-radius: 0px 391.5px 391.5px 0px;
  background: var(--deepblue-color);
  opacity: 0.2; /* 모양에만 투명도 적용 */
  position: absolute;
  bottom: 0; /* 이미지와 동일한 하단 위치로 설정 */
  left: 0px;
  z-index: 0; /* 모양을 이미지 아래로 배치 */
}

.chairman-container .title-area {
  margin: 30px 15px 0;
  position: relative;
}

.chairman-container .title-area .title {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}

.chairman-container .title-area .title-img {
  position: absolute;
  top: -39px;
  right: 0px;
  width: 185.407px;
  height: 157.074px;
  border: none;
  background-image: url('../images/subs/chairman_background.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.chairman-container .content-area {
  margin: 35px 15px 0;
  padding: 15px;
  background-color: #f4f4f4;
}

.chairman-container .content-area .tx {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}

.chairman-container .content-area .tx.mb {
  display: block;
}
.chairman-container .content-area .tx.pc {
  display: none;
}

.chairman-container .content-area .name {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  margin-bottom: 17px;
}
.chairman-container .content-area .name::before {
  content: url('../images/subs/mini_logo_m.png');
  display: inline-block;
  width: 19.5px;
  height: 15px;
  margin-right: 4.5px;
  vertical-align: middle;
}
.chairman-container .bottom-img {
  width: 100%;
  height: 20.8vw;
  background-image: url('../images/subs/thinktank_m.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .chairman-container {
    margin-top: 100px;
    position: relative;
  }

  .chairman-container .chairman-area {
    width: 100%;
    height: 400px;
    position: relative;
  }

  .chairman-container .chairman-area .chairman-img {
    width: 400px;
    height: 400px;
  }

  .chairman-container .chairman-area .intro-area {
    width: 507px;
    height: 263px;
  }

  .chairman-container .title-area {
    position: relative;
    margin-left: 15px;
  }

  .chairman-container .title-area .title {
    /* position: absolute; */
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -0.64px;
    top: -175px;
    right: 275px;
  }

  .chairman-container .title-area .title-img {
    position: absolute;
    top: -39px;
    right: 0px;
    width: 185.407px;
    height: 157.074px;
    background-image: url('../images/subs/chairman_background_m.png');
  }

  .chairman-container .content-area {
    margin: 51px 15px 80px 15px;
  }

  .chairman-container .content-area .tx {
    font-size: 18px;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.36px;
    margin-bottom: 20px;
  }

  .chairman-container .content-area .tx.mb {
    display: none;
  }
  .chairman-container .content-area .tx.pc {
    display: block;
  }

  .chairman-container .content-area .name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-top: 40px;
  }
  .chairman-container .content-area .name::before {
    content: url('../images/subs/mini_logo.png');
    width: 55px;
    height: 42px;
    margin-right: 20px;
    vertical-align: middle;
  }
  .chairman-container .bottom-img {
    width: 100%;
    height: 221px;
    background-image: url('../images/subs/thinktank.png');
  }
}

@media all and (min-width: 1280px) {
  .chairman-container {
    margin-top: 100px;
    position: relative;
  }

  .chairman-container .chairman-area {
    width: 100%;
    height: 400px;
    position: relative;
    margin-left: 50px;
  }

  .chairman-container .chairman-area .chairman-img {
    width: 400px;
    height: 400px;
  }

  .chairman-container .chairman-area .intro-area {
    width: 507px;
    height: 263px;
  }

  .chairman-container .title-area {
    position: relative;
    margin-left: 50px;
  }

  .chairman-container .title-area .title {
    position: absolute;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -0.64px;
    top: -175px;
    right: 275px;
  }

  .chairman-container .title-area .title-img {
    position: absolute;
    top: -225px;
    right: 75px;
    width: 338px;
    height: 286px;
    background-image: url('../images/subs/chairman_background.png');
  }

  .chairman-container .content-area {
    margin: 51px 0px 80px 51px;
    padding: 15px;
  }

  .chairman-container .content-area .tx {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
  }

  .chairman-container .content-area .tx.mb {
    display: none;
  }
  .chairman-container .content-area .tx.pc {
    display: block;
  }

  .chairman-container .content-area .name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-top: 40px;
  }
  .chairman-container .content-area .name::before {
    content: url('../images/subs/mini_logo.png');
    width: 55px;
    height: 42px;
    margin-right: 20px;
    vertical-align: middle;
  }
  .chairman-container .bottom-img {
    width: 100%;
    height: 221px;
    background-image: url('../images/subs/thinktank.png');
  }
}

/* 서브 원장 인사말 */
.director-container {
  width: 100%;
  position: relative;
}

.director-container .title-area {
  margin: 40px 15px 0 15px;
  position: relative;
}

.director-container .title-area .title {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
}
.director-container .title-area .director-img {
  width: 120px;
  height: 164px;
  background-image: url('../images/subs/director.png');
  background-position: left top; /* 이미지의 상단을 좌측 상단으로 배치 */
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: 1;
}

.director-container .title-area .bg {
  position: absolute;
  top: -65px;
  right: 120px;
  width: 185.407px;
  height: 157.074px;
  background-image: url('../images/subs/chairman_background.png');
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.director-container .content-area {
  margin: 55px 15px 0 15px;
  padding: 10px 20px 10px 20px;
  background-color: #f4f4f4;
}

.director-container .content-area .tx {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}

.director-container .content-area .tx.mb {
  display: block;
}
.director-container .content-area .tx.pc {
  display: none;
}

.director-container .content-area .name {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  margin-bottom: 17px;
}
.director-container .content-area .name::before {
  content: url('../images/subs/mini_logo_m.png');
  display: inline-block;
  width: 19.5px;
  height: 15px;
  margin-right: 4.5px;
  vertical-align: middle;
}
.director-container .bottom-img {
  width: 100%;
  height: 20.8vw;
  background-image: url('../images/subs/thinktank_m.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .director-container {
    margin-top: 100px;
    position: relative;
  }

  .director-container .title-area {
    position: relative;
    margin-left: 15px;
  }

  .director-container .title-area .title {
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -0.64px;
  }

  .director-container .title-area .director-img {
    width: 240px;
    height: 327px;
    top: -100px;
    right: 65px;
  }
  .director-container .title-area .bg {
    position: absolute;
    top: -225px;
    right: 75px;
    width: 338px;
    height: 286px;
    background-image: url('../images/subs/chairman_background.png');
  }

  .director-container .content-area {
    margin: 51px 15px 80px 15px;
  }

  .director-container .content-area .tx {
    font-size: 18px;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.36px;
    margin-bottom: 20px;
  }

  .director-container .content-area .tx.mb {
    display: none;
  }
  .director-container .content-area .tx.pc {
    display: block;
  }

  .director-container .content-area .name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-top: 40px;
  }
  .director-container .content-area .name::before {
    content: url('../images/subs/mini_logo.png');
    width: 55px;
    height: 42px;
    margin-right: 20px;
    vertical-align: middle;
  }
  .director-container .bottom-img {
    width: 100%;
    height: 221px;
    background-image: url('../images/subs/thinktank.png');
  }
}

@media all and (min-width: 1280px) {
  .director-container {
    margin-top: 200px;
    position: relative;
  }

  .director-container .title-area {
    position: relative;
    margin-left: 100px;
  }
  .director-container .title-area .title {
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -0.64px;
  }
  .director-container .title-area .director-img {
    width: 300px;
    height: 318px;
    top: -170px;
    right: 22px;
  }
  .director-container .title-area .bg {
    position: absolute;
    top: -100px;
    left: 50px;
    width: 338px;
    height: 286px;
    background-image: url('../images/subs/chairman_background.png');
  }

  .director-container .content-area {
    margin: 51px 0px 80px 51px;
  }

  .director-container .content-area .tx {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
  }

  .director-container .content-area .tx.mb {
    display: none;
  }
  .director-container .content-area .tx.pc {
    display: block;
  }

  .director-container .content-area .name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-top: 40px;
  }
  .director-container .content-area .name::before {
    content: url('../images/subs/mini_logo.png');
    width: 55px;
    height: 42px;
    margin-right: 20px;
    vertical-align: middle;
  }
  .director-container .bottom-img {
    width: 100%;
    height: 221px;
    background-image: url('../images/subs/thinktank.png');
  }
}

/* 서브 시민참여 시민연구제안 */
.proposal-container {
  width: 100%;
  padding: 0px 15px 50px 15px;
}

.proposal-container img {
  width: 100%;
}

.proposal-container .title-area {
  width: 100%;
}

.proposal-container .title-area .title {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
}

.proposal-container .content-area {
  padding-top: 30px;
}

.proposal-container .content-area ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.proposal-container .content-area li {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.proposal-container .content-area li img {
  width: 24px;
  height: 24px;
}

.proposal-container .content-area .con-box {
  width: 93px;
  height: 45px;
  background-color: var(--normalblue-color);
  border-radius: 50px;
  fill: var(--normalblue-color);
  border: 1px solid rgba(92, 157, 216, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.proposal-container .content-area .cont {
  /* margin-top: 14px;
  margin-bottom: 13px; */
  text-decoration: underline;
}

.proposal-container .content-area .tt {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 12px;
}

.proposal-container .content-area .tx {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 8px;
}

.proposal-container .content-area .tx ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  position: relative;
}

.proposal-container .content-area .tx li {
  color: #111;
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.proposal-container .content-area .tx li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #222;
}

.proposal-container .content-area .tb {
  color: #999;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.28px;
}

.proposal-container .content-area .btn {
  width: 100%;
  height: 53px;
  border-radius: 30px;
  background: var(--normalblue-color);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .proposal-container .title-area {
    width: 100%;
  }

  .proposal-container .title-area .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
  }

  .proposal-container .content-area li {
    font-size: 20px;
  }

  .proposal-container .content-area li img {
    width: 60px;
    height: 60px;
  }

  .proposal-container .content-area .con-box {
    width: 200px;
    height: 70px;
  }

  .proposal-container .content-area .cont {
    /* margin-top: 34px;
    margin-bottom: 46px; */
  }

  .proposal-container .content-area .tt {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .proposal-container .content-area .tx {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .proposal-container .content-area .tx li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 30px;
  }

  .proposal-container .content-area .tx li::before {
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
  }

  .proposal-container .content-area .tb {
    font-size: 16px;
  }

  .proposal-container .content-area .btn {
    width: 100%;
    height: 100px;
    border-radius: 500px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    font-size: 20px;
  }
}

@media all and (min-width: 1280px) {
  .proposal-container {
    /* width: 1068px; */
    padding: 0;
  }

  .proposal-container .title-area {
    width: 100%;
  }

  .proposal-container .title-area .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .proposal-container .content-area {
    position: relative;
    width: 100%;
    padding-top: 50px;
  }

  .proposal-container .content-area li {
    font-size: 24px;
    font-weight: 700;
  }

  .proposal-container .content-area li img {
    width: 60px;
    height: 60px;
  }

  .proposal-container .content-area .con-box {
    width: 220px;
    height: 80px;
    border-radius: 20px;
    display: flex;
  }
  .proposal-container .content-area .cont {
    /* margin-top: 34px;
    margin-bottom: 46px; */
  }

  .proposal-container .content-area .tt {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .proposal-container .content-area .tx {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .proposal-container .content-area .tx li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 30px;
  }

  .proposal-container .content-area .tx li::before {
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
  }

  .proposal-container .content-area .tb {
    font-size: 20px;
  }

  .proposal-container .content-area .btn {
    width: 390px;
    height: 100px;
    border-radius: 500px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    left: 200px;
    top: 0px;
    margin-top: 100px;
  }
}

/* 서브  연혁 */
.history-container {
  width: 100%;
  padding: 0px 15px 50px 15px;
}

.history-container .content-area {
  padding-top: 0px;
}

.history-container .content-area ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.history-container .content-area .dotted-line {
  width: 2px;
  height: 520px;
  background: var(--deepblue-color);
  position: absolute;
  left: 84px;
  z-index: -1;
}

.history-container .content-area li {
  width: 100%;
  display: flex;
  margin-bottom: 18px;
}

.history-container .content-area li .yy {
  width: 41px;
  color: #111;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-right: 12px;
}

.history-container .content-area li .circle {
  width: 14px;
  height: 14px;
  border: 3px solid var(--deepblue-color);
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
}

.history-container .content-area li .dot {
  width: 8px;
  height: 8px;
  background-color: var(--deepblue-color);
  border-radius: 50%;
  margin-left: 2.5px;
}

.history-container .content-area li .content-box {
  display: flex;
  align-items: baseline;
  justify-content: baseline;
  flex-direction: column;
  margin-left: 22px;
}

.history-container .content-area li .content-box .cont {
  color: var(--deepblue-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.history-container .content-area li .content-box .conb {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .history-container {
    width: 100%;
    padding: 52px 146px 100px;
  }

  .history-container .content-area {
    padding-top: 30px;
    position: relative;
  }

  .history-container .content-area .dotted-line {
    width: 4px;
    height: 1050px;
    left: 104px;
  }

  .history-container .content-area li {
    margin-bottom: 78px;
  }

  .history-container .content-area li .yy {
    width: 61px;
    font-size: 24px;
    font-weight: 700;
    margin-right: 30px;
  }

  .history-container .content-area li .circle {
    width: 30px;
    height: 30px;
    border: 6px solid;
  }

  .history-container .content-area li .dot {
    width: 22px;
    height: 22px;
    margin-left: 4px;
  }

  .history-container .content-area li .content-box {
    margin-left: 70px;
  }

  .history-container .content-area li .content-box .cont {
    font-size: 24px;
    letter-spacing: -0.6px;
    margin-bottom: 12px;
  }

  .history-container .content-area li .content-box .conb {
    font-size: 18px;
    letter-spacing: -0.45px;
    margin-bottom: 12px;
  }
}

@media all and (min-width: 1280px) {
  .history-container {
    /* width: 1068px; */
    /* padding: 100px 146px 100px; */
  }

  .history-container .content-area {
    padding-top: 0px;
    position: relative;
  }

  .history-container .content-area .dotted-line {
    width: 4px;
    height: 1050px;
    left: 104px;
  }

  .history-container .content-area li {
    margin-bottom: 78px;
  }

  .history-container .content-area li .yy {
    width: 61px;
    font-size: 24px;
    font-weight: 700;
    margin-right: 30px;
  }

  .history-container .content-area li .circle {
    width: 30px;
    height: 30px;
    border: 6px solid;
  }

  .history-container .content-area li .dot {
    width: 22px;
    height: 22px;
    margin-left: 4px;
  }

  .history-container .content-area li .content-box {
    margin-left: 70px;
  }

  .history-container .content-area li .content-box .cont {
    font-size: 24px;
    letter-spacing: -0.6px;
    margin-bottom: 12px;
  }

  .history-container .content-area li .content-box .conb {
    font-size: 18px;
    letter-spacing: -0.45px;
    margin-bottom: 12px;
  }
}

/* 서브  오시는길 */
.direction-container {
  width: 100%;
  padding: 0px;
  margin-bottom: 40px;
}

.direction-container .map-area {
  width: 100%;
  height: 40px;
  padding: 0 15px 0px;
  margin-bottom: 25px;
  display: inline-block;
}

.direction-container .map-area .addr {
  width: 22px;
  height: 22px;
  background-image: url('../images/subs/location.png');
  background-size: contain;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}

.direction-container .map-area .tel {
  width: 22px;
  height: 22px;
  background-image: url('../images/subs/call.png');
  background-size: contain;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}

.direction-container .map-area .cont {
  width: 40px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
  margin-right: 12px;
  text-align: start;
  display: inline-block;
  vertical-align: top;
}

.direction-container .map-area .conb {
  width: 75%;
  color: #111;
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

.direction-container .h-area {
  width: 100%;
  height: 46px;
  background: #f4f4f4;
  padding: 14px 15px;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
}

.direction-container .h-area .title {
  width: auto;
  color: #000;
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.direction-container .h-area .car {
  width: 22px;
  height: 22px;
  background-image: url('../images/subs/car.png');
  background-size: contain;
  display: inline-block;
  vertical-align: top;
}

.direction-container .h-area .bus {
  width: 22px;
  height: 22px;
  background-image: url('../images/subs/bus.png');
  background-size: contain;
  display: inline-block;
  vertical-align: top;
}
.direction-container .content-area {
  padding: 0px 0px 0px 15px;
  display: inline-block;
  vertical-align: top;
}
.direction-container .m-title {
  width: 300px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.35px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.direction-container .content-area .cont {
  width: 60px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
  display: inline-block;
}

.direction-container .content-area .conb {
  min-width: 277px;
  color: #111;
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
  margin-bottom: 20px;
  display: inline-block;
}

.direction-container .content-area {
  padding-top: 10px;
}

.direction-container .content-area h3 {
  font-size: 15px;
  line-height: 40px;
  margin-bottom: 23px;
}

.direction-container .content-area h3::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.direction-container .content-area .ut-right {
  flex: 1 1 auto;
}

.direction-container .content-area table {
  width: 100%;
  border-top: 1px solid #222222;
  font-size: 13px;
}

.direction-container .content-area table tr {
  width: 100%;
}

.direction-container .content-area table th {
  padding: 20px 30px;
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.direction-container .content-area table td {
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}

.direction-container .content-area table i {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 4px;
  vertical-align: top;
}

.direction-container .content-area table i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.direction-container .content-area .utr-title {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
}

.direction-container .content-area .utr-item {
  margin-bottom: 30px;
  overflow: auto;
}

.direction-container .content-area .utr-item:last-child {
  margin-bottom: 0;
}

.direction-container .content-area .utr-item h4 {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
  margin-bottom: 12px;
}

.direction-container .content-area .utr-item > ul {
  display: flex;
  flex-wrap: wrap;
}

.direction-container .content-area .utr-item > ul li {
  display: flex;
  margin-bottom: 10px;
  line-height: 20px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
  margin-right: 30px;
  align-items: center;
}

.direction-container .content-area .utr-item > ul li span {
  flex: 0 0 43px;
  border-radius: 20px;
  height: 28px;
  margin-right: 6px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 4px;
}

.direction-container .content-area .utr-item > ul li span.green {
  background: #5bb025;
}

.direction-container .content-area .utr-item > ul li span.red {
  background: #f7624b;
}

.direction-container .content-area .utr-item > ul li ul {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}

.direction-container .content-area .utr-item > ul li ul li {
  margin: 0 10px 0 0;
  color: #111;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .direction-container {
    width: 100%;
    height: 1900px;
    padding: 50px 0 100px 15px;
  }

  .direction-container .map-area {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }

  .direction-container .map-area .addr {
    width: 26px;
    height: 26px;
    margin-right: 2px;
  }

  .direction-container .map-area .tel {
    width: 26px;
    height: 26px;
    margin-right: 2px;
  }

  .direction-container .map-area .cont {
    width: 46px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.45px;
    margin-right: 20px;
  }

  .direction-container .map-area .conb {
    width: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.35px;
    margin-right: 30px;
  }

  .direction-container .h-area {
    width: 100%;
    height: 90px;
    background: #f4f4f4;
    padding: 28px 25px;
    margin-top: 50px;
  }

  .direction-container .h-area .title {
    width: auto;
    font-size: 28px;
    letter-spacing: -0.7px;
    margin-right: 20px;
  }

  .direction-container .h-area .car {
    width: 44px;
    height: 44px;
    background-image: url('../images/subs/car.png');
    background-size: contain;
    display: inline-block;
    vertical-align: top;
  }

  .direction-container .h-area .bus {
    width: 44px;
    height: 44px;
    background-image: url('../images/subs/bus.png');
    background-size: contain;
    display: inline-block;
    vertical-align: top;
  }
  .direction-container .content-area {
    padding: 0px 0px 0px 25px;
    display: inline-block;
    vertical-align: top;
  }
  .direction-container .m-title {
    width: 700px;
    color: #111;
    font-size: 24px;
    letter-spacing: -0.6px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .direction-container .content-area .cont {
    width: 80px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }

  .direction-container .content-area .conb {
    min-width: 500px;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.35px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .direction-container .content-area {
    display: flex;
  }

  .direction-container .content-area.bus {
    margin-top: 80px;
    border-top: 1px solid #d9d9d9;
  }

  .direction-container .content-area h3 {
    flex: 0 0 360px;
    font-size: 24px;
    line-height: 80px;
    margin-bottom: 0;
  }

  .direction-container .content-area h3::before {
    width: 80px;
    height: 80px;
  }

  .direction-container .content-area .ut-right {
    flex: 1 1 auto;
  }

  .direction-container .content-area table {
    font-size: 16px;
  }

  .direction-container .content-area .utr-title {
    font-size: 18px;
  }

  .direction-container .content-area .utr-item {
    margin-bottom: 50px;
  }

  .direction-container .content-area .utr-item h4 {
    font-size: 18px;
    color: #111;
    margin-bottom: 20px;
  }

  .direction-container .content-area .utr-item > ul li {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
  }

  .direction-container .content-area .utr-item > ul li span {
    flex: 0 0 57px;
    height: 35px;
    line-height: 28px;
    border-radius: 25px;
    font-size: 20px;
    margin-right: 14px;
  }

  .direction-container .content-area .utr-item > ul li ul li {
    margin: 0 20px 0 0;
  }
}

@media all and (min-width: 1280px) {
  .direction-container {
    /* width: 1068px; */
    height: 1900px;
    padding: 50px 0 100px 50px;
  }

  .direction-container .map-area {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }

  .direction-container .map-area .addr {
    width: 26px;
    height: 26px;
    margin-right: 2px;
  }

  .direction-container .map-area .tel {
    width: 26px;
    height: 26px;
    margin-right: 2px;
  }

  .direction-container .map-area .cont {
    width: 46px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.45px;
    margin-right: 20px;
  }

  .direction-container .map-area .conb {
    width: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.35px;
    margin-right: 30px;
  }

  .direction-container .h-area {
    width: 100%;
    height: 90px;
    background: #f4f4f4;
    padding: 28px 25px;
    margin-top: 50px;
  }

  .direction-container .h-area .title {
    width: auto;
    font-size: 28px;
    letter-spacing: -0.7px;
    margin-right: 20px;
  }

  .direction-container .h-area .car {
    width: 44px;
    height: 44px;
    background-image: url('../images/subs/car.png');
    background-size: contain;
    display: inline-block;
    vertical-align: top;
  }

  .direction-container .h-area .bus {
    width: 44px;
    height: 44px;
    background-image: url('../images/subs/bus.png');
    background-size: contain;
    display: inline-block;
    vertical-align: top;
  }
  .direction-container .content-area {
    padding: 0px 0px 0px 25px;
    display: inline-block;
    vertical-align: top;
  }
  .direction-container .m-title {
    width: 800px;
    color: #111;
    font-size: 24px;
    letter-spacing: -0.6px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .direction-container .content-area .cont {
    width: 80px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }

  .direction-container .content-area .conb {
    min-width: 800px;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.35px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .direction-container .content-area {
    display: flex;
  }

  .direction-container .content-area.bus {
    margin-top: 80px;
    border-top: 1px solid #d9d9d9;
  }

  .direction-container .content-area h3 {
    flex: 0 0 360px;
    font-size: 24px;
    line-height: 80px;
    margin-bottom: 0;
  }

  .direction-container .content-area h3::before {
    width: 80px;
    height: 80px;
  }

  .direction-container .content-area .ut-right {
    flex: 1 1 auto;
  }

  .direction-container .content-area table {
    font-size: 16px;
  }

  .direction-container .content-area .utr-title {
    font-size: 18px;
  }

  .direction-container .content-area .utr-item {
    margin-bottom: 50px;
  }

  .direction-container .content-area .utr-item h4 {
    font-size: 18px;
    color: #111;
    margin-bottom: 20px;
  }

  .direction-container .content-area .utr-item > ul li {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
  }

  .direction-container .content-area .utr-item > ul li span {
    flex: 0 0 57px;
    height: 35px;
    line-height: 28px;
    border-radius: 25px;
    font-size: 20px;
    margin-right: 14px;
  }

  .direction-container .content-area .utr-item > ul li ul li {
    margin: 0 20px 0 0;
  }
}

/* 서브 조직도 */
.organization-container {
  width: 375px;
  height: 450px;
  padding: 0px 56px 0px;
  margin: 0 auto;
}

.organization-container .ty2:hover,
.ty3:hover,
.ty4:hover,
.ty5:hover {
  border: 2px solid #103778;
}

.organization-container .chairman:hover,
.ty1:hover {
  border: 2px solid #eaeff8;
}

.organization-container .content-area {
  width: 263px;
  height: 450px;
  background-image: url('../images/subs/organization_background_m.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.organization-container .chairman {
  width: 100px;
  height: 30px;
  position: absolute;
  border-radius: 3px;
  background: var(---, #103778);
  top: 67px;
  left: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.organization-container .ty1 {
  width: 100px;
  height: 30px;
  border-radius: 3px;
  background: var(--333, #214d95);
  display: flex;
  justify-content: center;
  align-items: center;
}

.organization-container .ty2 {
  width: 100px;
  height: 30px;
  border-radius: 3px;
  background: var(--222, #6383b8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.organization-container .ty3 {
  font-size: 12px;
  width: 100px;
  height: 30px;
  border-radius: 3px;
  background: var(--111, #88a9df);
  display: flex;
  justify-content: center;
  align-items: center;
}

.organization-container .ty4 {
  width: 100px;
  height: 30px;
  border-radius: 3px;
  background: var(--2, #c3daff);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.organization-container .ty5 {
  width: 100px;
  height: 30px;
  border-radius: 3px;
  background: var(--123, #eaeff8);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.organization-container .tx {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.organization-container .tx2 {
  color: #103778;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: center; /* 수평 중앙 정렬 */
  align-items: center; /* 수직 중앙 정렬 */
  height: 100%;
  cursor: pointer;
}

.organization-container .tx3 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.organization-container ul li > div:hover {
  /* background-color: blue; */
  cursor: pointer;
}

.organization-container .chairman {
  position: absolute;
  top: -16px;
  left: 80px;
}

.organization-container ul li ul li:nth-child(1) {
  position: absolute;
  top: 50px;
  left: -8px;
}

.organization-container ul li ul li:nth-child(2) {
  position: absolute;
  top: 50px;
  right: -8px;
}

.organization-container ul li ul li:nth-child(3) {
  position: absolute;
  top: 215px;
  left: -8px;
}

.organization-container ul li ul li:nth-child(4) {
  position: absolute;
  top: 215px;
  right: -8px;
}

.organization-container ul li ul li:nth-child(5) {
  position: absolute;
  top: 113px;
  left: 81px;
}

.organization-container ul li ul li:nth-child(6) {
  width: 120%;
  position: absolute;
  top: 173px;
  left: 81px;
}

.organization-container ul li ul li:nth-child(7) {
  width: 120%;
  position: absolute;
  top: 267px;
  left: -8px;
}

.organization-container ul li ul li ul li:nth-child(1) {
  position: absolute;
  top: 188px;
  left: -130px;
}

.organization-container ul li ul li ul li:nth-child(2) {
  position: absolute;
  top: 188px;
  left: 0px;
}

.organization-container ul li ul li ul li:nth-child(3) {
  position: absolute;
  top: 188px;
  left: 128px;
}

.organization-container ul li ul li ul li:nth-child(4) {
  position: absolute;
  top: 185px;
  right: 0px;
}

.organization-container ul li ul li ul li ul li:nth-child(1) {
  position: absolute;
  top: 70px;
  left: 0px;
}

.organization-container ul li ul li ul li ul li:nth-child(2) {
  position: absolute;
  top: 70px;
  left: 110px;
}

@media all and (min-width: 1280px) {
  .organization-container {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
  }

  .organization-container .content-area {
    width: 881px;
    height: 1000px;
    background-image: url('../images/subs/organization_background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
  }

  .organization-container .chairman {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .organization-container .ty1 {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .organization-container .ty2 {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    left: 0px;
  }

  .organization-container .ty3 {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .organization-container .ty4 {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    background: var(--2, #c3daff);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 500;
    letter-spacing: -0.6px;
  }

  .organization-container .ty5 {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    background: var(--123, #eaeff8);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.6px;
  }

  .organization-container .tx {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .organization-container .tx2 {
    color: #103778;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .organization-container .tx3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .organization-container ul li > div:hover {
    /* background-color: blue; */
    cursor: pointer;
  }

  .organization-container .chairman {
    position: absolute;
    top: -56px;
    left: 339px;
  }

  .organization-container ul li ul li:nth-child(1) {
    position: absolute;
    top: 73px;
    left: 44px;
  }

  .organization-container ul li ul li:nth-child(2) {
    position: absolute;
    top: 73px;
    right: 44px;
  }

  .organization-container ul li ul li:nth-child(3) {
    position: absolute;
    top: 423px;
    left: 44px;
  }

  .organization-container ul li ul li:nth-child(4) {
    position: absolute;
    top: 423px;
    right: 44px;
  }

  .organization-container ul li ul li:nth-child(5) {
    position: absolute;
    top: 215px;
    left: 340px;
  }

  .organization-container ul li ul li:nth-child(6) {
    position: absolute;
    top: 350px;
    left: 340px;
  }

  .organization-container ul li ul li:nth-child(7) {
    position: absolute;
    top: 532px;
    left: 44px;
  }

  .organization-container ul li ul li ul li:nth-child(1) {
    position: absolute;
    top: 415px;
    left: -435px;
  }

  .organization-container ul li ul li ul li:nth-child(2) {
    position: absolute;
    top: 415px;
    left: 0px;
    max-width: 200px;
  }

  .organization-container ul li ul li ul li:nth-child(3) {
    position: absolute;
    top: 415px;
    left: 435px;
  }

  .organization-container ul li ul li ul li ul li:nth-child(1) {
    position: absolute;
    top: 135px;
    left: 0px;
  }

  .organization-container ul li ul li ul li ul li:nth-child(2) {
    position: absolute;
    top: 135px;
    left: 220px;
  }
}

.green-box {
  background-color: var(--lightblue-color);
  color: #000;
  font-size: 14px;
  padding: 15px;
}
.green-box > ul li {
  position: relative;
}
.green-box > ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #222;
}
.green-box .lt {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}
.green-box .main-work {
  font-size: 14px;
  display: block;
  margin-left: 10px;
  margin-top: 5px;
}

@media all and (min-width: 1280px) {
  .green-box {
    font-size: 16px;
    padding: 40px;
  }
  .green-box > ul li {
    position: relative;
  }
  .green-box > ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #222;
  }
  .green-box .lt {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .green-box .main-work {
    font-size: 16px;
    display: block;
    margin-left: 20px;
    margin-top: 10px;
  }
}

.sitemap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
  align-items: start;
  flex-wrap: wrap;
  position: relative;
  margin: 30px 0;
  padding: 0 15px;
}

.sitemap .top {
  width: 100%;
  margin-bottom: 20px;
}

.sitemap .top .tx {
  font-size: 12px;
  font-weight: 800;
  width: calc(50% - 20px);
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  border: 1px solid #103778;
  border-radius: 10px;
}

.sitemap .bg {
  display: none;
}

.sitemap ul {
  width: 100%;
  flex: 1 1 calc(20% - 70px);
  display: flex;
  justify-content: stretch;
  flex-direction: column;
  align-items: start;
  margin-right: 1%;
}

.sitemap ul:last-child {
  margin-right: 0;
}

.sitemap ul a {
  background-color: #c3daff;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.sitemap ul a:first-child {
  background-color: #103778;
  margin-bottom: 20px;
}

.sitemap ul a:first-child li .tx {
  font-weight: 600;
  color: #fff;
}

.sitemap ul a li .tx {
  font-size: 9px;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sitemap ul a:hover {
  border: 2px solid #103778;
}

@media all and (min-width: 1280px) {
  .sitemap {
    max-width: 1280px;
    height: auto;
    margin: 0px;
    padding: 0;
  }

  .sitemap .top {
    width: 100%;
    margin-bottom: 50px;
  }

  .sitemap .top .tx {
    font-size: 24px;
    width: calc(20% - 40px);
    height: 70px;
    line-height: 70px;
  }

  .sitemap .bg {
    display: block;
    position: absolute;
    width: 82%;
    height: 100%;
    top: 49.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  .sitemap ul {
    flex: 1 1 calc(20% - 40px);
    margin-right: 2%;
  }

  .sitemap ul a {
    margin-bottom: 20px;
    height: 70px;
  }

  .sitemap ul a:first-child {
    margin-bottom: 30px;
  }

  .sitemap ul a li {
    border-radius: 10px;
    line-height: 70px;
  }
  .sitemap ul a li .tx {
    font-size: 22px;
  }
}

.faq-container {
  width: 100%;
  padding: 30px 15px;
}

.faq-add h3 {
  font-size: 32px;
}

.faq-add .add-btn {
  width: 50px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #1d99df;
  text-align: center;
  align-content: center;
  /* border-radius: 10px 0 0 0; */
}

.faq-add label {
  font-size: 16px;
}

.faq-item {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 10px;
}

.faq-item:hover {
  border: 1px solid var(--deepblue-color);
}

.faq-item .rm-btn {
  width: 65px;
  height: 65px;
  font-size: 14px;
  color: #fff;
  background-color: #c82333;
  text-align: center;
  align-content: center;
  border-radius: 0 10px 0 0;
  position: absolute;
  top: 0px;
  right: 0px;
}

.faq-title {
  border-radius: 10px;
  font-size: 14px;
  background-color: #f4f4f4;
  padding: 20px 20px 20px 50px;
  cursor: pointer;
  position: relative;
}

.faq-content {
  display: none;
  font-size: 12px;
  padding: 30px 50px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 3.3s ease;
}

.faq-content.open {
  display: block;
  overflow: hidden;
  max-height: 100vh;
  transition: max-height 3.3s ease;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.arrow-icon.open {
  transform: translateY(-50%) rotate(90deg); /* 열린 상태일 때 아이콘을 회전시킵니다 */
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .faq-container {
    width: 100%;
    padding: 50px 15px;
  }

  .faq-title {
    font-size: 16px;
  }

  .faq-content {
    font-size: 14px;
  }
}

@media all and (min-width: 1280px) {
  .faq-container {
    width: 100%;
    padding: 100px 0px 150px 50px;
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-content {
    font-size: 18px;
  }
}

.refuse {
  width: 100%;
  height: auto;
  margin: 30px 0;
  padding: 0 15px;
}

.refuse .top {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.refuse .top .bg {
  flex: 0 0 auto;
  width: 6rem;
  height: auto;
  background-image: url('../images/subs/email_m.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  margin-right: 10px;
}

.refuse .top .text {
  flex: 1;
}

.refuse .top .text .title {
  display: flex;
  font-size: 15px;
  font-weight: 700;
}

.refuse .top .text .title .tx {
  color: var(--111, #88a9df);
}

.refuse .top .text .title .tx2 {
  color: var(--, #103778);
}

.refuse .top .text .cont {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 10px;
  line-height: 1.3;
}

.refuse .top .text .descript {
  display: none;
}

.refuse .bottom {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  background: rgba(217, 217, 217, 0);
  padding: 10px;
}

.refuse .bottom .title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.refuse .bottom .cont {
  color: #103778;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin-top: 12px;
}

.refuse .bottom .descript {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

@media all and (min-width: 1280px) {
  .refuse {
    max-width: 1280px;
    height: auto;
    margin: 50px 0 100px 0;
    padding: 0;
  }

  .refuse .top {
    width: 100%;
    margin-bottom: 70px;
  }

  .refuse .top .bg {
    width: 235px;
    height: 267px;
    background-image: url('../images/subs/email.png');
    margin-right: 60px;
  }

  .refuse .top .text .title {
    font-size: 38px;
  }

  .refuse .top .text .cont {
    font-size: 20px;
    padding: 0;
    margin-top: 45px;
  }

  .refuse .top .text .descript {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 45px;
  }

  .refuse .top .title {
    font-size: 38px;
    font-weight: 700;
  }

  .refuse .bottom .title {
    color: #103778;
    font-size: 18px;
  }

  .refuse .bottom .cont {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 0px;
    margin-top: 20px;
    margin-left: 10px;
  }

  .refuse .bottom .descript {
    font-size: 18px;
    font-weight: 500;
    margin-top: 17px;
    margin-left: 10px;
  }
}

.result {
  width: 100%;
  margin-bottom: 30px;
}

.result .search_box {
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  /* margin: 0 15px; */
  /* border-radius: 60px; */
}
.result .search_box input {
  width: 100%;
  padding: 11px 20px 10px;
  background-color: transparent;
  border: none;
}
.result .search_box input:focus-visible {
  outline: none;
}
.result .search_box button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.result h1 {
  display: inline;
  position: relative;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.result h1::after {
  content: '';
  position: absolute;
  bottom: -5px; /* 원하는 간격으로 조정 */
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}

.result .title {
  display: flex;
  align-items: center;
  margin: 26px 0 26px 0px;
}

.result .title .tx {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.result .title .dot {
  width: 8px;
  height: 2px;
  background-image: url('../images/newMain/result_icon_m.png');
  background-repeat: no-repeat;
  margin: 0 13px;
}

.result .title .num {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  padding: 3px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--deepblue-color);
}
.result .result-area {
  display: block;
}
.result .result-area li {
  border-radius: 5px;
  background: #f5f5f5;
  margin-bottom: 10px;
  color: #000;
  padding: 10px;
}

.result .result-area li .top {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.result .result-area li .bottom {
  display: flex;
  justify-content: baseline;
  align-items: center;
  color: #000;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(75, 75, 75, 0);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px; /* 150% */
}

.result .result-area li .bottom span {
  margin-right: 5px;
}

.result .result-area li .bottom .date {
  margin-left: 20px;
}

.result .result-area .more {
  width: 70px;
  height: 25px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px; /* 200% */
  border: 1px solid #103778;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}

@media all and (min-width: 1280px) {
  .result {
    margin-bottom: 100px;
  }

  .result .count {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
  }

  .result h1::after {
    bottom: -5px; /* 원하는 간격으로 조정 */
  }

  .result .title {
    margin: 40px 0 26px 0px;
  }

  .result .title .tx {
    font-size: 22px;
    font-weight: 700;
  }

  .result .title .dot {
    width: 51px;
    height: 15px;
    margin: 0 13px;
    background-image: url('../images/newMain/result_icon.png');
  }

  .result .title .num {
    font-size: 18px;
    font-weight: 400;
    padding: 3px 13px;
    gap: 10px;
    border-radius: 25px;
  }

  .result .result-area li {
    margin-bottom: 10px;
    padding: 12.5px 35px;
    margin-left: 0px;
  }

  .result .result-area li .top {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .result .result-area li .bottom {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .result .result-area li .bottom span {
    margin-right: 10px;
  }

  .result .result-area li .bottom .date {
    margin-left: 20px;
  }

  .result .result-area li .bottom .home {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .result .result-area .more {
    width: 120px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px auto;
  }

  .result .result-area .more:hover {
    color: #fff;
    background-color: #103778;
  }
}

.modal-container {
}

.modal-container li {
  border: 1px solid #d1d1d1;
  position: relative;
  margin-bottom: 10px;
}

.modal-container li:hover {
  border: 1px solid #000;
}

.modal-container img {
  max-width: 100%;
}

.modal-container .btn-area {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  justify-content: end;
}

.modal-container .btn-area button {
  background-color: #d93743;
  color: #fff;
  border: none;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
}

@media all and (min-width: 1280px) {
  .modal-container img {
    max-width: 500px;
  }
}

.ci {
  /* display: flex; */
}

.ci h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.ci .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 123.077% */
  margin-bottom: 20px;
}

.ci .rect-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ci .rect {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  border-radius: 10px;
  border: 1px solid #6d6d6d;
  margin-top: 20px;
}

.ci .rect .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 20px 0;
}

.ci .rect .line {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.ci .rect .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.ci .rect .img img {
  width: 100%;
}

.ci .dl-btn {
  display: flex;
  justify-content: end;
  margin-top: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}

.ci .dl-btn .tx {
  color: #999;
  text-align: end;
  border: 1px solid #999;
  font-size: 11px;
  padding: 2px 10px;
}

.ci .dl-btn img {
  width: 12px;
  margin-left: 6px;
}

.ci .color-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ci .color-content {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.ci .color-content .text {
  font-weight: 500;
}

.ci .color-content .text span {
  display: block;
  margin-bottom: 2px;
}

.ci .color-content .color-bar {
  width: 30px;
  height: 130px;
  flex-shrink: 0;
  border-radius: 5px;
  margin-right: 10px;
}

.ci .sample {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 10px;
  margin-bottom: 20px;
}

.ci .sample .rect {
  width: 100%;
  border-radius: 0px;
  padding: 20px;
  margin-top: 0;
}
.ci .sample .rect:nth-child(5),
.ci .sample .rect:nth-child(6) {
  padding: 25px;
}

.ci .sample .rect img {
  width: 125px;
}
.ci .sample .rect:nth-child(5) img,
.ci .sample .rect:nth-child(6) img {
  width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .ci h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .ci .text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }

  .ci .rect {
    width: calc(50% - 10px);
    display: flex;
    padding: 0 32px;
    border: 1px solid #6d6d6d;
    margin-top: 0px;
  }

  .ci .rect .title {
    font-size: 32px;
    line-height: 40px;
    margin: 30px 0;
  }

  .ci .rect .img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
  }

  .ci .rect .img img {
    width: 100%;
  }

  .ci .dl-btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .ci .dl-btn .tx {
    font-size: 16px;
    padding: 5px 20px;
  }

  .ci .dl-btn img {
    width: 15px;
    margin-left: 15px;
  }

  .ci .color-content {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .ci .color-content .text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
  }

  .ci .color-content .text span {
    display: block;
    margin-bottom: 6px;
  }

  .ci .color-content .color-bar {
    width: 40px;
    height: 150px;
    border-radius: 10px;
    margin-right: 20px;
  }

  .ci .sample {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 10px;
    margin-bottom: 30px;
  }

  .ci .sample .rect {
    width: 100%;
    border-radius: 0px;
    padding: 25px;
    margin-top: 0;
  }
  .ci .sample .rect:nth-child(5),
  .ci .sample .rect:nth-child(6) {
    padding: 35px;
    grid-row: span 2;
  }

  .ci .sample .rect:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1;
  }
  .ci .sample .rect:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1;
  }
  .ci .sample .rect:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1;
  }
  .ci .sample .rect:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1;
  }
  .ci .sample .rect:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }
  .ci .sample .rect:nth-child(6) {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
  }
  .ci .sample .rect:nth-child(7) {
    grid-column: 3 / 4;
    grid-row: 2;
  }
  .ci .sample .rect:nth-child(8) {
    grid-column: 4 / 5;
    grid-row: 2;
  }
  .ci .sample .rect:nth-child(9) {
    grid-column: 3 / 4;
    grid-row: 3;
  }
  .ci .sample .rect:nth-child(10) {
    grid-column: 4 / 5;
    grid-row: 3;
  }

  .ci .sample .rect img {
    width: 180px;
  }
  .ci .sample .rect:nth-child(5) img,
  .ci .sample .rect:nth-child(6) img {
    width: 160px;
  }
}

@media all and (min-width: 1280px) {
  .ci h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .ci .text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }

  .ci .rect {
    width: calc(50% - 10px);
    display: flex;
    padding: 0 32px;
    border: 1px solid #6d6d6d;
    margin-top: 0px;
  }

  .ci .rect .title {
    font-size: 32px;
    line-height: 40px;
    margin: 30px 0;
  }

  .ci .rect .img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
  }

  .ci .rect .img img {
    width: 100%;
  }

  .ci .dl-btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .ci .dl-btn .tx {
    color: #000;
    font-size: 16px;
    padding: 5px 20px;
  }

  .ci .dl-btn img {
    width: 15px;
    margin-left: 15px;
  }

  .ci .dl-btn .tx:hover {
    color: #fff;
    background-color: var(--normalblue-color);
  }

  .ci .dl-btn .tx:hover img {
    filter: invert(1);
  }

  .ci .color-content {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .ci .color-content .text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
  }

  .ci .color-content .text span {
    display: block;
    margin-bottom: 6px;
  }

  .ci .color-content .color-bar {
    width: 40px;
    height: 150px;
    border-radius: 10px;
    margin-right: 20px;
  }

  .ci .sample {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 10px;
    margin-bottom: 30px;
  }

  .ci .sample .rect {
    width: 100%;
    border-radius: 0px;
    padding: 25px;
    margin-top: 0;
  }
  .ci .sample .rect:nth-child(5),
  .ci .sample .rect:nth-child(6) {
    padding: 35px;
    grid-row: span 2;
  }

  .ci .sample .rect:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1;
  }
  .ci .sample .rect:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1;
  }
  .ci .sample .rect:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1;
  }
  .ci .sample .rect:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1;
  }
  .ci .sample .rect:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }
  .ci .sample .rect:nth-child(6) {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
  }
  .ci .sample .rect:nth-child(7) {
    grid-column: 3 / 4;
    grid-row: 2;
  }
  .ci .sample .rect:nth-child(8) {
    grid-column: 4 / 5;
    grid-row: 2;
  }
  .ci .sample .rect:nth-child(9) {
    grid-column: 3 / 4;
    grid-row: 3;
  }
  .ci .sample .rect:nth-child(10) {
    grid-column: 4 / 5;
    grid-row: 3;
  }

  .ci .sample .rect img {
    width: 180px;
  }
  .ci .sample .rect:nth-child(5) img,
  .ci .sample .rect:nth-child(6) img {
    width: 160px;
  }
}

.vision {
  width: 100%;
  aspect-ratio: 3 / 4;
  padding: 0;
}

.vision img {
  width: 100%;
}

@media all and (min-width: 1280px) {
  .vision {
    margin-bottom: 100px;
  }
}

.corruption {
  display: flex;
  flex-direction: column;
  color: #000;
}

.corruption h3 {
  /* margin-bottom: 20px; */
}

.corruption .rect {
  position: relative;
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 10px;
}

.corruption .rect .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 10px;
}

.corruption .rect .text-area {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 30px;
}

.corruption .rect .text-area img {
  margin-right: 10px;
  padding: 5px;
  width: 43px;
}

.corruption .rect .btn {
  flex-shrink: 0;
  position: absolute;
  background: #d9d9d9;
  bottom: 10px;
  right: 10px;
  text-align: center;
  line-height: 1;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  color: #000;
  border-radius: 0;
}

.corruption .hi {
  margin-bottom: 20px;
}
.corruption .hi h3 {
  color: #214d95;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 20px 0 10px 0;
}

.corruption .hi .text-area {
  font-size: 14px;
  line-height: 18px;
  padding-left: 15px;
}

.corruption .hi .text-area .title {
  font-weight: 500;
  margin-bottom: 20px;
}

.corruption .hi .text-area .aligned-list {
  list-style-position: inside;
  padding-left: 0;
}

.corruption .hi .text-area .aligned-list li {
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}

.corruption .btn {
  width: auto;
  height: auto;
  flex-shrink: 0;
  border-radius: 5px;
  color: #fff;
  background: #214d95;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
  cursor: pointer;
}

.admin-dialog .admin-dialog-box .dialog-content table.agree-area-tb {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  line-height: 1.5;
  margin: 5px 0px;
}
.admin-dialog .admin-dialog-box .dialog-content table.agree-area-tb th {
  width: auto;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #fff;
  background: #5e5e5e;
  vertical-align: middle;
}
.admin-dialog .admin-dialog-box .dialog-content table.agree-area-tb td {
  width: auto;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background: #eee;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.admin-dialog
  .admin-dialog-box
  .dialog-content
  table.agree-area-tb
  td:nth-child(2),
td:nth-child(3) {
  color: #214d95;
}

.admin-dialog .admin-dialog-box .dialog-content label {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.admin-dialog .admin-dialog-box .dialog-content label {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  display: inline-block;
}

.admin-dialog .admin-dialog-box .dialog-content input[type='checkbox'] {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.admin-dialog .admin-dialog-box .dialog-content .aligned-list {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin: 20px 0;
}
.admin-dialog .admin-dialog-box .dialog-content .aligned-list li {
  text-indent: -0.7em;
  padding-left: 0.7em;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .corruption h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .corruption .rect {
    padding: 20px;
    margin-bottom: 20px;
  }

  .corruption .rect .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .corruption .rect .text-area {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .corruption .rect .text-area img {
    margin-right: 20px;
    padding: 5px;
    width: 70px;
  }

  .corruption .rect .btn {
    flex-shrink: 0;
    position: absolute;
    background: #d9d9d9;
    bottom: 20px;
    right: 20px;
    text-align: center;
    line-height: 16px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
  }

  .corruption .hi {
    margin-bottom: 30px;
  }
  .corruption .hi h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 50px 0 30px 0;
  }

  .corruption .hi .text-area {
    font-size: 18px;
    line-height: 23px;
  }

  .corruption .hi .text-area .title {
    margin-bottom: 30px;
  }

  .corruption .hi .text-area .aligned-list {
    margin-bottom: 20px;
  }
  .corruption .hi .text-area .aligned-list li {
    text-indent: -0.7em;
    padding-left: 0.7em;
  }

  .corruption .btn {
    width: auto;
    height: auto;
    flex-shrink: 0;
    border-radius: 5px;
    color: #fff;
    background: #214d95;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
  }

  .corruption .rect .btn:hover {
    color: #fff;
    background-color: var(--deepblue-color);
  }

  .admin-dialog .admin-dialog-box .dialog-content table.agree-area-tb td {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .admin-dialog .admin-dialog-box .dialog-content label {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: inline-block;
  }

  .admin-dialog .admin-dialog-box .dialog-content input[type='checkbox'] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }

  .admin-dialog .admin-dialog-box .dialog-content .aligned-list {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 20px 0;
  }
  .admin-dialog .admin-dialog-box .dialog-content .aligned-list li {
    text-indent: -0.7em;
    padding-left: 0.7em;
    margin-bottom: 5px;
  }
}

@media all and (min-width: 1280px) {
  .corruption h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .corruption .rect {
    padding: 20px;
    margin-bottom: 20px;
  }

  .corruption .rect .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .corruption .rect .text-area {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .corruption .rect .text-area img {
    margin-right: 20px;
    padding: 5px;
    width: 70px;
  }

  .corruption .rect .btn {
    flex-shrink: 0;
    position: absolute;
    background: #d9d9d9;
    bottom: 20px;
    right: 20px;
    text-align: center;
    line-height: 16px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
  }

  .corruption .hi {
    margin-bottom: 30px;
  }
  .corruption .hi h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 50px 0 30px 0;
  }

  .corruption .hi .text-area {
    font-size: 18px;
    line-height: 23px;
  }

  .corruption .hi .text-area .title {
    margin-bottom: 30px;
  }

  .corruption .hi .text-area .aligned-list {
    margin-bottom: 20px;
  }
  .corruption .hi .text-area .aligned-list li {
    text-indent: -0.7em;
    padding-left: 0.7em;
  }

  .corruption .btn {
    width: auto;
    height: auto;
    flex-shrink: 0;
    border-radius: 5px;
    color: #fff;
    background: #214d95;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
  }

  .corruption .rect .btn:hover {
    color: #fff;
    background-color: var(--deepblue-color);
  }

  .admin-dialog .admin-dialog-box .dialog-content table.agree-area-tb td {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .admin-dialog .admin-dialog-box .dialog-content label {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: inline-block;
  }

  .admin-dialog .admin-dialog-box .dialog-content input[type='checkbox'] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }

  .admin-dialog .admin-dialog-box .dialog-content .aligned-list {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 20px 0;
  }
  .admin-dialog .admin-dialog-box .dialog-content .aligned-list li {
    text-indent: -0.7em;
    padding-left: 0.7em;
    margin-bottom: 5px;
  }
}

.staffDetail {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.staffDetail .closeBtn {
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: 0px;
}
.staffDetail .title {
  margin: 10px 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #214d95;
}

.staffDetail .flexBox {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.staffDetail .flexBox .flexContent {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 10px 0;
  box-sizing: border-box;
}

.staffDetail .flexBox .detail {
  padding: 10px;
  border-radius: 15px;
  background-color: #eaeff8;
  font-size: 13px;
  flex-grow: 1;
}

.staffDetail .flexBox .detail ul li {
  border-bottom: 1px solid #fff;
  padding: 10px;
}

.staffDetail .flexContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 0px; /* 항목 사이의 간격 */
  margin: 0px;
  font-size: 13px;
}

.staffDetail .flexContainer .mr {
  margin-right: 0px;
}

.staffDetail .flexContainer .ml {
  margin-left: 0px;
}

.staffDetail .flexItem1 {
  flex: 1 1 calc(25% - 5px); /* 1열의 비율을 조정 */
  font-weight: bold;
  color: #444444;
  background-color: #eaeff8;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.staffDetail .flexItem2 {
  flex: 2 1 calc(75% - 5px); /* 2열의 비율을 조정 */
  background-color: #fff;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.staffDetail .flexItem3 {
  flex: 2 1 calc(75% - 5px); /* 2열의 비율을 조정 */
  background-color: #fff;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.staffDetail .subTitle {
  width: 22%;
  float: left;
  font-size: 11px;
  font-weight: 700;
  color: #777;
  line-height: 24px;
  margin: 10px 0;
}

.staffDetail .subText {
  width: 78%;
  float: left;
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
  margin: 10px 0;
  min-height: 24px;
}
.staffDetail .subText h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
}

.staffDetail .top {
  display: flex;
  align-items: center;
  margin: 10px 0 20px 0;
}
.staffDetail .top img {
  margin-right: 10px;
}
.staffDetail h2 {
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}

.staffDetail .confirm-btn {
  width: 50px;
  font-size: 14px;
  padding: 10px 5px;
  margin-top: 0px;
  color: #fff;
  background-color: var(--deepblue-color);
  position: absolute;
  bottom: -50px;
  left: 0px;
}

.staffDetail .close-btn {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  cursor: pointer;
}
.staffDetail .close-btn img {
  width: 100%;
}

.staffDetail .close-btn:hover {
  background-color: red;
}

.staffDetail .bottom {
  display: flex;
  align-items: start;
  justify-content: baseline;
  width: 100%;
  height: 100%;
}

.staffDetail .bottom img {
  width: 22px;
  margin-left: 20px;
}

.modalOverlay {
  background-color: rgba(0, 0, 0, 0.5); /* 오버레이 배경 색상 조정 */
  position: fixed; /* 오버레이를 화면 전체에 고정 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalContent {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow-y: auto; /* 내용이 넘칠 때 스크롤 가능하도록 설정 */
  box-sizing: border-box; /* 패딩과 테두리를 포함하여 크기 계산 */

  min-width: 90%; /* 모바일에서 최소 너비를 화면의 90%로 설정 */
  min-height: 20%; /* 모바일에서 최소 높이를 화면의 50%로 설정 */
  max-width: 90%; /* 모바일에서 최대 너비를 화면의 90%로 설정 */
  max-height: 80vh; /* 모바일에서 최대 높이를 뷰포트 높이의 80%로 설정 */
  padding: 10px; /* 모바일에서 패딩 줄이기 */
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .modalContent {
    min-width: 40%;
    min-height: 25%;
    max-width: 80%;
    max-height: 80vh; /* 태블릿에서 최대 높이를 뷰포트 높이의 80%로 설정 */
  }

  .staffDetail {
    padding: 20px;
  }

  .staffDetail h2 {
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
  }
  .staffDetail p {
    font-size: 18px;
    font-weight: 400;
  }

  .staffDetail .confirm-btn {
    width: 70px;
    padding: 12px 15px;
    margin-top: -60px;
    color: #fff;
    background-color: var(--deepblue-color);
    position: absolute;
    bottom: -50px;
    left: 20px;
  }

  .staffDetail .bottom img {
    width: 28px;
    margin-left: 20px;
  }

  .staffDetail .flexBox {
    flex-direction: row;
  }

  .staffDetail .flexBox .detail {
    padding: 10px;
    font-size: 14px;
  }
}

@media all and (min-width: 1280px) {
  .modalContent {
    min-width: 500px; /* 기본 최소 너비 */
    min-height: 240px; /* 기본 최소 높이 */
    max-height: 700px; /* 기본 최대 높이 */
    max-width: 800px; /* 기본 최대 너비 */
  }

  .staffDetail {
    padding: 3px;
  }

  .staffDetail .title {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 5px 10px;
  }

  .staffDetail .flexBox {
    flex-direction: row;
  }

  .staffDetail .flexContainer {
    font-size: 16px;
  }

  .staffDetail .flexContainer .mr {
    margin-right: 5px;
  }

  .staffDetail .flexContainer .ml {
    margin-left: 5px;
  }

  .staffDetail .flexItem1 {
    flex: 1 1 calc(15% - 5px); /* 1열의 비율을 조정 */
    font-weight: bold;
    padding: 10px;
  }

  .staffDetail .flexItem2 {
    flex: 2 1 calc(35% - 5px); /* 2열의 비율을 조정 */
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .staffDetail .flexItem3 {
    flex: 2 1 85%; /* 2열의 비율을 조정 */
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .staffDetail .subTitle {
    font-size: 16px;
    line-height: 24px;
  }

  .staffDetail .subText {
    font-size: 15px;
    line-height: 24px;
  }
  .staffDetail .subText h3 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 900;
  }

  .staffDetail .custom-bullets li {
    position: relative; /* 불릿을 위치시키기 위해 relative 설정 */
    padding-left: 15px; /* 불릿과 항목 사이의 여백 */
    line-height: 32px;
  }

  .staffDetail .custom-bullets li::before {
    font-size: 11px; /* 불릿 크기 */
    top: 15px; /* 수직 중앙 정렬 */
  }

  .staffDetail .flexBox .detail {
    padding: 10px;
    font-size: 16px;
  }

  .staffDetail .top {
    margin: 20px 0;
  }

  .staffDetail h2 {
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
  }
  .staffDetail p {
    font-size: 18px;
    font-weight: 400;
  }

  .staffDetail .confirm-btn {
    width: 70px;
    padding: 12px 15px;
    margin-top: 0px;
    color: #fff;
    background-color: var(--deepblue-color);
    position: absolute;
    bottom: -60px;
    left: 10px;
  }

  .staffDetail .bottom img {
    width: 32px;
    margin-left: 20px;
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 140px;
  background: #fff;
  z-index: 5000 !important;
  height: 100px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#header h1 {
  position: relative;
  display: block;
  text-align: center;
  top: 5px;
  margin-bottom: 10px;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: none;
}
#header h1 a .img_left {
  float: right;
}
#header h1 a .img_right {
  float: left;
}
#header_wrap .wb_right {
  display: flex;
}
#lnb .lnb_wrap {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
#lnb .lnb_wrap > ul > li {
  float: left;
}
#lnb .lnb_wrap > ul > li > a {
  display: block;
  width: 100%;
  padding: 0 40px;
  font-size: 1.2em;
  font-weight: 500;
  color: #000;
  height: 90px;
  line-height: 90px;
}
#lnb .lnb_wrap > ul > li > a > span {
  display: block;
  background: #0f7ed3;
  width: 0px;
  height: 2px;
  margin: 0 auto;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#lnb .lnb_wrap > ul > li.current > a,
#lnb .lnb_wrap > ul > li.actived > a {
  color: #0f7ed3;
  font-weight: 500;
  border-bottom: 0px solid rgba(255, 255, 255, 1);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#lnb .lnb_wrap > ul > li.current > a > span,
#lnb .lnb_wrap > ul > li.actived > a > span {
  display: block;
  background: #0f7ed3;
  width: 100%;
}
#lnb .lnb_sub {
  overflow: hidden;
  max-height: 0;
  transition: max-height 113.8s ease-out;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#lnb .lnb_sub li {
  background-color: #fff;
  transition: all 0.2s;
}
#lnb .lnb_sub li:last-child {
}
#lnb .lnb_sub li:hover {
  background-color: #f4f4f4;
}
#lnb .lnb_sub li a {
  display: block;
  color: #111;
  padding: 10px 25px;
  margin: 0 0 2px 0;
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
#lnb .active .lnb_sub {
  display: inline;
  width: 100%;
  height: auto;
  max-height: 1200px;
}

.sub-area {
  display: flex;
  flex-direction: row;
}
.sub-background {
  background-color: #000;
  width: 100%;
  height: 100vh;
  opacity: 0.6;
  z-index: 1;
}
.sub-menu-container {
  display: flex;
  justify-content: center;
  position: absolute;
  left: -6px;
  padding-left: 100px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1) !important;
  opacity: 1;
  z-index: 3;
}

.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.sub-menu-item {
  width: 130px;
  cursor: pointer;
  text-align: center;
}
.sub-menu-item .sub-item {
  padding: 12px 0px;
}
.sub-menu-item a {
  margin: 0;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.sub-menu-item .sub-item:hover {
  text-decoration: underline;
  font-weight: 500;
}

#mobile_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: normal;
  border: 0px solid red;
  background-color: #fff;
  z-index: 99999;
  display: none;
}
#mobile_header .inner {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
#mobile_header h1 {
  width: 112px;
}
#mobile_header h1 a {
  display: block;
}
#mobile_header h1 img {
  width: 100%;
  object-fit: contain;
}
#mobile_header .m_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
#mobile_header .m_gnb li {
  list-style: none;
}
#mobile_header .m_gnb li a {
  display: block;
  top: 0;
  width: 100%;
  text-align: center;
  color: transparent;
}
#mobile_header .m_gnb li.category a i {
  float: left;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 15px;
  top: 20px;
  font-size: 20px;
  color: #06233a;
}
#mobile_header .m_gnb li.home a i {
  float: left;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 15px;
  top: 20px;
  font-size: 20px;
  color: #06233a;
}
#back_cover {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999998;
}

#mainMenu {
  display: flex;
  align-items: center;
}
#mainMenu > li {
  width: 130px;
  position: relative;
  padding: 0;
  line-height: 144px;
  text-align: center;
}
#mainMenu li:hover > a {
  color: #000;
}
#mainMenu > li > a {
  font-size: 22px;
  font-weight: 700;
  transition: all 0.2s;
}
#mainMenu > li:last-child > a {
  color: var(--brown-color);
}
#util {
  display: flex;
  align-items: center;
  gap: 20px;
}
#util a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#util div a > span:first-child {
  display: block;
  width: 32px;
  height: 32px;
}
