@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }
:after, :before { box-sizing: border-box; }
html {
	font-family: "Pretendard";
	overflow-x: hidden;
}
html, body { font-family: "Pretendard"; height: 100%; }
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Pretendard';
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background: #F8F8F8;
}
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;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
button {
	font-family: 'Pretendard';
	background-color: transparent;
	border: medium none;
}
/* input 기본 스타일 초기화 */
input {
  font-family: "Pretendard";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}
/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* input checkbox */
.check-wrap { display: flex; }
.check-wrap input[type="checkbox"] {display: none;}
.check-wrap input[type="checkbox"] + label{
	display: inline-block;
	position: relative;
	padding-left: 21px;
	background-image: url("../img/icon_chkbx.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px;
}
.check-wrap input[type="checkbox"]:checked + label::after {
	content:'';
	width: 24px;
	height: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	top:0;
	background-image: url("../img/icon_chkbx2.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.check-wrap2 label { height: 22px; }
.check-wrap a { 
	background-image: url("../img/icon_arrw_right3.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 24px;
	width: 100%;
	line-height: 160%;
	padding-left: 10px;  
	font-size: 15px;
} 
.schedule-check .check-wrap p { padding-top: 2px; }
.check-wrap2 { padding-left: 32px; }
.check-wrap2 input[type="checkbox"] + label {
  background-image: url("../img/icon_check_01.png");
  background-size: 25px;
}
.check-wrap2 input[type="checkbox"]:checked + label::after {
  background-image: url("../img/icon_check_02.png");
  background-size: 25px;
}
.check-wrap2 a { background-image: none; }

.check-wrap3 input[type="checkbox"] + label {
    background-image: url("../img/icon_check_01.png");
    background-size: 25px;
}
.check-wrap3 input[type="checkbox"]:checked + label::after {
background-image: url("../img/icon_check_02.png");
background-size: 25px;
}

/* input */
input { 
  border: 1px solid #CACACA; 
  border-radius: 12px; 
  height: 45px; 
  padding: 0 16px; 
}
input:focus { 
  outline: none; }
input::placeholder { 
  font-size: 15px; 
  /* font-weight: 400;  */
  color: #CACACA; 
}
textarea { border: 1px solid #CACACA; border-radius: 12px; resize: none; line-height: 1.5em; padding: 16px; }
textarea::placeholder { color: #CACACA; font-size: 13px; }
textarea:focus { outline: none; }

header { 
  background-color: #d6151835;
}

/* Select box 스타일 초기화 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus { outline: none; }
/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}

.sub-title1 { font-size: 15px; font-weight: 700; color: #000000; }
.sub-title2 { font-size: 15px; color: #000000; }
/* .sub-title1 { font-size: 15px; font-weight: 700; color: #000000; } */
.sub-text1 { font-size: 15px; font-weight: 500; color: #959595; }
.sub-text2 { font-size: 13px; font-weight: 500; color: #000; }
.sub-text3 { font-size: 13px; font-weight: 500; color: #959595; }
.sub-text4 { font-size: 13px; font-weight: 500; color: #A0A0A0; }
.sub-text5 { font-size: 13px; font-weight: 500; color: #ABABAB; }
.sub-text6 { font-size: 13px; font-weight: 500; color: #000000; }
.sub-text7 { font-size: 13px; font-weight: 500; color: #888888; }
.sub-text8 { font-size: 13px; font-weight: 500; color: #CACACA; }
.sub-text8-1 { font-size: 15px; font-weight: 500; color: #CACACA; }
.sub-text9 { font-size: 20px; font-weight: 700; color: #000; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw700 { font-weight: 700; }

.bg-01 { background-color: #FFFDF9 !important; }
.bg-02 { background-color: #CACACA !important; }
.color-main { color: #24CCC2; }
.color-02 { color: #959595; }

.btn-main { border-radius: 12px; background: #24CCC2; font-size: 16px; font-weight: 700; color: #fff;  }
.btn-main2 { border-radius: 12px; background: #959595; font-size: 16px; font-weight: 700; color: #fff;  }
.btn-save { font-size: 15px; color: #24CCC2; }
.btn-edit { 
    padding: 8px 36px 8px 12px; 
    font-size: 13px; 
    color: #959595; 
    border-radius: 25px; 
    background-color: #ededed; 
    background-image:  url("../img/icon_setting.png"); 
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
    background-size: 17px;
}
.btn-edit2 { 
    font-size: 15px; 
    color: #959595; 
}
header .btn-save { color: #24CCC2; } 

.btn-size-100 { width: 100%; padding: 18px; }

#wrap { 
    position: relative; 
    width: 100%; 
    height: 100%; 
    max-width: 500px; 
    margin: 0 auto; 
}
header { display: flex; justify-content: space-between; width: 100%; height: 56px; padding: 16px; background: transparent; }
header a.logo { width: 132px; }
header a.logo img { width: 132px; }
.header-sub { background: linear-gradient(270.53deg, #24CCC2 2.65%, #37E3D9 100%); padding: 13px 16px; }
.header-sub h3 { color: #fff; }
.header-sub .care-res-link a { font-size: 13px; font-weight: 500; color: #A7EBE7; }
.header-sub .care-res-link img { width: 14px; }
.btn-care-res { 
  background-image: url("../img/icon_go.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 14px; 
  padding-right: 22px;
}
.header-sub .period { color: #fff; }   

.content { display: flex; flex-direction: column; width: 100%; height: calc(100% - 145px); margin-top: 16px; padding: 0 16px; }
.main-card { 
	position: relative; 
	padding: 20px 16px; 
	border-radius: 12px; 
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); 
	background: #fff; 
}
.main-card2 { 
	position: relative; 
	border-radius: 12px; 
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); 
	background: #fff;  
	cursor: pointer;
}

.card-addlink { 
	border-radius: 12px; 
	border: 1.5px dashed #CACACA; 
	background: transparent;  
}
.card-addlink a { 
	display: block; 
	border-radius: 12px; 
	padding: 20px 16px; 
	text-align: center; 
}
.card-addlink a:hover { color: #CACACA; }
.card-addlink img { 
	display: block; 
	margin: 8px auto 0;
}
.btn-bx { 
	position: fixed; 
	left: 50%; 
	bottom: 0; 
	max-width: 500px;
	transform: translate(-50%, 0); 
	padding: 1rem; 
}
.btn-bx:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	filter: blur(15px);
	content: "";
	z-index: -1;
}
.btn-bx-price { 
	bottom: 0; 
	padding: 22px 16px 16px 16px; 
	background-color: #fff; 
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15); 
	border-radius: 12px 12px 0 0; 
}
.icon-bar { 
	display: block; 
	position: absolute; 
	top: 10px; left: 50%; 
	transform: translate(-50%, 0 ); 
	width: 37px; 
	height: 4px; 
	border-radius: 4px; 
	background: #CACACA; 
}

.flex-card { display: flex; justify-content: space-between; align-items: center; }
.flex-card2 { display: flex; justify-content: space-between; align-items: center; }
.icon-edit button { margin-right: 16px; }
.icon-edit button:nth-child(2) { margin-right: 0; }
.info-pic { width: 58px; height: 58px; border-radius: 100%; background: #CACACA; }
.info-pic img {  
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    object-fit: cover;
}
.info-pic2 {
	width: 36px; 
	height: 36px; 
	border-radius: 100%; 
	background: #CACACA;
}
.info-pic2 img { 
    width: 36px;
    height: 36px;
    border-radius: 100%;
    object-fit: cover;
}

.input-bx input { border: none; }
.input-bx input[type="checkbox"] + label { 
  display: inline-block; 
  width: 32px; height: 32px; 
  border-radius: 50%; 
  background-color: #FFEBE4; 
  background-image: url("../img/icon_checked.png"); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 20px; 
  cursor: pointer; 
}
.input-bx input[type="checkbox"]:checked + label { 
  background-color: #FF9270; 
  background-image: url("../img/icon_checked.png"); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 20px; 
}
.input-bx2 input { display: none; }
.input-bx2 input[type="checkbox"] + label {  
  display: inline-block; 
  width: 20px; height: 20px; 
  background-color: #fff; 
  background-image: url("../img/icon_input_check.png"); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 20px; 
  cursor: pointer; 
}
.input-bx2 input[type="checkbox"]:checked + label {
  display: inline-block; 
  width: 20px; height: 20px; 
  background-image: url("../img/icon_input_checked.png"); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 20px; 
}

.check_wrap input[type="checkbox"]{display:none}
.check_wrap input[type="checkbox"] + label { 
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background-image: url("../img/icon_arrw_right2.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 100% 25%;
}
.check_wrap input[type="checkbox"] + label span{
  display:inline-block;
  width: 22px;
  height: 22px;
  background-image:url("../img/icon_chkbx1.png");
  background-size:cover;
  vertical-align: middle;
  margin-top: -4px;
}

.check_wrap input[type="checkbox"]:checked + label span{
  background-image:url("../img/icon_chkbx2.png");
  background-size:cover;
}
.check_wrap2 input[type="checkbox"]{display:none}
.check_wrap2 input[type="checkbox"] + label { 
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.check_wrap2 input[type="checkbox"] + label span{
  display:inline-block;
  width: 24px;
  height: 24px;
  background-image:url("../img/icon_check1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  vertical-align: middle;
  margin-top: -4px;
}

.check_wrap2 input[type="checkbox"]:checked + label span{
  background-image:url("../img/icon_check2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.guide-text { text-align: center; }
.sub-card { 
  border-radius: 0 0 12px 12px;
  padding: 16px;
  margin: 0 auto;
  background: #fff;
  width: calc(100% - 16px) ;
}

.btn-question { 
	width: 20px; 
	height: 20px; 
	background: url("../img/icon_question.png") no-repeat 0 0 / 20px;  
}
.service-bx li { 
  width: 50%; 
  height: 108px; 
  display: flex; 
  flex-direction: column; 
  justify-content: space-between; 
  padding: 8px 12px; 
  background-color: #F6F9F8; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65%;
  border: 1px solid #CACACA; 
  border-radius: 12px; 
}
.service-bx li.active { 
  border: 1px solid #24CCC2; 
  background-color: #DCF3F3; 
}
.service-bx li:nth-child(1) { 
  margin-right: 8px; 
  background-image: url("../img/img_bookplay_disabled.png");
}
.service-bx li:nth-child(2) {  
  background-image: url("../img/img_goldentime_disabled.png");
}
.service-bx li:nth-child(1).active { background-image: url("../img/img_bookplay_enabled.png"); }
.service-bx li:nth-child(2).active { background-image: url("../img/img_goldentime_enabled.png"); }
.service-bx li.active h3, .service-bx li.active span { color: #24CCC2; }
.kid-profile { position: relative; width: 90px; height: 90px; border-radius: 100%; background: #CACACA; margin: 0 auto; }
.kid-profile>img { display: block; width: 90px; height: 90px; object-fit: cover; border-radius: 100%; margin: 0 auto; }
.kid-profile .icon-cam { position: absolute; bottom: 0; right: 0; width: 28px; height: 28px; border-radius: 100%;  }
.kid-profile .icon-cam button>img { object-fit: cover; width: 100%; }
.btn-tab { 
	width: 50%; 
	height: 45px; 
	border: 1px solid #CACACA; 
	background: #fff; 
}
.btn-tab:first-child { border-radius: 12px 0 0 12px; }
.btn-tab:last-child { 
	border-radius: 0 12px 12px 0; 
	border-left: 0;
	border-right: 1px solid #CACACA; 
}
.btn-tab.active {  
    color: #24CCC2;
    border: 1px solid #24CCC2;
    background-color: #DCF3F3;
}
.btn-tab1.active { background: #DCF3F3; border: 1px solid #24CCC2; color: #24CCC2; font-weight: 700; }
.btn-tab2.active { background: #DCF3F3; border: 1px solid #24CCC2; color: #24CCC2; font-weight: 700; }
.kid-profile-input textarea { padding: 16px; }

.address-search { padding: 0 8px 0 0; }
.address-search button { height: 45px; }
.explain { text-align: right; }
.content li.sameday p.today { background: #fff; border-radius: 12px; text-align: center; }
.content li.sameday select { border: none; background: #fff; border-radius: 12px; }
.content li.sameday select option { text-align: center; color: #CACACA; }
.icon-check {
	display: block; 
	width: 20px; 
	height: 20px; 
	background-image: url("../img/icon-check-round.png"); 
	background-repeat: no-repeat; 
	background-position: center; 
}
.day-select { width: 100%; }
.day-select li { 
  width: calc(100% / 7); margin-right: 8px; 
  max-width: 36px; height: 52px; 
  border-radius: 25px; 
  border: 1px solid #CACACA;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.day-select li.active { 
  background: #DCF3F3; 
  border: 1px solid #24CCC2; 
}
.day-select li.active button { color: #24CCC2; }

.day-select li:last-child { margin-right: 0; }
.day-select li button { 
	width: 100%; 
	font-size: 13px; 
	color: #000; 
	font-weight: 500; 
	padding-top: 0;
	height: 100%; 
}
.day-select2 li {
    width: calc(100% / 7); margin-right: 8px; 
    max-width: 36px; height: 52px; 
}
.day-select2 li .btn-day { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%; height: 64px; 
    border-radius: 25px; 
    background-color: #EDEDED;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.day-select2 li .btn-day.active { background-color: #24CCC2; }
.day-select2 li .btn-day p { 
    width: 100%;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #fff; 
    color: #24CCC2;
    border-radius: 100%;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 700;
    margin: 4px auto 0 auto;
}
.day-select2 li .btn-day span { 
    display: block;
    width: 100%;
    font-size: 13px;
    color: #959595;
    padding-bottom: 10px;
}
.day-select2 li .btn-day.active span { color: #fff; }

#login .inner { padding-bottom: 200px; }
#payment .inner { padding-bottom: 200px; }
.payment-info p.date { height: 34px; text-align: center; background: #EDEDED; border-radius: 25px; padding-top: 10px; }
.payment-info select { 
  height: 45px; 
  border-radius: 12px; 
  background-color: #fff; 
  background-image: url("../img/icon_select.png"); 
  background-repeat: no-repeat; 
  background-position: calc(100% - 16px) 50%; 
  border: 1px solid #C6C6C6; 
  padding: 0 16px; 
  color: #959595;
  font-size: 13px;
}
.payment-method h3 { text-align: center; background: #fff; height: 45px; line-height: 45px; border: 1px solid #C6C6C6; border-radius: 12px; }
.main-content { margin-top: 0; }
.reserve .reserve_num { display: inline-block; text-align: center; width: 18px; height: 18px; font-size: 12px; padding-top: 2px; border-radius: 100%; background: #FF835C; color: #fff; box-sizing: border-box; }
.matching { color: #24CCC2; border: 1px solid #24CCC2; border-radius: 25px; }
.matching.active { background: #24CCC2; color: #fff; }
.service-time h4.active { color: #24CCC2; }
.service-intro li { display: flex; flex-direction: row; justify-content: center; padding: 0 12px 20px 12px; position: relative; width: calc(33.333% - 10px); border-radius: 12px; background: #4FD5CD; }
.service-intro li>div { width: 100%; height: 130px; }
.service-intro li span { position: absolute; padding-top: 10px; bottom: 10px; left: 12px; display: block; color: #fff; width: 100%; }
.service-intro li img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; width: 100%; }
.last-reserve { border-radius: 12px; overflow: hidden; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); }
.main-card3 { position: relative; background: #fff; padding: 12px 16px; border-bottom: 1px solid #E0E0E0; }
.main-card3:last-child { border-bottom: 0; }
.btn-qa {
	position: relative;
	display: block;
	width: 33px; height: 20px;
	background-image: url("../img/icon_qa.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 20px;
}
.btn-qa::after {
    position: absolute;
    top: -1px;
    right: 2px;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #FF9270;
    border: 1.5px solid #fff;
}
.btn-qa::after.active { display: block; }

.more-info > div { display: flex;  }
.more-info span {  
  display: block;
  font-size: 0.8em;
  border: 1px solid #000000;
  border-radius: 25px;
  padding: 8px 12px;
  margin-left: 8px;
}
.more-info span:first-child { margin-left: 0; }
.amount-bx .price { text-align: right; padding-top: 10px; }
.reserve-conf-card { 
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); 
	border-radius: 12px; 
	overflow: hidden; 
	background: #FFFFFF; 
}
.reserve-conf-card .service-time {background: linear-gradient(91.74deg, #36D9CF 6.21%, #24CCC2 44.29%, #13B7AD 111.14%); }
.reserve-conf-card .service-time h4 { color: #fff; }
.reserve-conf-card .service-time span { background: #fff; }
.btn-refresh { 
	width: 24px;
	height: 24px;
	background-image: url("../img/icon_refresh.png"); 
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px;
} 
.new-diary { cursor: pointer; }
.new-diary h3 { color: #D9D9D9; }
.commnet-view { width: 100%; }
.commnet-view span { display: inline-block; }
.commnet-view .period span { color: #CACACA; }
.commnet-view .btn-comment {  
	display: block;
	width: 30px;
	height: 16px;
	padding-left: 15px;
	background-image: url("../img/icon_comment.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 16px;
}
.diary-view { background-color: #DCF3F3; }
.diary-view p { 
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: keep-all;
}
.diary-view .time { color: #24CCC2; }

.post-write-wrap .name { color: #24CCC2; }
.post-write-wrap .post-write-bx input { background: transparent; border: 0; padding: 0; }
.post-write-wrap .post-write-bx textarea { background: transparent; height: 190px; border: 0; padding: 16px 0; }

.photo-view { margin: 0 auto; }
.photo-view ul { border-radius: 12px; padding: 0 16px; }
.photo-view ul li { padding-left: 0; padding-right: 0; }
.photo-view ul li img { width: 100%; object-fit: cover; }
.btn-write-add { 
  position: absolute;
  bottom: 30px;
  right: 16px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #24CCC2; 
  background-image: url('../img/icon_write_add.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
}
.btn-fix { 
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_fix.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px;
}
.btn-fix2 { 
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_fix2.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px;
}
.comment-cont li:last-child { border-bottom: none !important; }
.comment-cont .btn-more {  }

.write-input { position: relative; padding: 8px 16px; background-color: #fff; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); }
.write-input input { border-radius: 25px; }
.write-input .btn-send-post {
  position: absolute;
  top: 50%;
  right: 30px;  
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  background-image: url("../img/icon_send.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
}
.photo-select-wrap { padding: 0 16px; }
.photo-select-wrap .btn-photo-select img { width: 25px; }
.photo-select-wrap .btn-photo-select p { font-size: 10px; color: #959595; font-weight: 500; }

.photo-select-view li { width: 22.75%; margin-right: 3%; }
.photo-select-view li:nth-child(4n) { margin-right: 0; }
.photo-select-view .btn-photo-select { 
  height: 70px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
}
.photo-select-view li.photo-spot { 
    position: relative;
    z-index: 0;
    background-color: #D9D9D9;
    border-radius: 5px;
    height: 70px;
    text-align: right;
}
.photo-select-view li.photo-spot img { 
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}
.photo-select-view li:last-child { margin-right: 0; }
.photo-select-view li.photo-spot .btn-close-pht { 
    position: absolute;
    z-index: 2;
    right: -11px;
    top: -5px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #A0A0A0;
    background-image: url("../img/btn_cancel2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.photo-teacher>div { width: 58px; height: 58px; border-radius: 8px; background-color: #CACACA; overflow: hidden; }
.photo-teacher>div img { width: 100%; height: 58px; object-fit: cover; }

.mypage-wrap li { padding: 24px 16px; border-bottom: 4px solid #EDEDED; }
.mypage-wrap li.link {  
    background-image: url('../img/icon_arrw_right.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 16px) 50%;
    cursor: pointer;
}
.mypage-wrap span.common-mark { display: block; font-size: 13px; font-weight: 700; margin-left: 4px; padding: 6px 12px; background-color: #EDEDED; border-radius: 25px; color: #959595; }
.mypage-wrap li.list { padding: 12px 16px; }
.mypage-wrap li.list .coupon-mark { display: block; font-size: 13px; font-weight: 700; margin-left: 16px; padding: 6px 12px; background-color: #DCF3F3; border-radius: 25px; color: #24CCC2; }

.member-info-wrap li input { border: 0; background: #EDEDED; }
.member-info-wrap li input.birtthday { border: 1px solid #CACACA; background: #fff; }
.out-bx {  width: 100%; max-width: 500px; margin: 0 auto; position: fixed; bottom: 0; }
.out-bx.active { display: none !important; }
.out-bx .btn-logout { width: 100%; background-color: #EDEDED; border-radius: 12px; padding: 16px 0; }
.out-bx .btn-leave { width: 100%; background-color: transparent; border-radius: 12px; padding: 16px 0; }
.holding-coupon-bx .main-card { margin-top: 8px; }
.holding-coupon-bx .main-card:first-child { margin-top: 0; }
.holding-coupon-bx strong { font-size: 20px; font-weight: 700; }
.holding-coupon-bx .max-discount { padding-top: 40px; }
.btn-regi { background-color: #24CCC2; border-radius: 12px; padding: 16px 0; margin-left: 8px; font-size: 15px; color: #fff; }

.savings-list li.list { border-bottom: 1px solid #ddd; }
.savings-list li.list:last-child { border-bottom: 0; }
.savings-list .savings { color: #24CCC2; }
.btn-more { width: 100%; padding: 20px 0; border-radius: 12px; background-color: #EDEDED; color: #959595; font-size: 15px; font-weight: 700; }

.payment-list-wrap li { padding: 16px 16px; border-bottom: 1px solid #CACACA; }
.payment-list-wrap li .state-cancel { color: #FF9270; }
.payment-list-wrap li .state-complete { color: #24CCC2; }

.question-wrap li { 
  background: #fff;
  border-radius: 12px;
  margin-top: 8px;
}
.question-wrap li:first-child { margin-top: 0; }
.question-wrap li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 16px;

}
.question-wrap li a img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 13px;
    transition: all .3s;
}
.question-wrap li a img.active {  transform: rotate(180deg); }

/* .question-wrap li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%; */
    /* background-color: red; */
    /* height: 13px;
	background-image: url("../img/icon_arrw_dwn.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 16px) 50%;
	background-size: 13px;
	transition: all .3s;
} */
.question-wrap li a::after.rotate { transform: rotate(180deg); transition: all .3s; }
.question-wrap li a.active {background-image: url("../img/icon_arrw_up.png");}
.question-wrap li a strong.que { color: #24CCC2; font-size: 20px; font-weight: 700; }
.question-wrap li strong.ans { display: block; color: #FF9270; font-size: 20px; font-weight: 700; }
.question-wrap li .ansewer-bx { display: none; padding: 16px; border-top: 1px solid #cacaca; }
.question-wrap li .ansewer-bx.active { display: flex; padding: 16px; border-top: 1px solid #cacaca; }
.question-wrap li .ansewer-bx p { line-height: 1.3rem; margin-left: 5px; }

.notice-list-wrap li { padding: 16px 0; border-top: 1px solid #CACACA; }
.notice-list-wrap li:first-child { padding: 16px 0;  }
.notice-list-wrap li { cursor: pointer; }
.notice-list-wrap li span.date { font-size: 15px; font-weight: 500; color: #CACACA; }

.notice-wrap { padding: 16px 0; }
.notice-wrap p { line-height: 1.3rem; }

.notice-list-wrap .check-box { transform: scale(1); }
.notice-list-wrap .check-box input[type="checkbox"] { 
    position: relative;
    appearance: none;
    width: 34px;
    height: 14px;
    background: rgba(33, 33, 33, 0.08);
    border-radius: 50px;
    cursor: pointer;
    transition: 0.4s;
    border: none;
}
.notice-list-wrap .check-box input:checked[type="checkbox"] {background: rgba(36, 204, 194, 0.5);}
.notice-list-wrap .check-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: -3.5px;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}
.notice-list-wrap .check-box input:checked[type="checkbox"]:after {
    left: 50%;
    background: #24CCC2;
}

.terms-tab a { padding: 12px; text-align: center; font-size: 15px; color: #000; }
.terms-tab a.active { color: #24CCC2; border-bottom: 4px solid #24CCC2; }
.terms-cont { padding: 16px; line-height: 1.3rem; }

.tch_resist_confirm_wrap { width: 100%; height: 100%; }
.tch_resist_confirm_bx { 
	width: 100%; 
	height: 100%; 
	display: flex; 
	justify-content: center; 
	flex-direction: column; 
	align-items: center; 
}
.tch_resist_confirm_wrap p { 
	width: 100%; 
	height: 100%; 
	text-align: center; 
	line-height: 1.3rem; 
	align-items: center; 
}
.tch-info-select { 
  border-radius: 12px; 
  border: 1px solid #CACACA; 
  padding: 10px 16px; 
  font-weight: 500; 
  font-size: 15px; 
  color: #959595; 
  background-image: url("../img/icon_select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px)  50%;
}
.add-time-bx { 
  padding-top: 16px;
  padding-bottom: 50px; 
  border-radius: 12px;  
  border: 1.5px dashed #CACACA;
  background-image: url("../img/icon_add.png");
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 16px);
}
.add-time-bx p { text-align: center; }
.tch-phone-wrap button { font-size: 15px; font-weight: 500; color: #fff; }

.tch-reserve-confirm-wrap { padding: 0 16px; }
.tch-reserve-confirm-wrap li { 
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}
.tch-reserve-confirm-wrap li:first-child { margin-top: 0; }
.tch-reserve-confirm-wrap .btn-confirm { 
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
}
.month-bx .day-select li { 
  border: 0;
  max-width: 38px;
  height: 64px;
  background-color: #EDEDED;
}
.month-bx .day-select li.active { 
  border: 0;
  background-color: #24CCC2;
}
.month-bx .day-select li p { 
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 4px;
  text-align: center; 
  padding-top: 7px; 
  background: #fff;
  border-radius: 50%;
  color: #24CCC2;
  font-size: 13px;
  font-weight: 700;
}
.month-bx .day-select li button { padding-top: 6px; color: #959595; }
.month-bx .day-select li.active button { color: #fff; }
.tch_reserve_status-wrap .main-card ul li { padding-bottom: 40px; border-left: 1px dashed #24CCC2; }
.tch_reserve_status-wrap .main-card ul li:last-child { border-left: 0; padding-bottom: 0; }
.tch_reserve_status-wrap .main-card ul li span.time { border-radius: 245px; background-color: #DCF3F3; display: inline-block; color: #24CCC2; padding: 4px 12px; }
.icon-dot-bx { position: relative; }
.icon-dot-bx .icon-dot { position: absolute; top: 0; left: -25px; display: block; width: 20px; height: 20px; border-radius: 100%; background-color: #DCF3F3; }
.icon-dot-bx .icon-dot .icon-dot2 { display: block; width: 12px; height: 12px; background-color: #24CCC2; border-radius: 100%; margin: 0 auto; margin-top: 4px; }

.notice-list-wrap li .new-diary { border-left: 4px solid #24CCC2; padding-left: 12px; }

.tch-care-diary-tab { background-color: #fff; padding: 10px 16px; }
.tch-care-diary-tab a { font-size: 13px; font-weight: 700; color: #959595; padding-right: 12px; border-right: 1px solid #CACACA; }
.tch-care-diary-tab a:last-child { border-right: 0; padding-left: 4px; }
.tch-care-diary-tab a.active { color: #24CCC2; }
.tch-care-diary-wrap { padding: 0 16px; }
.tch-care-diary-wrap h2 { color: #CACACA; }
.tch-care-diary-bx li { margin-top: 8px; }
.tch-care-diary-bx li:first-child { margin-top: 0; }

/* 캘린더 */
.calendar_container {
  display: flex;
  justify-content:space-evenly;
  width: 100%;
  border-radius: 12px;
  background-color: white;
}

.hide {display:none;}

table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.day {
  text-align: center;
  font-size:12px;
  font-weight: bold;
  color:rgb(189, 189, 189);
}
.day_hover {
  border: 1px solid #24CCC2 !important;
}
.day_selected {
  background-color: #24CCC2 !important;
  color: #ffff;
}
.gray {
    position: relative;
    z-index: 0;
  background-color: #DCF3F3 !important;
}

/* index */
.slide-wrap {
  width: 100%;
  background: #F0F0F0;
}
.slide-wrap .swiper-slide img { 
  display: block;
  object-fit: cover;
  width: 100%;
  height: 148px;
}
#index .reserve1 { 
    width: 100%; 
    display: flex; 
    justify-content: space-between; 
    padding: 0 12px 0 15px; 
    position: absolute; 
    left: 0;  
}
#index .reserve1 + ul { padding-top: 16px; }
#index .payment-info { 
	overflow-x: auto; 
	padding-bottom: 10px;
}
#index .payment-info::-webkit-scrollbar { 
	height: 10px;
	background: #dddddd7e;
}
#index .payment-info::-webkit-scrollbar-thumb { 
	width: 30%;
	background-color: #24ccc1a8;
	border-radius: 10px;
}
#index ul.service-intro li {cursor: pointer;}
#index .diary-card { cursor: pointer; }


/* service-info */
#service-info { background: #FFFDF9; margin-top: 0; }
#service-info .txt { padding-top: 16px; }
#service-info .txt p {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	line-height: 160%;
}
#service-info .btn-bx {  
	background: #fff;
	bottom: 0;
	padding: 16px;
}

/* kid-select */
#parent-kid-select .inner { padding-bottom: 170px; }
#parent-kid-select .sub-text3 { color: #CACACA; }
#parent-kid-select .sub-card { display: none; }
#parent-kid-select .sub-card.active { display: block; }
#parent-kid-select .service-bx li span { color: #959595; }
#parent-kid-select .service-bx li.active span { color: #24CCC2; }
#parent-kid-select .inquiry-wrap {  
    background-color: #FFEBE4;
    border-radius: 12px;
    padding: 16px;
    margin-top: 16px;
}
#parent-kid-select .inquiry-wrap h4 {  
    color: #FF9270;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}
#parent-kid-select .inquiry-wrap p {  
    color: #959595;
    font-size: 13px;
    line-height: 140%;
}
#parent-kid-select .inquiry-wrap .btn-wrap { 
    width: 100%; 
    display: flex; 
    justify-content: end; 
    margin-top: 16px;
}
#parent-kid-select .inquiry-wrap .btn-wrap .btn-kakao-inquiry {  
    padding: 10px 16px;
    border: 1px solid #FF9270;
    border-radius: 12px;
    color: #FF9270;
    font-size: 13px;
}

/* login-main */
.logo-wrap img { display: block; width: 211px; margin: 0 auto; }
#login-main .btn-bx .btn-title { position: relative; width: 100%; margin-bottom: 20px; }
#login-main .btn-bx .btn-title i { display: block; width: 100%; height: 1px; background-color: #CACACA; }
#login-main .btn-bx .btn-title span {  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8f8f8;
  color: #959595;
  font-size: 13px;
  padding: 0 8px;
}
#login-main .btn-bx button { margin-bottom: 8px;  }
#login-main .btn-bx button:last-child { margin-bottom: 0; }

/* login */
#login .find-wrap {  }
#login .find-wrap>div { display: flex; justify-content: space-between; padding: 12px 0; font-size: 13px; }
#login .find-wrap>div:first-child { border-bottom: 1px solid #CACACA; }
#login .find-wrap>div span { color: #959595; }
#login .find-wrap>div a { color: #959595; font-weight: 700; }

/* id-find-mail */
#id-find-mail {display: none;}
#id-find-mail .guide {  
  text-align: center;
  color: #959595;
  font-size: 13px;
}
#id-find-mail .mail-view p { 
  font-size: 15px; 
  background: #fff;
  border-radius: 12px;
  text-align: center; }
#id-find-mail #verified_email {cursor: pointer;}

/* pw-change */
#pw-change {display: none;}
#pw-change .input-mail {  
  border: none;
  background-color: #EDEDED;
}

/* ticket */
#ticket-regular  .inner { padding-bottom: 180px; }
#ticket .time-wrap { display: flex; justify-content: space-between; }
#ticket .time-wrap input[type=time] { width: 50%; }
#ticket .time-wrap input[type=time]:nth-child(2) { margin-left: 10px; }
#ticket .time-wrap span { padding: 0 5px; line-height: 45px; }
#ticket .sub-text2 { line-height: 1.5rem;}

.popup-layer {
  display: none;
  position: fixed;
  z-index: 5;
  width: 100%;
  max-width: 500px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, .5);
}
.popup-layer .popup { 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  min-width: 244px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}
.popup-layer .popup .inner { 
  padding: 42px 38px;
}
.popup-layer .popup h3 { 
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 160%;
}
.popup-layer .popup p {
  font-size: 13px;
  color: #959595; 
  line-height: 140%;
}
.popup-layer .popup span {
    line-height: 160%;
}
.popup-layer .popup .btn-wrap { 
  display: flex;
  padding: 0 16px 16px 16px;
}
.popup-layer .popup .btn-wrap>button { 
  width: 50%;
  border-radius: 12px;
}
.popup-layer .popup .btn-wrap>.btn-cancel { 
  background: #EDEDED;
  color: #000;
  margin-right: 16px;
}

.popup-layer .popup button {
  width: 100%;
  background-color: #24CCC2;
  color: #fff;
  padding: 20px 0;
}

.popup-layer .popup2 { 
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 244px;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  text-align: center;
  overflow: hidden;
}
.popup-layer .popup2 .inner { padding: 0 15px 16px 15px; }
.popup-layer .popup2 .inner>button { 
    display: block;
    width: 100%;
    padding: 18px 0;
    font-size: 15px;
}
.popup-layer .popup2 .inner>button:first-child {border-bottom: 1px solid #CACACA;}
.popup-layer .popup2 .inner .btn-cancel { 
    width: 100%;
    padding: 18px 0;
    border-radius: 12px;
    background: #EDEDED;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    font-weight: 700;
}

.popup-layer2 .popup { height: 90vh; position: relative; }
.popup-layer2 ul li { 
    text-align: left; 
    padding-bottom: 30px;
}
.popup-layer2 ul li:last-child { padding-bottom: 0; }
.popup-layer2 ul li h4 { 
    padding-bottom: 10px;
}
.popup-layer2 button { position: absolute; bottom: 0; left: 0; }


#kid-edit .popup-layer .popup h3 {line-height: 140%;}
.check-card .sub-box { 
    display: none; 
    max-width: 95%; 
    margin: 0 auto; 
    background-color: #fff; 
    padding: 16px; 
    border-radius: 0 0 12px 12px; 
}
.check-card .sub-box.active { display: block; } 
.check-card .sub-box .guide { 
    display: flex; 
    justify-content: space-between; 
    margin-bottom: 10px; 
}
.check-card .sub-box .guide p { color: #CACACA; }
.check-card .sub-box .guide i {     
    font-size: 20px; 
    color: #CACACA; 
    font-weight: bold; 
    cursor: pointer; 
}
.check-card .sub-box .service { display: flex; }
.check-card .sub-box .service .service-box { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 160px;
    padding: 12px;
    border: 1px solid #CACACA;
    border-radius: 12px;
    background-color: #F6F9F8;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 95%;
}
.check-card .sub-box .service .service-box:nth-child(1) { background-image: url('../img/img_bookplay_disabled.png'); }
.check-card .sub-box .service .service-box:nth-child(1).active { background-image: url('../img/img_bookplay_enabled.png'); }
.check-card .sub-box .service .service-box:nth-child(2) { background-image: url('../img/img_goldentime_disabled.png'); }
.check-card .sub-box .service .service-box:nth-child(2).active { background-image: url('../img/img_goldentime_enabled.png'); }
.check-card .sub-box .service .service-box.active {  
    background-color: #DCF3F3;
    border: 1px solid #24CCC2;
}
.check-card .sub-box .service .service-box:first-child { margin-right: 2%; }
.check-card .sub-box .service .service-box h4 { color: #959595; font-weight: 700; }
.check-card .sub-box .service .service-box.active h4 { color: #24CCC2; }
.check-card .sub-box .service .service-box p { color: #959595; }
.check-card .sub-box .service .service-box.active p { color: #24CCC2; }
.check-card .sub-box .service .service-box img { 
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.check-card .sub-select {  
    width: calc(100% - 20px);
    background-color: #DCF3F3;
    padding: 16px;
    border-radius: 0 0 12px 12px;
    margin: 0 auto;
}
.check-card .sub-select p {  
    color: #24CCC2;
}


.ticket-list li { cursor: pointer; }
#reserve_manage .reserve-wrap { overflow-x: scroll; padding-bottom: 10px; }
#reserve_manage .reserve-wrap::-webkit-scrollbar {
    height: 10px;
    background: #ddd;
    border: .5px solid #ddd;
}
#reserve_manage .reserve-wrap::-webkit-scrollbar-thumb {
    width: 30%;
    background: #24CCC2;
    border-radius: 10px;
}

/* PARENT */
#parent_diary_view .inner { padding: 24px 0; }
#parent_diary_view .photo-view { cursor: pointer; }
#parent_place_search input {  
  padding-left: 44px;
  background-image: url("../img/icon_mag.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 24px;
}
#parent_place_search .text { 
  text-align: center;
  margin-top: 40px;
}
#parent_place_search .text p { 
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-top: 40px;
  line-height: 140%;
}
#parent_place_search .text p:first-child { 
  margin-top: 0;
}
#parent_place_search ul.address-list { 
  /* text-align: center; */
}
#parent_place_search ul.address-list li { 
  border-bottom: 1px solid #CACACA;
  padding: 16px 0;
}
#parent_place_search ul.address-list li p { 
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
#parent-care-diary .new-diary .mark-new { 
    color: #FF9270;  
    background-color: #FFEBE4;
    padding: 8px;
    border-radius: 20px;
}
#parent-care-diary .new-diary p { line-height: 250%; }

/* PARENT END */

/* TEACHER */
#teacher_info .btn-tab.active { 
    color: #24CCC2;
    border: 1px solid #24CCC2;
    background-color: #DCF3F3;
} 
#teacher_info .tch-info-select { height: 44px; }
#teacher_info .tch-info-select option { height: 50px; }

.tch-phone-wrap textarea {  
    height:  70vh;
    border: none;
}
#teacher_license .tch-phone-wrap textarea { height: 50vh; }
#teacher_reserve_confirm ul li>div { cursor: pointer; }
#teacher_reserve_confirm .btn-confirm { background-color: #24CCC2; color: #fff; font-size: 15px; }
#teacher_reserve_status .inner { padding-bottom: 100px; }
#teacher_reserve_status .tch_reserve_status-wrap h2 { font-size: 20px; }
#teacher_reserve_status .tch_reserve_status-wrap h3 { font-size: 15px; padding-top: 5px; }
#teacher_reserve_status .tch_reserve_status-wrap h4,
#teacher_reserve_status .tch_reserve_status-wrap p { font-size: 13px; }
#teacher_reserve_status .tch_reserve_status-wrap li ul .list {cursor: pointer;}
#teacher_reserve_list .service .inner { width: 75%; margin: 0 auto; }
#teacher_reserve_list .service .inner .care { text-align: center; width: 100%; margin: 0 auto; }
#teacher_reserve_list .service .inner .care .img-wrap {
    width: 54px;
    height: 54px;
    background-color: #D9D9D9;
    border-radius: 100%;
    margin: 0 auto;
}
#teacher_reserve_list .service .inner .care .img-wrap img {display: block;}
#teacher_reserve_list .service .inner .care p { padding-top: 12px; }

#teacher_reserve_list .care-card { cursor: pointer; }
#teacher_reserve_list .care-card .img-wrap { 
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #D9D9D9;
    margin-right: 8px;
}
#teacher_reserve_list .care-card .img-wrap img { 
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}

/* TEACHER END */

footer { width: 100%; max-width: 500px; position: fixed; bottom: 0; background-color: #F8F8F8; }
.footer-link-wrap li { width: 25%; }
.footer-link-wrap li a { 
  display: block; 
  width: 100%; 
  padding-top: 40px; 
  padding-bottom: 20px; 
  background-repeat: no-repeat; 
  background-size: 24px; 
  background-position: 50% 10px; 
  text-align: center; 
  font-size: 9px; 
  font-weight: 500; 
  color: #CACACA; 
  box-sizing: border-box; 
}
.footer-link-wrap li a.active { color: #24CCC2; }
.footer-link-wrap li:nth-child(1) a { background-image: url("../img/icon_main.png"); }
.footer-link-wrap li:nth-child(1) a.active { background-image: url("../img/icon_main2.png"); }
.footer-link-wrap li:nth-child(2) a { background-image: url("../img/icon_reserve.png"); }
.footer-link-wrap li:nth-child(2) a.active { background-image: url("../img/icon_reserve2.png"); }
.footer-link-wrap li:nth-child(3) a { background-image: url("../img/icon_diary.png"); }
.footer-link-wrap li:nth-child(3) a.active { background-image: url("../img/icon_diary2.png"); }
.footer-link-wrap li:nth-child(4) a { background-image: url("../img/icon_mypage.png"); }
.footer-link-wrap li:nth-child(4) a.active { background-image: url("../img/icon_mypage2.png"); }