.subcntWrap { position:relative; max-width:1580px; margin:60px auto; }

@media screen and (max-width: 1360px){
	.subcntWrap { width:95%; margin:40px auto; }
}
@media screen and (max-width: 900px){
	.subcntWrap { margin:30px auto; }
}
@media screen and (max-width: 650px){
	.subcntWrap { margin:20px auto; }
}



.day-wrap { font-family:Pretendard; letter-spacing:-0.05em; line-height:1.4; background:#fff; }
.day-inwrap { max-width:1360px; margin:0 auto; }

.day-inwrap h3 { font-family:var(--neo); font-size:35px; color:#333; line-height:1.2; text-align:center; font-weight:normal; }
.day-inwrap .h3_location { margin-top:20px; text-align:center; }
.day-inwrap .h3_location .h3_desc { position:relative; display:inline-block; color:#fff; font-size:25px; font-family:NanumSquareNeoBold; font-weight:normal; padding:5px 10px 5px 35px; border-radius:3px; background:var(--main-color); }
.day-inwrap .h3_location .h3_desc i { position:absolute; color:rgba(255,255,255,0.8); font-size:25px; left:5px; top:10px; }

@media screen and (max-width: 1360px) {
	.day-inwrap { max-width:100%; }
	.day-inwrap h3 { font-size:30px; }
	.day-inwrap .h3_location { margin-top:10px; }
	.day-inwrap .h3_location .h3_desc { font-size:22px; padding:5px 10px 5px 35px; }
	.day-inwrap .h3_location .h3_desc i { font-size:22px; left:5px; top:8px; }
}

@media screen and (max-width: 900px) {
	.day-inwrap h3 { font-size:25px; }
	.day-inwrap .h3_location { margin-top:10px; }
	.day-inwrap .h3_location .h3_desc { font-size:18px; padding:5px 10px 5px 25px; }
	.day-inwrap .h3_location .h3_desc i { font-size:18px; left:5px; top:7px; }
}

@media screen and (max-width: 650px) {
	.day-inwrap h3 { font-size:20px; }
	.day-inwrap .h3_location { margin-top:10px; }
	.day-inwrap .h3_location .h3_desc { font-size:14px; padding:5px 10px 5px 25px; }
	.day-inwrap .h3_location .h3_desc i { font-size:14px; left:5px; top:7px; }
}













/* ********************
*  °³¿ä
******************** */
.greeting-wrap { position:relative; font-family:Pretendard; letter-spacing:-0.05em; }
.greeting-wrap .grt-innWrap { display:flex; flex-wrap:wrap; justify-content:space-between; max-width:1580px; margin:0 auto; padding:50px 0; font-family: 'Pretendard'; }

.greeting-wrap .grt-innWrap .con01-left { width:40%; }
.greeting-wrap .grt-innWrap .con01-left img { width:100%; padding:0px; background:#fff; border-radius:10px; box-shadow:0 3px 10px rgba(0,0,0,0.28); }

.greeting-wrap .grt-innWrap .con01-righ { width:55%; }

ul.sbj-box { margin-top:0; }
ul.sbj-box li { width:100%; padding-bottom: 10px; margin-bottom:15px; font-family:var(--neo); font-weight: 700; border-bottom:1px dashed rgba(0,0,0,0.2); }
ul.sbj-box li .sbjtit { display:block; width:100%; font-size: 15px; line-height: 23px; font-weight: 600; color: #666666; padding-bottom:8px; }
ul.sbj-box li .sbjdesc { display:block; width:100%; font-size: 19px; line-height: 23px; font-family:var(--neo); font-weight: 500; color:#000; padding-bottom: 8px; }

.desc_plus_b { }
.desc_plus_b dd { position: relative; padding-bottom:3px; padding-left:15px; font-size: 15px; color:#787878; font-weight:500; font-family:var(--neo); letter-spacing:-0.025em; line-height:150%; border-bottom:0px dashed rgba(0,0,0,0.2) !important;  }
.desc_plus_b dd:before { content: '+'; color:var(--main-color); position: absolute; top:7%; left:0; font-family:var(--neo);}

@media screen and (max-width: 1360px){
	.greeting-wrap .grt-innWrap { max-width:95%; padding:20px 0; }

	.greeting-wrap .grt-innWrap .con01-left { width:40%; }
	.greeting-wrap .grt-innWrap .con01-righ { width:55%; }

	ul.sbj-box { margin-top:0; }
	ul.sbj-box li { padding-bottom:10px; margin-bottom:15px; }
	ul.sbj-box li .sbjtit { font-size:14px; line-height:23px; padding-bottom:8px; }
	ul.sbj-box li .sbjdesc { font-size:18px; line-height:23px; padding-bottom: 8px; }

	.desc_plus_b { }
	.desc_plus_b dd { padding-bottom:3px; padding-left:15px; font-size: 15px; }
	.desc_plus_b dd:before { top:7%; }
}

@media screen and (max-width: 900px){
	.greeting-wrap .grt-innWrap { max-width:95%; padding:20px 0; }

	.greeting-wrap .grt-innWrap .con01-left { width:40%; }
	.greeting-wrap .grt-innWrap .con01-righ { width:55%; }

	ul.sbj-box { margin-top:0; }
	ul.sbj-box li { padding-bottom:10px; margin-bottom:15px; }
	ul.sbj-box li .sbjtit { font-size:13px; line-height:23px; padding-bottom:8px; }
	ul.sbj-box li .sbjdesc { font-size:17px; line-height:23px; padding-bottom: 8px; }

	.desc_plus_b { }
	.desc_plus_b dd { padding-bottom:3px; padding-left:15px; font-size: 15px; }
	.desc_plus_b dd:before { top:7%; }
}

@media screen and (max-width: 650px){
	.greeting-wrap .grt-innWrap { padding:10px 0; }

	.greeting-wrap .grt-innWrap .con01-left { width:100%; }
	.greeting-wrap .grt-innWrap .con01-righ { width:100%; }

	ul.sbj-box { margin-top:30px; }
	ul.sbj-box li { padding-bottom:10px; margin-bottom:15px; }
	ul.sbj-box li .sbjtit { font-size:13px; line-height:20px; padding-bottom:8px; }
	ul.sbj-box li .sbjdesc { font-size:15px; line-height:20px; padding-bottom: 8px; }

	.desc_plus_b { }
	.desc_plus_b dd { padding-bottom:3px; padding-left:15px; font-size: 15px; }
	.desc_plus_b dd:before { top:7%; }
}


/* ********************
*  ÃàÁ¦ÇÁ·Î±×·¥
******************** */
.program_wrap { }
.program_wrap h2 { width:100%; padding:20px 0 30px 0; text-align:center; }
.program_wrap h2 strong { display:block; font-size:25px; font-family:var(--mandu); font-weight:normal; letter-spacing:0.05em; color:var(--main-color); }
.program_wrap h2 span { display:block; font-size:55px; padding:10px 0 0 0; font-family:var(--mandu); font-weight:normal; letter-spacing:0.05em; color:var(--main-color); }
.program_wrap h2 em { display:block; font-size:20px; padding:20px 0 0 0; font-family:var(--neo); font-weight:700; letter-spacing:-0.025em; color:rgba(0,0,0,0.8); line-height:1.2; }

.prm-font-color2 { color:#f8b500 !important; }

.prm-item-wrap { margin-top:50px; }
.prm-item-wrap .prm-items { width:100%; padding:0; margin-bottom:50px; border-radius:20px; display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden; box-shadow: 0 5px 10px #00000010; overflow:hidden; border-top:1px solid var(--main-color); }

.prm-item-wrap .prm-items .prm-left { width:70%; }
.prm-item-wrap .prm-items .prm-left .prm-txt { width:100%; padding:20px 30px; background:#fff; text-align:left; }
.prm-item-wrap .prm-items .prm-left .prm-txt .prm-title { font-size:35px; padding:20px 0 30px 0px; color:#000; top:0; left:0; width:100%; font-family:var(--neo); font-weight:700; }
.prm-item-wrap .prm-items .prm-left .prm-txt .prm-desc { display:block; font-size:19px; width:100%; font-family: var(--neo); font-weight:500; color:rgba(0,0,0,0.6); letter-spacing:-0.025em; line-height:1.3; }
.prm-item-wrap .prm-items .prm-left .prm-txt .prm-loc { position:relative; font-size:22px; padding:15px 0 15px 23px; margin-top:20px; font-family: var(--dfont); font-weight:700; color:rgba(0,0,0,0.9); width:100%; border:1px dashed #eaeaea; border-width:0px 0 0px 0; }
.prm-item-wrap .prm-items .prm-left .prm-txt .prm-loc i { position:absolute; font-size:22px; left:0; top:15px; color:var(--main-color); }

.prm-item-wrap .prm-items .prm-righ { width:30%; padding:20px; }
.prm-item-wrap .prm-items .prm-righ .pic { border-radius:20px 0 20px 0; overflow:hidden; }
.prm-item-wrap .prm-items .prm-righ .pic img { width:100%; }

.prm-item-wrap .prm-items .prm-txt ul.info {  display:flex; flex-wrap:wrap; align-items:center; margin:15px 0; display:flex; flex-wrap:wrap; }
.prm-item-wrap .prm-items .prm-txt ul.info li { display:flex; flex-wrap:wrap; align-items:center; margin:5px 10px 0 0; border:1px solid #f2f3f5; border-radius:3px; background: #f7f7f7; padding:5px 20px; }
.prm-item-wrap .prm-items .prm-txt ul.info li .tt { font-size: 18px; font-family: var(--dfont); font-weight:600; color:#ff6024; line-height: 120%; padding: 3px 0; }
.prm-item-wrap .prm-items .prm-txt ul.info li .txt { font-size: 18px; font-family: var(--dfont); font-weight: 600; color: #333; line-height: 120%; padding: 3px 0 3px 20px; letter-spacing: -0.05em; }


@media screen and (max-width: 1580px){
	.program_wrap h2 { padding:20px 0 30px 0; }
	.program_wrap h2 strong { font-size:21px; }
	.program_wrap h2 span { font-size:45px; padding:10px 0 0 0; }
	.program_wrap h2 em { font-size:18px; padding:20px 0 0 0; }

	.prm-item-wrap { margin-top:30px; }
	.prm-item-wrap .prm-items { margin-bottom:40px; border-radius:10px; }

	.prm-item-wrap .prm-items .prm-left { width:60%; }
	.prm-item-wrap .prm-items .prm-left .prm-txt { padding:20px 30px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-title { font-size:30px; padding:20px 0 30px 0px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-desc { font-size:17px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-loc { font-size:20px; padding:15px 0 15px 23px; margin-top:15px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-loc i { font-size:22px; top:15px; }

	.prm-item-wrap .prm-items .prm-righ { width:40%; padding:20px; }
	.prm-item-wrap .prm-items .prm-righ .pic { border-radius:10px 0 10px 0; }

	.prm-item-wrap .prm-items .prm-txt ul.info {  margin:10px 0; }
	.prm-item-wrap .prm-items .prm-txt ul.info li { margin:5px 10px 0 0; padding:5px 20px; }
	.prm-item-wrap .prm-items .prm-txt ul.info li .tt { font-size: 17px; padding: 3px 0; }
	.prm-item-wrap .prm-items .prm-txt ul.info li .txt { font-size: 17px; padding: 3px 0 3px 20px; }
}
@media screen and (max-width: 900px){
	.program_wrap h2 { padding:15px 0 25px 0; }
	.program_wrap h2 strong { font-size:19px; }
	.program_wrap h2 span { font-size:38px; padding:10px 0 0 0; }
	.program_wrap h2 em { font-size:16px; padding:20px 0 0 0; }

	.prm-item-wrap { margin-top:20px; }
	.prm-item-wrap .prm-items { margin-bottom:40px; border-radius:10px; }

	.prm-item-wrap .prm-items .prm-left { width:60%; }
	.prm-item-wrap .prm-items .prm-left .prm-txt { padding:15px 20px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-title { font-size:25px; padding:10px 0 20px 0px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-desc { font-size:15px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-loc { font-size:18px; padding:15px 0 15px 23px; margin-top:10px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-loc i { font-size:20px; top:15px; }

	.prm-item-wrap .prm-items .prm-righ { width:40%; padding:20px; }
	.prm-item-wrap .prm-items .prm-righ .pic { border-radius:10px 0 10px 0; }

	.prm-item-wrap .prm-items .prm-txt ul.info { margin:5px 0; }
	.prm-item-wrap .prm-items .prm-txt ul.info li { margin:5px 10px 0 0; padding:5px 20px; }
	.prm-item-wrap .prm-items .prm-txt ul.info li .tt { font-size: 15px; padding: 3px 0; }
	.prm-item-wrap .prm-items .prm-txt ul.info li .txt { font-size: 15px; padding: 3px 0 3px 20px; }
}
@media screen and (max-width: 650px){
	.program_wrap h2 { padding:10px 0 20px 0; }
	.program_wrap h2 strong { font-size:17px; }
	.program_wrap h2 span { font-size:27px; padding:10px 0 0 0; }
	.program_wrap h2 em { font-size:15px; padding:15px 0 0 0; line-height:1.2; }

	.prm-item-wrap { margin-top:10px; }
	.prm-item-wrap .prm-items { margin-bottom:20px; border-radius:10px; }

	.prm-item-wrap .prm-items .prm-left { width:100%; }
	.prm-item-wrap .prm-items .prm-left .prm-txt { padding:15px 10px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-title { font-size:21px; padding:10px 0 20px 0px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-desc { font-size:14px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-loc { font-size:16px; padding:10px 0 10px 23px; margin-top:10px; }
	.prm-item-wrap .prm-items .prm-left .prm-txt .prm-loc i { font-size:18px; top:8px; }

	.prm-item-wrap .prm-items .prm-righ { width:100%; padding:0 15px 15px 15px; }
	.prm-item-wrap .prm-items .prm-righ .pic { border-radius:10px 0 10px 0; }

	.prm-item-wrap .prm-items .prm-txt ul.info { margin:5px 0; }
	.prm-item-wrap .prm-items .prm-txt ul.info li { margin:3px 10px 0 0; padding:3px 15px; }
	.prm-item-wrap .prm-items .prm-txt ul.info li .tt { font-size: 14px; padding: 3px 0; }
	.prm-item-wrap .prm-items .prm-txt ul.info li .txt { font-size: 14px; padding: 3px 0 3px 20px; }
}









/* ********************
*  ÃàÁ¦ÀÏÁ¤
******************** */
.cnt-wrap-title { width:100%; padding:20px 0 30px 0; font-size:45px; font-family:var(--mandu); font-weight:normal; letter-spacing:0.05em; color:var(--main-color); text-align:center; }
.cnt-wrap-title span { display:block; width:100%; padding:10px 0 0 0; font-size:25px; font-family:var(--neo); font-weight:700; letter-spacing:-0.05em; color:#666; }



.schedule_wrap { position:relative; padding-left:178px; font-family:var(--neo); overflow:hidden; }
.schedule_wrap .time { position:absolute; left:0; top:0; line-height:1.4; letter-spacing:-0.05em; box-shadow: 5px 0px 5px rgb(0 0 0 / 10%); }
.schedule_wrap .time li { font-family:var(--neo); background:#f7f7f7; width:180px; font-size:16px; font-weight:700; text-align:center; display:flex; align-items:center; justify-content:center; border-bottom:1px dashed rgba(0,0,0,0.2); color:#000; }
.schedule_wrap .time li.title { background:#eaeaea; color:#000; font-family:var(--neo); font-size:20x; font-weight:700; }

.schedule_cnt { overflow-x:auto; cursor:grab; }
.schedule_table { display:flex;  }
.schedule_table .daywrap { display:flex; flex-wrap:wrap; font-family:var(--neo); border-left:2px dashed #fff; }
.schedule_table .daywrap h3 { font-size:23px; font-weight:700; width:100%; display:flex; align-items:center; justify-content:center; }

.schedule_table .daywrap .daypyo { display:flex; justify-content:start; }
.schedule_table .daywrap .daypyo .dayset { display:flex; flex-wrap:wrap; justify-content:start; }
.schedule_table .daywrap .daypyo .dayset.width1 { width:180px; }
.schedule_table .daywrap .daypyo .dayset.width2 { width:360px; }
.schedule_table .daywrap .daypyo .dayset h4 { width:100%; font-size:20px; font-weight:800; text-align:center; padding:13px 0 0 0; line-height:1.2; }
.schedule_table .daywrap .daypyo .dayset h4 span { display:block; font-size:15px; width:100%; }
.schedule_table .daywrap .daypyo .dayset ul.dayUl { width:180px; line-height:120%; text-align:center; }
.schedule_table .daywrap .daypyo .dayset ul.dayUl li { border-bottom:1px dashed rgba(0,0,0,0.2); display:flex; flex-direction:column; justify-content:center; align-items:center; padding:0 10px; font-size:15px; color:#000; font-weight:700; line-height:1.2; }
.schedule_table .daywrap h5 { width:100%; font-size:18px; font-weight:800; display:flex; align-items:center; justify-content:center; }

.caption_txt {text-align:right; margin-top:20px; font-size:15px; font-weight:700; color:#FF0000;}

.sch-h1 { height:70px; }
.sch-h2 { height:140px; }
.sch-h3 { height:210px; }
.sch-h4 { height:280px; }
.sch-h5 { height:350px; }
.sch-h6 { height:420px; }
.sch-h7 { height:490px; }
.sch-h8 { height:560px; }
.sch-h9 { height:630px; }
.sch-h20 { height:1400px; }

.sch-bg1-1 { background:#ea5504; color:#fff; }
.sch-bg1-2 { background:#f8b500; color:#333; }
.sch-bg2-1 { background:#ff6024; color:#fff; }
.sch-bg2-2 { background:#fccb0f; color:#333; }
.sch-bg2-3 { background:#fff5e0; color:#333; }
.sch-bg3-1 { background:#fde9d9; }
.sch-bg3-2 { background:#fff5e0; }

@media screen and (max-width: 1580px){
	.cnt-wrap-title { padding:15px 0 25px 0; font-size:38px; }
	.cnt-wrap-title span { padding:10px 0 0 0; font-size:22px; }

	.schedule_wrap { padding-left:128px; }
	.schedule_wrap .time li { width:130px; font-size:15px; }
	.schedule_wrap .time li.title { font-size:16px; }

	.schedule_table .daywrap h3 { font-size:21px; }

	.schedule_table .daywrap .daypyo .dayset.width1 { width:150px; }
	.schedule_table .daywrap .daypyo .dayset.width2 { width:300px; }
	.schedule_table .daywrap .daypyo .dayset h4 { font-size:18px; padding:6px 0 0 0; }
	.schedule_table .daywrap .daypyo .dayset h4 span { font-size:14px; }
	.schedule_table .daywrap .daypyo .dayset ul.dayUl { width:150px; }
	.schedule_table .daywrap .daypyo .dayset ul.dayUl li { padding:0 10px; font-size:14px; }
	.schedule_table .daywrap h5 { font-size:16px; }
	.caption_txt { margin-top:20px; font-size:14px; }

	.sch-h1 { height:50px; }
	.sch-h2 { height:100px; }
	.sch-h3 { height:150px; }
	.sch-h4 { height:200px; }
	.sch-h5 { height:250px; }
	.sch-h6 { height:300px; }
	.sch-h7 { height:350px; }
	.sch-h8 { height:400px; }
	.sch-h9 { height:450px; }
	.sch-h20 { height:1000px; }
}

@media screen and (max-width: 900px){
	.cnt-wrap-title { padding:10px 0 20px 0; font-size:32px; }
	.cnt-wrap-title span { padding:10px 0 0 0; font-size:18px; }

	.schedule_wrap { padding-left:108px; }
	.schedule_wrap .time li { width:110px; font-size:14px; }
	.schedule_wrap .time li.title { font-size:15px; }

	.schedule_table .daywrap h3 { font-size:19px; }

	.schedule_table .daywrap .daypyo .dayset.width1 { width:130px; }
	.schedule_table .daywrap .daypyo .dayset.width2 { width:260px; }
	.schedule_table .daywrap .daypyo .dayset h4 { font-size:16px; padding:6px 0 0 0; }
	.schedule_table .daywrap .daypyo .dayset h4 span { font-size:13px; }
	.schedule_table .daywrap .daypyo .dayset ul.dayUl { width:130px; }
	.schedule_table .daywrap .daypyo .dayset ul.dayUl li { padding:0 10px; font-size:13px; }
	.schedule_table .daywrap h5 { font-size:15px; }
	.caption_txt { margin-top:20px; font-size:13px; }

	.sch-h1 { height:50px; }
	.sch-h2 { height:100px; }
	.sch-h3 { height:150px; }
	.sch-h4 { height:200px; }
	.sch-h5 { height:250px; }
	.sch-h6 { height:300px; }
	.sch-h7 { height:350px; }
	.sch-h8 { height:400px; }
	.sch-h9 { height:450px; }
	.sch-h20 { height:1000px; }
}

@media screen and (max-width: 650px){
	.cnt-wrap-title { padding:10px 0 20px 0; font-size:23px; }
	.cnt-wrap-title span { padding:10px 0 0 0; font-size:14px; }

	.schedule_wrap { padding-left:68px; }
	.schedule_wrap .time li { width:70px; font-size:12px; }
	.schedule_wrap .time li.title { font-size:12px; }

	.schedule_table .daywrap h3 { font-size:16px; }

	.schedule_table .daywrap .daypyo .dayset.width1 { width:95px; }
	.schedule_table .daywrap .daypyo .dayset.width2 { width:190px; }
	.schedule_table .daywrap .daypyo .dayset h4 { font-size:14px; padding:10px 0 0 0; }
	.schedule_table .daywrap .daypyo .dayset h4 span { font-size:12px; }
	.schedule_table .daywrap .daypyo .dayset ul.dayUl { width:95px; }
	.schedule_table .daywrap .daypyo .dayset ul.dayUl li { padding:0 10px; font-size:13px; }
	.schedule_table .daywrap h5 { font-size:13px; }
	.caption_txt { margin-top:20px; font-size:12px; }

	.sch-h1 { height:50px; }
	.sch-h2 { height:100px; }
	.sch-h3 { height:150px; }
	.sch-h4 { height:200px; }
	.sch-h5 { height:250px; }
	.sch-h6 { height:300px; }
	.sch-h7 { height:350px; }
	.sch-h8 { height:400px; }
	.sch-h9 { height:450px; }
	.sch-h20 { height:1000px; }
}

.schedule_wrap2 { }
.schedule_wrap2 ul.sch_always { display:flex; flex-wrap:wrap; justify-content:space-between; font-family:var(--neo); }
.schedule_wrap2 ul.sch_always li { display:flex; width:25%; }
.schedule_wrap2 ul.sch_always li strong { width:30%; font-size:18px; height:70px; font-weight:700; display:flex; align-items:center; justify-content:center; border-bottom:1px dashed rgba(255,255,255,0.3); }
.schedule_wrap2 ul.sch_always li span { width:70%; font-size:18px; height:70px; padding-left:10px; font-weight:500; display:flex; align-items:center; justify-content:start; border-bottom:1px dashed rgba(0,0,0,0.2); line-height:1.2; }

@media screen and (max-width: 1580px){
	.schedule_wrap2 ul.sch_always li { width:25%; }
	.schedule_wrap2 ul.sch_always li strong { width:30%; font-size:16px; height:65px; }
	.schedule_wrap2 ul.sch_always li span { width:70%; font-size:16px; height:65px; padding-left:10px; }
}

@media screen and (max-width: 900px){
	.schedule_wrap2 ul.sch_always li { width:50%; }
	.schedule_wrap2 ul.sch_always li strong { width:30%; font-size:15px; height:60px; }
	.schedule_wrap2 ul.sch_always li span { width:70%; font-size:15px; height:60px; padding-left:10px; }
}

@media screen and (max-width: 650px){
	.schedule_wrap2 ul.sch_always li { width:50%; }
	.schedule_wrap2 ul.sch_always li strong { width:30%; font-size:13px; height:55px; }
	.schedule_wrap2 ul.sch_always li span { width:70%; font-size:13px; height:55px; padding-left:10px; }
}

.schedule_wrap3 { }
.schedule_wrap3 ul.sch_always { display:flex; flex-wrap:wrap; justify-content:space-between; font-family:var(--neo); }
.schedule_wrap3 ul.sch_always li { display:flex; width:50%; }
.schedule_wrap3 ul.sch_always li strong { width:30%; font-size:18px; height:70px; font-weight:700; display:flex; align-items:center; justify-content:center; border-bottom:1px dashed rgba(255,255,255,0.3); }
.schedule_wrap3 ul.sch_always li span { width:70%; font-size:18px; height:70px; padding-left:10px; font-weight:500; display:flex; align-items:center; justify-content:start; border-bottom:1px dashed rgba(0,0,0,0.2); line-height:1.2; }

@media screen and (max-width: 1580px){
	.schedule_wrap3 ul.sch_always li { width:50%; }
	.schedule_wrap3 ul.sch_always li strong { width:30%; font-size:16px; height:65px; }
	.schedule_wrap3 ul.sch_always li span { width:70%; font-size:16px; height:65px; padding-left:10px; }
}

@media screen and (max-width: 900px){
	.schedule_wrap3 ul.sch_always li { width:100%; }
	.schedule_wrap3 ul.sch_always li strong { width:30%; font-size:15px; height:60px; }
	.schedule_wrap3 ul.sch_always li span { width:70%; font-size:15px; height:60px; padding-left:10px; }
}

@media screen and (max-width: 650px){
	.schedule_wrap3 ul.sch_always li { width:100%; }
	.schedule_wrap3 ul.sch_always li strong { width:30%; font-size:13px; height:55px; }
	.schedule_wrap3 ul.sch_always li span { width:70%; font-size:13px; height:55px; padding-left:10px; }
}

/* ********************
*  ÃàÁ¦Àå¾È³»
******************** */
.my_place_wrap { }
.my_place_wrap h2 { width:100%; padding:20px 0 30px 0; font-size:45px; font-family:var(--mandu); font-weight:normal; letter-spacing:0.05em; color:var(--main-color); text-align:center; }
.my_place_wrap h2 span { font-family:var(--neo); display:block; font-weight:600; padding:15px 0 0 0; font-size:22px; color:#212121; letter-spacing:-0.025em;}
.my_place_wrap .map-innwrap { max-width:1580px; margin:0 auto; border-radius:20px; border:1px solid rgba(0,0,0,0.1); overflow:auto; cursor:grab; }
.my_place_wrap .map-innwrap img { width:120%; }

@media screen and (max-width: 1580px){
	.my_place_wrap h2 { padding:15px 0 25px 0; font-size:38px; }
	.my_place_wrap h2 span { padding:15px 0 0 0; font-size:18px; }
	.my_place_wrap .map-innwrap { max-width:100%; border-radius:10px; }
	.my_place_wrap .map-innwrap img { width:1800px; }
}
@media screen and (max-width: 900px){
	.my_place_wrap h2 { padding:10px 0 20px 0; font-size:32px; }
	.my_place_wrap h2 span { padding:10px 0 0 0; font-size:16px; }
	.my_place_wrap .map-innwrap { max-width:100%; border-radius:10px; }
	.my_place_wrap .map-innwrap img { width:1500px; }
}
@media screen and (max-width: 650px){
	.my_place_wrap h2 { padding:10px 0 20px 0; font-size:26px; }
	.my_place_wrap h2 span { padding:10px 0 0 0; font-size:14px; }
	.my_place_wrap .map-innwrap { max-width:100%; border-radius:10px; }
	.my_place_wrap .map-innwrap img { width:1200px; }
}










/*
.positionWrap { position:relative; width:100%; padding:0 0; letter-spacing:-0.05em; text-align:left; font-family: 'Pretendard'; }

.position-Wrap { display:flex; flex-wrap:wrap; justify-content:space-between; align-self: start; max-width:1360px; margin:0 auto; }

.position-Wrap .map-item { width:49%; overflow:hidden; padding:0; border:1px solid #eaeaea; }
.position-Wrap .map-item .map-wrap { position:relative; width:100%;  overflow:hidden; }

.position-Wrap .map-info { width:100%; background:#4c825c; text-align:center; font-family:'NanumSquareNeoExtraBold';  }
.position-Wrap .map-info h3 { font-size:25px; padding:20px 0 20px 0; color:rgba(255,255,255,1); }
.position-Wrap .map-info ul.addr { width:95%; margin:0 auto; padding:10px 0; }
.position-Wrap .map-info ul.addr li { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; margin:1% 0; }
.position-Wrap .map-info ul.addr li span { width:calc(100% - 150px); padding:10px 0; font-size:20px; color:#fff; text-align:left; }
.position-Wrap .map-info ul.addr li span i { vertical-align:middle; }
.position-Wrap .map-info ul.addr li strong { width:130px; }
.position-Wrap .map-info ul.addr li strong a { display:block; width:100%; padding:8px 10px 8px 10px; font-size:14px; color:#fff; background:#13371e; border-radius:30px; line-height:1; text-align:center; transition:all .2s; font-weight:normal; }
.position-Wrap .map-info ul.addr li strong a:hover { background:#c4e8ce; color:#000; transition:all .2s; }

.map-info-wrap { display:flex; flex-wrap:wrap; justify-content:space-between; max-width:1360px; margin:0 auto; padding:50px 0; font-family: 'Pretendard'; }
.map-info-wrap h3 { font-family:'NanumSquareNeoExtraBold'; font-size:35px; padding-bottom:30px; color:#333; line-height:1.2; text-align:center; font-weight:normal; }
.map-info-wrap .con01-left { width:100%; }
.map-info-wrap .con01-left .con01-title { display:block; font-family:NanumSquareNeoExtraBold; width:100%; font-size: 15px; line-height: 23px; font-weight: 500; color: #666666; padding-bottom:8px; }
.map-info-wrap .con01-righ { width:100%; }
ul.sbj-box { margin-top:0; }
ul.sbj-box li { width:100%; padding-bottom: 10px; margin-bottom:15px; font-family:NanumSquareNeoExtraBold; border-bottom:1px dashed rgba(0,0,0,0.2); }
ul.sbj-box li .sbjtit { display:block; width:100%; font-size: 15px; line-height: 23px; font-weight: 500; color: #666666; padding-bottom:8px; }
ul.sbj-box li .sbjdesc { display:block; width:100%; font-size: 19px; line-height: 23px; font-family:NanumSquareNeoExtraBold; color: #211955; padding-bottom: 8px; }

@media screen and (max-width: 1360px){
	.position-Wrap { max-width:100%; }

	.position-Wrap .map-item { width:49%; } 
	.position-Wrap .map-info h3 { font-size:22px; padding:20px 0 20px 0; }
	.position-Wrap .map-info ul.addr { padding:10px 0; }
	.position-Wrap .map-info ul.addr li { margin:1% 0; }
	.position-Wrap .map-info ul.addr li span { width:calc(100% - 150px); padding:10px 0; font-size:18px; }
	.position-Wrap .map-info ul.addr li strong { width:130px; }
	.position-Wrap .map-info ul.addr li strong a { padding:8px 10px 8px 10px; font-size:14px; }

	.map-info-wrap { max-width:100%; padding:50px 0; }
	.map-info-wrap h3 { font-size:30px; padding-bottom:25px; }
	.map-info-wrap .con01-left .con01-title { font-size: 14px; line-height: 23px; padding-bottom:8px; }
	ul.sbj-box li { padding-bottom: 10px; margin-bottom:15px; }
	ul.sbj-box li .sbjtit { font-size: 14px; line-height: 23px; padding-bottom:8px; }
	ul.sbj-box li .sbjdesc { font-size: 18px; line-height: 23px; padding-bottom: 8px; }
}
@media screen and (max-width: 900px){
	.position-Wrap .map-item { width:100%; margin-bottom:20px; } 
	.position-Wrap .map-info h3 { font-size:19px; padding:20px 0 20px 0; }
	.position-Wrap .map-info ul.addr { padding:5px 0; }
	.position-Wrap .map-info ul.addr li { margin:1% 0; }
	.position-Wrap .map-info ul.addr li span { width:calc(100% - 150px); padding:10px 0; font-size:15px; }
	.position-Wrap .map-info ul.addr li strong { width:130px; }
	.position-Wrap .map-info ul.addr li strong a { padding:8px 10px 8px 10px; font-size:13px; }

	.map-info-wrap { max-width:100%; padding:20px 0; }
	.map-info-wrap h3 { font-size:25px; padding-bottom:20px; }
	.map-info-wrap .con01-left .con01-title { font-size: 13px; line-height: 23px; padding-bottom:8px; }
	ul.sbj-box li { padding-bottom: 10px; margin-bottom:14px; }
	ul.sbj-box li .sbjtit { font-size: 13px; line-height: 23px; padding-bottom:8px; }
	ul.sbj-box li .sbjdesc { font-size: 16px; line-height: 23px; padding-bottom: 8px; }
}
@media screen and (max-width: 650px){
	.position-Wrap .map-item { width:100%; margin-bottom:20px; } 
	.position-Wrap .map-info h3 { font-size:16px; padding:10px 0 10px 0; }
	.position-Wrap .map-info ul.addr { padding:5px 0; }
	.position-Wrap .map-info ul.addr li { margin:1% 0; }
	.position-Wrap .map-info ul.addr li span { width:calc(100% - 150px); padding:10px 0; font-size:13px; }
	.position-Wrap .map-info ul.addr li strong { width:130px; }
	.position-Wrap .map-info ul.addr li strong a { padding:8px 10px 8px 10px; font-size:12px; }

	.map-info-wrap { max-width:100%; padding:20px 0; }
	.map-info-wrap h3 { font-size:22px; padding-bottom:20px; }
	.map-info-wrap .con01-left .con01-title { font-size: 13px; line-height: 23px; padding-bottom:8px; }
	ul.sbj-box li { padding-bottom: 10px; margin-bottom:14px; }
	ul.sbj-box li .sbjtit { font-size: 13px; line-height: 20px; padding-bottom:8px; }
	ul.sbj-box li .sbjdesc { font-size: 15px; line-height: 20px; padding-bottom: 8px; }
}
*/