@charset "utf-8";
:root {
  --main-color: #F64C16;
}
#intro-box .con-box.video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  padding-top: 0;
  padding-bottom: 0;
}

#intro-box .tit-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#intro-box .tit-box:not(:first-child) {
  margin-top: 4rem;
}

#intro-box .tit-box.center {
  align-items: center;
  text-align: center;
}

#intro-box .tit-box .tit {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 140%;
}

#intro-box .tit-box .tit strong {
  color: var(--main-color);
  font-weight: 800;
}

#intro-box .tit-box .txt {
  color: var(--krds-light-color-text-subtle);
  font-size: 1.8rem;
}

#intro-box .con-sec {
  margin-top: 2rem;
}

#intro-box .con-sec .tit {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}

#intro-box .con-sec .tit span {
  color: var(--main-color);
}

#intro-box .table-info {
  text-align: right;
  margin-top: -2.7rem;
  color: var(--krds-light-color-text-subtle,);
  font-size: 1.5rem;
}

#intro-box .table-wrap {
  margin-top: 1rem;
}

#intro-box .table-wrap table {
  border-top: none;
}

#intro-box .table-wrap table thead th {
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-left: 1px solid var(--bd-color);
  border-top: 1px solid var(--bd-color);
  border-bottom: none;
  background: var(--thead-color);
}

#intro-box .table-wrap table tbody th,
#intro-box .table-wrap table tbody td {
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
  border-left: 1px solid var(--bd-color);
  border-bottom: 1px solid var(--bd-color);
}

#intro-box .table-wrap table tbody th {
  border-left: none;
  border-right: 1px solid var(--bd-color);
  background: var(--tbody-color);
}

#intro-box .table-wrap table thead th:nth-child(1),
#intro-box .table-wrap tbody tr td:nth-child(1) {
  border-left: none;
}

#intro-box .table-wrap tbody td.right {
  text-align: right;
}

#intro-box .table-wrap tbody td.left {
  text-align: left;
}

#intro-box .table-wrap table .num-badge {
  display: flex;
  gap: 0.6rem;
  text-align: left;
}

#intro-box .table-wrap table .num-badge span {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 2.1rem;
  height: 2.1rem;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: -0.01em;
  border-radius: 2rem;
}


#intro-box .ktds-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  min-width: auto;
  padding: 0.5rem 1.3rem;
  color: var(--main-color);
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0.4rem;
  border: 1px solid var(--main-color);
  background: #FFF;
}

#intro-box .ktds-btn:hover,
#intro-box .ktds-btn:active,
#intro-box .ktds-btn:focus {
  color: var(--main-color);
  background: #FFF1E9;
}

#intro-box .ktds-btn .svg-icon {
  flex: 0 0 auto;
  background-color: var(--main-color);
  width: var(--krds-icon--size-small);
  height: var(--krds-icon--size-small);
}

#intro-box .tag-con {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

#intro-box .tag-con strong {
  padding: 0.2rem 0.7rem;
  border-radius: 0.4rem;
}

#intro-box .gray-box {
  position: relative;
  padding: 1rem 2rem 1rem 4.8rem;
  margin-top: 2rem;
  color: var(--krds-light-color-text-subtle);
  font-size: 1.5rem;
  border-radius: 1rem;
  background: #F5F5F5;
}

#intro-box .gray-box::before {
  content: '';
  position: absolute;
  left: 2rem;
  top: 1.2rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/contents/gray-box-icon.svg) no-repeat 0 0 / 100%;
}

#intro-box .gray-box .tit {
  font-size: 1.5rem;
  font-weight: 600;
}

#intro-box .gray-box .tit .point {
  color: var(--main-color);
}

#intro-box .gray-box .ktds-btn {
  margin-top: 1rem;
}

#intro-box .noti-blet,
#intro-box .noti-blet::before {
  margin-top: 0;
  color: var(--krds-light-color-text-subtle);
  font-size: 1.5rem;
  font-weight: 400;
}

#intro-box .noti-blet {
  padding-left: 1.8rem;
}

#intro-box .table-wrap+.noti-blet {
  margin-top: 0.6rem;
}

#intro-box .video  {
  padding: 0;
}

#intro-box .video .con-box {  
  padding: 5rem 6rem 0 6rem;
}

#intro-box .video .video-box {
  margin: 0 auto;
  max-width: 68rem;
  max-height: 38.5rem;
}

#intro-box .video .video-box video {
  margin-top: 2.2rem;
  width: 100%;
}

#intro-box .general-list {
  display: flex;
  gap: 1.6rem;
}

#intro-box .general-list>dl {
  flex: 1 1 calc(33.3% - 3.2rem / 2);
  text-align: center;
  padding: 2.6rem 2rem;
  border-radius: 1rem;
  background: #F9F0E7;
}

#intro-box .general-list>dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
}

#intro-box .general-list>dl dt::before {
  content: '';
  width: 8rem;
  height: 8rem;
  border-radius: 6rem;
}

#intro-box .general-list>dl:nth-child(1) dt::before {
  background: #FFF url(../img/contents/general-list01.svg);
}

#intro-box .general-list>dl:nth-child(2) dt::before {
  background: #FFF url(../img/contents/general-list02.svg);
}

#intro-box .general-list>dl:nth-child(3) dt::before {
  background: #FFF url(../img/contents/general-list03.svg);
}

#intro-box .general-list>dl dd {
  margin-top: 0.6rem;
  font-size: 1.5rem;
}

#intro-box .general .table-wrap  {
  --bd-color: var(--main-color);
}

#intro-box .general .table-wrap table thead th {
  --thead-color:#FFF1E9;
  color: var(--main-color);
  border-right: none;
  border-bottom: 1px solid var(--main-color);
}

#intro-box .general .table-wrap table tbody th,
#intro-box .general  .table-wrap table tbody td {
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
}

#intro-box .general-symbol {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#intro-box .general-symbol>div {
  display: flex;
  gap: 1.6rem;
}

#intro-box .general-symbol dl {
  flex: 1 1 calc(50% - 1rem);
  text-align: center;
}

#intro-box .general-symbol dt {
  padding: 0.5rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 0.8rem;
  background: #ED6D46;
}

#intro-box .general-symbol dd {
  font-size: 1.5rem;
}

#intro-box .general-symbol dd span {
  color: var(--main-color);
  font-weight: 600;
}

#intro-box .general-symbol .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}

#intro-box .general-symbol .img img {
  min-width: auto;
}

#intro-box .general-symbol dd ul {
  display: flex;
  gap: 1rem;
}

#intro-box .general-symbol dd .general-symbol-ca li {
  flex-basis: 50%;
}

#intro-box .general-symbol dd .general-symbol-ca li p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#intro-box .general-symbol dd .general-symbol-fl {
  margin-bottom: 1.4rem;
}

#intro-box .general-symbol dd .general-symbol-fl li {
  flex-basis: 33.3%;
}

#intro-box .general-symbol dd .general-symbol-fl img {
  margin: 1rem 1rem 0 1rem;
  border-radius: 1rem;
}

#intro-box .faq .tit-box .tit {
  padding: 0.6rem 0 0.5rem 6.5rem ;
  background: url(../img/contents/faq-tit.png) no-repeat 0 center / 6.3rem;
}

#intro-box .faq .list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#intro-box .faq .list dt {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 1rem;
  background: #F5F5F5;
}

#intro-box .faq .list dt span {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0.7rem;
  max-width: 4rem;
  color: #fff;
  font-weight: 700;
  border-radius: 0.9rem;
  background: var(--main-color);
}

#intro-box .faq .list dd {
  position: relative;
  padding: 1.5rem 2rem 0 9.4rem;
  color: var(--krds-light-color-text-subtle);
  font-size: 1.6rem;
}

#intro-box .faq .list dd::before {
  position: absolute;
  left: 6.4rem;
  top: 1.5rem;
  content: 'A.';
  font-weight: 700;
}

#intro-box .faq .list dd b {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--krds-light-color-text-basic);
  font-weight: 500;
}

#intro-box .faq .list dd b+a {
  margin-top: 0.9rem;
}

#intro-box .office .loc dl+dl {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px dashed #C7C7C7;
}

#intro-box .office .loc dt {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
  font-size: 1.8rem;
  font-weight: 800;
}

#intro-box .office .loc dt span {
  color: var(--krds-light-color-text-subtle);
  font-size: 1.5rem;
  font-weight: 400;
}

#intro-box .office .loc .img {
  height: auto;
  max-height: 35.9rem;
  border-radius: 1rem;
  overflow: hidden;
}

#intro-box .office .tag-con {
  margin-bottom: 1rem;
}

#intro-box .office .tag-con strong {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background: #ED6D46;
}

#intro-box .office .tag-con strong+p {
  font-size: 1.5rem;
  font-weight: 600;
}

#intro-box .office .tag-con strong+p u {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#intro-box .office .table-wrap thead th {
  --thead-color: #0A81B4;
  --bd-color: #fff;
  color: #fff;
}

#intro-box .office .table-wrap tbody td {
  --bd-color: #0A81B4;
}

#intro-box .office .table-wrap tbody tr td:nth-child(1) {
  border-left: 0;
}

#intro-box .office .table-wrap tbody tr td:nth-child(2) {
  text-align: left;
}

#intro-box .office .table-wrap .num-badge span {
  background: #0A81B4;
}

#intro-box .welfare .list>dl {
  display: flex;
  gap: 1rem;
}

#intro-box .welfare .list>dl:not(:first-child) {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px dashed #C7C7C7;
}

#intro-box .welfare .list>dl dt {
  flex: 0 0 auto;
  width: 12.9rem;
  font-size: 1.8rem;
  font-weight: 800;
}

#intro-box .welfare .list>dl dd  {
  flex: 1 1 auto;
  width: 100%;
}

#intro-box .welfare .list>dl dd .list-con-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem 1rem 1rem;
}

#intro-box .welfare .list>dl dd .list-con-box+.list-con-box {
  padding-top: 1rem;
  border-top: 1px solid #CFCFCF;
}

#intro-box .welfare .list>dl dd .list-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

#intro-box .welfare .list>dl dd .list-tit strong {
  font-size: 1.8rem;
  font-weight: 600;
}

#intro-box .welfare .list>dl dd .list-tit p {
  color: var(--krds-light-color-text-subtle);
  font-size: 1.3rem;
  font-weight: 400;
}

#intro-box .welfare .list>dl dd .tag-con {
  align-items: flex-start;
}

#intro-box .welfare .list>dl dd .tag-con+.tag-con {
  margin-top: 0.6rem;
}

#intro-box .welfare .list>dl dd .tag-con strong {
  font-size: 1.4rem;
  font-weight: 600;
  background: #F5F5F5;
}

#intro-box .welfare .list>dl dd .tag-con p {
  font-size: 1.5rem;
}

#intro-box .welfare .list>dl dd .tag-con p .noti-blet {
  display: block;
}

#intro-box .welfare .list>dl.welfare01 dt,
#intro-box .welfare .list>dl.welfare01 dd .list-tit strong {
  color: #ED6D46;
}

#intro-box .welfare .list>dl.welfare02 dt,
#intro-box .welfare .list>dl.welfare02 dd .list-tit strong {
  color: #49A726;
}

#intro-box .welfare .list>dl.welfare03 dt,
#intro-box .welfare .list>dl.welfare03 dd .list-tit strong {
  color: #EE5F89;
}

#intro-box .welfare .list>dl.welfare04 dt,
#intro-box .welfare .list>dl.welfare04 dd .list-tit strong {
  color: #7258A9;
}

#intro-box .welfare .list>dl.welfare05 dt,
#intro-box .welfare .list>dl.welfare05 dd .list-tit strong {
  color: #0697DA;
}

#intro-box .welfare .list>dl.welfare06 dt,
#intro-box .welfare .list>dl.welfare06 dd .list-tit strong {
  color: #B36812;
}

#intro-box .welfare .list>dl.welfare07 dt,
#intro-box .welfare .list>dl.welfare07 dd .list-tit strong {
  color: #0B3196;
}

#intro-box .office .table-wrap thead th {
  color: #fff;
}

#intro-box .trash .table-wrap {
  --bd-color: #0A81B4;
}

#intro-box .trash .table-wrap thead th {
  --thead-color: #0A81B4;
  --bd-color: #fff;
  color: #fff;
}

#intro-box .trash .table-wrap tbody th.rowgroup {
  --tbody-color: #DFF1F9;
  border-left: none;
}

#intro-box .trash .table-wrap tbody th {
  --tbody-color: #F2F9FD;
}

#intro-box .trash .table-wrap .sfont {
  display: block;
  color: var(--krds-light-color-text-subtle) !important;
  font-size: 1.3rem;
}

#intro-box .trash .table-wrap tbody th span {
  margin-top: 0.2rem;
}

#intro-box .trash .table-wrap tbody td .info-list {
  margin-top: 0;
  gap: 0.6rem;
}

#intro-box .trash .table-wrap tbody td .info-list>li {
  padding-left: 0.8rem;
  font-size: 1.5rem;
}

#intro-box .trash .table-wrap tbody td .info-list.decimal > li:before {
  width: 0.4rem;
  height: 0.4rem;
  background: #0974A2;
}

#intro-box .trash .table-wrap tbody td .info-list span {
  display: block;
  color: #0974A2;
}

#intro-box .trash .table-wrap tbody td .info-list .noti-blet {
  padding-left: 1.6rem;
  font-size: 1.3rem;
}

#intro-box .facility .img {
  border-radius: 1rem;
  background: #5DA1D8;
  overflow: hidden;
}

#intro-box .facility .flex-box {
  display: flex;
  gap: 2rem;
}

#intro-box .facility .flex-box>div {
  flex-basis: 50%;
}

#intro-box .facility thead th {
  color: #fff;
}

#intro-box .facility .facility01 {
  --bd-color: #E44F7F;
  --thead-color: #E44F7F;
  --tbody-color: #FEF6F9;
}

#intro-box .facility .facility02 {
  --bd-color: #0D98A1;
  --thead-color: #0D98A1;
  --tbody-color: #F0F8FA;
}

#intro-box .facility .facility03 {
  --bd-color: #7258A3;
  --thead-color: #7258A3;
  --tbody-color: #F1EFF7;
}

#intro-box .facility .facility04 {
  --bd-color: #F05A2C;
  --thead-color: #F05A2C;
  --tbody-color: #FEF3ED;
}

#intro-box .facility .facility05 {
  --bd-color: #36A10F;
  --thead-color: #36A10F;
  --tbody-color: #F4F9EF;
}

#intro-box .facility .facility06 {
  --bd-color: #B36800;
  --thead-color: #B36800;
  --tbody-color: #F9F0E4;
}

#intro-box .table-wrap table .num-badge span {
  background: var(--thead-color);
}

#intro-box .tour-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#intro-box .tour-list>li {
  display: flex;
  gap: 2rem;
  padding: 3rem;
  border-radius: 1rem;
}

#intro-box .tour-list>li .tit {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--color);
  color: var(--color);
  font-size: 1.8rem;
  font-weight: 800;
}

#intro-box .tour-list>li .con {
  font-size: 1.5rem;
}

#intro-box .tour-list>li .con-tit {
  margin-bottom: 1rem;
  color: var(--color);
  font-size: 1.6rem;
  font-weight: 600;
}

#intro-box .tour-list>li .img {
  flex: 0 0 auto;
}

#intro-box .tour-list .tour01 {
  --color: #7258A3;
  background: #EFEEF7;
}

#intro-box .tour-list .tour02 {
  --color: #F05A2C;
  background: #FEF3ED;
}

#intro-box .tour-list .tour03 {
  --color: #E44F7F;
  background: #FEF6F9;
}

#intro-box .tour-list .tour04 {
  --color: #36A10F;
  background: #F4F9EF;
}

#intro-box .tour-list .tour05 {
  --color: #3482C2;
  background: #EBF2FA;
}

#intro-box .tour-list .tour06 {
  --color: #0D98A1;
  background: #E8F5F6;
}

#intro-box .related .noti-box {
  padding-left: 10.5rem;
  background: url(../img/contents/related-noti.png) no-repeat 0 center / 8.5rem;
}

#intro-box .related .noti-box .gray-box {
  padding-left: 2rem;
}

#intro-box .related .noti-box .gray-box::before {
  display: none;
}

#intro-box .related .noti-box .tit {
  color: var(--main-color);
  font-size: 1.8rem;
}

#intro-box .related .noti-box .txt {
  color: var(--krds-light-color-text-basic);
}

#intro-box .related .noti-box .txt span {
  font-weight: 900;
}

#intro-box .related .con-sec dt {
  font-size: 1.8rem;
  font-weight: 800;
}

#intro-box .related .table-wrap {
  --thead-color: #0A81B4;
  --tbody-color: #F2F9FD;
  --bd-color: #0A81B4;
  margin-top: 0.6rem;
}

#intro-box .related table thead th {
  --bd-color: #fff;
  color: #fff;
}

#intro-box .related table tbody th {
  text-align: center;
}

#intro-box .related .tag-con +.tag-con {
  margin-top: 0.6rem;
}

#intro-box .related .tag-con strong {
  text-align: center;
  min-width: 5.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  background: #F5F5F5;
}

#intro-box .related .call {
  display: flex;
  justify-content: flex-end;
}

#intro-box .related .call .gray-box {
  padding-left: 5rem;
  color: var(--krds-light-color-text-basic);
  font-weight: 600;
}

#intro-box .related .call .gray-box::before {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/contents/related-call.svg) no-repeat 0 0 / 100%;
}

#intro-box .related .call .gray-box span {
  color: var(--main-color);
}

#intro-box .location .con-sec+.con-sec {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px dashed #C7C7C7;
}

#intro-box .location .con-sec dt {
  margin-bottom: 1.6rem;
}

#intro-box .location .con-sec dt .tit {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--krds-light-color-text-subtle);
  font-size: 2.5rem;
  font-weight: 400;
}

#intro-box .location .con-sec dt .tit::before {
  content: '';
  width: 3rem;
  height: 3rem;
  background: url(../img/contents/location-tit.svg) no-repeat 0 0 / 100%;
}

#intro-box .location .con-sec dt .tit strong {
  color: var(--krds-light-color-text-basic);
  font-size: 2.8rem;
  font-weight: 800;
}

#intro-box .location .con-sec dt .addr {
  margin-top: 0.7rem;
  font-size: 1.5rem;
  font-weight: 600;
}

#intro-box .location .con-sec dd .map-box {
  width: 100%;
  height: 36.9rem;
  border-radius: 1rem;
  overflow: hidden;
}

#intro-box .location .con-sec dd .traffic {
  margin-top: 1.6rem;
} 


#intro-box .location .con-sec dd .traffic .tit {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

#intro-box .location .con-sec dd .traffic .tit::before {
  content: '';
  width: 4rem;
  height: 4rem;
}

#intro-box .location .con-sec dd .traffic .info-list {
  gap: 0;
}

#intro-box .location .con-sec dd .traffic .info-list>li {
  padding-left: 0.9rem;
  font-size: 1.5rem;
}

#intro-box .location .con-sec dd .traffic .tit+p {
  font-size: 1.5rem;
}

#intro-box .location .con-sec dd .traffic .info-list>li::before {
  left: 0;
  top: 0.9rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--krds-light-color-text-basic);
}

#intro-box .location .con-sec dd .traffic .info-list>li b {
  font-weight: 600;
}

#intro-box .location .con-sec dd .bus .tit::before {
  background: url(../img/contents/location-bus.svg) no-repeat 0 0 / 100%;
}

#intro-box .location .con-sec dd .subway .tit::before {
  background: url(../img/contents/location-subway.svg) no-repeat 0 0 / 100%;
}

/* mobile */
@media (max-width: 1023px) {
  #intro-box .tit-box .tit {
    font-size: 22px;
  }
  
  #intro-box .tit-box .txt {
    font-size: 14px;
  }

  #intro-box .tag-con {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  #intro-box .tag-con strong {
    width: 100%;
    box-sizing: border-box;
  }

  #intro-box .video {
    padding: 20px 20px 60px 20px;
  }

  #intro-box .video .con-box {
    padding: 0;
  }
  
  #intro-box .general-list,
  #intro-box .general-symbol>div,
  #intro-box .general-symbol dd ul {
    flex-direction: column;
  }
  
  #intro-box .general-list>dl {
    flex-basis: 100%;
  }

  #intro-box .faq .list dd {
    padding-left: 6rem;
  }
  
  #intro-box .faq .list dd::before {
    left: 3rem;
  }

  #intro-box .welfare .list>dl,
  #intro-box .welfare .list>dl dd .list-tit {
    flex-direction: column;
    align-items: flex-start;
  }
  
  #intro-box .welfare .list>dl dd .list-con-box {
    padding-left: 0;
    padding-right: 0;
  }
  
  #intro-box .facility .flex-box {
    flex-direction: column;
  }

  #intro-box .tour-list>li {
    flex-direction: column;
  }
  
  #intro-box .related .noti-box {
    padding-left: 0;
    background: none;
  }
}