@charset "utf-8";

/* font */
@font-face {
	font-family: "DdangFonts-Light";
	font-weight: normal;
	font-display: swap;
	src: url("../fonts/DdangFonts-Light.otf") format("opentype");
}
@font-face {
	font-family: "DdangFonts-Medium";
	font-weight: normal;
	font-display: swap;
	src: url("../fonts/DdangFonts-Medium.otf") format("opentype");
}
@font-face {
	font-family: "FlightSans";
	font-weight: normal;
	font-display: swap;
	font-weight: 600;
	src:
		url("../fonts/FlightSans-Bold.woff2") format("woff2"),
		url("../fonts/FlightSans-Bold.woff") format("woff");
}
@font-face {
	font-family: "FlightSans";
	font-weight: normal;
	font-display: swap;
	font-weight: 500;
	src:
		url("../fonts/FlightSans-Regular.woff2") format("woff2"),
		url("../fonts/FlightSans-Regular.woff") format("woff");
}
@font-face {
	font-family: "FlightSans";
	font-weight: normal;
	font-display: swap;
	font-weight: 700;
	src:
		url("../fonts/FlightSans-Title.woff2") format("woff2"),
		url("../fonts/FlightSans-Title.woff") format("woff");
}
@font-face {
	font-family: "ArittaDodum";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-dotum-Medium.woff") format("woff");
	font-weight: normal;
	font-display: swap;
}

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: 1.5;
	letter-spacing: -0.02em;
	vertical-align: baseline;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	min-width: 320px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	font-family: "FlightSans", "Noto Sans", "Apple SD Gothic Neo", "Helvetica", "Arial", sans-serif;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th,
td {
	vertical-align: middle;
	text-align: center;
}
caption {
	overflow: hidden;
	text-indent: -9999px;
	display: none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
	display: inline-block;
}

.srOnly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.fw500 {
	font-weight: 500 !important;
}
.fw600 {
	font-weight: 600 !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt4 {
	margin-top: 4px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}

.color {
	color: #ff6b5f;
}

.flex {
	display: flex;
}
.flex.wrap {
	flex-wrap: wrap;
}
.flex.gap36 {
	gap: 36px;
}
@media screen and (max-width: 1240px) {
	.flex[class*="gap36"] {
		gap: 8px;
	}
	.flex[class*="gap"] li {
		width: 100%;
	}
}

.bgRound {
	display: inline-block;
	font-size: 17px;
	padding: 7px 15px;
	background-color: #ececec;
	border-radius: 25px;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.bgRound {
		font-size: 15px;
		padding: 5px 10px;
		margin-top: 10px;
	}
}

a.underline {
	text-decoration: underline;
	color: #5944fc;
}
@media screen and (max-width: 768px) {
	.mo-br {
		display: block;
	}
	.pc-br {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.pc-br {
		display: block;
	}
	.mo-br {
		display: none;
	}
}

/* banner */
#banner {
	background: url("../img/bg_banner.jpg") bottom center / cover no-repeat;
	text-align: center;
	position: relative;
	padding: 70px 60px 0;
	height: 804px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#banner::after {
	content: "";
	width: 501px;
	height: 394px;
	background: url("../img/img_banner_horse.png") bottom center / auto 394px no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
	margin-left: 10px;
}
h1 {
	position: absolute;
	top: 67px;
	left: 102px;
}
h1 img {
	width: 166px;
}

h2 span {
	display: block;
	font-family: "DdangFonts-Light";
}
h2 span .bg {
	background-color: #e94545;
	color: #fff;
	font-size: 26px;
	padding: 10px 21px 6px;
	display: inline-block;
	border-radius: 30px;
	letter-spacing: 0;
}
h2 span.mainTxt {
	font-size: 56px;
	line-height: 68px;
	margin: 32px auto 10px;
	font-family: "DdangFonts-Medium";
}
h2 strong {
	color: #e94545;
	font-family: "DdangFonts-Medium";
}
h2 span.subTxt {
	font-size: 30px;
}

@media screen and (max-width: 1080px) {
	#banner {
		justify-content: flex-start;
		gap: 30px;
	}
	h1 {
		left: 30px;
		top: 30px;
	}
	h1 img {
		width: 120px;
	}
	h2 span .bg {
		font-size: 14px;
		padding: 13px 10px 8px;
	}
	h2 span.mainTxt {
		font-size: 36px;
		line-height: 42px;
		margin: 30px auto 20px;
	}
	h2 span.subTxt {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	#banner {
		background-image: url("../img/bg_banner_m.png");
		background-position: bottom center;
		height: 708px;
		padding: 55px 15px 0;
	}
	#banner::after {
		max-width: 90%;
		height: 36%;
		background-size: auto 100%;
		bottom: 30px;
		z-index: 2;
	}
	h1 {
		display: none;
	}
	h2 span .bg {
		font-size: 13px;
		padding: 8px 10px 4px;
	}
	h2 span.mainTxt {
		font-size: 27px;
		line-height: 32px;
		margin: 18px auto 10px;
	}
	h2 span.subTxt {
		font-size: 15px;
	}
}
@media screen and (max-width: 620px) {
	#banner::after {
		height: 30%;
	}
}
@media screen and (max-width: 480px) {
	#banner::after {
		width: 250px;
		height: 197px;
		background-size: 250px auto;
		bottom: 20px;
	}
}
/* --banner */

/* content */
section:not(#banner) {
	padding: 72px 0 120px;
	background-color: #ffeceb;
}
section:not(#banner) > * {
	max-width: 1322px;
	margin: 0 auto;
	padding: 0 60px;
}

@media screen and (max-width: 1260px) {
	section:not(#banner) > * {
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	section:not(#banner) {
		padding: 32px 0 15px;
	}
	section:not(#banner) > * {
		padding: 0 15px;
	}
}

/* 탭 */
.tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1202px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	margin-bottom: 56px;
	gap: 34px;
}
.tab li a {
	border-radius: 50px;
	padding: 0 0 20px;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 142px;
	height: 142px;
	box-sizing: border-box;
	word-break: keep-all;
	text-align: center;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid transparent;
	transition: border 0.2s linear;
	background-size: 80px;
	background-color: #fff;
	background-position: center top 16px;
	background-repeat: no-repeat;
	font-weight: 600;
}
.tab li a:hover {
	border-color: #e94545;
}
.tab li:nth-child(1) a {
	background-image: url("../img/ico_content01.png");
}
.tab li:nth-child(2) a {
	background-image: url("../img/ico_content02.png");
}
.tab li:nth-child(3) a {
	background-image: url("../img/ico_content03.png");
}
.tab li:nth-child(4) a {
	background-image: url("../img/ico_content04.png");
}
.tab li:nth-child(5) a {
	background-image: url("../img/ico_content05.png");
}
.tab li:nth-child(6) a {
	background-image: url("../img/ico_content06.png");
}
.tab li:nth-child(7) a {
	background-image: url("../img/ico_content07.png");
}
@media screen and (max-width: 1080px) {
	.tab {
		gap: 12px;
	}
	.tab li a {
		width: 120px;
		height: 120px;
		font-size: 16px;
		padding: 0 0 20px;
		background-size: 60px;
		background-position: center top 10px;
		border-radius: 35px;
	}
}

@media screen and (max-width: 768px) {
	.tab {
		gap: 10px;
	}
	.tab li a {
		width: 75px;
		height: 90px;
		font-size: 12px;
		line-height: 15px;
		padding: 0 0 12px;
		background-size: 36px;
		background-position: center top 8px;
		border-radius: 25px;
	}
	.tab li:nth-child(2) a,
	.tab li:nth-child(3) a {
		padding: 0 0 20px;
		background-position: center top 12px;
	}
}

/* 제목/서브 텍스트 */
h3 {
	padding-top: 86px;
	text-align: center;
	background-position: center top;
	background-size: 80px;
	background-repeat: no-repeat;
	font-size: 34px;
	position: relative;
	font-weight: 700;
}
h3.tit01 {
	background-image: url("../img/ico_content01.png");
}
h3.tit02 {
	background-image: url("../img/ico_content02.png");
}
h3.tit03 {
	background-image: url("../img/ico_content03.png");
}
h3.tit04 {
	background-image: url("../img/ico_content04.png");
}
h3.tit05 {
	background-image: url("../img/ico_content05.png");
}
h3.tit06 {
	background-image: url("../img/ico_content06.png");
}
h3.tit07 {
	background-image: url("../img/ico_content07.png");
}
h3 > span {
	display: inline-block;
	padding: 0 30px;
	background-color: #ffeceb;
	position: relative;
	z-index: 1;
}
h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e52f4d;
	position: absolute;
	left: 0;
	bottom: 24px;
}

h3 + p {
	font-size: 19px;
	text-align: center;
	margin-top: 20px;
}

h4 {
	margin-top: 48px;
	padding-left: 42px;
	background-position: left top 2px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-image: url("../img/icon_bok.png");
	font-weight: 600;
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	h3 {
		padding-top: 46px;
		background-size: 40px;
		font-size: 20px;
	}
	h3 > span {
		padding: 0 15px;
	}
	h3::after {
		bottom: 16px;
	}

	h3 + p {
		font-size: 14px;
		margin-top: 10px;
	}
	h4 {
		margin-top: 40px;
		padding-left: 32px;
		background-size: 23px;
		font-size: 19px;
	}
}

/* 박스/리스트 */
.boxList {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	margin-top: 50px;
}
.boxList.type2,
.boxList.type3,
.boxList.type4 {
	margin-top: 18px;
	flex-wrap: wrap;
	gap: 20px;
}
.boxList > li {
	padding: 58px 30px 34px;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #000;
	flex: 1;
}

.boxList.type2 > li {
	padding: 30px 30px 30px 230px;
	position: relative;
	overflow: hidden;
	flex: 100%;
	min-height: 174px;
}
.boxList.type2 > li .bg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f7f7f7;
	width: 200px;
	height: 100%;
}
.boxList.type2 > li .bg span {
	width: 90px;
	padding-top: 90px;
	background-position: center top;
	background-size: 90px;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.boxList.type2 > li .bg span.metro {
	background-image: url("../img/icon_metro.png");
}
.boxList.type2 > li .bg span.bus {
	background-image: url("../img/icon_bus.png");
}
.boxList.type2 > li .bg span.bus2 {
	background-image: url("../img/icon_bus_moon.png");
}

.boxList.type3 > li {
	padding: 30px 30px 30px 210px;
	position: relative;
	overflow: hidden;
	flex: 100%;
	min-height: 200px;
	display: flex;
	align-items: center;
	background-position: center left 36px;
	background-size: 130px;
	background-repeat: no-repeat;
}
.boxList.type3 > li dd ul {
	margin-top: 10px;
}
.boxList.type3 dt {
	font-weight: 700;
	font-size: 22px;
}

.boxList.type3 > li:nth-child(1) {
	background-image: url("../img/icon_sprite01.png");
}
.boxList.type3 > li:nth-child(2) {
	background-image: url("../img/icon_sprite02.png");
}
.boxList.type3 > li:nth-child(3) {
	background-image: url("../img/icon_sprite03.png");
}
.boxList.type3 > li:nth-child(4) {
	background-image: url("../img/icon_sprite04.png");
}

.boxList.type3 .bltList.type2 li {
	font-size: 17px;
}

.boxList.type4 {
	gap: 14px;
}
.boxList.type4 .bg {
	font-size: 20px;
	background-color: #ededed;
	text-align: center;
	font-weight: 600;
	padding: 24px 8px;
}
.boxList.type4 > li {
	overflow: hidden;
	padding: 0;
}
.boxList.type4 .chkList {
	padding: 25px 14px 30px 14px;
}
.boxList.type4 .chkList li {
	font-size: 16px;
}

@media screen and (max-width: 1280px) {
	.boxList.type4 > li {
		flex-basis: 100%;
	}
}

.bgList {
	display: flex;
	font-size: 17px;
	gap: 14px;
	align-items: flex-start;
}
.bgList + .bgList {
	margin-top: 12px;
}
.bgList dt {
	font-weight: 600;
	padding: 4px 10px;
	background-color: #ececec;
	border-radius: 25px;
}
.bgList dd {
	margin-top: 5px;
}
.bgList dd .hyphenList li {
	font-size: 17px;
	margin-top: 0;
}

.chkList li {
	padding-left: 35px;
	font-size: 20px;
	font-weight: 600;
	background-image: url("../img/icon_check.png");
	background-size: 22px auto;
	background-position: left top 2px;
	background-repeat: no-repeat;
}
.chkList > li + li {
	margin-top: 18px;
}
.moreInfo {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	background-color: #ededed;
	border-radius: 12px;
	padding: 20px;
	margin-top: 54px;
	display: flex;
}
.moreInfo dt {
	min-width: 68px;
}
.moreInfo::after {
	content: "";
	position: absolute;
	right: 12px;
	top: -42px;
	display: block;
	width: 72px;
	height: 69px;
	background-image: url("../img/icon_bok_b.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.subText {
	display: block;
	font-size: 17px;
	font-weight: 500;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.boxList {
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.boxList > li {
		flex-basis: 100%;
		padding: 38px 15px 22px;
	}
	.chkList li {
		padding-left: 24px;
		font-size: 15px;
		background-size: 16px auto;
	}
	.chkList > li + li {
		margin-top: 10px;
	}
	.moreInfo {
		font-size: 14px;
		margin-top: 37px;
		font-weight: 600;
	}
	.moreInfo::after {
		content: "";
		position: absolute;
		right: 8px;
		top: -24px;
		display: block;
		width: 42px;
		height: 40px;
	}
	.subText {
		font-size: 14px;
	}
	.boxList.type2 > li {
		padding: 80px 15px 30px 15px;
	}
	.boxList.type2 > li .bg {
		width: 100%;
		height: 80px;
	}
	.boxList.type2 > li .bg span {
		padding-top: 45px;
		background-size: 45px;
		font-size: 15px;
	}
	.bgList {
		font-size: 14px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.bgList:first-of-type {
		margin-top: 30px;
	}
	.bgList + .bgList {
		margin-top: 20px;
	}
	.bgList dd {
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.bgList dd .hyphenList li {
		display: inline-block;
		text-align: left;
		font-size: 14px;
	}

	.boxList.type3 > li {
		padding: 80px 15px 30px 15px;
		min-height: auto;
		justify-content: flex-start;
	}
	.boxList.type3 > li dd ul {
		margin-top: 10px;
	}
	.boxList.type3 dt {
		font-weight: 700;
		font-size: 18px;
	}
	.boxList.type3 li {
		background-size: 45px;
		background-position: center top 15px;
	}

	.boxList.type3 .bltList.type2 li {
		font-size: 15px;
	}

	.boxList.type4 .bg {
		font-size: 18px;
		padding: 14px 8px;
	}
	.boxList.type4 > li {
		overflow: hidden;
		padding: 0;
	}
	.boxList.type4 .chkList {
		padding: 12px 10px 15px 10px;
	}
	.boxList.type4 .chkList li {
		font-size: 14px;
	}
}

/* 블릿/하이픈 리스트 */
.bltList {
	margin-top: 20px;
}
.bltList .title ~ .title {
	margin-top: 24px;
}
.bltList .title {
	padding-left: 17px;
	position: relative;
	font-size: 18px;
	font-weight: 600;
}
.bltList .title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #ff745c;
}
.bltList.type2 .title {
	font-weight: 500;
	padding-left: 10px;
}
.bltList.type2 .title::after {
	left: 0;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 8px;
	background-color: #000;
}

.hyphenList {
	margin-top: 10px;
}
.hyphenList > li {
	padding-left: 17px;
	position: relative;
	font-size: 18px;
	color: #232323;
}
.table .hyphenList {
	margin-top: 8px;
}
.table .hyphenList > li {
	font-size: 16px;
}
.hyphenList > li + li {
	margin-top: 4px;
}
.table .hyphenList > li + li {
	margin-top: 8px;
}
.hyphenList > li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	display: block;
	width: 6px;
	height: 2px;
	background-color: #232323;
}

@media screen and (max-width: 768px) {
	.bltList .title ~ .title {
		margin-top: 24px;
	}
	.bltList .title {
		padding-left: 10px;
		font-size: 16px;
	}
	.bltList .title::after {
		top: 8px;
		width: 5px;
		height: 5px;
	}
	.bltList.type2 .title::after {
		top: 9px;
	}
	.hyphenList > li {
		padding-left: 10px;
		font-size: 14px;
	}
	.table .hyphenList > li {
		font-size: 14px;
	}
	.hyphenList > li + li {
		margin-top: 4px;
	}
	.hyphenList > li::after {
		top: 10px;
		width: 5px;
	}
}

/* 버튼 */
.btnWrap {
	display: flex;
	gap: 6px;
	margin-left: 16px;
	align-self: center;
	margin-top: -12px;
}
.btnWrap.type2 {
	margin-top: 10px;
	margin-left: -17px;
}
.btnWrap.single {
	margin-top: 0;
	display: inline-block;
}
.btn.btnSmall {
	display: inline-flex;
	align-self: center;
	justify-content: center;
	align-items: center;
	min-width: 120px;
	height: 32px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #a7a7a7;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
}
.btn.btnDown01,
.btn.btnDown02 {
	display: flex;
	min-width: 170px;
	height: 50px;
	background-color: #232323;
	border-radius: 10px;
	background-image: url("../img/btn_playstore.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.btn.btnDown02 {
	background-image: url("../img/btn_appstore.png");
}
@media screen and (max-width: 768px) {
	.flex {
		flex-wrap: wrap;
	}
	.btnWrap,
	.btnWrap.single {
		margin-left: -10px;
		margin-top: 12px;
		width: 100%;
	}
	.btn.btnSmall {
		min-width: 120px;
		height: 35px;
	}
	.btn.btnDown01,
	.btn.btnDown02 {
		display: flex;
		min-width: 108px;
		height: 32px;
		border-radius: 5px;
	}
	.btnWrap.type2 {
		margin-top: 10px;
		margin-left: -10px;
	}
}

/* 테이블 */
.table {
	margin-top: 15px;
	overflow-x: auto;
	padding-bottom: 5px;
}
.table table {
	background-color: #fff;
	overflow: hidden;
	min-width: 768px;
}
.table thead {
	border-top: 2px solid #e52f4d;
}
.table thead tr {
	background-color: #fff5f4;
}
.table thead tr th {
	height: 50px;
	color: #000;
	padding: 16px 5px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.table td {
	height: 50px;
	padding: 16px 5px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.table td.left {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}
.table td.available {
	font-size: 18px;
	font-weight: 600;
	color: #1b9c7f;
	height: 152px;
}
.table td.unavailable {
	font-size: 18px;
	font-weight: 600;
	color: #ff0000;
	height: 152px;
}
.table td.title {
	font-size: 18px;
	font-weight: 600;
	height: 152px;
}
.table td.unavailable span.iconX {
	width: 30px;
	height: 30px;
	display: block;
	background-image: url("../img/icon_x.png");
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
	margin: 0 auto 12px;
}
.table td:first-child,
.table thead tr th:first-child {
	border-left: 0;
}

.table::-webkit-scrollbar {
	width: 5px; /* 세로 */
	height: 5px; /* 가로 */
}

/* 트랙 (배경) */
.table::-webkit-scrollbar-track {
	background: #e2e2e2;
	border-radius: 5px;
}

/* 스크롤바 손잡이 */
.table::-webkit-scrollbar-thumb {
	background: #555555;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.table thead tr th {
		height: 40px;
		padding: 14px 5px;
		font-size: 14px;
	}
	.table td {
		height: 40px;
		padding: 14px 5px;
		font-size: 14px;
	}
	.table td.left {
		padding-left: 15px;
	}
	.table td.available {
		font-size: 16px;
		height: 120px;
	}
	.table td.unavailable {
		font-size: 16px;
		height: 120px;
	}
	.table td.title {
		font-size: 16px;
		height: 120px;
	}
	.table td.unavailable span.iconX {
		width: 24px;
		height: 24px;
		background-size: 24px;
	}
}

/* 텍스트 */
.info {
	padding-left: 30px;
	font-size: 16px;
	margin-top: 12px;
	background-image: url("../img/icon_info.png");
	background-position: left top 2px;
	background-size: 20px;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.info {
		padding-left: 22px;
		font-size: 13px;
		margin-top: 12px;
		background-position: left top 2px;
		background-size: 15px;
	}
}

.note {
	color: #6b6c6e;
	font-size: 15px;
}
.note.lg {
	font-size: 17px;
}
.note.center {
	text-align: center;
	margin-top: 14px;
}
@media screen and (max-width: 768px) {
	.note {
		font-size: 14px;
	}
	.note.lg {
		font-size: 16px;
	}
}

.grayBox {
	margin-top: 10px;
	padding: 15px;
	background-color: #ededed;
	border-radius: 20px;
}
/* --content */

/* footer */
footer {
	text-align: center;
	padding: 60px 15px 0;
	background:
		url("../img/img_footer_bg02.png") left bottom / 749px auto no-repeat,
		url("../img/img_footer_bg01.png") right bottom / 646px auto no-repeat;
	background-color: #f3f3f3;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

footer p:not(.copyright) {
	font-family: "DdangFonts-Light";
	font-size: 34px;
	word-break: keep-all;
}
footer p:not(.copyright):first-child {
	font-size: 28px;
}
footer ul {
	display: inline-flex;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 4;
}
footer ul li {
	width: 46px;
	height: 46px;
}
footer ul li + li {
	margin-left: 33px;
}
footer ul li a {
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
footer .facebook {
	background: url("../img/icon_facebook.png") center / 46px no-repeat;
}
footer .blog {
	background: url("../img/icon_naverBlog.png") center / 46px no-repeat;
}
footer .twitter {
	background: url("../img/icon_twitter.png") center / 46px no-repeat;
}
footer .copyright {
	font-family: "ArittaDodum";
	font-weight: 100;
	letter-spacing: 0;
	font-size: 17px;
	margin-top: 28px;
	color: #282828;
}

@media screen and (max-width: 768px) {
	footer {
		margin-top: 16px;
		padding: 40px 15px 127px;
		background: url("../img/img_footer_bg_m.png") center bottom / 100% auto no-repeat;
		background-color: #f3f3f3;
	}
	footer p:not(.copyright) {
		font-size: 17px;
	}
	footer p:not(.copyright):first-child {
		font-size: 14px;
	}
	footer ul {
		margin-top: 35px;
	}
	footer ul li {
		width: 50px;
		height: 50px;
	}
	footer ul li + li {
		margin-left: 35px;
	}
	footer ul li a {
		background-size: 50px !important;
	}
	footer .copyright {
		font-size: 12px;
	}
}
/* --footer */
