/***** 지점안내 *****/
#storeIntroduce main {
	position: relative;
	padding-top: 30px;
}

#storeIntroduce main article > h3 {
	margin: 48px 0 24px;
	font-size: var(--fontsize-heading-M);
	font-weight: 700;
	line-height: var(--baseline-9x);
	text-align: center;
}

#storeIntroduce main .infoArea {
	margin-bottom: 48px;
}

#storeIntroduce main .infoArea .titBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 37px;
}

#storeIntroduce main .infoArea .titBox strong {
	display: block;
	color: var(--color-grey-02);
	line-height: var(--baseline-8x);
	font-size: var(--fontsize-title-L);
}

#storeIntroduce main .infoArea .titBox strong span {
	display: inline-block;
	position: relative;
	font-size: var(--fontsize-heading-M);
}

#storeIntroduce main .infoArea .titBox strong span {
	position: relative;
}

#storeIntroduce main .infoArea .titBox strong span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 16px;
	background: var(--color-white)a9e;
	z-index: -1;
}

#storeIntroduce main .infoArea .titBox strong span em {
	font-weight: 700;
	color: var(--color-primary);
}

#storeIntroduce main .infoArea .titBox .offDay {
	padding-left: 27px;
	font-size: var(--fontsize-title-S);
}

#storeIntroduce main .infoArea .titBox .offDay span {
	display: inline-block;
	margin-left: 9px;
	font-weight: 700;
}

#storeIntroduce main .infoArea .titBox .offDay {
	position: relative;
}

#storeIntroduce main .infoArea .titBox .offDay:after {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 15px;
	background: url("/static/images/icon/offday.svg") no-repeat 0 0/100%;
	top: 50%;
	transform: translateY(-50%);
}

#storeIntroduce main .infoArea .utilList {
	margin-bottom: 48px;
}

#storeIntroduce main .infoArea .utilList li {
	display: flex;
	position: relative;
	margin-bottom: 8px;
	padding-left: 27px;
}

#storeIntroduce main .infoArea .utilList li strong {
	flex: none;
	margin-right: 8px;
	color: var(--color-grey-02);
	font-size: var(--fontsize-body-R);
}

#storeIntroduce main .infoArea .utilList li > span {
	display: block;
	font-weight: 700;
	font-size: var(--fontsize-body-RB);
}

#storeIntroduce main .infoArea .utilList li > span span {
	font-weight: 400;
}

#storeIntroduce main .infoArea .utilList li i {
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
}

#storeIntroduce main .infoArea .utilList li i img {
	max-width: 100%;
	max-height: 100%;
}

#storeIntroduce main .infoArea .utilList li.offDay {
	position: relative;
}

#storeIntroduce main .infoArea .utilList li.offDay:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url("/static/images/icon/offday.svg") no-repeat 50%/18px auto;
}

#storeIntroduce main .infoArea .utilList li:last-of-type {
	margin-bottom: 0;
}

#storeIntroduce main .infoArea .calendarArea {
	display: flex;
	padding: 25px 20px 30px;
	background: var(--color-grey-07);
}

#storeIntroduce main .infoArea .calendarArea .titArea {
	display: flex;
	width: 99px;
	margin-right: 15px;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 6px;
}

#storeIntroduce main .infoArea .calendarArea .titArea em {
	display: block;
	font-size: var(--fontsize-display-L);
	font-weight: 700;
	line-height: 38px;
}

#storeIntroduce main .infoArea .calendarArea .titArea ul li {
	margin-bottom: 10px;
	padding-left: 18px;
	font-size: var(--fontsize-description);
	color: var(--color-grey-02);
}

#storeIntroduce main .infoArea .calendarArea .titArea ul li.off:after {
	border: 1px solid var(--color-red-02);
}

#storeIntroduce main .infoArea .calendarArea .titArea ul li.minute30:after {
	background: var(--color-blue-04);
}

#storeIntroduce main .infoArea .calendarArea .titArea ul li.hours1:after {
	background: var(--color-blue-03);
}

#storeIntroduce main .infoArea .calendarArea .titArea ul li {
	position: relative;
}

#storeIntroduce main .infoArea .calendarArea .titArea ul li:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

#storeIntroduce main .infoArea .calendarArea .titArea ul li:y-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#storeIntroduce main .infoArea .calendarArea .titArea ul li:y-of-type::after,
#storeIntroduce main .infoArea .calendarArea .titArea ul li:y-of-type::before {
	display: none;
}

#storeIntroduce main .infoArea .calendarArea .calendar {
	width: 100%;
}

#storeIntroduce main .noticeArea {
	padding: 0 24px 60px;
	margin: 0 -24px;
	border-bottom: var(--border-section);
}

#storeIntroduce main .noticeArea a {
	position: relative;
	display: flex;
	padding-right: 10px;
}

#storeIntroduce main .noticeArea a strong {
	display: block;
	padding-left: 26px;
	width: 112px;
	margin-right: 10px;
	font-size: var(--fontsize-body-S);
	font-weight: 700;
}

#storeIntroduce main .noticeArea a strong {
	position: relative;
}

#storeIntroduce main .noticeArea a strong:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("/static/images/icon/megaphone.svg") no-repeat 0 0/100%;
}

#storeIntroduce main .noticeArea a p {
	width: 100%;
}

#storeIntroduce main .noticeArea a {
	position: relative;
}

#storeIntroduce main .noticeArea a:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 10px;
	right: 0;
	top: 50%;
	margin-top: -5px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Icon_Arrow_Right_10' d='M5,10,0,5,5,0' transform='translate(5.354 10.354) rotate(180)' fill='none' stroke='%23ccc' stroke-width='1'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#storeIntroduce main .boardList {
	margin: 0 -24px;
	padding-left: 24px;
	overflow: hidden;
	border-bottom: var(--border-section);
}

#storeIntroduce main .boardList > h3 {
	margin-left: -24px;
}

#storeIntroduce main .boardList .slideArea {
	width: 88%;
	margin-left: 0;
	overflow: visible;
}

#storeIntroduce main .boardList ul li {
	margin-bottom: 60px;
}

#storeIntroduce main .boardList ul li .imgArea {
	position: relative;
}

#storeIntroduce main .boardList ul li .imgArea img {
	width: 100%;
	max-height: 100%;
	aspect-ratio: 1/1;
}

#storeIntroduce main .boardList ul li .imgArea em {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 66px;
	height: 30px;
	color: var(--color-white);
	font-size: var(--fontsize-body-R);
	line-height: 30px;
	text-align: center;
	background: var(--color-blue-02);
}

#storeIntroduce main .boardList ul li .textArea {
	padding-top: 24px;
}

#storeIntroduce main .boardList ul li .textArea strong {
	display: block;
	margin-bottom: 4px;
	font-size: var(--fontsize-title-L);
	font-weight: 700;
	line-height: var(--baseline-7x);
}

#storeIntroduce main .boardList ul li .textArea span {
	display: block;
	line-height: 22px;
	color: var(--color-grey-02);
	font-size: var(--fontsize-body-R);
}

#storeIntroduce main .boardList ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#storeIntroduce main .boardList ul li:last-of-type::after,
#storeIntroduce main .boardList ul li:last-of-type::before {
	display: none;
}

#storeIntroduce main .boardList ul li.none {
	flex-basis: 100%;
	margin-bottom: 40px;
	padding-left: 24px;
	text-align: center;
}

#storeIntroduce main .mapArea .mapCont {
	margin-bottom: 56px;
}

#storeIntroduce main .galleryArea {
	margin-top: 100px;
}

#storeIntroduce main .galleryArea a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 220px;
	padding: 0 24px;
	background: url(/static/images/store/galleryBg_1.jpg) no-repeat 50% 0/cover;
}

#storeIntroduce main .galleryArea a strong {
	display: block;
	margin-bottom: 4px;
	font-size: var(--fontsize-heading-M);
	font-weight: 700;
	line-height: 1.2em;
	color: var(--color-white);
}

#storeIntroduce main .galleryArea a p {
	font-size: var(--fontsize-body-XS);
	color: var(--color-white);
}

#storeFloor .tabTypeA {
	margin-bottom: 40px;
}

#storeFloor .tabTypeB {
	margin-bottom: 32px;
}

#storeFloor .tabTypeB li {
	margin: 0 12px;
}

#storeFloor main .searchArea {
	position: relative;
	margin-bottom: 40px;
	cursor: pointer;
}

#storeFloor main .searchArea input {
	width: 100%;
	border: 0;
	height: 56px;
	padding: 0 60px 0 20px;
	background: var(--color-grey-07);
}

#storeFloor main .searchArea input::placeholder {
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-02);
}

#storeFloor main .searchArea a {
	position: absolute !important;
	right: 0;
	top: 0;
	width: 56px;
	height: 56px;
}

#storeFloor main .searchArea a {
	position: relative;
}

#storeFloor main .searchArea a:after {
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	background: url("/static/images/icon/search_g.svg") no-repeat 0 0/100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#storeFloor main nav > ul > li {
	margin-bottom: 24px;
	min-height: 50px;
	opacity: 0.3;
}

#storeFloor main nav > ul > li > a {
	display: flex;
	position: relative;
	padding-left: 45px;
}

#storeFloor main nav > ul > li > a strong {
	margin-right: 15px;
	font-size: var(--fontsize-heading-M);
	font-weight: 700;
	line-height: 26px;
}

#storeFloor main nav > ul > li > a span {
	line-height: var(--baseline-6x);
	font-size: var(--fontsize-body-R);
	letter-spacing: -0.3px
}

#storeFloor main nav > ul > li > a i {
	position: absolute;
	left: 0;
	top: -5px;
	width: 40px;
	height: 40px;
}

#storeFloor main nav > ul > li > a i img {
	width: 40px;
	height: 40px;
}

#storeFloor main nav > ul > li .container .titleArea {
	display: flex;
	align-items: flex-end;
	position: relative;
	margin-bottom: 34px;
}

#storeFloor main nav > ul > li .container .titleArea strong {
	display: block;
	margin-right: 16px;
	line-height: 71px;
	font-size: 52px;
	font-weight: 700;
}

#storeFloor main nav > ul > li .container .titleArea > span {
	display: block;
	margin-bottom: 15px;
	line-height: var(--baseline-6x);
	color: var(--color-grey-01);
}

#storeFloor main nav > ul > li .container .resultsArea {
	margin-top: 40px;
}

#storeFloor main nav > ul > li .container .resultsArea article {
	padding-top: 40px;
}

#storeFloor main nav > ul > li .container .resultsArea article h3 {
	font-size: var(--fontsize-body-RB);
	font-weight: 700;
	margin-bottom: 21px;
}

#storeFloor main nav > ul > li .container .resultsArea article ul {
	display: flex;
	flex-direction: column;
}

#storeFloor main nav > ul > li .container .resultsArea article ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0 24px;
	margin-bottom: 6px;
	background: var(--color-white);
}

#storeFloor main nav > ul > li .container .resultsArea article ul li strong {
	display: block;
	margin-bottom: 6px;
	font-size: var(--fontsize-body-R);
}

#storeFloor main nav > ul > li .container .resultsArea article ul li a {
	display: block;
	width: 32px;
	height: 32px;
	/*	border: var(--border-table-bottom);*/
	border-radius: 50%;
}

#storeFloor main nav > ul > li .container .resultsArea article ul li a {
	position: relative;
}

#storeFloor main nav > ul > li .container .resultsArea article ul li a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background: url("/static/images/icon/phone_f.svg") no-repeat 0 0/100%;
}

#storeFloor main nav > ul > li .container .resultsArea article ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#storeFloor main nav > ul > li .container .resultsArea article ul li:last-of-type::after,
#storeFloor main nav > ul > li .container .resultsArea article ul li:last-of-type::before {
	display: none;
}

#storeFloor main nav > ul > li .container .resultsArea article {
	position: relative;
}

#storeFloor main nav > ul > li .container .resultsArea article:after {
	content: "";
	position: absolute;
	width: calc(100% + 48px);
	height: 100%;
	left: -24px;
	top: 0;
	background: var(--color-grey-07);
	z-index: -1;
}

#storeFloor main nav > ul > li .container .resultsArea article:last-of-type {
	padding-bottom: 40px;
}

#storeFloor main nav > ul > li.on {
	opacity: 1;
}

#storeFloor main nav > ul > li.disabled {
	opacity: 0.3;
}

#storeFloor main nav > ul > li:last-of-type {
	margin-bottom: 0;
}

#storeFloor main .btnBox {
	padding-left: 108px;
	margin-top: 16px;
}

#storeFloor main .btnBox a {
	height: 40px;
	line-height: var(--baseline-10x);
	font-size: var(--fontsize-body-R);
	border-radius: 3px;
}

#storeFloor main .btnBox a span {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	font-size: var(--fontsize-body-XS);
	color: var(--color-white);
	vertical-align: top;
}

#storeFloor main .btnBox a span {
	position: relative;
}

#storeFloor main .btnBox a span:after {
	content: "";
	position: absolute;
	width: 16px;
	left: 0;
	height: 16px;
	background: url("/static/images/icon/map.svg") no-repeat 0 0/100%;
	top: 50%;
	transform: translateY(-50%);
}

#storeFloor main:after {
	content: "";
	display: block;
	clear: both;
}

#storeFood .tabTypeA {
	margin-bottom: 40px;
}

#storeFood .tabTypeB {
	margin-bottom: 43px;
}

#storeFood .tabTypeB li {
	margin: 0 12px;
}

#storeFood main .topArea {
	padding: 32px 24px;
	margin-bottom: 32px;
	text-align: center;
	background: var(--color-grey-07);
}

#storeFood main .topArea span {
	display: block;
	margin-bottom: 6px;
	font-size: var(--fontsize-body-XS);
}

#storeFood main .topArea span:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#storeFood main .topArea span:last-of-type::after,
#storeFood main .topArea span:last-of-type::before {
	display: none;
}

#storeFood main .topArea strong {
	font-weight: 700;
	font-size: var(--fontsize-body-S);
}

#storeFood main .listArea {
	margin-bottom: 60px;
}

#storeFood main .listArea ul li {
	font-size: var(--fontsize-body-XS);
	line-height: 22px;
	margin-bottom: 16px;
}

#storeFood main .listArea .blt {
	margin-bottom: 16px;
}

#storeFood main .listArea .blt em {
	display: block;
	padding-left: 10px;
	font-size: var(--fontsize-body-XS);
}

#storeFood main .listArea .blt em {
	position: relative;
}

#storeFood main .listArea .blt em:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 3px;
	height: 3px;
	background: var(--color-primary);
}

#storeFood main .foodList ul li {
	margin-bottom: 60px;
}

#storeFood main .foodList ul li .imgArea {
	text-align: center;
}

#storeFood main .foodList ul li .textArea {
	padding-top: 24px;
}

#storeFood main .foodList ul li .textArea strong {
	display: block;
	margin-bottom: 4px;
	font-size: var(--fontsize-title-L);
	font-weight: 700;
	line-height: var(--baseline-7x);
}

#storeFood main .foodList ul li .textArea span {
	display: block;
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-02);
}

#storeFood main .foodList ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#storeFood main .foodList ul li:last-of-type::after,
#storeFood main .foodList ul li:last-of-type::before {
	display: none;
}

#storeFood main .foodList > .fullImg {
	margin-bottom: 20px;
}

#storeFood main .foodList > .halfImg {
	display: flex;
}

#storeFood main .foodList > .halfImg p {
	flex: 1;
	margin-bottom: 20px;
	margin-right: 20px;
}

#storeFood main .foodList > .halfImg p:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

#storeFood main .foodList > .halfImg p:last-of-type::after,
#storeFood main .foodList > .halfImg p:last-of-type::before {
	display: none;
}

#storeFood main .infoArea {
	margin-top: 60px;
}

#storeFood main .infoArea h2 {
	margin-bottom: 16px;
	font-size: var(--fontsize-title-L);
	font-weight: 700;
}

#storeFood main .infoArea .infoBox {
	margin-bottom: 32px;
}

#storeFood main .infoArea .infoBox > p {
	font-size: var(--fontsize-body-XS);
}

#storeFood main .infoArea .infoBox:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#storeFood main .infoArea .infoBox:last-of-type::after,
#storeFood main .infoArea .infoBox:last-of-type::before {
	display: none;
}

#storeFood main .infoArea .infoBox dl {
	margin-bottom: 24px;
}

#storeFood main .infoArea .infoBox dl:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#storeFood main .infoArea .infoBox dl:last-of-type::after,
#storeFood main .infoArea .infoBox dl:last-of-type::before {
	display: none;
}

#storeFood main .infoArea .infoBox dl dt {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: var(--fontsize-body-S);
}

#storeFood main .infoArea .infoBox dl dd {
	font-size: var(--fontsize-body-XS);
}

#storeNews .tabTypeA {
	margin-bottom: 31px;
}

#storeNews .boardListB li a p {
	margin-bottom: 0;
}

#storeAirport #content {
	padding-bottom: 0;
}

#storeAirport #pageTitle {
	margin-bottom: 44px;
}

#storeAirport main .topText {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F8FBFF;
	margin-bottom: 40px;
	padding: 24px;
}

#storeAirport main .topText p {
	line-height: var(--baseline-7x);
	font-size: var(--fontsize-body-XS);
	text-align: center;
	letter-spacing: -0.03em;
}

#storeAirport main .infoArea {
	margin-bottom: 60px;
}

#storeAirport main .infoArea .mapCont {
	margin-bottom: 64px;
}

#storeAirport main .infoArea .mapCont .imgArea img {
	max-width: 100%;
}

#storeAirport main .infoArea .mapCont address {
	padding: 12px 16px;
	background: var(--color-grey-07);
}

#storeAirport main .infoArea .mapCont address p {
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-02);
	padding-left: 16px;
}

#storeAirport main .infoArea .mapCont address p {
	position: relative;
}

#storeAirport main .infoArea .mapCont address p:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 14px;
	left: 0;
	top: 4px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14'%3E%3Cpath id='Icon_Location_S' d='M11.75,2.25a4.771,4.771,0,0,0-5,4.5c0,4,5,9.5,5,9.5s5-5.5,5-9.5A4.771,4.771,0,0,0,11.75,2.25Zm0,7a2,2,0,1,1,2-2A2,2,0,0,1,11.75,9.25Z' transform='translate(-6.75 -2.25)' fill='%23ccc'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#storeAirport main .infoArea .infoList > strong {
	display: block;
	margin-bottom: 38px;
	line-height: 34px;
	font-size: var(--fontsize-heading-M);
	letter-spacing: -0.01em;
}

#storeAirport main .infoArea .infoList > strong em {
	display: inline-block;
	font-weight: 700;
	letter-spacing: -0.02em;
}

#storeAirport main .infoArea .infoList > strong em {
	position: relative;
}

#storeAirport main .infoArea .infoList > strong em:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 18px;
	background: var(--color-white)a9e;
	z-index: -1;
}

#storeAirport main .infoArea .infoList .utilList li {
	display: flex;
	margin-bottom: 8px;
	padding-left: 27px;
}

#storeAirport main .infoArea .infoList .utilList li strong {
	width: 60px;
	margin-right: 8px;
	color: var(--color-primary);
	font-size: var(--fontsize-body-R);
}

#storeAirport main .infoArea .infoList .utilList li span {
	display: block;
	flex: none;
	font-weight: 700;
	font-size: var(--fontsize-body-RB);
}

#storeAirport main .infoArea .infoList .utilList li span i {
	font-weight: 400;
}

#storeAirport main .infoArea .infoList .utilList li span a {
	display: inline-block;
	padding-right: 18px;
}

#storeAirport main .infoArea .infoList .utilList li span a {
	position: relative;
}

#storeAirport main .infoArea .infoList .utilList li span a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.963 11.85'%3E%3Cg id='Icon_external-link_11' transform='translate(-17.135 -2.535)'%3E%3Cpath id='path_36353' data-name='path 36353' d='M6.013,9.408H9.408V0H0V3.453' transform='translate(27.143 13.785) rotate(180)' fill='none' stroke='%23888' stroke-width='1.2'/%3E%3Cg id='group_35635' data-name='group 35635' transform='translate(22.438 3.135)'%3E%3Cpath id='path_36355' data-name='path 36355' d='M0,0H4.447V4.447' transform='translate(0.613 0)' fill='none' stroke='%23888' stroke-width='1.2'/%3E%3Cpath id='path_36356' data-name='path 36356' d='M25.394,6.5l-5.06,5.06' transform='translate(-20.334 -6.496)' fill='none' stroke='%23888' stroke-width='1.2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#storeAirport main .infoArea .infoList .utilList li.ico_off:after {
	width: 18px;
	height: 18px;
	left: 0;
	background: url("/static/images/icon/offday.svg") no-repeat 0 0/100%;
}

#storeAirport main .infoArea .infoList .utilList li.ico_tell:after {
	width: 18px;
	height: 18px;
	left: 0;
	background: url("/static/images/icon/phone.svg") no-repeat 0 0/100%;
}

#storeAirport main .infoArea .infoList .utilList li.ico_time:after {
	width: 18px;
	height: 18px;
	left: 0;
	background: url("/static/images/icon/clock.svg") no-repeat 0 0/100%;
}

#storeAirport main .infoArea .infoList .utilList li.ico_bus:after {
	width: 17px;
	height: 17px;
	left: 0;
	background: url("/static/images/icon/bus.svg") no-repeat 0 0/100%;
}

#storeAirport main .infoArea .infoList .utilList li {
	position: relative;
}

#storeAirport main .infoArea .infoList .utilList li:after {
	content: "";
	position: absolute;
	top: 1px;
}

#storeAirport main .infoArea .infoList .utilList li:last-of-type {
	margin-bottom: 0;
}

#storeAirport main article h3 {
	font-size: var(--fontsize-title-L);
	margin-bottom: 24px;
}

#storeAirport main article article:last-of-type {
	margin-bottom: 0;
}

#storeAirport main article .storeList {
	display: flex;
	flex-wrap: wrap;
}

#storeAirport main article .storeList li {
	position: relative;
	width: 100%;
	height: 140px;
	margin-bottom: 24px;
	background: var(--color-white);
}

#storeAirport main article .storeList li .titleArea {
	padding: 20px 24px 0;
	height: 70px;
}

#storeAirport main article .storeList li .titleArea strong {
	display: block;
	font-size: var(--fontsize-body-R);
	line-height: var(--baseline-6x);
}

#storeAirport main article .storeList li .titleArea i {
	display: block;
}

#storeAirport main article .storeList li .titleArea span {
	display: block;
	margin-top: 4px;
	line-height: 22px;
	font-size: var(--fontsize-body-R);
	color: var(--color-grey-02);
}

#storeAirport main article .storeList li .logoArea {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	height: 70px;
	width: 100%;
	padding-right: 24px;
}

#storeAirport main article .storeList li .logoArea img {
	opacity: 0;
}

#storeAirport main article .storeList li .textArea {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	height: 70px;
	width: 100%;
	padding-right: 24px;
}

#storeAirport main article .storeList li .textArea strong {
	display: block;
	font-size: var(--fontsize-title-L);
	font-weight: 700;
	line-height: var(--baseline-7x);
}

#storeAirport main article .storeList li .textArea i {
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-02);
	line-height: var(--baseline-5x);
}

#storeAirport main article .storeList li em {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 24px;
	line-height: var(--baseline-6x);
	text-align: center;
	color: var(--color-white);
	background: var(--color-blue-02);
}

#storeAirport main article.bgMode {
	padding-bottom: 60px;
}

#storeAirport main article.bgMode {
	position: relative;
}

#storeAirport main article.bgMode:after {
	content: "";
	position: absolute;
	width: calc(100% + 48px);
	height: 100%;
	left: -24px;
	top: 0;
	background: var(--color-grey-07);
	z-index: -1;
}

#storeAirport main article.bgMode:nth-child(3) {
	padding-top: 28px;
}

#storeAirport main article.bgMode:last-of-type {
	padding-bottom: 120px;
}

#futsalIntroduce main article {
	margin-bottom: 60px;
}

#futsalIntroduce main article.topArea {
	margin-bottom: 45px;
}

#futsalIntroduce main article.topArea .bannerArea {
	margin: 40px 0 24px;
}

#futsalIntroduce main article.topArea p {
	line-height: 1.5;
	font-size: var(--fontsize-body-XS);
}

#futsalIntroduce main article.topArea p.info {
	padding-left: 22px;
}

#futsalIntroduce main article.topArea p.info {
	position: relative;
}

#futsalIntroduce main article.topArea p.info:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg id='icon_notic' transform='translate(-2.762)'%3E%3Ccircle id='sc_1861' data-name='sc 1861' cx='9' cy='9' r='9' transform='translate(2.762)' fill='%231A1818'/%3E%3Ctext id='i' transform='translate(9.762 14)' fill='%23fff' font-size='12' font-family='NotoSans-Bold, Noto Sans' font-weight='700' letter-spacing='-0.01em'%3E%3Ctspan x='0' y='0'%3Ei%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#futsalIntroduce main article h3 {
	margin-bottom: 16px;
	font-size: var(--fontsize-heading-M);
	font-weight: 700;
}

#futsalIntroduce main article h3.f24 {
	font-size: var(--fontsize-heading-M);
}

#futsalIntroduce main article table {
	margin-bottom: 16px;
}

#futsalIntroduce main article table.tableTypeA {
	border-top: 1px solid var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
}

#futsalIntroduce main article table.tableTypeA tr:last-of-type th,
#futsalIntroduce main article table.tableTypeA tr:last-of-type td {
	border: none;
}

#futsalIntroduce main article table.tableTypeA th {
	padding-left: 18px;
	text-align: left;
	font-size: var(--fontsize-body-R);
	vertical-align: top;
}

#futsalIntroduce main article table.tableTypeA td {
	padding: 20px 18px;
	font-size: var(--fontsize-body-XS);
}

#futsalIntroduce main article table.tableTypeA td .btnArea {
	margin-top: 15px;
}

#futsalIntroduce main article table.tableTypeA td .btnArea a {
	width: 140px;
	height: 40px;
	line-height: 38px;
	padding-right: 12px;
	font-size: var(--fontsize-body-R);
}

#futsalIntroduce main article table.tableTypeA td .btnArea a {
	position: relative;
}

#futsalIntroduce main article table.tableTypeA td .btnArea a:after {
	content: "";
	position: absolute;
	display: block;
	right: 20px;
	top: 50%;
	width: 5px;
	height: 10px;
	margin-top: -4px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Icon_Arrow_Right_10' d='M5,10,0,5,5,0' transform='translate(5.354 10.354) rotate(180)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
	opacity: 1;
	background-size: 100%;
}

#futsalIntroduce main article table.tableTypeC {
	position: relative;
}

#futsalIntroduce main article table.tableTypeC:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--color-primary);
	top: 0;
	left: 0;
}

#futsalIntroduce main article table.tableTypeC {
	position: relative;
}

#futsalIntroduce main article table.tableTypeC:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--color-primary);
	bottom: 0;
	left: 0;
}

#futsalIntroduce main article table.tableTypeC th,
#futsalIntroduce main article table.tableTypeC td {
	padding: 20px 18px;
	font-size: var(--fontsize-body-XS);
}

#futsalIntroduce main article .tableArea {
	overflow-x: auto;
}

#futsalIntroduce main article .tableArea table {
	width: 1280px;
}

#futsalIntroduce main article .tableArea > p {
	margin-bottom: 17px;
	font-size: var(--fontsize-body-XS);
}

#futsalIntroduce main article .tableArea > p.caution {
	font-weight: normal;
}

#futsalIntroduce main article .caution {
	position: relative;
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-02);
	line-height: 1.43;
	font-weight: normal;
}

#futsalIntroduce main article .listTypeA li {
	font-size: var(--fontsize-body-XS);
}

#futsalIntroduce main article .listTypeA li ul li {
	padding-left: 0;
}

#futsalIntroduce main article .listTypeA li ul li:after {
	display: none;
}

#futsalIntroduce main article .listTypeA li.parkingNum {
	padding-left: 22px;
}

#futsalIntroduce main article .listTypeA li.parkingNum {
	position: relative;
}

#futsalIntroduce main article .listTypeA li.parkingNum:after {
	content: "";
	position: absolute;
	position: absolute;
	top: 6px;
	left: 0;
	width: 14px;
	height: 14px;
	background: url("/static/images/icon/phone.svg") no-repeat 0 0/14px;
}

#futsalIntroduce main article .listTypeA li strong {
	font-weight: 700;
}

#futsalIntroduce main article .listTypeA .sTxt {
	font-size: var(--fontsize-body-XS);
}

#futsalIntroduce main article .listTypeB {
	margin: 7px 0;
}

#futsalIntroduce main article .listTypeB li {
	padding-left: 0;
}

#futsalIntroduce main article .listTypeB li:after {
	display: none;
}

#futsalIntroduce main article.mapArea > h3 {
	margin: 0 -24px;
	padding: 40px 0 30px;
	border-top: var(--border-section);
}

#futsalIntroduce main article.mapArea .mapCont {
	margin: 0 0 56px;
}

#futsalIntroduce main article.mapArea .mapCont #map {
	width: 100%;
	height: 240px;
}

#futsalIntroduce main article.mapArea .navigationArea > div .method {
	display: flex;
}

#futsalIntroduce main article.mapArea .navigationArea > div .method li {
	position: relative;
	margin-bottom: 15px;
	padding: 0 15px;
	font-weight: 700;
}

#futsalIntroduce main article.mapArea .navigationArea > div .method li {
	position: relative;
}

#futsalIntroduce main article.mapArea .navigationArea > div .method li:after {
	content: "";
	position: absolute;
	position: absolute;
	top: 6px;
	right: -3px;
	width: 6px;
	height: 13px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Icon_Arrow_Right_10' d='M5,10,0,5,5,0' transform='translate(5.354 10.354) rotate(180)' fill='none' stroke='%231A1818' stroke-width='1'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#futsalIntroduce main article.mapArea .navigationArea > div .method li:first-child {
	padding-left: 35px;
}

#futsalIntroduce main article.mapArea .navigationArea > div .method li:first-child {
	position: relative;
}

#futsalIntroduce main article.mapArea .navigationArea > div .method li:first-child:before {
	content: "";
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("/static/images/icon/walk.svg") no-repeat 0 0/100%;
}

#futsalIntroduce main article.mapArea .navigationArea > div .more {
	display: block;
	padding-top: 16px;
}

#futsalIntroduce main article.mapArea .navigationArea > div .more span {
	display: block;
	padding: 16px 0 12px;
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-03);
	text-align: center;
	border-top: var(--border-table-bottom);
}

#futsalIntroduce main article.mapArea .navigationArea > div .more span {
	position: relative;
}

#futsalIntroduce main article.mapArea .navigationArea > div .more span:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 8px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.849 6.273'%3E%3Cpath id='path_33904' data-name='path 33904' d='M5,10,0,5,5,0' transform='translate(0.424 5.424) rotate(-90)' fill='none' stroke='%23aaa' stroke-width='1.2'/%3E%3C/svg%3E") no-repeat 0 0/100%;
}

#futsalIntroduce main article > .btnArea span {
	padding-right: 12px;
}

#futsalIntroduce main article > .btnArea span {
	position: relative;
}

#futsalIntroduce main article > .btnArea span:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 11px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Icon_Arrow_Right_10' d='M5,10,0,5,5,0' transform='translate(5.354 10.354) rotate(180)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A") no-repeat no-repeat 0 0/100%;
}

#futsalIntroduce main .quickBtn {
	position: fixed;
	bottom: 20%;
	right: 10px;
	width: 80px;
	height: 80px;
	background: var(--color-primary);
	border-radius: 50%;
	z-index: 1;
	box-shadow: 0 3px 6px #000;
}

#futsalIntroduce main .quickBtn a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	font-size: var(--fontsize-body-XS);
	color: var(--color-white);
	text-align: center;
	background: var(--color-blue-01);
	border-radius: 50%;
}

#futsalIntroduce main .quickBtn a strong {
	color: var(--color-white);
	font-size: var(--fontsize-body-S);
	font-weight: 700;
}

#futsalIntroduce main .quickBtn a span {
	padding-right: 10px;
}

#futsalIntroduce main .quickBtn a span {
	position: relative;
}

#futsalIntroduce main .quickBtn a span:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 6px;
	left: 70%;
	top: 36%;
	transform: rotate(90deg) translateY(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 9'%3E%3Cpath id='path_34851' data-name='path 34851' d='M11,2l11,9H0Z' transform='translate(0 -2)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#futsalIntroduce .mt60 {
	margin-top: 60px;
}

#futsalIntroduce .os_mac .roughmap_maker_label .roughmap_lebel_text {
	display: none;
}

#futsalIntroduce ~ .futsalNoticePopup .futsalNoticePopupWrap {
	position: fixed;
	width: 280px;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 -141px;
	z-index: 21;
}

#futsalIntroduce ~ .futsalNoticePopup .futsalNoticePopupWrap .btnPopClose {
	position: absolute;
	right: 20px;
	top: 20px;
}

#futsalIntroduce ~ .futsalNoticePopup .futsalNoticePopupWrap .btnPopClose:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.131' height='25.131' viewBox='0 0 25.131 25.131'%3E%3Cg id='group_33273' data-name='group 33273' transform='translate(0.566 0.566)'%3E%3Cpath id='path_34968' data-name='path 34968' d='M839.392,213.286l24,24' transform='translate(-839.392 -213.286)' fill='none' stroke='%23aaa' stroke-width='1.6'/%3E%3Cpath id='path_34969' data-name='path 34969' d='M863.392,213.286l-24,24' transform='translate(-839.392 -213.286)' fill='none' stroke='%23aaa' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#futsalIntroduce ~ .futsalNoticePopup #popBgfutsalFutsal {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--color-primary);
	opacity: 0.5;
	z-index: 20;
	animation-name: popBg;
	animation-duration: 0.5s;
	animation-delay: 0s;
	animation-fill-mode: both;
}

.navigationPop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-white);
	overflow: auto;
	z-index: 999;
}

.navigationPop .navigationPopWrap {
	padding: 26px 24px;
}

.navigationPop .navigationPopWrap.guide {
	height: 1282px;
}

.navigationPop .navigationPopWrap.navCar {
	height: 1004px;
}

.navigationPop .navigationPopWrap.navSubway {
	height: 1037px;
}

.navigationPop .navigationPopWrap h2 {
	font-size: var(--fontsize-heading-M);
	font-weight: 700;
}

.navigationPop .navigationPopWrap .textArea {
	margin-top: 28px;
	line-height: 1.43;
}

.navigationPop .navigationPopWrap .textArea > p {
	margin-bottom: 8px;
}

.navigationPop .navigationPopWrap .textArea > p em.line1 {
	color: #0D347F;
	font-weight: 700;
}

.navigationPop .navigationPopWrap .textArea > p em.line1 i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: 4px;
	background: #0D347F;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	color: var(--color-white);
	font-size: 10px;
	font-weight: 700;
	vertical-align: top;
}

.navigationPop .navigationPopWrap .textArea .listTypeB li {
	font-size: var(--fontsize-body-XS);
}

.navigationPop .navigationPopWrap .textArea .listTypeB li.noDot {
	padding-left: 0;
}

.navigationPop .navigationPopWrap .textArea .listTypeB li.noDot:after {
	content: "";
	display: none;
}

.navigationPop .navigationPopWrap .textArea .listTypeB li span {
	display: inline-block;
	margin: 0;
}

.navigationPop .navigationPopWrap .textArea .listTypeB li span.redText {
	color: #ff0000;
}

.navigationPop .navigationPopWrap .textArea .listTypeB strong {
	display: inline-block;
	font-weight: 500;
}

.navigationPop .navigationPopWrap .textArea .listTypeB strong.ico_phone {
	margin: 6px 0;
	padding-left: 22px;
	background: linear-gradient(to top, var(--color-white)A9E 50%, transparent 50%);
	font-size: var(--fontsize-body-RB);
	font-weight: 700;
}

.navigationPop .navigationPopWrap .textArea .listTypeB strong.ico_phone {
	position: relative;
}

.navigationPop .navigationPopWrap .textArea .listTypeB strong.ico_phone:after {
	content: "";
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: url("/static/images/icon/phone.svg") no-repeat 0 0/100%;
}

.navigationPop .navigationPopWrap .infoArea {
	margin-top: 45px;
}

.navigationPop .navigationPopWrap .infoArea h3 {
	margin: 0 0 22px;
	font-size: var(--fontsize-title-M);
	font-weight: 700;
}

.navigationPop .navigationPopWrap .infoArea img {
	width: 100%;
}

.navigationPop .navigationPopWrap .btnPopClose {
	position: absolute;
	right: 24px;
	top: 32px;
}

.navigationPop .navigationPopWrap .btnPopClose:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.131' height='25.131' viewBox='0 0 25.131 25.131'%3E%3Cg id='group_33273' data-name='group 33273' transform='translate(0.566 0.566)'%3E%3Cpath id='path_34968' data-name='path 34968' d='M839.392,213.286l24,24' transform='translate(-839.392 -213.286)' fill='none' stroke='%23aaa' stroke-width='1.6'/%3E%3Cpath id='path_34969' data-name='path 34969' d='M863.392,213.286l-24,24' transform='translate(-839.392 -213.286)' fill='none' stroke='%23aaa' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#futsalMapPop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 13;
	background: var(--color-white);
}

#futsalMapPop .futsalMapPopWrap {
	position: relative;
	height: 100%;
}

#futsalMapPop .futsalMapPopWrap .imgArea {
	position: relative;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

#futsalMapPop .futsalMapPopWrap .imgArea img {
	height: 100%;
	width: auto;
	max-width: none;
}

#futsalMapPop .futsalMapPopWrap .btnPopClose {
	position: absolute;
	right: 24px;
	top: 32px;
}

#futsalMapPop .futsalMapPopWrap .btnPopClose:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.131' height='25.131' viewBox='0 0 25.131 25.131'%3E%3Cg id='group_33273' data-name='group 33273' transform='translate(0.566 0.566)'%3E%3Cpath id='path_34968' data-name='path 34968' d='M839.392,213.286l24,24' transform='translate(-839.392 -213.286)' fill='none' stroke='%23aaa' stroke-width='1.6'/%3E%3Cpath id='path_34969' data-name='path 34969' d='M863.392,213.286l-24,24' transform='translate(-839.392 -213.286)' fill='none' stroke='%23aaa' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

@media screen and (max-height: 420px) {
	#futsalMapPop .futsalMapPopWrap .imgArea {
		overflow-x: hidden;
		overflow-y: auto;
	}

	#futsalMapPop .futsalMapPopWrap .imgArea img {
		width: 100%;
		height: auto;
		max-width: none;
	}
}

#futsalReservation main {
	overflow: hidden;
}

#futsalReservation .stepArea {
	display: flex;
	justify-content: center;
	padding: 40px 0 44px;
}

#futsalReservation .stepArea li {
	position: relative;
	width: 32px;
	height: 44px;
	margin: 0 17px;
	color: var(--color-grey-03);
	font-size: 0;
	text-indent: -9999px;
	line-height: var(--baseline-11x);
}

#futsalReservation .stepArea li {
	position: relative;
}

#futsalReservation .stepArea li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	border-radius: 50%;
}

#futsalReservation .stepArea li {
	position: relative;
}

#futsalReservation .stepArea li:before {
	content: "";
	position: absolute;
	left: -23px;
	top: 23px;
	width: 34px;
	height: 4px;
	background: url(/static/images/store/dot.png) no-repeat 0 0;
	background-size: 14px;
}

#futsalReservation .stepArea li:nth-of-type(1)::after {
	background: var(--color-grey-04) url("/static/images/icon/futsal/futsal_location.svg") no-repeat 50%/28px;
	background-size: 16px 16px;
}

#futsalReservation .stepArea li:nth-of-type(2)::after {
	background: var(--color-grey-04) url("/static/images/icon/futsal/futsal_calendar.svg") no-repeat 50%/28px;
	background-size: 16px 16px;
}

#futsalReservation .stepArea li:nth-of-type(3)::after {
	background: var(--color-grey-04) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.819 23.21'%3E%3Cpath id='path_34975' data-name='path 34975' d='M65.419,18.406l8.29,9.736,17.71-20.8' transform='translate(-64.01 -5.932)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat 50%/28px;
	background-size: 16px 13px;
}

#futsalReservation .stepArea li:first-of-type::before {
	display: none;
}

#futsalReservation .stepArea li.on {
	padding-left: 52px;
	color: var(--color-primary);
	font-size: var(--fontsize-title-L);
	font-weight: 700;
	width: 127px;
	text-indent: 0;
}

#futsalReservation .stepArea li.on:nth-of-type(1)::after {
	width: 44px;
	height: 44px;
	margin-top: -22px;
	background: var(--color-blue-01) url("/static/images/icon/futsal/futsal_location.svg") no-repeat 50%/28px;
	background-size: 16px 16px;
}

#futsalReservation .stepArea li.on:nth-of-type(2)::after {
	width: 44px;
	height: 44px;
	margin-top: -22px;
	background: var(--color-blue-01) url("/static/images/icon/futsal/futsal_calendar.svg") no-repeat 50%/28px;
	background-size: 16px 16px;
}

#futsalReservation .stepArea li.on:nth-of-type(3)::after {
	width: 44px;
	height: 44px;
	margin-top: -22px;
	background: var(--color-blue-01) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.819 23.21'%3E%3Cpath id='path_34975' data-name='path 34975' d='M65.419,18.406l8.29,9.736,17.71-20.8' transform='translate(-64.01 -5.932)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat 50%/28px;
	background-size: 16px 13px;
}

#futsalReservation .reservationBox {
	position: relative;
}

#futsalReservation .reservationBox {
	position: relative;
}

#futsalReservation .reservationBox:before {
	content: "";
	position: absolute;
	top: 0;
	width: 150%;
	left: -20%;
	height: 5px;
	background: var(--color-grey-06);
}

#futsalReservation .reservationBox > ul > li .titleBox {
	padding: 24px 0 16px;
	border-bottom: var(--border-table-bottom);
}

#futsalReservation .reservationBox > ul > li .titleBox strong {
	display: block;
	padding-left: 32px;
	font-size: var(--fontsize-body-RB);
	font-weight: 700;
}

#futsalReservation .reservationBox > ul > li .titleBox {
	position: relative;
}

#futsalReservation .reservationBox > ul > li .titleBox:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -3px;
}

#futsalReservation .reservationBox > ul > li:nth-of-type(1) .titleBox::before {
	background: url("/static/images/icon/futsal/futsal_tit_location.svg") no-repeat 0 0;
	background-size: 100%;
}

#futsalReservation .reservationBox > ul > li:nth-of-type(2) .titleBox::before {
	background: url("/static/images/icon/futsal/futsal_tit_calendar.svg") no-repeat 0 0;
	background-size: 100%;
}

#futsalReservation .reservationBox > ul > li:nth-of-type(3) .titleBox::before {
	background: url("/static/images/icon/futsal/futsal_tit_clock.svg") no-repeat 0 0;
	background-size: 100%;
}

#futsalReservation .reservationBox > ul > li > div:nth-of-type(2) {
	padding: 16px 0 40px;
}

#futsalReservation .reservationBox > ul > li .locationSelectBox ul {
	display: flex;
	align-items: center;
}

#futsalReservation .reservationBox > ul > li .locationSelectBox ul li {
	margin-right: calc(50% - 64px);
}

#futsalReservation .reservationBox > ul > li .locationSelectBox ul li input.radioTypeA {
	opacity: 0;
	width: 1px;
	height: 1px;
}

#futsalReservation .reservationBox > ul > li .locationSelectBox ul li input.radioTypeA + label {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	color: var(--color-primary);
	font-size: var(--fontsize-body-R);
}

#futsalReservation .reservationBox > ul > li .locationSelectBox ul li input.radioTypeA + label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-top: -8px;
	border: 5px solid var(--color-grey-03);
	background: var(--color-white);
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	box-sizing: border-box;
}

#futsalReservation .reservationBox > ul > li .locationSelectBox ul li input.radioTypeA:checked + label:after {
	border-color: var(--color-blue-01);
}

#futsalReservation .reservationBox > ul > li .dateSelectBox {
	display: flex;
	justify-content: center;
}

#futsalReservation .reservationBox > ul > li .dateSelectBox .calendarTitle {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

#futsalReservation .reservationBox > ul > li .dateSelectBox .calendarTitle strong {
	display: block;
	font-size: var(--fontsize-heading-M);
	line-height: var(--baseline-8x);
}

#futsalReservation .reservationBox > ul > li .dateSelectBox .calendarTitle a {
	display: block;
	height: 33px;
	width: 8px;
}

#futsalReservation .reservationBox > ul > li .dateSelectBox .calendarTitle a.btnPrev {
	margin-right: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.273 8.849'%3E%3Cpath id='Icon_ArrowDown_8' d='M4,0,0,4,4,8' transform='translate(0.849 0.424)' fill='none' stroke='%231A1818' stroke-width='1.2'/%3E%3C/svg%3E") no-repeat 50%/8px auto;
}

#futsalReservation .reservationBox > ul > li .dateSelectBox .calendarTitle a.btnNext {
	margin-left: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.273 8.849'%3E%3Cpath id='Icon_ArrowDown_8' d='M4,8,0,4,4,0' transform='translate(4.424 8.424) rotate(180)' fill='none' stroke='%231A1818' stroke-width='1.2'/%3E%3C/svg%3E") no-repeat 50%/8px auto;
}

#futsalReservation .reservationBox > ul > li .dateSelectBox .calendar {
	width: 100%;
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .searchTime {
	overflow: hidden;
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .searchTime li {
	float: left;
	width: 32%;
	height: 60px;
	margin-right: 1%;
	margin-bottom: 1%;
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .searchTime li:nth-of-type(3n) {
	margin-right: 0;
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .searchTime li.unabled a {
	background: var(--color-grey-04);
	color: var(--color-grey-02);
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .searchTime li.active a {
	background: var(--color-blue-02);
	color: var(--color-white);
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .searchTime li a {
	display: block;
	height: 100%;
	background: var(--color-grey-05);
	font-size: var(--fontsize-description) /*13px*/;
	line-height: var(--baseline-15x);
	text-align: center;
	letter-spacing: -0.2px;
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .infoActive {
	display: flex;
	justify-content: center;
	margin: 16px 0;
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .infoActive li {
	position: relative;
	margin: 0 9px;
	font-size: var(--fontsize-body-XS);
	padding-left: 22px;
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .infoActive li {
	position: relative;
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .infoActive li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 17px;
	height: 17px;
	background: var(--color-grey-05);
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .infoActive li.unabled::before {
	background: var(--color-grey-04);
}

#futsalReservation .reservationBox > ul > li .timeSelectBox .infoActive li.active::before {
	background: var(--color-blue-02);
}

#futsalReservation .resultBox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 161px;
	padding: 26px 24px;
	background: var(--color-white);
	box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
	z-index: 99;
}

#futsalReservation .resultBox > div {
	display: flex;
	justify-content: space-between;
}

#futsalReservation .resultBox > div ul {
	display: flex;
	margin-right: 34px;
	margin-bottom: 24px;
}

#futsalReservation .resultBox > div ul li {
	padding: 0 7px;
}

#futsalReservation .resultBox > div ul li:nth-of-type(1) {
	padding-left: 0;
}

#futsalReservation .resultBox > div ul li:nth-of-type(1) {
	position: relative;
}

#futsalReservation .resultBox > div ul li:nth-of-type(1):after {
	content: "";
	position: absolute;
	display: none;
}

#futsalReservation .resultBox > div ul li {
	position: relative;
}

#futsalReservation .resultBox > div ul li:after {
	content: "";
	position: absolute;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 1px;
	height: 10px;
	background: var(--color-grey-04);
}

#futsalReservation .resultBox > div p {
	font-weight: 700;
}

#futsalReservation .receipt {
	padding: 24px 20px;
	background: var(--color-grey-07);
}

#futsalReservation .receipt h3 {
	text-align: center;
	margin-bottom: 16px;
}

#futsalReservation .receipt h3 span {
	display: inline-block;
	padding-left: 23px;
	font-size: var(--fontsize-body-R);
}

#futsalReservation .receipt h3 span.ico_page {
	position: relative;
}

#futsalReservation .receipt h3 span.ico_page:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 18px;
	background: url("/static/images/icon/futsal/fs_receipt.svg") no-repeat 0 0/100%;
}

#futsalReservation .receipt h3 span.ico_user {
	position: relative;
}

#futsalReservation .receipt h3 span.ico_user:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url("/static/images/icon/my.svg") no-repeat 0 0/100%;
}

#futsalReservation .receipt .listArea > li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 120px;
	min-height: 26px;
	z-index: 1;
}

#futsalReservation .receipt .listArea > li strong {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 120px;
	font-size: var(--fontsize-body-R);
	color: var(--color-grey-02);
}

#futsalReservation .receipt .listArea > li span {
	display: block;
	text-align: right;
}

#futsalReservation .receipt .listArea > li:last-of-type {
	margin-bottom: 0;
}

#futsalReservation .receipt .timeArea {
	margin-bottom: 32px;
}

#futsalReservation .receipt .timeArea .listArea {
	padding-top: 30px;
	border-top: 1px solid var(--color-primary);
}

/*#futsalReservation .receipt .timeArea .listArea li strong {
	padding-left: 28px;
}

#futsalReservation .receipt .timeArea .listArea li strong.ico_location {
	position: relative;
}


#futsalReservation .receipt .timeArea .listArea li strong.ico_location:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.033 28.001'%3E%3Cg id='Icon_Location_18' transform='translate(1.016 1.001)'%3E%3Cpath id='path_35175' data-name='path 35175' d='M17.429,11.706h4.732a1,1,0,0,1,.891.556l3.541,7.157a1.006,1.006,0,0,1-.889,1.457H1.7A1.006,1.006,0,0,1,.806,19.42l3.543-7.157a.993.993,0,0,1,.889-.556H9.769' transform='translate(-0.7 5.124)' fill='none' stroke='%231A1818' stroke-width='2'/%3E%3Cpath id='path_35176' data-name='path 35176' d='M11.8.709A7.212,7.212,0,0,0,4.294,7.587c0,4.915,4.853,11.312,6.755,13.632a.966.966,0,0,0,1.5,0c1.9-2.32,6.755-8.716,6.755-13.632A7.212,7.212,0,0,0,11.8.709Z' transform='translate(1.2 -0.7)' fill='none' stroke='%231A1818' stroke-width='2'/%3E%3Ccircle id='sc_2047' data-name='sc 2047' cx='2.904' cy='2.904' r='2.904' transform='translate(10.096 4.592)' fill='none' stroke='%231A1818' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/100%;
}


#futsalReservation .receipt .timeArea .listArea li strong.ico_calendar {
	position: relative;
}


#futsalReservation .receipt .timeArea .listArea li strong.ico_calendar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.999 28'%3E%3Cg id='Icon_Calendar_18' transform='translate(1 1)'%3E%3Cline id='line_187' data-name='line 187' x2='25.382' transform='translate(0.001 9.409)' fill='none' stroke='%231A1818' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='line_188' data-name='line 188' y2='4.589' transform='translate(7.001)' fill='none' stroke='%231A1818' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='line_189' data-name='line 189' y2='4.589' transform='translate(19.001)' fill='none' stroke='%231A1818' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='path_33407' data-name='path 33407' d='M.8,25.525c0,.818.448,1.482,1,1.482h24c.552,0,1-.664,1-1.482V4.782c0-.818-.448-1.482-1-1.482H1.8c-.552,0-1,.664-1,1.482Z' transform='translate(-0.8 -1.006)' fill='none' stroke='%231A1818' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='path_34974' data-name='path 34974' d='M325.331,568.649l2.9,2.9,4.952-4.952' transform='translate(-316.255 -552.234)' fill='none' stroke='%231A1818' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/100%;
}


#futsalReservation .receipt .timeArea .listArea li strong.ico_time {
	position: relative;
}


#futsalReservation .receipt .timeArea .listArea li strong.ico_time:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg id='Icon_Time' transform='translate(-0.001 -22.004)'%3E%3Cg id='sc_1996' data-name='sc 1996' transform='translate(0.001 22.004)' fill='none' stroke='%231A1818' stroke-width='1.2'%3E%3Ccircle cx='8' cy='8' r='8' stroke='none'/%3E%3Ccircle cx='8' cy='8' r='7.4' fill='none'/%3E%3C/g%3E%3Cpath id='path_34971' data-name='path 34971' d='M8,26.857v4h4' transform='translate(0 -0.854)' fill='none' stroke='%231A1818' stroke-linecap='round' stroke-width='1.2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}
*/


#futsalReservation .receipt .timeArea .listArea li strong.ico_qMark {
	position: relative;
}

#futsalReservation .receipt .timeArea .listArea li strong.ico_qMark:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.2 17.2'%3E%3Cg id='Icon_Time_16' transform='translate(0.601 -1.4)'%3E%3Ccircle id='sc_1996' data-name='sc 1996' cx='8' cy='8' r='8' transform='translate(-0.001 2)' fill='none' stroke='%231A1818' stroke-width='1.2'/%3E%3Cg id='group_34733' data-name='group 34733' transform='translate(5.78 5.557)'%3E%3Cpath id='path_35286' data-name='path 35286' d='M589.8,837.942a3.127,3.127,0,0,1,2.949-1.016,2.142,2.142,0,0,1,1.213,3.15c-.5.809-2.2,2.216-2.028,3.958' transform='translate(-589.799 -836.838)' fill='none' stroke='%231A1818' stroke-width='1.2'/%3E%3Cg id='sc_2057' AAAqa11111111  11111data-name='sc 2057' transform='translate(1.357 8.182)' fill='%23fff' stroke='%231A1818' stroke-width='1'%3E%3Ccircle cx='0.8' cy='0.8' r='0.8' stroke='none'/%3E%3Ccircle cx='0.8' cy='0.8' r='0.3' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/100%;
}

#futsalReservation .receipt .timeArea .listArea li span ul li {
	margin-bottom: 5px;
}

#futsalReservation .receipt .timeArea .listArea li span ul li:last-of-type {
	margin-bottom: 0;
}

#futsalReservation .receipt .timeArea .listArea li span i {
	font-size: var(--fontsize-body-RB);
	font-weight: 700;
}

#futsalReservation .receipt .timeArea i {
	display: inline-block;
	line-height: 26px;
}

#futsalReservation .receipt .timeArea i {
	position: relative;
}

#futsalReservation .receipt .timeArea i:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 16px;
	background: var(--color-white)A9E;
	z-index: -1;
}

#futsalReservation .receipt .priceArea {
	padding-top: 45px;
	margin-bottom: 40px;
	border-top: var(--border-table-bottom);
}

#futsalReservation .receipt .priceArea .listArea li {
	padding-left: 75px;
}

#futsalReservation .receipt .priceArea .listArea li:last-of-type strong {
	line-height: var(--baseline-12x);
}

#futsalReservation .receipt .priceArea .listArea li span {
	font-size: var(--fontsize-body-RB);
	font-weight: 700;
}

#futsalReservation .receipt .priceArea .listArea li.priceTxt span {
	font-size: var(--fontsize-heading-M);
	line-height: var(--baseline-12x);
}

/*#futsalReservation .receipt .priceArea .listArea li.priceTxt span em {
	font-family: "Noto Sans", "Noto Sans KR", sans-serif;
}*/

#futsalReservation .receipt .priceArea .caution li {
	margin-bottom: 4px;
}

#futsalReservation .receipt .userInfoArea h3 {
	margin-bottom: 32px;
}

#futsalReservation .receipt .userInfoArea .userInfoList li {
	margin-bottom: 32px;
}

#futsalReservation .receipt .userInfoArea .userInfoList li strong {
	display: block;
	margin-bottom: 16px;
	line-height: var(--baseline-6x);
	color: var(--color-grey-02);
}

#futsalReservation .receipt .userInfoArea .userInfoList li span {
	display: block;
}

#futsalReservation .receipt .userInfoArea .userInfoList li input {
	width: 100%;
	height: 48px;
	border: var(--border-table-bottom);
	line-height: 46px;
	padding: 0 16px;
}

#futsalReservation .receipt .userInfoArea .userInfoList li.phoneLi span {
	display: flex;
	align-items: center;
}

#futsalReservation .receipt .userInfoArea .userInfoList li.phoneLi span i {
	display: block;
	margin: 0 5px;
}

#futsalReservation .receipt .userInfoArea .userInfoList li.phoneLi input {
	padding: 0 12px;
	text-align: center;
}

#futsalReservation .receipt .userInfoArea .userInfoList li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#futsalReservation .receipt .userInfoArea .userInfoList li:last-of-type::after,
#futsalReservation .receipt .userInfoArea .userInfoList li:last-of-type::before {
	display: none;
}

#futsalReservation .receipt .caution {
	margin-top: 24px;
}

#futsalReservation .receipt .caution li {
	margin-bottom: 10px;
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-02);
	line-height: var(--baseline-5x);
}

#futsalReservation .receipt .caution li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#futsalReservation .receipt .caution li:last-of-type::after,
#futsalReservation .receipt .caution li:last-of-type::before {
	display: none;
}

#futsalReservation .controlArea {
	margin-top: 24px;
}

#futsalReservation .controlArea .btnCont {
	display: flex;
	margin-top: 40px;
}

#futsalReservation .completeType > strong {
	display: block;
	margin-bottom: 24px;
	text-align: center;
	font-size: var(--fontsize-title-M);
	font-weight: 700;
	line-height: 38px;
}

#futsalReservation .completeType .receipt .timeArea h3 {
	margin-bottom: 16px;
	text-align: center;
}

#futsalReservation .completeType .receipt .timeArea .listArea {
	border-top-width: 2px;
}

#futsalReservation .completeType .receipt .timeArea .listArea > li span {
	font-weight: 700;
}

#futsalReservation .completeType .receipt .timeArea .listArea > li span ul {
	margin-bottom: 2px;
}

#futsalReservation .completeType .receipt .timeArea .listArea > li span ul li {
	font-weight: 700;
}

#futsalReservation .completeType .receipt .timeArea .listArea > li.line {
	margin-top: 66px;
}

#futsalReservation .completeType .receipt .timeArea .listArea > li.line {
	position: relative;
}

#futsalReservation .completeType .receipt .timeArea .listArea > li.line:after {
	content: "";
	position: absolute;
	left: 0;
	top: -33px;
	width: 100%;
	height: 1px;
	background: var(--color-grey-04);
}

.reconfirmPop {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: var(--color-white);
	z-index: 21;
}

.reconfirmPop .reconfirmPopWrap {
	padding: 40px 24px;
}

.reconfirmPop .reconfirmPopWrap h3 {
	font-size: var(--fontsize-heading-M);
	font-weight: 700;
	text-align: center;
	line-height: var(--baseline-6x);
	margin-bottom: 21px;
}

.reconfirmPop .reconfirmPopWrap .tableTypeA th,
.reconfirmPop .reconfirmPopWrap .tableTypeA td {
	padding: 14px;
	font-size: var(--fontsize-body-R);
	letter-spacing: -0.2px;
}

.reconfirmPop .reconfirmPopWrap .tableTypeA td {
	font-weight: 700;
	line-height: var(--baseline-6x);
	font-size: var(--fontsize-body-RB);
}

.reconfirmPop .reconfirmPopWrap .tableTypeA td ul li {
	font-weight: 700;
	line-height: 1.5;
}

.reconfirmPop .reconfirmPopWrap .tableTypeA th {
	color: var(--color-grey-01);
	font-weight: 400;
}

.reconfirmPop .reconfirmPopWrap .btnArea {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

#reservationCheck {
	overflow: hidden;
}

#reservationCheck .conditionArea {
	position: relative;
	margin: 40px 0 5px;
	padding-bottom: 32px;
	z-index: 1;
}

#reservationCheck .conditionArea:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -20%;
	width: 150%;
	height: 5px;
	background: var(--color-grey-06);
}

#reservationCheck .conditionArea > ul.pr li > span {
	display: block;
	margin-bottom: 16px;
	color: var(--color-grey-02);
}

#reservationCheck .conditionArea > ul.pr li.setDuration {
	margin-top: 28px;
}

#reservationCheck .conditionArea > ul.pr li.setDuration::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

#reservationCheck .conditionArea > ul.pr li.setDuration:nth-of-type(2) .buttonList > li {
	width: 74px;
}

#reservationCheck .conditionArea > ul.pr li ul.buttonList {
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

#reservationCheck .conditionArea > ul.pr li ul.buttonList li {
	display: inline-block;
	width: 86px;
	height: 44px;
	margin-left: -1px;
}

#reservationCheck .conditionArea > ul.pr li ul.buttonList li:last-of-type {
	margin-right: 0;
}

#reservationCheck .conditionArea > ul.pr li ul.buttonList li:first-of-type {
	margin-left: 0;
}

#reservationCheck .conditionArea > ul.pr li ul.buttonList li a {
	display: block;
	height: 100%;
	line-height: var(--baseline-11x);
	text-align: center;
	font-size: var(--fontsize-body-R);
	color: var(--color-grey-03);
	border: 1px solid var(--color-grey-03);
}

#reservationCheck .conditionArea > ul.pr li ul.buttonList li.on a {
	position: relative;
	font-weight: 700;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	z-index: 2;
}

#reservationCheck .conditionArea > ul.pr li ul.buttonList.over {
	height: 44px;
	white-space: nowrap;
	font-size: 0;
}

#reservationCheck .conditionArea > ul.pr li ul.buttonList:after {
	content: "";
	display: block;
	clear: both;
}

#reservationCheck .conditionArea > ul.pr li.setCalendar {
	position: relative;
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
}

#reservationCheck .conditionArea > ul.pr li.setCalendar input {
	height: 44px;
}

#reservationCheck .conditionArea > ul.pr li.setCalendar .dashed {
	margin: 0 10px;
}

#reservationCheck .reserveListArea > ul {
	margin-bottom: 8px;
}

#reservationCheck .reserveListArea > ul > li {
	padding: 28px 0;
	border-bottom: 1px solid var(--color-grey-05);
}

#reservationCheck .reserveListArea > ul > li > p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#reservationCheck .reserveListArea > ul > li > p input + label {
	font-size: var(--fontsize-title-L);
	line-height: var(--baseline-6x);
}

#reservationCheck .reserveListArea > ul > li > p a {
	text-decoration: underline;
	color: var(--color-grey-02);
	font-size: var(--fontsize-body-R);
}

#reservationCheck .reserveListArea > ul > li .listArea {
	margin: 16px 0;
}

#reservationCheck .reserveListArea > ul > li .listArea li {
	display: flex;
	margin-bottom: 4px;
}

#reservationCheck .reserveListArea > ul > li .listArea li strong {
	width: 130px;
	padding-left: 28px;
	color: var(--color-grey-02);
	font-size: var(--fontsize-body-R);
	line-height: var(--baseline-6x);
}

#reservationCheck .reserveListArea > ul > li .listArea li strong.ico_location {
	position: relative;
}

#reservationCheck .reserveListArea > ul > li .listArea li strong.ico_location:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url("/static/images/icon/futsal/futsal_location_g.svg") no-repeat 0 0/100%;
}

#reservationCheck .reserveListArea > ul > li .listArea li strong.ico_calendar {
	position: relative;
}

#reservationCheck .reserveListArea > ul > li .listArea li strong.ico_calendar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url("/static/images/icon/futsal/futsal_calendar_g.svg") no-repeat 0 0/100%;
}

#reservationCheck .reserveListArea > ul > li .listArea li strong.ico_time {
	position: relative;
}

#reservationCheck .reserveListArea > ul > li .listArea li strong.ico_time:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url("/static/images/icon/futsal/futsal_clock_g.svg") no-repeat 0 0/100%;
}

#reservationCheck .reserveListArea > ul > li > div {
	display: flex;
	align-items: center;
}

#reservationCheck .reserveListArea > ul > li > div strong {
	width: 117px;
	font-size: var(--fontsize-title-M);
	font-weight: 700;
}

#reservationCheck .reserveListArea > ul > li > div > ul > li {
	display: flex;
}

#reservationCheck .reserveListArea > ul > li > div > ul > li p {
	color: var(--color-grey-03);
	padding: 0 10px;
	font-size: var(--fontsize-body-XS);
}

#reservationCheck .reserveListArea > ul > li > div > ul > li p:first-of-type {
	position: relative;
}

#reservationCheck .reserveListArea > ul > li > div > ul > li p:first-of-type:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	width: 1px;
	height: 12px;
	background: var(--color-grey-04);
}

#reservationCheck .reserveListArea .resultNone {
	margin-top: 130px;
}

#reservationCheck .reserveListArea .resultNone span {
	display: inline-block;
	/*
	padding-top: 100px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 80'%3E%3Cg id='Icon_NoReservation_78' transform='translate(-7.952 -5.094)'%3E%3Cpath id='path_34974' data-name='path 34974' d='M71.452,84.094h-62V25.438L28.807,6.094H71.452v78' transform='translate(-0.5)' fill='none' stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='path_34975' data-name='path 34975' d='M9.894,25.634H29.1V6.431' transform='translate(0.266 0.126)' fill='none' stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cg id='group_33416' data-name='group 33416' transform='translate(31.496 41.585)'%3E%3Cg id='group_33414' data-name='group 33414' transform='translate(0)'%3E%3Cg id='group_33413' data-name='group 33413'%3E%3Cline id='line_1464' data-name='line 1464' x2='19.033' y2='19.034' fill='none' stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline id='line_1465' data-name='line 1465' x1='19.033' y2='19.033' fill='none' stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center top/64px 78px;
*/
	color: var(--color-grey-02);
}

/*즉시취소 팝업 */
.cancelCheckPop {
	position: fixed;
	width: calc(100% - 48px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 30;
	background: var(--color-white);
}

.cancelCheckPop .cancelCheckPopWrap {
	padding: 40px 24px;
}

.cancelCheckPop .cancelCheckPopWrap h3 {
	margin-bottom: 24px;
	font-size: var(--fontsize-title-L);
	text-align: center;
	line-height: var(--baseline-7x);
}

.cancelCheckPop .cancelCheckPopWrap h4 {
	margin-bottom: 16px;
	line-height: var(--baseline-6x);
}

.cancelCheckPop .cancelCheckPopWrap .userTopArea .userTopList {
	padding: 16px;
	background: var(--color-grey-07);
}

.cancelCheckPop .cancelCheckPopWrap .userTopArea .userTopList li {
	margin-bottom: 8px;
	display: flex;
}

.cancelCheckPop .cancelCheckPopWrap .userTopArea .userTopList li strong {
	display: block;
	flex: none;
	width: 98px;
	padding-left: 23px;
	margin-right: 5px;
	line-height: var(--baseline-5x);
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-02);
}

.cancelCheckPop .cancelCheckPopWrap .userTopArea .userTopList li strong.ico_user {
	background: url("/static/images/icon/my.svg") no-repeat 0 3px/15px auto;
}

.cancelCheckPop .cancelCheckPopWrap .userTopArea .userTopList li strong.ico_location {
	background: url("/static/images/icon/futsal/futsal_location_b.svg") no-repeat 0 3px/15px auto;
}

.cancelCheckPop .cancelCheckPopWrap .userTopArea .userTopList li strong.ico_calendar {
	background: url("/static/images/icon/futsal/futsal_tit_calendar_b.svg") no-repeat 0 3px/15px auto;
}

.cancelCheckPop .cancelCheckPopWrap .userTopArea .userTopList li strong.ico_time {
	background: url("/static/images/icon/clock.svg") no-repeat 0 3px/15px auto;
}

.cancelCheckPop .cancelCheckPopWrap .userTopArea .userTopList li span {
	display: block;
	line-height: var(--baseline-5x);
	font-size: var(--fontsize-body-XS);
}

.cancelCheckPop .cancelCheckPopWrap .userTopArea .userTopList li span i {
	display: block;
}

.cancelCheckPop .cancelCheckPopWrap .userTopArea .userTopList li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cancelCheckPop .cancelCheckPopWrap .userInfoArea {
	margin-top: 40px;
}

.cancelCheckPop .cancelCheckPopWrap .userInfoArea .userInfoList li {
	margin-bottom: 32px;
}

.cancelCheckPop .cancelCheckPopWrap .userInfoArea .userInfoList li strong {
	display: block;
	margin-bottom: 16px;
	line-height: var(--baseline-6x);
	color: var(--color-grey-02);
}

.cancelCheckPop .cancelCheckPopWrap .userInfoArea .userInfoList li input,
.cancelCheckPop .cancelCheckPopWrap .userInfoArea .userInfoList li select {
	width: 100%;
	padding: 0 16px;
	line-height: var(--baseline-12x);
	border: var(--border-table-bottom);
}

.cancelCheckPop .cancelCheckPopWrap .userInfoArea .userInfoList li textarea {
	width: 100%;
	height: 277px;
	padding: 16px;
	border: var(--border-table-bottom);
}

.cancelCheckPop .cancelCheckPopWrap .userInfoArea .userInfoList li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cancelCheckPop .cancelCheckPopWrap .userInfoArea .userInfoList li:last-of-type::after,
.cancelCheckPop .cancelCheckPopWrap .userInfoArea .userInfoList li:last-of-type::before {
	display: none;
}

.cancelCheckPop .cancelCheckPopWrap .ac {
	margin-top: 24px;
}

.cancelCheckPop .cancelCheckPopWrap .ac strong {
	font-weight: 700;
}

.cancelCheckPop .cancelCheckPopWrap .btnBox {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.cancelCheckPop .btnPopClose {
	position: absolute !important;
	right: 43px;
	top: 48px;
	width: 24px;
	height: 24px;
}

.cancelCheckPop .btnPopClose {
	position: relative;
}

.cancelCheckPop .btnPopClose:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.131' height='25.131' viewBox='0 0 25.131 25.131'%3E%3Cg id='group_33273' data-name='group 33273' transform='translate(0.566 0.566)'%3E%3Cpath id='path_34968' data-name='path 34968' d='M839.392,213.286l24,24' transform='translate(-839.392 -213.286)' fill='none' stroke='%23aaa' stroke-width='1.6'/%3E%3Cpath id='path_34969' data-name='path 34969' d='M863.392,213.286l-24,24' transform='translate(-839.392 -213.286)' fill='none' stroke='%23aaa' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cancelCheckPop.plus {
	top: 24px;
	height: calc(100% - 48px);
	transform: translate(-50%, 0px);
}

.cancelCheckPop.plus form {
	position: relative;
	height: 100%;
}

.cancelCheckPop.plus .cancelCheckPopWrap {
	height: 100%;
	overflow: auto;
}

@media screen and (max-width: 320px) {

	#futsalIntroduce .tabTypeA li a,
	#futsalReservation .tabTypeA li a {
		font-size: var(--fontsize-body-R) /*17px*/;
	}

	#futsalReservation .resultBox > div ul li {
		padding: 0 4px;
		font-size: var(--fontsize-description) /*13px*/;
	}

	#futsalReservation .resultBox > div p {
		font-size: var(--fontsize-body-XS);
	}

	#futsalReservation .reservationBox > ul > li .timeSelectBox .infoActive li {
		margin: 0 4px;
		font-size: var(--fontsize-description) /*13px*/;
	}

	#futsalReservation .stepArea li.on {
		font-size: var(--fontsize-body-R);
		letter-spacing: -0.2px;
	}

	#futsalReservation .receipt .timeArea .listArea li span i {
		font-size: var(--fontsize-body-XS);
	}

	#futsalReservation .receipt .userInfoArea .userInfoList li strong {
		font-size: var(--fontsize-description) /*13px*/;
		margin-right: 2px;
	}

	#futsalReservation .receipt .userInfoArea .userInfoList li span {
		font-size: var(--fontsize-description) /*13px*/;
	}

	#futsalReservation .receipt .priceArea .listArea li span {
		font-size: var(--fontsize-body-XS) /*15px*/;
		letter-spacing: -1px;
	}

	.navigationContent .navigationArea .trafficTab li a span {
		font-size: var(--fontsize-body-XS);
	}

	.reconfirmPop .reconfirmPopWrap .tableTypeA th {
		width: 40%;
	}

	.reconfirmPop .reconfirmPopWrap .tableTypeA th,
	.reconfirmPop .reconfirmPopWrap .tableTypeA td {
		font-size: var(--fontsize-description) /*13px*/;
	}

	.reconfirmPop .reconfirmPopWrap .tableTypeA td ul li {
		font-size: var(--fontsize-description) /*13px*/;
	}

	#reservationCheck .conditionArea > ul.pr li ul.buttonList li {
		width: 60px;
	}

	#reservationCheck .conditionArea > ul.pr li ul.buttonList li a {
		font-size: var(--fontsize-body-XS);
	}

	#reservationCheck .conditionArea > ul.pr li.setCalendar input {
		padding-left: 7px;
	}

	#reservationCheck .reserveListArea > ul > li > div strong {
		width: 84px;
		font-size: var(--fontsize-body-R);
	}

	.cancelCheckPop .cancelCheckPopWrap .tableTypeA table th {
		font-size: var(--fontsize-body-XS);
	}

	.cancelCheckPop .cancelCheckPopWrap .tableTypeA table td {
		font-size: var(--fontsize-body-XS) /*15px*/;
	}

	.cancelCheckPop .cancelCheckPopWrap p {
		font-size: var(--fontsize-body-XS);
	}
}


/* content_n3 에서 복사 */
#facilityPlaza h3 {
	font-size: var(--fontsize-body-R);
	margin-bottom: 20px;
}

#facilityPlaza .caution {
	margin-top: 5px;
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-02);
	line-height: var(--baseline-5x);
}

#facilityPlaza .facilityTab {
	margin-bottom: 32px;
}

#facilityPlaza .facilityTab > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 32px 0;
	background: var(--color-grey-07);
}

#facilityPlaza .facilityTab > ul > li {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

#facilityPlaza .facilityTab > ul > li strong {
	display: block;
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-03);
	margin-right: 16px;
}

#facilityPlaza .facilityTab > ul > li > ul {
	display: flex;
}

#facilityPlaza .facilityTab > ul > li > ul li {
	margin-right: 12px;
}

#facilityPlaza .facilityTab > ul > li > ul li a {
	display: block;
	font-size: var(--fontsize-body-R);
	line-height: 26px;
}

#facilityPlaza .facilityTab > ul > li > ul li.on a {
	font-weight: 700;
}

#facilityPlaza .facilityTab > ul > li > ul li.on a {
	position: relative;
}

#facilityPlaza .facilityTab > ul > li > ul li.on a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: var(--color-primary);
}

#facilityPlaza .facilityTab > ul > li > ul li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

#facilityPlaza .facilityTab > ul > li > ul li:last-of-type::after,
#facilityPlaza .facilityTab > ul > li > ul li:last-of-type::before {
	display: none;
}

#facilityPlaza .facilityTab > ul > li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#facilityPlaza .facilityTab > ul > li:last-of-type::after,
#facilityPlaza .facilityTab > ul > li:last-of-type::before {
	display: none;
}

#facilityPlaza .tabTypeA {
	margin-bottom: 40px;
}

#facilityPlaza .tabTypeB {
	margin-bottom: 44px;
}

#facilityPlaza .infoList {
	margin-bottom: 40px;
	padding-top: 26px;
}

#facilityPlaza .infoList .infoArea {
	margin-bottom: 40px;
}

#facilityPlaza .infoList .infoArea ul {
	display: flex;
	flex-wrap: wrap;
}

#facilityPlaza .infoList .infoArea ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100px;
	padding: 0 16px;
	margin-bottom: 24px;
	background: var(--color-white);
}

#facilityPlaza .infoList .infoArea ul li .textArea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

#facilityPlaza .infoList .infoArea ul li .textArea strong {
	display: block;
	margin-bottom: 9px;
	font-size: var(--fontsize-body-R);
}

#facilityPlaza .infoList .infoArea ul li .textArea em {
	display: inline-block;
	padding-left: 21px;
	font-size: var(--fontsize-body-R);
	color: var(--color-grey-01);
	vertical-align: middle;
}

#facilityPlaza .infoList .infoArea ul li .textArea em {
	position: relative;
}

#facilityPlaza .infoList .infoArea ul li .textArea em:after {
	content: "";
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath id='path_34967' data-name='path 34967' d='M.8,14.8V9.827H5.29V5.4H9.769V.8H14.8v14Z' transform='translate(-0.8 -0.8)' fill='%23ddd'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#facilityPlaza .infoList .infoArea ul li .textArea span {
	display: inline-block;
	margin-left: 8px;
	font-size: var(--fontsize-description);
	vertical-align: middle;
	color: var(--color-grey-02);
}

#facilityPlaza .infoList .infoArea ul li .floorArea {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}

#facilityPlaza .infoList .infoArea ul li .floorArea span {
	font-size: var(--fontsize-description);
	color: var(--color-grey-02);
}

#facilityPlaza .infoList .infoArea ul li .tellArea a {
	display: block;
	width: 36px;
	height: 36px;
	/*	border: var(--border-table-bottom);*/
	border-radius: 50%;
}

#facilityPlaza .infoList .infoArea ul li .tellArea a {
	position: relative;
}

#facilityPlaza .infoList .infoArea ul li .tellArea a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background: url("/static/images/icon/phone_f.svg") no-repeat 0 0/100%;
}

#facilityPlaza .infoList .infoArea:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#facilityPlaza .infoList .infoArea:last-of-type::after,
#facilityPlaza .infoList .infoArea:last-of-type::before {
	display: none;
}

#facilityPlaza .infoList.bgMode {
	padding-bottom: 60px;
}

#facilityPlaza .infoList.bgMode {
	position: relative;
}

#facilityPlaza .infoList.bgMode:after {
	content: "";
	position: absolute;
	width: calc(100% + 48px);
	height: 100%;
	left: -24px;
	top: 0;
	background: var(--color-grey-07);
	z-index: -1;
}

#facilityPlaza .infoList.bgMode:last-of-type {
	padding-bottom: 120px;
}

#facilityPlaza .exchangeArea {
	margin-bottom: 78px;
}

#facilityPlaza .exchangeArea h3 {
	font-weight: 700;
	margin-bottom: 16px;
}

#facilityPlaza .exchangeArea ol li {
	line-height: 22px;
}

#facilityPlaza .exchangeArea > div {
	margin-bottom: 24px;
}

#facilityPlaza .exchangeArea > div:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#facilityPlaza .exchangeArea > div:last-of-type::after,
#facilityPlaza .exchangeArea > div:last-of-type::before {
	display: none;
}

#facilityPlaza .exchangeArea strong {
	display: block;
	margin-bottom: 10px;
	font-size: var(--fontsize-body-R);
}

#facilityPlaza .tellArea h3 {
	font-weight: 700;
	margin-bottom: 24px;
}

#facilityPlaza .tellArea h4 {
	margin-bottom: 9px;
	font-size: var(--fontsize-body-R);
	color: var(--color-grey-01);
}

#facilityPlaza .tellArea .tellBox {
	margin-bottom: 36px;
}

#facilityPlaza .tellArea .tellBox:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#facilityPlaza .tellArea .tellBox:last-of-type::after,
#facilityPlaza .tellArea .tellBox:last-of-type::before {
	display: none;
}

#facilityPlaza .tellArea .tableTypeB th {
	font-weight: 400;
	text-align: left;
	padding: 16px 62px;
	letter-spacing: -0.03em;
}

#facilityPlaza .tellArea .tableTypeB td {
	padding: 18px 50px;
}

#facilityPlaza .tellArea .tableTypeB tbody tr:nth-of-type(1) th:nth-of-type(1) {
	text-align: center;
	padding: 16px 10px;
}

#facilityPlaza .tellArea .tableTypeB.sizeA {
	width: 640px;
}

#facilityPlaza .tellArea ul {
	padding: 20px 24px;
	background: var(--color-grey-07);
}

#facilityPlaza .tellArea ul li {
	display: flex;
	margin-bottom: 20px;
}

#facilityPlaza .tellArea ul li strong {
	display: block;
	width: 80px;
	margin-right: 30px;
	padding-left: 20px;
	color: var(--color-grey-02);
	font-weight: 400;
	font-size: var(--fontsize-body-R);
}

#facilityPlaza .tellArea ul li strong:after {
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
}

#facilityPlaza .tellArea ul li span {
	width: calc(100% - 110px);
	font-size: var(--fontsize-body-R);
}

#facilityPlaza .tellArea ul li span i {
	display: block;
}

#facilityPlaza .tellArea ul li.ico_tell strong {
	position: relative;
}

#facilityPlaza .tellArea ul li.ico_tell strong:after {
	content: "";
	position: absolute;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath id='Icon_Phone' d='M2.145.947a1.527,1.527,0,0,1,2.16,0,1.633,1.633,0,0,1,.125.142L6,3.108a1.524,1.524,0,0,1,.276,1.307L5.8,6.332a.592.592,0,0,0,.156.564L8.1,9.046a.592.592,0,0,0,.563.156l1.916-.479A1.526,1.526,0,0,1,11.891,9l2.019,1.57a1.528,1.528,0,0,1,.268,2.144,1.476,1.476,0,0,1-.125.142l-.906.906a2.431,2.431,0,0,1-2.517.614A16.315,16.315,0,0,1,4.494,10.5,16.322,16.322,0,0,1,.625,4.371a2.434,2.434,0,0,1,.614-2.519Z' transform='translate(-0.5 -0.5)' fill='%23ccc'/%3E%3C/svg%3E") no-repeat 0 0/100%;
	background: url("https://m.akplaza.com/static/images/icon/phone_g.svg") no-repeat 0 0/100%;
}

#facilityPlaza .tellArea ul li.ico_time strong {
	position: relative;
}

#facilityPlaza .tellArea ul li.ico_time strong:after {
	content: "";
	position: absolute;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cg id='Icon_time_14' transform='translate(-254 -447)'%3E%3Ccircle id='sc_1996' data-name='sc 1996' cx='7' cy='7' r='7' transform='translate(254 447)' fill='%23ccc'/%3E%3Cpath id='path_34971' data-name='path 34971' d='M8,26.857v4h4' transform='translate(252.998 423.143)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#facilityPlaza .tellArea ul li.ico_stairs strong {
	position: relative;
}

#facilityPlaza .tellArea ul li.ico_stairs strong:after {
	content: "";
	position: absolute;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath id='path_34967' data-name='path 34967' d='M.8,14.8V9.827H5.29V5.4H9.769V.8H14.8v14Z' transform='translate(-0.8 -0.8)' fill='%23ccc'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#facilityPlaza .tellArea ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

#facilityPlaza .tellArea ul li:last-of-type::after,
#facilityPlaza .tellArea ul li:last-of-type::before {
	display: none;
}

#facilityPlaza .tellArea ul.subList {
	display: flex;
	flex-wrap: wrap;
}

#facilityPlaza .tellArea ul.subList li {
	margin-bottom: 5px;
}

#facilityPlaza .tellArea ul.subList li strong {
	margin-right: 10px;
}

#facilityPlaza .tellArea ul.subList li span {
	width: auto;
}

#facilityPlaza .tellArea ul.subList li.ico_tell {
	margin-right: 8px;
}

#facilityPlaza .tellArea ul.subList li.ico_tell span {
	margin-right: 10px;
}

#facilityPlaza .tellArea ul.subList li.ico_stairs strong {
	width: auto;
}

#facilityPlaza .tellArea ul.subList li.ico_stairs span {
	padding-left: 20px;
}

#facilityPlaza .tellArea ul.subList li.ico_stairs span {
	position: relative;
}

#facilityPlaza .tellArea ul.subList li.ico_stairs span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath id='path_34967' data-name='path 34967' d='M.8,14.8V9.827H5.29V5.4H9.769V.8H14.8v14Z' transform='translate(-0.8 -0.8)' fill='%23ccc'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#facilityPlaza .tellArea .caution {
	margin-top: 14px;
}


/* content_n5 에서 이동 */
/*ak arthall add by dw 2023.04.12*/
#arthallIntroduce main article {
	margin-bottom: 60px;
}

#arthallIntroduce main article.topArea {
	margin-bottom: 45px;
}

#arthallIntroduce main article.topArea .bannerArea {
	margin: 40px 0 24px;
}

#arthallIntroduce main article.topArea p {
	line-height: 1.5;
	font-size: var(--fontsize-body-XS);
}

#arthallIntroduce main article.topArea p.info {
	padding-left: 22px;
}

#arthallIntroduce main article.topArea p.info {
	position: relative;
}

#arthallIntroduce main article.topArea p.info:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: url("/static/images/icon/caution.svg") no-repeat 0 0/100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#arthallIntroduce main article h3 {
	margin-bottom: 16px;
	font-size: var(--fontsize-heading-M);
	font-weight: 700;
}

#arthallIntroduce main article h3.f24 {
	font-size: var(--fontsize-heading-M);
}

#arthallIntroduce main article table {
	margin-bottom: 16px;
}

#arthallIntroduce main article table.tableTypeA {
	border-top: 1px solid var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
}

#arthallIntroduce main article table.tableTypeA tr:last-of-type th,
#arthallIntroduce main article table.tableTypeA tr:last-of-type td {
	border: none;
}

#arthallIntroduce main article table.tableTypeA th {
	padding-left: 18px;
	text-align: left;
	font-size: var(--fontsize-body-R);
	vertical-align: top;
}

#arthallIntroduce main article table.tableTypeA td {
	padding: 20px 18px;
	font-size: var(--fontsize-body-XS);
}

#arthallIntroduce main article table.tableTypeA td .btnArea {
	margin-top: 15px;
}

#arthallIntroduce main article table.tableTypeA td .btnArea a {
	position: relative;
	width: 170px;
	height: 40px;
	line-height: var(--baseline-10x);
	padding-right: 3px;
	font-size: var(--fontsize-description) /*13px*/;
}

#arthallIntroduce main article table.tableTypeA td .btnArea a:after {
	content: "";
	position: absolute;
	display: block;
	right: 20px;
	top: 50%;
	width: 5px;
	height: 10px;
	margin-top: -4px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Icon_Arrow_Right_10' d='M5,10,0,5,5,0' transform='translate(5.354 10.354) rotate(180)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
	opacity: 1;
	background-size: 100%;
}

#arthallIntroduce main article table.tableTypeC {
	position: relative;
}

#arthallIntroduce main article table.tableTypeC:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--color-primary);
	top: 0;
	left: 0;
}

#arthallIntroduce main article table.tableTypeC {
	position: relative;
}

#arthallIntroduce main article table.tableTypeC:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--color-primary);
	bottom: 0;
	left: 0;
}

#arthallIntroduce main article table.tableTypeC th,
#arthallIntroduce main article table.tableTypeC td {
	font-size: var(--fontsize-body-XS);
}

#arthallIntroduce main article .tableArea {
	overflow-x: auto;
}

#arthallIntroduce main article .tableArea table {
	width: 1280px;
}

#arthallIntroduce main article .tableArea > p {
	margin-bottom: 17px;
	font-size: var(--fontsize-body-XS);
}

#arthallIntroduce main article .tableArea > p.caution {
	font-weight: normal;
}

#arthallIntroduce main article .caution {
	position: relative;
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-02);
	line-height: 1.43;
	font-weight: normal;
}

#arthallIntroduce main article .listTypeA li {
	font-size: var(--fontsize-body-XS);
}

#arthallIntroduce main article .listTypeA li ul li {
	padding-left: 0;
}

#arthallIntroduce main article .listTypeA li ul li:after {
	display: none;
}

#arthallIntroduce main article .listTypeA li.parkingNum {
	background: var(--color-grey-06);
	height: 40px;
	line-height: 38px;
	padding-left: 30px;
	color: var(--color-grey-02);
	position: relative;
}

#arthallIntroduce main article .listTypeA li.parkingNum:after {
	content: "";
	position: absolute;
	position: absolute;
	top: 12px;
	left: 8px;
	width: 14px;
	height: 14px;
	background: url("/static/images/icon/phone.svg") no-repeat 0 0/100%;

}

#arthallIntroduce main article .listTypeA li.parkingNum a {
	color: var(--color-grey-02);
}

#arthallIntroduce main article .listTypeA li strong {
	font-weight: 700;
}

#arthallIntroduce main article .listTypeA .sTxt {
	font-size: var(--fontsize-body-XS);
}

#arthallIntroduce main article .listTypeB {
	margin: 7px 0;
}

#arthallIntroduce main article .listTypeB li {
	padding-left: 0;
}

#arthallIntroduce main article .listTypeB li:after {
	display: none;
}

#arthallIntroduce main article.mapArea > h3 {
	margin: 0 -24px;
	padding: 40px 0 30px;
	border-top: var(--border-section);
}

#arthallIntroduce main article.mapArea .mapCont {
	margin: 0 0 56px;
}

#arthallIntroduce main article.mapArea .mapCont #map {
	width: 100%;
	height: 240px;
}

#arthallIntroduce main article.mapArea .navigationArea > div .method {
	display: flex;
}

#arthallIntroduce main article.mapArea .navigationArea > div .method li {
	position: relative;
	margin-bottom: 15px;
	padding: 0 15px;
	font-weight: 700;
}

#arthallIntroduce main article.mapArea .navigationArea > div .method li {
	position: relative;
}

#arthallIntroduce main article.mapArea .navigationArea > div .method li:after {
	content: "";
	position: absolute;
	position: absolute;
	top: 6px;
	right: -3px;
	width: 6px;
	height: 13px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Icon_Arrow_Right_10' d='M5,10,0,5,5,0' transform='translate(5.354 10.354) rotate(180)' fill='none' stroke='%231A1818' stroke-width='1'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#arthallIntroduce main article.mapArea .navigationArea > div .method li:first-child {
	padding-left: 35px;
}

#arthallIntroduce main article.mapArea .navigationArea > div .method li:first-child {
	position: relative;
}

#arthallIntroduce main article.mapArea .navigationArea > div .method li:first-child:before {
	content: "";
	position: absolute;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("/static/images/icon/walk.svg") no-repeat 0 0/100%;
}

#arthallIntroduce main article.mapArea .navigationArea > div .more {
	display: block;
	padding-top: 16px;
}

#arthallIntroduce main article.mapArea .navigationArea > div .more span {
	display: block;
	padding: 16px 0 12px;
	font-size: var(--fontsize-body-XS);
	color: var(--color-grey-03);
	text-align: center;
	border-top: var(--border-table-bottom);
	vertical-align: top;
}

#arthallIntroduce main article.mapArea .navigationArea > div .more span {
	position: relative;
}

#arthallIntroduce main article.mapArea .navigationArea > div .more span:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 8px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.849 6.273'%3E%3Cpath id='path_33904' data-name='path 33904' d='M5,10,0,5,5,0' transform='translate(0.424 5.424) rotate(-90)' fill='none' stroke='%23aaa' stroke-width='1.2'/%3E%3C/svg%3E") no-repeat 0 0/100%;
}

#arthallIntroduce main article > .btnArea span {
	padding-right: 12px;
}

#arthallIntroduce main article > .btnArea span {
	position: relative;
}

#arthallIntroduce main article > .btnArea span:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 11px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Icon_Arrow_Right_10' d='M5,10,0,5,5,0' transform='translate(5.354 10.354) rotate(180)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A") no-repeat no-repeat 0 0/100%;
}

#arthallIntroduce main .quickBtn {
	position: fixed;
	bottom: 20%;
	right: 10px;
	width: 80px;
	height: 80px;
	background: var(--color-primary);
	border-radius: 50%;
	z-index: 1;
	box-shadow: 0 3px 6px #000;
}

#arthallIntroduce main .quickBtn a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	font-size: var(--fontsize-body-XS);
	color: var(--color-white);
	text-align: center;
	background: var(--color-blue-01);
	border-radius: 50%;
}

#arthallIntroduce main .quickBtn a strong {
	color: var(--color-white);
	font-size: var(--fontsize-body-S);
	font-weight: 700;
}

#arthallIntroduce main .quickBtn a span {
	padding-right: 10px;
}

#arthallIntroduce main .quickBtn a span {
	position: relative;
}

#arthallIntroduce main .quickBtn a span:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 6px;
	left: 70%;
	top: 36%;
	transform: rotate(90deg) translateY(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 9'%3E%3Cpath id='path_34851' data-name='path 34851' d='M11,2l11,9H0Z' transform='translate(0 -2)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#arthallIntroduce .mt60 {
	margin-top: 60px;
}

#arthallIntroduce .os_mac .roughmap_maker_label .roughmap_lebel_text {
	display: none;
}

#arthallIntroduce ~ .futsalNoticePopup .futsalNoticePopupWrap {
	position: fixed;
	width: 280px;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 -141px;
	z-index: 21;
}

#arthallIntroduce ~ .futsalNoticePopup .futsalNoticePopupWrap .btnPopClose {
	position: absolute;
	right: 20px;
	top: 20px;
}

#arthallIntroduce ~ .futsalNoticePopup .futsalNoticePopupWrap .btnPopClose:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.131' height='25.131' viewBox='0 0 25.131 25.131'%3E%3Cg id='group_33273' data-name='group 33273' transform='translate(0.566 0.566)'%3E%3Cpath id='path_34968' data-name='path 34968' d='M839.392,213.286l24,24' transform='translate(-839.392 -213.286)' fill='none' stroke='%23aaa' stroke-width='1.6'/%3E%3Cpath id='path_34969' data-name='path 34969' d='M863.392,213.286l-24,24' transform='translate(-839.392 -213.286)' fill='none' stroke='%23aaa' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 0 0/100%;
}

#arthallIntroduce ~ .futsalNoticePopup #popBgfutsalFutsal {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--color-primary);
	opacity: 0.5;
	z-index: 20;
	animation-name: popBg;
	animation-duration: 0.5s;
	animation-delay: 0s;
	animation-fill-mode: both;
}

#arthallIntroduce .mapArea .navigationArea .trafficTab li {
	margin: 0 7px 0 7px;
}

#artHallDocDown span,
#artHallDocDown2 span {
	position: relative;
	display: inline-block;
	padding-left: 24px;
	font-size: var(--fontsize-body-XS);
	color: var(--color-white);
}

#artHallDocDown span:after,
#artHallDocDown2 span:after {
	content: "";
	position: absolute;
	width: 16px;
	left: 0;
	height: 16px;
	background-image: url(/static/images/icon/arthall_downicon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	top: 50%;
	transform: translateY(-50%);
}

#arthallIntroduce main .btnArea a span {
	padding-left: 14px;
}

#arthallIntroduce main .tableTypeA .btnArea a span:after {
	content: "";
	position: absolute;
	width: 16px;
	left: 22px;
	height: 16px;
	background: url("/static/images/icon/map.svg") no-repeat 0 0/100%;
	top: 50%;
	transform: translateY(-50%);
}

