@charset "utf-8";

@import "reset.css";
@import "font.css";

:root {
  --font-head: 'HyundaiSansHead', AppleSDGothicNeo-Regular, sans-serif;
}

.hidden {overflow: hidden;}

p {line-height: 1.5;}

/* common */

.text-l {text-align:left !important;}

.text-c {text-align:center !important;}

.text-r {text-align: right !important;}

.c-gray {color: #B3B3B3!important;}

.c-gray02 {color: #808080!important;}

.c-sky {color: #107ECA!important;}

.c-yellow {color: #FFCE00!important;}

@media (max-width: 768px) {
    br.none768 {display: none;}
}

.mt10 {margin-top:10px !important;}
.mt24 {margin-top:4.8rem !important;}
.mtm10 {margin-top:-10px !important;}
.mb10 {margin-bottom:10px !important;}

.linkto span {
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: #107ECA;
  line-height: inherit;
  border-bottom: 0.3rem solid #107ECA;
}

.bullet-tit {
  padding-left: 2.8rem;
  position: relative;
}

.bullet-tit + .bullet-tit {
  margin-top: 2rem;
}

.bullet-tit:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 1.5rem;
  left: 0;
}

.bullet-txt {
  margin-top: 2rem;
  margin-left: 2.8rem;
}

.bullet-txt + .bullet-tit {
  margin-top: 2rem;
}

/* layout */

/* error 404페이지 */
.error-content-wrap{
  position: relative;
  height: calc(100vh - 13.6rem);
  min-height: 73.5rem;
  background-color: #002C5F;
  padding: 3.4rem 4.8rem 4rem;
}
.error-content-wrap .error-tit{
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 6rem;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.3;
  margin-bottom: 13px;
}

.error-content-wrap .error-sub-tit{
  margin-bottom: 17rem;
  color: #fff;
  line-height: 1.3;
}

.error-content-wrap .error-txt-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error-content-wrap .error-home-btn-wrap{
  position: absolute;
  bottom: 10rem;
  display: flex;
  width: calc(100% - 9.6rem);
}
.error-content-wrap .error-home-btn-wrap .error-home-btn{
  flex: 1;
  border-radius: 2rem;
  padding: 3.6rem 0;
  text-align: center;
  font-size: 4rem;
  font-family: var(--font-head);
  letter-spacing: -0.06em;
  box-shadow: 0 3px 10px rgba(0,0,0,0.17);
  background-color: #fff;
  color: #002C5F;
}

/* depth1 */

.depth1-wrap {
  background-color: #002C5F;
  padding: 3.4rem 4.8rem 4rem;
}

.depth1-wrap .depth1-tit {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 6rem;
  color: #fff;
  letter-spacing: -0.05em;
}

/* depth2 */

.depth2-wrap {
  padding: 0 4.8rem 4rem;
  background-color: #002C5F;
}

.depth2-wrap .depth2-tit{
  color: #fff;
}

.depth2-list {
  width: calc(100% + 4.8rem);
  padding-right: 4.8rem;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -ms-overflow-style: none;
}

.depth2-list::-webkit-scrollbar{
  display:none;
}

.depth2-list li {
  padding-bottom: 2rem;
}

.depth2-list li.on {
  position: relative;
}

.depth2-list li.on:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #FFCE00;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.depth2-list li a {
  font-family: var(--font-head);
  font-size: 3.6rem;
  white-space: nowrap;
  color: #2D5E95;
  font-weight: 500;
}

.depth2-list li.on a {
  color: #fff;
}



/* depth3 */

.depth3-wrap {
  padding: 4rem 4.8rem 0;
}

.depth3-list {
  width: calc(100% + 4.8rem);
  padding-right: 4.8rem;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -ms-overflow-style: none;
}

.depth3-list::-webkit-scrollbar{
  display:none;
}

.depth3-list li {
  padding-bottom: 1.4rem;
  white-space: nowrap;
}

.depth3-list li.on {
  position: relative;
}

.depth3-list li.on:after {
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: #FFCE00;
  position: absolute;
  left: 0;
  bottom: 0;
}

.depth3-list li a,
.depth3-list li p {
  font-family: var(--font-head);
  color: #CCCCCC;
}

.depth3-list li.on a,
.depth3-list li.on p {
  color: #002C5F;
}

/* depth4 */

.depth4-wrap {
  margin-top: 6rem;
}

.depth4-list {
  width: calc(100% + 4.8rem);
  padding-right: 4.8rem;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -ms-overflow-style: none;
}

.depth4-list::-webkit-scrollbar{
  display:none;
}

.depth4-list li {
  padding-bottom: 1.4rem;
  white-space: nowrap;
}

.depth4-list li.on {
  position: relative;
}

.depth4-list li.on:after {
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: #FFCE00;
  position: absolute;
  left: 0;
  bottom: 0;
}

.depth4-list li a,
.depth4-list li p {
  font-family: var(--font-head);
  color: #CCCCCC;
}

.depth4-list li.on a,
.depth4-list li.on p {
  color: #002C5F;
}

.depth4-wrap + .tab-content-wrap {
  margin-top: 4rem;
}

/* content */

.content-wrap {
  padding: 6rem 4.8rem 12rem;
}

.content-wrap.floating .content {
  margin-bottom: 6rem;
}

.content + .content {
  margin-top: 6rem;
}

.content-link{
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--font-head);
}

.content-link span{
  font-family: var(--font-head);
}

.content-link .content-tit{
  margin-bottom: 0;
}

.content-tit {
  font-family: var(--font-head);
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #002C5F;
  margin-bottom: 4rem;
  line-height: normal;
}


.content-tit + .content-subtit {
  font-family: var(--font-head);
  font-size: 3.6rem;
  color: #107ECA;
  margin-top: -3rem;
  margin-bottom: 4rem;
}

.content .content-subtit.east {
  font-family: var(--font-head);
  font-size: 3.6rem;
  color: #107ECA;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content .content-subtit.west {
  font-family: var(--font-head);
  font-size: 3.6rem;
  color: #107ECA;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content .content-subtit.time {
  font-family: var(--font-head);
  font-size: 3.6rem;
  color: #000;
  margin-bottom: 3rem;
}

.content .content-caption {
  margin-top: 4rem;
  color: #808080;
}


.content-tit02 {
  font-family: var(--font-head);
  font-size: 4rem;
  letter-spacing: -0.03em;
  margin-top: 6rem;
  margin-bottom: 4rem;
  line-height: normal;
}

.tab-content .content-tit02 {
  margin-top: 4rem;
}

/* icons */

.ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  box-sizing: content-box;
}

.ico-btn-arrow {
  width: 2rem;
  height: 2rem;
}

.open .ico-btn-arrow {
  transform: rotate(180deg);
}

.ico-btn-arrow.gray {
  background-image: url(../img/ico-btn-arrow-g.svg);
}

.ico-btn-arrow.blue {
  background-image: url(../img/ico-btn-arrow-b.svg);
}

.ico-btn-arrow.white {
  background-image: url(../img/ico-btn-arrow-b.svg);
  background-position: bottom;
}

.ico-arrow-down {
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../img/ico-arrow-down.svg);
}

.ico-close {
  width: 4.8rem;
  height: 4.8rem;
  background-image: url(../img/ico-close.svg);
}

.ico-bus {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(../img/ico-bus.svg);
}

.ico-map {
  width: 6rem;
  height: 6rem;
  background-image: url(../img/ico-map.svg);
}

.ico-map.yellow {
  background-position: bottom;
}

.ico-record {
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../img/ico-record.svg);
}

.ico-pdf {
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../img/ico-pdf.svg);
}

.ico-circle-gray,
.ico-circle-gray02 {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  border: 0.4rem solid #808080;
  background-color: #fff;
}

.ico-circle-gray02 {
  border-width: 0.6rem;
  border-color: #B3B3B3;
}

.ico-circle-blue {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  border: 0.6rem solid #0F2C5C;
  background-color: #fff;
}

.ico-circle-yellow,
.ico-circle-yellow02 {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: rgba(255, 206, 0, 0.3);
  position: relative;
}

.ico-circle-yellow:before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFCE00;
  border: 0.3rem solid #fff;
}

.ico-circle-yellow02:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFCE00;
}

.ico-caution{
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../img/ico-caution.svg);
}

/* button */

.btn {
  display: flex;
}

.btn-ico {
  gap: 5px;
  align-items: center;
}

/* layer */

.layer-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}

.layer-wrap .layer-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.layer-wrap .alert {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 18.4rem);
  max-width: 564px;
  border-radius: 2rem;
}

.layer-wrap .alert .alert-body {
  text-align: center;
  padding: 11rem 0 8rem;
}

.layer-wrap .alert .alert-body p {
  font-size: 4rem;
  font-family: var(--font-head);
  letter-spacing: -0.03em;
  color: #002C5F;
}

.layer-wrap .alert .btn-wrap {
  display: flex;
  border-top: 0.3rem solid #CCCCCC;
}

.layer-wrap .alert .btn-wrap button,
.layer-wrap .alert .btn-wrap a {
  width: 50%;
  padding: 3rem 0;
  text-align: center;
  letter-spacing: -0.03em;
}

.layer-wrap .alert .btn-wrap button:first-child,
.layer-wrap .alert .btn-wrap a:first-child {
  border-right: 0.3rem solid #CCCCCC;
}

.layer-wrap .alert .btn-wrap button {
  color: #808080;
}

.layer-wrap .alert .btn-wrap a {
  color: #107ECA;
  font-weight: 500;
}

.layer-wrap .layer {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 9.6rem);
  max-width: 652px;
  border-radius: 2rem;
}

.layer-wrap .layer .layer-head {
  padding: 6rem 6rem 2rem;
  text-align: right;
}

.layer-wrap .layer .layer-head + .layer-body {
  padding: 0 6rem 6rem;
  max-height: 80rem;
  overflow-y: scroll;
}

/* tab */

.tab-content-wrap .tab-content {
  display: none;
  position: relative;
}

.tab-content-wrap .tab-content.show {
  display: block;
}

/* table */

.table-wrap.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% + 20px);
  padding-right: 20px;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  border: 0.3rem solid #CCCCCC;
  margin-bottom: 2rem;
  border-radius: 2rem;
  border-collapse: separate;
  overflow: hidden;
}

.table-wrap table td,
.table-wrap table th {
  text-align: center;
  vertical-align: middle;
  padding: 2.4rem 0;
}

.table-wrap table th,
.table-wrap table td {
  border-bottom: 0.3rem solid #CCCCCC;
  border-right: 0.3rem solid #CCCCCC;
}

.table-wrap table tbody tr:last-child th,
.table-wrap table tbody tr:last-child td {
  border-bottom: 0;
}

.table-wrap table th {
  background-color: #F2F5F7;
}

.table-wrap table td:not(.line):last-child,
.table-wrap table th:last-child {
  border-right: 0;
}

/* toggle */

.toggle-item + .toggle-item {
  margin-top: 4rem;
}

.toggle-wrap .toggle-btn {
  position: relative;
  width: 100%;
}

.toggle-wrap .toggle-btn .toggle-tit {
  font-family: var(--font-head);
  font-size: 4.8rem;
  letter-spacing: -0.05em;
  color: #002C5F;
}

.toggle-wrap .toggle-btn .toggle-arrow {
  display: flex;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.toggle-wrap .toggle-btn .toggle-arrow span {
  font-family: var(--font-head);
  font-size: 2.8rem;
  color: #808080;
  letter-spacing: -0.05em;
}

.toggle-wrap .toggle-content {
  display: none;
}

/* datepicker custom */

.ui-datepicker {
  width: calc(100% - 9.6rem);
  margin-top: 1rem;
  padding: 6rem;
}

.ui-widget.ui-widget-content {
  border: 0.3rem solid #000;
  border-radius: 1rem;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
}

.ui-widget-header {
  border: 0;
  background: transparent;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 2.2rem;
  height: 3rem;
}

.ui-widget-header .ui-icon {
  background-image: url(../img/ico-datepicker.svg);
}

.ui-icon-circle-triangle-w {
  background-position: top left
}

.ui-icon-circle-triangle-e {
  background-position: bottom left
}

.ui-datepicker table {
  margin-top: 6rem;
  font-size: 3.4rem;
  letter-spacing: -0.03em;
}

.ui-datepicker th {
  padding: 0;
  padding-bottom: 3rem;
}

.ui-datepicker-week-end:first-child span {
  color: #CB3030;
}

.ui-datepicker-week-end:last-child span {
  color: #107ECA;
}

.ui-datepicker td {
  padding: 0;
}

.ui-datepicker td a {
  padding: 0.8rem 1.6rem;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 0;
  background: transparent;
  text-align: center;
  color: #000;
  border-radius: 1rem;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  opacity: 1!important;
}

.ui-state-disabled .ui-state-default,
.ui-state-disabled .ui-widget-content .ui-state-default {
  color: #CCCCCC!important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: #107ECA;
  color: #fff;
}

/* floor list */

.legend-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  row-gap: 1rem;
  margin-top: -3rem;
  margin-bottom: 4rem;
}

.legend-wrap .legend span {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.3rem solid #002C5F;
  display: inline-block;
  margin-right: 2rem;
  vertical-align: middle;
}

.legend-wrap .legend.el span {
  background-color: #107ECA;
}

.legend-wrap .legend.es span {
  background-color: #87F8F4;
}

.legend-wrap .legend.trans span {
  background-color: #95F06C;
}

.process-map + .floor-list {
  margin-top: 8rem;
}

.floor-list li {
  display: flex;
  gap: 2rem;
}

.floor-list li + li {
  margin-top: 2rem;
}

.floor-list .hi_rounge-item + .hi_rounge-item {
  margin-top: 4rem;
}

.floor-list li .num {
  font-size: 2.4rem;
  font-family: var(--font-head);
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.06em;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  background-color: #002C5F;
  text-align: center;
  line-height: 4rem;
}

.floor-list li.link .num {
  background-color: #107ECA;
}

.floor-list li.link .name {
  color: #107ECA;
  border-bottom: 0.3rem solid #107ECA;
}

.floor-list li .desc {
  color: #808080;
  margin-top: 1rem;
  display: block;
}

.floor-list .hi_rounge-txt-wrap{
  width: calc(100% - 7rem);
}
.floor-list .hi_rounge-txt-wrap .name{
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.floor-list .hi_rounge-txt-wrap .hi_lounge-desc{
  margin-top: 2rem;
  font-size: 3.2rem;
  word-break: keep-all;
}

/* map icon station */

.map-station .station-wrap {
  padding: 4rem 4rem 4rem 2.8rem;
  border: 0.3rem solid #CCCCCC;
  border-radius: 2rem;
  position: relative;
}

.map-station .station-wrap:before {
  content: "";
  height: calc(100% - 15rem);
  width: 1px;
  border-right: 0.4rem dotted #CCCCCC;
  position: absolute;
  left: 5.5rem;
  top: 10rem;
}

.map-station .station-wrap .station {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8rem;
  position: relative;
}

.map-station .station-wrap .station:first-child {margin-bottom: 4rem;}
.map-station .station-wrap .station:last-child {margin-top: 4rem!important;}

.map-station .station-wrap .station + .station {
  margin-top: 2rem;
}

.map-station .station-wrap .station .ico {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.map-station .station-wrap .station .ico.ico-map {
  left: 0;
}

.map-station .station-wrap .station .bus-name {
  color: #808080;
}

.map-station .station-wrap .station .bus-name .summary {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0;
  color: #808080;
}

.map-station .station-wrap .station:first-child .bus-name,
.map-station .station-wrap .station:last-child .bus-name {
  font-size: 4rem;
  font-weight: 500;
  color: #000;
}

.map-station .station-wrap .station .time {
  color: #808080;
  letter-spacing: 0;
}

.map-station .station-wrap .station:first-child .time,
.map-station .station-wrap .station:last-child .time {
  color: #000;
}

/* line text box */

.line-txtbox {
  border-radius: 2rem;
  padding: 3rem;
  border: 0.3rem solid #CCCCCC;
  background-color: #fff;
}
.line-txtbox:first-child {
  margin-top: 3rem;
}

.line-txtbox + .line-txtbox {
  margin-top: 2rem;
}

.line-txtbox.blue {
  border-color: #002C5F;
  background-color: #002C5F;
}

.line-txtbox.blue * {
  color: #fff;
}

.line-txtbox.blue-line {
  border-color: #107ECA;
}

.line-txtbox.gray {
  background-color: #F2F5F7;
  border-color: #F2F5F7;
}

.line-txtbox.white {
  border-color: transparent;
}

/* info list */

.line-txtbox .title {
  font-size: 4rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #002C5F;
  padding-bottom: 2rem;
  border-bottom: 0.3rem solid #E6E6E6;
}

.line-txtbox .title span {
  display: block;
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 1.2rem;
  color: #808080;
}

.line-txtbox .title .block-line{
  display: inline-block;
  width: 2px;
  height: 2.5rem;
  margin: 0 1.6rem;
  background-color: #002C5F;
}

.line-txtbox .title .line-txtbox-subtit{
  display: block;
  font-family: var(--font-head);
  font-size: 2.8rem;
  color: #107ECA;
}

.line-txtbox .detail-info {
  margin-top: 2rem;
}

.line-txtbox .detail-info .detail-info-tit {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #002C5F;
}

.line-txtbox .detail-info .detail-info-tit .block-line {
  display: inline-block;
  width: 2px;
  height: 2.5rem;
  margin: 0 1.3rem;
  background-color: #002C5F;
}

.line-txtbox .info-list {
  margin-top: 2rem;
  line-height: 1.5;
}

.line-txtbox .info-list > li {
  display: flex;
  gap: 3rem;
}

.line-txtbox .info-list > li + li {
  margin-top: 2rem;
}

.line-txtbox .info-list li p {
  font-size: 2.8rem;
}
.line-txtbox .info-list li p .block-line{
  display: inline-block;
  width: 1px;
  height: 2.5rem;
  margin: 0 1.3rem;
  background-color: #000;
}

.line-txtbox .info-list .tit {
  width: 18rem;
  color: #107ECA;
  padding-left: 2.8rem;
  position: relative;
  flex-shrink: 0;
}

.line-txtbox .info-list .tit:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #107ECA;
  position: absolute;
  top: 1.6rem;
  left: 0;
}

.line-txtbox .info-list .hours-list > li {
  display: flex;
}

.line-txtbox .info-list .hours-list > li > span {
  width: 6rem;
  margin-right: 2rem;
}

.line-txtbox .info-list .hours-list > li p {
  letter-spacing: 0;
}

/* header */

header {
  background-color: #002C5F;
  padding: 5.2rem 4.8rem;
}

header .logo {
  width: 30.4rem;
  height: 3.2rem;
  background: url('../img/logo.svg') no-repeat top;
  background-size: cover;
}

header .logo .logo-link{
  display: block;
  width: 100%;
  height: 100%;
}

/* content */

.corona01 .content p + p {
  margin-top: 5.6rem;
}

.corona01 .txt-wrap {
  padding: 6rem 4rem;
  border: 0.3rem solid #CCCCCC;
  border-radius: 2rem;
  margin-bottom: 4rem;
}

.corona01 .txt-wrap .sub-tit {
  font-family: var(--font-head);
  color: #107ECA;
  letter-spacing: -0.03em;
}

.corona01 .txt-wrap .tit {
  font-family: var(--font-head);
  font-size: 4.8rem;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #002C5F;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.corona01 .txt-wrap ul li + li {
  margin-top: 2rem;
}

.corona01 .txt-wrap ul li span {
  display: block;
  color: #808080;
  line-height: 1.5;
  margin-top: 2rem;
  margin-left: 2rem;
  font-size: 2.6rem;
}

@media (max-width: 639px) {
  .corona01 .txt-wrap ul li span {
    font-size: 3rem;
  }
}

.bus01 .station-wrap {
  margin-top: 4rem;
}

.bus01 .toggle-item:nth-child(even) .map-station .station-wrap {
  background-color: #F2F5F7;
  border-color: #F2F5F7;
}

.bus01 .toggle-item:nth-child(even) .map-station .station-wrap .ico-map {
  background-image: url(../img/ico-map-g.svg);
}

.bus02 .all-time {
  font-size: 4rem;
  font-family: var(--font-head);
  margin-top: 4rem;
}

.bus02 .station-wrap.all {
  position: relative;
  margin-top: 4rem;
}

.bus02 .station-wrap.all:before {
  content: "";
  height: calc(100% - 5rem);
  width: 1px;
  border-right: 0.4rem dotted #CCCCCC;
  position: absolute;
  left: 1.6rem;
  top: 2.5rem;
}

.bus02 .station-wrap.all .station {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 11.2rem;
  position: relative;
}

.bus02 .station-wrap.all .station + .station {
  margin-top: 5rem;
}

.bus02 .station-wrap.all .station .ico {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}

.bus02 .station-wrap.all .station .ico.ico-circle-yellow {
  left: 0;
}

.bus02 .station-wrap.all .station:first-child .ico:after,
.bus02 .station-wrap.all .station:last-child .ico:after {
  position: absolute;
  left: calc(100% + 1rem);
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 639px) {
  .bus02 .station-wrap.all .station:first-child .ico:after,
  .bus02 .station-wrap.all .station:last-child .ico:after {
    font-size: 2.4rem;
  }
}

.bus02 .station-wrap.all .station:first-child .ico:after {content: "첫차";}
.bus02 .station-wrap.all .station:last-child .ico:after {content: "막차";}

.bus02 .station-wrap.all .station .time {
  font-weight: 500;
  letter-spacing: 0;
  color: #858585;
}

.bus02 .station-wrap.all .station:first-child .time,
.bus02 .station-wrap.all .station:last-child .time {
  color: #107ECA;
}

.bus02 .station-wrap.all .station .bus-name {
  font-family: var(--font-head);
  font-size: 3.6rem;
  letter-spacing: -0.02em;
}

.bus02 .station-wrap.all .station:first-child .bus-name,
.bus02 .station-wrap.all .station:last-child .bus-name {
  font-size: 4rem;
  color: #107ECA;
  font-weight: 500;
}

.bus03 .summary-station .station-wrap {
  padding: 4rem 4rem 4rem 2.8rem;
  border: 0.3rem solid #CCCCCC;
  border-radius: 2rem;
  position: relative;
}

.bus03 .summary-station .station-wrap:before {
  content: "";
  height: calc(100% - 13rem);
  width: 1px;
  border-right: 0.4rem dotted #CCCCCC;
  position: absolute;
  left: 5.5rem;
  top: 6.5rem;
}

.bus03 .summary-station .station-wrap .station {
  padding-left: 8rem;
  position: relative;
}

.bus03 .summary-station .station-wrap .station .bus-name{
  color: #808080;
}

.bus03 .summary-station .station-wrap .station:first-child {margin-bottom: 4rem;}
.bus03 .summary-station .station-wrap .station:last-child {margin-top: 4rem!important;}


.bus03 .summary-station .station-wrap .station + .station {
  margin-top: 2rem;
}

.bus03 .summary-station .station-wrap .station .ico.ico-map {
  position: absolute;
  left: 0;
  top: 0;
}

.bus03 .summary-station .station-wrap .station .ico.ico-circle-gray {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.bus03 .summary-station .station-wrap .station:first-child .bus-name,
.bus03 .summary-station .station-wrap .station:last-child .bus-name {
  font-size: 4.8rem;
  font-weight: 500;
  color: #000;
}

.bus03 .summary-station .station-wrap .station .time {
  border-radius: 3rem;
  border: 0.3rem solid #707070;
  padding: 1.2rem 3rem;
  font-size: 2.8rem;
  color: #808080;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.bus03 .summary-station .station-wrap .station .summary {
  font-size: 2.8rem;
  letter-spacing: 0;
  color: #808080;
  margin-top: 2rem;
}

.bus03 .all-station button {
  width: 100%;
  text-align: center;
  background-color: #002C5F;
  border-radius: 2rem;
  margin-top: 2rem;
  padding: 2.6rem 0;
  position: relative;
  border: 0.3rem solid #002C5F;
}

.bus03 .all-station button.open {
  background-color: #fff;
}

.bus03 .all-station button span {
  color: #fff;
  font-size: 3rem;
}

.bus03 .all-station button.open span {
  color: #002C5F;
  font-weight: 500;
}

.bus03 .all-station button .ico {
  position: absolute;
  top: 50%;
  right: 3.6rem;
  transform: translateY(-50%);
}

.bus03 .all-station button.open .ico {
  transform: translateY(-50%) rotate(180deg);
}

.bus03 .all-station .all-station-content {
  margin-top: 2rem;
  border-radius: 1.8rem;
  border: 0.3rem solid #CCCCCC;
  overflow: hidden;
  display: none;
}

.bus03 .all-station .all-station-content li {
  padding: 2.4rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bus03 .all-station .all-station-content li:first-child,
.bus03 .all-station .all-station-content li:last-child {
  background-color: #F2F5F7;
}

.bus03 .all-station .all-station-content li + li {
  border-top: 0.3rem solid #CCCCCC;
}

.bus03 .all-station .all-station-content li p {
  font-size: 3.6rem;
  letter-spacing: 0;
}

.bus03 .all-station .all-station-content li .bus-img {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.bus03 .all-station .all-station-content li .bus-img img {
  height: 6rem
}

.bus03 .all-station .all-station-content li .bus-img span {
  display: inline-block;
  font-size: 2.6rem;
  color: #9EADBF;
}

.bus03 .all-station .all-station-content li:first-child .bus-img span,
.bus03 .all-station .all-station-content li:last-child .bus-img span {
  color: #002C5F;
}

.bus03 .all-station .all-station-content li:first-child p,
.bus03 .all-station .all-station-content li:last-child p {
  font-weight: 700;
  color: #002C5F;
}

.bus03 .all-station + .content-tit {
  margin-top: 8rem;
}

.bus03 .num {
  font-family: var(--font-head);
  letter-spacing: -0.03em;
  font-size: 4rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.bus04 .tit {
  font-family: var(--font-head);
  font-size: 4rem;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
}

.bus04 .change-wrap + .change-wrap {
  margin-top: 6rem;
}

.bus04 .change-wrap .change span {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.bus04 .change-wrap .change.before span {
  color: #B3B3B3;
}

.bus04 .change-wrap .change.after span {
  font-weight: 500;
  color: #FFCE00;
}

.bus04 .change-wrap .change p {
  font-size: 4rem;
}

.bus04 .change-wrap .change.after p {
  color: #fff;
}

.bus04 .change-wrap .change + .ico {
  display: block;
  margin: 1.8rem auto;
}

.notice-list li {
  position: relative;
}

.notice-list li + li {
  margin-top: 1.2rem;
}

.notice-list li p {
  color: #808080;
  padding-left: 2.8rem;
}

.notice-list li span {
  color: #808080;
  position: absolute;
  top: 0;
  left: 0;
}

.notice-wrap {
  margin-top: 6rem;
  position: relative;
}

.notice-wrap:before {
  content: "";
  height: calc(100% - 18rem);
  width: 1px;
  border-right: 0.4rem dotted #CCCCCC;
  position: absolute;
  left: 1.6rem;
  top: 9rem;
}

.notice-wrap li {
  position: relative;
}

.notice-wrap li + li {
  margin-top: 2rem;
}

.notice-wrap li .ico {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
}

.notice-wrap li .ico.ico-circle-yellow02 {
  left: 0;
}

.notice-wrap.dot li .line-txtbox {
  width: calc(100% - 7rem);
  margin-left: auto;
}

.notice-wrap li .time {
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: 500;
}

.notice-wrap > li .desc {
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-top: 1rem;
  color: #B3B3B3;
}

.contact-list .line-txtbox:not(.mulitple) {
  display: flex;
  justify-content: space-between;
}

.contact-list .line-txtbox .tit {
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.contact-list .line-txtbox .number {
  font-weight: 500;
  font-size: 6.4rem;
  letter-spacing: 0;
}

.contact-list .line-txtbox .category {
  font-size: 4rem;
  font-weight: 500;
  font-family: var(--font-head);
  letter-spacing: -0.03em;
  color: #002C5F;
}

.contact-list .line-txtbox .mulitple-list {
  margin-top: 2rem;
}

.contact-list .line-txtbox .mulitple-list li {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-top: 0.3rem solid #E6E6E6;
}

.contact-list .line-txtbox.gray .mulitple-list li {
  border-color: #fff;
}

.process-wrap {
  position: relative;
}

.process-wrap:before {
  content: "";
  height: calc(100% - 14rem);
  width: 1px;
  border-right: 0.4rem dotted #CCCCCC;
  position: absolute;
  left: 1.6rem;
  top: 7rem;
}

.process-wrap.long:before {
  height: calc(100% - 18rem);
  top: 10rem;
}

.process-wrap.md:before {
  height: calc(100% - 22rem);
  top: 14rem;
}

.process-wrap > li {
  position: relative;
}

.process-wrap > li + li {
  margin-top: 2rem;
}

.process-wrap > li .ico {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
}

.process-wrap > li .ico.ico-circle-yellow02 {
  left: 0;
}

.process-wrap.dot > li .line-txtbox {
  width: calc(100% - 7rem);
  margin-left: auto;
}

.process-wrap > li p {
  font-size: 3.6rem;
  letter-spacing: -0.03em;
}

.advice-wrap .process-wrap > li p {
  font-size: 3.2rem;
}

.process-wrap > li p .c-sky {
  font-weight: 700;
  color: #107ECA;
  font-size: inherit;
}

.process-wrap > li .detail {
  color: #808080;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 1rem;
}

.process-wrap > li .blue .detail {
  color: #CCCCCC;
}

.caption-wrap {
  margin-top: 4rem;
}

.caption-wrap.sm {
  margin-top: 2rem;
}

.caption-wrap.sm p {
  font-family: var(--font-head);
  font-size: 4rem;
  letter-spacing: -0.03em;
  margin-top: 6rem;
  margin-bottom: 4rem;
  line-height: normal;
}

.caption-wrap .caption {
  color: #808080;
}

.caption-wrap.sm .caption {
  font-size: 2.8rem;
}

.rent01 .toggle-content .line-txtbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rent01 .toggle-content .line-txtbox:first-child {
  margin-top: 4rem;
}

.rent01 .toggle-content .text-wrap .name {
  font-family: var(--font-head);
  font-size: 4rem;
  letter-spacing: -0.05em
}

.rent01 .toggle-content .text-wrap .desc {
  display: block;
  margin-top: 1rem;
  font-size: 2.8rem;
  letter-spacing: -0.03em;
  color: #808080;
}

.rent01 .toggle-content img {
  height: 12.8rem;
}

.rent01 .rent-detail-slide-wrap {
  width: calc(100% + 9.6rem);
  margin-left: -4.8rem;
  overflow-x: clip;
}

.rent01 .rent-detail-slide-wrap .slick-list {overflow: visible;}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item {
}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .rent-img-wrap {
  background-color: #F2F5F7;
  padding: 3rem 4.8rem 18.2rem;
}

/* .rent01 .rent-detail-slide-wrap .rent-detail-slide-item .rent-img-wrap.umbrella-img-wrap {
  background-color: #F2F5F7;
  padding: 5rem 4.8rem 18.2rem;
} */

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .rent-img-wrap img {
  height: 48rem;
  margin: 0 auto;
}


.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .rent-txt-wrap {
  padding: 0 4.8rem;
}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .name-wrap {
  padding: 5.2rem 4rem 4rem;
  border-radius: 2rem;
  box-shadow: 0 10px 8px rgba(0,0,0,0.07);
  margin-top: -10.8rem;
  background-color: #fff;
}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .name-wrap .name {
  font-size: 4.8rem;
  font-family: var(--font-head);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #002C5F;
}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .name-wrap .name.umbrella-name {
  text-align: center;
}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .name-wrap .name.rent-product-name {
  text-align: center;
}


.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .name-wrap .quantity {
  margin-top: 1.2rem;
  letter-spacing: -0.03em;
  color: #107ECA;
}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .desc-wrap {
  margin-top: 2rem;
  padding: 0 4rem;
}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .desc-wrap .desc {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .desc-wrap .desc + .desc {
  border-top: 0.3rem solid #E6E6E6;
}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .desc-wrap .desc span {
  font-family: var(--font-head);
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  color: #002C5F;
  padding: 0.8rem 2.6rem;
  display: block;
  border-radius: 2.6rem;
  border: 0.3rem solid #002C5F;
}

.rent01 .rent-detail-slide-wrap .rent-detail-slide-item .desc-wrap .desc .txt {
  text-align: right;
  flex:1;
}

.rent01 .floating-btn-wrap {
  width: calc(100% - 9.6rem);
  position: fixed;
  bottom: 4rem;
  display: flex;
  gap: 2rem;
}

.rent01 .floating-btn-wrap .floating-btn {
  flex: 1;
  border-radius: 2rem;
  padding: 3.6rem 0;
  text-align: center;
  font-size: 4rem;
  font-family: var(--font-head);
  letter-spacing: -0.06em;
  box-shadow: 0 3px 10px rgba(0,0,0,0.17);
}

.rent01 .floating-btn-wrap .floating-btn.yellow {
  background-color: #FFCE00;
  color: #002C5F;
}

.rent01 .floating-btn-wrap .floating-btn.blue {
  background-color: #002C5F;
  color: #fff;
}

.rent01 .toolname-wrap {
  background-color: #F2F5F7;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  padding: 2.4rem 4rem;
  gap: 5.6rem;
}

.rent01 .toolname-wrap img {
  height: 12.8rem;
}

.rent01 .toolname-wrap .txt-wrap .name {
  font-size: 4rem;
  letter-spacing: -0.05em;
  font-family: var(--font-head);
}

.rent01 .toolname-wrap .txt-wrap .quantity {
  margin-top: 1rem;
  letter-spacing: -0.03em;
  color: #808080;
}

.rent01 .rent-form-wrap {
  margin-top: 6rem;
}

.rent01 .rent-form-wrap .form-item {
  position: relative;
}

.rent01 .rent-form-wrap .form-item + .form-item {
  margin-top: 4rem;
}

.rent01 .rent-form-wrap .form-item .form-item50 {
  display: flex;
  gap: 2rem;
}

.rent01 .rent-form-wrap .form-item .form-item50 .form-col {
  flex: 1;
}

.rent01 .rent-form-wrap .form-item .form-tit {
  font-size: 4rem;
  font-family: var(--font-head);
  letter-spacing: -0.03em;
  display: block;
  margin-bottom: 2rem;
}

.rent01 .rent-form-wrap .form-item .form-tit .required {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: #CB3030;
}

.rent01 .rent-form-wrap .form-item .form-caption {
  margin-top: -1rem;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  letter-spacing: -0.03em;
  color: #808080;
}

.rent01 .rent-form-wrap .form-item .error-msg {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #CB3030;
  display: block;
  margin-top: 2rem;
  display: none;
}

.rent01 .rent-form-wrap .form-item.error .error-msg {
  display: block;
}

.rent01 .rent-form-wrap .form-item input[type="text"]{
  width: 100%;
  padding: 3rem;
  border: 0.3rem solid #CCCCCC;
  border-radius: 1rem;
}

.rent01 .rent-form-wrap .form-item.error input[type="text"] {
  border-color: #CB3030;
}

.rent01 .rent-form-wrap .form-item textarea {
  resize: none;
  width: 100%;
  height: 30rem;
  padding: 3rem;
  border: 0.3rem solid #CCCCCC;
  border-radius: 1rem;
}

.rent01 .rent-form-wrap .form-item .form-date + .ico {
  position: absolute;
  right: 3rem;
  top: 4.5rem;
}

.rent01 .rent-form-wrap .form-item .form-radio {
  display: flex;
}

.rent01 .rent-form-wrap .form-item .form-radio .radio {
  position: relative;
  display: inline-block;
  flex: 1;
}

.rent01 .rent-form-wrap .form-item .form-radio .radio input[type="radio"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.rent01 .rent-form-wrap .form-item .form-radio .radio input[type="radio"] + label {
  letter-spacing: -0.03em;
  display: inline-block;
}

.rent01 .rent-form-wrap .form-item .form-radio .radio input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5rem;
  height: 5rem;
  border: 0.3rem solid #CCCCCC;
  margin-right: 2rem;
  border-radius: 100%;
}

.rent01 .rent-form-wrap .form-item .form-radio .radio input[type="radio"]:checked + label:before {
    background: url(../img/ico-radio.png) #fff center no-repeat;
    border-color: #000000;
    background-size: 2.2rem;
}

.rent01 .rent-form-wrap .form-item .form-select-wrap {
  position: relative;
}

.rent01 .rent-form-wrap .form-item .form-select {
  width: 100%;
  padding: 3rem;
  border-radius: 1rem;
  border: 0.3rem solid #CCCCCC;
  position: relative;
}



.rent01 .rent-form-wrap .form-item .form-select.form-place {
  color: #808080;
}

.rent01 .rent-form-wrap .form-item.error .form-select.form-place {
  border-color: #CB3030;
}


.rent01 .rent-form-wrap .form-item.choice.error .form-select {
  border-color: #CB3030;
}

.rent01 .rent-form-wrap .form-item.choice .form-select:not(.choiced) {
  color: #808080;
}

.rent01 .rent-form-wrap .form-item .form-select.open {
  border-color: #000;
}

.rent01 .rent-form-wrap .form-item .form-select .ico {
  position: absolute;
  right: 2rem;
  top: calc(50% - 1rem);
}

.rent01 .rent-form-wrap .form-item .form-select.open .ico {
  background-position: bottom;
}

.rent01 .rent-form-wrap .form-item .form-select + ul {
  position: absolute;
  top: calc(100% + 1rem);
  width: 100%;
  border-radius: 1rem;
  border: 0.3rem solid #CCCCCC;
  overflow: hidden;
  display: none;
  z-index: 100;
}

.rent01 .rent-form-wrap .form-item .form-select.open + ul {
  border-color: #000;
}

.rent01 .rent-form-wrap .form-item .form-select + ul li {
  padding: 3rem 3rem;
  background-color: #fff;
}

.rent01 .rent-form-wrap .form-private {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.rent01 .rent-form-wrap .form-btn {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 2rem;
  background-color: #FFCE00;
  color: #002C5F;
  font-family: var(--font-head);
  font-size: 4rem;
  letter-spacing: -0.06em;
  margin-top: 6rem;
  padding: 3.6rem 0;
}

.layer-private .layer-private-wrap {
    margin-top: 4rem;
}

.layer-private .layer-private-wrap .tit {
    font-family: var(--font-head);
    color: #002C5F;
    font-size: 4rem;
}

.layer-private .layer-private-wrap .txt {
    margin-top: 2rem;
}

.rent-content .welcome-list {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}

.rent-content .welcome-list li {
  width: 50%;
  line-height: 1.5;
}

.rent-content .img-wrap {
  margin-top: 6rem;
}

.rent-content .content-tit02 + .img-wrap {
  margin-top: 0;
}

.rent-content .img-wrap.triple {
  display: flex;
  justify-content: space-between;
}

.rent-content .img-wrap.triple li {
  flex: 1;
  gap: 6rem;
  text-align: center;
}

.rent-content .img-wrap.triple li p {
  margin-top: 2rem;
}

.faq-list .line-txtbox {
  padding: 6rem 4rem;
}

.faq-list .num {
  font-family: var(--font-head);
  font-size: 3.2rem;
  letter-spacing: -0.03em;
  color: #107ECA;
  margin-bottom: 2rem;
}

.faq-list .tit {
  font-family: var(--font-head);
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #002C5F;
  line-height: 1.2;
}

.faq-list .a-wrap {
  margin-top: 4rem;
}

.faq-list .a-wrap p {
  line-height: 1.3;
}

.faq-list .a-wrap p + p {
  margin-top: 2rem;
}

.shop01 .line-txtbox:first-child {
  margin-top: 4rem;
}

.floor-slide-wrap {
  margin-top: 6rem;
}

.floor-slide-wrap .slick-list {
  width: calc(100% + 4.8rem);
  padding: 0 20% 0 0!important;
}

.con-info-layer .content-tit {
  display: flex;
  align-items: center;
}

.con-info-layer .content-tit .num {
  font-size: 2.8rem;
  font-family: var(--font-head);
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.06em;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  background-color: #002C5F;
  text-align: center;
  display: inline-block;
  margin-right: 2rem;
  line-height: 4.6rem;
}

.con-info-layer .img-wrap {
  margin-bottom: 4rem;
}

.con-info-layer .img-wrap img {
  height: 26rem;
}

.con-info-layer .tartine {
  width: 48.5%;
}

.con-info-layer .con-info + .con-info {
  margin-top: 4rem;
}

.con-info-layer .con-info .tit {
  font-family: var(--font-head);
  font-size: 4rem;
  letter-spacing: -0.03em;
  color: #002C5F;
  margin-bottom: 2rem;
}

.con-info-layer .con-info .txt.time {
  position: relative;
  padding-left: 13rem;
}

.con-info-layer .con-info .txt span {
  color: #107ECA;
  position: absolute;
  top: 0;
  left: 0;
}

.con-info-layer .coninfo-slide-wrap.slide-dot01 .slick-dots {
  position: static;
  margin: 4rem 0;
}

.con-info-layer .lp-list {}

.con-info-layer .lp-list li {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 2.8rem 0;
}

.con-info-layer .lp-list li:first-child {
  padding-top: 0;
}

.con-info-layer .lp-list li:last-child {
  padding-bottom: 0;
}

.con-info-layer .lp-list li + li {
  border-top: 0.3rem solid #F2F5F7;
}

.con-info-layer .lp-list li .btn {
  position: absolute;
  right: 0;
  font-size: 2.6rem;
  letter-spacing: -0.04em;
  color: #107ECA;
}

.building02 .no-driving {
  border-radius: 2rem;
  border: 0.3rem solid #CCCCCC;
}

.building02 .no-driving li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 4rem;
}

.building02 .no-driving li + li {
  border-top: 0.3rem solid #CCCCCC;
}

.building02 .no-driving li p:last-child {
  text-align: right;
}

.advice-content .advice-wrap {
  margin-top: 4.8rem;
}

.advice-content .advice-wrap > li {
  border-radius: 2rem;
  padding: 3rem;
}

.advice-content .advice-wrap > li:nth-child(odd) {
  background-color: #F2F5F7;
}

.advice-content .advice-wrap > li:nth-child(even) {
  border: 0.3rem solid #CCCCCC;
}

.advice-content .advice-wrap > li.double {
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  display: flex;
  gap: 2rem;
}

.advice-content .advice-wrap > li + li {
  margin-top: 2rem;
}

.advice-content .advice-wrap > li.double .left,
.advice-content .advice-wrap > li.double .right {
  border-radius: 2rem;
  padding: 3rem;
  flex: 1;
}

.advice-content .advice-wrap > li.double:nth-child(odd) .left,
.advice-content .advice-wrap > li.double:nth-child(odd) .right {
  background-color: #F2F5F7;
}

.advice-content .advice-wrap > li.double:nth-child(even) .left,
.advice-content .advice-wrap > li.double:nth-child(even) .right {
  border: 0.3rem solid #CCCCCC;
}

.advice-content .advice-wrap p + p {
  margin-top: 2rem;
}

.advice-content .advice-wrap .process-wrap + p {
  margin-top: 2rem;
}

.advice-content .advice-wrap .tit {
  font-family: var(--font-head);
  font-size: 3.6rem;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
}

.advice-content .advice-wrap .txt {
  letter-spacing: -0.03em;
}

.advice-content .advice-wrap .txt.health-txt {
  font-size: 3rem;
}

.hi_rounge-caution{
  margin-top: 4rem;
}
.hi_rounge-caution .caution-desc-box{
  display: flex;
  gap: 2rem;
}
.hi_rounge-caution .hi_rounge-caution-desc{
  width: calc(100% - 5rem);
  font-size: 3.2rem;
  word-break: keep-all;
}

/* heat */

.heat-logo {
  padding: 4rem;
  border-radius: 2rem;
  background-color: #F2F5F7;
  text-align: center;
}

/* 개인정보처리방침 */
.sentence {
    line-height: 1.5;
}

.sentence + .sentence {
    margin-top: 4rem;
}

.sentence li + li {
    margin-top: 4rem;
}

.sentence .private-detail-list {
    padding-top: 4rem;
    padding-left: 4rem;
}

.sentence .private-detail-list li + li {
    margin-top: 2rem;
}

.sentence .private-detail-list.dot li {
    padding-left: 2rem;
    position: relative;
}

.sentence .private-detail-list.dot li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background: #000;
}

.private-bottom-wrap {
    margin-top: 6rem;
}

.private-input {
    display: flex;
    align-items: center;
    position: relative;
}

.private-input + .private-input {
    margin-top: 2rem;
}

.private-input input {
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: -5px;
    top: -2px;
    z-index: 10;
}

.private-input label {
    display: inline-block;
    cursor: pointer;
    color: #107ECA;
    text-decoration: underline;
}

.private-input label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5rem;
    height: 5rem;
    border-radius: 6px;
    border: 1.5px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-right: 2rem;
    box-sizing: border-box;
}

.private-input input:checked + label:before {
    background-image: url(../img/ico-radio.svg);
    background-size: 3.4rem;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #000000;
}

.private-btn-wrap {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    gap: 2rem;
}
  
.private-btn-wrap .private-btn {
    flex: 1;
    border-radius: 2rem;
    padding: 3.6rem 0;
    text-align: center;
    font-size: 4rem;
    font-family: var(--font-head);
    letter-spacing: -0.06em;
}

.private-btn-wrap .private-btn.gray {
    background-color: #B3B3B3;
    color: #fff;
}

.private-btn-wrap .private-btn.blue {
    background-color: #002C5F;
    color: #fff;
}
  