@charset "UTF-8";
/* main color */
/* base color */
/* gray type */
/* xirn accent */
.burgundy {
  color: #763e3e;
}

.swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.d_flex {
  display: flex;
}

.swiper.gradient {
  position: relative;
}
.swiper.gradient::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 45px;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  z-index: 1;
}

.btn_line_shortcuts {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  height: 23px;
  letter-spacing: -0.02em;
}
.btn_line_shortcuts::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #888888;
}
.btn_line_shortcuts .icon_arrow_right {
  width: 7px;
  height: 13px;
  background-image: url(/Content/static/images/sub/my/icon_arrow_right.png);
  margin-left: 6px;
  background-size: 100% auto;
}

.l_main .section {
  background-color: #f9f9f9;
}
.l_main .section_top {
  padding-top: 185px;
  position: relative;
}
.l_main .section_top.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: url(/Content/static/images/sub/section_top.jpg) no-repeat center/cover;
}
.l_main .section_top .top_tit {
  position: relative;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  display: flex;
  margin-bottom: 43px;
  align-items: flex-end;
}
.l_main .section_top .top_tit .name {
  font-weight: 700;
  padding: 0 12px;
  position: relative;
  letter-spacing: -0.03em;
  margin-right: 10px;
}
.l_main .section_top .top_tit .name::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.l_main .section_top .top_tit .small_txt {
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
}
.l_main .section_top .top_tit .small_txt a {
  display: inline-block;
  padding: 5px;
  position: relative;
}
.l_main .section_top .top_tit .small_txt a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.l_main .section_top .box {
  position: relative;
  background: #ffffff;
  box-shadow: 5px 5px 15px rgba(26, 26, 26, 0.1);
  max-height: 491px;
  overflow: hidden;
  overflow-y: auto;
}
.l_main .section_top .box::-webkit-scrollbar {
  -webkit-appearance: none;
}
.l_main .section_top .box::-webkit-scrollbar:vertical {
  width: 4px;
}
.l_main .section_top .box::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 16px;
}
.l_main .section_top .box::-webkit-scrollbar-track {
  background-color: #dbdbdb;
}
.l_main .section_top .box dl {
  padding: 30px 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  justify-content: flex-start;
}
.l_main .section_top .box dl:last-of-type {
  border-bottom: 0;
}
.l_main .section_top .box dl dt {
  width: 102px;
  margin-right: 50px;
}
.l_main .section_top .box dl dt span {
  font-size: 16px;
  letter-spacing: -0.02em;
  border: 1px solid #333333;
  border-radius: 18.5px;
  width: 102px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_main .section_top .box dl dd {
  width: calc(100% - 152px);
  display: flex;
  align-items: center;
}
.l_main .section_top .box dl dd a {
  font-size: 16px;
  letter-spacing: -0.02em;
  width: calc(100% - 180px);
}
.l_main .section_top .box dl dd a span {
  font-weight: 400;
}
.l_main .section_top .box dl dd a strong {
  font-weight: 700;
}
.l_main .section_top .box dl dd a em {
  font-weight: 300;
  font-style: normal;
  color: #888888;
  font-size: 14px;
}
.l_main .section_top .box dl dd .btn {
  font-size: 15px;
  letter-spacing: -0.02em;
  width: 180px;
  height: 40px;
}
.l_main .section_top .box div {
  padding: 30px 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.l_main .section_top .box div:last-of-type {
  border-bottom: 0;
}
.l_main .section_top .box div .badge_alarm {
  font-size: 16px;
  letter-spacing: -0.02em;
  border: 1px solid #333333;
  border-radius: 18.5px;
  width: 102px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
.l_main .section_top .box div .txt {
  font-size: 16px;
  letter-spacing: -0.02em;
  width: calc(100% - 180px - 152px);
}
.l_main .section_top .box div .txt strong {
  font-weight: 700;
}
.l_main .section_top .box div .btn {
  font-size: 15px;
  letter-spacing: -0.02em;
  width: 180px;
  height: 40px;
}
.l_main .section_01 {
  padding-top: 78px;
}
.l_main .section_01 .accordion_tab > ul {
  border-top: 2px solid #333333;
}
.l_main .section_01 .accordion_tab > ul > li {
  border-bottom: 1px solid #d9d9d9;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_tit {
  padding: 40px 50px 40px 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_tit p {
  color: #000000;
  font-weight: 700;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_tit .btn_tab_arrow::before {
  font-weight: 500;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content {
  background: #ffffff;
  box-shadow: 3px 3px 20px rgba(26, 26, 26, 0.15);
  padding: 50px;
  margin-top: 25px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content:first-of-type {
  margin-top: 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top {
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top.long {
  padding-bottom: 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top.long .complex_info .img_wrap {
  margin-bottom: 15px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top.long .complex_right .txt_box {
  margin: 40px 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info {
  width: 280px;
  display: flex;
  flex-direction: column;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .img_wrap {
  position: relative;
  padding-top: 10px;
  margin-bottom: 22px;
  min-height: 255px;
  overflow: hidden;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .img_wrap img {
  width: 100%;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info dl {
  font-size: 14px;
  letter-spacing: -0.02em;
  display: flex;
  flex-wrap: wrap;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info dl dt {
  font-weight: 700;
  width: 65px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info dl dd {
  width: 212px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info dl dt,
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info dl dd {
  margin-bottom: 10px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .bottom_btn {
  margin-top: 14px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .bottom_btn a {
  width: 100%;
  height: 44px;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 500;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .bottom_btn a:first-of-type {
  margin-top: 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .bottom_btn a .icon {
  width: 14px;
  height: 14px;
  margin-right: 14px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .bottom_btn a .icon_plus {
  background-image: url(/Content/static/images/sub/my/icon_plus.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .bottom_btn a .icon_air {
  background-image: url(/Content/static/images/sub/my/icon_air.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .bottom_btn a .icon_home {
  background-image: url(/Content/static/images/sub/my/icon_home.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .bottom_btn a .icon_my {
  background-image: url(/Content/static/images/sub/my/icon_my.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .bottom_btn a:hover {
  color: #ffffff;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_info .bottom_btn a:hover .icon {
  filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right {
  width: 780px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 407px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap {
  position: relative;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .tit_area {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .tit_area .complex_name {
  font-size: 25px;
  font-weight: 700;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .tit_area .complex_name + p {
  width: auto !important;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .progress_bar {
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  width: 722px;
  height: 2px;
  background: #dbdbdb;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule {
  width: 100%;
  height: 85px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule::before, .l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, 80%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, 80%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-wrapper {
  width: 722px;
  margin: 0 auto;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-wrapper .schedule_none {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 39px;
  background: #ffffff;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-wrapper.no_schedule {
  background: url(/Content/static/images/sub/my/basic_schedule.png) 0 0 no-repeat;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide {
  width: 20% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide .img_wrap {
  background: #dbdbdb;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide .img_wrap .icon_wrap {
  border-radius: 100%;
  background: #ffffff;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide .img_wrap .icon_wrap .icon {
  display: none;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide .txt_wrap p {
  color: #888888;
  font-size: 13px;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide .txt_wrap .date {
  font-weight: 400;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide.active .img_wrap {
  width: 36px;
  height: 36px;
  background: #2b98bc;
  margin-top: 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide.active .img_wrap .icon_wrap {
  width: 19px;
  height: 19px;
  background: none;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide.active .img_wrap .icon_wrap .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/Content/static/images/sub/my/icon_active.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide.active .txt_wrap p {
  color: #2b98bc;
  font-size: 15px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide.active::before {
  content: "";
  position: absolute;
  bottom: 66px;
  right: 66px;
  width: 8000px;
  height: 2px;
  background: #666666;
  z-index: -1;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide.complete .img_wrap {
  width: 24px;
  height: 24px;
  background: #888888;
  margin-top: 6px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide.complete .img_wrap .icon_wrap {
  width: 13px;
  height: 10px;
  background: none;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-slide.complete .img_wrap .icon_wrap .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/Content/static/images/sub/my/icon_complete.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-button-prev,
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-button-next {
  width: auto;
  height: auto;
  top: 4px;
  margin-top: 0;
  z-index: 3;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-button-prev::after,
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-button-next::after {
  content: "";
  width: 14px;
  height: 30px;
  background: url(/Content/static/images/sub/my/icon_slide_arrow.png) no-repeat center/100% auto;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-button-prev {
  left: 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-button-next {
  right: 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .schedule_wrap .schedule .swiper-button-next::after {
  transform: rotate(180deg);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .txt_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  border: 1px solid #dbdbdb;
  margin: 44px 0 24px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .txt_box p {
  font-size: 16px;
  margin-right: 22px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .txt_box p strong {
  font-weight: 500;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li {
  width: 186px;
  height: 56px;
  margin-right: 12px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li:nth-child(4n) {
  margin-right: 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li:nth-child(-n+4) {
  margin-bottom: 12px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: relative;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon {
  margin-right: 10px;
  width: 26px;
  height: 26px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon_reservation {
  background-image: url(/Content/static/images/sub/my/icon_reservation.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon_notice {
  background-image: url(/Content/static/images/sub/my/icon_notice.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon_location {
  background-image: url(/Content/static/images/sub/my/icon_location.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon_premium {
  background-image: url(/Content/static/images/sub/my/icon_premium.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon_consult {
  background-image: url(/Content/static/images/sub/my/icon_consult.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon_vr {
  width: 28px;
  background-image: url(/Content/static/images/sub/my/icon_vr.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon_homepage {
  background-image: url(/Content/static/images/sub/my/icon_homepage.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon_layout {
  background-image: url(/Content/static/images/sub/my/icon_layout.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon_map {
  background-image: url(/Content/static/images/sub/my/icon_map.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a .icon_download {
  background-image: url(/Content/static/images/sub/my/icon_download.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a:hover.btn_line {
  color: #ffffff;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a:hover .icon {
  filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a:hover .icon_notice {
  background-image: url(/Content/static/images/sub/my/icon_notice_w.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a:hover .icon_location {
  background-image: url(/Content/static/images/sub/my/icon_location_w.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a:hover .icon_premium {
  background-image: url(/Content/static/images/sub/my/icon_premium_w.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a:hover .icon_vr {
  width: 28px;
  background-image: url(/Content/static/images/sub/my/icon_vr_w.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .btn_wrap ul li a:hover .icon_homepage {
  background-image: url(/Content/static/images/sub/my/icon_homepage_w.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap {
  display: flex;
  justify-content: space-between;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper {
  width: 359px;
  display: flex;
  flex-direction: column;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .progress_wrap .txt_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .progress_wrap .txt_wrap .wrap p {
  margin-bottom: 10px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .progress_wrap p {
  font-size: 21px;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .progress_wrap p.num {
  font-size: 25px;
  font-weight: 500;
  text-align: right;
  margin-top: -6px;
  letter-spacing: -0.02em;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .progress_wrap p.num span {
  font-size: 48px;
  color: #2b98bc;
  font-weight: 400;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .progress_wrap .progress_bar_01 {
  position: relative;
  height: 20px;
  border: 1px solid #dbdbdb;
  margin-top: 17px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .progress_wrap .progress_bar_01 .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #2b98bc;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .img_slide {
  margin-top: 18px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .img_slide .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  width: 205px !important;
  height: 168px;
  border: 1px solid #dbdbdb;
  margin-right: 14px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .img_slide .swiper-slide:last-child {
  margin-right: 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .img_slide .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .progress_wrapper .img_slide .swiper-slide a img {
  width: 100%;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap {
  width: 379px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .info_cont {
  padding: 19px 23px;
  background: #f7f7f7;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .info_cont dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .info_cont dl dt,
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .info_cont dl dd {
  font-size: 14px;
  color: #666666;
  letter-spacing: -0.02em;
  margin-bottom: 17px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .info_cont dl dt:last-of-type,
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .info_cont dl dd:last-of-type {
  margin-bottom: 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .info_cont dl dt {
  position: relative;
  padding-left: 8px;
  width: 118px;
  border-right: 1px solid #888888;
  font-weight: 500;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .info_cont dl dt::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .info_cont dl dd {
  width: calc(100% - 118px);
  padding-left: 20px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .info_cont dl dd a {
  background: #333333;
  color: #ffffff;
  width: 140px;
  height: 20px;
  font-size: 12px;
  letter-spacing: -0.02em;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .btn_wrap a {
  height: 56px;
  width: 100%;
  font-size: 16px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .btn_wrap a .icon_print {
  width: 23px;
  height: 25px;
  background-image: url(/Content/static/images/sub/my/icon_print.png);
  margin-right: 13px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_top .complex_right .info_wrap .info_cont_wrap .btn_wrap a:first-of-type {
  margin-bottom: 8px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom.border-top {
  border-top: 1px solid #d9d9d9;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper {
  padding-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap {
  width: 529px;
  height: 168px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .tit_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .tit_area p {
  font-size: 21px;
  font-weight: 700;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .data_none {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 111px;
  background: #f9f9f9;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide {
  padding-bottom: 18px;
  min-height: 129px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide .swiper-slide {
  height: 111px;
  width: 233px !important;
  border-radius: 5px;
  overflow: hidden;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide .swiper-slide > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 16px;
  word-break: keep-all;
  word-wrap: break-word;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide .swiper-pagination {
  bottom: 0;
  top: unset;
  z-index: 1;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide .swiper-pagination-progressbar {
  height: 2px;
  background: #dbdbdb;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide .swiper-pagination-progressbar-fill {
  background: #666666;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.event_slide .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.event_slide .swiper-slide p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 20px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.news_slide .swiper-slide {
  border: 1px solid #dbdbdb;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.news_slide .swiper-slide p {
  letter-spacing: -0.02em;
  color: #888888;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.news_slide .swiper-slide .news {
  font-size: 12px;
  margin-bottom: 11px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.news_slide .swiper-slide .subject {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 14px;
  color: #666666;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.news_slide .swiper-slide .date {
  font-size: 12px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box {
  background: #f7f7f7;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 123px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .tit_area {
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid #888888;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .tit_area .tit {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 28px;
  width: 210px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .tit_area .tit .name {
  color: #2b98bc;
  font-weight: 700;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 260px);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .price p {
  font-size: 16px;
  letter-spacing: -0.02em;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .price p span {
  font-weight: 700;
  color: #7E8F94;
  font-size: 18px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .btn_wrap {
  display: flex;
  align-items: center;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .btn_wrap .btn {
  width: 368px;
  height: 56px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .btn_wrap .btn:first-of-type {
  margin-right: 11px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .btn_wrap .btn .icon {
  width: 23px;
  height: 23px;
  margin-right: 13px;
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .btn_wrap .btn .icon_schedule {
  background-image: url(/Content/static/images/sub/my/icon_schedule.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom .box .btn_wrap .btn .icon_contract {
  background-image: url(/Content/static/images/sub/my/icon_contract.png);
}
.l_main .section_01 .accordion_tab > ul > li .accordion_cont .content_bottom > .btn_line_shortcuts {
  width: 230px;
  margin-left: auto;
  margin-top: 20px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top {
  margin-top: -20px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top .complex_info .img_wrap, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top .complex_info .img_wrap {
  min-height: 206px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top .complex_right, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top .complex_right {
  height: 310px;
  min-height: auto;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top .complex_right .schedule_wrap .tit_area .complex_name > span, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top .complex_right .schedule_wrap .tit_area .complex_name > span {
  font-size: 20px;
  font-weight: 300;
  color: #666666;
  margin-left: 7px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info {
  width: 484px;
  margin-top: 59px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info .bottom_btn, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
  margin-top: 0;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info .bottom_btn a, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn a {
  width: 49%;
  margin-top: 0;
  margin-bottom: 5px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info .bottom_btn a .icon_plus, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn a .icon_plus {
  background-image: url(/Content/static/images/sub/my/icon_plus.png);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info .bottom_btn a .icon_air, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn a .icon_air {
  background-image: url(/Content/static/images/sub/my/icon_air.png);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info .bottom_btn a .icon_home, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn a .icon_home {
  background-image: url(/Content/static/images/sub/my/icon_home.png);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info .bottom_btn a .icon_my, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn a .icon_my {
  background-image: url(/Content/static/images/sub/my/icon_my.png);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info .bottom_btn a .icon_option, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn a .icon_option {
  background-image: url(/Content/static/images/sub/my/icon_option.png);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info .bottom_btn a .icon_pay, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn a .icon_pay {
  background-image: url(/Content/static/images/sub/my/icon_pay.png);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info .bottom_btn a .icon_doc, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn a .icon_doc {
  background-image: url(/Content/static/images/sub/my/icon_doc.png);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_info .bottom_btn a .icon_balance, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn a .icon_balance {
  background-image: url(/Content/static/images/sub/my/icon_balance.png);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_right, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_right {
  width: 576px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.apt .content_top:nth-child(2) .complex_right .info_wrap .progress_wrapper, .l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_right .info_wrap .progress_wrapper {
  width: 100%;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info {
  width: 280px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_info .bottom_btn a {
  width: 100%;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_top:nth-child(2) .complex_right {
  width: 780px;
  height: 140px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom.border-top {
  border-top: 1px solid #d9d9d9;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper {
  padding-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap {
  width: 529px;
  height: 168px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .tit_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .tit_area p {
  font-size: 21px;
  font-weight: 700;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .data_none {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 111px;
  background: #f9f9f9;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide {
  padding-bottom: 18px;
  min-height: 129px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide .swiper-slide {
  height: 111px;
  width: 233px !important;
  border-radius: 5px;
  overflow: hidden;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide .swiper-slide > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 16px;
  word-break: keep-all;
  word-wrap: break-word;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide .swiper-pagination {
  bottom: 0;
  top: unset;
  z-index: 1;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide .swiper-pagination-progressbar {
  height: 2px;
  background: #dbdbdb;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide .swiper-pagination-progressbar-fill {
  background: #666666;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.event_slide .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.event_slide .swiper-slide p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 20px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.news_slide .swiper-slide {
  border: 1px solid #dbdbdb;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.news_slide .swiper-slide p {
  letter-spacing: -0.02em;
  color: #888888;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.news_slide .swiper-slide .news {
  font-size: 12px;
  margin-bottom: 11px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.news_slide .swiper-slide .subject {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 14px;
  color: #666666;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box_slide_wrapper .box_slide_wrap .box_slide.news_slide .swiper-slide .date {
  font-size: 12px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box {
  background: #f7f7f7;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 123px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .tit_area {
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid #888888;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .tit_area .tit {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 28px;
  width: 210px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .tit_area .tit .name {
  color: #7E8F94;
  font-weight: 700;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 260px);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .price p {
  font-size: 16px;
  letter-spacing: -0.02em;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .price p span {
  font-weight: 700;
  color: #7E8F94;
  font-size: 18px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .btn_wrap {
  display: flex;
  align-items: center;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .btn_wrap .btn {
  width: 368px;
  height: 56px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .btn_wrap .btn:first-of-type {
  margin-right: 11px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .btn_wrap .btn .icon {
  width: 23px;
  height: 23px;
  margin-right: 13px;
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .btn_wrap .btn .icon_schedule {
  background-image: url(/Content/static/images/sub/my/icon_schedule.png);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom .box .btn_wrap .btn .icon_contract {
  background-image: url(/Content/static/images/sub/my/icon_contract.png);
}
.l_main .section_01 .accordion_tab > ul > li#liMyContractApts .accordion_cont .content.store .content_bottom > .btn_line_shortcuts {
  width: 230px;
  margin-left: auto;
  margin-top: 20px;
}
.l_main .section_02 {
  padding-top: 50px;
  padding-bottom: 105px;
}
.l_main .section_02 .shortcuts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.l_main .section_02 .shortcuts > li {
  width: 590px;
  height: 254px;
  background: #d5d0ca  no-repeat 0 0/cover;
  padding: 40px 50px;
  color: #ffffff;
}
.l_main .section_02 .shortcuts > li .tit {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.l_main .section_02 .shortcuts > li .desc {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 55px;
}
.l_main .section_02 .shortcuts > li a {
  width: 180px;
  height: 40px;
  margin-left: calc(100% - 180px);
  font-size: 16px;
  border-radius: 20px;
  color: #ffffff;
}
.l_main .section_02 .shortcuts > li a::after {
  border-color: #ffffff;
}
.l_main .section_02 .shortcuts > li:last-child {
  background-color: #0085a6;
}
.l_main .section_02 .my_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_main .section_02 .my_menu li {
  width: 220px;
  height: 112px;
  background: #ffffff;
  box-shadow: 3px 3px 20px rgba(26, 26, 26, 0.15);
  transition: 0.5s;
}
.l_main .section_02 .my_menu li.disabled {
  pointer-events: none;
}
.l_main .section_02 .my_menu li.disabled p {
  color: #d9d9d9;
}
.l_main .section_02 .my_menu li.disabled .icon {
  filter: brightness(0) invert(0.8);
  -moz-filter: brightness(0) invert(0.8);
  -o-filter: brightness(0) invert(0.8);
  -webkit-filter: brightness(0) invert(0.8);
  -ms-filter: brightness(0) invert(0.8);
}
.l_main .section_02 .my_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l_main .section_02 .my_menu li .icon {
  width: 20px;
  height: 20px;
}
.l_main .section_02 .my_menu li .icon_guide {
  background-image: url(/Content/static/images/sub/my/icon_guide.png);
}
.l_main .section_02 .my_menu li .icon_as {
  background-image: url(/Content/static/images/sub/my/icon_as.png);
}
.l_main .section_02 .my_menu li .icon_winner {
  background-image: url(/Content/static/images/sub/my/icon_winner.png);
}
.l_main .section_02 .my_menu li .icon_myInquiry {
  background-image: url(/Content/static/images/sub/my/icon_myInquiry.png);
}
.l_main .section_02 .my_menu li .icon_inquiry {
  background-image: url(/Content/static/images/sub/my/icon_inquiry.png);
}
.l_main .section_02 .my_menu li .icon_xirn_news {
  background-image: url(/Content/static/images/sub/my/icon_xirn_news.png);
}
.l_main .section_02 .my_menu li .icon_xirn_media {
  background-image: url(/Content/static/images/sub/my/icon_xirn_media.png);
}
.l_main .section_02 .my_menu li p {
  font-size: 16px;
  margin-top: 10px;
}
.l_main .section_02 .my_menu li:hover {
  background: #2b98bc;
}
.l_main .section_02 .my_menu li:hover a {
  color: #ffffff;
}
.l_main .section_02 .my_menu li:hover .icon {
  filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
}

.l_option .section_01 {
  padding-top: 80px;
}
.l_option .section_01 .inner .info {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  background: url(/Content/static/images/sub/my/customer/info_bg_index.jpg) no-repeat 0 0/cover;
}
.l_option .section_01 .inner .info p {
  font-size: 25px;
  line-height: 38px;
  text-align: center;
}
.l_option .section_01 .inner .info p strong.blue {
  color: #006b8e;
}
.l_option .section_02.option .inner .sec_tit {
  margin-bottom: 55px;
}
.l_option .section_02.option .inner .option_info h4 {
  margin: 55px 0 15px 0;
  font-size: 28px;
  color: #000000;
  font-weight: 500;
}
.l_option .section_02.option .inner .option_info .info_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #dbdbdb;
  background: #f7f7f7;
  margin-bottom: 12px;
}
.l_option .section_02.option .inner .option_info .info_wrap dl {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.l_option .section_02.option .inner .option_info .info_wrap dl:last-of-type {
  margin-bottom: 0;
}
.l_option .section_02.option .inner .option_info .info_wrap dl dt {
  font-weight: 700;
  position: relative;
  padding-left: 10px;
  width: 145px;
}
.l_option .section_02.option .inner .option_info .info_wrap dl dt::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.l_option .section_02.option .inner .option_info .info_wrap dl dd {
  color: #666666;
}
.l_option .section_02.option .inner .option_info .info_wrap .btn {
  border-radius: 5px;
  width: 239px;
  height: 33px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.l_option .section_02.option .inner .option_info .desc_list {
  margin-top: 10px;
}
.l_option .section_02.option .inner .option_info .desc_list li {
  color: #888888;
  font-size: 16px;
  line-height: 26px;
  padding-left: 17px;
  position: relative;
}
.l_option .section_02.option .inner .option_info .desc_list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.l_option .section_02.option .inner .option_info .desc_list li.dark {
  color: #666666;
  font-weight: 500;
}
.l_option .section_02.write {
  margin-top: 80px;
}
.l_option .section_03 {
  margin-top: 55px;
}
.l_option .section_03 .inner .option_list {
  width: 100%;
}
.l_option .section_03 .inner .option_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.l_option .section_03 .inner .option_list ul li {
  position: relative;
  width: 380px;
  height: 275px;
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  align-content: flex-start;
  padding: 40px 25px;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  transition: 0.3s;
  border-radius: 15px;
}
.l_option .section_03 .inner .option_list ul li:nth-child(3n) {
  margin-right: 0;
}
.l_option .section_03 .inner .option_list ul li .tit_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.l_option .section_03 .inner .option_list ul li .tit_wrap .tit {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}
.l_option .section_03 .inner .option_list ul li .tit_wrap span {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-right: 15px;
  font-size: 15px;
}
.l_option .section_03 .inner .option_list ul li .tit_wrap span.not {
  background-color: rgba(136, 136, 136, 0.85);
}
.l_option .section_03 .inner .option_list ul li .tit_wrap span.complet {
  background-color: rgba(148, 111, 122, 0.7);
}
.l_option .section_03 .inner .option_list ul li .tit_wrap span.end {
  background-color: #de8080;
}
.l_option .section_03 .inner .option_list ul li .term {
  width: 100%;
  margin-bottom: 30px;
}
.l_option .section_03 .inner .option_list ul li .btn_wrap {
  width: 100%;
}
.l_option .section_03 .inner .option_list ul li .btn_wrap .btn {
  width: 100%;
  margin: 0 0 10px 0;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #666666;
  background: #f7f7f7;
}
.l_option .section_03 .inner .option_list ul li .btn_wrap .btn .icon {
  margin-left: 10px;
}
.l_option .section_03 .inner .option_list ul li .btn_wrap .btn .icon_box_arrow {
  background-image: url(/Content/static/images/sub/my/icon_box_arrow.png);
  width: 13px;
  height: 10px;
}
.l_option .section_03 .inner .option_list ul li:hover {
  background: #948c76;
  box-shadow: 5px 5px 10px rgba(31, 31, 31, 0.22);
  border-color: #948c76;
}
.l_option .section_03 .inner .option_list ul li:hover .tit_wrap .tit {
  color: #ffffff;
}
.l_option .section_03 .inner .option_list ul li:hover .tit_wrap span.not {
  background: rgba(247, 247, 247, 0.25);
}
.l_option .section_03 .inner .option_list ul li:hover .tit_wrap span.complet {
  background: rgba(247, 247, 247, 0.25);
}
.l_option .section_03 .inner .option_list ul li:hover .tit_wrap span.end {
  background: rgba(247, 247, 247, 0.25);
}
.l_option .section_03 .inner .option_list ul li:hover .term {
  color: #ffffff;
}
.l_option .section_03 .inner .option_list ul li:hover .btn_wrap {
  opacity: 1;
}
.l_option .section_03 .inner .option_list ul li:hover .btn_wrap .btn {
  color: #ffffff;
  transition: 0.3s;
  background: rgba(247, 247, 247, 0.25);
}
.l_option .section_03 .inner .option_list ul li:hover .btn_wrap .btn .icon_box_arrow {
  background-image: url(/Content/static/images/sub/my/icon_box_arrow_w.png);
}
.l_option .section_03 .inner .option_list ul li:hover .btn_wrap .btn:hover {
  background: #ffffff !important;
  color: #948c76 !important;
  box-shadow: none;
}
.l_option .section_03 .inner .option_list ul li:hover .btn_wrap .btn:hover .icon_box_arrow {
  background-image: url(/Content/static/images/sub/my/icon_box_arrow_on.png);
}
.l_option .section_03.write .inner .option_cont .gradation {
  position: relative;
}
.l_option .section_03.write .inner .option_cont .table_wrap .table_tit {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 16px;
  margin-top: 40px;
}
.l_option .section_03.write .inner .option_cont .table_wrap .table_tit span {
  font-weight: inherit;
}
.l_option .section_03.write .inner .option_cont .table_wrap .table_tit.mt0 {
  margin-top: 0;
}
.l_option .section_03.write .inner .option_cont .table_wrap .table_sub_tit {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 16px;
  margin-top: 30px;
}
.l_option .section_03.write .inner .option_cont .table_wrap .table_sub_tit span {
  font-weight: inherit;
}
.l_option .section_03.write .inner .option_cont .table_wrap .sub_tit {
  font-weight: 700;
  margin: 60px 0 16px;
  font-size: 21px;
}
.l_option .section_03.write .inner .option_cont .table_wrap .sub_tit span {
  font-weight: inherit;
}
.l_option .section_03.write .inner .option_cont .table_wrap table th {
  padding: 20px 0;
}
.l_option .section_03.write .inner .option_cont .table_wrap table td {
  padding: 21px 10px;
  font-size: 16px;
  color: #666666;
  word-break: keep-all;
}
.l_option .section_03.write .inner .option_cont .table_wrap table td.txt-r {
  text-align: right;
  padding-right: 15px;
}
.l_option .section_03.write .inner .option_cont .table_wrap table td .radio_box input + label {
  justify-content: center;
}
.l_option .section_03.write .inner .option_cont .table_wrap table td .radio_box input + label::before {
  margin-right: 0;
  width: 24px;
  height: 24px;
}
.l_option .section_03.write .inner .option_cont .table_wrap .desc_list {
  padding-left: 20px;
  margin-top: 10px;
}
.l_option .section_03.write .inner .option_cont .table_wrap .desc_list li {
  color: #888888;
  font-size: 16px;
  line-height: 26px;
  padding-left: 17px;
  position: relative;
}
.l_option .section_03.write .inner .option_cont .table_wrap .desc_list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.l_option .section_03.write .inner .option_cont .table_wrap .desc_list li.dark {
  color: #666666;
  font-weight: 500;
}
.l_option .section_03.write .inner .option_cont .table_wrap.total {
  margin-top: 30px;
}
.l_option .section_03.write .inner .option_cont .table_wrap.total table tr td {
  background: rgba(126, 143, 148, 0.2);
  color: #333333;
  font-weight: 500;
  border-right: 1px solid #ffffff;
}
.l_option .section_03.write .inner .option_cont .table_wrap.total table tr td:last-of-type {
  border-right: 0;
}
.l_option .section_03.write .inner .option_cont .table_wrap.agreement .btn_wrap {
  width: 100%;
  padding: 20px 0 20px 20px;
  justify-content: flex-end !important;
  border-top: none;
}
.l_option .section_03.write .inner .option_cont .table_wrap.agreement .btn_wrap a {
  font-size: 18px;
  width: 100%;
  justify-content: flex-end;
}
.l_option .section_03.write .inner .option_cont .table_wrap.agreement .btn_wrap a i {
  margin-left: 10px;
  transform: rotate(90deg);
}
.l_option .section_03.write .inner .option_cont .table_wrap.agreement .btn_wrap a:after {
  display: none;
}
.l_option .section_03.write .inner .option_cont .table_wrap.agreement .btn_wrap a.active i {
  transform: rotate(-90deg);
}
.l_option .section_03.write .inner .option_cont .table_wrap.agreement .agreement_wrap {
  display: none;
}
.l_option .section_03.write .inner .option_cont .table_wrap.agreement .agreement_wrap.show {
  display: block;
}
.l_option .section_03.write .inner .option_cont .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  border-top: 1px solid #d9d9d9;
  padding-top: 50px;
}
.l_option .section_03.write .inner .option_cont .btn_wrap .btn {
  width: 158px;
  height: 50px;
  margin: 0 10px;
}