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

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

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

fieldset {
  border: 0 none;
}

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

blockquote,
q {
  quotes: none;
}

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

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

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

body {
  background: #fff;
}

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

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

input::placeholder {
  color: #ccc;
}

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

textarea::placeholder {
  color: #ccc;
}

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

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

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

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

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

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

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

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

@font-face {
  font-family: "Pretendard-Light";
  src: url("../font/Pretendard-Light.woff2") format("font-woff2"), url("../font/Pretendard-Light.woff");
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("../font/Pretendard-Regular.woff2") format("font-woff2"), url("../font/Pretendard-Regular.woff");
}
@font-face {
  font-family: "Pretendard-Medium";
  src: url("../font/Pretendard-Medium.woff2") format("font-woff2"), url("../font/Pretendard-Medium.woff");
}
@font-face {
  font-family: "Pretendard-SemiBold";
  src: url("../font/Pretendard-SemiBold.woff2") format("font-woff2"), url("../font/Pretendard-SemiBold.woff");
}
@font-face {
  font-family: "Pretendard-Bold";
  src: url("../font/Pretendard-Bold.woff2") format("font-woff2"), url("../font/Pretendard-Bold.woff");
}
@font-face {
  font-family: "Pretendard-ExtraBold";
  src: url("../font/Pretendard-ExtraBold.woff2") format("font-woff2"), url("../font/Pretendard-ExtraBold.woff");
}
@font-face {
  font-family: "Pretendard-Black";
  src: url("../font/Pretendard-Black.woff2") format("font-woff2"), url("../font/Pretendard-Black.woff");
}
@font-face {
  font-family: "SCDream8";
  src: url("../font/SCDream8.woff2") format("font-woff2"), url("../font/SCDream8.woff");
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("../font/GmarketSansMedium.woff2") format("font-woff2"), url("../font/GmarketSansMedium.woff");
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("../font/GmarketSansBold.woff2") format("font-woff2"), url("../font/GmarketSansBold.woff");
}
/* cms */
@font-face {
  font-family: "SCDream4";
  src: url("../font/SCDream4.woff2") format("font-woff2"), url("../font/SCDream4.woff"), url("../font/SCDream4.ttf"), url("../font/SCDream4.otf");
}
@font-face {
  font-family: "SCDream5";
  src: url("../font/SCDream5.woff2") format("font-woff2"), url("../font/SCDream5.woff"), url("../font/SCDream5.ttf"), url("../font/SCDream5.otf");
}
@font-face {
  font-family: "SCDream6";
  src: url("../font/SCDream6.woff2") format("font-woff2"), url("../font/SCDream6.woff"), url("../font/SCDream6.ttf"), url("../font/SCDream6.otf");
}
:root {
  --font-size-sm: 18px;
  --font-size-md: 20px;
  --font-size-lg: 24px;
  --font-size-tit: 24px;
  --font-size-tit-md: 20px;
  --spacing-lg: 64px;
  --spacing-md: 32px;
  --spacing-sm: 24px;
}

@media screen and (max-width: 500px) {
  :root {
    --font-size-sm: 14px;
    --font-size-md: 14px;
    --font-size-lg: 14px;
    --font-size-tit: 16px;
    --font-size-tit-md: 16px;
    --spacing-lg: 32px;
    --spacing-md: 24px;
    --spacing-sm: 16px;
  }
}
* {
  line-height: 1.4;
}

body {
  font-size: 18px;
}

body.modal-open {
  overflow: hidden;
}
body.open-sitemap {
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
}
.clear_bh {
  clear: both;
}

.mt20mi {
  margin-top: -20px !important;
}

.mt30mi {
  margin-top: -30px !important;
}

.h4ts {
  font-size: 18px;
  font-family: "Pretendard-SemiBold";
  padding-bottom: 5px;
  background: url(../../../../common/images/kor/common/h4_bg.gif) no-repeat 0 100%;
  margin-bottom: 20px;
  clear: both;
}

.h5ts {
  font-size: 16px;
  font-family: "Pretendard-SemiBold";
  background: url(../../../../common/images/kor/common/h5_bg.gif) no-repeat 0 3px;
  padding-left: 18px;
  margin-bottom: 10px;
}

.h6ts {
  font-size: 14px;
  font-family: "Pretendard-SemiBold";
  padding-left: 1px;
  margin-bottom: 10px;
}

.p_txt {
  font-size: 16px;
  line-height: 26px;
}

.p_txt_02 {
  font-size: 15px;
  line-height: 22px;
}

.p_txt_big {
  font-size: 22px;
  line-height: 26px;
  font-family: "Pretendard-SemiBold";
}

.p_txt_big span {
  color: #03C;
}

/* 리스트타입 */
.list_type_01 {
  margin: 0 0 20px 0;
  padding: 0;
}
.list_type_01 li {
  list-style: none;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 0 10px;
  background: url(../../../../common/images/kor/sub/gl_list_blt_02.gif) left 10px no-repeat;
}

.list_type_02 {
  margin: 0 0 20px 0;
  padding: 0;
}
.list_type_02 li {
  list-style: none;
  font-size: 15px;
  line-height: 24px;
  padding: 0 0 0 10px;
  background: url(../../../../common/images/kor/common/dot_subli.png) left 12px no-repeat;
}
.list_type_02 li ul {
  margin: 0 0 10px 10px;
  padding: 0;
}
.list_type_02 li ul li {
  background: url(../../../../common/images/kor/common/li2bg.png) no-repeat 0 9px;
  list-style: none;
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 0 12px;
}

.list_type_non {
  margin: 0 0 20px 0;
  padding: 0;
}
.list_type_non li {
  list-style: none;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 0 3px;
}
.list_type_non li ul {
  margin: 0 0 10px 10px;
  padding: 0;
}
.list_type_non li ul li {
  list-style: none;
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 0 3px;
}

.list_type_non2 {
  margin: 0 0 20px 0;
  padding: 0;
}
.list_type_non2 li {
  list-style: none;
  font-size: 15px;
  line-height: 22px;
  padding: 0 0 0 3px;
}
.list_type_non2 li ul {
  margin: 0 0 20px 10px;
  padding: 0;
}
.list_type_non2 li ul li {
  list-style: none;
  font-size: 13px;
  line-height: 22px;
  padding: 0 0 0 3px;
}

/*경영철학*/
.t_box_blue {
  text-align: center;
  font-size: 18px;
  font-family: "Pretendard-SemiBold";
  color: #0b52a9;
  border: 2px solid #0d5db7;
  box-sizing: border-box;
  background-image: url(../../../../common/images/kor/sub/bg_blue_s_logo.png);
  background-repeat: no-repeat;
  background-position: right -20px;
  padding: 18px 15px;
  margin-bottom: 25px;
}

.t_box_green {
  text-align: center;
  font-size: 18px;
  color: #217e4c;
  border: 2px solid #7fb944;
  box-sizing: border-box;
  background-image: url(../../../../common/images/kor/sub/bg_green_s_logo.png);
  background-repeat: no-repeat;
  background-position: right -20px;
  padding: 18px 15px;
  margin-bottom: 25px;
}

.t_box_orange {
  text-align: center;
  font-size: 18px;
  color: #d96815;
  border: 2px solid #d96815;
  box-sizing: border-box;
  background-image: url(../../../../common/images/kor/sub/bg_orange_s_logo.png);
  background-repeat: no-repeat;
  background-position: right -20px;
  padding: 18px 15px;
  margin-bottom: 25px;
}

@media screen and (max-width: 500px) {
  .t_box_blue {
    text-align: center;
    font-size: 15px;
    color: #0b52a9;
    border: 2px solid #0d5db7;
    box-sizing: border-box;
    background-image: url(../../../../common/images/kor/sub/bg_blue_s_logo.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50px 70px;
    padding: 18px 15px;
  }
  .t_box_green {
    text-align: center;
    font-size: 15px;
    color: #217e4c;
    border: 2px solid #7fb944;
    box-sizing: border-box;
    background-image: url(../../../../common/images/kor/sub/bg_green_s_logo.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50px 70px;
    padding: 18px 15px;
    letter-spacing: -1px;
  }
  .t_box_orange {
    text-align: center;
    font-size: 15px;
    color: #d96815;
    border: 2px solid #d96815;
    box-sizing: border-box;
    background-image: url(../../../../common/images/kor/sub/bg_orange_s_logo.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50px 70px;
    padding: 18px 15px;
    letter-spacing: -1px;
  }
}
/* table */
.tbl {
  margin-top: 5px;
}

.tbl.only,
.tbl.tabUp {
  margin-top: 25px;
}

.tbl.last {
  margin-bottom: 5px;
}

.tbl .bdl_1px {
  border-left: 1px solid #d3d3d3 !important;
}

.tbl .bdr_none {
  border-right: 0 !important;
}

.tbl .gray_bg {
  background: #f7f7f7;
}

.tbl table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
}

.tbl.tbl_style_a {
  border-top: 1px solid #7e8498;
}

.tbl.tbl_style_a table th,
.tbl.tbl_style_a table td {
  padding: 10px;
  border-bottom: 1px solid #d3d3d3 !important;
}

.tbl.tbl_style_a table th {
  background: #f4f7ff;
  font-family: "Pretendard-SemiBold";
  color: #333333;
}

.tbl.tbl_style_a table td {
  color: #333333;
}

.tbl.tbl_style_a table thead tr th + th,
.tbl.tbl_style_a table tbody tr td + td {
  border-left: 1px solid #d3d3d3;
}

.tbl.tbl_style_a table tfoot th {
  border-right: 1px solid #d3d3d3;
  background: #fefbea;
}

.tbl.tbl_style_a table tfoot td {
  background: #ffffff;
  text-align: center;
}

.tbl.tbl_style_a .point {
  color: #cf4b3a;
}

.tbl.tbl_style_a .ac > a:hover,
.tbl.tbl_style_a .ac > a:focus {
  font-weight: 700;
  color: #ff0000;
}

.tbl.tbl_style_a .stat {
  display: inline-block;
  width: 60px;
  padding: 5px 0;
  border-radius: 3px;
  color: #ffffff;
}

.tbl.tbl_style_a .stat.ing {
  background: #759929;
}

.tbl.tbl_style_a .stat.end {
  background: #b7babe;
}

.tbl.tbl_style_a table tbody th {
  border-right: 1px solid #d3d3d3;
  background: #ffffff;
  color: #454545;
}

.tbl.tbl_style_b {
  border-top: 1px solid #7e8498;
}

.tbl.tbl_style_b table th,
.tbl.tbl_style_b table td {
  padding: 10px;
  border-bottom: 1px solid #d3d3d3 !important;
}

.tbl.tbl_style_b table th {
  background: #f4f7ff;
  font-family: "Pretendard-SemiBold";
  color: #000;
}

.tbl.tbl_style_b table td {
  color: #212121;
  text-align: center;
}

.tbl.tbl_style_b table thead tr th + th,
.tbl.tbl_style_b table tbody tr td + td {
  border-left: 1px solid #d3d3d3;
}

.tbl.tbl_style_b table tfoot th {
  border-right: 1px solid #d3d3d3;
  background: #fefbea;
}

.tbl.tbl_style_b table tfoot td {
  background: #ffffff;
  text-align: center;
}

.tbl.tbl_style_b table tbody th {
  border-right: 1px solid #d3d3d3;
  background: #fafafa;
  color: #454545;
}

.title_table .title_exp_table {
  margin-bottom: 24px;
}

.tbl.tbl_style_b table td table {
  border-top: 1px solid #7e8498;
}

.tbl.tbl_style_b table td table th,
.tbl.tbl_style_b table td table td {
  padding: 10px;
  border-bottom: 1px solid #d3d3d3 !important;
}

.tbl.tbl_style_b table td table th {
  background: #f4f7ff;
  font-family: "Pretendard-SemiBold";
  color: #000;
}

.tbl.tbl_style_b table td table td {
  color: #212121;
  text-align: center;
}

.tbl.tbl_style_b table td table thead tr th + th,
.tbl.tbl_style_b table td table tbody tr td + td {
  border-left: 1px solid #d3d3d3;
}

.tbl.tbl_style_b table td table tbody th {
  border-right: 1px solid #d3d3d3;
  background: #fafafa;
  color: #454545;
}

.tbl .bu {
  margin-bottom: 5px;
}

.tbl .bu li {
  background: url(../../../../common/images/kor/common/dot_gray.gif) no-repeat left 9px;
  padding-left: 8px;
  color: #212121;
}

.tbl .nobg li {
  background: none;
  padding-left: 8px;
  color: #212121;
}

.tbl .bu ul li {
  background: url(../../../../common/images/kor/common/li3bg.png) no-repeat 3px 9px;
  padding-left: 8px;
  font-size: 13px;
}

.tbl .red_txt {
  color: #C30;
  display: block;
  font-family: "Pretendard-SemiBold";
}

@media screen and (max-width: 500px) {
  .tbl {
    overflow: auto;
  }
  .tbl > table {
    min-width: 910px;
  }
  .tbl.rwd > table {
    min-width: 100% !important;
  }
  .tbl > table .tbl {
    max-width: 100%;
  }
}
[id] {
  scroll-margin-top: 120px;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
input[type=radio]:checked::before {
  background-color: #003764;
}
input[type=radio]:disabled {
  border: 1px solid #999;
  background-color: #eeeeee;
}
input[type=radio]:disabled:checked {
  border: 1px solid #eee;
}
input[type=radio]:disabled:checked::before {
  background-color: #eee;
}

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

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

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

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

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

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

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

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

.datepicker {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 210px;
  height: 48px;
  padding: 0 40px 0 20px;
  font-family: "Pretendard-SemiBold";
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  background-image: url(../img/ic_datepicker.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.ui-widget {
  padding: 10px;
  font-family: "Pretendard-Regular";
  font-size: 18px;
}
.ui-widget.ui-widget-content {
  border-radius: 8px;
  border-color: #CCCCCC;
}

.ui-widget-header {
  color: #222;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.ui-widget-content .ui-state-default {
  text-align: center;
  border: 0;
  background-color: #fff;
}
.ui-widget-content .ui-state-default:hover {
  background-color: #F3F6FF;
}

.ui-datepicker-current-day .ui-state-default {
  background-color: #2C3F5E;
  border-radius: 4px;
  color: #fff;
}
.ui-datepicker-current-day .ui-state-default:hover {
  background-color: #2C3F5E;
}

.ui-datepicker-today .ui-state-default {
  border: 1px solid #A6BDF5;
  border-radius: 4px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #454545;
  background-color: #fff;
}

.bold {
  font-family: "Pretendard-Bold";
}

.semi-bold {
  font-family: "Pretendard-SemiBold";
}

.text-primary {
  color: #0060CE;
}

.text-secondary {
  color: #40A145;
}

.text-tertiary {
  color: #D35A2E;
}

.text-warning {
  color: #F32121;
}

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

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

.target {
  position: relative;
}
.target::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-color: #222;
  -webkit-mask-image: url("../img/ic_target.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_target.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.target.target-blue::after {
  background-color: #003764;
}

.btn-base {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: "Pretendard-SemiBold";
  color: #fff;
  background-color: #2C3F5E;
}

.btn-line {
  display: inline-block;
  text-align: center;
  color: #0060CE;
  font-family: "Pretendard-SemiBold";
  border: 1px solid #0060CE;
  border-radius: 8px;
  background-color: #fff;
}
.btn-line:hover {
  color: #fff;
  background-color: #0060CE;
}
.btn-line.size-lg {
  width: 368px;
  padding: 15px;
  font-size: 20px;
}
.btn-line.danger {
  border-color: #FF6767;
  color: #FF6767;
}
.btn-line.danger:hover {
  background-color: #FF6767;
  color: #fff;
}

.dl-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

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

.target-btn {
  display: inline-block;
  position: relative;
  min-width: 88px;
  padding: 15px 22px 15px 54px;
  font-size: var(--font-size-md);
  font-family: "Pretendard-SemiBold";
  border: 1px solid #222;
  border-radius: 8px;
  background-color: #fff;
}
.target-btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  background-color: #222;
  -webkit-mask-image: url("../img/ic_target.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_target.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.target-btn:hover {
  border-color: #0060CE;
  color: #0060CE;
}
.target-btn:hover::before {
  background-color: #0060CE;
}

.line-btn {
  display: inline-block;
  position: relative;
  min-width: 88px;
  padding: 14px 22px;
  font-size: var(--font-size-md);
  font-family: "Pretendard-SemiBold";
  border: 1px solid #222;
  border-radius: 8px;
  background-color: #fff;
}
.line-btn:hover {
  border-color: #0060CE;
  color: #0060CE;
}

.btn-move {
  position: fixed;
  right: 14px;
  bottom: 11px;
  width: 48px;
  height: 48px;
  background-color: #003764;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99;
}
.btn-move::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ic_arrow_2.svg);
}
.btn-move.on {
  opacity: 1;
  visibility: visible;
}

table {
  border-collapse: collapse;
}
table .btn-line {
  padding: 12px 24px;
}

.tbl-base {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.tbl-base th {
  width: 200px;
  height: 56px;
  padding: 0 8px;
  text-align: center;
  background-color: #F7F7F7;
  font-size: 19px;
  font-family: "Pretendard-Bold";
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.tbl-base th:first-child {
  border-left: 0;
}
.tbl-base th:last-child {
  border-right: 0;
}
.tbl-base td {
  padding: 16px 24px;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.4;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.tbl-base td:first-child {
  border-left: 0;
}
.tbl-base td:last-child {
  border-right: 0;
}
.tbl-base tfoot td {
  background-color: #F7F7F7;
}

.scroll-icon-row {
  display: none;
  text-align: right;
}
.scroll-icon-row .scroll-icon {
  display: inline-block;
  width: 60px;
  height: 30px;
  background-image: url(../img/ic_table_scroll.svg);
}

.tbl-info {
  width: 100%;
  border-top: 2px solid #222;
}
.tbl-info th {
  padding: 0 4px;
  font-weight: normal;
}
.tbl-info th,
.tbl-info td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tbl-info th:first-child,
.tbl-info td:first-child {
  border-left: 0;
}
.tbl-info th:last-child,
.tbl-info td:last-child {
  border-right: 0;
}
.tbl-info thead {
  background-color: #F7F7F7;
}
.tbl-info thead th {
  padding: 16px 10px;
  font-family: "Pretendard-Bold";
  font-size: 19px;
}
.tbl-info tbody td {
  padding: 16px 10px;
  vertical-align: baseline;
}
.tbl-info .indent {
  margin-top: 4px;
}
.tbl-info .tbl-info thead th {
  font-size: inherit;
}

.tbl-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border-radius: 50%;
  border: 1px solid #777777;
}
.tbl-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/ic_btn_toggle.svg);
  background-color: transparent;
  background-size: contain;
}
.tbl-toggle:hover {
  background-color: #F7F8FA;
}
.tbl-toggle.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.tbl-content {
  display: none;
}
.tbl-content.active {
  display: block;
}

.section-title {
  margin-top: 64px;
  font-size: 28px;
  font-family: "Pretendard-Bold";
}
.section-title + .title-deco {
  margin: 28px 0 8px;
}

.title-deco {
  display: flex;
  align-items: flex-start;
  margin-top: 64px;
  margin-bottom: 24px;
  font-size: 24px;
  font-family: "Pretendard-Bold";
  line-height: 1;
}
.title-deco::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url(../img/ic_title_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.title-underline {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Pretendard-Bold";
  font-size: 32px;
  line-height: 1;
}
.title-underline > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #0060CE 50%, #40A145 50%);
}

.page-title {
  color: #003764;
  font-size: 36px;
  font-family: "Pretendard-Bold";
  text-align: center;
  line-height: 1;
}

.title-circle {
  margin: 24px 0 8px;
  font-size: 24px;
  font-family: "Pretendard-SemiBold";
  line-height: 1;
}
.title-circle::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #40A145;
}

.required::after {
  content: "*";
  position: relative;
  top: -1px;
  right: -4px;
  transform: translateX(100%);
  color: #F32121;
}

.required-text {
  display: flex;
  align-items: center;
  color: #F32121;
  font-size: 24px;
  font-family: "Pretendard-SemiBold";
}
.required-text::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background-image: url(../img/ic_notice_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.sub-container ul li {
  line-height: 1.4;
}

.bullet-list > li {
  position: relative;
  padding-left: 14px;
  text-align: left;
}
.bullet-list > li:last-child {
  margin-bottom: 0;
}
.bullet-list > li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.hyphen-list {
  margin-left: 16px;
}
.hyphen-list > li {
  margin-bottom: 6px;
}
.hyphen-list > li:last-child {
  margin-bottom: 0;
}
.hyphen-list > li::before {
  content: "-";
  margin-right: 4px;
}

.note-list > li {
  position: relative;
  padding-left: 18px;
  text-align: left;
}
.note-list > li:last-child {
  margin-bottom: 0;
}
.note-list > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.info-box-group {
  display: flex;
  gap: 40px;
}
.info-box-group .info-box {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 25%;
  height: 160px;
  padding: 0 24px;
  font-size: 20px;
  font-family: "Pretendard-Bold";
  border: 1px solid #ABABAB;
  border-radius: 16px;
}
.info-box-group .info-box .ic {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-box-group .info-box .ic.goal-01 {
  background-image: url(../img/img_mng_01.png);
}
.info-box-group .info-box .ic.goal-02 {
  background-image: url(../img/img_mng_02.png);
}
.info-box-group .info-box .ic.goal-03 {
  background-image: url(../img/img_mng_03.png);
}
.info-box-group .info-box .ic.goal-04 {
  background-image: url(../img/img_mng_04.png);
}
.info-box-group .info-box .ic.overview-01 {
  background-image: url(../img/img_overview_01.png);
}
.info-box-group .info-box .ic.overview-02 {
  background-image: url(../img/img_overview_02.png);
}
.info-box-group .info-box .ic.overview-03 {
  background-image: url(../img/img_overview_03.png);
}
.info-box-group .info-box .ic.overview-04 {
  background-image: url(../img/img_overview_04.png);
}

.desc-indent {
  padding-left: 24px;
}

.indent {
  padding-left: 16px;
}

.info-panel {
  padding: 24px;
  font-size: 20px;
  background-color: #F7F8FA;
  border-radius: 8px;
  line-height: 1.5;
}

.board-info {
  position: relative;
  padding: 15px 40px;
  margin-bottom: var(--spacing-lg);
  line-height: 1.4;
  border-radius: 12px;
  background-color: #F7F8FA;
  overflow: hidden;
}
.board-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #003764;
}

.with-tab .form-box {
  margin-top: 56px;
}

.form-box {
  padding: 32px 40px;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
}
.form-box input[type=text],
.form-box input[type=number],
.form-box select,
.form-box textarea {
  border-color: #222;
}
.form-box input[type=text]:-moz-read-only, .form-box input[type=number]:-moz-read-only, .form-box textarea:-moz-read-only {
  border-color: #E0E0E0;
}
.form-box input[type=text]:read-only,
.form-box input[type=number]:read-only,
.form-box textarea:read-only {
  border-color: #E0E0E0;
}
.form-box select:disabled {
  border-color: #E0E0E0;
}
.form-box .label {
  display: block;
  margin-bottom: 12px;
  color: #003764;
  font-family: "Pretendard-Bold";
}
.form-box input[type=radio] {
  border-color: #222;
}
.form-box input[type=radio]:checked::before {
  background-color: #0060CE;
}
.form-box .form-section {
  margin-bottom: 64px;
}
.form-box .form-section:last-child {
  margin-bottom: 0;
}
.form-box .form-section .tbl-info tbody td {
  vertical-align: middle;
}
.form-box .label-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.form-box .agree-box {
  height: 400px;
  padding: 24px 34px;
  margin-bottom: 32px;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: auto;
}
.form-box .agree-check {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 32px;
  font-size: var(--font-size-tit);
  background-color: #F7F8FA;
  border-radius: 12px;
}
.form-box + .btn-row {
  display: flex;
  justify-content: center;
  margin-top: var(--spacing-lg);
  gap: 8px;
}
.form-box .title {
  width: 100%;
}
.form-box .write-content {
  width: 100%;
  height: 300px;
}
.form-box .write-info {
  display: flex;
  gap: 40px;
}
.form-box .write-info .input {
  width: 100%;
}
.form-box .write-info .item {
  width: calc((100% - 80px) / 3);
}
.form-box .radio-box {
  display: flex;
  gap: 40px;
  padding: 12px 20px;
  background-color: #F7F8FA;
  border-radius: 8px;
}
.form-box .select-group {
  display: flex;
  gap: 40px;
}
.form-box .select-group .item {
  width: calc((100% - 40px) / 2);
}
.form-box .select-group .item .select-box,
.form-box .select-group .item .input,
.form-box .select-group .item .datepicker {
  width: 100%;
}
.form-box .contact-info {
  display: flex;
  gap: 40px;
}
.form-box .contact-info .item {
  width: calc((100% - 40px) / 2);
}
.form-box .contact-info .phone-group {
  display: flex;
  gap: 12px;
}
.form-box .contact-info .phone-group .select-box,
.form-box .contact-info .phone-group .input {
  width: calc((100% - 24px) / 3);
}
.form-box .email-group .input,
.form-box .email-group .select-box {
  width: calc((100% - 60px) / 3);
}
.form-box .email-group .select-box {
  margin-right: 20px;
}
.form-box .email-group .email-mark {
  margin: 0 6px;
}
.form-box .address-group .postcode-group {
  margin-bottom: 8px;
}
.form-box .address-group .postcode-group .input {
  width: 400px;
  margin-right: 4px;
}
.form-box .address-group .postcode-group .btn-base {
  padding: 12px;
}
.form-box .address-group .address-detail {
  display: flex;
  gap: 12px;
}
.form-box .address-group .address-detail .input {
  width: calc((100% - 12px) / 2);
}
.form-box .time-select-group {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 1280px) {
  .page-title {
    font-size: 40px;
  }
  .info-box-group {
    flex-wrap: wrap;
    gap: 16px 40px;
  }
  .info-box-group .info-box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 820px) {
  .info-box-group {
    gap: 16px 20px;
  }
  .scroll-table {
    overflow: auto;
  }
  .scroll-table table {
    white-space: nowrap;
  }
  .form-box .label-wrap {
    flex-direction: column;
    gap: 0;
    margin-bottom: 12px;
  }
  .form-box .label-wrap .label {
    margin-bottom: 0px;
  }
  .form-box .write-info {
    flex-direction: column;
    gap: var(--spacing-md);
  }
  .form-box .write-info .item {
    width: 100%;
  }
  .form-box .select-group {
    flex-direction: column;
    gap: var(--spacing-md);
  }
  .form-box .select-group .item {
    width: 100%;
  }
  .form-box .contact-info {
    flex-direction: column;
    gap: var(--spacing-md);
  }
  .form-box .contact-info .item {
    width: 100%;
  }
  .form-box .address-group .postcode-group .input {
    width: calc((100% - 12px) / 2);
  }
}
@media screen and (max-width: 500px) {
  select,
  input[type=text],
  input[type=number] {
    height: 40px;
  }
  input[type=text],
  input[type=number] {
    padding: 0 10px;
  }
  .datepicker {
    width: calc(50% - 6px);
    height: 40px;
    padding: 0px 36px 0 10px;
    background-size: 24px;
    background-position: center right 6px;
  }
  .btn-line.size-lg {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
  }
  .btn-base {
    height: 40px;
    padding: 12px 20px;
  }
  .dl-btn {
    padding: 5px 10px 7px 32px;
    font-size: 14px;
    background-size: 18px;
    background-position: center left 6px;
  }
  .target-btn {
    padding: 8px 12px 8px 30px;
    border-radius: 6px;
  }
  .target-btn::before {
    width: 12px;
    height: 12px;
    left: 10px;
  }
  .line-btn {
    padding: 8px;
    border-radius: 6px;
  }
  .title-deco {
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: 16px;
  }
  .title-deco::before {
    width: 16px;
    height: 16px;
  }
  .title-underline {
    padding-bottom: 6px;
    margin-bottom: 16px;
    font-size: 17px;
  }
  .title-underline > span::before {
    width: 40px;
    height: 2px;
  }
  .page-title {
    font-size: 17px;
  }
  .title-circle {
    font-size: 16px;
  }
  .title-circle::before {
    width: 6px;
    height: 6px;
    margin-right: 4px;
  }
  .hyphen-list {
    margin-left: 10px;
  }
  .note-list > li {
    padding-left: 14px;
  }
  table .btn-line {
    padding: 8px 16px;
  }
  .tbl-base th {
    width: 90px;
    font-size: 14px;
  }
  .tbl-base td {
    padding: 12px 8px;
  }
  .tbl-info thead th {
    padding: 12px 8px;
    font-size: 14px;
  }
  .tbl-info tbody td {
    padding: 12px 8px;
  }
  .tbl-toggle {
    width: 16px;
    height: 16px;
  }
  .tbl-toggle::before {
    width: 16px;
    height: 16px;
  }
  .info-box-group .info-box {
    width: 100%;
    padding-left: 24px;
    font-size: 17px;
  }
  .required-text {
    font-size: 16px;
  }
  .required-text::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .desc-indent {
    padding-left: 4px;
  }
  .info-panel {
    padding: 12px;
    font-size: 14px;
  }
  .board-info {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 8px;
  }
  .with-tab .form-box {
    margin-top: 24px;
  }
  .form-box {
    padding: 20px;
  }
  .form-box .form-section {
    margin-bottom: 32px;
  }
  .form-box .label {
    margin-bottom: 8px;
  }
  .form-box .agree-box {
    padding: 20px;
  }
  .form-box .agree-check {
    padding: 16px;
  }
  .form-box .email-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .form-box .email-group .input,
  .form-box .email-group .select-box {
    width: 100%;
  }
  .form-box .address-group .postcode-group .input {
    width: calc(100% - 78px);
  }
  .form-box .address-group .address-detail {
    gap: 8px;
    flex-direction: column;
  }
  .form-box .address-group .address-detail .input {
    width: 100%;
  }
  .form-box .time-select-group {
    gap: 12px;
  }
}
.content-wrap {
  max-width: 1590px;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .content-wrap {
    max-width: none;
    padding: 0 60px;
  }
}
@media screen and (max-width: 820px) {
  .content-wrap {
    padding: 0 20px;
  }
}
.mo {
  display: none !important;
}

.tb {
  display: none !important;
}

.tb-only {
  display: none !important;
}

@media screen and (max-width: 820px) {
  .tb {
    display: block !important;
  }
}
@media screen and (min-width: 501px) and (max-width: 820px) {
  .tb-only {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .mo {
    display: block !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.skip-nav a {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -10000px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #081A2D;
  z-index: 999;
}
.skip-nav a:focus {
  top: 0;
}

.masthead-container {
  color: #fff;
  background-color: #081A2D;
}
.masthead-container .masthead {
  display: flex;
  justify-content: space-between;
}

.nuri-txt {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-family: "Pretendard-Light";
}
.nuri-txt::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 8px;
  background-image: url(../img/ic_flag.png);
  background-size: contain;
}

.util-container {
  display: flex;
  align-items: center;
}
.util-container .en {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 40px;
  font-size: 16px;
  color: #EEEEEE;
}
.util-container .en::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/ic_language.svg);
}

.sns-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sns-list > li {
  font-size: 0;
}
.sns-list a {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.sns-list .yt {
  background-image: url(../img/ic_youtube.svg);
}
.sns-list .nb {
  background-image: url(../img/ic_naver.svg);
}
.sns-list .tt {
  background-image: url(../img/ic_ticktok.svg);
}
.sns-list .fb {
  background-image: url(../img/ic_facebook.svg);
}
.sns-list .ig {
  background-image: url(../img/ic_insta.svg);
}

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

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

.menu-container {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
.menu-container .logo {
  width: 156px;
  height: 60px;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-container .logo > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.menu-container .logo.en {
  background-image: url(../img/logo_en.png);
}
.menu-container .inner {
  display: flex;
  align-items: center;
  height: 80px;
}
.menu-container .header-utils {
  display: flex;
  align-items: center;
}
.menu-container .drawer-menu {
  display: none;
}
.menu-container.open-search .menu-search-layer {
  display: flex;
}

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

.main .header .menu-container {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3019607843);
}
.main .header .menu-container.open-search {
  background-color: #fff;
}
.main .header .menu-container.open-search .nav ul li a {
  color: #222;
}
.main .header .menu-container.open-search .logo {
  background-image: url(../img/logo.png);
}
.main .header .menu-container.open-search .logo.en {
  background-image: url(../img/logo_en.png);
}
.main .header .menu-container.open-search .menu-search-btn .ic {
  background-color: #222;
}
.main .header .menu-container.open-search .menu-btn {
  background-image: url(../img/ic_menu_black.svg);
}
.main .header .logo {
  background-image: url(../img/logo_main.png);
}
.main .header .logo.en {
  background-image: url(../img/logo_en_w.png);
}
.main .header .nav ul li a {
  color: #fff;
}
.main .header .menu-search-btn .ic {
  background-color: #fff;
}
.main .header .menu-btn {
  background-image: url(../img/ic_menu.svg);
}
.main .header:hover .menu-container {
  backdrop-filter: initial;
  background: #fff;
}
.main .header:hover .logo {
  background-image: url(../img/logo.png);
}
.main .header:hover .logo.en {
  background-image: url(../img/logo_en.png);
}
.main .header:hover .nav ul li a {
  color: #222;
}
.main .header:hover .menu-search-btn .ic {
  background-color: #222;
}
.main .header:hover .menu-btn {
  background-image: url(../img/ic_menu_black.svg);
}
.main .header.scrolled .menu-container {
  backdrop-filter: initial;
  background: #fff;
}
.main .header.scrolled .logo {
  background-image: url(../img/logo.png);
}
.main .header.scrolled .logo.en {
  background-image: url(../img/logo_en.png);
}
.main .header.scrolled .nav ul li a {
  color: #222;
}
.main .header.scrolled .menu-search-container .menu-search-btn .ic {
  background-color: #222;
}
.main .header.scrolled .search-btn {
  background-color: #222;
}
.main .header.scrolled .menu-btn {
  background-image: url(../img/ic_menu_black.svg);
}

.nav {
  height: 100%;
  margin: auto;
}
.nav .gnb-list {
  display: flex;
  align-items: center;
  gap: 70px;
  height: 100%;
}
.nav .gnb-list .depth1 {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav .gnb-list .depth1 > a {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 20px;
  font-family: "Pretendard-Medium";
}
.nav .gnb-list .depth1 > a:focus::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0060CE;
}
.nav .gnb-list .depth1:hover > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0060CE;
}
.nav .gnb-list .depth1 .lnb-panel {
  display: none;
}
.nav .gnb-list .depth1.active .lnb-panel {
  display: block;
}
.nav .lnb-panel {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #E0E0E0;
  z-index: 2;
}
.nav .lnb-panel .lnb-inner {
  display: flex;
}
.nav .lnb-panel .lnb-aside {
  flex-shrink: 0;
  width: 510px;
  padding: 52px 40px 52px 110px;
  background: url(../img/bg_lnb.png) no-repeat 40px 40px;
  border-right: 1px solid #E0E0E0;
}
.nav .lnb-panel .aside-content .tit {
  font-size: 40px;
  font-family: "Pretendard-Bold";
  margin-bottom: 15px;
}
.nav .lnb-panel .aside-content .description {
  font-size: 20px;
  color: #666666;
}
.nav .lnb-panel .lnb-content-container {
  width: 100%;
  padding-right: 186px;
}
.nav .lnb-panel .lnb-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 52px 0;
}
.nav .lnb-panel .lnb-content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52px;
  bottom: 52px;
  display: block;
  width: 1px;
  height: auto;
  background: #E0E0E0;
}
.nav .lnb-panel .lnb-content::after {
  content: "";
  position: absolute;
  right: 25%;
  top: 52px;
  bottom: 52px;
  display: block;
  width: 1px;
  height: auto;
  background: #E0E0E0;
}
.nav .lnb-panel .lnb-content .sub-group {
  width: 25%;
  min-height: 106px;
  padding: 0 20px;
}
.nav .lnb-panel .lnb-content .sub-group::before {
  content: "";
  position: absolute;
  left: 25%;
  top: 52px;
  bottom: 52px;
  display: block;
  width: 1px;
  height: auto;
  background: #E0E0E0;
}
.nav .lnb-panel .group-name {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-family: "Pretendard-Medium";
  padding: 12px 40px 12px 12px;
  margin-bottom: 20px;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
}
.nav .lnb-panel .group-name:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/ic_arrow.svg);
}
.nav .lnb-panel .sub-list {
  padding-left: 12px;
  margin-bottom: 52px;
}
.nav .lnb-panel .sub-list > li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}
.nav .lnb-panel .sub-list > li:last-child {
  margin-bottom: 0;
}
.nav .lnb-panel .sub-list > li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.nav .lnb-panel .sub-list > li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
}
.nav .lnb-panel .sub-list > li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #222;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease-in-out;
}
.nav .lnb-panel .sub-list > li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.nav .lnb-panel .depth4-list {
  margin-top: 6px;
}
.nav .lnb-panel .depth4-list > li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 16px;
}
.nav .lnb-panel .depth4-list > li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.go-jhnpcc {
  padding: 6px 16px;
  border-radius: 24px;
  border: 1px solid #ff956e;
  color: #ffaa8a;
}
.go-jhnpcc:hover {
  background-color: #ff956e;
  color: #fff;
}

.drawer-menu-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.drawer-menu-modal .mo-gnb-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.drawer-menu-modal {
  /* 오른쪽 슬라이드 */
}
.drawer-menu-modal .menu-panel {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.drawer-menu-modal .menu-panel .menu-top {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  background-color: #081A2D;
}
.drawer-menu-modal .menu-panel .menu-top .drawer-menu-close {
  width: 32px;
  height: 32px;
}
.drawer-menu-modal .menu-panel .menu-top .drawer-menu-close .ic {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask-image: url("../img/ic_close.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../img/ic_close.svg");
  mask-repeat: no-repeat;
  mask-position: center;
}
.drawer-menu-modal .menu-panel .search-row {
  flex-shrink: 0;
  padding: 20px;
  text-align: right;
  border-bottom: 1px solid #EEEEEE;
}
.drawer-menu-modal .menu-panel .search-row .menu-search-container {
  display: inline-block;
  position: relative;
}
.drawer-menu-modal .menu-panel > nav {
  flex: 1;
  overflow: hidden;
}
.drawer-menu-modal .menu-panel .drawer {
  position: relative;
  height: 100%;
  background-color: #F9F9F9;
  overflow: auto;
}
.drawer-menu-modal .menu-panel .drawer .depth1 {
  display: flex;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth1-tit {
  width: 184px;
  padding: 18px 20px;
  font-size: 20px;
  font-family: "Pretendard-SemiBold";
  color: #081A2D;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth2 {
  position: absolute;
  top: 0;
  left: 184px;
  width: calc(100% - 184px);
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth2 > li {
  cursor: pointer;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth2 > li.active .depth2-tit {
  background-image: url(../img/menu_toggle_close.svg);
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth2 > li.active .depth3 {
  display: block;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth2 .depth2-tit {
  display: block;
  padding: 20px 40px 20px 20px;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  background: url(../img/menu_toggle_open.svg) no-repeat right 20px center;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth3 {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  border-bottom: 1px solid #eee;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth3 > li {
  font-size: 16px;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth3 > li:hover {
  background-color: #EEF2F6;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth3 > li:hover a {
  color: #222;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth3 > li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  color: #666;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth3 > li a::before {
  content: "•";
  position: absolute;
  top: 12px;
  left: 15px;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth3 > li.on {
  background-color: #EEF2F6;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth3 > li.on a {
  color: #222;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth4 {
  padding-left: 16px;
}
.drawer-menu-modal .menu-panel .drawer .depth1 .depth4 > li a::before {
  content: "-";
  margin-right: 4px;
}
.drawer-menu-modal .menu-panel .drawer .depth1.is-open .depth1-tit {
  background-color: #fff;
}
.drawer-menu-modal .menu-panel .drawer .depth1.is-open .depth2 {
  display: block;
}
.drawer-menu-modal.active .menu-panel {
  transform: translateX(0);
}

@media screen and (max-width: 1600px) {
  .menu-container .nav {
    margin-left: auto;
  }
  .menu-container .menu-search-container {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .masthead-container .util-container {
    display: none;
  }
  .header-utils {
    margin-left: auto;
  }
  .menu-container .nav {
    display: none;
  }
  .menu-container .drawer-menu {
    display: block;
  }
  .menu-container .drawer-menu .util-container {
    display: block;
  }
  .menu-container .drawer-menu .menu-search-container {
    display: block;
  }
  .menu-container .nav {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .nuri-txt {
    height: 28px;
    font-size: 13px;
    letter-spacing: -1px;
  }
  .nuri-txt::before {
    width: 20px;
    height: 13px;
  }
  .menu-btn {
    width: 28px;
    height: 28px;
  }
  .menu-container .inner {
    height: 60px;
  }
  .menu-container .logo {
    width: 90px;
    height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .util-container .en {
    margin-right: 28px;
  }
  .menu-search-container {
    height: 32px;
  }
  .menu-search-container .search-btn {
    width: 20px;
    height: 20px;
  }
  .drawer-menu-modal .menu-panel {
    width: 100%;
  }
  .drawer-menu-modal .menu-panel .menu-top {
    height: 50px;
  }
  .drawer-menu-modal .menu-panel .menu-top .drawer-menu-close {
    width: 16px;
    height: 16px;
  }
  .drawer-menu-modal .menu-panel .drawer .depth1 .depth1-tit {
    width: 128px;
    padding: 16px;
    font-size: 16px;
  }
  .drawer-menu-modal .menu-panel .drawer .depth1 .depth2 {
    left: 128px;
    width: calc(100% - 128px);
  }
  .drawer-menu-modal .menu-panel .drawer .depth1 .depth2 .depth2-tit {
    padding: 16px 36px 16px 16px;
    font-size: 15px;
    background-size: 14px;
  }
  .drawer-menu-modal .menu-panel .drawer .depth1 .depth3 > li a {
    padding: 14px 26px;
  }
}
.sitemap-modal {
  flex-direction: column;
  position: fixed;
  width: 100%;
  padding: 68px 165px 24px;
  inset: 0;
  background: #fff;
  z-index: 9999;
  overflow: auto;
  display: none;
}
.sitemap-modal.active {
  display: flex;
}

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

.sitemap-tit {
  margin-bottom: 20px;
  font-family: "Pretendard-Bold";
  font-size: 40px;
}

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

.sitemap-list .sitemap-depth1 {
  display: flex;
  border-bottom: 1px solid #222;
}
.sitemap-list .sitemap-depth1 .depth1-tit {
  width: 240px;
  padding: 24px;
  font-family: "Pretendard-Bold";
  font-size: 24px;
}
.sitemap-list .sitemap-depth1 .depth1-tit h2 {
  position: relative;
  padding-left: 32px;
}
.sitemap-list .sitemap-depth1 .depth1-tit h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/ic_title_deco.svg);
}
.sitemap-list .sitemap-depth1 .sitemap-depth2 {
  display: flex;
  flex-direction: column;
  width: calc(100% - 240px);
}
.sitemap-list .sitemap-depth1 .sitemap-depth2:last-child {
  border-bottom: 0;
}
.sitemap-list .sitemap-depth1 .sitemap-depth2 > li {
  display: flex;
  flex: 1;
  border-bottom: 1px solid #E0E0E0;
}
.sitemap-list .sitemap-depth1 .sitemap-depth2 .depth2-tit {
  width: 230px;
  padding: 24px;
  font-size: 20px;
  font-family: "Pretendard-Bold";
  color: #003764;
  background-color: #F7F8FA;
}
.sitemap-list .sitemap-depth1 .sitemap-depth2 .depth2-tit.target::after {
  background-color: #003764;
}
.sitemap-list .sitemap-depth1 .sitemap-depth3 {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 14px 0;
}
.sitemap-list .sitemap-depth1 .sitemap-depth3 > li {
  position: relative;
  width: 33.3333333333%;
  padding: 12px 0 12px 40px;
}
.sitemap-list .sitemap-depth1 .sitemap-depth3 > li::before {
  content: "•";
  margin-right: 4px;
}
.sitemap-list .sitemap-depth1 .sitemap-depth3 > li a {
  display: inline-block;
  position: relative;
}
.sitemap-list .sitemap-depth1 .sitemap-depth3 > li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #222;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease-in-out;
}
.sitemap-list .sitemap-depth1 .sitemap-depth3 > li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.sitemap-list .sitemap-depth1 .target h1,
.sitemap-list .sitemap-depth1 .target h2,
.sitemap-list .sitemap-depth1 .target h3 {
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .sitemap-btn {
    display: none;
  }
  .sitemap-modal {
    display: none;
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1020px) {
  .sitemap-list .sitemap-depth1 .sitemap-depth3 > li {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .sitemap-list .sitemap-depth1 .sitemap-depth3 > li {
    width: 100%;
  }
}
.side-quick-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 888;
  /* 토글 버튼 */
}
.side-quick-menu .quick-toggle {
  position: relative;
  width: 24px;
  height: 40px;
  background: #2C3F5E;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
}
.side-quick-menu .quick-toggle.active .ic {
  transform: translateY(-50%);
}
.side-quick-menu .quick-toggle .ic {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/ic_arrow_2.svg);
}
.side-quick-menu {
  /* 메뉴 영역 */
}
.side-quick-menu .quick-menu-inner {
  width: 120px;
  height: 454px;
  padding: 0 10px;
  font-size: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.3019607843);
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 20px 0 0 20px;
  display: none;
}
.side-quick-menu .quick-menu-inner.active {
  display: block;
}
.side-quick-menu .quick-menu-inner ul {
  height: 100%;
}
.side-quick-menu .quick-menu-inner li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
  font-family: "Pretendard-SemiBold";
}
.side-quick-menu .quick-menu-inner li:last-child {
  border-bottom: 0;
}
.side-quick-menu .quick-menu-inner li .ic {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
.side-quick-menu .quick-menu-inner li .ic.ic-payment {
  background-image: url(../img/ic_payment.png);
}
.side-quick-menu .quick-menu-inner li .ic.ic-reservation {
  background-image: url(../img/ic_reservation.png);
}
.side-quick-menu .quick-menu-inner li .ic.ic-report {
  background-image: url(../img/ic_report.png);
}
.side-quick-menu .quick-menu-inner li .ic.ic-feedback {
  background-image: url(../img/ic_feedback.png);
}
.side-quick-menu .quick-menu-inner li .ic.ic-faq {
  background-image: url(../img/ic_faq.png);
}

@media screen and (max-width: 1280px) {
  .side-quick-menu {
    top: 56%;
  }
}
@media screen and (max-width: 820px) {
  .side-quick-menu {
    display: none;
  }
}
/* 숨김 텍스트 */
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.sub-layout {
  padding-top: 120px;
}

.content-header {
  position: relative;
  margin: 64px 0 32px;
}
.content-header .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-bottom: 24px;
  font-size: 16px;
}
.content-header .breadcrumb .ic-home {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/ic_home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.content-header .breadcrumb > a {
  flex-shrink: 0;
  position: relative;
  color: #777777;
}
.content-header .breadcrumb > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translate(100%, -50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/ic_arrow_sm.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.content-header .breadcrumb > a:last-child::after {
  display: none;
}
.content-header .page-name {
  padding-bottom: 24px;
  font-family: "Pretendard-Bold";
  font-size: 40px;
}
.content-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(-45deg, #fff 25%, #E0E0E0 0, #E0E0E0 50%, #fff 0, #fff 75%, #E0E0E0 0);
  background-size: 5px 5px;
}
.content-header .utile {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: flex;
  gap: 10px;
}
.content-header .utile .btn-share {
  width: 40px;
  height: 40px;
  background: url(/templates/cms/common/img/ic_share.svg) no-repeat center;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
}
.content-header .utile .btn-print {
  width: 40px;
  height: 40px;
  background: url(/templates/cms/common/img/ic_print.svg) no-repeat center;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
}

@media screen and (max-width: 820px) {
  .sub-layout {
    padding-top: 88px;
  }
  .content-header {
    margin: 30px 0 24px;
  }
}
@media screen and (max-width: 500px) {
  .content-header .breadcrumb {
    gap: 16px;
    font-size: 14px;
  }
  .content-header .breadcrumb .ic-home {
    width: 16px;
    height: 16px;
  }
  .content-header .breadcrumb > span::after,
  .content-header .breadcrumb a::after {
    width: 16px;
    height: 16px;
    right: 0;
  }
  .content-header .utile {
    display: none;
  }
  .content-header .page-name {
    font-size: 30px;
  }
}
.sub-nav-container {
  display: flex;
  align-items: center;
  margin-top: 48px;
  padding: 12px 20px 13px;
  background-color: #F9F9F9;
  border: 1px solid #eee;
  border-radius: 10px;
}
.sub-nav-container .sub-nav-select {
  display: flex;
}
.sub-nav-container .home-btn {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  background-image: url(../img/ic_home.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.sub-nav-container .home-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.sub-nav-container .depth-select {
  position: relative;
}
.sub-nav-container .select-box {
  position: relative;
}
.sub-nav-container .select-box.open {
  display: block;
}
.sub-nav-container .select-box.open .select-list {
  display: block;
}
.sub-nav-container .select-btn {
  position: relative;
  width: 300px;
  padding: 8px 20px 8px;
  text-align: left;
  cursor: pointer;
}
.sub-nav-container .select-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  width: 24px;
  height: 24px;
  background-color: #222;
  -webkit-mask-image: url("../img/ic_arrow_sm.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../img/ic_arrow_sm.svg");
  mask-repeat: no-repeat;
  mask-position: center;
}
.sub-nav-container .select-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.sub-nav-container .select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  z-index: 100;
}
.sub-nav-container .select-list li {
  cursor: pointer;
}
.sub-nav-container .select-list li a {
  display: block;
  padding: 10px 12px;
}
.sub-nav-container .select-list li:hover {
  background: #E5E7EE;
}
.sub-nav-container .select-list li:focus {
  background: #E5E7EE;
}
.sub-nav-container .select-list li.active {
  color: #003366;
}

@media screen and (max-width: 1280px) {
  .sub-nav-container .select-btn {
    width: 250px;
  }
}
@media screen and (max-width: 820px) {
  .sub-nav-container {
    display: none;
  }
}
.board-sort-tabs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.board-sort-tabs .item {
  width: calc((100% - 80px) / 5);
  padding: 15px 15px 15px 72px;
  font-family: "Pretendard-SemiBold";
  font-size: var(--font-size-md);
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-position: center left 20px;
  background-repeat: no-repeat;
}
.board-sort-tabs .item:hover {
  color: #0060CE;
  border-color: #0060CE;
  background-color: #F3F6FF;
}
.board-sort-tabs .item.active {
  color: #0060CE;
  border-color: #0060CE;
  background-color: #F3F6FF;
}
.board-sort-tabs .item.ic-all {
  background-image: url(../img/ic_all.png);
}
.board-sort-tabs .item.ic-audit {
  background-image: url(../img/ic_audit.png);
}
.board-sort-tabs .item.ic-planning {
  background-image: url(../img/ic_planning.png);
}
.board-sort-tabs .item.ic-labor {
  background-image: url(../img/ic_labor.png);
}
.board-sort-tabs .item.ic-admin {
  background-image: url(../img/ic_admin.png);
}
.board-sort-tabs .item.ic-contract {
  background-image: url(../img/ic_contract.png);
}
.board-sort-tabs .item.ic-digital {
  background-image: url(../img/ic_digital.png);
}
.board-sort-tabs .item.ic-pr {
  background-image: url(../img/ic_pr.png);
}
.board-sort-tabs .item.ic-etc {
  background-image: url(../img/ic_etc.png);
}
.board-sort-tabs + .board {
  margin-top: var(--spacing-lg);
}

.board {
  margin-bottom: 56px;
}
.board .board-info {
  margin-bottom: var(--font-size-md);
}
.board .board-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.board .board-top .title-deco {
  margin: 0;
}
.board .board-top .page-info {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #666;
}
.board .board-top .page-info .num {
  margin: 0 4px;
  font-family: "Pretendard-Bold";
  color: #222;
}
.board .board-top .board-search-container select,
.board .board-top .board-search-container input {
  margin-right: 8px;
}
.board .board-top .board-search-container input {
  width: 200px;
}
.board .board-top .board-search-container select {
  width: 140px;
}
.board .board-top .board-search-container button {
  padding: 12px 20px;
  background-color: #2C3F5E;
  border-radius: 8px;
  color: #fff;
  font-family: "Pretendard-SemiBold";
}
.board .board-list .table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 2px solid #222222;
}
.board .board-list .table .btn-line {
  padding: 6px 30px;
}
.board .board-list .table th,
.board .board-list .table td {
  text-align: center;
}
.board .board-list .table tr {
  border-bottom: 1px solid #ddd;
}
.board .board-list .table thead th {
  padding: 20px 10px 22px;
  font-family: "Pretendard-SemiBold";
  font-weight: normal;
}
.board .board-list .table tbody td {
  padding: 20px 10px;
}
.board .board-list .table tbody .badge {
  padding: 4px 8px;
  font-size: 16px;
  color: #0060CE;
  border: 1px solid #61ABFF;
  background-color: #EEF6FF;
  border-radius: 6px;
}
.board .board-list .table tbody .title {
  text-align: left;
}
.board .board-list .table tbody .title .title-group {
  display: flex;
  align-items: center;
}
.board .board-list .table tbody .title .title-link {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.board .board-list .table tbody .title .badge-new {
  display: inline-block;
  padding: 2px 4px;
  margin-left: 10px;
  font-size: 10px;
  color: #fff;
  font-family: "Pretendard-SemiBold";
  background-color: #081A2D;
  border-radius: 4px;
}
.board .board-list .table tbody .title .ic-lock {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-image: url(../img/ic_lock.svg);
}
.board .board-list .tbl-info td {
  text-align: center;
}
.board .board-list .tbl-info .title {
  text-align: left;
}
.board .board-list .tbl-info tbody td {
  padding: 8px 10px;
}
.board .board-list .tbl-info .btn-line {
  padding: 6px 30px;
}

.board-actions {
  margin-top: var(--spacing-md);
  text-align: right;
}

.ic-file {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ic-file.ic-file-pdf {
  background-image: url(../img/ic_file_pdf.svg);
}
.ic-file.ic-file-hwp {
  background-image: url(../img/ic_file_hwp.svg);
}
.ic-file.ic-file-xlsx {
  background-image: url(../img/ic_file_xlsx.svg);
}
.ic-file.ic-file-zip {
  background-image: url(../img/ic_file_zip.svg);
}
.ic-file.ic-file-jpg {
  background-image: url(../img/ic_file_jpg.svg);
}
.ic-file.ic-file-default {
  background-image: url(../img/ic_file_default.svg);
}
.ic-file.ic-file-png {
  background-image: url(../img/ic_file_default.svg);
}
.ic-file.ic-file-ppt {
  background-image: url(../img/ic_file_ppt.svg);
}

.board-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 48px;
}
.board-pagination .page-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px 0;
  text-align: center;
  line-height: 1;
  border: 1px solid #eee;
  border-radius: 6px;
}
.board-pagination .page-btn.first {
  background-image: url(../img/ic_page_first.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.board-pagination .page-btn.prev {
  background-image: url(../img/ic_page_prev.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.board-pagination .page-btn.next {
  background-image: url(../img/ic_page_next.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.board-pagination .page-btn.last {
  background-image: url(../img/ic_page_last.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.board-pagination .page-btn.active {
  font-family: "Pretendard-SemiBold";
  color: #fff;
  background-color: #2C3F5E;
}
.board-pagination .page-num {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 12px;
}
.board-pagination .move-btn {
  display: flex;
  gap: 4px;
}

.board-view {
  margin-bottom: 56px;
}
.board-view .board-view-head {
  padding: 24px 0;
  border-top: 2px solid #222;
  border-bottom: 1px solid #ccc;
}
.board-view .board-view-head .title {
  margin-bottom: 16px;
  font-size: 24px;
  font-family: "Pretendard-Bold";
}
.board-view .board-view-head .info {
  display: flex;
}
.board-view .board-view-head .info dt {
  margin-right: 8px;
  color: #666;
}
.board-view .board-view-head .info dd {
  position: relative;
  margin-right: 34px;
}
.board-view .board-view-head .info dd:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.board-view .board-view-head .info dd:last-child::after {
  display: none;
}
.board-view .board-view-head .info .info-item {
  position: relative;
  display: flex;
}
.board-view .board-view-head .info .info-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.board-view .board-view-head .info .info-item:last-child::after {
  display: none;
}
.board-view .webjin-board-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.board-view .webjin-board-head .title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.board-view .webjin-board-head .title-row .tit {
  font-size: 32px;
  font-family: "Pretendard-Bold";
}
.board-view .webjin-board-head .status {
  display: inline-block;
  padding: 10px 14px;
  font-size: 17px;
}
.board-view .webjin-board-head .status.in-progress {
  color: #fff;
  background-color: #0060CE;
}
.board-view .webjin-board-head .status.is-complete {
  color: #fff;
  background-color: #40A145;
}
.board-view .webjin-board-head .btns {
  display: flex;
  gap: 12px;
}
.board-view .webjin-board-head .btns .btn {
  position: relative;
  padding: 10px 16px 10px 36px;
  font-size: 17px;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  background-position: center left 8px;
  background-repeat: no-repeat;
}
.board-view .webjin-board-head .btns .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #222;
}
.board-view .webjin-board-head .btns .btn.ic-01::before {
  -webkit-mask-image: url("../img/ic_search_02.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_search_02.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.board-view .webjin-board-head .btns .btn.ic-02::before {
  -webkit-mask-image: url("../img/ic_notice.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_notice.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.board-view .webjin-board-head .btns .btn.ic-03::before {
  -webkit-mask-image: url("../img/ic_book.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_book.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.board-view .webjin-board-head .btns .btn:hover {
  color: #0060CE;
  border-color: #0060CE;
}
.board-view .webjin-board-head .btns .btn:hover::before {
  background-color: #0060CE;
}
.board-view .webjin-board-head .map {
  flex-basis: 100%;
  width: 100%;
}
.board-view .board-view-body {
  padding: 32px 0 64px;
}
.board-view .webjin-board-view-body {
  padding-bottom: 64px;
}
.board-view .board-view-file {
  display: flex;
  align-items: stretch;
  margin-bottom: 64px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.board-view .board-view-file .title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 19px;
  font-family: "Pretendard-Bold";
  background-color: #F7F7F7;
}
.board-view .board-view-file .file-list {
  flex: 1;
  padding: 16px 24px;
  overflow: hidden;
}
.board-view .board-view-file .file-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.board-view .board-view-file .file-list > li .file-name {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 80%;
  overflow: hidden;
}
.board-view .board-view-file .file-list > li .ic-file {
  flex-shrink: 0;
  margin-right: 12px;
  vertical-align: top;
}
.board-view .board-view-file .file-list > li .name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-view .board-view-file .file-list > li:last-child {
  margin-bottom: 0;
}
.board-view .board-detail {
  width: 100%;
  margin-bottom: var(--spacing-lg);
  text-align: left;
  border-top: 2px solid #222222;
}
.board-view .board-detail th {
  font-family: "Pretendard-Bold";
}
.board-view .board-detail th,
.board-view .board-detail td {
  border-bottom: 1px solid #CCCCCC;
}
.board-view .board-detail thead th {
  padding: 22px 24px;
  font-size: var(--font-size-tit);
  background-color: #F7F8FA;
}
.board-view .board-detail tbody th,
.board-view .board-detail tbody td {
  padding: 14px 24px;
}
.board-view .board-detail tbody th {
  font-size: 19px;
  background-color: #F7F7F7;
}
.board-view .board-detail.table-reset {
  /*에디터에서 생성된 태그 스타일 reset*/
}
.board-view .board-detail.table-reset td span,
.board-view .board-detail.table-reset td p {
  font-family: "Pretendard-Regular" !important;
  font-size: 18px !important;
}
.board-view .board-nav {
  border-top: 1px solid #ddd;
}
.board-view .board-nav > div {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ccc;
}
.board-view .board-nav-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 200px;
  text-align: center;
  font-size: 19px;
  font-family: "Pretendard-Bold";
  background-color: #F7F7F7;
}
.board-view .board-nav-link {
  flex: 1;
  padding: 18px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-view .btn-row {
  margin-top: 64px;
  text-align: right;
}
.board-view .btn-row .board-btn {
  padding: 14px 20px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
  background-color: #2C3F5E;
}
.board-view .btn-row .board-btn.board-btn {
  margin-left: 4px;
}
.board-view .board-view-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--spacing-lg);
}
.board-view .board-view-btns .btn-group {
  display: flex;
  gap: 8px;
}
.board-view .board-view-btns .btn-line {
  padding: 11px 20px;
}

@media screen and (max-width: 1280px) {
  .board-sort-tabs {
    gap: 4px;
  }
  .board-sort-tabs .item {
    width: calc((100% - 16px) / 5);
  }
}
@media screen and (max-width: 820px) {
  .board-sort-tabs {
    gap: 12px 4px;
  }
  .board-sort-tabs .item {
    width: calc((100% - 8px) / 3);
  }
  .board .board-top {
    flex-direction: column;
  }
  .board .board-top .title-deco {
    align-self: flex-start;
  }
  .board .board-top .page-info {
    order: 2;
    margin-top: 20px;
  }
  .board .board-top .board-search-container {
    text-align: right;
  }
  .board .board-list .table {
    width: 100%;
  }
  .board .board-list .table colgroup {
    display: none;
  }
  .board .board-list .table thead {
    display: none;
  }
  .board .board-list .table tr {
    display: block;
    position: relative;
    width: 100%;
    padding: 16px 10px 16px 55px;
  }
  .board .board-list .table tbody td {
    display: inline-block;
    position: relative;
    padding: 0;
  }
  .board .board-list .table tbody td.badge {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding: 0;
  }
  .board .board-list .table tbody td.badge-cell {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding: 0;
  }
  .board .board-list .table tbody td.badge-cell .badge {
    font-size: 14px;
    padding: 4px 6px;
  }
  .board .board-list .table tbody td.num {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding: 0;
  }
  .board .board-list .table tbody td.title {
    display: block;
    margin-bottom: 10px;
  }
  .board .board-list .table tbody td.file, .board .board-list .table tbody td.writer, .board .board-list .table tbody td.date, .board .board-list .table tbody td.views, .board .board-list .table tbody td.sort {
    padding-right: 20px;
    color: #777;
  }
  .board .board-list .table tbody td.sort::after, .board .board-list .table tbody td.file::after, .board .board-list .table tbody td.writer::after, .board .board-list .table tbody td.date::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #ccc;
  }
  .board.open-information .scroll-icon-row {
    display: block;
  }
  .board-view .webjin-board-head {
    gap: 0;
  }
  .board-view .webjin-board-head .title-row {
    margin-bottom: 24px;
  }
  .board-view .webjin-board-head .map {
    order: 2;
  }
  .board-view .webjin-board-head .btns {
    order: 3;
    margin-top: 12px;
    width: 100%;
    justify-content: flex-end;
  }
  .board-view .board-view-file .title {
    width: 100px;
  }
  .board-view .board-nav-label {
    width: 100px;
  }
  .board-view .board-detail colgroup {
    display: none;
  }
  .board-view .board-detail tr {
    display: block;
    width: 100%;
  }
  .board-view .board-detail th,
  .board-view .board-detail td {
    display: block;
  }
  .board-view .board-detail thead th {
    padding: 8px;
  }
  .board-view .board-detail tbody th,
  .board-view .board-detail tbody td {
    padding: 8px;
  }
  .board-view .board-detail tbody th {
    font-size: 16px;
  }
  .board-view .board-view-btns .btn-line {
    height: 40px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 500px) {
  .board-sort-tabs .item {
    width: calc((100% - 4px) / 2);
    padding: 12px 8px 11px 52px;
    background-position: center left 8px;
  }
  .board .board-top {
    align-items: baseline;
    margin-bottom: 10px;
  }
  .board .board-top .title-deco {
    margin-bottom: 10px;
  }
  .board .board-top .board-search-container {
    text-align: left;
  }
  .board .board-top .board-search-container input,
  .board .board-top .board-search-container select {
    height: 40px;
  }
  .board .board-top .board-search-container select {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    background-size: 20px;
    background-position: right 10px center;
  }
  .board .board-top .board-search-container input {
    width: calc(100% - 75px);
  }
  .board .board-top .board-search-container button {
    padding: 12px 20px;
  }
  .board .board-top .page-info {
    font-size: 14px;
    gap: 10px;
  }
  .board .board-list .table tbody td {
    font-size: 15px;
  }
  .board .board-list .tbl-info {
    width: 100%;
  }
  .board .board-list .tbl-info colgroup {
    display: none;
  }
  .board .board-list .tbl-info thead {
    display: none;
  }
  .board .board-list .tbl-info tr {
    display: block;
    position: relative;
    width: 100%;
    padding: 12px 0 16px;
    border-bottom: 1px solid #ccc;
  }
  .board .board-list .tbl-info tbody td {
    display: block;
    text-align: left;
    position: relative;
    padding: 0;
    border: 0;
  }
  .board .board-list .tbl-info tbody td:not(.link) {
    padding: 4px 0 5px 64px;
  }
  .board .board-list .tbl-info tbody td:not(.link)::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    font-family: "Pretendard-SemiBold";
  }
  .board .board-list .tbl-info tbody .num {
    display: none;
  }
  .board .board-list .link {
    width: 100%;
    margin-top: 8px;
  }
  .board .board-list .link .btn-line {
    width: 100%;
    padding: 4px;
    border-radius: 4px;
  }
  .board.open-information .scroll-icon-row {
    display: none;
  }
  .board-pagination {
    flex-wrap: nowrap;
    margin-top: 42px;
  }
  .board-pagination .page-btn {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
  .board-view {
    margin-bottom: 32px;
  }
  .board-view .board-view-head {
    padding: 12px 0 10px;
  }
  .board-view .board-view-head .title {
    margin-bottom: 8px;
  }
  .board-view .board-view-head .info {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .board-view .board-view-head .info dt {
    margin-right: 4px;
  }
  .board-view .board-view-head .info dd {
    margin-right: 16px;
  }
  .board-view .board-view-head .info dd::after {
    right: -8px;
  }
  .board-view .board-view-head .info .info-item::after {
    right: 7px;
  }
  .board-view .webjin-board-head .title-row {
    display: block;
    margin-bottom: 12px;
  }
  .board-view .webjin-board-head .title-row .tit {
    font-size: 17px;
  }
  .board-view .webjin-board-head .status {
    padding: 6px;
    margin-bottom: 4px;
    font-size: 14px;
  }
  .board-view .webjin-board-head .btns {
    gap: 8px;
  }
  .board-view .webjin-board-head .btns .btn {
    padding: 8px 13px;
    font-size: 14px;
  }
  .board-view .webjin-board-head .btns .btn::before {
    display: none;
  }
  .board-view .board-view-body {
    padding: 24px 0 32px;
  }
  .board-view .board-detail.table-reset td span,
  .board-view .board-detail.table-reset td p {
    font-size: 14px !important;
  }
  .board-view .webjin-board-view-body {
    padding-bottom: 32px;
  }
  .board-view .board-view-file {
    margin-bottom: 32px;
    border-color: #222;
  }
  .board-view .board-view-file .title {
    display: none;
  }
  .board-view .board-view-file .file-list {
    padding: 0;
  }
  .board-view .board-view-file .file-list > li {
    margin-bottom: 0;
    border-bottom: 1px solid #222;
  }
  .board-view .board-view-file .file-list > li > a {
    order: 2;
    max-width: 100%;
    padding: 12px;
  }
  .board-view .board-view-file .file-list > li .ic-file {
    display: none;
  }
  .board-view .board-view-file .file-list > li:last-child {
    border-bottom: 0;
  }
  .board-view .board-view-file .file-list > li .dl-btn {
    min-width: 36px;
    font-size: 0;
    border: 0;
  }
  .board-view .board-nav {
    font-size: 14px;
  }
  .board-view .board-nav-label {
    width: 90px;
    font-size: 14px;
  }
  .board-view .board-nav-link {
    padding: 12px 8px;
  }
  .board-view .btn-row {
    margin-top: 32px;
  }
  .board-view .btn-row .board-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.page-feedback {
  margin-bottom: 100px;
  border: 1px solid #E5E7EE;
}
.page-feedback .dept-info {
  padding: 19px 32px 18px;
  border-bottom: 1px solid #E5E7EE;
}
.page-feedback .dept-list {
  display: flex;
  align-items: center;
}
.page-feedback .dept-list::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  background-image: url(../img/ic_phone.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.page-feedback .dept-list dt {
  font-family: "Pretendard-SemiBold";
}
.page-feedback .dept-list dt::after {
  content: " :";
}
.page-feedback .dept-list dd {
  position: relative;
  padding: 0 33px 0 4px;
}
.page-feedback .dept-list dd:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.page-feedback .dept-list dd:last-child {
  padding-right: 0;
}
.page-feedback .dept-list dd:last-child::after {
  display: none;
}
.page-feedback .satisfaction {
  padding: 24px 32px 32px;
  background-color: #F7F8FA;
}
.page-feedback .satisfaction .description {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-family: "Pretendard-SemiBold";
}
.page-feedback .satisfaction .description::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  background-image: url(../img/ic_page.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.page-feedback .satisfaction .score-group {
  display: flex;
  gap: 32px;
  padding-left: 44px;
  margin-bottom: 24px;
}
.page-feedback .opinion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.page-feedback .opinion .opinion-input {
  position: relative;
  width: calc(100% - 88px);
}
.page-feedback .opinion .opinion-input textarea {
  width: 100%;
  height: 48px;
  padding: 10px 16px 14px;
  resize: none;
  border: 1px solid #707070;
  border-radius: 8px;
  overflow: hidden;
}
.page-feedback .opinion .text-count {
  position: absolute;
  bottom: -4px;
  right: 0;
  transform: translateY(100%);
  color: #777;
}
.page-feedback .opinion .submit-btn {
  padding: 14px 20px;
  font-size: 17px;
  color: #fff;
  background-color: #2C3F5E;
  border-radius: 8px;
}

@media screen and (max-width: 500px) {
  .page-feedback {
    margin-bottom: 54px;
  }
  .page-feedback .dept-info {
    padding: 16px;
  }
  .page-feedback .dept-list::before {
    display: none;
  }
  .page-feedback .satisfaction {
    padding: 16px 16px 35px;
  }
  .page-feedback .satisfaction .description::before {
    display: none;
  }
  .page-feedback .satisfaction .score-group {
    flex-wrap: wrap;
    gap: 10px 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .page-feedback .satisfaction .score-group .score-item {
    flex: 0 0 33.3333333333%;
  }
  .page-feedback .opinion .opinion-input {
    width: calc(100% - 46px);
  }
  .page-feedback .opinion .opinion-input textarea {
    height: 30px;
    padding: 6px 10px;
    font-size: 13px;
  }
  .page-feedback .opinion .text-count {
    font-size: 13px;
  }
  .page-feedback .opinion .submit-btn {
    flex-shrink: 0;
    padding: 8px 12px;
    font-size: 13px;
  }
}
.footer .site-links {
  color: #fff;
  background-color: #232733;
  border-bottom: 1px solid #454852;
}
.footer .site-link-list {
  display: flex;
}
.footer .site-link-list > li {
  width: 33.3333333333%;
  border-left: 1px solid #454852;
}
.footer .site-link-list > li .link-sel {
  width: 100%;
  height: 57px;
  padding: 0 40px 0 24px;
  font-family: "Pretendard-Medium";
  color: #fff;
  background-color: #232733;
  border: 0;
  background: url(../img/ic_plus.svg) right 24px center no-repeat;
}
.footer .site-link-list > li .link-sel option {
  background-color: #232733;
  color: #fff;
}
.footer .site-link-list > li:last-child {
  border-right: 1px solid #454852;
}
.footer .site-info-container {
  padding: 24px 0 32px;
  color: #fff;
  background-color: #232733;
}
.footer .site-info-container .site-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer .site-info-container .site-info .certi > li {
  width: 80px;
  height: 80px;
}
.footer .site-info-container .site-info .certi > li img {
  max-width: 100%;
}
.footer .site-info-container .logo {
  width: 146px;
  margin-bottom: 32px;
}
.footer .site-info-container .logo a {
  display: inline-block;
}
.footer .site-info-container .logo img {
  max-width: 100%;
}
.footer .site-info-container .adress {
  margin-bottom: 20px;
}
.footer .site-info-container .adress p {
  margin-bottom: 10px;
}
.footer .site-info-container .adress p:last-child {
  margin-bottom: 0;
}
.footer .site-info-container .adress dl dt,
.footer .site-info-container .adress dl dd {
  display: inline-block;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.footer .site-info-container .adress dl dt {
  margin-right: 6px;
  font-family: "Pretendard-Bold";
}
.footer .site-info-container .adress dl dd {
  margin-right: 20px;
}
.footer .site-info-container .email-notice {
  color: #CCCCCC;
}
.footer .privacy-info {
  padding: 32px 0 24px;
  background-color: #081A2D;
}
.footer .privacy-info .privacy-list {
  display: flex;
  gap: 80px;
  margin-bottom: 24px;
}
.footer .privacy-info .privacy-list > li:first-child a {
  color: #88C0FF;
}
.footer .privacy-info .privacy-list > li a {
  color: #fff;
}
.footer .privacy-info .copy {
  color: #CCCCCC;
}

@media screen and (max-width: 820px) {
  .footer .privacy-info .privacy-list {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer .privacy-info .privacy-list > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .footer .site-links {
    border-bottom: 0;
  }
  .footer .site-links .content-wrap {
    padding: 0;
  }
  .footer .site-link-list {
    display: block;
  }
  .footer .site-link-list > li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #454852;
  }
  .footer .site-link-list > li:last-child {
    border-right: 0;
  }
  .footer .site-link-list > li .link-sel {
    height: 54px;
    padding: 18px 44px 18px 20px;
    background-size: 24px;
    background-position: right 16px center;
  }
  .footer .site-info-container {
    padding: 20px 0;
  }
  .footer .site-info-container .site-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .site-info-container .site-info .certi {
    margin-top: 20px;
  }
  .footer .site-info-container .site-info .certi li {
    width: 40px;
    height: 40px;
  }
  .footer .site-info-container .logo {
    width: 98px;
    height: auto;
    margin-bottom: 24px;
  }
  .footer .site-info-container .adress {
    font-size: 13px;
  }
  .footer .privacy-info {
    padding: 20px 0 28px;
  }
  .footer .privacy-info .privacy-list {
    gap: 10px 20px;
    margin-bottom: 16px;
  }
  .footer .privacy-info .privacy-list > li {
    font-size: 13px;
  }
  .footer .privacy-info .copy {
    font-size: 13px;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}

.tab-menu {
  margin-top: 32px;
}
.tab-menu .pc-tab-list {
  display: flex;
  gap: 4px;
}
.tab-menu .pc-tab-list li {
  flex: 1;
}
.tab-menu .pc-tab-list li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 14px 12px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  background-color: #F7F8FA;
}
.tab-menu .pc-tab-list li:hover a {
  color: #0060CE;
  font-family: "Pretendard-SemiBold";
  border: 2px solid #0060CE;
  background-color: #fff;
}
.tab-menu .pc-tab-list li.active a {
  color: #0060CE;
  font-family: "Pretendard-SemiBold";
  border: 2px solid #0060CE;
  background-color: #fff;
}
.tab-menu .mo-tab-list {
  display: none;
}
.tab-menu + .board {
  margin-top: 56px;
}
.tab-menu + .content-section {
  margin-top: 56px;
}

@media screen and (max-width: 500px) {
  .tab-menu {
    margin-top: 24px;
  }
  .tab-menu .pc-tab-list {
    display: none;
  }
  .tab-menu .mo-tab-list {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-right: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    font-family: "Pretendard-SemiBold";
    background-image: url(../img/ic_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    background-color: #fff;
  }
  .tab-menu + .board {
    margin-top: 10px;
  }
  .tab-menu + .content-section {
    margin-top: 10px;
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -20px 0;
}
.gallery .item {
  width: calc(33.3333333333% - 40px);
  margin: 32px 20px;
}
.gallery .item .thumb {
  width: 100%;
  height: 324px;
  margin-bottom: 16px;
  aspect-ratio: 16/9;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  overflow: hidden;
}
.gallery .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .item .thumb.no-img {
  background-color: #F7F8FA;
  background-image: url(../img/no-img.png);
  background-position: center;
  background-repeat: no-repeat;
}
.gallery .item .info .title {
  width: 100%;
  margin-bottom: 4px;
  font-size: 20px;
  font-family: "Pretendard-Bold";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gallery .item .download {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-top: 16px;
  padding: 14px;
  font-size: 20px;
  font-family: "Pretendard-SemiBold";
  text-align: center;
  border: 1px solid #222;
  border-radius: 8px;
}
.gallery .item .download:hover {
  color: #fff;
  background-color: #0060CE;
  border-color: #0060CE;
}
.gallery .item .preview {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-top: 16px;
  padding: 14px;
  font-size: 20px;
  font-family: "Pretendard-SemiBold";
  text-align: center;
  border: 1px solid #222;
  border-radius: 8px;
}
.gallery .item .preview:hover {
  color: #fff;
  background-color: #0060CE;
  border-color: #0060CE;
}
.gallery .item .btn-wrap {
  display: flex;
  gap: 8px;
}
.gallery.brochure .item {
  width: calc(25% - 40px);
}
.gallery.brochure .item .thumb {
  height: 477px;
  border-radius: 0;
}
.gallery.video .thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.gallery.video .thumb iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
}
.gallery.webzine .item {
  display: flex;
  flex-direction: column;
  height: 570px;
  padding: 28px 28px 24px;
  margin: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
}
.gallery.webzine .item:hover {
  background-color: #F7F8FA;
}
.gallery.webzine .item .thumb {
  position: relative;
  height: 260px;
  margin-bottom: 12px;
  border-radius: 0;
}
.gallery.webzine .item .thumb .status {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 14px;
  color: #fff;
  font-size: 17px;
}
.gallery.webzine .item .thumb .status.in-progress {
  background-color: #0060CE;
}
.gallery.webzine .item .thumb .status.is-complete {
  background-color: #40A145;
}
.gallery.webzine .item .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.gallery.webzine .item .info .title {
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  border-bottom: 1px solid #E0E0E0;
}
.gallery.webzine .item .info .bullet-list {
  flex: 1;
  overflow: auto;
}
.gallery.webzine .item .info .bullet-list li {
  display: flex;
  margin-bottom: 4px;
}
.gallery.webzine .item .info .bullet-list li:last-child {
  margin-bottom: 0;
}
.gallery.webzine .item .info .bullet-list li .label {
  width: 76px;
  font-family: "Pretendard-SemiBold";
}
.gallery.webzine .item .info .bullet-list li .value {
  flex: 1;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery.webzine .item .btns {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.gallery.webzine .item .btns .btn {
  flex: 1;
  padding: 12px 14px;
  text-align: center;
  color: #003764;
  font-size: 17px;
  font-family: "Pretendard-Medium";
  border: 1px solid #003764;
  border-radius: 8px;
  background-color: #fff;
}
.gallery.webzine .item .btns .btn:hover {
  background-color: #003764;
  color: #fff;
}
.gallery.webzine .item .btns .target::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background-color: #003764;
  -webkit-mask-image: url("../img/ic_target.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_target.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.gallery.webzine .item .btns .target:hover:after {
  background-color: #fff;
}

@media screen and (max-width: 1280px) {
  .gallery {
    margin: -26px -14px 0;
  }
  .gallery .item {
    margin: 32px 14px;
    width: calc(50% - 28px);
  }
  .gallery.brochure .item {
    width: calc(33.3333333333% - 28px);
  }
  .gallery.webzine .item {
    height: 602px;
    width: calc(50% - 20px);
    margin: 28px 10px;
  }
  .gallery.webzine .item .thumb {
    height: 292px;
  }
}
@media screen and (max-width: 820px) {
  .gallery {
    margin: -26px -10px 0;
  }
  .gallery .item {
    width: calc(50% - 20px);
    margin: 28px 10px;
  }
  .gallery.brochure .item {
    width: calc(50% - 20px);
  }
  .gallery.webzine .item {
    width: 100%;
    height: 738px;
    padding: 36px 36px 32px;
    margin: 20px 0;
  }
  .gallery.webzine .item .thumb {
    height: 410px;
  }
  .gallery.webzine .item .btns {
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .gallery {
    margin: 0;
  }
  .gallery .item {
    width: 100%;
    margin: 0 0 32px;
  }
  .gallery .item .thumb {
    height: 237px;
    margin-bottom: 8px;
  }
  .gallery .item .info .title {
    font-size: 17px;
  }
  .gallery .item .download {
    height: 40px;
    margin-top: 8px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
  }
  .gallery .item .preview {
    height: 40px;
    margin-top: 8px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
  }
  .gallery.brochure .item {
    width: 100%;
  }
  .gallery.brochure .item .thumb {
    height: 415px;
  }
  .gallery.webzine .item {
    height: 392px;
    padding: 16px;
    margin: 0 0 12px;
    border-radius: 8px;
  }
  .gallery.webzine .item .thumb {
    height: 166px;
    margin-bottom: 8px;
  }
  .gallery.webzine .item .thumb .status {
    padding: 6px;
    font-size: 14px;
  }
  .gallery.webzine .item .info {
    height: 129px;
    font-size: 14px;
  }
  .gallery.webzine .item .info .title {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 17px;
  }
  .gallery.webzine .item .btns {
    gap: 8px;
    margin-top: 16px;
  }
  .gallery.webzine .item .btns .btn {
    padding: 11px 0;
    font-size: 14px;
    border-radius: 4px;
  }
  .gallery.webzine .item .btns .target:after {
    display: none;
  }
}
.con-error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.con-error .error {
  text-align: center;
}
.con-error .error .error-text {
  margin: 40px 0 50px;
  font-size: 32px;
  font-family: "GmarketSansBold";
}
.con-error .error .home {
  display: inline-block;
  padding: 12px 24px;
  font-size: 20px;
  color: #fff;
  background-color: #24221E;
  border: 1px solid #707070;
  border-radius: 30px;
  font-family: "Pretendard-Medium";
}

@media screen and (max-width: 500px) {
  .con-error .error .error-text {
    font-size: 20px;
  }
  .con-error .error .home {
    font-size: 16px;
  }
}
/* 1. 상단 그린라인 정밀 검색창 패널 */
.integrated-search .sch-tool-box {
  padding: 20px;
  border-radius: 8px;
  background-color: #F7F8FA;
  text-align: center;
  margin-bottom: var(--spacing-md);
}
.integrated-search .sch-tool-box input[type=text] {
  width: 30%;
  height: 48px;
  margin-right: 8px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.integrated-search .sch-tool-box button {
  padding: 12px 20px;
  background-color: #2C3F5E;
  border-radius: 8px;
  color: #fff;
  font-family: "Pretendard-SemiBold";
}
.integrated-search {
  /* 2. 시안 매칭형 4열 멀티라인 버튼 구조 */
}
.integrated-search .tab-btn-row {
  margin-bottom: 35px;
}
.integrated-search .search-tab-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.integrated-search .search-tab-grid button {
  width: 100%;
  padding: 12px;
  font-family: "Pretendard-SemiBold";
  text-align: center;
  font-size: var(--font-size-tit-md);
  background: #F7F8FA;
  border: 2px solid #E0E0E0;
  border-radius: 6px;
}
.integrated-search .search-tab-grid button.active {
  background-color: #fff;
  color: #0060CE;
  border-color: #0060CE;
}
.integrated-search {
  /* 3. 검색 건수 알림 레이아웃 */
}
.integrated-search .sch-result {
  text-align: center;
  margin: var(--spacing-lg) 0;
}
.integrated-search .sch-result .title {
  font-size: var(--font-size-tit-md);
  margin-bottom: 6px;
}
.integrated-search .sch-result .title .strong {
  color: #0060CE;
  font-family: "Pretendard-SemiBold";
}
.integrated-search .sch-result .txt {
  color: #777777;
}
.integrated-search {
  /* 4. 정확도순/최신순 정렬 바 */
}
.integrated-search .btn-sort-con {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 10px;
}
.integrated-search .btn-sort {
  display: flex;
  align-items: center;
  gap: 16px;
}
.integrated-search .sort-item-btn {
  position: relative;
  font-family: "Pretendard-Medium";
}
.integrated-search .sort-item-btn.active {
  color: #0060CE;
}
.integrated-search .sort-item-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.integrated-search .sort-item-btn:last-child::after {
  display: none;
}
.integrated-search {
  /* 5. 목록 그룹 레이아웃 정밀 제어 */
}
.integrated-search .con-sch-list {
  margin-bottom: 40px;
}
.integrated-search .con-sch-list .list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 15px;
}
.integrated-search .con-sch-list .list-title {
  font-family: "Pretendard-SemiBold";
  font-size: var(--font-size-tit-md);
}
.integrated-search .con-sch-list .list-title .num {
  color: #0060CE;
}
.integrated-search .con-sch-list .more-view::after {
  content: " >";
}
.integrated-search {
  /* 각 행 카드 바디 */
}
.integrated-search .sch-list-wrap {
  padding: 15px 0;
  border-bottom: 1px solid #edf1f4;
}
.integrated-search .sch-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.integrated-search .sch-list li {
  margin-bottom: 6px;
}
.integrated-search .sch-list li:last-child {
  margin-bottom: 0;
}
.integrated-search .sch-list .title {
  color: #0060CE;
  text-decoration: underline;
  display: inline-block;
}
.integrated-search .sch-list .write-info {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
.integrated-search .sch-list .txt {
  color: #444;
  line-height: 1.6;
}
.integrated-search .sch-list .locate {
  font-size: 13px;
  color: #D35A2E;
}
.integrated-search .sch-list .file-shortcut {
  margin-top: 4px;
}
.integrated-search {
  /* 6. 직원 테이블 레이아웃 */
}
.integrated-search .organ-info td.text-left {
  text-align: left;
  padding-left: 15px;
}
.integrated-search .organ-info td.td-emp-name {
  font-weight: bold;
  color: #222;
}
.integrated-search .organ-info .tel-link {
  color: #444;
  text-decoration: none;
}
.integrated-search {
  /* 7. 페이징 및 키워드 강조 */
}
.integrated-search .pagination-row {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.integrated-search .highlight,
.integrated-search .col-search {
  color: #D35A2E !important;
  font-weight: bold;
  background: transparent;
}
.integrated-search {
  /* 8. 크로스 브라우징 및 모바일 처리 */
}
.integrated-search select.mobile-tab-select {
  display: none;
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .integrated-search .search-tab-grid {
    display: none;
  }
  .integrated-search select.mobile-tab-select {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .integrated-search .sch-tool-box {
    padding: 12px;
  }
  .integrated-search .sch-tool-box input[type=text] {
    width: calc(100% - 75px);
  }
  .integrated-search .sch-list .write-info {
    margin-left: 0;
  }
}
@media print {
  body {
    zoom: 50%;
  }
  .content-wrap {
    min-width: 1920px;
  }
  header,
  .sub-nav-container {
    display: none;
  }
  .sub-layout {
    padding-top: 20px;
  }
}
/* 검색이 가능한 콤보박스 커스텀 스타일 */
.custom-combobox {
  position: relative;
  width: 70%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.custom-combobox .combo-selected {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  height: 48px;
  line-height: 46px;
  padding: 0 40px 0 16px;
  color: #333;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.custom-combobox .combo-selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 2h12z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}
.custom-combobox .combo-selected.open {
  border-color: #0060ce;
  box-shadow: 0 0 0 2px rgba(0, 96, 206, 0.1);
}
.custom-combobox .combo-selected.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-combobox .combo-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #0060ce;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
}
.custom-combobox .combo-search-box {
  padding: 8px;
  border-bottom: 1px solid #eeeeee;
  background-color: #f8f9fa;
}
.custom-combobox .combo-search-box input {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.custom-combobox .combo-search-box input:focus {
  border-color: #0060ce;
}
.custom-combobox .combo-options {
  max-height: 220px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-combobox .combo-options li {
  padding: 10px 16px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-combobox .combo-options li:hover {
  background-color: #f3f6ff;
  color: #0060ce;
}
.custom-combobox .combo-options li.selected {
  background-color: #e1e9ff;
  color: #003764;
  font-weight: bold;
}
.custom-combobox .combo-options li.no-result {
  padding: 12px 16px;
  color: #999;
  text-align: center;
  cursor: default;
}
.custom-combobox .combo-options::-webkit-scrollbar {
  width: 6px;
}
.custom-combobox .combo-options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom-combobox .combo-options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.custom-combobox .combo-options::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

@media screen and (max-width: 500px) {
  .custom-combobox {
    width: auto;
    flex: 1;
  }
  .custom-combobox .combo-selected {
    height: 40px;
    line-height: 40px;
  }
}
/* file upload */
a.filepond--credits {
  display: none;
}

.filepond--root {
  max-height: 250px;
  background-color: #F7F8FA;
  border-radius: 10px;
  overflow: auto;
}
.filepond--root::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  pointer-events: none;
  z-index: 3;
}
.filepond--root .filepond--panel-root {
  background: #f8f9fa;
}

.filepond--root:hover .filepond--panel-root,
.filepond--is-drag-over .filepond--panel-root {
  border-color: #4a90e2;
  background: #eef4fd;
}

.filepond--drop-label {
  color: #6c757d;
  font-size: 13px;
}

.filepond--label-action {
  color: #4a90e2;
  text-decoration-style: dotted;
}

.swiper-navi {
  display: flex;
  gap: 8px;
}
.swiper-navi .swiper-button-prev {
  position: unset;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
}
.swiper-navi .swiper-button-prev .ic-prev {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #9EA5AC;
  -webkit-mask-image: url("../img/ic_swiper_prev.svg");
          mask-image: url("../img/ic_swiper_prev.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.swiper-navi .banner-slide-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
}
.swiper-navi .stop-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #9EA5AC;
  -webkit-mask-image: url("../img/ic_banner_stop.svg");
          mask-image: url("../img/ic_banner_stop.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.swiper-navi .play-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #9EA5AC;
  -webkit-mask-image: url("../img/ic_banner_play.svg");
          mask-image: url("../img/ic_banner_play.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.swiper-navi .swiper-button-next {
  position: unset;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
}
.swiper-navi .swiper-button-next .ic-next {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #9EA5AC;
  -webkit-mask-image: url("../img/ic_swiper_next.svg");
          mask-image: url("../img/ic_swiper_next.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.swiper-navi .swiper-navigation-icon {
  display: none;
}

.hero-section {
  height: 100vh;
  position: relative;
}
.hero-section .slider-wrap {
  position: relative;
  height: 100%;
}
.hero-section .swiper {
  height: 100%;
}
.hero-section .swiper-slide {
  height: 100%;
}
.hero-section .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section .slider-control {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  left: 165px;
  bottom: 180px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.hero-section .slider-control .swiper-horizontal > .swiper-pagination-bullets,
.hero-section .slider-control .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-section .slider-control .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  border: 2px solid #fff;
  background: transparent;
  opacity: 1;
}
.hero-section .slider-control .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.hero-section .slider-control .swiper-pagination-bullet-active {
  background: #fff;
}
.hero-section .slider-control .stop-btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/btn_stop.svg);
}
.hero-section .slider-control .play-btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/btn_play.svg);
}
.hero-section .hero-text {
  position: absolute;
  top: 250px;
  left: 166px;
  z-index: 2;
}
.hero-section .hero-text .hero-slogan {
  margin-bottom: 24px;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.hero-section .hero-text .hero-title p {
  line-height: 1.4;
  font-family: "SCDream8";
  font-size: 60px;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.hero-section .hero-text .hero-title .strong {
  color: #F5CD04;
}
.hero-section .link-list {
  position: absolute;
  bottom: 260px;
  right: 225px;
  z-index: 2;
}
.hero-section .link-list .link {
  display: block;
  position: relative;
  min-width: 200px;
  height: 52px;
  margin-bottom: 16px;
  padding: 14px 48px 14px 32px;
  font-family: "Pretendard-SemiBold";
  color: #fff;
  font-size: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3019607843);
  border-radius: 26px;
}
.hero-section .link-list .link:last-child {
  margin-bottom: 0;
}
.hero-section .link-list .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(-90deg);
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask-image: url("../img/ic_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.hero-section .shortcut-menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  padding: 0 125px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 2;
}
.hero-section .shortcut-menu-container .shortcut-swiper .swiper-slide {
  width: 175px;
}
.hero-section .shortcut-menu-container .shortcut-menu {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 24px;
}
.hero-section .shortcut-menu-container .shortcut-menu:hover .menu-box .ic {
  transform: translateY(-10px);
  transition: all 0.2s;
}
.hero-section .shortcut-menu-container .menu-box {
  text-align: center;
}
.hero-section .shortcut-menu-container .menu-box .tit {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-family: "Pretendard-SemiBold";
}
.hero-section .shortcut-menu-container .menu-box .ic {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain;
}
.hero-section .shortcut-menu-container .swiper-navigation-icon {
  display: none;
}
.hero-section .shortcut-menu-container .ic-prev {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask-image: url("../img/ic_swiper_prev.svg");
          mask-image: url("../img/ic_swiper_prev.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.hero-section .shortcut-menu-container .ic-next {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask-image: url("../img/ic_swiper_next.svg");
          mask-image: url("../img/ic_swiper_next.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media (max-width: 1550px) {
  .hero-section .hero-text {
    top: 197px;
    left: 60px;
  }
  .hero-section .hero-text .hero-slogan {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .hero-section .hero-text .hero-title p {
    font-size: 38px;
  }
  .hero-section .link-list {
    right: 60px;
  }
  .hero-section .link-list .link {
    width: 164px;
    height: 44px;
    padding: 14px 55px 11px 24px;
    font-size: 16px;
  }
  .hero-section .link-list .link::after {
    right: 18px;
  }
  .hero-section .shortcut-menu-container {
    padding: 0 60px;
  }
  .hero-section .slider-control {
    left: 60px;
  }
  .hero-section .swiper-btns {
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .hero-section .link-list {
    bottom: 200px;
  }
}
@media (max-width: 820px) {
  .hero-section {
    height: 530px;
  }
  .hero-section .hero-text {
    top: 128px;
    left: 20px;
  }
  .hero-section .hero-text .hero-slogan {
    font-size: 16px;
  }
  .hero-section .hero-text .hero-title p {
    font-size: 30px;
  }
  .hero-section .slider-control {
    left: 20px;
  }
  .hero-section .link-list {
    right: 20px;
    bottom: 168px;
  }
  .hero-section .link-list .link {
    min-width: 140px;
    height: 36px;
    padding: 9px 16px 9px 16px;
    font-size: 15px;
  }
  .hero-section .link-list .link::after {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 500px) {
  .hero-section {
    height: 100vh;
  }
  .hero-section .hero-text {
    top: 134px;
  }
  .hero-section .hero-text .hero-slogan {
    font-size: 14px;
  }
  .hero-section .hero-text .hero-title p {
    font-size: 24px;
  }
  .hero-section .slider-control,
  .hero-section .link-list {
    bottom: 276px;
  }
  .hero-section .shortcut-menu-container {
    height: 236px;
    padding: 0;
  }
  .hero-section .shortcut-menu-container .shortcut-swiper {
    width: 100%;
    margin: 0;
  }
  .hero-section .shortcut-menu-container .shortcut-swiper .swiper-slide {
    width: auto;
    border-right: 1px solid rgba(238, 238, 238, 0.1411764706);
    border-bottom: 1px solid rgba(238, 238, 238, 0.1411764706);
  }
  .hero-section .shortcut-menu-container .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: none !important;
  }
  .hero-section .shortcut-menu-container .shortcut-menu {
    padding-top: 0;
  }
  .hero-section .shortcut-menu-container .menu-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero-section .shortcut-menu-container .menu-box .ic {
    width: 30px;
    height: 30px;
  }
  .hero-section .shortcut-menu-container .menu-box .tit {
    order: 2;
    margin-top: 6px;
    margin-bottom: 0;
    font-family: "Pretendard-Medium";
    font-size: 13px;
  }
  .hero-section .shortcut-menu-container .swiper-btns {
    display: none;
  }
}
.info-section {
  padding: 64px 0;
}
.info-section .content-wrap {
  display: flex;
  justify-content: space-between;
}
.info-section .links-area .title {
  margin-bottom: 48px;
  font-size: 40px;
  font-family: "Pretendard-Bold";
}
.info-section .links-area .title .br {
  display: none;
}
.info-section .links-area .links-list {
  max-width: 710px;
}
.info-section .links-area .links-list > li {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 56px;
  margin: 0 12px 16px 0;
  font-size: 18px;
  font-family: "Pretendard-Medium";
  border: 1px solid #CCCCCC;
  border-radius: 32px;
}
.info-section .links-area .links-list > li > a {
  padding: 16px 10px 10px 60px;
  display: inline-block;
  width: 100%;
}
.info-section .links-area .link-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}
.info-section .links-area .link-icon.ic-news {
  background-image: url(../img/ic_news.png);
}
.info-section .links-area .link-icon.ic-press {
  background-image: url(../img/ic_press.png);
}
.info-section .links-area .link-icon.ic-org {
  background-image: url(../img/ic_org.png);
}
.info-section .links-area .link-icon.ic-leaf {
  background-image: url(../img/ic_leaf.png);
}
.info-section .links-area .link-icon.ic-idea {
  background-image: url(../img/ic_idea.png);
}
.info-section .banner-area {
  position: relative;
}
.info-section .banner-area .banner-swiper {
  width: 560px;
  height: 306px;
  border-radius: 20px;
}
.info-section .banner-area .banner-swiper a {
  display: inline-block;
}
.info-section .banner-area .banner-swiper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.info-section .banner-area .swiper-slide a {
  width: 100%;
  height: 100%;
}
.info-section .banner-area .banner-slider-control {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.info-section .banner-area .banner-slider-control .banner-swiper-navi {
  position: relative;
  width: 56px;
  height: 24px;
}
.info-section .banner-area .banner-slider-control .banner-swiper-navi .swiper-button-prev {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  background-image: url(../img/ic_swiper_prev.svg);
  background-size: contain;
}
.info-section .banner-area .banner-slider-control .banner-swiper-navi .swiper-button-next {
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  background-image: url(../img/ic_swiper_next.svg);
  background-size: contain;
}
.info-section .banner-area .banner-slider-control .banner-swiper-navi .swiper-navigation-icon {
  display: none;
}
.info-section .banner-area .banner-slide-control {
  height: 24px;
}
.info-section .banner-area .banner-list {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/ic_banner_link.svg);
  background-size: contain;
}
.info-section .banner-area .stop-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/ic_banner_stop.svg);
  background-size: contain;
}
.info-section .banner-area .play-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/ic_banner_play.svg);
  background-size: contain;
}

@media (max-width: 1550px) {
  .info-section {
    padding: 60px 0 120px;
  }
  .info-section .links-area .title {
    margin-bottom: 24px;
    font-size: 40px;
  }
  .info-section .links-area .title .br {
    display: block;
  }
}
@media (max-width: 1160px) {
  .info-section .content-wrap {
    flex-wrap: wrap;
  }
  .info-section .links-area .title {
    margin-bottom: 32px;
  }
  .info-section .links-area .title .br {
    display: none;
  }
}
@media (max-width: 820px) {
  .info-section {
    padding: 54px 0 62px;
  }
  .info-section .links-area {
    margin-bottom: 24px;
  }
  .info-section .links-area .title {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .info-section .links-area .links-list > li {
    width: 210px;
    height: 48px;
    font-size: 17px;
  }
  .info-section .links-area .links-list > li > a {
    padding: 12px 10px 12px 50px;
  }
  .info-section .links-area .links-list .link-icon {
    width: 24px;
    height: 24px;
  }
  .info-section .banner-area .banner-swiper {
    width: 430px;
    height: 100%;
  }
}
@media (max-width: 500px) {
  .info-section {
    padding: 40px 0;
  }
  .info-section .links-area .title {
    font-size: 26px;
  }
  .info-section .links-area .links-list > li {
    width: 100%;
    height: 44px;
    margin-right: 0;
    font-size: 16px;
  }
  .info-section .links-area .links-list > li > a {
    padding: 12px 50px;
  }
  .info-section .banner-area {
    width: 100%;
  }
  .info-section .banner-area .banner-swiper {
    width: 100%;
  }
}
.notice-section {
  padding-bottom: 68px;
}
.notice-section .notice-tabs .tab-dropdown-trigger {
  display: none;
}
.notice-section .notice-tabs__list {
  display: flex;
  align-items: center;
  list-style: none;
}
.notice-section .notice-tabs__list li {
  margin-right: 32px;
}
.notice-section .notice-tabs__list li:last-child {
  margin-right: 0;
}
.notice-section .notice-tabs .tab {
  position: relative;
  font-size: 24px;
  color: #666666;
  font-family: "Pretendard-Bold";
}
.notice-section .notice-tabs .tab.active {
  color: #222222;
  font-family: "Pretendard-ExtraBold";
}
.notice-section .notice-tabs .tab.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #222222;
}
.notice-section .notice-panels {
  margin-top: 42px;
}
.notice-section .notice-panels .tab-panel {
  position: relative;
}
.notice-section .notice-panels .notice-box {
  display: inline-block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding: 32px 24px 24px;
  background-color: #ECF6FF;
  border-radius: 10px;
}
.notice-section .notice-panels .notice-box .date {
  margin-bottom: 12px;
  font-size: 20px;
}
.notice-section .notice-panels .notice-box .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Pretendard-Bold";
  font-size: 20px;
}
.notice-section .notice-panels .more-icon {
  display: inline-block;
  position: absolute;
  top: -75px;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: url(../img/ic_more.svg);
  background-size: contain;
}

@media (max-width: 820px) {
  .notice-section {
    padding-bottom: 60px;
  }
  .notice-section .notice-tabs .tab {
    margin-right: 26px;
    font-size: 20px;
  }
  .notice-section .notice-panels {
    margin-top: 30px;
  }
  .notice-section .notice-panels .more-icon {
    top: -54px;
    width: 26px;
    height: 26px;
  }
  .notice-section .notice-panels .notice-box {
    height: 170px;
    padding: 18px 20px;
  }
  .notice-section .notice-panels .notice-box .date {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .notice-section .notice-panels .notice-box .title {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .notice-section {
    padding-bottom: 40px;
  }
  .notice-section .notice-tabs {
    position: relative;
  }
  .notice-section .notice-tabs__title {
    display: block;
  }
  .notice-section .notice-tabs .tab-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 146px;
    padding: 9px 10px;
    font-size: 16px;
    font-family: "Pretendard-SemiBold";
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
  }
  .notice-section .notice-tabs .tab-dropdown-trigger[aria-expanded=true] {
    border-radius: 10px 10px 0 0;
    border-bottom-color: #e0e0e0;
  }
  .notice-section .notice-tabs .trigger-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/ic_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }
  .notice-section .notice-tabs__list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 146px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  .notice-section .notice-tabs__list li {
    margin-right: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .notice-section .notice-tabs__list li:last-child {
    border-bottom: none;
  }
  .notice-section .notice-tabs.is-open .notice-tabs__list {
    display: block;
  }
  .notice-section .notice-tabs .tab {
    display: block;
    width: 100%;
    padding: 14px 18px;
    color: #666666;
    font-family: "Pretendard-Regular";
    font-size: 16px;
    text-align: left;
    background-color: #fff;
  }
  .notice-section .notice-tabs .tab.active {
    color: #222222;
    font-family: "Pretendard-SemiBold";
  }
  .notice-section .notice-tabs .tab.active::before {
    display: none;
  }
  .notice-section .notice-tabs .tab:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: -2px;
  }
  .notice-section .notice-panels {
    margin-top: 8px;
  }
  .notice-section .notice-panels .more-icon {
    top: -42px;
  }
  .notice-section .notice-panels .swiper-wrapper {
    flex-direction: column;
  }
  .notice-section .notice-panels .notice-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 16px 10px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 0;
  }
  .notice-section .notice-panels .notice-box .title {
    order: 1;
    width: 64%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Pretendard-Medium";
  }
  .notice-section .notice-panels .notice-box .date {
    order: 2;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.map-section {
  padding: 65px 0 74px;
  background: linear-gradient(#F5FAFF, #FFFFFF);
}
.map-section .map-section-tit .sub-tit {
  font-size: 28px;
  font-family: "Pretendard-Medium";
}
.map-section .map-section-tit .main-tit {
  font-family: "Pretendard-Bold";
  font-size: 40px;
}
.map-section .map-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.map-section .biz-area {
  width: 744px;
  position: relative;
  margin-top: 94px;
}
.map-section .biz-area .local-name {
  display: inline-block;
  min-width: 120px;
  padding: 12px 34px;
  margin-bottom: 8px;
  border-radius: 12px 12px 4px 12px;
  background-color: #003764;
  font-family: "Pretendard-Black";
  font-size: 20px;
  color: #fff;
}
.map-section .biz-area .biz-swiper .swiper-slide {
  padding: 4px;
}
.map-section .biz-area .biz-swiper .biz-box {
  width: 100%;
  height: 410px;
  padding: 24px 24px 16px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(68, 79, 93, 0.0862745098);
}
.map-section .biz-area .biz-swiper .biz-box .biz-content {
  height: 332px;
  border-bottom: 1px dotted #CCCCCC;
}
.map-section .biz-area .biz-swiper .biz-box .biz-content .bullet-list {
  flex: 1;
  overflow: auto;
}
.map-section .biz-area .biz-swiper .biz-box .biz-content .bullet-list li {
  display: flex;
  margin-bottom: 4px;
}
.map-section .biz-area .biz-swiper .biz-box .biz-content .bullet-list li:last-child {
  margin-bottom: 0;
}
.map-section .biz-area .biz-swiper .biz-box .biz-content .bullet-list li .label {
  width: 76px;
  font-family: "Pretendard-SemiBold";
}
.map-section .biz-area .biz-swiper .biz-box .biz-content .bullet-list li .value {
  flex: 1;
  padding-left: 12px;
}
.map-section .biz-area .biz-swiper .biz-box .title {
  height: 50px;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "Pretendard-Bold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.map-section .biz-area .biz-swiper .biz-box .sub {
  height: 274px;
  font-size: 18px;
  overflow-y: auto;
  word-break: break-all;
}
.map-section .biz-area .biz-swiper .biz-box .sub::-webkit-scrollbar {
  width: 6px;
}
.map-section .biz-area .biz-swiper .biz-box .sub::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.map-section .biz-area .biz-swiper .biz-box .sub::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.map-section .biz-area .biz-swiper .biz-box .sub::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.map-section .biz-area .biz-swiper .biz-box .date {
  padding-top: 16px;
  text-align: right;
  font-family: "Pretendard-Light";
  font-size: 18px;
}
.map-section .biz-area .swiper-navi {
  gap: 12px;
  position: absolute;
  top: 8px;
  right: 0;
  width: 92px;
  height: 40px;
}
.map-section .map-area {
  position: relative;
  padding-right: 124px;
}
.map-section .map-area::before {
  content: "";
  position: absolute;
  top: -64px;
  right: 0px;
  width: 250px;
  height: 101px;
  background-image: url("../img/bg_map_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.map-section .map-area::after {
  content: "";
  position: absolute;
  bottom: 150px;
  right: 0px;
  width: 67px;
  height: 37px;
  background-image: url("../img/bg_map_03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.map-section .map {
  position: relative;
  width: 610px;
  height: 540px;
  font-size: 0;
  background-image: url("../img/map_sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.map-section .map::before {
  content: "";
  position: absolute;
  bottom: 150px;
  left: -98px;
  width: 48px;
  height: 27px;
  background-image: url(../img/bg_map_02.png);
  background-repeat: no-repeat;
}
.map-section .map .local-wrap {
  font-size: 16px;
}
.map-section .map .local-wrap .local {
  font-family: "GmarketSansMedium";
}
.map-section .map .local-wrap .num {
  font-family: "GmarketSansBold";
  font-size: 20px;
  color: #0060CE;
}
.map-section .map .local-wrap.active {
  color: #fff;
}
.map-section .map .local-wrap.active .num {
  color: #fff;
  text-shadow: 0 0 3px #000000;
}
.map-section .map .local-wrap.active .local {
  text-shadow: 0 0 3px #000000;
}
.map-section .map li {
  position: absolute;
}
.map-section .map li:nth-child(1) {
  top: 85%;
  left: 60%;
}
.map-section .map li:nth-child(2) {
  top: 56px;
  left: 104px;
}
.map-section .map li:nth-child(3) {
  top: 70%;
  left: 41%;
}
.map-section .map li:nth-child(4) {
  top: 82%;
  left: 83%;
}
.map-section .map li:nth-child(5) {
  top: 49%;
  left: 74%;
}
.map-section .map li:nth-child(6) {
  top: 88%;
  left: 15%;
}
.map-section .map li:nth-child(7) {
  top: 32%;
  left: 69%;
}
.map-section .map li:nth-child(8) {
  top: 67%;
  left: 28%;
}
.map-section .map li:nth-child(9) {
  top: 42%;
  left: 16%;
}
.map-section .map li:nth-child(10) {
  top: 39%;
  left: 85%;
}
.map-section .map li:nth-child(11) {
  top: 41%;
  left: 39%;
}
.map-section .map li:nth-child(12) {
  top: 55%;
  left: 30%;
}
.map-section .map li:nth-child(13) {
  top: 30%;
  left: 51%;
}
.map-section .map li:nth-child(14) {
  top: 57%;
  left: 47%;
}
.map-section .map li:nth-child(15) {
  top: 45%;
  left: 56%;
}
.map-section .map li:nth-child(16) {
  top: 61%;
  left: 67%;
}
.map-section .map li:nth-child(17) {
  top: 81%;
  left: 47%;
}
.map-section .map li:nth-child(18) {
  top: 60%;
  left: 10%;
}
.map-section .map li:nth-child(19) {
  top: 49%;
  left: 48%;
}
.map-section .map li:nth-child(20) {
  top: 27%;
  left: 5%;
}
.map-section .map li:nth-child(21) {
  top: 27%;
  left: 31%;
}
.map-section .map.local-01 {
  background-position: -610px 0;
}
.map-section .map.local-02 {
  background-position: -1220px 0;
}
.map-section .map.local-03 {
  background-position: -1830px 0;
}
.map-section .map.local-04 {
  background-position: -2440px 0;
}
.map-section .map.local-05 {
  background-position: -3050px 0;
}
.map-section .map.local-06 {
  background-position: -3660px 0;
}
.map-section .map.local-07 {
  background-position: -4270px 0;
}
.map-section .map.local-08 {
  background-position: -4880px 0;
}
.map-section .map.local-09 {
  background-position: -5490px 0;
}
.map-section .map.local-10 {
  background-position: -6100px 0;
}
.map-section .map.local-11 {
  background-position: -6710px 0;
}
.map-section .map.local-12 {
  background-position: -7320px 0;
}
.map-section .map.local-13 {
  background-position: -7930px 0;
}
.map-section .map.local-14 {
  background-position: -8540px 0;
}
.map-section .map.local-15 {
  background-position: -9150px 0;
}
.map-section .map.local-16 {
  background-position: -9760px 0;
}
.map-section .map.local-17 {
  background-position: -10370px 0;
}
.map-section .map.local-18 {
  background-position: -10980px 0;
}
.map-section .map.local-19 {
  background-position: -11590px 0;
}
.map-section .map.local-20 {
  background-position: -12200px 0;
}
.map-section .map.local-21 {
  background-position: -12810px 0;
}

@media (max-width: 1550px) {
  .map-section .map-layout {
    justify-content: center;
  }
  .map-section .biz-area {
    order: 2;
    width: 100%;
  }
  .map-section .map-area {
    padding-top: 100px;
  }
  .map-section .map-area::before {
    top: 10px;
  }
}
@media (max-width: 820px) {
  .map-section {
    padding: 60px 0;
  }
  .map-section .map-section-tit .sub-tit {
    font-size: 20px;
  }
  .map-section .map-section-tit .main-tit {
    font-size: 30px;
  }
  .map-section .map-layout {
    position: relative;
  }
  .map-section .map-area {
    position: initial;
    padding: 80px 0 40px;
  }
  .map-section .map-area::before {
    right: 0;
    width: 160px;
  }
  .map-section .map-area:after {
    top: 40%;
  }
  .map-section .map::before {
    left: -14%;
  }
}
@media (max-width: 620px) {
  .map-section {
    padding: 28px 0 40px;
  }
  .map-section .map-section-tit .sub-tit {
    display: none;
  }
  .map-section .map-area {
    width: 100%;
    padding: 30px 0 40px;
  }
  .map-section .map-area::before {
    display: none;
  }
  .map-section .map-area::after {
    display: none;
  }
  .map-section .map {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    height: auto;
    background: none;
  }
  .map-section .map::before {
    display: none;
  }
  .map-section .map li {
    position: initial;
    width: calc(50% - 8px);
  }
  .map-section .map .local-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    background-color: #fff;
  }
  .map-section .map .local-wrap .local {
    font-family: "Pretendard-Medium";
  }
  .map-section .map .local-wrap .num {
    font-family: "Pretendard-SemiBold";
  }
  .map-section .map .local-wrap.active {
    background-color: #003764;
    border-color: #003764;
    background-color: #003764;
  }
  .map-section .biz-area {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .map-section .map .local-wrap {
    padding: 11px 10px;
    font-size: 14px;
  }
  .map-section .map .local-wrap .num {
    font-size: 14px;
  }
  .map-section .biz-area .local-name {
    min-width: 102px;
    padding: 10px 28px 9px;
    font-size: 18px;
  }
  .map-section .biz-area .swiper-navi {
    top: 0;
  }
  .map-section .biz-area .biz-swiper .biz-box {
    height: 334px;
    padding: 20px;
  }
  .map-section .biz-area .biz-swiper .biz-box .biz-content {
    height: 268px;
  }
  .map-section .biz-area .biz-swiper .biz-box .biz-content .bullet-list li .label {
    width: 58px;
  }
  .map-section .biz-area .biz-swiper .biz-box .title {
    height: auto;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .map-section .biz-area .biz-swiper .biz-box .sub {
    height: 200px;
    font-size: 15px;
  }
  .map-section .biz-area .biz-swiper .biz-box .date {
    padding-top: 12px;
    font-size: 14px;
  }
}
.org-banner-section {
  border-top: 1px solid #EEEEEE;
}
.org-banner-section .org-banner {
  display: flex;
  gap: 64px;
}
.org-banner-section .org-banner-swiper {
  flex: 1;
  padding: 19px 0;
}
.org-banner-section .org-banner-swiper .swiper-slide img {
  max-width: 100%;
}
.org-banner-section .swiper-navi {
  position: relative;
  width: 136px;
  height: 40px;
  margin-top: 16px;
}

@media (max-width: 820px) {
  .org-banner-section .org-banner {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .org-banner-section .org-banner-swiper {
    padding: 14px 0;
  }
  .org-banner-section .swiper-navi {
    width: 102px;
    height: 30px;
    margin-top: 12px;
  }
  .org-banner-section .swiper-navi .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .org-banner-section .swiper-navi .swiper-button-prev .ic-prev {
    width: 22px;
    height: 22px;
  }
  .org-banner-section .swiper-navi .banner-slide-control {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .org-banner-section .swiper-navi .banner-slide-control .stop-btn {
    width: 22px;
    height: 22px;
  }
  .org-banner-section .swiper-navi .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .org-banner-section .swiper-navi .swiper-button-next .ic-next {
    width: 22px;
    height: 22px;
  }
  .org-banner-section .org-banner {
    gap: 0;
  }
}
.content-section {
  padding-bottom: 100px;
}

@media screen and (max-width: 500px) {
  .content-section {
    padding-bottom: 56px;
  }
}
.history-list {
  position: relative;
}
.history-list > li {
  position: relative;
  width: 100%;
  padding-left: 56px;
}
.history-list > li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 20px;
  width: 16px;
  height: 16px;
  background-image: url(../img/ic_circle.svg);
  z-index: 2;
}
.history-list > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 2px;
  height: 100%;
  background: radial-gradient(circle, #ccc 1px, transparent 1px);
  background-size: 4px 4px;
}
.history-list > li:first-child::after {
  top: 24px;
  height: calc(100% - 24px);
}
.history-list > li:last-child::after {
  height: 24px;
}
.history-list > li .history-content {
  flex: 1;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.history-list > li .date {
  display: inline-block;
  width: 150px;
  padding: 20px 0;
  font-size: 19px;
  font-family: "Pretendard-Bold";
}
.history-list > li .text {
  flex: 1;
  padding: 20px 0;
}
.history-list > li .text p + .bullet-list {
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .history-list > li {
    padding-left: 0;
  }
  .history-list > li:first-child {
    border-top: 1px solid #ccc;
  }
  .history-list > li::before {
    display: none;
  }
  .history-list > li::after {
    display: none;
  }
  .history-list > li .date {
    width: 90px;
    padding: 12px 8px;
    font-size: 14px;
    color: #0060CE;
  }
  .history-list > li .text {
    padding: 12px 0;
    font-size: 14px;
  }
}
.root_daum_roughmap {
  width: 100% !important;
}
.root_daum_roughmap.root_daum_roughmap_landing {
  /* 카카오 내부에서 생성하는 클래스들의 너비를 모두 100%로 강제*/
}
.root_daum_roughmap.root_daum_roughmap_landing .wrap_map {
  width: 100% !important;
}
.root_daum_roughmap.root_daum_roughmap_landing .map {
  width: 100% !important;
}
.root_daum_roughmap.root_daum_roughmap_landing .cont {
  display: none;
}
.root_daum_roughmap.root_daum_roughmap_landing .border2 {
  display: block;
}

.spacing-md {
  margin: var(--spacing-md) 0;
}

.spacing-sm {
  margin: var(--spacing-sm) 0;
}

.policy-doc {
  font-size: var(--font-size-lg);
}
.policy-doc table {
  font-size: var(--font-size-sm);
}
.policy-doc .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.anchor-nav {
  padding: 24px 32px;
  border: 1px solid #E0E0E0;
  background-color: #F7F8FA;
}
.anchor-nav .title {
  margin-bottom: 20px;
  font-family: "Pretendard-Bold";
  font-size: 28px;
}
.anchor-nav .sub-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-family: "Pretendard-Bold";
}
.anchor-nav .anchor-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}
.anchor-nav .anchor-nav-list li {
  width: 336px;
  font-size: var(--font-size-md);
}
.anchor-nav .anchor-nav-list li a {
  display: inline-block;
}
.anchor-nav .anchor-nav-list li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.anchor-nav .anchor-nav-list + .sub-title {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .anchor-nav {
    padding: 12px;
  }
  .anchor-nav .title {
    font-size: 16px;
  }
  .anchor-nav .sub-title {
    font-size: 16px;
  }
}
.frame-border {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  border: 30px solid;
  -o-border-image: linear-gradient(-45deg, #8b5a16, #e7cf8a, #8b5a16) 1;
     border-image: linear-gradient(-45deg, #8b5a16, #e7cf8a, #8b5a16) 1;
}
.frame-border::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 17px);
  height: calc(100% + 17px);
  border: 2px solid #fff;
}
.frame-border .frame-inner {
  position: relative;
  padding: 240px 150px 90px;
  font-size: 24px;
}
.frame-border .frame-inner::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 100px;
  width: 240px;
  height: 96px;
  background-image: url(../img/logo_md.png);
  background-repeat: no-repeat;
}
.frame-border .sub-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
}
.frame-border .title {
  margin-bottom: 100px;
  text-align: center;
  font-family: "Pretendard-Bold";
  font-size: 44px;
}
.frame-border .declaration-list > li {
  display: flex;
  margin-bottom: 72px;
  text-align: left;
}
.frame-border .declaration-list > li:last-child {
  margin-bottom: 0;
}
.frame-border .declaration-list > li .num {
  flex-shrink: 0;
  margin-right: 10px;
  font-family: "Pretendard-SemiBold";
}
.frame-border .date {
  margin-top: 120px;
  text-align: center;
}
.frame-border .signatory-list {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  font-family: "Pretendard-SemiBold";
}
.frame-border .signature-name {
  margin-top: 60px;
  text-align: center;
  font-family: "Pretendard-SemiBold";
  font-size: 32px;
}

@media screen and (max-width: 1280px) {
  .frame-border {
    width: 100%;
  }
  .frame-border .frame-inner {
    padding: 246px 80px 90px;
  }
}
@media screen and (max-width: 820px) {
  .frame-border .frame-inner {
    padding: 168px 40px 100px;
  }
  .frame-border .frame-inner::before {
    top: 40px;
    left: 40px;
    width: 180px;
    height: 72px;
    background-size: contain;
  }
  .frame-border .sub-title {
    margin-bottom: 16px;
    font-size: 28px;
  }
  .frame-border .title {
    margin-bottom: 56px;
    font-size: 40px;
  }
  .frame-border .date {
    margin-top: 100px;
  }
  .frame-border .signatory-list {
    margin-top: 100px;
  }
}
@media screen and (max-width: 500px) {
  .frame-border {
    border-width: 12px;
  }
  .frame-border::before {
    top: -4px;
    left: -4px;
    width: calc(100% + 7px);
    height: calc(100% + 7px);
    border-width: 1px;
  }
  .frame-border .frame-inner {
    padding: 96px 16px 24px;
    font-size: 14px;
  }
  .frame-border .frame-inner::before {
    top: 20px;
    left: 16px;
    width: 120px;
    height: 48px;
  }
  .frame-border .frame-inner .sub-title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .frame-border .frame-inner .title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .frame-border .declaration-list li {
    margin-bottom: 24px;
  }
  .frame-border .date {
    margin-top: 32px;
  }
  .frame-border .signatory-list {
    display: block;
    margin-top: 32px;
    text-align: center;
  }
  .frame-border .signatory-list li {
    margin-bottom: 4px;
  }
  .frame-border .signatory-list li:last-child {
    margin-bottom: 0;
  }
  .frame-border .signature-name {
    margin-top: 32px;
    font-size: 14px;
  }
}
.handball-status .title-wrap {
  margin-bottom: 68px;
}
.handball-status .title-wrap .br-only {
  display: none;
}
.handball-status .team-info {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.handball-status .team-info .photo {
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
.handball-status .team-info .photo .img {
  display: inline-block;
  width: 1000px;
  height: 500px;
}
.handball-status .team-info .desc {
  font-size: var(--font-size-lg);
}
.handball-status .team-info .desc p {
  line-height: 1.4;
}
.handball-status .team-info .result-con {
  margin-top: var(--spacing-lg);
}
.handball-status .team-info .result-con .title {
  margin-bottom: 10px;
  padding-left: 12px;
  font-family: "Pretendard-Bold";
  font-size: var(--font-size-tit);
}
.handball-status .team-info .result-con .result li {
  width: 450px;
  padding: 18px 10px 17px 68px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 32px;
  background-position: center left 20px;
  background-repeat: no-repeat;
}
.handball-status .team-info .result-con .result li:last-child {
  margin-bottom: 0;
}
.handball-status .team-info .result-con .result li.rank-1 {
  background-image: url(../img/ic_rank_01.png);
}
.handball-status .team-info .result-con .result li.rank-2 {
  background-image: url(../img/ic_rank_02.png);
}
.handball-status .team-info .result-con .result li.rank-3 {
  background-image: url(../img/ic_rank_03.png);
}
.handball-status .team-info .result-con .result li .date {
  margin-right: 24px;
  font-family: "Pretendard-SemiBold";
}
.handball-status .team-history .history-list-wrap {
  display: flex;
  gap: 40px;
}
.handball-status .team-history .history-list-wrap .history-list {
  flex: 1;
}

@media screen and (max-width: 1570px) {
  .handball-status .team-info {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1280px) {
  .handball-status .title-wrap .br-only {
    display: block;
  }
  .handball-status .team-info .photo {
    width: 100%;
    text-align: center;
  }
  .handball-status .team-info .desc .br-only {
    display: none;
  }
  .handball-status .team-info .result-con .result li {
    display: inline-block;
    margin-right: 8px;
  }
  .handball-status .team-history .history-list-wrap {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .handball-status .title-wrap .br-only {
    display: none;
  }
  .handball-status .team-info .photo .img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .handball-status .team-info {
    gap: 16px;
  }
  .handball-status .team-info .result-con .result li {
    width: 100%;
    padding: 14px 10px 14px 52px;
    background-size: 24px 24px;
  }
  .handball-status .team-info .result-con .result li .date {
    display: none;
  }
}
.player-profile .player-group {
  display: flex;
  flex-direction: column;
}
.player-profile .player-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.player-profile .player-list + .player-list {
  margin-top: 40px;
}
.player-profile .player-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  height: 208px;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  overflow: hidden;
}
.player-profile .player-photo {
  width: 140px;
  height: 160px;
  aspect-ratio: 7/8;
  background: #F7F8FA;
  overflow: hidden;
}
.player-profile .player-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.player-profile .player-info {
  flex: 1;
  height: 100%;
}
.player-profile .player-info .player-header {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 24px;
}
.player-profile .player-info .player-name {
  position: relative;
  font-size: var(--font-size-tit);
  font-family: "Pretendard-Bold";
  color: #003764;
}
.player-profile .player-info .player-name::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #ccc;
}
.player-profile .player-info .player-position {
  font-size: var(--font-size-tit);
}
.player-profile .player-info .player-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.player-profile .player-info .player-meta li {
  font-size: var(--font-size-md);
}
.player-profile .player-info .player-meta li::before {
  content: "•";
  margin-right: 4px;
}

@media screen and (max-width: 1280px) {
  .player-profile .player-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 820px) {
  .player-profile .player-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  .player-profile .player-list + .player-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .player-profile .player-card {
    gap: 16px;
    padding: 16px;
    height: 158px;
    border-radius: 8px;
  }
  .player-profile .player-photo {
    width: 98px;
    height: 126px;
  }
  .player-profile .player-info .player-header {
    gap: 16px;
    margin-bottom: 12px;
  }
  .player-profile .player-info .player-name::before {
    right: 8px;
    height: 16px;
  }
}
.handball-guide {
  font-size: var(--font-size-lg);
}
.handball-guide .info-item {
  display: flex;
  gap: 40px;
}
.handball-guide .info-item .img {
  flex-shrink: 0;
  width: 320px;
  height: 320px;
}
.handball-guide .handball-info > li {
  margin-bottom: 32px;
}
.handball-guide .handball-info > li:last-child {
  margin-bottom: 0;
}
.handball-guide .handball-info > li .title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: "Pretendard-SemiBold";
}
.handball-guide .handball-info > li .title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background-color: #003764;
  border-radius: 6px;
  background-size: contain;
}
.handball-guide .handball-info > li .title.time::before {
  background-image: url(../img/ic_time.svg);
}
.handball-guide .handball-info > li .title.ball::before {
  background-image: url(../img/ic_ball.svg);
}
.handball-guide .handball-info > li .title.player::before {
  background-image: url(../img/ic_player.svg);
}

@media screen and (max-width: 820px) {
  .handball-guide .info-item {
    display: block;
    overflow: hidden;
  }
  .handball-guide .info-item .img {
    float: left;
    margin-right: 12px;
  }
}
@media screen and (max-width: 500px) {
  .handball-guide .info-item {
    display: block;
    overflow: hidden;
  }
  .handball-guide .info-item .img {
    float: none;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .handball-guide .handball-info > li .title {
    font-size: 16px;
  }
  .handball-guide .handball-info > li .title::before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
}
.ceo-greeting {
  font-size: var(--font-size-md);
}
.ceo-greeting .title {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "Pretendard-Bold";
  color: #0060CE;
}
.ceo-greeting .info-item {
  display: flex;
  gap: 155px;
}
.ceo-greeting .info-item .img {
  margin-top: -78px;
  text-align: center;
}
.ceo-greeting .info-item .img .position {
  margin: 0 12px 0 4px;
  font-size: var(--font-size-md);
}
.ceo-greeting .info-item .img .name {
  color: #222;
  font-family: "Pretendard-SemiBold";
}
.ceo-greeting .info-item .person-info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  padding-top: 70px;
  color: #666666;
  font-family: "Pretendard-Medium";
  font-size: var(--font-size-tit);
}
.ceo-greeting .info-item .person-info::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 62px;
  background-image: url(../img/img_ceo_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1280px) {
  .ceo-greeting .title {
    margin-bottom: 78px;
  }
  .ceo-greeting .info-item {
    gap: 40px;
  }
  .ceo-greeting .info-item .img {
    margin-top: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 820px) {
  .ceo-greeting .title {
    margin-bottom: 40px;
  }
  .ceo-greeting .info-item .img > img {
    width: 200px;
  }
  .ceo-greeting .info-item .img .person-info {
    padding-top: 40px;
    max-width: 300px;
  }
  .ceo-greeting .info-item .img .person-info::before {
    top: -15px;
    width: 200px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .ceo-greeting .title {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .ceo-greeting .info-item {
    flex-direction: column;
    gap: 20px;
  }
  .ceo-greeting .info-item .img {
    order: 1;
  }
  .ceo-greeting .info-item .img .person-info {
    max-width: 100%;
  }
  .ceo-greeting .info-item .text {
    order: 2;
  }
  .ceo-greeting .info-item .text .br-only {
    display: none;
  }
}
.management-philosophy .title-underline {
  margin-top: 100px;
}
.management-philosophy .vision-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 54px 0;
  margin-top: 40px;
  font-size: var(--font-size-lg);
  background-color: #F7F8FA;
}
.management-philosophy .vision-box .tit.mission {
  margin-right: 64px;
  text-align: right;
}
.management-philosophy .vision-box .vision-item {
  display: flex;
  align-items: center;
}
.management-philosophy .circle-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-family: "Pretendard-Bold";
  font-size: 28px;
  color: #fff;
}
.management-philosophy .circle-item.blue {
  background: linear-gradient(#4791E6, #0060CE);
  box-shadow: 0 0 0 10px rgba(0, 96, 206, 0.1019607843);
}
.management-philosophy .circle-item.green {
  margin-right: 64px;
  background: linear-gradient(#83D287, #40A145);
  box-shadow: 0 0 0 10px rgba(64, 160, 69, 0.1019607843);
}
.management-philosophy .ic-plus {
  flex-shrink: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 45px;
  background-image: url(../img/ic_plus.png);
  background-size: contain;
}
.management-philosophy .info-grid {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.management-philosophy .info-grid .info-card {
  width: 25%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.management-philosophy .info-grid .info-card .card-head {
  padding: 14px;
  font-size: var(--font-size-tit-md);
  font-family: "Pretendard-Medium";
  text-align: center;
}
.management-philosophy .info-grid .info-card .card-body {
  padding: 24px;
}
.management-philosophy .info-grid .info-card .bullet-list li {
  margin-bottom: 28px;
}
.management-philosophy .info-grid .info-card .bullet-list li:last-child {
  margin-bottom: 0;
}
.management-philosophy .info-grid .info-card.type1 {
  border: 1px solid #0067A9;
}
.management-philosophy .info-grid .info-card.type1 .card-head {
  color: #0067A9;
  background-color: #F3F6FF;
}
.management-philosophy .info-grid .info-card.type2 {
  border: 1px solid #3B9759;
}
.management-philosophy .info-grid .info-card.type2 .card-head {
  color: #3B9759;
  background-color: #F7FFE8;
}
.management-philosophy .info-grid .info-card.type3 {
  border: 1px solid #9666D5;
}
.management-philosophy .info-grid .info-card.type3 .card-head {
  color: #9666D5;
  background-color: #F8F2FF;
}
.management-philosophy .info-grid .info-card.type4 {
  border: 1px solid #D35A2E;
}
.management-philosophy .info-grid .info-card.type4 .card-head {
  color: #D35A2E;
  background-color: #FFF7EE;
}
.management-philosophy .info-grid.core-value .info-card {
  border-width: 2px;
}
.management-philosophy .info-grid.core-value .info-card .card-head {
  padding: 18px;
  font-size: 32px;
  font-family: "Pretendard-Bold";
}
.management-philosophy .info-box-group .info-box {
  font-size: var(--font-size-sm);
}
.management-philosophy .info-box-group .info-box.type1 {
  border: 1px solid #0067A9;
}
.management-philosophy .info-box-group .info-box.type2 {
  border: 1px solid #3B9759;
}
.management-philosophy .info-box-group .info-box.type3 {
  border: 1px solid #9666D5;
}
.management-philosophy .info-box-group .info-box.type4 {
  border: 1px solid #D35A2E;
}

@media screen and (max-width: 1280px) {
  .management-philosophy .info-grid {
    flex-wrap: wrap;
    gap: 16px 40px;
  }
  .management-philosophy .info-grid .info-card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 820px) {
  .management-philosophy .title-underline {
    margin-top: 80px;
  }
  .management-philosophy .vision-box {
    align-items: flex-start;
  }
  .management-philosophy .vision-box .vision-item {
    justify-content: center;
    flex-wrap: wrap;
  }
  .management-philosophy .vision-box .vision-item .tit {
    order: 1;
    margin-top: 32px;
    text-align: center;
  }
  .management-philosophy .vision-box .vision-item .tit.mission {
    margin-right: 0;
  }
  .management-philosophy .vision-box .vision-item:last-child {
    align-self: flex-start;
  }
  .management-philosophy .ic-plus {
    margin-top: 70px;
  }
  .management-philosophy .circle-item.green {
    margin-right: 0;
  }
  .management-philosophy .info-grid {
    gap: 16px 20px;
  }
}
@media screen and (max-width: 740px) {
  .management-philosophy .vision-box {
    padding: 24px;
    flex-direction: column;
  }
  .management-philosophy .ic-plus {
    margin: 16px 0 16px 70px;
  }
}
@media screen and (max-width: 500px) {
  .management-philosophy .title-underline {
    margin-top: 32px;
  }
  .management-philosophy .vision-box {
    margin-top: 16px;
  }
  .management-philosophy .vision-box .vision-item {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .management-philosophy .vision-box .vision-item .tit {
    margin-top: 0;
    margin-left: 24px;
    text-align: left;
  }
  .management-philosophy .circle-item {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
  .management-philosophy .ic-plus {
    width: 30px;
    height: 30px;
    margin: 16px 0 16px 34px;
  }
  .management-philosophy .info-grid {
    gap: 8px;
    margin-top: 16px;
  }
  .management-philosophy .info-grid .info-card {
    width: 100%;
  }
  .management-philosophy .info-grid .info-card .card-head {
    padding: 10px;
  }
  .management-philosophy .info-grid .info-card .card-body {
    padding: 12px;
  }
  .management-philosophy .info-grid .info-card .bullet-list li {
    margin-bottom: 16px;
  }
  .management-philosophy .info-grid.core-value .info-card .card-head {
    font-size: 24px;
  }
}
.img-swiper-con .swiper-button-next,
.img-swiper-con .swiper-button-prev {
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.img-swiper-con .swiper-button-next svg,
.img-swiper-con .swiper-button-prev svg {
  width: 16px;
  height: 16px;
  color: #2C3F5E;
}
.img-swiper-con .swiper-button-disabled svg {
  color: #ccc;
}
.img-swiper-con .img-swiper {
  height: 500px;
}
.img-swiper-con .img-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-swiper-con .thumb-swiper {
  height: 200px;
  padding: 24px;
  margin-top: 24px;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.img-swiper-con .thumb-swiper .swiper-slide {
  width: 253px;
  opacity: 0.4;
}
.img-swiper-con .thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-swiper-con .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.img-swiper-con .btns-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  justify-content: flex-end;
}
.img-swiper-con .btns-row .download-btn {
  padding: 9px 12px 9px 32px;
  font-size: 17px;
  border: 1px solid #222;
  border-radius: 6px;
  background-image: url(../img/ic_down.svg);
  background-repeat: no-repeat;
  background-position: center left 8px;
}

@media screen and (max-width: 500px) {
  .img-swiper-con .img-swiper {
    height: 200px;
  }
  .img-swiper-con .thumb-swiper {
    height: 80px;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .img-swiper-con .thumb-swiper .swiper-slide {
    width: 80px;
  }
  .img-swiper-con .swiper-button-next,
  .img-swiper-con .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .img-swiper-con .swiper-button-next svg,
  .img-swiper-con .swiper-button-prev svg {
    width: 10px;
    height: 10px;
  }
  .img-swiper-con .swiper-button-next {
    right: 10px;
  }
  .img-swiper-con .swiper-button-prev {
    left: 10px;
  }
  .img-swiper-con .btns-row {
    gap: 0;
  }
  .img-swiper-con .btns-row .download-btn {
    width: 100%;
    padding: 12px 12px 12px 48px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #222;
    background-position: center left 12px;
  }
  .img-swiper-con .btns-row .download-btn:first-child {
    border-top: 1px solid #222;
  }
}
.establishment-overview .basis {
  display: flex;
  gap: 10px;
}
.establishment-overview .basis .box {
  flex: 1;
  padding: 17px;
  font-size: var(--font-size-md);
  text-align: center;
  background-color: #F7F8FA;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
}
.establishment-overview .list li {
  padding: 19px 24px;
  border-bottom: 1px solid #CCCCCC;
}
.establishment-overview .list li::before {
  content: "•";
  margin-right: 4px;
}
.establishment-overview .list li:first-child {
  border-top: 1px solid #CCCCCC;
}

@media screen and (max-width: 820px) {
  .establishment-overview .basis {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .establishment-overview .list li {
    padding: 12px 8px;
  }
}
.location .map {
  width: 100%;
}
.location .adress-con {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 24px 40px;
  margin-top: 16px;
  background-color: #F7F8FA;
  border-radius: 8px;
}
.location .adress-con ul {
  flex: 1;
}
.location .adress-con ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.location .adress-con ul li:last-child {
  margin-bottom: 0;
}
.location .adress-con ul .label {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  width: 120px;
  font-family: "Pretendard-Bold";
  color: #003764;
}
.location .adress-con ul .label::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #003764;
  background-size: contain;
  border-radius: 50%;
}
.location .adress-con ul .label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.location .adress-con ul .label.adress::before {
  background-image: url(../img/ic_adress.svg);
}
.location .adress-con ul .label.call::before {
  background-image: url(../img/ic_call.svg);
}
.location .adress-con ul .label.fax::before {
  background-image: url(../img/ic_fax.svg);
}
.location .adress-con ul .item {
  padding: 0 12px;
}
.location .adress-con ul .item .br-only {
  display: none;
}
.location .adress-con .map-view-btn {
  display: inline-block;
  position: relative;
  padding: 10px 16px 10px 36px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 17px;
}
.location .adress-con .map-view-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #222;
  -webkit-mask-image: url("../img/ic_target.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/ic_target.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

@media screen and (max-width: 820px) {
  .location .adress-con {
    position: relative;
    flex-direction: column;
  }
  .location .adress-con .map-view-btn {
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 500px) {
  .location .map {
    height: 200px;
  }
  .location .adress-con {
    padding: 12px;
    gap: 14px;
  }
  .location .adress-con ul li {
    align-items: flex-start;
  }
  .location .adress-con ul .label {
    width: 80px;
    gap: 8px;
  }
  .location .adress-con ul .label::before {
    width: 20px;
    height: 20px;
  }
  .location .adress-con ul .label:after {
    height: 12px;
  }
  .location .adress-con ul .item {
    padding: 0 4px;
  }
  .location .adress-con ul .item .br-only {
    display: block;
  }
  .location .adress-con .map-view-btn {
    position: relative;
    bottom: 0;
    right: 0;
    align-self: center;
    padding: 8px 12px 8px 30px;
    font-size: 14px;
  }
  .location .adress-con .map-view-btn::before {
    left: 10px;
  }
}
.organization .col-blue {
  background-color: #E1E9FF;
}
.organization .col-green {
  background-color: #DDF0B6;
}
.organization .organize-wrap {
  position: relative;
  margin-bottom: 20px;
}
.organization .organize-wrap p {
  margin: 0;
}
.organization .organize-wrap a.ceo:hover, .organization .organize-wrap a.director-tit:hover {
  color: white;
}
.organization .ceo {
  position: relative;
  display: block;
  width: 156px;
  height: 48px;
  line-height: 48px;
  margin: 30px auto 24px;
  color: #fff;
  font-family: "Pretendard-Medium";
  border-radius: 8px;
  background: url("../img/organization-bg1.jpg") right center no-repeat;
  z-index: 1;
}
.organization .organize-wrap {
  width: 100%;
  height: auto;
}
.organization .organization-atag {
  text-align: center;
}
.organization .horizontal-line {
  position: relative;
}
.organization .horizontal-line::after {
  position: absolute;
  top: 50%;
  content: "";
  background: #CCCCCC;
  height: 1px;
}
.organization .horizontal-line > .organize-3depth {
  border: 1px solid #CCCCCC;
  border-radius: 0 0 8px 8px;
  border-top: 0;
  background-color: #fff;
}
.organization {
  /* TF부서 */
}
.organization .tf {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  text-align: right;
}
.organization .tf > li {
  display: inline-block;
  width: calc(25% - 16px);
  margin: 0 8px;
  border: 1px dashed #CCCCCC;
  text-align: center;
  border-radius: 8px;
}
.organization .tf > li a:hover {
  color: inherit;
}
.organization .vertical-line {
  position: relative;
}
.organization .dept-tit {
  display: block;
  padding: 12px 0;
  font-family: "Pretendard-Medium";
  border-radius: 8px;
}
.organization .dept-tit.has-3depth {
  border-radius: 8px 8px 0 0;
}
.organization .planning {
  position: relative;
}
.organization .planning::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 0;
  width: 1px;
  height: calc(100% + 24px);
  background-color: #CCCCCC;
}
.organization .inspector,
.organization .planning {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.organization .inspector {
  padding-left: calc(50% - 200px);
}
.organization .inspector::after {
  width: calc(100% - 200px);
  left: 0;
}
.organization .inspector-tit,
.organization .planning-tit {
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-family: "Pretendard-Medium";
  color: #003764;
}
.organization .planning {
  padding-right: calc(50% - 200px);
}
.organization .planning::after {
  width: calc(100% - 200px);
  top: 50%;
  right: 0;
}
.organization .planning > span {
  display: inline-block;
  border: 1px solid #CCCCCC;
}
.organization .planning-tit {
  display: inline-block;
}
.organization .in-planning {
  width: 100%;
  border: 1px solid #CCCCCC;
  margin-top: -1px;
  box-sizing: border-box;
  background: white;
}
.organization .director {
  clear: both;
}
.organization .director-tit {
  position: relative;
  display: block;
  width: 156px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 24px;
  font-size: 18px;
  color: #fff;
  font-family: "Pretendard-Medium";
  text-align: center;
  border-radius: 8px;
  background: url("../img/organization-bg2.jpg") right center no-repeat;
  z-index: 1;
}
.organization .director-2depth {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 12px;
}
.organization .director-2depth > li {
  position: relative;
  float: left;
  width: calc(25% - 16px);
  margin: 0 8px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 8px;
}
.organization .director-2depth.second {
  width: 100%;
  margin-top: 68px;
  z-index: 1;
}
.organization .director-2depth.second:last-of-type {
  background-color: white;
}
.organization .director-2depth.half-line::before {
  right: 50%;
}
.organization .line-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.organization .organize-3depth {
  padding: 16px 24px;
}
.organization .organize-3depth > li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  text-align: left;
}
.organization .organize-3depth > li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.organization .organize-3depth > li:last-child {
  margin-bottom: 0;
}
.organization .organize-4depth > li {
  position: relative;
  padding-left: 14px;
}
.organization .organize-4depth > li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.organization .num {
  margin-bottom: 4px;
  text-align: right;
}
.organization .tbl-staff {
  table-layout: fixed;
}
.organization .tbl-staff tbody td {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .organization .organize-wrap::after {
    bottom: 540px;
    display: none;
  }
  .organization .ceo {
    width: 100%;
    font-size: 16px;
  }
  .organization .dept-tit {
    font-size: 16px;
  }
  .organization .tf > li {
    width: calc(50% - 16px);
  }
  .organization .inspector,
  .organization .planning {
    width: 100%;
    height: auto;
    padding-right: inherit;
    padding-left: inherit;
    z-index: 1;
  }
  .organization .inspector::after,
  .organization .planning::after {
    display: none;
  }
  .organization .inspector {
    margin: 24px 0;
  }
  .organization .inspector-2depth {
    position: relative;
    width: 100%;
  }
  .organization .inspector-2depth > li {
    position: relative;
    width: 100%;
  }
  .organization .planning::before {
    display: none;
  }
  .organization .planning-tit::before, .organization .planning-tit::after {
    display: none;
  }
  .organization .director-tit {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    font-size: 16px;
  }
  .organization .director-2depth {
    padding-top: 0;
  }
  .organization .director-2depth::before {
    display: none;
  }
  .organization .director-2depth > li {
    width: calc(50% - 16px);
    margin-top: 12px;
  }
  .organization .director-2depth.second {
    margin-top: -3px;
    width: 100%;
  }
  .organization .organize-3depth {
    height: auto;
    box-sizing: border-box;
    padding: 12px 16px;
  }
}
@media screen and (max-width: 500px) {
  .vertical-line.add::before {
    top: -124px;
    height: 137px;
  }
  .organization.en .director-2depth > li {
    margin: 8px 0;
    width: 100%;
  }
  .organization.en .vertical-line::before {
    top: -5px;
    height: 16px;
  }
  .organization.en .vertical-line.add ::before {
    top: -5px;
    height: 16px;
  }
}
.task-search .search-container {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  background-color: #F7F8FA;
}
.task-search .search-container select,
.task-search .search-container input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  margin-right: 8px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.task-search .search-container input {
  width: 30%;
}
.task-search .search-container select {
  width: 140px;
}
.task-search .search-container button {
  padding: 13px 20px;
  background-color: #2C3F5E;
  border-radius: 8px;
  color: #fff;
  font-family: "Pretendard-SemiBold";
}
.task-search .dept-info {
  margin-bottom: 8px;
  font-size: var(--font-size-md);
}
.task-search .tbl-info colgroup col:first-child {
  width: 20%;
}
.task-search .tbl-info tbody td:first-child {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .task-search .search-container {
    display: block;
    padding: 14px;
    text-align: left;
  }
  .task-search .search-container input,
  .task-search .search-container select {
    height: 40px;
  }
  .task-search .search-container select {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    background-size: 20px;
    background-position: right 10px center;
  }
  .task-search .search-container input {
    width: calc(100% - 75px);
  }
  .task-search .search-container button {
    padding: 12px 20px;
  }
  .task-search .tbl-info colgroup col:first-child {
    width: 40%;
  }
}
.ci .btns-row {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.ci .img-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.ci .bullet-list {
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .ci .img-box {
    padding: 20px 10px;
    gap: 20px;
  }
}
.content-block-container {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.content-block {
  display: flex;
  align-items: center;
  gap: 72px;
}
.content-block.align-top {
  align-items: flex-start;
}
.content-block.align-top .border-box-list > li {
  align-items: flex-start;
  padding: 24px 20px;
}
.content-block .label-pill {
  flex-shrink: 0;
  display: inline-block;
  width: 160px;
  padding: 12px 8px;
  font-size: 24px;
  font-family: "Pretendard-SemiBold";
  color: #fff;
  text-align: center;
  border-radius: 32px;
  background-color: #003764;
}
.content-block .label-pill.line {
  position: relative;
  top: 120px;
}
.content-block .label-pill.line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  width: 158px;
  height: 316px;
  background-image: url(../img/line_esg.svg);
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}
.content-block .tit-box {
  flex: 1;
  padding: 16px 10px;
  font-size: 28px;
  font-family: "Pretendard-Bold";
  text-align: center;
  border: 3px solid #222;
  border-radius: 16px;
}
.content-block .tit-box.col-01 {
  border-color: #0060CE;
}
.content-block .tit-box.col-02 {
  border-color: #40A145;
}
.content-block .tit-box .br-only {
  display: none;
}
.content-block .border-box-list {
  display: flex;
  flex: 1;
  gap: 40px;
}
.content-block .border-box-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 8px;
  width: 100%;
  font-family: "Pretendard-Medium";
  font-size: 20px;
  text-align: center;
  border: 2px solid #222;
  border-radius: 16px;
}
.content-block .border-box-list > li:nth-child(1) {
  border-color: #3B9759;
}
.content-block .border-box-list > li:nth-child(2) {
  border-color: #D35A2E;
}
.content-block .border-box-list > li:nth-child(3) {
  border-color: #0067A9;
}
.content-block .border-box-list > li:nth-child(4) {
  border-color: #9666D5;
}
.content-block .border-box-list + .border-box-list {
  margin-top: 44px;
}
.content-block .border-box-list .br-mo-only {
  display: block;
}
.content-block .border-box-list .poin-col-01 {
  color: #3B9759;
}
.content-block .border-box-list .poin-col-02 {
  color: #D35A2E;
}
.content-block .border-box-list .poin-col-03 {
  color: #0067A9;
}
.content-block .border-box-list .poin-col-04 {
  color: #9666D5;
}
.content-block .border-box-list.with-bg > li:nth-child(1) {
  background-color: #F7FFE8;
}
.content-block .border-box-list.with-bg > li:nth-child(2) {
  background-color: #FFF7EE;
}
.content-block .border-box-list.with-bg > li:nth-child(3) {
  background-color: #F3F6FF;
}
.content-block .border-box-list.with-bg > li:nth-child(4) {
  background-color: #F8F2FF;
}
.content-block .border-box-list.circle-box > li {
  border-radius: 59px;
}

@media screen and (max-width: 1280px) {
  .content-block {
    flex-direction: column;
    gap: 12px;
  }
  .content-block.align-top {
    align-items: center;
  }
  .content-block .tit-box,
  .content-block .strategy-con,
  .content-block .border-box-list {
    width: 100%;
  }
  .content-block .label-pill.line {
    top: 0;
  }
  .content-block .label-pill.line::before {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .content-block-container {
    gap: 32px;
  }
  .content-block .label-pill {
    width: 90px;
    padding: 8px;
    font-size: 16px;
  }
  .content-block .tit-box {
    padding: 12px 8px;
    font-size: 16px;
    border-width: 2px;
    border-radius: 8px;
  }
  .content-block .border-box-list {
    flex-direction: column;
    gap: 4px;
  }
  .content-block .border-box-list > li {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border-radius: 8px;
  }
  .content-block .border-box-list + .border-box-list {
    margin-top: 12px;
  }
}
.esg-strategy {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.esg-strategy .strategy-con {
  flex: 1;
}
.esg-strategy .strategy-con .acronym-desc {
  display: flex;
  margin-bottom: 32px;
}
.esg-strategy .strategy-con .acronym-desc > .acronym {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3333333333%;
  text-align: center;
  font-family: "Pretendard-SemiBold";
  font-size: 28px;
}
.esg-strategy .strategy-con .acronym-desc > .acronym::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.esg-strategy .strategy-con .acronym-desc > .acronym.e::before {
  background-image: url(../img/img_esg_e.png);
}
.esg-strategy .strategy-con .acronym-desc > .acronym.s::before {
  background-image: url(../img/img_esg_s.png);
}
.esg-strategy .strategy-con .acronym-desc > .acronym.g::before {
  background-image: url(../img/img_esg_g.png);
}
.esg-strategy .strategy-con .border-box-list > li:nth-child(1) {
  background-color: #F7FFE8;
}
.esg-strategy .strategy-con .border-box-list > li:nth-child(2) {
  background-color: #FFF7EE;
}
.esg-strategy .strategy-con .border-box-list > li:nth-child(3) {
  background-color: #F3F6FF;
}
.esg-strategy .strategy-info {
  font-size: 28px;
  font-family: "Pretendard-Medium";
}
.esg-strategy .strategy-info::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  border-radius: 50%;
  vertical-align: bottom;
  background-color: #fff;
  background-image: url(../img/ic_arrow_circle.svg);
  background-size: contain;
}

@media screen and (min-width: 500px) {
  .border-box-list > li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1280px) {
  .esg-strategy .strategy-block {
    position: relative;
    padding-top: 274px;
  }
  .esg-strategy .strategy-block .acronym-desc {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .esg-strategy .tit-box .br-only {
    display: block;
  }
  .esg-strategy .border-box-list .br-pc-only {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .esg-strategy {
    gap: 32px;
  }
  .esg-strategy .strategy-con .acronym-desc > .acronym {
    font-size: 16px;
  }
  .esg-strategy .strategy-con .acronym-desc > .acronym::before {
    height: 100px;
  }
  .esg-strategy .strategy-block {
    padding-top: 167px;
  }
  .esg-strategy .border-box-list .br-mo-only {
    display: none;
  }
  .esg-strategy .strategy-info {
    font-size: 14px;
  }
  .esg-strategy .strategy-info::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.process-step > li {
  margin-bottom: 60px;
}
.process-step > li:last-child {
  margin-bottom: 0;
}
.process-step > li:last-child .sub-step .title-wrap .title::after {
  display: none;
}
.process-step .sub-step {
  display: flex;
  gap: 60px;
}
.process-step .sub-step > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc((100% - 120px) / 3);
  flex-shrink: 0;
  min-height: 80px;
  text-align: center;
  font-family: "Pretendard-Medium";
  border: 2px solid;
  border-radius: 16px;
}
.process-step .sub-step > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 62px;
  height: 1px;
  background-color: #777777;
}
.process-step .sub-step > li:last-child::after {
  display: none;
}
.process-step .sub-step .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 100%;
  color: #fff;
  font-size: 28px;
  font-family: "Pretendard-Bold";
  background-color: #2B7FBF;
  border-radius: 12px 0 0 12px;
}
.process-step .sub-step .title-wrap {
  position: relative;
  border-color: #2B7FBF;
}
.process-step .sub-step .title-wrap .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  font-family: "Pretendard-SemiBold";
}
.process-step .sub-step .title-wrap .title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 20px;
  height: 28px;
  background-image: url(../img/ic_arrow_down.svg);
}
.process-step .sub-step .desc-01 {
  padding: 10px 40px;
  border-color: #3B9759;
  background-color: #F7FFE8;
}
.process-step .sub-step .desc-02 {
  padding: 10px 40px;
  border-color: #0067A9;
  background-color: #F3F6FF;
}

@media screen and (max-width: 1280px) {
  .process-step .sub-step {
    gap: 12px;
  }
  .process-step .sub-step > li::after {
    display: none;
  }
  .process-step .sub-step .desc-01,
  .process-step .sub-step .desc-02 {
    padding: 10px;
  }
}
@media screen and (max-width: 820px) {
  .process-step .sub-step .num {
    display: none;
  }
  .process-step .sub-step .desc-01 {
    padding: 10px 22px;
  }
  .process-step .sub-step .desc-02 {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 500px) {
  .process-step > li {
    margin-bottom: 32px;
  }
  .process-step > li:last-child .sub-step::after {
    display: none;
  }
  .process-step .sub-step {
    flex-direction: column;
    gap: 4px;
    position: relative;
  }
  .process-step .sub-step::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 12px;
    height: 16px;
    background-size: contain;
    background-image: url(../img/ic_arrow_down.svg);
  }
  .process-step .sub-step > li {
    width: 100%;
    min-height: 40px;
    border-radius: 8px;
    border-width: 1px;
  }
  .process-step .sub-step .title-wrap {
    border-color: #2B7FBF;
    background-color: #F3F6FF;
  }
  .process-step .sub-step .title-wrap .title::after {
    display: none;
  }
  .process-step .sub-step .desc-01,
  .process-step .sub-step .desc-02 {
    padding: 10px;
    border-color: #CCCCCC;
    background-color: #fff;
  }
}
.sale-guide {
  font-size: var(--font-size-lg);
}
.sale-guide.res-land .sub-step .desc-01 {
  padding: 10px 20px;
}
.sale-guide.apt .movein-steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.sale-guide.apt .movein-steps li {
  position: relative;
  width: 286px;
  padding: 25px;
  text-align: center;
  font-family: "Pretendard-SemiBold";
  border: 1px solid #E0E0E0;
  border-radius: 16px;
}
.sale-guide.apt .movein-steps li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translate(100%, -50%);
  width: 28px;
  height: 20px;
  background-image: url(../img/ic_arrow_3.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.sale-guide.apt .movein-steps li:last-child::after {
  display: none;
}
.sale-guide.apt .movein-apply {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}

@media screen and (max-width: 500px) {
  .sale-guide.apt .movein-steps {
    flex-direction: column;
    gap: 24px;
  }
  .sale-guide.apt .movein-steps li {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
  }
  .sale-guide.apt .movein-steps li::after {
    top: initial;
    right: initial;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 100%) rotate(90deg);
    width: 16px;
    height: 10px;
  }
}
.lease-guide {
  font-size: var(--font-size-lg);
}
.lease-guide .btn-row {
  margin-top: 32px;
  text-align: right;
}
.lease-guide.rental-process .process-step .sub-step > li.desc-01 {
  flex: 1;
  justify-content: flex-start;
  padding: 6px 32px;
}
.lease-guide.rental-process .process-step .sub-step > li.desc-01 .bullet-list > li {
  margin-bottom: 0;
}
.lease-guide.selection-priority .tbl-info {
  font-size: 18px;
}

@media screen and (max-width: 500px) {
  .lease-guide .btn-row {
    margin-top: 24px;
  }
  .lease-guide.rental-process .process-step .sub-step li.desc-01 {
    padding: 12px;
  }
  .lease-guide.selection-priority .tbl-info {
    font-size: 14px;
  }
}
.payment-inquiry .tbl-search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 24px;
}
.payment-inquiry .tbl-search .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.payment-inquiry .tbl-search .item select {
  width: 140px;
  height: 48px;
}
.payment-inquiry .tbl-search .item .label {
  margin-right: 12px;
  font-family: "Pretendard-Bold";
  color: #003764;
}
.payment-inquiry .tbl-search .item .label::before {
  content: "•";
  margin-right: 4px;
}
.payment-inquiry .tbl-search .item .datepicker-row {
  font-family: "Pretendard-SemiBold";
}
.payment-inquiry .tbl-search .item .btn-base {
  margin-left: 20px;
}
.payment-inquiry .btn-row {
  margin-top: var(--spacing-lg);
  text-align: center;
}

@media screen and (max-width: 1046px) {
  .payment-inquiry .tbl-search {
    gap: 10px;
  }
}
@media screen and (max-width: 820px) {
  .payment-inquiry .rent-billing-tbl .text-warning {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .payment-inquiry .tbl-search .item {
    display: block;
    width: 100%;
  }
  .payment-inquiry .tbl-search .item .label {
    display: block;
    margin-bottom: 6px;
    margin-right: 0;
  }
  .payment-inquiry .tbl-search .item select {
    height: 40px;
  }
  .payment-inquiry .tbl-search .item.sel select {
    width: calc(100% - 75px);
  }
  .payment-inquiry .tbl-search .item .btn-base {
    margin-left: 6px;
  }
}
.alert-service-apply {
  margin-top: 32px;
}
.alert-service-apply .required-text {
  margin-bottom: 24px;
}
.alert-service-apply .user-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.alert-service-apply .user-info input[type=text],
.alert-service-apply .user-info input[type=number] {
  padding: 0 20px;
}
.alert-service-apply .user-info .name-wrap input[type=text] {
  width: 480px;
}
.alert-service-apply .user-info .phone-wrap {
  margin-right: 146px;
}
.alert-service-apply .user-info .phone-wrap input[type=number] {
  width: 240px;
}
.alert-service-apply .user-info .phone-wrap .phone-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.alert-service-apply .radio-group {
  display: flex;
  gap: 40px;
}
.alert-service-apply .check-item {
  display: flex;
  align-items: center;
  font-family: "Pretendard-SemiBold";
}
.alert-service-apply .interest-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.alert-service-apply .interest-grid .check-group {
  display: flex;
  gap: 40px;
  position: relative;
  margin-top: 16px;
}
.alert-service-apply .interest-grid .check-group::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
}
.alert-service-apply .interest-grid .interest-box:last-child {
  margin-right: 206px;
}
.alert-service-apply .interest-grid .interest-box:last-child .check-group::after {
  display: none;
}
.alert-service-apply .area-group {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.alert-service-apply .area-group .check-item {
  margin-bottom: 16px;
}
.alert-service-apply .area-group .check-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .alert-service-apply .user-info .phone-wrap {
    margin-right: 0;
  }
  .alert-service-apply .area-group {
    gap: 0 40px;
  }
  .alert-service-apply .interest-grid {
    flex-wrap: wrap;
  }
  .alert-service-apply .interest-grid .check-group:after {
    display: none;
  }
  .alert-service-apply .interest-grid .interest-box .check-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
  }
  .alert-service-apply .interest-grid .interest-box:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 820px) {
  .alert-service-apply .required-text {
    margin-bottom: 8px;
  }
  .alert-service-apply .user-info .name-wrap {
    width: 100%;
  }
  .alert-service-apply .user-info .name-wrap input[type=text] {
    width: 100%;
  }
  .alert-service-apply .user-info .phone-wrap .phone-group {
    flex-wrap: nowrap;
  }
  .alert-service-apply .user-info .phone-wrap input[type=number] {
    width: 33.3333333333%;
  }
  .alert-service-apply .interest-grid {
    gap: 16px;
  }
  .alert-service-apply .area-group {
    gap: 16px 40px;
  }
}
@media screen and (max-width: 500px) {
  .alert-service-apply .user-info {
    gap: 16px;
  }
  .alert-service-apply .area-group .check-group:first-child {
    width: 100%;
  }
  .alert-service-apply .interest-grid .check-group {
    margin-top: 8px;
  }
}
.compensation-search .district {
  display: flex;
  gap: 8px;
  padding-left: 32px;
}
.compensation-search .district select {
  width: 70%;
}

@media screen and (max-width: 500px) {
  .compensation-search .district {
    padding-left: 0;
  }
  .compensation-search .district select {
    flex: 1;
  }
}
.compensation-guide {
  font-size: var(--font-size-lg);
}
.compensation-guide .accordion-list {
  margin-top: var(--spacing-lg);
  font-size: var(--font-size-md);
}
.compensation-guide .accordion-list > li {
  border: 1px solid #cccccc;
  border-bottom: 0;
}
.compensation-guide .accordion-list > li:last-child {
  border-bottom: 1px solid #cccccc;
}
.compensation-guide .accordion-list .title {
  position: relative;
  width: 100%;
  padding: 20px 24px;
  font-size: var(--font-size-tit);
  font-family: "Pretendard-SemiBold";
  cursor: pointer;
}
.compensation-guide .accordion-list .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/ic_arrow_4.svg);
  background-repeat: no-repeat;
}
.compensation-guide .accordion-list .text-box {
  display: none;
  padding: 32px;
}
.compensation-guide .accordion-list .text-box > li {
  margin-bottom: 24px;
}
.compensation-guide .accordion-list .text-box > li:last-child {
  margin-bottom: 0;
}
.compensation-guide .accordion-list li.active .text-box {
  display: block;
}
.compensation-guide .accordion-list li.active .title {
  border-bottom: 1px solid #cccccc;
}
.compensation-guide .accordion-list li.active .title::after {
  transform: rotate(180deg) translateY(50%);
}
.compensation-guide .accordion-list li.all-active .text-box {
  display: block;
}
.compensation-guide .accordion-list li.all-active .title {
  border-bottom: 1px solid #cccccc;
}
.compensation-guide .accordion-list li.all-active .title::after {
  transform: translateY(-50%);
  background-image: url(../img/ic_arrow_13.png);
}
.compensation-guide .accordion-list .bg-box {
  padding: 24px;
  background-color: #f7f8fa;
}
.compensation-guide .accordion-list .bg-box-02 {
  padding: 20px;
  background-color: #F3F6FF;
  border-radius: 16px;
}
.compensation-guide .accordion-list .bg-box-02 .con-qst {
  margin-bottom: 24px;
}
.compensation-guide .accordion-list .bg-box-02 .con-qst:last-child {
  margin-bottom: 0;
}
.compensation-guide .accordion-list .bg-box-02 .qst {
  margin-bottom: 12px;
  color: #0060CE;
}
.compensation-guide .accordion-list .bullet-list {
  margin-bottom: 20px;
}
.compensation-guide .accordion-list .bullet-list li {
  display: flex;
}
.compensation-guide .accordion-list .bullet-list li span {
  flex-shrink: 0;
}
.compensation-guide .accordion-list .bullet-list:last-child {
  margin-bottom: 0;
}
.compensation-guide .process-flow {
  margin-top: var(--spacing-lg);
}

@media screen and (max-width: 500px) {
  .compensation-guide .accordion-list li .title {
    padding: 16px;
  }
  .compensation-guide .accordion-list li .text-box {
    padding: 16px;
  }
  .compensation-guide .accordion-list .bg-box {
    padding: 16px;
  }
}
.esg-declaration {
  text-align: center;
}

.ethics-charter {
  text-align: center;
}
.ethics-charter .frame-border .frame-inner {
  padding-bottom: 120px;
}

@media screen and (max-width: 500px) {
  .ethics-charter .frame-border .frame-inner {
    padding-bottom: 70px;
  }
}
.customer-charter {
  text-align: center;
}

.icon-box-list-con {
  display: flex;
  justify-content: center;
}

.icon-box-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-top: 100px;
  gap: 120px;
}
.icon-box-list > li > a {
  display: inline-block;
  position: relative;
  text-align: center;
}
.icon-box-list > li > a:hover .ic-link {
  border-color: #0060CE;
  border-width: 2px;
}
.icon-box-list > li > a:hover .label {
  color: #0060CE;
}
.icon-box-list > li .ic-link {
  display: inline-block;
  width: 160px;
  height: 160px;
  border: 1px solid #ABABAB;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-box-list > li .label {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: var(--font-size-tit);
  font-family: "Pretendard-Bold";
}

@media screen and (max-width: 500px) {
  .icon-box-list {
    margin-top: 56px;
    gap: 56px 40px;
  }
  .icon-box-list > li .ic-link {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    background-size: 90px;
  }
  .icon-box-list > li .label {
    bottom: -2px;
  }
}
.human-rights-mng .human-rights-list .ic-link.link-01 {
  background-image: url(../img/img_human-rights-mng-01.png);
}
.human-rights-mng .human-rights-list .ic-link.link-02 {
  background-image: url(../img/img_human-rights-mng-02.png);
}
.human-rights-mng .human-rights-list .ic-link.link-03 {
  background-image: url(../img/img_human-rights-mng-03.png);
}
.human-rights-mng .human-rights-list .ic-link.link-04 {
  background-image: url(../img/img_human-rights-mng-04.png);
}

@media screen and (max-width: 1280px) {
  .human-rights-mng .page-title br {
    display: none;
  }
}
.human-rights-relief .relief-flow .flow-step {
  display: flex;
  margin-bottom: 60px;
  border: 1px solid #A6BDF5;
  border-radius: 16px;
}
.human-rights-relief .relief-flow .flow-step:last-child {
  margin-bottom: 0;
}
.human-rights-relief .relief-flow .flow-step:last-child .flow-head::after {
  display: none;
}
.human-rights-relief .relief-flow .flow-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 200px;
  padding: 21px 12px;
  text-align: center;
  font-size: var(--font-size-md);
  color: #003764;
  border-radius: 16px 0 0 16px;
  background-color: #E1E9FF;
}
.human-rights-relief .relief-flow .flow-head .title {
  font-family: "Pretendard-Bold";
}
.human-rights-relief .relief-flow .flow-head .sub-title {
  font-family: "Pretendard-Medium";
}
.human-rights-relief .relief-flow .flow-head::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 20px;
  height: 28px;
  background-image: url(../img/ic_arrow_down.svg);
}
.human-rights-relief .relief-flow .flow-head .detail {
  font-size: 16px;
  font-family: "Pretendard-Medium";
}
.human-rights-relief .relief-flow .flow-body {
  display: flex;
  align-items: center;
  padding: 24px;
}
.human-rights-relief .relief-flow + .note-list {
  margin-top: 64px;
  font-size: var(--font-size-lg);
}

@media screen and (max-width: 500px) {
  .human-rights-relief .relief-flow .flow-step {
    position: relative;
    flex-direction: column;
    margin-bottom: 40px;
    border-radius: 8px;
  }
  .human-rights-relief .relief-flow .flow-step::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 12px;
    height: 16px;
    background-image: url(../img/ic_arrow_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .human-rights-relief .relief-flow .flow-step:last-child::after {
    display: none;
  }
  .human-rights-relief .relief-flow .flow-head {
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px 8px 0 0;
  }
  .human-rights-relief .relief-flow .flow-head .detail {
    font-size: 14px;
  }
  .human-rights-relief .relief-flow .flow-head:after {
    display: none;
  }
  .human-rights-relief .relief-flow .flow-body {
    padding: 16px 12px;
  }
  .human-rights-relief .relief-flow + .note-list {
    margin-top: 32px;
  }
}
.social-contribution .border-box-list > li {
  width: 25%;
  padding: 18px;
}

@media screen and (max-width: 1280px) {
  .social-contribution .border-box-list {
    gap: 12px;
  }
}
@media screen and (max-width: 820px) {
  .social-contribution .border-box-list {
    flex-wrap: wrap;
  }
  .social-contribution .border-box-list > li {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 500px) {
  .social-contribution .content-block.align-top .border-box-list li {
    justify-content: flex-start;
  }
  .social-contribution .border-box-list {
    flex-wrap: wrap;
  }
  .social-contribution .border-box-list > li {
    width: 100%;
    padding: 8px;
  }
}
.public-info-guide .public-info-list > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 64px;
}
.public-info-guide .public-info-list .ic-link.link-01 {
  background-image: url(../img/img_public_info_01.png);
}
.public-info-guide .public-info-list .ic-link.link-02 {
  background-image: url(../img/img_public_info_02.png);
}
.public-info-guide .public-info-list .ic-link.link-03 {
  background-image: url(../img/img_public_info_03.png);
}
.public-info-guide .public-info-list .ic-link.link-04 {
  background-image: url(../img/img_public_info_04.png);
}
.public-info-guide .public-info-list .ic-link.link-05 {
  background-image: url(../img/img_public_info_05.png);
}
.public-info-guide .public-info-list .ic-link.link-06 {
  background-image: url(../img/img_public_info_06.png);
}
.public-info-guide .public-info-list .ic-link.link-07 {
  background-image: url(../img/img_public_info_07.png);
}
.public-info-guide .public-info-list .ic-link.link-08 {
  background-image: url(../img/img_public_info_08.png);
}

@media screen and (max-width: 1280px) {
  .public-info-guide .page-title br {
    display: none;
  }
}
.disclosure-process {
  position: relative;
}
.disclosure-process .process-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.disclosure-process .process-list:last-child {
  margin-bottom: 0;
}
.disclosure-process .process-list li {
  margin-bottom: 60px;
}
.disclosure-process .process-list > li:last-child {
  margin-bottom: 0;
}
.disclosure-process .process-list > li:last-child .item::after {
  display: none;
}
.disclosure-process .process-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  border: 2px solid;
  border-radius: 16px;
  font-family: "Pretendard-Medium";
}
.disclosure-process .process-list .item.blue {
  border-color: #0067A9;
  background-color: #F3F6FF;
}
.disclosure-process .process-list .item.blue::after {
  background-image: url(../img/ic_arrow_down_gray.svg);
}
.disclosure-process .process-list .item.green {
  border-color: #3B9759;
  background-color: #F7FFE8;
}
.disclosure-process .process-list .item::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 20px;
  height: 28px;
  background-image: url(../img/ic_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.disclosure-process .process-list .item:last-child {
  margin-bottom: 0;
}
.disclosure-process .process-list .items {
  display: flex;
  align-items: center;
  gap: 220px;
}
.disclosure-process .process-list .items li {
  margin-bottom: 0;
}
.disclosure-process .process-list .items li .item {
  width: 450px;
}
.disclosure-process .process-list .items li .item::after {
  display: none;
}
.disclosure-process .process-list.first-item {
  position: relative;
}
.disclosure-process .process-list.first-item li:first-child .item:after {
  display: none;
}
.disclosure-process .process-list.first-item::after {
  content: "";
  position: absolute;
  bottom: -86px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 20px;
  height: 28px;
  background-image: url(../img/ic_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.disclosure-process .process-list.sec-item .items .item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.disclosure-process .process-list.sec-item .items .item.left {
  position: relative;
}
.disclosure-process .process-list.sec-item .items .item.left::before {
  top: -16px;
  left: 50%;
  transform: translate(-50%, -100%);
  background-image: url(../img/ic_arrow_down_gray.svg);
}
.disclosure-process .process-list.sec-item .items .item.right {
  position: relative;
}
.disclosure-process .process-list.sec-item .items .item.right::before {
  top: -16px;
  left: 50%;
  transform: translate(-50%, -100%) rotate(180deg);
  background-image: url(../img/ic_arrow_down_gray.svg);
}
.disclosure-process .process-list.legend {
  position: absolute;
  top: 0;
  right: 175px;
  font-size: var(--font-size-sm);
}
.disclosure-process .process-list.legend > li {
  margin-bottom: 12px;
}
.disclosure-process .process-list.legend > li:first-child {
  position: relative;
}
.disclosure-process .process-list.legend > li:first-child::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -12px;
  transform: translateX(-100%);
  font-size: var(--font-size-lg);
}
.disclosure-process .process-list.legend .item {
  padding: 8px 10px;
  border-radius: 8px;
}
.disclosure-process .process-list.legend .item:after {
  display: none;
}
.disclosure-process .process-list-con .process-list {
  margin-bottom: 60px;
}
.disclosure-process .process-list-con .process-list .item {
  width: 620px;
  min-height: 80px;
}

@media screen and (max-width: 1280px) {
  .disclosure-process .process-list.legend {
    right: 0;
  }
  .disclosure-process .process-list-con .process-list .item {
    width: 320px;
  }
  .disclosure-process .process-list-con .process-list .items {
    gap: 50px;
    align-items: stretch;
  }
  .disclosure-process .process-list-con .process-list .items li {
    flex: 1;
  }
  .disclosure-process .process-list-con .process-list .items li .item {
    width: 250px;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .disclosure-process {
    display: flex;
    flex-direction: column;
  }
  .disclosure-process .process-list li {
    margin-bottom: 32px;
  }
  .disclosure-process .process-list .item:after {
    bottom: -8px;
    width: 12px;
    height: 16px;
    background-size: contain;
  }
  .disclosure-process .process-list.first-item::after {
    width: 12px;
    height: 16px;
    background-size: contain;
  }
  .disclosure-process .process-list.sec-item .items .item::before {
    width: 12px;
    height: 16px;
    background-size: contain;
  }
  .disclosure-process .process-list.sec-item .items .item.left::before {
    top: -10px;
  }
  .disclosure-process .process-list.sec-item .items .item.right::before {
    top: -10px;
  }
  .disclosure-process .process-list.legend {
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    gap: 4px;
  }
  .disclosure-process .process-list.legend > li:first-child::before {
    left: -6px;
  }
  .disclosure-process .process-list-con {
    order: 2;
  }
  .disclosure-process .process-list-con .process-list {
    margin-bottom: 32px;
  }
  .disclosure-process .process-list-con .process-list .item {
    padding: 12px;
    min-height: 40px;
    border-radius: 8px;
  }
  .disclosure-process .process-list-con .process-list .items li .item {
    width: 100%;
  }
}
.integrated-report .steps {
  display: flex;
  align-items: stretch;
  gap: 80px;
}
.integrated-report .steps li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 336px;
  padding: 4px;
  text-align: center;
  font-family: "Pretendard-Medium";
  border: 2px solid #0067A9;
  border-radius: 16px;
}
.integrated-report .steps li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translate(100%, -50%) rotate(-90deg);
  width: 28px;
  height: 20px;
  background-image: url(../img/ic_arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.integrated-report .steps li:last-child::after {
  display: none;
}
.integrated-report .steps li.blue {
  background-color: #F3F6FF;
}

@media screen and (max-width: 820px) {
  .integrated-report .steps {
    gap: 40px;
  }
  .integrated-report .steps li::after {
    right: -10px;
  }
}
@media screen and (max-width: 500px) {
  .integrated-report .steps {
    gap: 32px;
    flex-wrap: wrap;
  }
  .integrated-report .steps li {
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
    border-width: 1px;
  }
  .integrated-report .steps li::after {
    top: initial;
    right: initial;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, 100%) rotate(0);
    width: 12px;
    height: 16px;
  }
}
.integrated-report-apply .form-box .report-type {
  width: 54%;
}
.integrated-report-apply .form-box .input,
.integrated-report-apply .form-box .textarea {
  width: 100%;
}
.integrated-report-apply .form-box .textarea {
  height: 160px;
}

@media screen and (max-width: 820px) {
  .integrated-report-apply .form-box .report-type {
    width: 100%;
  }
}
.report-result-container {
  text-align: center;
}
.report-result-container .title {
  display: inline-block;
  padding-left: 48px;
  margin: var(--spacing-lg) 0;
  font-size: 32px;
  font-family: "Pretendard-SemiBold";
  color: #0060CE;
  background-image: url(../img/ic_check_circle.svg);
  background-repeat: no-repeat;
  background-position: left;
}
.report-result-container .desc {
  margin-bottom: var(--spacing-md);
}
.report-result-container .desc .highlight {
  color: #F32121;
  text-decoration: underline;
}
.report-result-container .token-box-con {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: var(--spacing-lg);
}
.report-result-container .token-box {
  display: inline-block;
  width: 440px;
  height: 64px;
  padding: 12px 0;
  color: #D35A2E;
  text-align: center;
  font-size: 32px;
  font-family: "Pretendard-SemiBold";
  border: 1px solid #E0E0E0;
  background-color: #F7F8FA;
}
.report-result-container .btn-copy-token {
  flex-shrink: 0;
  padding: 6px 12px;
  color: #fff;
  background-color: #2C3F5E;
}

@media screen and (max-width: 500px) {
  .report-result-container .title {
    padding-left: 30px;
    font-size: 16px;
    background-size: contain;
  }
  .report-result-container .token-box {
    width: 100%;
    height: 46px;
    font-size: 16px;
  }
}
.integrated-report-search .form-box .input {
  width: 54%;
}

@media screen and (max-width: 820px) {
  .integrated-report-search .form-box .input {
    width: 100%;
  }
}
.safe-lawyer .steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.safe-lawyer .steps .steps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 338px;
  height: 80px;
  border: 2px solid #0067A9;
  border-radius: 16px;
  font-family: "Pretendard-Medium";
}
.safe-lawyer .steps .steps-desc-list {
  font-size: var(--font-size-md);
}
.safe-lawyer .steps .steps-desc-list > li:first-child:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 28px;
  margin-left: 10px;
  background-image: url(../img/ic_arrow_down.svg);
  transform: translateY(8px) rotate(-90deg);
}
.safe-lawyer .steps .steps-desc-list > li:last-child::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 28px;
  margin-right: 10px;
  background-image: url(../img/ic_arrow_down.svg);
  transform: translateY(8px) rotate(90deg);
}

@media screen and (max-width: 1280px) {
  .safe-lawyer .steps {
    justify-content: flex-start;
    gap: 32px;
  }
}
@media screen and (max-width: 820px) {
  .safe-lawyer .steps .steps-item {
    width: 226px;
  }
}
@media screen and (max-width: 500px) {
  .safe-lawyer .steps {
    gap: 8px;
  }
  .safe-lawyer .steps .steps-item {
    width: 100%;
    height: auto;
    padding: 12px;
    border-radius: 8px;
    border-width: 1px;
  }
  .safe-lawyer .steps .steps-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .safe-lawyer .steps .steps-desc::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    margin-right: 10px;
    background-image: url(../img/ic_arrow_down.svg);
    background-size: contain;
  }
  .safe-lawyer .steps .steps-desc:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    margin-left: 10px;
    background-image: url(../img/ic_arrow_down.svg);
    background-size: contain;
    transform: rotate(180deg);
  }
  .safe-lawyer .steps .steps-desc .steps-desc-list li {
    text-align: left;
  }
  .safe-lawyer .steps .steps-desc .steps-desc-list li::after {
    display: none;
  }
  .safe-lawyer .steps .steps-desc .steps-desc-list li::before {
    display: none;
  }
}
.active-admin-plan {
  font-size: var(--font-size-md);
}
.active-admin-plan .border-box-list.strategy li {
  border-color: #3B9759;
  background-color: #F7FFE8;
}
.active-admin-plan .action-plan {
  flex: 1;
  display: flex;
  gap: 24px;
}
.active-admin-plan .action-plan > li {
  display: flex;
  flex-direction: column;
  width: 20%;
  min-height: 240px;
  font-family: "Pretendard-Medium";
  border: 2px solid #0067A9;
  border-radius: 16px;
  overflow: hidden;
}
.active-admin-plan .action-plan .title {
  padding: 18px;
  font-family: "Pretendard-Bold";
  color: #003764;
  text-align: center;
  background-color: #F3F6FF;
  border-bottom: 1px dotted #0067A9;
}
.active-admin-plan .action-plan .desc {
  flex: 1;
  padding: 20px 14px 8px;
}
.active-admin-plan .action-plan .part {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-align: center;
  border-top: 1px dotted #0067A9;
}
.active-admin-plan .active-admin-con {
  display: flex;
  justify-content: center;
  margin-bottom: var(--spacing-lg);
}
.active-admin-plan .active-admin-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--spacing-md);
}
.active-admin-plan .active-admin-wrap .active-admin-title {
  display: inline-block;
  position: relative;
  width: 423px;
  padding: 20px 10px;
  text-align: center;
  border: 2px solid #D35A2E;
  border-radius: 16px;
  background-color: #FFF7EE;
  font-family: "Pretendard-Bold";
}
.active-admin-plan .active-admin-wrap .active-admin-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 1px;
  height: 34px;
  background-color: #ccc;
}
.active-admin-plan .active-admin-wrap .active-admin-group {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: var(--spacing-lg);
}
.active-admin-plan .active-admin-wrap .active-admin-group .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.active-admin-plan .active-admin-wrap .active-admin-group .list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
}
.active-admin-plan .active-admin-wrap .active-admin-group::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 180px;
  width: calc(100% - 360px);
  height: 1px;
  background-color: #CCCCCC;
}
.active-admin-plan .active-admin-wrap .meeting-list li {
  position: relative;
  width: 300px;
}
.active-admin-plan .active-admin-wrap .meeting-list li::before {
  content: "";
  position: absolute;
  top: auto;
  left: 34px;
  transform: translateX(-50%) rotate(-90deg);
  width: 20px;
  height: 28px;
  background-image: url(../img/ic_arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.active-admin-plan .active-admin-wrap .meeting-list li::after {
  content: "";
  position: absolute;
  top: auto;
  right: 12px;
  transform: translateX(-50%) rotate(-90deg);
  width: 20px;
  height: 28px;
  background-image: url(../img/ic_arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.active-admin-plan .active-admin-wrap .meeting-list li:nth-child(odd):after {
  background-image: url(../img/ic_arrow_down_blue.svg);
  transform: translateX(-50%) rotate(90deg);
}
.active-admin-plan .active-admin-wrap .corporation-list {
  position: relative;
}
.active-admin-plan .active-admin-wrap .corporation-list li {
  width: 360px;
  border-radius: 16px;
}
.active-admin-plan .active-admin-wrap .corporation-list::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% + 32px);
  background-color: #CCCCCC;
  z-index: -1;
}
.active-admin-plan .active-admin-wrap .corporation-list.gn .ic {
  background-image: url(../img/logo_gn_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.active-admin-plan .active-admin-wrap .corporation-list.gn li {
  border: 2px solid #3B9759;
  background-color: #F7FFE8;
}
.active-admin-plan .active-admin-wrap .corporation-list.gndc .ic {
  background-image: url(../img/logo_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.active-admin-plan .active-admin-wrap .corporation-list.gndc li {
  border: 2px solid #0067A9;
  background-color: #F3F6FF;
}
.active-admin-plan .operation-system {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--spacing-sm);
}
.active-admin-plan .operation-system .system-chairperson {
  display: inline-block;
  position: relative;
  width: 423px;
  height: 72px;
  padding: 20px;
  margin-bottom: var(--spacing-lg);
  text-align: center;
  font-family: "Pretendard-Bold";
  font-size: var(--font-size-md);
  border: 2px solid #9666D5;
  border-radius: 16px;
  background-color: #F8F2FF;
}
.active-admin-plan .operation-system .system-chairperson::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translate(-50%, 100%);
  width: 1px;
  height: 32px;
  background-color: #CCCCCC;
}
.active-admin-plan .operation-system .system-list {
  display: flex;
  gap: 40px;
  position: relative;
  width: 100%;
}
.active-admin-plan .operation-system .system-list::before {
  content: "";
  position: absolute;
  top: -32px;
  left: calc((100% - 120px) / 8);
  width: calc(100% - (100% - 120px) / 4);
  height: 1px;
  background-color: #CCCCCC;
}
.active-admin-plan .operation-system .system-list > li {
  position: relative;
  width: 25%;
}
.active-admin-plan .operation-system .system-list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 32px;
  background-color: #CCCCCC;
}
.active-admin-plan .operation-system .system-list .system-box {
  width: 100%;
  border: 2px solid #0067A9;
  border-radius: 16px;
  overflow: hidden;
}
.active-admin-plan .operation-system .system-list .system-box .system-title {
  padding: 14px;
  text-align: center;
  font-family: "Pretendard-Bold";
  background-color: #F3F6FF;
  color: #003764;
}
.active-admin-plan .operation-system .system-list .system-box .system-title.gndc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.active-admin-plan .operation-system .system-list .system-box .system-title.gndc::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../img/ic_logo.png);
}
.active-admin-plan .operation-system .system-list .system-box .system-content {
  padding: 20px;
  text-align: center;
}
.active-admin-plan .operation-system .system-list .system-depth2 > li {
  margin-bottom: 20px;
}
.active-admin-plan .operation-system .system-list .system-depth2 > li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .active-admin-plan .active-admin-con {
    display: block;
    width: 100%;
  }
  .active-admin-plan .active-admin-wrap .active-admin-group {
    width: 100%;
  }
  .active-admin-plan .active-admin-wrap .active-admin-group::before {
    left: 16.6666666667%;
    width: 66.6666666667%;
  }
  .active-admin-plan .active-admin-wrap .active-admin-group .list {
    width: 33.3333333333%;
  }
  .active-admin-plan .active-admin-wrap .active-admin-group .list li {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .active-admin-plan .active-admin-wrap .corporation-list.gn .ic {
    background-size: 92px;
  }
  .active-admin-plan .active-admin-wrap .corporation-list.gndc .ic {
    background-size: 106px;
  }
  .active-admin-plan .active-admin-wrap .meeting-list li::before {
    left: 20px;
  }
  .active-admin-plan .active-admin-wrap .meeting-list li::after {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .active-admin-plan .active-admin-wrap .active-admin-title {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
  }
  .active-admin-plan .active-admin-wrap .active-admin-title::before {
    height: 16px;
  }
  .active-admin-plan .active-admin-wrap .active-admin-group::before {
    top: -16px;
  }
  .active-admin-plan .active-admin-wrap .active-admin-group .list {
    gap: 4px;
  }
  .active-admin-plan .active-admin-wrap .active-admin-group .list > li {
    height: 40px;
  }
  .active-admin-plan .active-admin-wrap .active-admin-group .meeting-list > li {
    align-items: flex-start;
  }
  .active-admin-plan .active-admin-wrap .corporation-list li {
    border-radius: 8px;
  }
  .active-admin-plan .active-admin-wrap .corporation-list::before {
    top: -16px;
    height: calc(100% + 16px);
  }
  .active-admin-plan .active-admin-wrap .corporation-list.gn .ic {
    background-size: 70px;
  }
  .active-admin-plan .active-admin-wrap .corporation-list.gndc .ic {
    background-size: 80px;
  }
  .active-admin-plan .active-admin-wrap .meeting-list > li::before {
    bottom: 0;
    left: 28px;
    width: 16px;
    height: 22px;
    background-size: contain;
  }
  .active-admin-plan .active-admin-wrap .meeting-list > li::after {
    bottom: 0;
    right: 13px;
    width: 16px;
    height: 22px;
    background-size: contain;
  }
  .active-admin-plan .action-plan {
    flex-direction: column;
    width: 100%;
    gap: 4px;
  }
  .active-admin-plan .action-plan > li {
    width: 100%;
    min-height: auto;
  }
  .active-admin-plan .action-plan .title,
  .active-admin-plan .action-plan .desc {
    padding: 12px;
  }
  .active-admin-plan .action-plan .part {
    height: 42px;
  }
  .active-admin-plan .operation-system .system-chairperson {
    width: 100%;
    height: 42px;
    padding: 8px;
    border-radius: 8px;
    border-width: 1px;
  }
  .active-admin-plan .operation-system .system-list {
    display: block;
  }
  .active-admin-plan .operation-system .system-list > li {
    margin-bottom: 16px;
  }
  .active-admin-plan .operation-system .system-list > li::before {
    height: 16px;
  }
  .active-admin-plan .operation-system .system-list .system-box {
    border-width: 1px;
    border-radius: 8px;
  }
  .active-admin-plan .operation-system .system-list .system-box .system-title {
    padding: 12px;
  }
  .active-admin-plan .operation-system .system-list .system-box .system-title.gndc::before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .active-admin-plan .operation-system .system-list .system-box .system-content {
    padding: 16px;
  }
  .active-admin-plan .operation-system .system-list::before {
    display: none;
  }
  .active-admin-plan .operation-system .system-list > li {
    width: 100%;
  }
  .active-admin-plan .operation-system .system-list .system-depth2 > li {
    margin-bottom: 4px;
  }
}
.consult-reservation .steps {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.consult-reservation .steps .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 360px) / 5);
  padding: 20px;
  font-family: "Pretendard-Medium";
  font-size: var(--font-size-md);
  border: 2px solid #3B9759;
  border-radius: 16px;
  background-color: #F7FFE8;
}
.consult-reservation .steps .item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translate(100%, -50%);
  width: 32px;
  height: 32px;
  background-color: #CCCCCC;
  border-radius: 50%;
  background-image: url(../img/ic_arrow_2.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.consult-reservation .steps .item:last-child::before {
  display: none;
}
.consult-reservation .btn-row {
  display: flex;
  gap: 32px;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .consult-reservation .steps {
    gap: 56px;
  }
  .consult-reservation .steps .item {
    width: calc((100% - 224px) / 5);
  }
  .consult-reservation .steps .item::before {
    right: -12px;
  }
}
@media screen and (max-width: 820px) {
  .consult-reservation .steps {
    gap: 64px;
  }
  .consult-reservation .steps .item {
    width: calc((100% - 192px) / 3);
  }
  .consult-reservation .steps .item::before {
    right: -16px;
  }
}
@media screen and (max-width: 500px) {
  .consult-reservation .steps {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }
  .consult-reservation .steps .item {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
  }
  .consult-reservation .steps .item::before {
    display: none;
  }
  .consult-reservation .btn-row {
    flex-direction: column;
    gap: 12px;
  }
}
.defect-guide {
  font-size: var(--font-size-lg);
}
.defect-guide .defect-steps {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.defect-guide .defect-steps .item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 360px) / 5);
  height: 176px;
  font-family: "Pretendard-Medium";
  font-size: var(--font-size-md);
  border: 2px solid #0067A9;
  border-radius: 16px;
}
.defect-guide .defect-steps .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 18px 18px 0 0;
  color: #003764;
  background-color: #F3F6FF;
}
.defect-guide .defect-steps .item .ic::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 8px;
}
.defect-guide .defect-steps .item .ic-request::before {
  background-image: url(../img/ic_request.svg);
}
.defect-guide .defect-steps .item .ic-receipt::before {
  background-image: url(../img/ic_receipt.svg);
}
.defect-guide .defect-steps .item .ic-work-order::before {
  background-image: url(../img/ic_work_order.svg);
}
.defect-guide .defect-steps .item .ic-confirm::before {
  background-image: url(../img/ic_confirm.svg);
}
.defect-guide .defect-steps .item .ic-rating::before {
  background-image: url(../img/ic_rating.svg);
}
.defect-guide .defect-steps .item .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0 20px;
  text-align: center;
}
.defect-guide .defect-steps .item .text-warning {
  font-size: var(--font-size-sm);
}
.defect-guide .defect-steps .item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translate(100%, -50%);
  width: 32px;
  height: 32px;
  background-color: #CCCCCC;
  border-radius: 50%;
  background-image: url(../img/ic_arrow_2.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.defect-guide .defect-steps .item:last-child::before {
  display: none;
}
.defect-guide .tbl-info tbody {
  font-size: var(--font-size-sm);
}
.defect-guide .tbl-info tbody th,
.defect-guide .tbl-info tbody .depth2 {
  padding: 0 20px;
  text-align: left;
}
.defect-guide .tbl-info tbody td {
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .defect-guide .defect-steps {
    gap: 50px;
  }
  .defect-guide .defect-steps .item {
    width: calc((100% - 224px) / 5);
  }
  .defect-guide .defect-steps .item::before {
    right: -12px;
  }
}
@media screen and (max-width: 820px) {
  .defect-guide .defect-steps {
    gap: 64px;
  }
  .defect-guide .defect-steps .item {
    width: calc((100% - 192px) / 3);
  }
  .defect-guide .defect-steps .item::before {
    right: -16px;
  }
}
@media screen and (max-width: 500px) {
  .defect-guide .defect-steps {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }
  .defect-guide .defect-steps .item {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #A6BDF5;
  }
  .defect-guide .defect-steps .item::before {
    display: none;
  }
  .defect-guide .defect-steps .item .title {
    padding: 8px 0;
    font-size: 16px;
    border-radius: 8px 8px 0 0;
  }
  .defect-guide .defect-steps .item .title.ic::before {
    display: none;
  }
  .defect-guide .defect-steps .item .desc {
    padding: 12px;
  }
}
.identity-verify {
  font-size: var(--font-size-md);
}
.identity-verify .verify-methods-con {
  display: flex;
  justify-content: center;
}
.identity-verify .verify-methods {
  display: flex;
  gap: 40px;
  margin-top: var(--spacing-lg);
  width: calc(100% - 160px);
}
.identity-verify .verify-methods .box {
  width: 50%;
  padding: 40px 40px 32px;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  text-align: center;
}
.identity-verify .verify-methods .box .title {
  margin-bottom: 16px;
  font-size: var(--font-size-tit-md);
  font-family: "Pretendard-Bold";
}
.identity-verify .verify-methods .box .ic {
  display: block;
  width: 140px;
  height: 140px;
  margin: 20px auto;
}
.identity-verify .verify-methods .box .ic.ipin {
  background-image: url(../img/ic_ipin.png);
}
.identity-verify .verify-methods .box .ic.phone {
  background-image: url(../img/ic_phone.png);
}
.identity-verify .verify-methods .box .ic.anonymous {
  background-image: url(../img/ic_anonymous.png);
}
.identity-verify .verify-methods .box .ic.identified {
  background-image: url(../img/ic_identified.png);
}
.identity-verify .verify-methods .box .btn-verify {
  display: inline-block;
  width: 368px;
  max-width: 100%;
  padding: 15px;
  border: 1px solid #222;
  border-radius: 8px;
  font-family: "Pretendard-SemiBold";
}
.identity-verify .verify-methods .box .btn-verify:hover {
  border-color: #0060CE;
  color: #0060CE;
}

@media screen and (max-width: 1280px) {
  .identity-verify .verify-methods {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .identity-verify .verify-methods {
    gap: 20px;
  }
  .identity-verify .verify-methods .box {
    width: calc((100% - 20px) / 2);
  }
  .identity-verify .verify-methods br {
    display: none;
  }
  .identity-verify .verify-methods .btn-verify {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .identity-verify .verify-methods {
    flex-direction: column;
    gap: 8px;
  }
  .identity-verify .verify-methods .box {
    width: 100%;
    padding: 24px 24px 16px;
  }
  .identity-verify .verify-methods .box .title {
    margin-bottom: 12px;
  }
  .identity-verify .verify-methods .box br {
    display: block;
  }
  .identity-verify .verify-methods .box .ic {
    width: 100px;
    height: 100px;
    margin: 12px auto;
    background-size: contain;
  }
  .identity-verify .verify-methods .box .btn-verify {
    width: 200px;
    padding: 10px;
    border-radius: 4px;
  }
}
.participatory-budget .steps {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}
.participatory-budget .steps .item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 176px) / 5);
  height: 120px;
  font-family: "Pretendard-Medium";
  font-size: var(--font-size-md);
  border: 2px solid #0067A9;
  border-radius: 16px;
}
.participatory-budget .steps .item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 20px;
  height: 28px;
  background-image: url(../img/ic_arrow_down.svg);
  transform: translate(100%, -50%) rotate(-90deg);
}
.participatory-budget .steps .item:last-child::before {
  display: none;
}
.participatory-budget .steps .item .title {
  padding: 14px 4px;
  font-family: "Pretendard-Bold";
  color: #003764;
  text-align: center;
  background-color: #F3F6FF;
  border-radius: 16px 16px 0 0;
}
.participatory-budget .steps .item .desc {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Pretendard-Medium";
}
.participatory-budget .part-way {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 820px) {
  .participatory-budget .steps .item {
    width: calc((100% - 176px) / 2);
    height: auto;
    border-radius: 8px;
  }
  .participatory-budget .steps .item .title,
  .participatory-budget .steps .item .desc {
    padding: 12px;
  }
}
@media screen and (max-width: 500px) {
  .participatory-budget {
    flex-direction: column;
  }
  .participatory-budget .steps {
    gap: 32px;
  }
  .participatory-budget .steps .item {
    width: 100%;
  }
  .participatory-budget .steps .item::before {
    top: initial;
    bottom: -8px;
    left: 50%;
    right: initial;
    transform: translate(-50%, 100%) rotate(0);
    width: 12px;
    height: 16px;
    background-size: contain;
  }
}
.jnp-cc-con .jnp-cc .item {
  display: flex;
  gap: 40px;
  margin-bottom: var(--spacing-md);
  font-size: var(--font-size-tit);
}
.jnp-cc-con .jnp-cc .item .title {
  margin-bottom: 28px;
  font-family: "Pretendard-SemiBold";
}
.jnp-cc-con .jnp-cc .item .point-01 {
  color: #97AE1F;
}
.jnp-cc-con .jnp-cc .item .point-02 {
  color: #16A7C2;
}
.jnp-cc-con .jnp-cc .item .point-03 {
  color: #485DAA;
}
.jnp-cc-con .jnp-cc .item .point-04 {
  color: #A1602A;
}
.jnp-cc-con .jnp-cc .item:last-child {
  margin-bottom: 0;
}
.jnp-cc-con .jnp-cc .item .bullet-list li {
  display: flex;
}
.jnp-cc-con .jnp-cc .item .bullet-list li .bold {
  flex-shrink: 0;
  margin-right: 8px;
}
.jnp-cc-con .jnp-cc .btn-row {
  margin-top: var(--spacing-lg);
  text-align: right;
}

@media screen and (max-width: 820px) {
  .jnp-cc-con .jnp-cc .item {
    flex-wrap: wrap;
    gap: 12px;
  }
  .jnp-cc-con .jnp-cc .item .title {
    margin-bottom: 8px;
  }
}
.alert-banner .alert-banner-list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.alert-banner .alert-banner-list li {
  width: calc((100% - 80px) / 3);
  height: 280px;
}
.alert-banner .alert-banner-list li .img-card {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 5px 2px rgba(0, 31, 114, 0.062745098);
}
.alert-banner .alert-banner-list li .img-card a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.alert-banner .alert-banner-list li .img-card a img {
  width: 100%;
  height: 100%;
}
.alert-banner.banner-group li {
  width: auto;
  height: auto;
  padding: 10px;
  border: 1px solid #ddd;
}
.alert-banner.banner-group li .photo-card {
  width: 144px;
  height: 35px;
}

@media screen and (max-width: 500px) {
  .alert-banner .alert-banner-list {
    flex-direction: column;
    gap: 32px;
  }
  .alert-banner .alert-banner-list li {
    width: 100%;
  }
  .alert-banner.banner-group .alert-banner-list {
    flex-direction: initial;
  }
  .alert-banner.banner-group li {
    width: auto;
    height: auto;
  }
  .alert-banner.banner-group li .photo-card {
    width: 144px;
    height: 35px;
  }
}
.privacy-policy {
  display: flex;
  align-items: baseline;
}

.privacy-nav-con {
  position: sticky;
  top: 120px;
  flex-shrink: 0;
  width: 240px;
  padding: 16px 10px;
  margin-right: 30px;
  font-size: 16px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fff;
  z-index: 888;
}
.privacy-nav-con .privacy-nav-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.privacy-nav-con .privacy-nav-title .title {
  font-size: var(--font-size-sm);
  color: #003764;
  font-family: "Pretendard-Bold";
}
.privacy-nav-con .privacy-nav {
  padding: 10px 10px 0;
}
.privacy-nav-con .privacy-nav li > a {
  display: inline-block;
  padding: 8px 0;
}
.privacy-nav-con .privacy-nav li > a.active {
  color: #003764;
  font-family: "Pretendard-SemiBold";
}
.privacy-nav-con .privacy-nav li:hover > a {
  text-decoration: underline;
}

.privacy-label {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px 0;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
}
.privacy-label > li {
  display: inline-block;
  position: relative;
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
}
.privacy-label > li img {
  margin-bottom: 5px;
}
.privacy-label > li .detail {
  display: none;
}
.privacy-label > li:hover .detail {
  display: block;
  position: absolute;
  top: 8%;
  left: 74%;
  width: 120px;
  padding: 5px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #0044cc;
  border-radius: 4px;
  z-index: 2;
}

.privacy_list {
  margin-bottom: 20px;
  font-size: 11pt;
}

.prv-ic > img {
  width: 24px;
  margin-left: 10px;
  vertical-align: middle;
}

.prv-title {
  margin: 10px 0 4px;
  font-family: ngb;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .privacy-nav-con {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .privacy-label > li {
    width: 33%;
  }
}
.viewer-down .viewer-list .viewer-item {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.viewer-down .viewer-list .viewer-item:first-child {
  border-top: 1px solid #ccc;
}
.viewer-down .viewer-list .viewer-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.viewer-down .viewer-list .viewer-info {
  display: flex;
  align-items: center;
}
.viewer-down .viewer-list .viewer-info .viewer-thumb {
  flex-shrink: 0;
  margin-right: 16px;
}
.viewer-down .viewer-list .viewer-title {
  font-family: "Pretendard-SemiBold";
}
.viewer-down .viewer-list .viewer-text {
  font-size: var(--font-size-sm);
}

@media screen and (max-width: 500px) {
  .viewer-down .viewer-list .viewer-item {
    padding: 10px;
  }
  .viewer-down .viewer-list .viewer-info .viewer-thumb {
    margin-right: 8px;
  }
}
.notice-modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4509803922);
  z-index: 999999;
}
.notice-modal .service-notice {
  width: 600px;
  height: 656px;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}
.notice-modal .service-notice .text {
  margin-bottom: 20px;
}
.notice-modal .notice-img-con {
  height: 298px;
  background-color: #F5F7FB;
  background-image: url(../img/logo_02.png);
  background-size: 130px 50px;
  background-position: 40px 20px;
  background-repeat: no-repeat;
}
.notice-modal .notice-img {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-top: 76px;
  background-image: url(../img/img_notice_modal_01.png);
}
.notice-modal .notice-img:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -40px;
  right: -100px;
  width: 100px;
  height: 100px;
  background-image: url(../img/img_notice_modal_02.png);
  background-repeat: no-repeat;
}
.notice-modal .notice-text {
  margin: 24px auto 28px;
}
.notice-modal .notice-text .strong {
  font-family: "Pretendard-Bold";
  color: #D35A2E;
}
.notice-modal .call-text {
  font-size: var(--font-size-tit-md);
  font-family: "Pretendard-Bold";
}
.notice-modal .btn-area {
  margin-bottom: 20px;
}
.notice-modal .btn-confirm {
  width: 160px;
  height: 52px;
  color: #fff;
  font-size: var(--font-size-tit-md);
  font-family: "Pretendard-SemiBold";
  background-color: #0060CE;
  border-radius: 8px;
}
.notice-modal .popup-hide {
  font-size: 16px;
}
.notice-modal .popup-hide .popup-hide-checkbox {
  margin-right: 8px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 500px) {
  .notice-modal .service-notice {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .notice-modal .notice-img-con {
    background-position: 20px 20px;
    background-size: 100px 40px;
  }
  .notice-modal .notice-img {
    width: 160px;
    height: 160px;
    margin-top: 100px;
    background-size: contain;
  }
  .notice-modal .notice-img:after {
    top: -40px;
    right: -80px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .notice-modal .notice-text {
    padding: 0 20px;
  }
  .notice-modal .notice-text .br-only {
    display: none;
  }
  .notice-modal .btn-area {
    margin-bottom: 40px;
  }
  .notice-modal .btn-confirm {
    width: 140px;
    height: 42px;
  }
  .notice-modal .popup-hide {
    font-size: 14px;
  }
}