@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard/Pretendard-Black.woff2") format("woff2"), url("fonts/Pretendard/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  src: url("fonts/GmarketSans/GmarketSans-Bold.woff2") format("woff2"), url("fonts/GmarketSans/GmarketSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans Bold";
  src: url("fonts/GmarketSansOTF/GmarketSansBold.otf") format("woff2"), url("fonts/GmarketSansOTF/GmarketSansBold.otf") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* reset */
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
button,
abbr,
address,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

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

/* HTML5 display-role reset for older browsers */
html {
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #414858;
}

ol,
ul {
  list-style: none;
}

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

img {
  border: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
}

address {
  font-style: normal;
}

button {
  display: inline-block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

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

input,
button,
a,
select,
option {
  font-family: inherit;
  font-size: inherit;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  position: absolute;
  vertical-align: middle;
}
input[type=checkbox]::-ms-check,
input[type=radio]::-ms-check {
  border: solid 1px #fff;
}

input[type=text]::-ms-clear {
  display: none;
}

caption,
hr {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  background: 0 0;
  font-size: 0;
  color: transparent;
  line-height: 0;
  text-indent: 100%;
}

pre {
  word-break: break-all;
  white-space: pre-line;
}

li {
  list-style: none;
}

strong,
b {
  font-weight: normal;
}

/* Accessibility Navigation */
#accNav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 0;
}

#accNav a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  margin-bottom: -1px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

#accNav a:focus,
#accNav a:hover,
#accNav a:active {
  z-index: 1000;
  width: 100%;
  height: auto;
  padding: 5px 0;
  background: #444;
  color: #fff;
  font-weight: 700;
}

/* common */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.hidden {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

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

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.pos-r {
  position: relative;
}

.va-t {
  vertical-align: top;
}

.flex {
  display: flex;
}
.flex.ac {
  align-items: center;
}
.flex.sb {
  justify-content: space-between;
}
.flex.top {
  align-items: flex-start;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.right {
  justify-content: flex-end;
}

.web {
  display: block;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}

.tablet-mobile {
  display: none;
}

/* 사이트맵 오픈 시 body 스타일 */
body.sitemap-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* select 초기화 */
select {
  border-radius: 0;
  /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none;
  /* 화살표 없애기 for chrome*/
  -moz-appearance: none;
  /* 화살표 없애기 for firefox*/
  appearance: none;
  /* 화살표 없애기 공통*/
  outline: none;
}
select::-ms-expand {
  display: none;
}
select:focus-visible {
  outline: 1px solid;
}

input[type=text],
input[type=password] {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #f0f4f9;
  border: none;
  font-size: 16px;
  color: #2e3340;
}
input[type=text]:disabled,
input[type=password]:disabled {
  background-color: #d9dce1;
  color: rgba(65, 72, 88, 0.7);
}
input[type=text]:focus-visible,
input[type=password]:focus-visible {
  outline: solid 1px #0f4fea;
}
input[type=text]::placeholder,
input[type=password]::placeholder {
  color: #6c717b;
}
input[type=text]:read-only:focus-visible,
input[type=password]:read-only:focus-visible {
  outline: none;
}

.select {
  position: relative;
  min-width: 160px;
}
.select select {
  display: none;
}
.select .select-selected {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  text-align: left;
  color: #2e3340;
  word-break: keep-all;
  border-radius: 999px;
  border: 1px solid #f0f4f9;
  background-color: #f0f4f9;
  cursor: pointer;
}
.select .select-selected::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-select-arrow.svg");
}
.select .select-selected.select-arrow-active {
  border-radius: 24px 24px 0 0;
  border: solid 1px #0f4fea;
  line-height: 47px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
}
.select .select-selected.select-arrow-active::after {
  top: 15px;
  transform: rotate(180deg);
}
.select .select-selected.select-arrow-active + .select-items {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 8px 0;
  border-radius: 0 0 24px 24px;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}
.select .select-items div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
  padding: 12px 16px;
  font-size: 16px;
  color: #2e3340;
  text-align: left;
  cursor: pointer;
}
.select .select-items div:hover {
  font-weight: 600;
  color: #0f4fea;
}
.select .select-items.select-hide {
  display: none;
}

.tab-wrap .tab-list {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.tab-wrap .tab-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 5px 16px;
  background-color: #333539;
  font-size: 16px;
  font-weight: 700;
  color: #b2b4b9;
  word-break: keep-all;
}
.tab-wrap .tab-list li:hover a {
  background-color: #2fc61a;
  color: #fff;
}
.tab-wrap .tab-list li.active a {
  background-color: #249914;
  color: #fff;
}
.tab-wrap .tab-list li:first-child a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tab-wrap .tab-list li:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.tab-wrap .tab-cont {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  color: #000;
}
.tab-wrap .tab-cont.active {
  display: block;
  visibility: visible;
  opacity: 1;
  height: 100%;
  flex-grow: 1;
}

.radio-group {
  display: flex;
  align-items: center;
  gap: 30px;
}

.radio {
  display: inline-block;
  cursor: pointer;
}
.radio:last-child {
  margin-right: 0;
}
.radio input[type=radio] {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 -1px !important;
  background-color: transparent;
}
.radio input[type=radio]:disabled + label::before {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-radio-disabled.svg");
}
.radio label {
  position: relative;
  display: inline-block;
  min-height: 24px;
  padding-left: 28px !important;
  color: #1f242f;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
}
.radio label:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-radio.svg");
  vertical-align: middle;
}
.radio input[type=radio]:checked + label:before {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-radio-checked.svg");
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.table.x-scroll {
  overflow-x: auto;
}
.table.x-scroll table {
  min-width: 700px;
}
.table.x-scroll::-webkit-scrollbar {
  height: 10px;
}
.table.x-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: #d1d6dd;
  border-radius: 999px;
}
.table.x-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}
.table.default table {
  border-top: solid 1px #52607d;
}
.table.default table thead tr {
  border-bottom: solid 1px #d1d6dd;
}
.table.default table thead tr th {
  height: 64px;
  padding: 20px 16px;
  background-color: #f9faff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2e3340;
}
.table.default table tbody tr {
  border-bottom: solid 1px #d1d6dd;
}
.table.default table tbody tr th {
  height: 64px;
  padding: 20px 16px;
  background-color: #f9faff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2e3340;
  word-break: break-all;
}
.table.default table tbody tr td {
  height: 64px;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #414858;
  text-align: center;
}
.table.default table tbody tr td .title {
  color: #414858;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
}
.table.default table tbody tr td .list {
  margin-top: 4px;
}
.table.default table tbody tr td .tit {
  display: block;
  margin-bottom: 4px;
}
.table.default table tbody tr.fixed td {
  background-color: #f4f9ff;
  font-weight: 600;
  color: #2e3340;
}
.table.default table tbody tr.fixed td .title {
  color: #2e3340;
}
.table.default table strong {
  font-weight: 600;
}
.table.default.hover table tbody tr:not(.fixed):not(.nodata):hover {
  background-color: #0f4fea;
}
.table.default.hover table tbody tr:not(.fixed):not(.nodata):hover td {
  color: #fff;
}
.table.default.hover table tbody tr:not(.fixed):not(.nodata):hover td .title {
  color: #fff;
}
.table.horizontal table {
  border-collapse: separate;
  border-top: solid 1px #2e3340;
}
.table.horizontal table tbody tr th {
  padding: 16px;
  border-right: solid 1px #d1d6dd;
  border-bottom: solid 1px #d1d6dd;
  background-color: #f9faff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2e3340;
}
.table.horizontal table tbody tr td {
  padding: 16px;
  border-bottom: solid 1px #d1d6dd;
  background-color: #fff;
}
.table.horizontal table tbody tr input[type=text],
.table.horizontal table tbody tr input[type=password] {
  width: 100%;
  max-width: 410px;
}
.table.horizontal table tbody tr input[type=text].file-box,
.table.horizontal table tbody tr input[type=password].file-box {
  max-width: 604px;
}
.table.horizontal table tbody tr .select {
  width: 100%;
}
.table.horizontal table tbody tr .msg {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
  font-size: 15px;
  color: #6c717b;
}
.table.horizontal table tbody tr .msg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-exclamation-mark.svg");
}
.table.horizontal table tbody tr .group-form {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #2e3340;
}
.table.horizontal table tbody tr .group-form .flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.table.horizontal table tbody tr .group-form.phone input[type=text] {
  max-width: 160px;
}
.table.horizontal table tbody tr .group-form.phone input[type=text]:first-child {
  max-width: 120px;
}
.table.horizontal table tbody tr .group-form.email input[type=text] {
  max-width: 280px;
}
.table.horizontal table tbody tr .group-form.email .select {
  max-width: 280px;
}
.table.horizontal table tbody tr .group-form.address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.table.horizontal table tbody tr .group-form.address .flex {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.table.horizontal table tbody tr .group-form.address input[type=text] {
  max-width: 700px;
}
.table.horizontal table tbody tr .group-form.address input[type=text].sm {
  max-width: 140px;
}
.table.grid ul {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #52607d;
}
.table.grid ul li {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  gap: 12px;
  border-bottom: solid 1px #e3e7ed;
}
.table.grid ul li .tr {
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 0 24px;
}
.table.grid ul li .tr .th {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #2e3340;
}
.table.grid ul li .tr .td {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  color: #414858;
}
.table.list ul {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #52607d;
}
.table.list ul li {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  row-gap: 2px;
  border-bottom: solid 1px #e3e7ed;
}
.table.list ul li div {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  color: #414858;
}
.table.list ul li div .icon.fixed {
  margin-right: 6px;
}
.table.list ul li div .title {
  font-weight: 600;
  color: #414858;
}
.table.list ul li.fixed {
  background-color: #f4f9ff;
}
.table.list ul li.fixed div .title {
  color: #2e3340;
}
.table.view table tbody tr.view-head {
  border-bottom: solid 1px #e3e7ed;
}
.table.view table tbody tr.view-head td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border-top: solid 1px #52607d;
  background-color: #f9faff;
}
.table.view table tbody tr.view-head td .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: #2e3340;
}
.table.view table tbody tr.view-head td .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: #6c717b;
}
.table.view table tbody tr.view-content td {
  padding: 30px;
}
.table.view table tbody tr.view-content td .text {
  min-height: 300px;
  font-size: 16px;
  line-height: 1.5;
  color: #414858;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word;
}
.table .nodata p {
  padding: 126px 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #414858;
}
.table .nodata p::before {
  display: block;
  content: "";
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-data-no.svg");
}
.table + .list {
  margin-top: 12px;
}
.table + .list.mt16 {
  margin-top: 16px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.pagination button,
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 16px;
  color: #414858;
  border-radius: 50%;
}
.pagination button.first,
.pagination a.first {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-first-b.svg");
}
.pagination button.prev,
.pagination a.prev {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-prev-b.svg");
}
.pagination button.next,
.pagination a.next {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-next-b.svg");
}
.pagination button.last,
.pagination a.last {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-last-b.svg");
}
.pagination button.active,
.pagination a.active {
  background-color: #0f4fea;
  color: #fff;
  font-weight: bold;
}
.pagination button:hover,
.pagination a:hover {
  font-weight: bold;
  background-color: #0f4fea;
  color: #fff;
}
.pagination button:hover.first,
.pagination a:hover.first {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-first-w.svg");
}
.pagination button:hover.prev,
.pagination a:hover.prev {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-prev-w.svg");
}
.pagination button:hover.next,
.pagination a:hover.next {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-next-w.svg");
}
.pagination button:hover.last,
.pagination a:hover.last {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-last-w.svg");
}

.btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  gap: 8px;
}
.btn-area .btn {
  min-width: 180px;
  height: 48px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.blue {
  background-color: #0f4fea;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.btn.blue:hover {
  background-color: #06307a;
}
.btn.gray {
  background-color: #6c717b;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.btn.gray:hover {
  background-color: #4c4f56;
}
.btn.outline {
  height: 40px;
  padding: 8px 16px;
  background-color: #fff;
  border: solid 1px #0f4fea;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #0f4fea;
  cursor: pointer;
}
.btn.outline:hover {
  background-color: #f0f4f9;
  border: solid 1px #06307a;
  color: #06307a;
}
.btn.sm {
  height: 40px;
  padding: 8px 16px;
  font-size: 15px;
}
.btn.lg {
  width: 260px;
  height: 59px;
  font-size: 18px;
}

.list.hyphen {
  display: flex;
  flex-direction: column;
}
.list.hyphen li {
  display: flex;
  flex-direction: column;
  padding-left: 11px;
}
.list.hyphen li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
  display: block;
}

.list+.list{
  margin-top: 4px;
}
.list.bullet {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.list.bullet li {
  padding-left: 13px;
}
.list.bullet li::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-bullet-b.svg");
}
.list.bullet li strong {
  display: inline-block;
  margin-right: 8px;
  font-weight: 600;
  color: #1f242f;
  white-space: nowrap;
}
.list.refer {
  display: flex;
  flex-direction: column;
}
.list.refer li {
  padding-left: 14px;
}
.list.refer li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  display: block;
}
.list.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.list.gap4 {
  gap: 4px;
}
.list li {
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #414858;
}
.list li .bold {
  font-weight: 600;
}
.list li.mt24 {
  margin-top: 24px;
}
.list + .table {
  margin-top: 12px;
}

.color-blue {
  color: #0f4fea;
}

.search-area {
  margin-bottom: 40px;
}

.tab-container {
  margin-top: 100px;
}
.tab-container .tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-container .tab-nav .tab-item.active .tab-btn,
.tab-container .tab-nav .tab-item.active .tab-link, .tab-container .tab-nav .tab-item:hover .tab-btn {
  font-weight: 600;
  color: #000;
}
.tab-container .tab-nav .tab-item.active .tab-btn::after,
.tab-container .tab-nav .tab-item.active .tab-link::after, .tab-container .tab-nav .tab-item:hover .tab-btn::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0f4fea;
}
.tab-container .tab-nav .tab-item .tab-btn,
.tab-container .tab-nav .tab-item .tab-link {
  position: relative;
  display: block;
  min-width: 250px;
  padding-bottom: 30px;
  background-color: #fff;
  border-bottom: solid 1px #c7cacf;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #6c717b;
  white-space: nowrap;
  cursor: pointer;
}
.tab-container .tab-content {
  display: none;
}
.tab-container .tab-content.active {
  display: block;
}

.sub-tab-container {
  margin-top: 60px;
}
.sub-tab-container .sub-tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.sub-tab-container .sub-tab-nav .sub-tab-item.active .sub-tab-btn, .sub-tab-container .sub-tab-nav .sub-tab-item:hover .sub-tab-btn {
  background-color: #0f4fea;
  color: #fff;
  font-weight: 600;
}
.sub-tab-container .sub-tab-nav .sub-tab-item .sub-tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #6c717b;
  border-radius: 999px;
  background-color: #f0f4f9;
  cursor: pointer;
}
.sub-tab-container .sub-tab-content {
  display: none;
}
.sub-tab-container .sub-tab-content.active {
  display: block;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 1600px) {
  .sub-tab-container .sub-tab-nav .sub-tab-item .sub-tab-btn {
    min-width: initial;
  }
}
@media screen and (max-width: 1024px) {
  .web {
    display: none;
  }
  .web.tablet-visible,
  .table.default.web.tablet-visible {
    display: none;
  }
  .tablet {
    display: block;
  }
  .mobile {
    display: block;
  }
  .tablet-mobile {
    display: block;
  }
  .search-area {
    margin-bottom: 30px;
  }
  input[type=text] {
    padding: 12px 16px;
    font-size: 15px;
  }
  .select .select-selected {
    padding: 8px 16px;
    font-size: 15px;
  }
  .select .select-selected::after {
    right: 16px;
  }
  .select .select-items div {
    height: 42px;
    font-size: 15px;
  }
  .radio-group {
    gap: 12px;
  }
  .table.default table thead tr th {
    height: 55px;
    padding: 16px;
    font-size: 15px;
  }
  .table.default table tbody tr th {
    height: 55px;
    padding: 16px;
    font-size: 15px;
  }
  .table.default table tbody tr td {
    height: 55px;
    padding: 16px;
    font-size: 15px;
  }
  .table.horizontal table tbody tr th {
    font-size: 15px;
  }
  .table.horizontal table tbody tr input[type=text],
  .table.horizontal table tbody tr input[type=password] {
    max-width: initial;
  }
  .table.horizontal table tbody tr input[type=text].file-box,
  .table.horizontal table tbody tr input[type=password].file-box {
    max-width: initial;
  }
  .table.horizontal table tbody tr .group-form {
    display: flex;
    align-items: center;
  }
  .table.horizontal table tbody tr .group-form.phone .flex:first-child input[type=text] {
    max-width: 120px;
    min-width: 120px;
  }
  .table.horizontal table tbody tr .group-form.phone .flex:last-child {
    width: 100%;
  }
  .table.horizontal table tbody tr .group-form.phone input[type=text] {
    max-width: initial;
  }
  .table.horizontal table tbody tr .group-form.phone input[type=text]:first-child {
    max-width: initial;
  }
  .table.horizontal table tbody tr .group-form.email .flex:first-child {
    width: 35%;
  }
  .table.horizontal table tbody tr .group-form.email .flex:last-child {
    width: 65%;
  }
  .table.horizontal table tbody tr .group-form.email input[type=text] {
    max-width: initial;
  }
  .table.horizontal table tbody tr .group-form.email .select {
    max-width: initial;
  }
  .table.horizontal table tbody tr .group-form.address input[type=text] {
    max-width: initial;
  }
  .table.horizontal table tbody tr .group-form.address input[type=text].sm {
    max-width: initial;
  }
  .table.horizontal table tbody tr .msg::before {
    top: 1px;
  }
  .table.horizontal table tbody tr .wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .table.horizontal table tbody tr .wrap .btn {
    width: 100%;
  }
  .table.grid {
    display: block;
  }
  .table.grid ul li .tr {
    padding: 0 16px;
  }
  .table.list {
    display: block;
  }
  .table.view table tbody tr.view-head td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    row-gap: 8px;
  }
  .table.view table tbody tr.view-head td .title {
    font-size: 20px;
  }
  .table.view table tbody tr.view-head td .date {
    font-size: 15px;
  }
  .table.view table tbody tr.view-content td {
    padding: 24px;
  }
  .table.view table tbody tr.view-content td .text {
    min-height: 200px;
    font-size: 15px;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .table .nodata p {
    padding: 48px 0;
    font-size: 16px;
  }
  .table + .list.mt16 {
    margin-top: 12px;
  }
  .btn-area {
    margin-top: 20px;
  }
  .btn-area .btn {
    flex: 1;
    height: 44px;
    min-width: initial;
  }
  .btn-area .btn.blue {
    font-size: 15px;
  }
  .btn.lg {
    height: 47px;
    font-size: 16px;
  }
  .list.bullet li::before {
    top: 8px;
  }
  .list.col2 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .list li {
    font-size: 15px;
  }
  .list li.mt24 {
    margin-top: 20px;
  }
  .list + .table {
    margin-top: 10px;
  }
  .tab-container {
    margin-top: 60px;
  }
  .tab-container .tab-nav .tab-item {
    flex: 1;
  }
  .tab-container .tab-nav .tab-item .tab-btn,
  .tab-container .tab-nav .tab-item .tab-link {
    width: 100%;
    min-width: initial;
    padding-bottom: 16px;
    font-size: 17px;
  }
  .sub-tab-container {
    margin-top: 40px;
  }
  .sub-tab-container .sub-tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .sub-tab-container .sub-tab-nav .sub-tab-item {
    flex: 1;
  }
  .sub-tab-container .sub-tab-nav .sub-tab-item .sub-tab-btn {
    width: 100%;
    min-width: initial;
    padding: 11px 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .web {
    display: none;
  }
  .tablet {
    display: none;
  }
  .mobile {
    display: block;
  }
  .table.default.mobile table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
  }
  .table.default.mobile table thead tr th {
    padding: 12px 8px;
    font-size: 14px;
  }
  .table.default.mobile table tbody tr th,
  .table.default.mobile table tbody tr td {
    padding: 12px 8px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    height: auto;
  }
  .table.horizontal table tbody tr .group-form.phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .table.horizontal table tbody tr .group-form.phone .flex:first-child {
    width: 100%;
  }
  .table.horizontal table tbody tr .group-form.phone .flex:first-child input[type=text] {
    max-width: initial;
    min-width: initial;
  }
  .table.horizontal table tbody tr .group-form.email {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .table.horizontal table tbody tr .group-form.email .flex:first-child {
    width: 100%;
  }
  .table.horizontal table tbody tr .group-form.email .flex:last-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .table.list ul li {
    padding: 20px 16px;
  }
  .table.view table tbody tr.view-head td {
    padding: 16px;
  }
  .table.view table tbody tr.view-content td {
    padding: 16px;
  }
  .table.view table tbody tr.view-content td .text {
    min-height: 240px;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .sub-tab-container .sub-tab-nav.col3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
  .sub-tab-container .sub-tab-nav.col3 .sub-tab-item {
    flex: 1;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}
#header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 50px;
  height: 80px;
}
#header .inner .right {
  display: flex;
  align-items: center;
}
#header .logo a {
  position: relative;
  display: block;
}
#header .logo a img {
  height: 30px;
}
#header .logo a .logo-default {
  opacity: 1;
}
#header .logo a .logo-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#header .gnb .gnb-list {
  display: flex;
  align-items: center;
}
#header .gnb .gnb-item {
  position: relative;
}
#header .gnb .gnb-item .gnb-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  margin: 0 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
#header .gnb .gnb-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.1s ease;
}
#header .gnb .gnb-item .sub-menu .sub-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
#header .gnb .gnb-item .sub-menu .sub-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 16px;
  font-weight: 500;
  color: #6c717b;
  text-decoration: none;
  white-space: nowrap;
}
#header .gnb .gnb-item .sub-menu .sub-list li a:hover {
  color: #1f242f;
}
#header .gnb .gnb-item:last-child .sub-menu {
  left: 48%;
}
#header .gnb .gnb-item:last-child .sub-menu .sub-list {
  transform: translateX(-60px);
}
#header .gnb .gnb-item.active .gnb-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0f4fea;
}
#header .gnb .gnb-item.active .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
  transition-delay: 0.05s;
}
#header .site-map {
  width: 40px;
  height: 40px;
  margin-left: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-sitemap-w.svg");
}
#header .sub-menu-bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  border-top: 1px solid #e3e7ed;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.1s ease;
}
#header .header-dim {
  position: absolute;
  top: calc(100% + 70px);
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(21, 22, 23, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 98;
  transition: all 0.1s ease;
}
#header.gnb-hover {
  background: #fff;
  transition: background 0.3s ease;
}
#header.gnb-hover .logo .logo-default {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#header.gnb-hover .logo .logo-hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#header.gnb-hover .gnb-link {
  color: #1f242f !important;
  transition: color 0.3s ease;
}
#header.gnb-hover .gnb-link:hover {
  color: #0f4fea !important;
}
#header.gnb-hover .sub-menu-bg {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.05s;
}
#header.gnb-hover .header-dim {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.05s;
}
#header.gnb-hover .site-map {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-sitemap-b.svg");
}
#header .sitemap-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(21, 22, 23, 0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#header .sitemap-overlay.active {
  opacity: 1;
  visibility: visible;
}
#header .sitemap-overlay .sitemap-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  max-width: 600px;
  min-width: 600px;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
#header .sitemap-overlay .sitemap-container .sitemap-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 24px;
}
#header .sitemap-overlay .sitemap-container .sitemap-header .logo {
  display: none;
}
#header .sitemap-overlay .sitemap-container .sitemap-header .logo a img {
  position: initial;
  height: 26px;
  opacity: 1;
}
#header .sitemap-overlay .sitemap-container .sitemap-header .btn.sitemap-close {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-sitemap-close.svg");
  cursor: pointer;
}
#header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 10px 50px;
}
#header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item {
  min-height: 230px;
  border-radius: 30px;
  overflow: hidden;
}
#header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item:not(.image) {
  padding: 36px 30px;
  background-color: #f0f4f9;
}
#header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-category {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #1f242f;
}
#header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 18px;
}
#header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-list li a {
  font-size: 18px;
  line-height: 1.5;
  color: #414858;
}
#header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-list li a:hover {
  font-weight: 500;
  color: #0f4fea;
  text-decoration: underline;
}
#header .sitemap-overlay.active .sitemap-container {
  transform: translateX(0);
}

@media screen and (max-width: 1024px) {
  #header .inner {
    height: 60px;
    padding: 0 16px 0 24px;
  }
  #header .logo a {
    height: 26px;
  }
  #header .logo a img {
    height: 26px;
  }
  #header .gnb {
    display: none;
  }
  #header .sitemap-overlay {
    transition: none;
  }
  #header .sitemap-overlay .sitemap-container {
    width: 100%;
    max-width: none;
    min-width: auto;
    transform: initial;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-header {
    height: 60px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-header .logo {
    display: block;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content {
    flex-direction: column;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 10px 24px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item {
    min-height: initial;
    border-radius: 24px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item:not(.image) {
    padding: 0;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item.image {
    height: 190px;
    box-shadow: 0 4px 10px 0 rgba(15, 20, 54, 0.1);
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item.image img {
    height: auto;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-category {
    position: relative;
    padding: 24px;
    font-size: 22px;
    cursor: pointer;
    transition: color 0.2s ease;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-category::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/ico-sitemap-arrow-open.svg");
    background-size: contain;
    transition: transform 0.2s ease;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-category.active {
    padding-bottom: 16px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-category.active::after {
    transform: rotateX(180deg);
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-list {
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    padding: 0 24px;
    transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s ease;
    opacity: 0;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-list.active {
    max-height: 300px;
    margin-bottom: 24px;
    opacity: 1;
  }
  #header .sitemap-overlay.active .sitemap-container {
    transform: initial;
  }
}
@media screen and (max-width: 768px) {
  #header .inner {
    height: 60px;
    padding: 0 8px 0 16px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-header {
    padding: 0 8px 0 16px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-header .btn.sitemap-close {
    right: 8px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu {
    padding: 10px 16px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item {
    border-radius: 20px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item.image {
    height: 160px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-category {
    padding: 20px;
    font-size: 20px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-category::after {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-list {
    padding: 0 20px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-list li a {
    font-size: 16px;
  }
  #header .sitemap-overlay .sitemap-container .sitemap-content .sitemap-menu .sitemap-item .sitemap-list.active {
    margin-bottom: 20px;
  }
}
#footer {
  background-color: #1f242f;
}
#footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 50px;
}
#footer .inner .footer-left .footer-info {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
#footer .inner .footer-left .footer-info p {
  font-size: 16px;
  color: #c7cacf;
  white-space: nowrap;
}
#footer .inner .footer-left .footer-info p:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: -1px 8px 0;
  transform: rotate(30deg);
  background-color: rgba(227, 231, 237, 0.3);
  vertical-align: middle;
}
#footer .inner .footer-left .footer-copyright {
  margin-top: 6px;
  font-size: 14px;
  color: #8f949c;
}
#footer .inner .footer-left .footer-links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}
#footer .inner .footer-left .footer-links .btn.link {
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  border: solid 1px #414858;
  background-color: #1f242f;
  font-size: 15px;
  color: #fff;
}
#footer .inner .footer-left .footer-links .btn.link.blue {
  border: solid 1px #0f4fea;
  background-color: #0f4fea;
  font-weight: bold;
  color: #fff;
}
#footer .inner .footer-left .footer-links .btn.link.blue:hover {
  border: solid 1px #06307a;
  background-color: #06307a;
}
#footer .inner .footer-left .footer-links .btn.link:hover:not(.blue) {
  border: solid 1px #0f4fea;
  background-color: #2e3340;
}
#footer .inner .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#footer .inner .footer-right .btn.channel {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 140px;
  height: 44px;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #fedc00;
}
#footer .inner .footer-right .btn.channel span {
  margin-left: 2px;
  font-size: 15px;
  font-weight: 500;
  color: #030303;
  white-space: nowrap;
}
#footer .inner .footer-right .contact-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#footer .inner .footer-right .contact-info .contact-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
#footer .inner .footer-right .contact-info .contact-item .label {
  font-size: 16px;
  text-align: right;
  color: #c7cacf;
}
#footer .inner .footer-right .contact-info .contact-item .number {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  color: #fff;
  white-space: nowrap;
}
#footer .inner .footer-right .contact-info .contact-item:not(:last-child) {
  margin-right: 60px;
}
#footer .inner .footer-right .contact-info .contact-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 42px;
  background-color: #414858;
}

@media screen and (max-width: 1024px) {
  #footer .inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 50px 24px;
  }
  #footer .inner .footer-left {
    width: 100%;
  }
  #footer .inner .footer-left .logo img {
    height: 26px;
  }
  #footer .inner .footer-left .footer-info {
    display: flex;
    align-items: center;
    margin-top: 12px;
  }
  #footer .inner .footer-left .footer-info p {
    font-size: 14px;
  }
  #footer .inner .footer-left .footer-links {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  #footer .inner .footer-left .footer-links .btn.link {
    flex: 1;
    height: 40px;
  }
  #footer .inner .footer-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #414858;
  }
  #footer .inner .footer-right .btn.channel {
    width: 135px;
    height: 42px;
    padding: 8px 14px;
  }
  #footer .inner .footer-right .contact-info {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  #footer .inner .footer-right .contact-info .contact-item {
    align-items: flex-start;
  }
  #footer .inner .footer-right .contact-info .contact-item .label {
    text-align: left;
  }
  #footer .inner .footer-right .contact-info .contact-item .number {
    font-size: 22px;
    text-align: left;
  }
  #footer .inner .footer-right .contact-info .contact-item:not(:last-child) {
    margin-right: 40px;
  }
  #footer .inner .footer-right .contact-info .contact-item:not(:last-child)::after {
    right: -20px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer .inner {
    padding: 50px 16px;
  }
  #footer .inner .footer-left .footer-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 4px;
  }
  #footer .inner .footer-left .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  #footer .inner .footer-left .footer-links .btn.link {
    width: 100%;
  }
  #footer .inner .footer-right {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }
  #footer .inner .footer-right .btn.channel {
    width: 100%;
    justify-content: center;
  }
  #footer .inner .footer-right .contact-info {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  #footer .inner .footer-right .contact-info .contact-item {
    align-items: flex-start;
  }
  #footer .inner .footer-right .contact-info .contact-item .label {
    text-align: left;
  }
  #footer .inner .footer-right .contact-info .contact-item .number {
    font-size: 22px;
    text-align: left;
  }
  #footer .inner .footer-right .contact-info .contact-item:not(:last-child) {
    margin-right: 40px;
  }
  #footer .inner .footer-right .contact-info .contact-item:not(:last-child)::after {
    right: -20px;
    height: 30px;
  }
}
#wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
#wrap #container {
  flex-grow: 1;
}

#contents .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 150px 0;
}
#contents .inner section {
  margin-top: 100px;
}
#contents .inner section.mt60 {
  margin-top: 60px;
}

.footer-wrap #header .logo a .logo-hover {
  opacity: 1;
}
.footer-wrap #header .gnb .gnb-item .gnb-link {
  color: #1f242f;
}
.footer-wrap #header .site-map {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-sitemap-b.svg");
}
.footer-wrap .sub-visual {
  height: 140px;
  padding-top: 80px;
}

.main-page {
  background-color: #f0f4f9;
}
.main-page .main-visual {
  position: relative;
  height: 100vh;
  background-image: url(../images/common/main-visual.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main-page .main-visual .visual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1648px;
  margin: 0 auto;
  padding: 0 24px;
}
.main-page .main-visual .visual .top {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.main-page .main-visual .visual .top .banner-area {
  position: relative;
  width: 980px;
  height: 550px;
  border-radius: 30px;
  box-shadow: 0 4px 10px 0 rgba(15, 20, 54, 0.1);
  overflow: hidden;
}
.main-page .main-visual .visual .top .banner-area img {
  width: 100%;
}
.main-page .main-visual .visual .top .banner-area .swiper-controls {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-page .main-visual .visual .top .banner-area .swiper-controls .swiper-pagination {
  position: initial;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-page .main-visual .visual .top .banner-area .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.8;
  border-radius: 999px;
  background-color: rgba(205, 205, 205, 0.5);
}
.main-page .main-visual .visual .top .banner-area .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #0f4fea;
  opacity: 1;
}
.main-page .main-visual .visual .top .banner-area .swiper-controls .swiper-play-pause .btn {
  display: block;
  width: 16px;
  height: 16px;
}
.main-page .main-visual .visual .top .banner-area .swiper-controls .swiper-play-pause .btn.play-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-play.svg");
}
.main-page .main-visual .visual .top .banner-area .swiper-controls .swiper-play-pause .btn.pause-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-stop.svg");
}
.main-page .main-visual .visual .top .banner-area .txt-area {
  position: absolute;
  top: 158px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.main-page .main-visual .visual .top .banner-area .txt-area strong {
  display: block;
  margin-bottom: 30px;
  font-family: "GmarketSans Bold";
  font-size: 76px;
  color: #fff;
}
.main-page .main-visual .visual .top .banner-area .txt-area p {
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.main-page .main-visual .visual .top .banner-area .txt-area p .blue {
  font-weight: 700;
  color: #96d1ff;
}
.main-page .main-visual .visual .top .link-area {
  width: calc(100% - 1010px);
  height: 550px;
}
.main-page .main-visual .visual .top .link-area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  height: 100%;
}
.main-page .main-visual .visual .top .link-area ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 4px 10px 0 rgba(15, 20, 54, 0.1);
  background-image: linear-gradient(131deg, #1b5fff 0%, #0044e9 79%);
}
.main-page .main-visual .visual .top .link-area ul li a .tit {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}
.main-page .main-visual .visual .top .link-area ul li a img {
  position: absolute;
  right: 24px;
  bottom: 15px;
  width: 70px;
  height: 70px;
}
.main-page .main-visual .visual .bottom {
  width: 100%;
}
.main-page .main-visual .visual .bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.main-page .main-visual .visual .bottom ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: 49%;
  height: 100px;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 4px 20px 0 rgba(15, 20, 54, 0.1);
}
.main-page .main-visual .visual .bottom ul li .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
}
.main-page .main-visual .visual .bottom ul li .cont {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 25px;
  overflow: hidden;
}
.main-page .main-visual .visual .bottom ul li .cont .swiper {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main-page .main-visual .visual .bottom ul li .cont .swiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
}
.main-page .main-visual .visual .bottom ul li .cont .text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 38px;
}
.main-page .main-visual .visual .bottom ul li .cont .text a {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}
.main-page .main-visual .visual .bottom ul li .cont::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
}
.main-page .main-visual .visual .bottom ul li .btn.more {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.1);
  background-color: rgba(233, 242, 255, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-main-more.svg");
}
.main-page .main-visual .visual .bottom ul li.notice {
  background-color: rgba(22, 189, 250, 0.05);
  background-image: linear-gradient(to right, rgba(22, 189, 250, 0.5) 0%, rgba(22, 189, 250, 0.5) 100%);
}
.main-page .main-visual .visual .bottom ul li.unexpected {
  background-color: rgba(255, 128, 43, 0.05);
  background-image: linear-gradient(to right, rgba(255, 128, 43, 0.5) 0%, rgba(255, 128, 43, 0.5) 100%);
}
.main-page .main-visual .bg {
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(5, 13, 26, 0.2);
}
.main-page .main-visual .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-page .main-visual .icon.main-arrow-down {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-main-arrow-down.svg");
  z-index: 10;
}
.main-page .main-visual .notch {
  width: 100%;
  min-width: 2000px;
  height: 28px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.main-page .main-content .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 122px 0 100px;
}
.main-page .main-content .inner h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #2e3340;
}
.main-page .main-content .inner .traffic-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1099px;
  gap: 20px;
  margin-top: 30px;
}
.main-page .main-content .inner .traffic-cont .info-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 430px;
  height: 100%;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info {
  height: calc(100% - 233px);
  border-radius: 30px;
  box-shadow: 0 4px 10px 0 rgba(15, 20, 54, 0.1);
  background-color: #fff;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .head {
  padding: 30px 30px 0;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .head .flex {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding-bottom: 4px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .head .flex .tit {
  font-size: 22px;
  font-weight: bold;
  color: #141414;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .head .flex .direction {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #414858;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .head .flex .btn-area {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  gap: 4px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .head .time-total {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .head .time-total .txt {
  font-size: 16px;
  font-weight: 500;
  color: #414858;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .head .time-total .txt::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: -3px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-time.svg");
  vertical-align: middle;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .head .time-total .time {
  font-size: 18px;
  font-weight: bold;
  color: #06f;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont {
  overflow-y: auto;
  max-height: calc(100% - 103px);
  padding: 0 30px 30px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont::-webkit-scrollbar {
  width: 10px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 1px solid #f0f4f9;
  background-color: #d1d6dd;
  border-radius: 999px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont::-webkit-scrollbar-track {
  background-color: transparent;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont::-webkit-scrollbar-track-piece:end {
  margin-bottom: 30px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item {
  margin-bottom: 8px;
  padding: 24px;
  border-radius: 12px;
  background-color: #f0f4f9;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item .top {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item .top .txt {
  font-size: 18px;
  font-weight: bold;
  color: #141414;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item .bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item .bottom .txt {
  font-size: 14px;
  font-weight: 500;
  color: #2e3340;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item .bottom .txt.time::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: -3px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-clock.svg");
  vertical-align: middle;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item .bottom .txt.km::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: -3px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-km.svg");
  vertical-align: middle;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item .bottom .txt .speed {
  display: inline-block;
  margin-left: 4px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item .bottom .flex {
  display: flex;
  gap: 20px;
}
.main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item:last-child {
  margin-bottom: 0;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info {
  display: flex;
  flex-direction: column;
  height: 213px;
  gap: 16px;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 4px 10px 0 rgba(15, 20, 54, 0.1);
  background-color: #fff;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .head .location {
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .head .location::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: -5px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-pin-fill.svg");
  vertical-align: middle;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather {
  display: flex;
  align-items: center;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather .img {
  margin-right: 10px;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather .img img {
  width: 60px;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather .txt {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather .temper {
  font-size: 36px;
  font-weight: 900;
  color: #141414;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather .temper em {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  font-style: normal;
  color: #141414;
  vertical-align: top;
  font-weight: 400;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather .condition {
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .cont .weather-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 6px;
  border-radius: 10px;
  background-color: #f0f4f9;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .cont .weather-item .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .cont .weather-item .icon.water {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-water.svg");
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .cont .weather-item .icon.compass {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-compass.svg");
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .cont .weather-item .icon.windy {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-windy.svg");
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .cont .weather-item span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #141414;
}
.main-page .main-content .inner .traffic-cont .info-area .weather-info .cont .weather-item span em {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  vertical-align: bottom;
  font-weight: 400;
}
.main-page .main-content .inner .traffic-cont .map-area {
  position: relative;
  width: 940px;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0 4px 10px 0 rgba(15, 20, 54, 0.1);
  background-color: #fff;
  overflow: hidden;
}
.main-page .main-content .inner .traffic-cont .map-area .map {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 50px);
}
.main-page .main-content .inner .traffic-cont .map-area .map .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.main-page .main-content .inner .traffic-cont .map-area .map .tunnel {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.main-page .main-content .inner .traffic-cont .map-area .map .route {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.main-page .main-content .inner .traffic-cont .map-area .map .route svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.main-page .main-content .inner .traffic-cont .map-area .map .route .line.smooth {
  stroke: #27C441;
}
.main-page .main-content .inner .traffic-cont .map-area .map .route .line.congested {
  stroke: #ff0000;
}
.main-page .main-content .inner .traffic-cont .map-area .map .route .line.slow {
  stroke: #ffc000;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area {
  position: absolute;
  top: 0;
  left: 49%;
  transform: translateX(-50%);
  width: 465px;
  height: 980px;
  z-index: 5;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin {
  position: absolute;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin .icon {
  width: 30px;
  height: 30px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt01 {
  top: -5px;
  right: -41px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt02 {
  top: 33px;
  right: -69px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt03 {
  top: 80px;
  right: -40px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt04 {
  top: 190px;
  left: 260px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt05 {
  top: 275px;
  left: 177px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt06 {
  flex-direction: column;
  top: 216px;
  left: 42px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt07 {
  flex-direction: column;
  top: 189px;
  left: -29px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt08 {
  top: 325px;
  left: 140px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt09 {
  top: 474px;
  left: 107px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt10 {
  top: 545px;
  left: 81px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt11 {
  top: 690px;
  left: 155px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt12 {
  top: 787px;
  left: 127px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt13 {
  top: 869px;
  left: 82px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt14 {
  top: 963px;
  left: 145px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest01 {
  top: 183px;
  left: 135px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest02 {
  top: 233px;
  left: 256px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest03 {
  top: 500px;
  left: 0px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest04 {
  top: 633px;
  left: 172px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel01 {
  top: 210px;
  left: 125px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel02 {
  top: 364px;
  left: 27px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel03 {
  top: 630px;
  left: 7px;
}
.main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel04 {
  top: 930px;
  left: 10px;
}
.main-page .main-content .inner .traffic-cont .map-area .title {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.main-page .main-content .inner .traffic-cont .map-area .title strong {
  font-size: 22px;
  font-weight: bold;
  color: #141414;
}
.main-page .main-content .inner .traffic-cont .map-area .legend {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-page .main-content .inner .traffic-cont .map-area .legend .state {
  font-size: 13px;
}
.main-page .main-content .inner .arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.main-page .main-content .inner .arrow.left {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-left.svg");
}
.main-page .main-content .inner .arrow.right {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-right.svg");
}
.main-page .main-content .inner .state {
  font-size: 14px;
  font-weight: 600;
}
.main-page .main-content .inner .state::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  margin-top: -3px;
  vertical-align: middle;
  border-radius: 50%;
}
.main-page .main-content .inner .state.slow {
  color: #e08e00;
}
.main-page .main-content .inner .state.slow::before {
  background-color: #ffc000;
}
.main-page .main-content .inner .state.smooth {
  color: #36b34b;
}
.main-page .main-content .inner .state.smooth::before {
  background-color: #42c959;
}
.main-page .main-content .inner .state.congested {
  color: #e91111;
}
.main-page .main-content .inner .state.congested::before {
  background-color: #e91111;
}

.main-page .main-content .inner .state.none {
  color:#848EA1;
}

.sub-visual {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 440px;
}
.sub-visual .visual {
  flex: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-visual .visual .title {
  margin-top: 187px;
  font-size: 66px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.sub-visual .visual.menu01 {
  background-image: url(../images/sub/menu01.png);
}
.sub-visual .visual.menu02 {
  background-image: url(../images/sub/menu02.png);
}
.sub-visual .visual.menu03 {
  background-image: url(../images/sub/menu03.png);
}
.sub-visual .visual.menu04 {
  background-image: url(../images/sub/menu04.png);
}
.sub-visual .visual.menu05 {
  background-image: url(../images/sub/menu05.png);
}
.sub-visual .visual.menu06 {
  background-image: url(../images/sub/menu06.png);
}
.sub-visual .breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  gap: 10px;
  padding: 0 50px;
  background-color: #06307a;
  border-radius: 0 0 30px 30px;
}
.sub-visual .breadcrumb .home {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-home.svg");
}
.sub-visual .breadcrumb .menu {
  position: relative;
}
.sub-visual .breadcrumb .menu .tit {
  font-size: 16px;
  color: #fff;
}
.sub-visual .breadcrumb .menu ul {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: -17px;
  min-width: 150px;
  width: max-content;
  padding: 8px 0;
  border-radius: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 20;
}
.sub-visual .breadcrumb .menu ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
  padding: 12px 16px;
  font-size: 16px;
  color: #2e3340;
}
.sub-visual .breadcrumb .menu ul li a:hover {
  font-weight: 600;
  color: #0f4fea;
}
.sub-visual .breadcrumb .menu.dep1 .tit, .sub-visual .breadcrumb .menu.dep2 .tit {
  cursor: pointer;
}
.sub-visual .breadcrumb .menu.open ul {
  display: block;
}

.page-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  color: #2e3340;
}

.info-text {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.info-text.column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.info-text.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-text.bottom {
  align-items: flex-end;
  gap: 10px;
}
.info-text h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #2e3340;
}
.info-text p {
  font-size: 16px;
  line-height: 1.5;
  color: #414858;
}
.info-text .sub {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #0f4fea;
}
.info-text .sub::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: -1px 12px 0;
  background-color: #d1d6dd;
}
.info-text .btn.channel {
  display: flex;
  align-items: center;
  gap: 2px;
  width: 76px;
  height: 44px;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #fedc00;
}
.info-text + .sub-form {
  margin-top: 24px;
}

.img-area.rest {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
  border-radius: 30px;
  border: solid 1px #d1d6dd;
}
.img-area.rest img {
  width: 100%;
  max-width: 1000px;
}
.img-area.car {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 70px 30px;
  border-radius: 30px;
  background-color: #f8f9fc;
}
.img-area.car .front {
  width: 250px;
}
.img-area.car .side {
  width: 700px;
}

.sub-form {
  margin-top: 30px;
}
.sub-form.mt60 {
  margin-top: 60px;
}
.sub-form .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1f242f;
}
.sub-form .cont {
  margin-top: 4px;
}
.sub-form .cont p {
  font-size: 16px;
  line-height: 1.5;
  color: #414858;
}
.sub-form .inner-form {
  margin: 24px 0;
}
.sub-form .inner-form .inner-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #1f242f;
}

.gray-detail {
  display: flex;
  align-items: center;
  gap: 20px;
}
.gray-detail li {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 30px;
  padding: 30px;
  border-radius: 30px;
  background-color: #f8f9fc;
}
.gray-detail li .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
}
.gray-detail li .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.gray-detail li .desc p {
  font-size: 16px;
  line-height: 1.5;
  color: #414858;
}
.gray-detail li .desc p.bold {
  color: #1f242f;
  font-weight: 600;
}
.gray-detail li .desc p a {
  text-decoration: underline;
}
.gray-detail.toll li {
  background-color: #f0f4f9;
}
.gray-detail.toll li .desc {
  gap: 2px;
}
.gray-detail.toll li .desc p.bold {
  font-size: 24px;
}
.gray-detail + .list {
  margin: 24px 0;
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.icon.home {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-home.svg");
}
.icon.arrow-right {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-next-w.svg");
}
.icon.fixed {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-notice-fix.svg");
  vertical-align: middle;
}
.icon.faq-q {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-faq-q.svg");
}
.icon.faq-a {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-faq-a.svg");
}
.icon.rest {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-restarea.svg");
}
.icon.address {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-location.svg");
}
.icon.arrow-up {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-arrow-up.svg");
}
.icon.more {
  width: 36px;
  height: 36px;
  margin-top: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-more.svg");
}

.search-area {
  margin-bottom: 12px;
}
.search-area .search-box {
  position: relative;
  display: flex;
  align-items: center;
}
.search-area .search-box input[type=text] {
  width: 300px;
  height: 48px;
  padding: 12px 20px 12px 44px;
}
.search-area .search-box .btn.search {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ic-search.svg");
}

.post-nav {
  border-top: solid 1px #e3e7ed;
  display: grid;
  grid-template-columns: 130px 1fr;
}
.post-nav dt,
.post-nav dd {
  height: 64px;
  padding: 20px 30px;
  border-bottom: solid 1px #e3e7ed;
}
.post-nav dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9faff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}
.post-nav dd {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #414858;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
}

.attach-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.attach-list li {
  min-width: 0;
}
.attach-list li .attach-file {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #e8f0ff;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
}
.attach-list li .attach-file::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: -3px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-file.svg");
  vertical-align: middle;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #52607d;
}
.faq-accordion .faq-item {
  border-bottom: solid 1px #e3e7ed;
}
.faq-accordion .faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #1f242f;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.faq-accordion .faq-item .faq-question .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  column-gap: 16px;
  width: 100%;
}
.faq-accordion .faq-item .faq-question .icon.faq-q {
  margin-right: 16px;
}
.faq-accordion .faq-item .faq-question .question-text {
  display: flex;
  align-items: center;
}
.faq-accordion .faq-item .faq-question .icon.arrow-down {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-faq-open.svg");
}
.faq-accordion .faq-item .faq-question.active .icon.arrow-down {
  transform: rotateX(180deg);
}
.faq-accordion .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-accordion .faq-item .faq-answer .answer-content {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  background-color: #f8f9fc;
  border-top: solid 1px #e3e7ed;
}
.faq-accordion .faq-item .faq-answer .answer-content .icon.faq-a {
  margin-right: 16px;
}
.faq-accordion .faq-item .faq-answer .answer-content .answer-text {
  flex: 1;
}
.faq-accordion .faq-item .faq-answer .answer-content .answer-text .text {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
  color: #414858;
}
.faq-accordion .faq-item .faq-answer .answer-content .answer-text .text:last-child {
  margin-bottom: 0;
}
.faq-accordion .faq-item .faq-answer .answer-content .answer-text .attach-list li .attach-file {
  height: 36px;
  padding: 6px 14px;
  background-color: #edf2ff;
}
.faq-accordion .faq-item .faq-answer .answer-content .answer-text .attach-list li .attach-file::before {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-file2.svg");
}
.faq-accordion .faq-item .faq-answer.active {
  max-height: 10000px;
}
.faq-accordion .nodata p {
  padding: 146px 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #414858;
}
.faq-accordion .nodata p::before {
  display: block;
  content: "";
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-data-no.svg");
}

.notice-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #414858;
  text-align: center;
}
.notice-text .blue {
  color: #06f;
  font-weight: bold;
}

.notice-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 80px;
  padding: 60px;
  border-radius: 32px;
  background-color: #f8f9fc;
}
.notice-box article h4 {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #2e3340;
}
.notice-box article .sub-title {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1f242f;
}
.notice-box article .sub-text {
  font-size: 16px;
  line-height: 1.5;
  color: #414858;
}
.notice-box article .list {
  margin-top: 12px;
}
.notice-box article .list + .sub-text {
  margin-top: 12px;
}

.greeting-wrap .content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.greeting-wrap .content .text-area {
  padding: 20px 0;
}
.greeting-wrap .content .text-area .big {
  display: block;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  color: #141414;
}
.greeting-wrap .content .text-area strong {
  font-weight: 600;
}
.greeting-wrap .content .text-area p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #414858;
}
.greeting-wrap .content .text-area p:last-child {
  margin-bottom: 0;
}
.greeting-wrap .content .text-area p.bottom {
  margin-top: 93px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  color: #2e3340;
}
.greeting-wrap .content .img-area img {
  width: 100%;
}
.greeting-wrap .content .img-area img.web {
  width: 655px;
}

.map-area {
  position: relative;
}
.map-area .location {
  position: absolute;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  border-radius: 999px;
  background-color: #0f4fea;
  white-space: nowrap;
}
.map-area .location .icon {
  margin-right: 8px;
  margin-top: -1px;
  vertical-align: middle;
}
.map-area .location span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.map-area .location::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-polygon.svg");
}
.map-area .info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.map-area .info dt {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #2e3340;
}
.map-area .info dd {
  font-size: 15px;
  line-height: 1.5;
  color: #414858;
}
.map-area .pin {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 4px;
}
.map-area .pin .label {
  display: inline-block;
  height: 25px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.map-area .pin .label.ic {
  height: 23px;
  padding: 2px 6px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0c1e38;
}
.map-area .pin .label.ic b {
  font-weight: bold;
  color: #1b76ff;
}
.map-area .pin .label.tg {
  height: 23px;
  padding: 2px 6px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0c1e38;
}
.map-area .pin .label.tg b {
  font-weight: bold;
  color: #03b6ed;
}
.map-area .pin .label.jct {
  height: 23px;
  padding: 2px 6px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0c1e38;
}
.map-area .pin .label.jct b {
  font-weight: bold;
  color: #b33cee;
}
.map-area .pin .label.blue {
  background-color: rgba(95, 145, 255, 0.8);
}
.map-area .pin .label.gray {
  background-color: rgba(85, 93, 109, 0.7);
}
.map-area.rest {
  margin-top: 16px;
}
.map-area.rest .map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
}
.map-area.road .map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
}
.map-area.traffic .map {
  width: 100%;
  height: 1000px;
}

.gray-desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
  border-radius: 30px;
  background-color: #f0f4f9;
}
.gray-desc dt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #2e3340;
}

.tax-ask {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  justify-content: center;
  height: 200px;
  padding: 0 20px;
  margin-top: 24px;
  border-radius: 30px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img/img-call-banner-w@2x.png");
  background-size: cover;
}
.tax-ask .label {
  display: flex;
  align-items: center;
  height: 33px;
  padding: 4px 16px;
  border-radius: 999px;
  background-color: #0f4fea;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.tax-ask p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.tax-ask .number {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.email-form .text {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #414858;
}
.email-form .gray-box {
  padding: 30px;
  border-radius: 8px;
  background-color: #f8f9fc;
}

.safety-policy .gray-box {
  padding: 80px 60px;
  border-radius: 30px;
  background-color: #f8f9fc;
}
.safety-policy .gray-box ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.safety-policy .gray-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
}
.safety-policy .gray-box ul li img {
  width: 170px;
  margin-bottom: 16px;
}
.safety-policy .gray-box ul li strong {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #1f242f;
}
.safety-policy .gray-box ul li p {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #414858;
}

.safety-goal .gray-box {
  display: flex;
  padding: 80px;
  border-radius: 30px;
  background-color: #f8f9fc;
}
.safety-goal .gray-box .img-box {
  margin: 0 auto;
}
.safety-goal .gray-box .img-box img {
  width: 100%;
}
.safety-goal .sign-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 8px;
}
.safety-goal .sign-area p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2e3340;
}

.traffic-area {
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
}
.traffic-area .map-area {
  position: relative;
  flex: 1;
  width: 100%;
  height: 940px;
}
.traffic-area .map-area .traffic-toggle {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.traffic-area .map-area .traffic-toggle li .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #06307a;
  background-position: center;
  background-repeat: no-repeat;
}
.traffic-area .map-area .traffic-toggle li .btn.cctv {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-layer-cctv.svg");
}
.traffic-area .map-area .traffic-toggle li .btn.outbreak {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-layer-outbreak.svg");
}
.traffic-area .map-area .traffic-toggle li .btn.construction {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-layer-construction.svg");
}
.traffic-area .map-area .traffic-toggle li .btn.rest {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-layer-rest.svg");
}
.traffic-area .map-area .traffic-toggle li .btn.tunnel {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-layer-tunnel.svg");
}
.traffic-area .map-area .traffic-toggle li.active .btn, .traffic-area .map-area .traffic-toggle li:hover .btn {
  background-color: #0f4fea;
}
.traffic-area .map-area .traffic-toggle li.active .btn.cctv, .traffic-area .map-area .traffic-toggle li:hover .btn.cctv {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-layer-cctv-hov.svg");
}
.traffic-area .map-area .traffic-toggle li.active .btn.outbreak, .traffic-area .map-area .traffic-toggle li:hover .btn.outbreak {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-layer-outbreak-hov.svg");
}
.traffic-area .map-area .traffic-toggle li.active .btn.construction, .traffic-area .map-area .traffic-toggle li:hover .btn.construction {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-layer-construction-hov.svg");
}
.traffic-area .map-area .traffic-toggle li.active .btn.rest, .traffic-area .map-area .traffic-toggle li:hover .btn.rest {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-layer-rest-hov.svg");
}
.traffic-area .map-area .traffic-toggle li.active .btn.tunnel, .traffic-area .map-area .traffic-toggle li:hover .btn.tunnel {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-layer-tunnel-hov.svg");
}
.traffic-area .traffic-info {
  width: 640px;
  height: 940px;
  background-color: #f0f4f9;
}
.traffic-area .traffic-info .traffic-inner {
  max-height: 940px;
  overflow-y: auto;
  padding: 49px 30px 49px 35px;
}
.traffic-area .traffic-info .traffic-inner::-webkit-scrollbar {
  width: 10px;
}
.traffic-area .traffic-info .traffic-inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 1px solid #f0f4f9;
  background-color: #d1d6dd;
  border-radius: 999px;
}
.traffic-area .traffic-info .traffic-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.traffic-area .traffic-info .traffic-inner::-webkit-scrollbar-track-piece:start {
  margin-top: 49px;
}
.traffic-area .traffic-info .traffic-inner::-webkit-scrollbar-track-piece:end {
  margin-bottom: 49px;
}
.traffic-area .traffic-info .traffic-item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 999px;
  background-color: #f8faff;
  font-size: 16px;
  font-weight: 600;
  color: #06307a;
}
.traffic-area .traffic-info .traffic-item .state {
  display: flex;
  align-items: center;
  height: 134px;
}
.traffic-area .traffic-info .traffic-item .state .col {
  display: flex;
  flex: 1;
  height: 100%;
}
.traffic-area .traffic-info .traffic-item .state .col .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding-top: 14px;
}
.traffic-area .traffic-info .traffic-item .state .col .text span:not(.label) {
  font-size: 16px;
  line-height: 1.5;
  color: #414858;
}
.traffic-area .traffic-info .traffic-item .state .col .label {
  display: inline-block;
  min-width: 44px;
  height: 24px;
  margin-bottom: 4px;
  padding: 0 4px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.traffic-area .traffic-info .traffic-item .state .col .label.smooth {
  background-color: #27c441;
  color: #fff;
}
.traffic-area .traffic-info .traffic-item .state .col .label.slow {
  background-color: #ffc000;
  color: #723500;
}
.traffic-area .traffic-info .traffic-item .state .col .label.congested {
  background-color: #ec0000;
  color: #fff;
}
.traffic-area .traffic-info .traffic-item .state .col .arrow-area {
  position: relative;
  padding: 0 25px;
  background-color: #e5edf6;
}
.traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow {
  display: inline-block;
  width: 40px;
  height: 134px;
}
.traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.smooth-up {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-traffic-smooth-up.svg");
}
.traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.smooth-down {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-traffic-smooth-down.svg");
}
.traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.slow-up {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-traffic-slow-up.svg");
}
.traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.slow-down {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-traffic-slow-down.svg");
}
.traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.congested-up {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-traffic-congested-up.svg");
}
.traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.congested-down {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-traffic-congested-down.svg");
}
.traffic-area .traffic-info .traffic-item .state .col .arrow-area::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #C6CED9;
}
.traffic-area .traffic-info .traffic-item .state .left {
  justify-content: flex-end;
}
.traffic-area .traffic-info .traffic-item .state .left .text {
  align-items: flex-end;
  padding-right: 25px;
}
.traffic-area .traffic-info .traffic-item .state .left .arrow-area::before {
  right: 1px;
}
.traffic-area .traffic-info .traffic-item .state .right {
  justify-content: flex-start;
}
.traffic-area .traffic-info .traffic-item .state .right .text {
  align-items: flex-start;
  padding-left: 25px;
}
.traffic-area .traffic-info .traffic-item .state .right .arrow-area::before {
  left: 1px;
}
.traffic-area .traffic-info .traffic-item.middle .state {
  height: 16px;
}
.traffic-area .traffic-info .traffic-item.middle .state .col .arrow-area {
  width: 90px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 22, 23, 0.7);
}

.popup {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-popup-close-w.svg");
}
.popup.cctv img,
.popup.cctv video {
  width: 848px;
}
.popup.popup-swiper {
  width: 500px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.popup.popup-swiper .popup-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 6px 50px 6px 16px;
  background-color: #f0f4f9;
}
.popup.popup-swiper .popup-header .title {
  font-size: 20px;
  font-weight: bold;
  color: #1f242f;
}
.popup.popup-swiper .popup-header .popup-close {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon/ico-popup-close.svg);
}
.popup.popup-swiper .popup-content {
  position: relative;
  height: 540px;
}
.popup.popup-swiper .popup-content .popup-swiper-container {
  position: relative;
  width: 100%;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide {
  height: 540px;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide .text-area {
  max-height: 540px;
  overflow-y: auto;
  padding: 30px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide .text-area::-webkit-scrollbar {
  width: 10px;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide .text-area::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 1px solid #f0f4f9;
  background-color: #d1d6dd;
  border-radius: 999px;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide .text-area::-webkit-scrollbar-track-piece:start {
  margin-top: 20px;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide .text-area::-webkit-scrollbar-track-piece:end {
  margin-bottom: 20px;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide .text-area .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide .text-area p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-button-prev,
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-button-next {
  width: 40px;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-button-prev::after,
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-button-next::after {
  display: none;
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-button-prev {
  left: 0;
  border-radius: 0 16px 16px 0;
  background-image: url(../images/icon/ico-slide-prev.svg);
}
.popup.popup-swiper .popup-content .popup-swiper-container .swiper-button-next {
  right: 0;
  border-radius: 16px 0 0 16px;
  background-image: url(../images/icon/ico-slide-next.svg);
}
.popup.popup-swiper .popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 16px;
  border-top: solid 1px #d1d6dd;
}
.popup.popup-swiper .popup-footer .txt {
  font-size: 16px;
  color: #1f242f;
}
.popup.popup-swiper .popup-footer .popup-swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.popup.popup-swiper .popup-footer .popup-swiper-controls .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup.popup-swiper .popup-footer .popup-swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(205, 205, 205, 0.9);
  opacity: 1;
  transition: all 0.3s;
}
.popup.popup-swiper .popup-footer .popup-swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0f4fea;
  width: 40px;
  border-radius: 999px;
}
.popup.popup-swiper .popup-footer .popup-swiper-controls .swiper-play-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #f8f9fc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.popup.popup-swiper .popup-footer .popup-swiper-controls .swiper-play-pause .btn {
  display: block;
  width: 16px;
  height: 16px;
}
.popup.popup-swiper .popup-footer .popup-swiper-controls .swiper-play-pause .btn.play-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-slide-play.svg");
  display: none;
}
.popup.popup-swiper .popup-footer .popup-swiper-controls .swiper-play-pause .btn.pause-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/ico-slide-stop.svg");
  display: block;
}
.popup.popup-swiper .popup-footer .popup-swiper-controls .swiper-play-pause.paused .play-icon {
  display: block;
}
.popup.popup-swiper .popup-footer .popup-swiper-controls .swiper-play-pause.paused .pause-icon {
  display: none;
}

body.popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.required-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.required-info .txt {
  font-size: 16px;
  font-weight: 600;
  color: #2e3340;
}

.req {
  color: #eb003b;
  vertical-align: top;
}

.txt-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 20px 30px;
  border-radius: 16px;
  background-color: #f0f4f9;
}
.txt-form p {
  font-size: 16px;
  line-height: 1.5;
  color: #414858;
}
.txt-form .btn {
  min-width: 84px;
}

.intro-wrap .intro-img {
  position: relative;
  display: flex;
  align-items: center;
  height: 300px;
  background-color: rgba(22, 104, 202, 0.1);
  border-radius: 30px;
  overflow: hidden;
}
.intro-wrap .intro-img .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 72px;
  opacity: 0.5;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 70px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
}
.intro-wrap .intro-img .img {
  width: 100%;
  height: 100%;
}
.intro-wrap .intro-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-wrap .intro-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 40px 0;
}
.intro-wrap .intro-card .card-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 280px;
  border-radius: 30px;
  border: solid 1px #d1d6dd;
  background-color: #fff;
}
.intro-wrap .intro-card .card-item .tit {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #1f242f;
}
.intro-wrap .intro-card .card-item .sub {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #414858;
  text-align: center;
}

.history-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin-top: 40px;
}
.history-wrap .history-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.history-wrap .history-item .history-item-title .tit {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  color: #2e3340;
}
.history-wrap .history-item .history-item-content ul {
  overflow: hidden;
}
.history-wrap .history-item .history-item-content ul li {
  display: flex;
  margin-bottom: 20px;
}
.history-wrap .history-item .history-item-content ul li:last-child {
  margin-bottom: 0;
}
.history-wrap .history-item .history-item-content ul li .year {
  width: 72px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #2e3340;
}
.history-wrap .history-item .history-item-content ul li .circle {
  position: relative;
  display: flex;
  align-items: center;
  width: 14px;
  height: 42px;
  margin: 0 20px;
}
.history-wrap .history-item .history-item-content ul li .circle img {
  position: relative;
  z-index: 1;
}
.history-wrap .history-item .history-item-content ul li .circle::before {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 500px;
  background-color: #d9d9d9;
}
.history-wrap .history-item .history-item-content ul li .day {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 52px;
  padding-top: 10px;
}
.history-wrap .history-item .history-item-content ul li .day span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #8f949c;
  text-align: left;
}
.history-wrap .history-item .history-item-content ul li .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-top: 10px;
  margin-left: 16px;
}
.history-wrap .history-item .history-item-content ul li .text p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #414858;
}
.history-wrap .history-item .history-item-content ul li:last-child .circle::before {
  width: 10px;
  background-color: #fff;
}
.history-wrap .history-item .history-item-img {
  width: 100%;
  height: 240px;
  margin-top: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.history-wrap .history-item .history-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-route {
  border-radius: 30px;
  overflow: hidden;
  background-color: #f8f9fc;
}
.full-route img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-route.bottom {
  padding: 90px 0 20px 113px;
}
.full-route.bottom img {
  max-width: 1466px;
}

@media screen and (max-width: 1600px) {
  #contents .inner {
    padding: 150px 24px;
  }
  .main-page .main-visual .visual {
    gap: 24px;
    max-width: initial;
  }
  .main-page .main-visual .visual .top {
    gap: 24px;
    width: 100%;
  }
  .main-page .main-visual .visual .top .banner-area {
    width: 70%;
    height: 330px;
    border-radius: 24px;
  }
  .main-page .main-visual .visual .top .banner-area .swiper-controls {
    bottom: 30px;
  }
  .main-page .main-visual .visual .top .banner-area .swiper-controls .swiper-pagination {
    position: initial;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .main-page .main-visual .visual .top .banner-area .txt-area {
    top: 98px;
  }
  .main-page .main-visual .visual .top .banner-area .txt-area strong {
    margin-bottom: 20px;
    font-size: 60px;
  }
  .main-page .main-visual .visual .top .banner-area .txt-area p {
    font-size: 20px;
  }
  .main-page .main-visual .visual .top .link-area {
    width: 30%;
    height: auto;
  }
  .main-page .main-visual .visual .top .link-area ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .main-page .main-visual .visual .top .link-area ul li a {
    padding: 24px;
    border-radius: 24px;
  }
  .main-page .main-visual .visual .top .link-area ul li a .tit {
    font-size: 18px;
  }
  .main-page .main-visual .visual .top .link-area ul li a img {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
  .main-page .main-content .inner {
    padding: 122px 24px 100px;
  }
  .icon.more {
    width: 26px;
    height: 26px;
    margin-top: 8px;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  #contents .inner {
    width: 100%;
    padding: 80px 24px;
  }
  #contents .inner section {
    margin-top: 60px;
  }
  #contents .inner section.mt60 {
    margin-top: 40px;
  }
  #contents .inner section:has(.table.view) {
    margin-top: 40px;
  }
  .footer-wrap .sub-visual {
    height: 110px;
    padding-top: 60px;
  }
  .main-page .main-visual {
    height: 1008px;
  }
  .main-page .main-visual .visual {
    gap: 24px;
    max-width: initial;
  }
  .main-page .main-visual .visual .top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .main-page .main-visual .visual .top .banner-area {
    width: 100%;
    height: 400px;
    border-radius: 24px;
  }
  .main-page .main-visual .visual .top .banner-area .swiper-controls {
    bottom: 30px;
  }
  .main-page .main-visual .visual .top .banner-area .swiper-controls .swiper-pagination {
    position: initial;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .main-page .main-visual .visual .top .banner-area .txt-area {
    top: 128px;
  }
  .main-page .main-visual .visual .top .banner-area .txt-area strong {
    margin-bottom: 20px;
    font-size: 60px;
  }
  .main-page .main-visual .visual .top .banner-area .txt-area p {
    font-size: 20px;
  }
  .main-page .main-visual .visual .top .link-area {
    width: 100%;
    height: auto;
  }
  .main-page .main-visual .visual .top .link-area ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .main-page .main-visual .visual .top .link-area ul li a {
    height: 114px;
    padding: 24px;
    border-radius: 24px;
  }
  .main-page .main-visual .visual .top .link-area ul li a .tit {
    font-size: 18px;
  }
  .main-page .main-visual .visual .top .link-area ul li a img {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
  .main-page .main-visual .visual .bottom {
    width: 100%;
  }
  .main-page .main-visual .visual .bottom ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .main-page .main-visual .visual .bottom ul li {
    width: 100%;
    height: 82px;
    padding: 24px;
    border-radius: 24px;
  }
  .main-page .main-visual .visual .bottom ul li .tit {
    font-size: 18px;
  }
  .main-page .main-visual .visual .bottom ul li .cont {
    height: 82px;
  }
  .main-page .main-visual .visual .bottom ul li .cont .text a {
    font-size: 16px;
    line-height: initial;
  }
  .main-page .main-visual .visual .bottom ul li .btn.more {
    right: 24px;
    width: 34px;
    min-width: 34px;
    height: 34px;
  }
  .main-page .main-content .inner {
    padding: 60px 24px 40px;
  }
  .main-page .main-content .inner h2 {
    font-size: 40px;
  }
  .main-page .main-content .inner .traffic-cont {
    flex-direction: column-reverse;
    height: auto;
    gap: 16px;
    margin-top: 20px;
  }
  .main-page .main-content .inner .traffic-cont .info-area {
    gap: 16px;
    width: 100%;
    min-width: initial;
    height: 100%;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info {
    height: 453px;
    border-radius: 24px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .head {
    padding: 24px 24px 0;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .head .time-total {
    margin-bottom: 10px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .cont {
    overflow-y: auto;
    max-height: calc(100% - 95px);
    padding: 0 24px 24px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .cont::-webkit-scrollbar-track-piece:end {
    margin-bottom: 24px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item {
    padding: 16px 17px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .cont .traffic-item .bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 12px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .weather-info {
    height: 183px;
    gap: 10px;
    padding: 24px;
    border-radius: 24px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .weather-info .cont .weather-item {
    padding: 10px 6px;
  }
  .main-page .main-content .inner .traffic-cont .map-area {
    width: 100%;
    height: 850px;
    border-radius: 24px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map {
    width: 100%;
    height: calc(100% - 62px);
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .bg {
    object-fit: contain;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .tunnel {
    object-fit: contain;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .route svg {
    width: 100%;
    height: 100%;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area {
    width: 343px;
    height: 745px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin .icon {
    width: 18px;
    height: 18px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt01 {
    top: -5px;
    right: -41px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt02 {
    top: 20px;
    right: -64px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt03 {
    top: 64px;
    right: -37px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt04 {
    top: 142px;
    left: 196px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt05 {
    top: 210px;
    left: 135px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt06 {
    top: 163px;
    left: 24px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt07 {
    top: 142px;
    left: -29px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt08 {
    top: 249px;
    left: 105px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt09 {
    top: 359px;
    left: 80px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt10 {
    top: 414px;
    left: 60px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt11 {
    top: 526px;
    left: 116px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt12 {
    top: 600px;
    left: 89px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt13 {
    top: 653px;
    left: 64px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt14 {
    top: 723px;
    left: 111px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest01 {
    top: 138px;
    left: 79px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest02 {
    top: 176px;
    left: 195px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest03 {
    top: 386px;
    left: -23px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest04 {
    top: 472px;
    left: 125px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel01 {
    top: 161px;
    left: 94px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel02 {
    top: 276px;
    left: -3px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel03 {
    top: 474px;
    left: -13px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel04 {
    top: 697px;
    left: -9px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .pin .icon {
    width: 18px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .pin .label {
    height: 21px;
    padding: 2px 6px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .pin .label.ic {
    height: 21px;
    font-size: 14px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .pin .label.tg {
    height: 21px;
    font-size: 14px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .pin .label.jct {
    height: 21px;
    font-size: 14px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .title {
    top: 24px;
    left: 24px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .legend {
    top: 62px;
    left: 24px;
  }
  .sub-visual {
    height: 320px;
  }
  .sub-visual .visual .title {
    margin-top: 133px;
    font-size: 44px;
  }
  .sub-visual .visual.menu01 {
    background-image: url(../images/sub/menu01-t.png);
  }
  .sub-visual .visual.menu02 {
    background-image: url(../images/sub/menu02-t.png);
  }
  .sub-visual .visual.menu03 {
    background-image: url(../images/sub/menu03-t.png);
  }
  .sub-visual .visual.menu04 {
    background-image: url(../images/sub/menu04-t.png);
  }
  .sub-visual .visual.menu05 {
    background-image: url(../images/sub/menu05-t.png);
  }
  .sub-visual .visual.menu06 {
    background-image: url(../images/sub/menu06-t.png);
  }
  .sub-visual .breadcrumb {
    height: 50px;
    gap: 8px;
    padding: 0 24px;
    border-radius: 0 0 24px 24px;
  }
  .sub-visual .breadcrumb .menu .tit {
    font-size: 15px;
  }
  .sub-visual .breadcrumb .menu ul {
    top: calc(100% + 5px);
    min-width: 150px;
    width: max-content;
  }
  .sub-visual .breadcrumb .menu ul li a {
    height: 42px;
    font-size: 15px;
  }
  .page-title {
    font-size: 36px;
  }
  .info-text {
    margin-bottom: 12px;
  }
  .info-text.column {
    gap: 12px;
  }
  .info-text.bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .info-text h3 {
    font-size: 26px;
  }
  .info-text p {
    font-size: 15px;
  }
  .info-text .btn.channel img:first-child {
    width: 25px;
  }
  .info-text .sub {
    font-size: 20px;
  }
  .info-text .sub::before {
    margin: -1px 10px 0;
  }
  .info-text + .sub-form {
    margin-top: 20px;
  }
  .img-area.rest {
    padding: 30px 24px;
    border-radius: 24px;
  }
  .img-area.car {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 24px;
    border-radius: 24px;
  }
  .img-area.car .front {
    width: 122px;
  }
  .img-area.car .side {
    width: 300px;
  }
  .sub-form {
    margin-top: 16px;
  }
  .sub-form.mt60 {
    margin-top: 40px;
  }
  .sub-form .title {
    font-size: 18px;
  }
  .sub-form .cont {
    margin-top: 8px;
  }
  .sub-form .cont p {
    font-size: 15px;
  }
  .sub-form .inner-form {
    margin: 20px 0;
  }
  .sub-form .inner-form .inner-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .gray-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .gray-detail li {
    width: 100%;
    gap: 16px;
    padding: 20px;
    border-radius: 24px;
  }
  .gray-detail li img {
    width: 50px;
  }
  .gray-detail li .circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .gray-detail li .desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .gray-detail li .desc p {
    font-size: 15px;
  }
  .gray-detail.toll li .desc p.bold {
    font-size: 20px;
  }
  .gray-detail + .list {
    margin: 20px 0;
  }
  .search-area {
    margin-bottom: 10px;
  }
  .search-area .search-box input[type=text] {
    width: 100%;
    padding: 12px 20px 12px 40px;
  }
  .search-area .search-box .btn.search {
    left: 16px;
  }
  .post-nav {
    grid-template-columns: 110px 1fr;
  }
  .post-nav dt,
  .post-nav dd {
    height: 55px;
    padding: 16px;
  }
  .post-nav dt {
    font-size: 15px;
  }
  .post-nav dd {
    font-size: 15px;
  }
  .attach-list li .attach-file {
    font-size: 15px;
  }
  .faq-accordion .faq-item .faq-question {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px 24px 24px;
    font-size: 22px;
  }
  .faq-accordion .faq-item .faq-question .icon.faq-q {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .faq-accordion .faq-item .faq-question .icon.arrow-down {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .faq-accordion .faq-item .faq-answer .answer-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
  }
  .faq-accordion .faq-item .faq-answer .answer-content .icon.faq-a {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .faq-accordion .faq-item .faq-answer .answer-content .answer-text .text {
    font-size: 16px;
  }
  .faq-accordion .faq-item .faq-answer .answer-content .answer-text .attach-list li .attach-file {
    height: 35px;
    padding: 6px 16px;
    font-size: 15px;
  }
  .faq-accordion .nodata p {
    padding: 68px 0;
    font-size: 16px;
  }
  .notice-text {
    font-size: 16px;
  }
  .notice-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    padding: 24px;
    border-radius: 20px;
  }
  .notice-box article h4 {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .notice-box article .sub-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .notice-box article .sub-text {
    font-size: 15px;
  }
  .notice-box article .list {
    margin-top: 10px;
  }
  .notice-box article .list + .sub-text {
    margin-top: 10px;
  }
  .greeting-wrap .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .greeting-wrap .content .text-area {
    padding: 0;
  }
  .greeting-wrap .content .text-area .big {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .greeting-wrap .content .text-area p {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .greeting-wrap .content .text-area p.bottom {
    margin-top: 30px;
    font-size: 16px;
    text-align: left;
  }
  .greeting-wrap .content.reverse {
    flex-direction: column-reverse;
  }
  .map-area .location {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .map-area .location span {
    font-size: 15px;
  }
  .map-area .location span::before {
    margin-top: -2px;
  }
  .map-area .info {
    margin-top: 16px;
  }
  .map-area.rest {
    margin-top: 12px;
  }
  .map-area.rest .map {
    min-height: 340px;
    border-radius: 24px;
  }
  .map-area.road .map {
    min-height: 400px;
    border-radius: 24px;
  }
  .gray-desc {
    padding: 24px;
    border-radius: 24px;
  }
  .gray-desc dt {
    font-size: 20px;
  }
  .tax-ask {
    gap: 10px;
    height: 150px;
    margin-top: 20px;
    border-radius: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/img/img-call-banner-ta@2x.png");
  }
  .tax-ask .label {
    height: 29px;
    font-size: 15px;
  }
  .tax-ask p {
    font-size: 15px;
  }
  .tax-ask .number {
    font-size: 28px;
  }
  .email-form .text {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .email-form .gray-box {
    padding: 24px;
  }
  .safety-policy .gray-box {
    padding: 40px;
    border-radius: 24px;
  }
  .safety-policy .gray-box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .safety-policy .gray-box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: initial;
  }
  .safety-policy .gray-box ul li strong {
    font-size: 20px;
  }
  .safety-policy .gray-box ul li p {
    font-size: 16px;
  }
  .safety-goal .gray-box {
    padding: 40px;
    border-radius: 24px;
  }
  .safety-goal .gray-box .img-box img {
    max-width: 660px;
  }
  .safety-goal .sign-area {
    margin-top: 12px;
  }
  .safety-goal .sign-area p {
    font-size: 15px;
  }
  .traffic-area {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
  }
  .traffic-area .map-area {
    height: 550px;
  }
  .traffic-area .map-area .map {
    height: 550px;
  }
  .traffic-area .map-area .traffic-toggle {
    top: 16px;
    left: 16px;
  }
  .traffic-area .traffic-info {
    width: 100%;
    height: 530px;
  }
  .traffic-area .traffic-info .traffic-inner {
    max-height: 530px;
    padding: 30px 20px 30px 24px;
  }
  .traffic-area .traffic-info .traffic-inner::-webkit-scrollbar-track-piece:start {
    margin-top: 30px;
  }
  .traffic-area .traffic-info .traffic-inner::-webkit-scrollbar-track-piece:end {
    margin-bottom: 30px;
  }
  .traffic-area .traffic-info .traffic-item .title {
    font-size: 15px;
  }
  .traffic-area .traffic-info .traffic-item .state {
    height: 132px;
  }
  .traffic-area .traffic-info .traffic-item .state .col .text {
    gap: 0;
    padding-top: 17px;
  }
  .traffic-area .traffic-info .traffic-item .state .col .text span:not(.label) {
    font-size: 15px;
  }
  .traffic-area .traffic-info .traffic-item .state .col .label {
    height: 23px;
    margin-bottom: 6px;
    font-size: 15px;
  }
  .traffic-area .traffic-info .traffic-item .state .col .arrow-area {
    padding: 0 23px;
  }
  .traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow {
    width: 32px;
    height: 132px;
  }
  .traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.smooth-up {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/ico-traffic-smooth-up-m.svg");
  }
  .traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.smooth-down {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/ico-traffic-smooth-down-m.svg");
  }
  .traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.slow-up {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/ico-traffic-slow-up-m.svg");
  }
  .traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.slow-down {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/ico-traffic-slow-down-m.svg");
  }
  .traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.congested-up {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/ico-traffic-congested-up-m.svg");
  }
  .traffic-area .traffic-info .traffic-item .state .col .arrow-area .arrow.congested-down {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/ico-traffic-congested-down-m.svg");
  }
  .traffic-area .traffic-info .traffic-item .state .left .text {
    padding-right: 20px;
  }
  .traffic-area .traffic-info .traffic-item .state .right .text {
    padding-left: 20px;
  }
  .traffic-area .traffic-info .traffic-item.middle .state {
    height: 16px;
  }
  .traffic-area .traffic-info .traffic-item.middle .state .col .arrow-area {
    width: 78px;
  }
  .popup.cctv {
    width: 90%;
  }
  .popup.cctv img,
  .popup.cctv video {
    width: 100%;
  }
  .popup.popup-swiper {
    width: 328px;
  }
  .popup.popup-swiper .popup-header {
    height: 46px;
    padding: 6px 50px 6px 8px;
  }
  .popup.popup-swiper .popup-header .title {
    font-size: 16px;
  }
  .popup.popup-swiper .popup-header .popup-close {
    right: 0;
  }
  .popup.popup-swiper .popup-content {
    height: 358px;
  }
  .popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide {
    height: 358px;
  }
  .popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide .text-area {
    max-height: 358px;
    overflow-y: auto;
    padding: 20px;
    font-size: 16px;
  }
  .popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide .text-area .title {
    font-size: 18px;
  }
  .popup.popup-swiper .popup-content .popup-swiper-container .swiper-wrapper .swiper-slide .text-area p {
    font-size: 16px;
  }
  .popup.popup-swiper .popup-content .popup-swiper-container .swiper-button-prev,
  .popup.popup-swiper .popup-content .popup-swiper-container .swiper-button-next {
    height: 62px;
  }
  .popup.popup-swiper .popup-content .popup-swiper-container .swiper-button-prev {
    border-radius: 0 12px 12px 0;
    background-size: 23px 30px;
  }
  .popup.popup-swiper .popup-content .popup-swiper-container .swiper-button-next {
    border-radius: 12px 0 0 12px;
    background-size: 23px 30px;
  }
  .popup.popup-swiper .popup-footer .txt {
    font-size: 15px;
  }
  .required-info .txt {
    font-size: 15px;
  }
  .txt-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 16px;
  }
  .txt-form p {
    font-size: 15px;
  }
  .intro-wrap .intro-img {
    height: 200px;
    border-radius: 24px;
  }
  .intro-wrap .intro-img .text {
    left: 40px;
    font-size: 44px;
  }
  .intro-wrap .intro-card {
    gap: 8px;
    margin: 20px 0;
  }
  .intro-wrap .intro-card .card-item {
    justify-content: flex-start;
    height: 200px;
    padding: 30px 24px;
    border-radius: 24px;
  }
  .intro-wrap .intro-card .card-item img {
    width: 50px;
  }
  .intro-wrap .intro-card .card-item .tit {
    font-size: 20px;
  }
  .intro-wrap .intro-card .card-item .sub {
    font-size: 15px;
  }
  .history-wrap {
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
  }
  .history-wrap .history-item {
    width: 100%;
    gap: 16px;
  }
  .history-wrap .history-item.reverse {
    flex-direction: column;
  }
  .history-wrap .history-item.reverse .history-item-img {
    order: -1;
  }
  .history-wrap .history-item .history-item-title .tit {
    font-size: 32px;
  }
  .history-wrap .history-item .history-item-content ul li {
    margin-bottom: 16px;
  }
  .history-wrap .history-item .history-item-content ul li .year {
    min-width: 62px;
    width: 62px;
    font-size: 24px;
  }
  .history-wrap .history-item .history-item-content ul li .circle {
    height: 34px;
    margin: 0 10px;
  }
  .history-wrap .history-item .history-item-content ul li .day {
    min-width: 40px;
    padding-top: 7px;
  }
  .history-wrap .history-item .history-item-content ul li .day span {
    font-size: 15px;
  }
  .history-wrap .history-item .history-item-content ul li .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-top: 7px;
    margin-left: 12px;
  }
  .history-wrap .history-item .history-item-content ul li .text p {
    font-size: 15px;
  }
  .history-wrap .history-item .history-item-img {
    height: 180px;
    margin-top: 0;
    border-radius: 24px;
    margin-bottom: 26px;
  }
  .full-route {
    border-radius: 24px;
  }
  .full-route.bottom {
    padding: 39px 0 58px 88px;
  }
  .full-route.bottom img {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #contents .inner {
    padding: 80px 16px;
  }
  .main-page .main-visual {
    height: 825px;
  }
  .main-page .main-visual .visual {
    gap: 16px;
  }
  .main-page .main-visual .visual .top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .main-page .main-visual .visual .top .banner-area {
    width: 100%;
    height: 185px;
    border-radius: 20px;
  }
  .main-page .main-visual .visual .top .banner-area .banner {
    width: 100%;
    height: 100%;
  }
  .main-page .main-visual .visual .top .banner-area .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-page .main-visual .visual .top .banner-area .swiper-controls {
    bottom: 16px;
  }
  .main-page .main-visual .visual .top .banner-area .txt-area {
    top: 49px;
  }
  .main-page .main-visual .visual .top .banner-area .txt-area strong {
    margin-bottom: 8px;
    font-size: 34px;
  }
  .main-page .main-visual .visual .top .banner-area .txt-area p {
    font-size: 14px;
  }
  .main-page .main-visual .visual .top .link-area ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-page .main-visual .visual .top .link-area ul li a {
    height: 98px;
    padding: 16px;
    border-radius: 20px;
  }
  .main-page .main-visual .visual .top .link-area ul li a .tit {
    font-size: 16px;
  }
  .main-page .main-visual .visual .top .link-area ul li a img {
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
  }
  .main-page .main-visual .visual .bottom ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 76px;
    padding: 16px;
    border-radius: 20px;
    gap: 4px;
  }
  .main-page .main-visual .visual .bottom ul li .tit {
    font-size: 16px;
  }
  .main-page .main-visual .visual .bottom ul li .cont {
    height: 82px;
    padding: initial;
  }
  .main-page .main-visual .visual .bottom ul li .cont::before {
    display: none;
  }
  .main-page .main-visual .visual .bottom ul li .cont .text a {
    font-size: 15px;
  }
  .main-page .main-visual .visual .bottom ul li .btn.more {
    right: 16px;
  }
  .main-page .main-content .inner {
    padding: 60px 16px 40px;
  }
  .main-page .main-content .inner h2 {
    font-size: 32px;
  }
  .main-page .main-content .inner .traffic-cont {
    margin-top: 24px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info {
    height: 445px;
    border-radius: 20px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .head {
    padding: 20px 20px 0;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .head .flex {
    gap: 10px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .head .flex .btn-area {
    top: 37px;
    right: 20px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .head .time-total {
    margin-top: 4px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .cont {
    max-height: calc(100% - 85px);
    padding: 0 20px 20px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .commu-info .cont::-webkit-scrollbar-track-piece:end {
    margin-bottom: 20px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .weather-info {
    height: 206px;
    padding: 20px;
    border-radius: 20px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .weather-info .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 10px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather .temper {
    font-size: 30px;
    line-height: 0.8;
  }
  .main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather .temper em {
    font-size: 16px;
  }
  .main-page .main-content .inner .traffic-cont .info-area .weather-info .head .weather .condition {
    margin-left: 0;
    font-size: 14px;
  }
  .main-page .main-content .inner .traffic-cont .map-area {
    height: 563px;
    border-radius: 20px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map {
    height: calc(100% - 49px);
    transform: scale(0.95) translate(-6px, 13px);
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .bg {
    width: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .tunnel {
    width: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .route svg {
    width: initial;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area {
    width: 244px;
    height: 485px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin .icon {
    width: 18px;
    height: 18px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt01 {
    top: -9px;
    right: -40px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt02 {
    top: 14px;
    right: -54px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt03 {
    top: 40px;
    right: -34px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt04 {
    top: 88px;
    left: 133px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt05 {
    top: 132px;
    left: 92px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt06 {
    top: 106px;
    left: 16px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt07 {
    top: 89px;
    left: -24px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt08 {
    top: 160px;
    left: 73px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt09 {
    top: 229px;
    left: 57px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt10 {
    top: 266px;
    left: 43px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt11 {
    top: 335px;
    left: 81px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt12 {
    top: 387px;
    left: 63px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt13 {
    top: 422px;
    left: 46px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rt14 {
    top: 469px;
    left: 79px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest01 {
    top: 71px;
    left: 40px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest02 {
    top: 110px;
    left: 133px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest03 {
    top: 242px;
    left: -33px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.rest04 {
    top: 302px;
    left: 89px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel01 {
    top: 93px;
    left: 51px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel02 {
    top: 178px;
    left: -22px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel03 {
    top: 310px;
    left: -24px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .map .pin-area .pin.tunnel04 {
    top: 457px;
    left: -18px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .title {
    top: 20px;
    left: 20px;
    gap: 6px;
  }
  .main-page .main-content .inner .traffic-cont .map-area .legend {
    top: 58px;
    left: 20px;
  }
  .sub-visual {
    height: 320px;
  }
  .sub-visual .visual .title {
    font-size: 38px;
  }
  .sub-visual .visual.menu01 {
    background-image: url(../images/sub/menu01-m.png);
  }
  .sub-visual .visual.menu02 {
    background-image: url(../images/sub/menu02-m.png);
  }
  .sub-visual .visual.menu03 {
    background-image: url(../images/sub/menu03-m.png);
  }
  .sub-visual .visual.menu04 {
    background-image: url(../images/sub/menu04-m.png);
  }
  .sub-visual .visual.menu05 {
    background-image: url(../images/sub/menu05-m.png);
  }
  .sub-visual .visual.menu06 {
    background-image: url(../images/sub/menu06-m.png);
  }
  .sub-visual .breadcrumb {
    gap: 4px;
    padding: 0 16px;
    border-radius: 0 0 20px 20px;
  }
  .sub-visual .breadcrumb .menu .tit {
    font-size: 15px;
  }
  .page-title {
    font-size: 34px;
  }
  .faq-accordion .faq-item .faq-question {
    padding: 16px 12px 16px 16px;
  }
  .faq-accordion .faq-answer .answer-content {
    padding: 16px;
  }
  .img-area.rest {
    padding: 30px 16px;
    border-radius: 20px;
  }
  .img-area.car {
    padding: 24px;
    border-radius: 20px;
  }
  .gray-detail li {
    border-radius: 20px;
  }
  .map-area .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .map-area.rest .map {
    border-radius: 20px;
  }
  .map-area.road .map {
    border-radius: 20px;
  }
  .gray-desc {
    padding: 16px;
    border-radius: 20px;
  }
  .tax-ask {
    height: 180px;
    border-radius: 240x;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/img/img-call-banner-mo@2x.png");
  }
  .safety-policy .gray-box {
    padding: 24px;
    border-radius: 20px;
  }
  .safety-policy .gray-box ul {
    gap: 20px;
  }
  .safety-policy .gray-box ul li img {
    width: 120px;
  }
  .safety-goal .gray-box {
    padding: 40px 30px;
  }
  .safety-goal .gray-box .img-box img {
    max-width: 268px;
  }
  .traffic-area {
    border-radius: 20px;
  }
  .traffic-area .map-area {
    height: 380px;
  }
  .traffic-area .map-area .map {
    height: 380px;
  }
  .traffic-area .traffic-info .traffic-inner {
    padding: 30px 10px 30px 16px;
  }
  .traffic-area .traffic-info .traffic-item .state {
    height: 132px;
  }
  .traffic-area .traffic-info .traffic-item .state .left .text {
    padding-right: 8px;
  }
  .traffic-area .traffic-info .traffic-item .state .left .arrow-area {
    padding: 0 12px 0 8px;
  }
  .traffic-area .traffic-info .traffic-item .state .right .text {
    padding-left: 8px;
  }
  .traffic-area .traffic-info .traffic-item .state .right .arrow-area {
    padding: 0 8px 0 12px;
  }
  .traffic-area .traffic-info .traffic-item.middle .state {
    height: 16px;
  }
  .traffic-area .traffic-info .traffic-item.middle .state .col .arrow-area {
    width: 78px;
  }
  .email-form .gray-box {
    padding: 16px;
  }
  .popup.cctv {
    width: 85%;
  }
  .intro-wrap .intro-img {
    height: 160px;
    border-radius: 20px;
  }
  .intro-wrap .intro-img .text {
    left: 30px;
    font-size: 34px;
  }
  .intro-wrap .intro-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .intro-wrap .intro-card .card-item {
    height: auto;
    padding: 30px 16px;
    border-radius: 20px;
  }
  .intro-wrap .intro-card .card-item img {
    width: 56px;
  }
  .history-wrap .history-item .history-item-img {
    height: 140px;
    border-radius: 20px;
  }
  .full-route {
    border-radius: 20px;
  }
  .full-route.bottom {
    padding: 0px 0 32px 10px;
  }
}

.node-overlay {
  z-index: 1;
}
.node-overlay .pin {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.node-overlay .pin .label {
  display: inline-block;
  height: 25px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.node-overlay .pin .label.ic {
  height: 23px;
  padding: 2px 6px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0c1e38;
}
.node-overlay .pin .label.ic b {
  font-weight: bold;
  color: #1b76ff;
}
.node-overlay .pin .label.tg {
  height: 23px;
  padding: 2px 6px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0c1e38;
}
.node-overlay .pin .label.tg b {
  font-weight: bold;
  color: #03b6ed;
}
.node-overlay .pin .label.jct {
  height: 23px;
  padding: 2px 6px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0c1e38;
}
.node-overlay .pin .label.jct b {
  font-weight: bold;
  color: #b33cee;
}
.node-overlay .pin .label.blue {
  background-color: rgba(95, 145, 255, 0.8);
}
.node-overlay .pin .label.gray {
  background-color: rgba(85, 93, 109, 0.7);
}

.info-overlay {
  z-index: 2;
}

/* Fix: Ensure banner media centers horizontally and vertically by filling container */
.main-page .main-visual .visual .top .banner-area .banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-page .main-visual .visual .top .banner-area .banner img,
.main-page .main-visual .visual .top .banner-area .banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}