@charset "utf-8";

/* Style.css 상속 */ 
	/* Accordion */
		[class*="aco-type01"] {border-bottom:1px solid #ccc; margin-top: 40px;}
		[class*="aco-type01"] > .aco-wrap {margin-bottom:-1px;}
		[class*="aco-type01"] > .aco-wrap > .aco-head {display:flex; align-items: center; justify-content: space-between;  border-top:1px solid #ccc; border-bottom:1px solid #ccc; height:90px;cursor: pointer;}
		[class*="aco-type01"] > .aco-wrap:first-child .aco-head {border-top:1px solid #222;}
		[class*="aco-type01"] > .aco-wrap > .aco-cont {padding:20px;}
		[class*="aco-type01"] > .aco-wrap > .aco-head > .aco-ic-ct-btn {flex:0 0 90px; width:90px; height:100%;transition: transform .3s ease;}
		[class*="aco-type01"] > .aco-wrap > .aco-head > .aco-ic-ct-btn:before {background-position:-150px -400px; width:21px; height:11px;}

		[class*="aco-type01"] > .aco-wrap.active > .aco-head > .aco-ic-ct-btn {transform: rotate(180deg);}

		.aco-type0101 .aco-ic-ct-btn {flex:0 0 15px; width:15px; height:100%;}
		.aco-type0101 .aco-ic-ct-btn:before {background-position:-200px -400px; width:15px; height:10px;}
		.aco-type0101 .aco-cont {padding:30px; font-size:16px; line-height:28px; color:#888;}

		[class*="aco-type02"] > .aco-wrap > .aco-head > .aco-ic-ct-btn:before {transition: transform .3s ease;}
		[class*="aco-type02"] > .aco-wrap.active > .aco-head > .aco-ic-ct-btn:before {transform: translate(0, -50%) rotate(180deg);}

		.aco-type02 .aco-wrap + .aco-wrap {border-top:1px solid #ccc;}
		.aco-type02 .aco-head {display:flex; align-items: center; justify-content: space-between; height:63px;cursor: pointer;}
		.aco-type02 .aco-ic-ct-btn {flex:0 0 auto; gap:14px; width:auto; height:100%; padding-right:26.87px; font-size:16px;}
		.aco-type02 .aco-ic-ct-btn:before {left:auto; right:0; background-position:-200px -400px; width:15px; height:10px; transform:translate(0, -50%);}
		/* .aco-type02.active .aco-ic-ct-btn:before {background-position:-200px -400px; width:15px; height:10px; transform:translate(0, -50%) rotate(180deg);} */
		.aco-type02 .aco-cont {padding-bottom: 20px;}
		
		.aco-type0202 .aco-wrap + .aco-wrap {margin-top:24px}
		.aco-type0202 .aco-head{border:1px solid #A7A7A7;border-radius: 16px;padding:32px 40px;cursor: pointer;}
		.aco-type0202 .aco-head.ing{border:1px solid #F65555}
		.aco-type0202 .aco-head h3{font-size: 20px;font-weight: 500}
		.aco-type0202 .aco-ic-ct-btn {flex:0 0 auto; gap:14px; width:auto; height:100%; padding-right:26.87px; font-size:20px;}
		.aco-type0202 .aco-ic-ct-btn:before {left:auto; right:0; background-position:-200px -400px; width:15px; height:10px; transform:translate(0, -50%);}
		/* .aco-type02.active .aco-ic-ct-btn:before {background-position:-200px -400px; width:15px; height:10px; transform:translate(0, -50%) rotate(180deg);} */
		.aco-type0202 .aco-cont {padding-bottom: 20px;}
		.aco-type0202 .date-wrap {color:#666}
		.event_list li{ padding:32px 40px;background: #f7f7f7;border:1px solid #a7a7a7;border-radius: 16px;}
		.event_list li + li{ margin-top:10px}
		.event_list li span{color:#666666}
		.event_list li b{font-size: 20px;font-weight: 500;color:#000}
		
		.address_list li{padding:32px 40px;border:1px solid #a7a7a7;border-radius: 16px;font-size: 16px;}
		.address_list li h3{font-size: 20px;font-weight: bold;width: 30%;}
		.address_list li.active{border:1px solid #F5BE54;}
		.address_list li + li{ margin-top:10px}
		.bage-yel{ padding:5px 13px ;border-radius: 15px;background: #F5BE54;color: #fff;margin-left: 20px;font-size: 14px;}

	/* Arrow Group */
		/*.arw-01 > * + * {margin-left:7px; padding-left:14px;}
		.arw-01 > * + *:before {background-position:-20.83vw -20.83vw; width:7px; height:12px;}

	/* Badge */
		[class*="bage-01"] {align-items: center; border-radius:5px; padding:0 10px; font-size:12px; line-height:26px; color:white;}

	/* Bar */
		/* Horizontal Bar */
			.hbar-01 > * + *:before {background:#e2e2e2;}

		/* Vertical Bar */
			.vbar-01 {gap:10px;}
			.vbar-01 > * + * {padding-left:10px;}
			.vbar-01 > * + *:before {background:#ccc; height:15px;}

	/* Bullet */
		/*.bul-num01 > *:before {font-size:3.89vw; font-weight:500; color:black;}

	/* Button */
		/* Button Color */
			.btn-gry {border-color:#888;}
			.btn-blk {border-color:#333;}
			.btn-lgry {border-color:#f7f7f7; color:var(--mc);}
			.btn-gra01 {border-image:var(--bg-gra01); box-shadow:var(--bs-type01);}
			.btn-b-lgry {background:white; color:#666;}
			.btn-b-lblu {background:white; color:var(--mlc);}
			.btn-b-red {background: white;border-color: var(--lvred);color: #111;}
			.btn-b-org {background: white;border-color: var(--lvorg);color: #111;}
			.btn-b-ylw {background: white;border-color: var(--lvylw);color: #111;}
			.btn-b-grn {background: white;border-color: var(--lvgrn);color: #111;}
			.btn-b-sky {background: white;border-color: var(--lvsky);color: #111;}

		/* Button Size */
			.btn-sz01 {height:56px; padding:0 32px; font-size:20px;}
			.btn-sz02 {height:80px; padding:0 40px; font-size:24px;}

			.btn-rsz01 {border-radius:56px; height:56px; padding:0 32px; font-size:20px;}
			.btn-rsz02 {border-radius:80px; height:80px; padding:0 40px; font-size:24px;}
			.btn-rsz03 {border-radius:40px; height:50px; padding:0 20px; font-size:18px;}

		/* Button Icon */
			.btncus-ic-more {gap:17px; border-bottom:2px solid var(--mc); font-size:20px; font-weight:700; color:var(--mc); width: fit-content;}
			.btncus-ic-more:before {display:none;}
			.btncus-ic-more:after {background-position:-200px 0; width:10px; height:15px;}
			[class*="btncus-ic-ct-"] {background:var(--mlc); width: 64px;height: 64px;border-radius:50%;}
			/*.btncus-ic-ct-speak {background:var(--mlc); border-radius:50%; width:64px; height:64px;}*/
			.btncus-ic-ct-speak:before {background-position:-350px 0; width:34px; height:28px;}
			.btncus-ic-ct-ado {background: #fff;}
			.btncus-ic-ct-ado:before {background-position: -800px 0;width: 32px;height: 32px;}
			.btncus-ic-ct-attimg {background: #fff;}
			.btncus-ic-ct-attimg:before {background-position: -850px 0;width: 32px;height: 33px;}
			.btncus-ic-ct-arr {width: 40px;height: 40px;}
			.btncus-ic-ct-arr:before {background-position: -500px -50px;width: 13px;height: 18px;}
			.btncus-ic-refresh {background:var(--fc-c03); border-color:var(--fc-c03); color:var(--fc-c02);}
			.btncus-ic-refresh:before {background-position:-650px -50px; width:20px; height:20px; margin-right:12px;}

		/* Button Text */
			.txt-lnk {border-bottom:1px solid transparent; color:black;}
			.txt-lnk:hover,
			.txt-lnk:focus {border-bottom:1px solid black;}
			.txt-lnk.-fmn {color:var(--mic);}
			.txt-lnk.-fmn:hover,
			.txt-lnk.-fmn:focus {border-color:var(--mic);}
	/*badge*/
		[class*="badge-"]{border-width:1px;border-style:solid;border-color:var(--mc);font-size:18px;color:var(--mc);padding:5px 10px;border-radius:20px}
		[class*="-bred"] {background:var(--lvred);border-color:var(--lvred);font-size:18px;color:#fff;padding:5px 10px;border-radius:20px}
	/* Form */
		/* Input - Check Box, Radio */
			.chk-rdo01 input:checked + span:before {background:var(--mlc);}
			.chk-rdo01 input:checked + span:after {left:6px; top:6px; background-position:-150px -100px; width:18px; height:14px;}
			.chk-rdo01 input:checked:disabled + span:after {background-position:-200px -100px;}
			.chk-rdo01.com  span:before {display: none;}

			.chk-rdo02 > span:before {border-radius:50%;}
			.chk-rdo02 input:checked + span:after {left:5px; top:5px; background:var(--mlc); border-radius:50%; width:12px; height:12px;}
			.chk-rdo02 input:checked:disabled + span:after {background:var(--fom-disbdr);}

			.chk-rdo03 span {position: relative; width: 64px;height: 64px;border-radius: 50%;overflow: hidden;}
			.chk-rdo03 span:before {content: none;}
			.chk-rdo03 [type="radio"]:checked + span:before {content:''; position: absolute; width: 100%;height: 100%;background: rgba(0,0,0,.5);}
			.chk-rdo03 [type="radio"]:checked + span:after {background:var(--icon); background-size:var(--bgsize); background-position:-400px 0; width: 22px;height: 16px;left: 50%;top: 50%;transform: translate(-50%, -50%);}

			.chk-rdo04 {margin-right: 15px;}
			.chk-rdo04 > span {display: flex;align-items: center; gap: 7px;font-size: 12px;}
			.chk-rdo04 > span:before {border-radius:2px;}
			.chk-rdo04 input:checked + span::before {border-color: var(--mc);background: var(--mlc);}
			.chk-rdo04 input:checked + span:after {left:5px; top:5px; background-position: -150px -100px;width: 18px;height: 14px;}
			.chk-rdo04 input:checked:disabled + span:after {background:var(--fom-disbdr);}

			.chk-rdo-swc span {align-items: center; width:120px; height:64px;}
			.chk-rdo-swc span:before {position:absolute; right:0; flex:0 0 120px; background:#e2e2e2; border:0; border-radius:5.56vw; box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2); width:120px; height:64px;}
			.chk-rdo-swc span:after {position:absolute; left:auto; right:64px; background:white; border-radius:50%; transition:right .3s ease; width:48px; height:48px;}
			.chk-rdo-swc input:checked + span:before {background:var(--mc);}
			.chk-rdo-swc input:checked + span:after {right:8px;}

			/*.chk-rdo03 > span {position: relative;}
			.chk-rdo03 > span em{color: #666;font-weight: 500;font-size: 32px;position: absolute;top:50%;left: 50%;transform: translate(-50%, -50%);}
			.chk-rdo03 > span:before{width: 220px;height: 220px;flex:0 0 220px;border-radius: 50%;}
			.chk-rdo03 input:checked + span:before {border:1px solid var(--mc);}
			.chk-rdo03 input:checked + span em {color:#f65555}

			/* 버튼형 */
			/*.chk-rdo03 span {width:100%;}
			.chk-rdo03 span:before {display:none;}
			.chk-rdo03 input:checked + span {border-color:var(--mc); color:var(--mc);}
			.chk-rdo03 input:disabled + span {background:var(--moc05); border-color:var(--moc05); color:var(--moc04);}*/

			/* 체크 */
			/*.chk-rdo-swc span {position:relative; background:#f5f5f5; border-radius:50%; width:6.67vw; height:6.67vw;}
			.chk-rdo-swc span:before {position:absolute; left:50%; top:50%; background:var(--c-icon); background-size:var(--bgsize); background-position:-27.78vw -13.89vw; border:0; width:3.06vw; height:2.22vw; transform:translate(-50%, -50%);}
			.chk-rdo-swc span:after {display:none;}
			.chk-rdo-swc input:checked + span {background:var(--mc);}
			.chk-rdo-swc input:checked + span:before {background-position:-20.83vw -13.89vw;}*/

		/* Input - Search */
			.inp-sch01 {width:1000px; margin:50px auto 0;}

		/* Input - File */
			.inp-file01 input[type="text"] {display: inline-block; width: 100%; height: 56px; border: 2px solid var(--moc04);border-top-left-radius: 8px;border-bottom-left-radius: 8px;border-right: none;font-size: var(--fom-fs);color: var(--moc04);}
			.inp-file01 span[class*="btn-"] {border-radius: 8px;border-left: none;border-top-left-radius: 0;border-bottom-left-radius: 0;}

		/* Input - readonly */
			input[type="text"]:read-only,
			input[type="text"][readonly] {background: var(--moc01);cursor: default;}

		/* Select (Nice Select Base) */
			.sel-type01 .nice-select {background:transparent; border:2px solid #9b9b9b; border-radius:5px; box-shadow:var(--bs-type03); height:64px; padding:0 64px 0 32px; font-weight:500; color:var(--moc06);}
			.sel-type01 .nice-select:after {background-position:-200px -50px; right:18px; width:26px; height:19px;}
			.sel-type01 .nice-select .current {font-size:30px; line-height:64px;}

		/* Time Select */
			.time-select01 {font-size:30px; color:#black;}
			.time-select01 > * {flex:0 0 120px; width:120px; color:#ccc;}
			.time-select01 .time-ampm input[type="radio"]:checked + span {color:black;}
			.time-select01 .time-hour,
			.time-select01 .time-min {font-size:40px; font-weight:700;}
			.time-select01 .time-hour input[type="radio"]:checked + span,
			.time-select01 .time-min input[type="radio"]:checked + span {transition:font-size .1s ease; font-size:56px; color:#9B9B9B;}

	/* Icon */
		.ic-panel:before {background-position:-50px 0; width:26px; height:20px;}
		.ic-chk:before {background-position:-150px -50px; width:80px; height:80px;}
		.ic-lock:before {background-position:-250px -50px; width:80px; height:80px;}
		.ic-ribbon02 {display:inline-flex; justify-content: center; position:relative; width:114px; height:143px; padding-bottom:22px; font-size:18px; font-weight:700; line-height:24px; color:white;}
		.ic-ribbon02:before {position:absolute; left:0; top:0; background-position:0 -50px; width:114px; height:143px;}
		.ic-ribbon02 span {display:flex; gap:14px; flex-direction: column; align-items: center; position:relative; z-index:1;}
		.ic-ribbon02 strong {font-weight:800; font-size:40px;}
		.ic-ribbon03 {display:inline-flex; justify-content: center;margin-right:10px; position:relative; width:35px; height:44px; padding-bottom:4px; font-size:18px; font-weight:700; line-height:24px; color:white;}
		.ic-ribbon03:before {position:absolute; left:0; top:0; background-position: -2px -68px;width: 35px;height: 44px;background-size: 336px;}
		.ic-ribbon03 span {display:flex; gap:14px; flex-direction: column; align-items: center; position:relative; z-index:1;align-items: center;}
		.ic-ribbon03 strong {font-weight:800; font-size:20px;}
		.ic-blog:before {background-position:-450px 0; width:39px; height:32px;}
		.ic-insta:before {background-position:-500px 0; width:33px; height:33px;}
		.ic-yt:before {background-position:-550px 0; width:34px; height:24px;}
		.ic-kakao:before {background-position:-600px 0; width:36px; height:32px;}
		.ic-clip {flex:0 0 15px;}
		.ic-clip:before {background-position:-700px 0; width:15px; height:18px;}
		.ic-wrn:before {background-position: -900px 0;width: 32px;height: 32px;}
		.ic-spner:before {background-position: -950px 0;width: 32px;height: 32px;}
		.ic-ct-cam, .ic-ct-dvc, .ic-ct-home {width: 32px;height: 32px;border-radius: 50%;}
		.ic-ct-cam:before {background-position: -400px -50px;width: 19px;height: 16px;}
		.ic-ct-dvc:before {background-position: -350px -50px;width: 20px;height: 16px;}
		.ic-ct-home:before {background-position: -450px -50px;width: 20px;height: 17px;}
		.ic-ct-itr-ttip:before {background-position: -400px -100px;width: 54px;height: 39px;}
		.ic-user:before {background-position: -200px -150px;width: 40px;height: 40px;}
		.ic-cal:before {background-position: -250px -150px;width: 40px;height: 40px;}
		.ic-chart:before {background-position: -300px -150px;width: 40px;height: 40px;}
		.ic-laptop:before {background-position: -350px -150px;width: 40px;height: 40px;}
		.ic-cam2:before {background-position: -750px -150px;width: 28px;height: 23px;}
		.ic-home2:before {background-position: -800px -150px;width: 28px;height: 25px;}
		.ic-dvc2:before {background-position: -850px -150px;width: 28px;height: 23px;}

	/* No Data */
		.no-data01 {flex-direction: column; gap: 0.52vw; min-height: 15.33vw; margin-top: 1.04vw; border-top:2px solid var(--mc);border-bottom: 1px solid #ccc;}

	/* Popup */
		[class*="pop-type02"] .pop-contain {border-radius:40px; width:720px;}
		[class*="pop-type02"] .pop-head {flex:0 0 95px; height:95px; padding:0 104px;}
		[class*="pop-type02"] .pop-head h1 {font-size:32px; text-align:center;}
		[class*="pop-type02"] .pop-foot {gap:24px; flex:0 0 110px; height:110px;}
		[class*="pop-type02"] .pop-foot > button,
		[class*="pop-type02"] .pop-foot > a {border-radius:60px; height:60px; font-size:20px;}
		[class*="pop-type02"] .pop-cont {padding:40px 0; font-size:30px; line-height:48px;}
		[class*="pop-type02"] .pop-cont-in {max-height:calc(var(--pop-maxh) - 136px - 128px - 72px - 72px);}
		[class*="pop-type02"] .pop-close {right:24px; top:40px; background:white; border-radius:50%; width:56px; height:56px;}
		[class*="pop-type02"] .pop-close:before {background-position:-200px -300px; width:24px; height:24px;}

		.pop-type0201 .pop-head {background:var(--mlc);}
		.pop-type0202 .pop-contain {width:1200px;}
		.pop-type0201 .pop-close {display:none;}
		.pop-type0201.w1200 .pop-contain {width:800px;}
		
		/* Popup Image View */
			[class*="pop-type03"] {}
			[class*="pop-type03"] .pop-contain {width: fit-content;max-width: 80%;border-radius: 0;overflow: auto;}
			[class*="pop-type03"] .pop-contain img {object-fit:contain;}
			[class*="pop-type03"] .pop-close {background: var(--moc06);}
			img[data-tta] {cursor: pointer;}

		/* 권한허용 Popup */
			[class*="pop-type04"] .pop-contain {width: 800px;border-radius: 40px;box-shadow:var(--bs-type01);}
			[class*="pop-type04"] .pop-head {flex-direction: column;gap: 32px;font-size: 38px;line-height: 64px;padding: 64px 0 40px;color: #222;background: var(--moc01);text-align: center;font-weight: 500;}
			[class*="pop-type04"] .pop-head .acc-logo {width: 218px;height: 54px;background: url('../images/img/img_acc_logo.png') no-repeat 0 0 / contain;}
			[class*="pop-type04"] .pop-cont {padding: 0;margin: 64px 77px;font-size: 30px;line-height: 48px;overflow-y: auto;}
			[class*="pop-type04"] .pop-cont-in {max-height: none;padding: 0;}
			[class*="pop-type04"] .pop-cont .lst-cont01 {flex-direction: column;gap: 24px;}
			[class*="pop-type04"] .pop-cont .lst-cont01 > * {align-items: baseline;gap: 0;font-size: 30px;line-height: 48px;}
			[class*="pop-type04"] .pop-cont .lst-cont01 > *:before {flex: 0 0 22px;}
			[class*="pop-type04"] .pop-cont .lst-cont01 li strong {flex: 0 0 136px;margin-left: 13px;color: var(--moc05);}
			[class*="pop-type04"] .pop-cont .lst-cont01 li p {color: var(--moc04);}
			[class*="pop-type04"] .pop-foot {padding-bottom: 64px;}
			[class*="pop-type04"] .pop-foot > button,
			[class*="pop-type04"] .pop-foot > a {max-width: 280px;height: 80px;font-size: 24px;}

		/* 오늘하루그만보기 */
			[class*="pop-type05"] .pop-cont {width: 100%;max-height: none;padding: calc(var(--pop-br)*2);overflow-y: auto;}
			[class*="pop-type05"] .pop-cont-in {max-height: none;padding: 0;}
			[class*="pop-type05"] .pop-foot {flex: initial;height: auto;padding: 0 calc(var(--pop-br)*2);justify-content: space-between;align-items: center;background: var(--moc02);}
			[class*="pop-type05"] .pop-foot [class*="chk-rdo"] > span {color: #000;font-weight: 400;}
			[class*="pop-type05"] .pop-foot > button,
			[class*="pop-type05"] .pop-foot > a {min-width: auto; max-width: fit-content; font-size: var(--init-fs);font-weight: 400;color: #000;}

		/*.pop-alert .pop-contain {border-radius:11px; width:480px; padding:var(--pop-pad);}
		.pop-alert .pop-cont {padding:var(--pop-pad) 0; text-align:center; color:black;}
		.pop-alert .pop-cont-in {padding:0;}
		.pop-alert .pop-head {padding-bottom:0;}
		.pop-alert .pop-foot {gap:20px; justify-content: center; padding:0;}

	/* Popup Size */

	/* Swiper */
		.swi-ui-type01 {position:relative;}
		.swi-ui-type01 .swiper-pagination {display:flex; gap:12px; position:absolute; left:50%; bottom:80px; height:16px; color:white; transform:translate(-50%, 0); z-index:10;}
		.swi-ui-type01 .swiper-pagination .swiper-pagination-bullet {display:flex; opacity:0.5; cursor:pointer; background:white; border-radius:16px; width:16px; height:16px; transition:all .3s ease;}
		.swi-ui-type01 .swiper-pagination .swiper-pagination-bullet-active {opacity:1; width:56px; transition:all .3s ease;}

		.swi-ui-type02 {position:relative;}
		.swi-ui-type02 .swiper-button-prev,
		.swi-ui-type02 .swiper-button-next {position:absolute; top:50%; background:#c4c4c4; border-radius:50%; width:64px; height:64px; transform:translate(0, -50%);}
		.swi-ui-type02 .swiper-button-prev:hover,
		.swi-ui-type02 .swiper-button-next:hover {background:var(--mlc);}
		.swi-ui-type02 .swiper-button-prev {left:-30px;}
		.swi-ui-type02 .swiper-button-next {right:-30px;}
		.swi-ui-type02 .swiper-button-prev:after,
		.swi-ui-type02 .swiper-button-next:after {background-position:-100px 0; width:21px; height:34px;}
		.swi-ui-type02 .swiper-button-prev:hover:after,
		.swi-ui-type02 .swiper-button-next:hover:after {background-position:-150px 0;}
		.swi-ui-type02 .swiper-pagination {display:flex; gap:12px; justify-content: center; position:static; height:24px; margin-top:16px;}
		.swi-ui-type02 .swiper-pagination .swiper-pagination-bullet {display:flex; background:none; border:2px solid #40476B; border-radius:20px; width:20px; height:20px; transition:all .3s ease;}
		.swi-ui-type02 .swiper-pagination .swiper-pagination-bullet-active {opacity:1; background:#40476B; width:136px; transition:all .3s ease;}

		.swi-ui-type02.type-black .swiper-slide {display: flex;justify-content: center;align-items: center;gap: 40px;height: 500px;}
		.swi-ui-type02.type-black .swiper-slide > * {height: inherit;}
		.swi-ui-type02.type-black .swiper-button-prev,
		.swi-ui-type02.type-black .swiper-button-next {width: 40px;height: 40px;background: var(--moc03);}
		.swi-ui-type02.type-black .swiper-button-prev:hover,
		.swi-ui-type02.type-black .swiper-button-next:hover {background:var(--mlc);}
		.swi-ui-type02.type-black .swiper-button-prev {left: 0;}
		.swi-ui-type02.type-black .swiper-button-next {right: 0;}
		.swi-ui-type02.type-black .swiper-button-prev:after,
		.swi-ui-type02.type-black .swiper-button-next:after {background-position: -150px -150px;width: 8px;height: 14px;}
		.swi-ui-type02.type-black .swiper-button-prev:hover:after,
		.swi-ui-type02.type-black .swiper-button-next:hover:after {background-position:-150px -150px;}
		.swi-ui-type02.type-black .swiper-pagination {height: 16px;margin-top: 50px;}
		.swi-ui-type02.type-black .swiper-pagination .swiper-pagination-bullet {width: 16px;height: 16px;background: #333;opacity: 0.5;border-color: #333;}
		.swi-ui-type02.type-black .swiper-pagination .swiper-pagination-bullet-active {width: 56px;opacity: 1;}

		.swi-ui-type03 {position:relative;}
		.swi-ui-type03 .swiper-pagination {width: 100% !important; bottom:-70px; height:24px; /*overflow:hidden; left:50%;  width:150px !important;  transform:translate(-50%, 0); text-align:center;*/ white-space:nowrap; color:white;}
		.swi-ui-type03 .swiper-pagination .swiper-pagination-bullet {flex:0 0 16px; position:relative; background:#333; margin:0 12px; transition:left .3s, width .3s;}
		.swi-ui-type03 .swiper-pagination .swiper-pagination-bullet-active {flex:0 0 56px; width:56px; transition:all .3s ease;}

		.swi-ui-type04 {position:relative;}
		.swi-ui-type04 .swiper-button-prev,
		.swi-ui-type04 .swiper-button-next {position:absolute; top:50%; background:#eee; width:40px; height:56px; transform:translate(0, -50%);}
		.swi-ui-type04 .swiper-button-prev {left:0;}
		.swi-ui-type04 .swiper-button-next {right:0;}
		.swi-ui-type04 .swiper-button-prev:after,
		.swi-ui-type04 .swiper-button-next:after {background-position:-650px 0; width:8px; height:14px;}
		.swi-ui-type04 .swiper-pagination {display:flex; gap:12px; justify-content: center; position:static; height:10px; margin-top:10px;}
		.swi-ui-type04 .swiper-pagination .swiper-pagination-bullet {display:flex; background:#d9d9d9; border-radius:50%; width:10px; height:10px; transition:all .3s ease;}
		.swi-ui-type04 .swiper-pagination .swiper-pagination-bullet-active {opacity:1; background:var(--mlc);}

		.swi-ui-type05 .swiper-pagination {display: flex;gap: 16px;right: 40px;top: 0;}
		.swi-ui-type05 .swiper-pagination .swiper-pagination-bullet {display: flex;justify-content: center;align-items: center; width: 40px;height: 40px;opacity: 1;border-radius: 50%;border: 1px solid var(--mlc);color: var(--mlc);background: #fff; font-size: 16px;line-height: 40px;font-weight: 700;text-align: center;cursor: pointer;user-select: none;}
		.swi-ui-type05 .swiper-pagination .swiper-pagination-bullet-active {color: #fff;background: var(--mlc);}

		.swi-ui-type06 .swiper-slide {border-radius: 40px;}
		.swi-ui-type06 .swiper-slide img {width: 100%;}
		.swi-ui-type06 .swiper-pagination {display: flex;gap: 16px;justify-content: center;position: static;width: 100%;margin-top: 11px;}
		.swi-ui-type06 .swiper-pagination .swiper-pagination-bullet {width: 16px;height: 16px;border: 2px solid var(--moc);background: none;opacity: 1;}
		.swi-ui-type06 .swiper-pagination .swiper-pagination-bullet-active {background: var(--mlc);border-color: var(--mlc);}
		
		.swi-ui-type07 {position:relative;}
		.swi-ui-type07 .swiper{width:100% !important;}
		.swi-ui-type07 .swiper-button-prev,
		.swi-ui-type07 .swiper-button-next {position:absolute; top:50%;border-radius:50%; background: #F5BE54; width:32px; height:32px; transform:translate(0, -50%);}
		.swi-ui-type07 .swiper-button-prev {left:-20px;}
		.swi-ui-type07 .swiper-button-next {right:-20px;}
		.swi-ui-type07 .swiper-button-prev:after,
		.swi-ui-type07 .swiper-button-next:after {background-position:-650px 0; width:8px; height:14px;filter: brightness(0) invert(1);}
		.swi-ui-type07.teach-list *{flex-wrap:nowrap;text-align:left;align-items: center;}
		.swi-ui-type07.teach-list .fx-i{width: 100%;}
		.swi-ui-type07.teach-list p{font-size:20px;line-height:1.4;letter-spacing:-0.04em}
		
		.swi-ui-type08{position:relative;display:grid;}
		.swi-ui-type08 .swiper-button-prev{position: unset;background: url(../images/dash_icon.png);width:20px;height:20px;background-position:-300px 0;  margin-right: 20px;}
		.swi-ui-type08 .swiper-button-next{position: unset;background: url(../images/dash_icon.png);width:20px;height:20px;background-position:-350px 0;  margin-left: 20px;}
		.swi-ui-type08 .swiper-button-prev:hover{background-position:-300px -50px; }
		.swi-ui-type08 .swiper-button-next:hover{background-position:-350px -50px; }
		.swi-ui-type08 .swi-btnwrap{display:flex;position: relative;justify-content: center;}
		.swi-ui-type08 .swi-btnwrap p{font-size:18px;font-weight: bold;}

		.swi-ui-type09{position:relative;display:grid;}
		.swi-ui-type09 .swiper-button-prev{position: absolute;background: url(../images/dash_icon.png);width:48px;height:48px;background-position:-400px 0;  margin-right: 20px;top:50%;transform:translate(0, -50%);}
		.swi-ui-type09 .swiper-button-next{position: absolute;background: url(../images/dash_icon.png);width:48px;height:48px;background-position:-450px 0;  margin-left: 20px;right: 0;top:50%;transform:translate(0, -50%);}
		.swi-ui-type09 .swiper-button-prev:hover{background-position:-402px -50px; }
		.swi-ui-type09 .swiper-button-next:hover{background-position:-448px -50px; }
	/* Tab Menu */
		.tab-menu01 > * {flex:1;}
		.tab-menu01 > * > * {background:rgba(64, 71, 107, 0.2); border-radius:24px 24px 0px 0px; box-shadow:var(--bs-type02); height:64px; font-size:24px; font-weight:700; padding:0 56px; color:var(--mc);}
		.tab-menu01 > *.active > * {background:var(--mc); color:white;}

		.tab-menu01.type1 li:not(:first-child) {border-bottom: 1px solid var(--mc);}

		.tab-menu02 {gap:9px; flex-direction: column;}
		.tab-menu02 > * {overflow:hidden; position:relative; border-radius:20px;}
		.tab-menu02 > * > * {border-radius:20px; width:280px; height:148px;}
		.tab-menu02 > * > * img {position:absolute; left:-1px; top:-1px; width:calc(100% + 2px); height:calc(100% + 2px);}
		.tab-menu02 > * > *:before {opacity:1; background: rgba(0, 0, 0, 0.3); border-radius:20px; border:4px solid #E85757; width:calc(100% - 7px); height:calc(100% - 7px); z-index:1;}
		.tab-menu02 > * > *:after {background-position:-500px -100px; width:57px; height:39px; z-index:2;}
		.tab-menu02 > *.active > *:before,
		.tab-menu02 > *.active > *:after {opacity:0; transition:opacity .3s;}

		.tab-menu03-wrap {border-top:1px solid #ccc; border-bottom:1px solid #ccc; font-size:20px; color:#888;}
		.tab-menu03 > * {flex:1;}
		.tab-menu03 > * > * {position:relative; height:90px;}
		.tab-menu03 > *.active > *,
		.tab-menu03 > * > *:hover {color:var(--mc);}
		.tab-menu03 > *.active > *:before,
		.tab-menu03 > * > *:hover:before {content:""; position:absolute; left:0; bottom:0; background:var(--mc); width:100%; height:2px;}

		.tab-menu0301 {width: auto;gap: 20px;}
		.tab-menu0301 > * > * {height: auto;padding: 0 8px; font-size: 20px;font-weight: 700;line-height: 32px;color: var(--moc04);}
		.tab-menu0301 > *.active > * {color: var(--moc06);border-bottom: 2px solid var(--moc06);}

		.tab-menu04 {border:1px solid var(--mc); font-size:20px; color:#888;display:grid;grid-template-columns: repeat(auto-fit, minmax(20%, auto));}
		.tab-menu04 > * > * {height:80px;}
		.tab-menu04 > * > *:hover,
		.tab-menu04 > *.active > * {background:var(--mc); color:white;}

	/* Thumb */
		.thumb-01 {display:flex; align-items: center; justify-content: center; flex:0 0 180px; background:#d9d9d9; width:180px; height:110px;}

	/* Title */
		.tit-01 {font-size:32px; font-weight:700;}
		.tit-01 + * {margin-top: 40px;}
		.tit-02 {margin-top: 70px;font-size:20px; font-weight:700;}
		.tit-02:first-child {margin-top: 0;}
		.tit-02 + * {margin-top: 15px;}
		.tit-03 {font-size:30px; font-weight:700;}
		.tit-03 + * {margin-top: 15px;}

	/* Tooltip */
		/*.tooltip-01 {width:400px; margin-top:30px;}
		.tooltip-01 .ttip-wrap {border:1px solid #e9e9e9; border-radius:3px; box-shadow:0 0 21px rgba(0, 0, 0, 0.07); max-width:400px; padding:23px 49px 23px 28px; transform:translate(50%, 0);}
		.tooltip-01 .ttip-close {width:49px; height:49px;}
		.tooltip-01 .ttip-close:before {background-position:-13.89vw -27.78vw; width:11px; height:12px;}*/

/* Style.css 비상속 */

	/* Board */
		/* Board Default */
			.brd-wrap .brd-top {margin-top:50px;}
			.brd-wrap .brd-tit {overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; font-size:24px; font-weight:500; word-break:break-all; color:black;}
			.brd-wrap .brd-desc {overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; font-size:16px; color:#888;}
			.brd-wrap .brd-date {font-size: 16px; line-height: 28px; color: #888;}
			.brd-wrap .brd-hit {font-size: 16px; line-height: 28px;}

			/*
			.brd-wrap .brd-item {display:flex; gap:2.78vw; font-size:3.89vw;}
			.brd-wrap .brd-item b {word-break:keep-all;}
			.brd-wrap .brd-item span {word-break:break-all;letter-spacing: -0.04em;}
			.brd-wrap .brd-date {font-size:3.33vw;}
			.brd-wrap .brd-ctgr {font-size:3.33vw; font-weight:500; color:var(--mc);}
			.brd-wrap .brd-ic-del:before {background-position:-20.83vw 0; width:2.78vw; height:2.78vw;}
			.brd-wrap .thumb-02 .txt-ic-stat {right:-10vw; top:0;}
			.brd-lst-bot {display:grid; gap:2.78vw; position:sticky; left:0; bottom:0; background:white; border-top:1px solid #e2e2e2; margin-top:3.33vw; padding:2.78vw 5vw; z-index:150;}*/

		/* Board Exception */
			/*.brd-wrap > *:first-child {margin-top:0;}

		/* List Type */
			.brd-lst01 {border-top:2px solid var(--mc); margin-top:10px; font-size:14px;}
			.brd-lst01 > * {border-bottom:1px solid #ddd; padding:20px 20px 20px 0;}
			.brd-lst01 .brd-left {gap:20px;}
			.brd-lst01 .brd-left-cont {display:flex; flex-direction: column; gap:10px;}
			.brd-lst01 .brd-mid {min-width: 150px;}
			.brd-lst01 .brd-right {min-width: 200px;}
			.brd-lst01 .brd-tit {line-height: 30px; font-size:18px;}
			.brd-lst01 .brd-tit strong em {padding-right: 10px;}
			.brd-lst01 .brd-tit-02 {display: block;width: 180px;text-align: center;line-height: 30px; font-size:18px;}
			.brd-lst01 .brd-cont {flex: 1;}
			.brd-lst01 .brd-cont > div {min-height: 100px;padding: 15px 0;}
			.brd-lst01 .brd-cont > div + div {border-top: 1px solid #ddd;}
			.brd-lst01 .brd-cont .brd-tit-02 {width: 300px;text-align: left;}
			/* .brd-lst01 .brd-date {line-height:26px; color:#888;} */

			.brd-lst02 {display:flex; gap:24px; padding:0 0 10px 4px; font-size:24px;}
			.brd-lst02 > * {overflow:hidden; display:flex; flex-direction: column; justify-content: space-between; gap:0; position:relative; background:white; box-shadow:var(--bs-type01); border-radius:40px; width:422px; height:616px; padding:64px 48px 48px;}
			.brd-lst02 .brd-bot-wrap {flex:1; display:flex; justify-content: space-between; flex-direction: column;}
			.brd-lst02 .brd-bot-wrap h3{margin-bottom:15px;}
			.brd-lst02 .brd-desc {font-size:30px; line-height:48px;}
			.brd-lst02 .ic-ribbon02 {position:absolute; right:40px; top:-6px;}
			.brd-lst02 .brd-bot {position:relative;}
			.brd-lst02 .brd-bot [class*="btn-"] {width:278px; justify-content: flex-start;}
			.brd-lst02 .brd-bot .grp-pie,
			.brd-lst02 .brd-bot .ic-lock {position:absolute; right:0; top:0;}
			.brd-lst02 .brd-bot.type02 [class*="btn-"] {justify-content: center; width:100%;}
			.brd-lst02 .brd-overcont {display:flex;   position:absolute; left:0; top:0; background:var(--bg-dim01); backdrop-filter: blur(3px); width:100%; height:100%; padding: 48px; text-align:center; color:white; z-index:1;}
			.brd-lst02 .brd-overlock {display:flex;   position:absolute; left:0; top:0;  width:100%; height:100%; padding: 48px; text-align:center;  z-index:1;}
			.brd-lst02 .brd-overlock .lock_wrap{height:200px;position:absolute;bottom:0;background:#E4E4E4;width:100%;left: 0;}
			.brd-lst02 .brd-overlock .lock_wrap .fx-c{height:100%;}
			.brd-lst02 .stat-lock .btncus-ic-more{ border-bottom: 0.26vw solid var(--moc03);}
			.brd-lst02 .stat-lock *{color:var(--moc03);}
			.brd-lst02 .stat-lock .ic-ribbon03:before{filter : grayscale(1)}
			.brd-lst02 .brd-overcont > * {width:100%;}
			.brd-lst02 .brd-overcont .brd-chara {background-position:center; width:100%; height:320px;}
			.brd-lst02 .brd-overcont .brd-bigstar {background-position:center; width:100%; height:120px;margin:15% 0}
			.brd-lst02 .brd-overcont strong {font-size:38px;}
			.brd-lst02 .brd-overcont p { font-size:20px; line-height:32px; flex: 0 25%;}
			.brd-lst02 .brd-overcont .brd-over-bot {position:relative; text-align:left;}
			.brd-lst02 .brd-overcont .brd-over-bot [class*="btn-"] {width:100%; background:var(--mlc);}
			.brd-lst02 .brd-overcont .ic-chk {position:absolute; right:0; bottom:0;}

			.brd-lst02 .stat-dis .ic-ribbon02:before {opacity:0.4;}
			.brd-lst02 .stat-dis .ic-ribbon03:before {opacity:0.4;}

			.brd-lst02 .stat-com .brd-overcont .brd-chara {background:url("../images/img/img_character.png") center no-repeat;}
			.brd-lst02 .stat-com .brd-overcont .brd-bigstar {background:url("../images/img/big_stars.png") center no-repeat;}
			.brd-lst02 .stat-com02 .brd-overcont .brd-chara {background:url("../images/img/img_character02.png") center no-repeat;}
			.brd-lst02 .stat-com02 .brd-overcont [class*="btn-"] {justify-content: center; width:100% !important;}
			.brd-lst02 .stat-wait .brd-overcont .brd-chara {background:url("../images/img/img_character03.png") center no-repeat;}

			.swi-type02 .brd-lst02 {gap:0;}

			[class*="brd-lst03"] {display:flex; padding:4px 10px 10px 4px; font-size:24px;}
			[class*="brd-lst03"] > * {display:flex; flex:0 0 416px; flex-direction: column; justify-content: center; background:white; box-shadow:var(--bs-type01); border-radius:24px; width:416px; height:224px; padding:0 40px;}
			[class*="brd-lst03"] .brd-word {font-size:30px;}
			[class*="brd-lst03"] .brd-phonetic {color:#9B9B9B;}
			[class*="brd-lst03"] .brd-mean {white-space: normal;}
			[class*="brd-lst03"] .btn-rsz01 {align-self: flex-end;height: 50px;}

			[class*="brd-lst04"] {border-top:2px solid var(--mc); border-bottom:2px solid var(--mc); font-size:30px;}
			[class*="brd-lst04"] thead th {padding: 24px 18px; font-size: 30px;line-height: 48px;border-bottom:2px solid var(--mc);}
			[class*="brd-lst04"] td {border-top:1px dashed #9B9B9B; /*height:128px;*/ padding:36px 18px; vertical-align:middle;}
			[class*="brd-lst04"] tbody tr:first-child td {border-top: none;}

			.brd-lst0401 td {text-align: center;}

			.brd-lst06 {display:grid; grid-template-columns: 1fr 1fr 1fr; gap:45px; margin-top:50px !important;}
			.brd-lst06 > * {display:flex; flex-direction: column; gap:20px; background:#f6f6f6; height:490px; padding:20px;}
			.brd-lst06 .thumb-01 {flex:0 0 280px; width:100%; height:280px;}
			.brd-lst06 .brd-cont {flex:1; justify-content: space-between; display:flex; flex-direction: column;}
			.brd-lst06 .brd-tit {margin-top:5px;}
			.brd-lst06 .brd-over {display:none; justify-content: center; align-items: center; position:absolute; left:0; top:0; width:100%; height:100%; background:var(--bg-dim01);}
			.brd-lst06 > *:hover .brd-over {display:flex;}

			.brd-lst07 {display: flex;flex-wrap: wrap;gap: 35px 200px;}
			.brd-lst07 .thumb-01 {width: 200px;height: 270px;}
			.brd-lst07 .thumb-01 img {width: 100%;height: 100%;}
			.brd-lst07 .brd-t {width: 200px; margin-top: 20px; font-size: 24px;color: #000;font-weight: 500;}

			.qna-wrap .qna-q {display:flex; gap:10px; font-size:18px; font-weight:500;}
			.qna-wrap .qna-a {display:flex; gap:10px;}
			.qna-wrap .qna-a b {font-size:18px; color:black;}

		/* View Type */
			.brd-vw01 .inner {width:1200px;}
			.brd-vw01 .brd-vw-top {display:flex; gap:60px;}
			.brd-vw01 .brd-vw-thumb-wrap {flex:0 0 600px; width:600px; height:520px;}
			.brd-vw01 .brd-vw-thumb-wrap .swiper {border:1px solid #ccc; height:500px;}
			.brd-vw01 .brd-vw-thumb {display:flex; justify-content: center; align-items: center;}
			.brd-vw01 .brd-tit {font-size:34px; font-weight:700;}
			.brd-vw01 .brd-desc {margin-top:10px;}
			.brd-vw01 .brd-top-tbl {border-top:2px solid #222; margin-top:30px; font-size:18px; text-align:left;}
			.brd-vw01 .brd-top-tbl tr:first-child > * {padding-top:35px;}
			.brd-vw01 .brd-top-tbl tr:last-child > * {padding-bottom:35px;}
			.brd-vw01 .brd-top-tbl th,
			.brd-vw01 .brd-top-tbl td {padding:10px 0; vertical-align:middle;}
			.brd-vw01 .brd-top-tbl tfoot th,
			.brd-vw01 .brd-top-tbl tfoot td {border-top:1px solid #ccc; padding:35px 0;}
			.brd-vw01 .btn-appreg {margin-top:35px;}
			.brd-vw01 .brd-price {font-size:28px; text-align:right;}
			.brd-vw01 .tab-menu03-wrap {width: 100vw;margin-top:75px;margin-left: calc(-50vw + 50%);}
			.brd-vw01 .brd-cont {width: 100vw;margin-left: calc(-50vw + 50%);padding:40px;}
			.brd-vw01 .brd-cont .tit-01 {width: 300px;}
			.brd-vw01 .brd-cont .brd-list {display: flex;flex-wrap: wrap;gap: 60px 0;width: 900px;margin-top: 0;}
			.brd-vw01 .brd-cont .brd-list .tit-02 {margin-top: 0;}
			.brd-vw01 .brd-cont .brd-list .tit-02 + * {margin-top: 0;}
			.brd-vw01 .brd-cont .brd-list p {color: #444;}
			.brd-vw01 .brd-cont .brd-list > li {flex: 0 0 50%;display: flex;flex-direction: column;gap: 20px;}
			.brd-vw01 .brd-cont .brd-list > li.fx-1 {flex: 1 !important;}
			.brd-vw01 .brd-cont .brd-list [class*="box-"] {display: flex;flex-direction: column;justify-content: center;gap: 20px;width: 210px;height: 144px;padding: 20px 30px;border-radius: 5px;}

			.brd-vw02 {border-top:2px solid black; border-bottom:1px solid #ccc;}
			.brd-vw02 .brd-top {margin:0; padding:20px 0; font-size:16px; color:#888;}
			.brd-vw02 .brd-tit {line-height: 30px; font-size:18px;}
			.brd-vw02 .brd-tit em {padding-right: 10px;}
			.brd-vw02 .brd-cont {border-top:1px solid #ccc; padding:30px; font-size:16px; color:#888;}
			.brd-vw02 .brd-cont img {display: block; max-width:100%; margin:0 auto;height: fit-content !important;}
			.brd-vw02 .brd-file {display:flex; border-top:1px solid #ccc; padding:30px 0;}
			.brd-vw02 .brd-file-tit {flex:0 0 113px; font-size:18px; font-weight:500; text-align:center; color:black;}

			.brd-pn {display:flex; justify-content: space-between; padding-top:40px;}
			.brd-pn > a {display:flex; gap:19.5px; font-size:18px;}
			.brd-pn > a[disabled] {opacity:0.3;}
			.brd-pn .brd-ic-prev:before,
			.brd-pn .brd-ic-next:after {background-position:-750px 0; width:24px; height:20px;}
			.brd-pn .brd-ic-next:after {transform:rotate(180deg);}

			.brd-review {display:grid; grid-template-columns: 1fr 1fr; gap:40px;}
			.brd-review > * {display:flex; flex-direction: column; justify-content: space-evenly; align-items: center; border:1px solid #ccc; border-radius:20px; height:265px; padding:40px 65px; text-align:center;}
			.brd-review .brd-rv-tit {/*display:flex; gap:10px;*/ font-size:18px; font-weight:500; color:#222;}
			.brd-review .brd-rv-desc {font-size:16px; line-height:28px; color:#888;}
			.brd-review .brd-rv-desc table {display: none;}

		/* Write Type */
			.brd-wrt {border-top:2px solid black;}
			.brd-wrt .brd-top {margin:0; padding:20px 30px;}
			.brd-wrt .brd-top input[type="text"] {width: 100%;}
			.brd-wrt .brd-cont {border-top:1px solid #ccc; padding:30px; font-size:16px; color:#888;}
			.brd-wrt .brd-cont img {display: block; max-width:100%; margin:0 auto;}
			.brd-wrt .brd-cont img + textarea {margin-top: 40px;}
			.brd-wrt .brd-cont textarea {min-height: 300px;}
			.brd-wrt .brd-btns {padding: 0 30px;}

		/* Board Paging */
			.brd-paging {display:flex; justify-content:center; align-items:center; gap:8px; margin-top:50px;}
			.brd-paging a {display:flex; position:relative; justify-content:center; align-items:center; border-radius:50%; width:40px; height:40px; font-size:16px; font-weight:500;}
			.brd-paging a.active,
			.brd-paging a:hover {background:var(--mc); color:white;}
			.brd-paging [class*="brd-paging"]:hover {background:white;}
			.brd-paging [class*="brd-paging"]:before {content:""; display:inline-block; background:var(--icon); background-size:var(--bgsize); font-size:0;}
			.brd-paging [class*="brd-paging"]:after{display:none;}
			.brd-paging .brd-paging-next:before,
			.brd-paging .brd-paging-prev:before {background-position:-250px 0; width:12px; height:20px;}
			.brd-paging .brd-paging-last:before,
			.brd-paging .brd-paging-prev:before {transform:rotate(180deg);}
			
		/* Board reply */
			.brd-reply {display: flex;}
			.brd-reply input[type="text"] {flex: 1;}
			.brd-reply input[type="text"] + [class*="btn-"] {height: var(--fom-h);margin-left: 10px;}

	/* Contents List */
		.lst-cont01 {display:flex; justify-content: center; gap:34px; font-size:24px; color:#666;}
		.lst-cont01 > * {display:flex; align-items: center; gap:14px;}
		.lst-cont01 > *:before {content:""; background:var(--icon); background-position:-400px 0; background-size:var(--bgsize); width:22px; height:16px;}

	/* Full Calendar */
		/* Week */
			.fc[data-fc="week"] {height:1142px !important;}
			.fc[data-fc="week"] tbody tr:first-child .fc-scroller {overflow:visible !important;}
			.fc[data-fc="week"] .fc-timegrid-axis-frame {justify-content:flex-start;}
			.fc[data-fc="week"] .fc-scroller-harness {overflow:visible;}
			.fc[data-fc="week"] .fc-timegrid-divider {height:0; padding:0;}
			.fc[data-fc="week"] .fc-toolbar {position:relative; margin-bottom:0;}
			.fc[data-fc="week"] .fc-toolbar-title {display:inline-block; font-size:30px; font-weight:500; line-height:40px;}
			.fc[data-fc="week"] .fc-button {overflow:hidden; background:white; border:1px solid #dcdcdc; border-radius:3px; width:27px; height:36px; padding:0; vertical-align:top;}
			.fc[data-fc="week"] .fc-button + .fc-button {margin-left:5px;}
			.fc[data-fc="week"] .fc-today-button {background:#d2d2d2; border:0; border-radius:40px; width:81px; height:40px; margin:0 0 0 10px; padding:0; font-size:28px; font-weight:500; vertical-align:top; color:#353434;}
			.fc[data-fc="week"] .fc-button:focus {box-shadow:none !important;}
			.fc[data-fc="week"] .fc-button:active {background:none; box-shadow:none;}
			.fc[data-fc="week"] .fc-prev-button .fc-icon,
			.fc[data-fc="week"] .fc-next-button .fc-icon {background-position:-250px -50px; width:9px; height:16px; margin-top:-2px;}
			.fc[data-fc="week"] .fc-next-button .fc-icon {transform:rotate(180deg);}
			.fc[data-fc="week"] .fc-add-button {background:none; border:1px solid #018bee !important; border-radius:3px; width:130px; height:31px; font-size:18px; color:#347ee7 !important;}
			.fc[data-fc="week"] .fc-scrollgrid {border:none;}
			.fc[data-fc="week"] .fc-timeGridWeek-view [class*="fc-day-"] .fc-col-header-cell-cushion {padding:10px 0; font-size:20px; font-weight:700;}
			.fc[data-fc="week"] .fc-timeGridWeek-view [class*="fc-day-"] .fc-col-header-cell-cushion:after {display:block; margin-top:7px; font-size:15px; font-weight:400; color:#353434;}
			.fc[data-fc="week"] .fc-timeGridWeek-view .fc-day-mon .fc-col-header-cell-cushion:after {content:"Mon";}
			.fc[data-fc="week"] .fc-timeGridWeek-view .fc-day-tue .fc-col-header-cell-cushion:after {content:"Tue";}
			.fc[data-fc="week"] .fc-timeGridWeek-view .fc-day-wed .fc-col-header-cell-cushion:after {content:"Wed";}
			.fc[data-fc="week"] .fc-timeGridWeek-view .fc-day-thu .fc-col-header-cell-cushion:after {content:"Thu";}
			.fc[data-fc="week"] .fc-timeGridWeek-view .fc-day-fri .fc-col-header-cell-cushion:after {content:"Fri";}
			.fc[data-fc="week"] .fc-timeGridWeek-view .fc-day-sat .fc-col-header-cell-cushion:after {content:"Sat";}
			.fc[data-fc="week"] .fc-timeGridWeek-view .fc-day-today .fc-col-header-cell-cushion,
			.fc[data-fc="week"] .fc-timeGridWeek-view .fc-day-today .fc-col-header-cell-cushion:after {color:#018bee;}
			.fc[data-fc="week"] .fc-timegrid {background:white; border:1px solid #ececec; border-radius:3px; margin-top:5px;}
			.fc[data-fc="week"] th {border-color:#f1f1f1; border-style:solid; height:45px; font-size:18px; vertical-align:middle; color:#353434;}
			.fc[data-fc="week"] th:first-child {width:103px;}
			.fc[data-fc="week"] td {border-color:#f1f1f1; vertical-align:middle;}
			.fc[data-fc="week"] col {width:103px !important;}
			.fc[data-fc="week"] .fc-timegrid-slots tr:nth-child(odd) td:first-child {border-top:0;}
			.fc[data-fc="week"] .fc-timegrid-slot-label-frame {padding-right:24px;}
			.fc[data-fc="week"] .fc-timegrid-slot-label-cushion {padding:0;}
			.fc[data-fc="week"] .fc-event {background:none; border:0; border-radius:0; box-shadow:none; padding:2px 0 0 14px; font-size:16px; line-height:20px; color:white; cursor:pointer;}
			.fc[data-fc="week"] .fc-event.fc-timegrid-event-short {padding-top:0; line-height:25px;}
			.fc[data-fc="week"] .fc-event.fc-timegrid-event-short .fc-event-time {display:none;}
			.fc[data-fc="week"] .fc-event .fc-event-title {font-size:16px;}
			.fc[data-fc="week"] .fc-event .fc-event-time {font-size:16px;}
			.fc[data-fc="week"] .fc-event .fc-event-main-frame {display:block;}
			.fc[data-fc="week"] .fc-event .fc-event-title-container {font-weight:700;}
			.fc[data-fc="week"] .sche-pop {display:none; position:absolute; left:100%; top:0; background:white; border:1px solid red; border-left-width:4px; border-radius:2px; width:260px; padding:0 10px; font-size:15px; z-index:10; cursor:default;}
			.fc[data-fc="week"] .fc-timegrid-cols td:nth-child(5) .sche-pop,
			.fc[data-fc="week"] .fc-timegrid-cols td:nth-child(6) .sche-pop,
			.fc[data-fc="week"] .fc-timegrid-cols td:last-child .sche-pop {left:auto; right:100%;}
			.fc[data-fc="week"] .sche-pop-top {border-bottom:1px solid red; line-height:39px; color:red;}
			.fc[data-fc="week"] .sche-pop-top button + button {margin-left:7px;}
			.fc[data-fc="week"] .sche-pop h1:before {content:""; display:inline-block; background:red; border-radius:50%; width:10px; height:10px; margin-right:5px;}
			.fc[data-fc="week"] .sche-pop.active {display:block;}
			.fc[data-fc="week"] .sche-pop-title {font-weight:500; color:#585858;}
			.fc[data-fc="week"] .sche-pop-list {font-size:14px; line-height:18px; white-space:break-spaces; color:#6d6d6d;}
			.fc[data-fc="week"] .sche-pop-date {font-size:14px; color:#959595;}
			.fc[data-fc="week"] .sche-pop-info {padding:12px; font-size:15px; line-height:26px;}

			.fc[data-fc="week"] .fc-event.sche-mark-pnk,
			.fc[data-fc="week"] .fc-event.sche-mark-pnk .sche-pop h1:before {background:#ff7783;}
			.fc[data-fc="week"] .fc-event.sche-mark-pnk .sche-pop,
			.fc[data-fc="week"] .fc-event.sche-mark-pnk .sche-pop-top {border-color:#ff7783;}
			.fc[data-fc="week"] .fc-event.sche-mark-pnk .sche-pop h1 {color:#ff7783;}
			.fc[data-fc="week"] .fc-event.sche-mark-pnk .fc-event-title-container {color:#7b0712;}

			.fc[data-fc="week"] .fc-event.sche-mark-blu,
			.fc[data-fc="week"] .fc-event.sche-mark-blu .sche-pop h1:before {background:#42baf8;}
			.fc[data-fc="week"] .fc-event.sche-mark-blu .sche-pop,
			.fc[data-fc="week"] .fc-event.sche-mark-blu .sche-pop-top {border-color:#42baf8;}
			.fc[data-fc="week"] .fc-event.sche-mark-blu .sche-pop h1 {color:#42baf8;}
			.fc[data-fc="week"] .fc-event.sche-mark-blu .fc-event-title-container {color:#1b5a7b;}

			.fc[data-fc="week"] .fc-event.sche-mark-grn,
			.fc[data-fc="week"] .fc-event.sche-mark-grn .sche-pop h1:before {background:#51d0bb;}
			.fc[data-fc="week"] .fc-event.sche-mark-grn .sche-pop,
			.fc[data-fc="week"] .fc-event.sche-mark-grn .sche-pop-top {border-color:#51d0bb;}
			.fc[data-fc="week"] .fc-event.sche-mark-grn .sche-pop h1 {color:#51d0bb;}
			.fc[data-fc="week"] .fc-event.sche-mark-grn .fc-event-title-container {color:#1d6257;}

			.fc[data-fc="week"] .fc-event.sche-mark-pur,
			.fc[data-fc="week"] .fc-event.sche-mark-pur .sche-pop h1:before {background:#c9adf9;}
			.fc[data-fc="week"] .fc-event.sche-mark-pur .sche-pop,
			.fc[data-fc="week"] .fc-event.sche-mark-pur .sche-pop-top {border-color:#c9adf9;}
			.fc[data-fc="week"] .fc-event.sche-mark-pur .sche-pop h1 {color:#c9adf9;}
			.fc[data-fc="week"] .fc-event.sche-mark-pur .fc-event-title-container {color:#673cb1;}

			.fc[data-fc="week"] .fc-event.sche-mark-ylw,
			.fc[data-fc="week"] .fc-event.sche-mark-ylw .sche-pop h1:before {background:#ffcf90;}
			.fc[data-fc="week"] .fc-event.sche-mark-ylw .sche-pop,
			.fc[data-fc="week"] .fc-event.sche-mark-ylw .sche-pop-top {border-color:#ffcf90;}
			.fc[data-fc="week"] .fc-event.sche-mark-ylw .sche-pop h1 {color:#ffcf90;}
			.fc[data-fc="week"] .fc-event.sche-mark-ylw .fc-event-title-container {color:#9f5a00;}

		/* Month */
			.fc[data-fc="month"] .fc-scrollgrid-sync-inner {width:auto; padding:0; text-align:center;}
			.fc[data-fc="month"] * {font-weight: 400;}
			.fc[data-fc="month"] a {cursor:pointer;}
			.fc[data-fc="month"] .fc-col-header-cell-cushion {padding: 2px 11px;}
			.fc[data-fc="month"] {background:white; border-radius:3px; margin-top:39px;}
			.fc[data-fc="month"] td,
			.fc[data-fc="month"] th {border: none;}
			.fc[data-fc="month"] .fc-scroller-harness {overflow:visible;}
			.fc[data-fc="month"] .fc-scroller {/*overflow-y:scroll !important;*/}
			.fc[data-fc="month"] .fc-header-toolbar {height:98px; margin:0;}
			.fc[data-fc="month"] .fc-toolbar-chunk {position:relative; display:flex; font-size: 30px;line-height: 48px;}
			.fc[data-fc="month"] .fc-toolbar-chunk:last-child {align-items:center;}
			.fc[data-fc="month"] .fc-toolbar-chunk:last-child .fc-button {margin:0;}
			.fc[data-fc="month"] .fc-toolbar-title {unicode-bidi:bidi-override; direction:ltr; margin:0 16px; line-height: 32px; font-size:24px; font-weight:400;color: #666;}
			.fc[data-fc="month"] .fc-button {overflow:hidden; background:white; border: none; border-radius:3px; width:32px; height:32px; padding:0; vertical-align:top;}
			.fc[data-fc="month"] .fc-button + .fc-button {margin-left:5px;}
			/*.fc[data-fc="month"] .fc-prev-button {position:absolute; left:-59px; top:50%; transform:translate(0, -50%);}
			.fc[data-fc="month"] .fc-next-button {position:absolute; right:-59px; top:50%; transform:translate(0, -50%);}*/
			.fc[data-fc="month"] .fc-prev-button .fc-icon,
			.fc[data-fc="month"] .fc-next-button .fc-icon {display: flex; justify-content: center;align-items: center; width:inherit; height:inherit;}
			.fc[data-fc="month"] .fc-prev-button .fc-icon:before,
			.fc[data-fc="month"] .fc-next-button .fc-icon:before {color: #222;}
			.fc[data-fc="month"] .fc-add-button {position:absolute; right:0; top:-89px; background:none; border:1px solid #018bee !important; border-radius:3px; width:130px; height:31px; font-size:18px; color:#347ee7 !important;}
			.fc[data-fc="month"] .fc-button:focus {box-shadow:none !important;}
			.fc[data-fc="month"] .fc-button:active {background:none; box-shadow:none;}
			.fc[data-fc="month"] .fc-scrollgrid {border:none; border-top:4px solid #222;}
			.fc[data-fc="month"] th {border:0; height:45px; font-size:18px; vertical-align:middle; text-align: right; font-weight: 700;}
			.fc[data-fc="month"] .fc-col-header {border-bottom:2px solid #222;}
			.fc[data-fc="month"] .fc-daygrid-day {border:0; height:107px; padding: 0 8px;}
			/* .fc[data-fc="month"] .fc-daygrid-day:nth-child(5) .sche-pop,
			.fc[data-fc="month"] .fc-daygrid-day:nth-child(6) .sche-pop,
			.fc[data-fc="month"] .fc-daygrid-day:last-child .sche-pop {left:auto; right:100%;} */
			.fc[data-fc="month"] .fc .fc-daygrid-event-harness-abs {position: relative;right:0;top:0;}
			.fc[data-fc="month"] .fc-daygrid-day-top {flex-direction:column;align-items: flex-end;}
			.fc[data-fc="month"] .fc-daygrid-event {white-space: normal;}
			.fc[data-fc="month"] .fc-daygrid-event .fc-event-time {display:none;}
			.fc[data-fc="month"] .fc-daygrid-event .fc-event-title {overflow:hidden; display:-webkit-box; text-overflow:ellipsis; word-break:break-all; width:100%;-webkit-box-orient:vertical; -webkit-line-clamp:2;}
			.fc[data-fc="month"] .fc-daygrid-block-event {border:0; line-height:20px; margin-top: 8px;}
			.fc[data-fc="month"] .fc-daygrid-block-event .fc-event-main {position: relative; border-radius: 6px; overflow: hidden; padding: 0 16px;}
			.fc[data-fc="month"] .fc-daygrid-block-event .fc-event-main:before {content: '';position: absolute;left: 0;top: 0;width: 8px;height: 100%;}
			.fc[data-fc="month"] .fc-day-today {background: none;}
			.fc[data-fc="month"] .fc-daygrid-day-number {border-radius:50%; width:24px; padding:0; line-height:24px; font-size:16px; text-align:center; transform:translate(0, 14px); color:#222; cursor:initial;}
			.fc[data-fc="month"] .fc-daygrid-day-frame {width:100%; padding:0; border-bottom:2px solid #222;}
			.fc[data-fc="month"] .fc-day-today .fc-daygrid-day-number {background:var(--mlc); color:white;}
			.fc[data-fc="month"] .fc-daygrid-day-events {/*display:flex; flex-direction:column; justify-content:center; gap: 8px;*/ position:absolute; left:0; top:0; width:100%; margin:0; margin-top:40px;}
			.fc[data-fc="month"] .fc-daygrid-day-events .fc-daygrid-event-harness:first-child .fc-daygrid-event {margin-top: 0;}
			.fc[data-fc="month"] .sche-pop {display:none; position:fixed; left:0; top:0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index:10;font-size: 15px;}
			.fc[data-fc="month"] .sche-pop-contain {overflow:hidden; display:flex; flex-direction:column; position:absolute; left:50%; top:50%; padding-bottom: 24px; background:white; max-height:var(--pop-maxh); transform:translate(-50%, -50%);border-radius:20px; width:600px; min-height: 486px; font-size:15px; }
			.week-calendar .fc-daygrid-day-frame {height:100%;}
			.week-calendar .fc[data-fc="month"] .fc-daygrid-event {height: 45px;}
			.fc[data-fc="month"].week-calendar .fc-daygrid-day-frame {border-bottom: 0;}
			.fc[data-fc="month"].week-calendar .fc-scrollgrid {border-bottom: 2px solid #222;}
			
			.fc[data-fc="month"] .sche-pop-top {/*flex:0 0 var(--pop-hh);*/ align-items: center; padding: 22px 0 18px; background:var(--mlc);}
			.fc[data-fc="month"] .sche-pop-top button + button {margin-left:7px;}
			.fc[data-fc="month"] .sche-pop-foot {display: flex; justify-content: center; gap: 12px; bottom:0; text-align: center;}
			.fc[data-fc="month"] .sche-pop-foot > button,
			.fc[data-fc="month"] .sche-pop-foot > a {min-width: 139px; height:40px; padding:0; font-size: 15px; font-weight:500;border-radius: 20px;}
			.fc[data-fc="month"] [class*="pop-type"] .pop-close {position: static;text-indent: 0;}
			.fc[data-fc="month"] [class*="pop-type"] .pop-close:before {content: none;}
			.fc[data-fc="month"] .sche-pop-cont {padding: 24px 34px; line-height: 24px;}
			.fc[data-fc="month"] .sche-opt {display: flex; flex-direction: column; gap: 12px; margin-top: 24px;}
			.fc[data-fc="month"] .sche-opt > li {display: flex; gap: 5px; white-space: nowrap;color: #3c3c3c;}
			.fc[data-fc="month"] .sche-opt > li:last-child div {display: flex; flex-wrap: wrap;}
			.fc[data-fc="month"] .sche-opt > li:last-child div .chk-rdo04 {flex: 0 0 87px;margin-right: 0;}
			.fc[data-fc="month"] .sche-opt > li > div {white-space: normal;}
			.fc[data-fc="month"] .sche-pop h1 {text-align: center;font-size: 24px; color: white !important;}
			/* .fc[data-fc="month"] .sche-pop h1:before {content:""; display:inline-block; background:red; border-radius:50%; width:10px; height:10px; margin-right:5px;} */
			
			.fc[data-fc="month"] [class*="box-"] {padding: 12px;}
			.fc[data-fc="month"] .sche-pop.active {display:block;}
			.fc[data-fc="month"] .sche-pop-title {font-weight:500; color:#585858;}
			.fc[data-fc="month"] .sche-pop-list {font-size:14px; line-height:18px; white-space:break-spaces; color:#6d6d6d;}
			.fc[data-fc="month"] .sche-pop-date {font-size:14px; color:#959595;}
			.fc[data-fc="month"] .sche-pop-info {display: none; padding:12px; font-size:15px; line-height:26px;}

			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pnk {color:#ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pnk .fc-daygrid-event-dot {border:4px solid #ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pnk .sche-pop h1:before {background:#ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pnk .sche-pop,
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pnk .sche-pop-top {border-color:#ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pnk .sche-pop h1 {color:#ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pnk .fc-event-title-container {color:#7b0712;}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-pnk {background:rgba(255,119,131,.2);}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-pnk .fc-event-main:before {background: rgba(255,119,131,1);}

			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-blu {color:#666;}
			/* .fc[data-fc="month"] .fc-daygrid-event.sche-mark-blu .fc-daygrid-event-dot {border:4px solid #45bfff;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-blu .sche-pop h1:before {background:#42baf8;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-blu .sche-pop,
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-blu .sche-pop-top {border-color:#42baf8;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-blu .sche-pop h1 {color:#42baf8;} */
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-blu .fc-event-title-container {color:#666;}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-blu {background: rgba(96,112,207,.2);}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-red {background: rgba(246,85,85,.5);}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-blu .fc-event-main:before {background: var(--mlc);}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-red .fc-event-main:before {background: var(--lvred);}
			
			.fc-daygrid-event.active{background: rgba(96,112,207,.2) !important;}
			
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-grn {color:#51d0bb;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-grn .fc-daygrid-event-dot {border:4px solid #51d0bb;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-grn .sche-pop h1:before {background:#51d0bb;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-grn .sche-pop,
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-grn .sche-pop-top {border-color:#51d0bb;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-grn .sche-pop h1 {color:#51d0bb;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-grn .fc-event-title-container {color:#1d6257;}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-grn {background:rgba(81,208,187,.2);}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-grn .fc-event-main:before {background: rgba(81,208,187,1);}

			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pur {color:#666;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pur .fc-daygrid-event-dot {border:4px solid #bb95fa;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pur .sche-pop h1:before {background:#bb95fa;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pur .sche-pop,
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pur .sche-pop-top {border-color:#bb95fa;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pur .sche-pop h1 {color:#bb95fa;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pur .fc-event-title-container {color:#666;}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-pur {background: rgba(143,100,235,.2);}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-pur .fc-event-main:before {background: var(--lvpur);}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-pur {color:#666;}
			

			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-ylw {color:#666;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-ylw .fc-daygrid-event-dot {border:4px solid #ffcf90;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-ylw .sche-pop h1:before {background:#ffcf90;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-ylw .sche-pop,
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-ylw .sche-pop-top {border-color:#ffcf90;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-ylw .sche-pop h1 {color:#ffcf90;}
			.fc[data-fc="month"] .fc-daygrid-event.sche-mark-ylw .fc-event-title-container {color:#666;}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-ylw {background:rgba(255,207,144,.2);}
			.fc[data-fc="month"] .fc-daygrid-block-event.sche-mark-ylw .fc-event-main:before {background:var(--lvylw);}

			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:not(.fc-event-future) {color:#666;}
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:not(.fc-event-future) .fc-daygrid-event-dot {border:4px solid #ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:not(.fc-event-future) .sche-pop h1:before {background:#ccc;}
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:not(.fc-event-future) .sche-pop,
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:not(.fc-event-future) .sche-pop-top {border-color:#ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:not(.fc-event-future) .sche-pop h1 {color:#ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:not(.fc-event-future) .fc-event-title-container {color:#666;}
			.fc[data-fc="month"] .fc-daygrid-block-event.fc-event-end:not(.fc-event-future) {background:rgba(204,204,204,.6);}
			.fc[data-fc="month"] .fc-daygrid-block-event.fc-event-end:not(.fc-event-future) .fc-event-main:before {background: #9b9b9b;}

			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:is(.fc-event-today) {color:#666;}
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:is(.fc-event-today) .fc-daygrid-event-dot {border:4px solid #ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:is(.fc-event-today) .sche-pop h1:before {background:#ccc;}
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:is(.fc-event-today) .sche-pop,
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:is(.fc-event-today) .sche-pop-top {border-color:#ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:is(.fc-event-today) .sche-pop h1 {color:#ff7783;}
			.fc[data-fc="month"] .fc-daygrid-event.fc-event-end:is(.fc-event-today) .fc-event-title-container {color:#fff;}
			.fc[data-fc="month"] .fc-daygrid-block-event.fc-event-end:is(.fc-event-today) {background:rgba(96,112,207,.6);}
			.fc[data-fc="month"] .fc-daygrid-block-event.fc-event-end:is(.fc-event-today) .fc-event-main:before {background: var(--mlc);}

			.fc[data-fc="month"] .fc-daygrid-day-bottom {padding-left:0; padding-right:0; text-align: right;}
			.fc[data-fc="month"] .fc-daygrid-more-link {padding-right: 20px; font-size:14px; font-weight: 700; color:var(--mlc);}
			.fc[data-fc="month"] .fc-daygrid-more-link:before {content:""; position:absolute; right:0; top:5px; background:url("../images/icon.png") -200px -150px no-repeat; border-width: 10px 7px; border-color: var(--mlc) transparent transparent transparent;border-style: solid;border-radius: 3px;}
			.fc[data-fc="month"] .fc-popover {border:1px solid #dcdcdc; border-radius:3px;background: #fff;max-height: 350px;overflow-y: auto;}
			.fc[data-fc="month"] .fc-popover-header {height:37px; padding-left:20px;}
			.fc[data-fc="month"] .fc-popover-title {margin:0; font-size:15px; font-weight:500; color:#585858;}
			.fc[data-fc="month"] .fc-popover-close {position:absolute; top:8px; right:9px; background-position:-250px -150px; width:11px; height:11px;}
			.pop_calendar .fc[data-fc="month"] .fc-popover-close {position:absolute; top:0px; right:23px; background-position:-250px -150px; width:11px; height:11px;}
			.fc[data-fc="month"] .fc-popover-body {padding:18px; font-size:0; line-height:1;}
			.fc[data-fc="month"] .fc-popover-body .fc-daygrid-event {margin-top:10px; font-size:16px; line-height:24px;}
			
			.fc[data-fc="month"] .fc-daygrid-day-events .fc-daygrid-event-harness:first-child .fc-daygrid-event.active-blu {/*background:rgba(96,112,207,1);;*/}
			.fc[data-fc="month"] .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event.active-blu *, .fc[data-fc="month"] .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event.active-red *{color:#fff;}
			.fc[data-fc="month"] .fc-daygrid-day-events .fc-daygrid-event-harness:first-child .fc-daygrid-event.active-red {background:var(--lvred);}

	/* Graph */
		/* Donut & Pie & bar*/
			@property --p {syntax:'<number>'; inherits:true; initial-value:0;}

			.grp-pie {--p:20; --b:12px; --c:var(--mlc); --w:80px; aspect-ratio:1; place-content:center; display:inline-grid; position:relative; background:#f5f5f5; border-radius:50%; box-shadow:inset 1px 1px 4px rgba(0, 0, 0, 0.14); width:var(--w); font-size:24px; font-weight:800;}
			.grp-pie:before,
			.grp-pie:after {content:""; position:absolute; border-radius:50%;}
			.grp-pie:before {inset:0;  background:radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p)*1%),#0000 0); -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b))); mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));}
			.grp-pie:after {inset:calc(50% - var(--b)/2); background:var(--c); transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));}
			.grp-pie strong {display:flex; justify-content: center; align-items: center; gap:2px; background:white; border-radius:50%; box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.05); width:56px; height:56px;}
			.grp-pie span {font-size:14px; transform:translate(0, 4px);}

			[class*="grp-dnpie-type"] .grp-dnpie-wrap {position:relative; margin:0 auto;}
			[class*="grp-dnpie-type"] .grp-bar-group {border-radius:50%; width:100%; height:100%;}
			[class*="grp-dnpie-type"] .grp-txt {position:absolute; left:50%; top:50%; text-align:center; transform:translate(-50%, -50%);}
			[class*="grp-dnpie-type"] .grp-ic-bar {position:absolute; left:50%; display:inline-block; height:100%;}
			[class*="grp-dnpie-type"] .grp-label {display:flex; justify-content: space-evenly;}
			[class*="grp-dnpie-type"] [class*="grp-label-"] {display:inline-block; border-radius:50%;}

			.grp-dnpie-type01 .grp-dnpie-wrap {width:230px; height:230px;}
			.grp-dnpie-type01 .grp-txt {display:flex; flex-direction: column; justify-content: center; align-items:center; background:white; border-radius:50%; width:175px; height:175px; color:black;}
			.grp-dnpie-type01 .grp-ic-bar {margin-left:-25px;}
			.grp-dnpie-type01 .grp-ic-bar:before {background-position:-550px -50px; width:49px; height:30px;}
			.grp-dnpie-type01 .grp-ic-bar.active:before {background-position:-600px -50px;}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(1) {transform:rotate(0deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(2) {transform:rotate(24deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(3) {transform:rotate(48deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(4) {transform:rotate(72deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(5) {transform:rotate(96deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(6) {transform:rotate(120deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(7) {transform:rotate(144deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(8) {transform:rotate(168deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(9) {transform:rotate(192deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(10) {transform:rotate(216deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(11) {transform:rotate(240deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(12) {transform:rotate(264deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(13) {transform:rotate(288deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(14) {transform:rotate(312deg);}
			.grp-dnpie-type01 .grp-ic-bar:nth-child(15) {transform:rotate(336deg);}
			.grp-dnpie-type01 .grp-label {margin-top:70px; font-size:20px;}
			.grp-dnpie-type01 [class*="grp-label-"] {width:16px; height:16px;}
			.grp-bar-type01  { margin-bottom: 25px;}
			
			.grp-bar-type01 .grp-bar-wrap {width:100%; position:relative; height:16px;background:#E4E4E4;border-radius: 16px;box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.14);}
			.grp-bar-type01 .grp-bar-wrap p {display:block; height:16px;border-radius: 16px;background: linear-gradient(94.71deg, #F65555 0.81%, #8F64EB 99.25%);}
			.grp-bar-type01 .grp-bar-wrap p strong{position:absolute;right:0;top:-25px;font-size:20px;color:#8F64EB}
			.grp-bar-type01.rock .grp-bar-wrap strong{color:#ccc;left:0 }
			.grp-bar-type01.rock .grp-bar-wrap p{background:#ccc; width:16px !important;}
			
		/* Horizontal */
			[class*="grp-horbar"] {position:relative; display:flex; width:100%;}
			[class*="grp-horbar"] .grp-horbar-inner {position:relative; width:100%; padding:0;}
			[class*="grp-horbar"] .grp-horbar {justify-content: center; align-items: center; position:absolute; height:100%;}
			[class*="grp-horbar"] .grp-horbar .grp-horbar-num {width:auto;}

			[class*="grp-horbar01"] {background:none;}
			[class*="grp-horbar01"] .grp-horbar-inner {background:#e4e4e4; border-radius:24px; height:24px;}
			[class*="grp-horbar01"] .grp-horbar {box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12); border-radius:24px; min-width:60px;}
			[class*="grp-horbar01"] .grp-horbar-num {font-size:20px; color:white;}
			[class*="grp-horbar01"] .grp-horbar-inner > .grp-horbar-num {color:#666;}

			.grp-horbar01-blu .grp-horbar {background:var(--bg-gra02);}
			.grp-horbar01-ylw .grp-horbar {background:var(--bg-gra03);}
			.grp-horbar01-pur .grp-horbar {background:var(--bg-gra04);}

			[class*="grp-horbar-type"] {position:relative; display:flex; width:100%; margin-top:0 !important;}
			[class*="grp-horbar-type"] .grp-horbar-inner {position:relative; width:100%; padding:0;}
			[class*="grp-horbar-type"] .grp-horbar {position:absolute; height:100%;}
			[class*="grp-horbar-type"] .grp-horbar-num {position:absolute;}
			[class*="grp-horbar-type"] b {margin-right:0;}

			.grp-horbar-type01 {align-items:center; border:1px solid #e2e2e2; border-radius:46px; height:46px; padding:0 10px;}
			.grp-horbar-type01 .grp-horbar-inner {background:#ebebeb; border-radius:32px; height:32px;}
			.grp-horbar-type01 .grp-horbar {background:var(--mc); border-radius:32px; min-width:60px;}
			.grp-horbar-type01 .grp-horbar-num {right:16px; top:50%; font-size:20px; transform:translate(0, -50%); color:white;}
			.grp-horbar-type01 .grp-horbar-total {display:block; flex:0 0 116px; width:116px; font-size:20px; text-align:center; color:black;}

			.grp-horbar-type02 .grp-horbar-inner {background:#ebebeb; border-radius:24px; height:24px;}
			.grp-horbar-type02 .grp-horbar {background:var(--mc); border-radius:24px; min-width:40px;}
			.grp-horbar-type02 .grp-horbar-num {right:16px; top:50%; font-size:16px; width:auto; transform:translate(0, -50%); color:white;}
			.grp-horbar-type02 .grp-horbar-inner > .grp-horbar-num {color:#666;}

		/* Vertical */
			/*.grp-verbar-type {width:auto; margin-top:23px;}
			.grp-verbar-type .grp-verbar-wrap {display:flex; justify-content: center; align-items: flex-end; position:relative; border-bottom:1px solid #e2e2e2; height:23.06vw;}
			.grp-verbar-type .grp-verbar-wrap > [class*="grp-verbar"] {position:relative; border-radius:1.39vw 1.39vw 0 0; width:6.67vw;}
			.grp-verbar-type .grp-verbar-num {position:absolute; left:0; top:-3.89vw; width:100%; font-size:2.78vw; line-height:1; text-align:center;}
			.grp-verbar-type .grp-verbar-item {margin-top:2.08vw; font-size:3.33vw; text-align:center; color:black;}*/

	/* Loading */
		/*.page-loading {display:none; position:fixed; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.15); z-index:900;}
		.icon-loading {display:none;}
		.loading {position:relative; width:48px; height:38px;}
		.page-loading .loading {position:fixed; left:50%; top:50%; margin:-19px 0 0 -24px; z-index:999;}
		.icon-loading .loading {margin:50px auto;}
		.loading .line {position:absolute; width:6px; height:38px; top:50%; bottom:50%; transform:translateY(-50%); opacity:1; background-color:#4d5050;}
		.loading .line:first-child {left:0; animation:loading1 0.9s ease-in infinite;}
		.loading .line:nth-child(2) {left:44%; animation:loading2 0.9s ease-in infinite;}
		.loading .line:last-child {right:0; animation:loading1 0.9s ease-out infinite;}
		@keyframes loading1 {0% {height:30%; opacity:0.2;} 50% {height:100%; opacity:1;} 100% {height:30%; opacity:0.2;}}
		@keyframes loading2 {0% {height:100%; opacity:1} 50% {height:30%; opacity:0.2;} 100% {height:100%; opacity:1;}}*/

	/* Quest */
		.qst-wrap {width:100%; margin:0 auto; font-size:24px;}
		.qst-wrap > [class*="fx-"]:first-child {flex-wrap:nowrap;}
		.qst-wrap .qst-tit {margin-top:72px; font-size:32px;}
		.qst-wrap .qst-vw-box {margin-top:52px;}
		.qst-wrap .qst-vw-box > * {padding:30px;}
		.qst-wrap .qst-vw-item {display:flex; margin-top:72px;}
		.qst-wrap .qst-ox {justify-content:center; gap:162px;}
		.qst-wrap .qst-btn {gap:20px; margin-top:100px;}
		.qst-wrap .qst-btn > * {height:56px; padding:0 32px; font-size:20px;}
		.qst-wrap .qst-mc {flex-direction: column; gap:36px;}
		.qst-wrap .qst-mc02 {display:flex; flex-direction: column; gap:30px; margin-top:50px; padding:24px;}
		.qst-wrap .qst-mc02 > * {display:flex; gap:24px;}
		.qst-wrap [class*="qst-mi"] {flex-direction: column; gap:96px; margin-top:48px;}
		.qst-wrap [class*="qst-mi"] .qst-num {flex:0 0 48px; padding-top:16px; font-size:32px; font-weight:500;}
		.qst-wrap [class*="qst-mi"] .btn-b-gry {background:white; font-size:24px;}
		.qst-wrap [class*="qst-mi"] .btn-b-gry[disabled] {background:var(--moc03);}
		.qst-wrap [class*="qst-mi"] .inp-wrap .btn-sz02 {height:34px; padding:15px; font-size:16px;}
		.qst-wrap .qst-mi-01 {gap:60px;}
		.qst-wrap .qst-mi-02 {gap:33px;}
		.qst-wrap .qst-mi-02 > * {align-items:center;}
		.qst-wrap .qst-mi-02 .qst-num {padding-top:0;}
		.qst-wrap .qst-mi-03 > * {display:block;}
		.qst-wrap .qst-mi-03 .qst-num {padding-top:0;}
		.qst-wrap .qst-mi-03 .qst-mc {margin-top:48px;}
		.qst-wrap .qst-epty {border-bottom:1px solid black; padding:0 14px;}
		.qst-wrap .qst-mi .qst-btn {display:flex; flex-wrap: wrap; justify-content:space-around; margin:0;}
		.qst-wrap .qst-mi .qst-btn button {flex:1; height:auto; padding:36px 60px; line-height:1.5;}
		.qst-img-item {display:flex; justify-content: space-between; gap:20px; margin-top:46px;}
		.qst-img-item > * {overflow:hidden; display:flex; flex-direction: column; align-items: center; gap:24px;}
		.qst-img-item.qst-img-item-col3 {display:grid; grid-template-columns:1fr 1fr 1fr;}
		.qst-img-item img {border-radius:20px; width:100%;}
		.qst-rlt-txt {margin-top:48px; padding:60px;}

		.qst-rlt-stat .box-b-lgry {background:white !important;}
		.qst-rslt th {border:1px solid #e2e2e2; text-align:center; vertical-align:middle; color:black;}
		.qst-rslt td {border:1px solid #e2e2e2; border-bottom:1px solid #f5f5f5; text-align:center; vertical-align:middle; color:black;}
		.qst-rslt tr > *:first-child {border-left:0;}
		.qst-rslt tr > *:last-child {border-right:0;}
		.qst-rslt thead th {height:100px;}
		.qst-rslt tbody td {height:100px;}
		.qst-rslt-lst {display:flex; flex-wrap: wrap; width:100%;}
		.qst-rslt-lst li {position:relative; display:flex; align-items: center; border-bottom:1px solid #e2e2e2; width:25%; height:100px;}
		.qst-rslt-lst li > * {width:50%;}

	/* Table */
		[class*="tbl-type"] td > *:first-child {margin-top:0;}

		[class*="tbl-type01"] {border-top:1px solid black; margin-top:30px; color:#222;}
		[class*="tbl-type01"] th, [class*="tbl-type01"] td {border-bottom:1px solid #ccc; /*height:90px;*/ min-height: 90px; vertical-align:middle;}
		[class*="tbl-type01"] th {background:#f6f6f6; padding:0 20px; font-size:18px; font-weight:500;word-break: keep-all;}
		[class*="tbl-type01"] tbody th {text-align: left;}
		[class*="tbl-type01"] thead th {height:54px;}
		[class*="tbl-type01"] td {padding:31px 20px; font-size:16px;}

		.tbl-type0101 th {background:none;}
		.tbl-type0102 td:not(:first-child) {border-left: 1px solid var(--moc03);}

		.tbl-type0103 th:not(:first-child),
		.tbl-type0103 td:not(:first-child) {border-left: 1px solid var(--moc03);}

		.tbl-type0104 {border: none;}
		.tbl-type0104 tbody th {padding: 24px 40px; background: none;text-align: right;border: none;color: #222;font-weight: 700;}
		.tbl-type0104 td {padding: 24px 40px;border: none;color: var(--moc05);font-size: 18px;font-weight: 500;}

		.tbl-type0105 {padding: 15px 0;border-bottom: 1px solid #ccc;}
		.tbl-type0105 tr th,
		.tbl-type0105 tr td {min-height: auto;padding: 15px 20px;border-bottom: none;}
		.tbl-type0105 tr th {vertical-align: top;}
		.tbl-type0105 td label.chk-rdo01 {min-width: 140px;}
		
		.tbl-type0106 th:not(:first-child),
		.tbl-type0106 td:not(:first-child) {border-left: 1px solid #ccc;}
		.tbl-type0106 tr th {background:#F6F6F6;}
		.tbl-type0106 td label.chk-rdo01 {min-width: 140px;}

		.tbl-type02 th{ font-weight:500;text-align: left;}
		.tbl-type02 th em{color:#f65555}
		.tbl-type02 td{ height:100px; padding:20px;text-align: left;}

	/* Text */
		/*.txt-ic-impo {align-items: flex-start; font-size:16px; color:#666;}
		.txt-ic-impo:before {flex:0 0 20px; background-position:-50px 0; width:20px; height:20px; margin:3px 8px 0 0;}

	/* Video */
		/*.vdo-wrap {overflow:hidden; position:relative;}
		.vdo-wrap video {display:block; width:100%; max-height:100vh;}
		.vdo-wrap .vdo-ctrl-wrap {position:absolute; left:0; bottom:0; background:black; width:100%; padding:0 12px;}
		.vdo-wrap .vdo-ctrl-left,
		.vdo-wrap .vdo-ctrl-right {display:flex; height:var(--vdo-h);}

		.vdo-wrap .vdo-proc-wrap {position:relative; width:100%;}
		.vdo-wrap .vdo-proc-btn {overflow:hidden; background:#333; border-radius:5px; width:100%; height:5px;}
		.vdo-wrap .vdo-proc-bar {display:block; background:var(--mc); width:0; height:100%;}
		.vdo-wrap .vdo-ic-overlay {position:absolute; left:0; top:0; width:100%; height:100%;}

		.vdo-wrap .vdo-ctrl {display:flex; justify-content:space-between;}

		.vdo-wrap .vdo-play,
		.vdo-wrap .vdo-mute,
		.vdo-wrap .vdo-full {position:relative; width:var(--vdo-h); height:100%;}
		.vdo-wrap .vdo-play:before,
		.vdo-wrap .vdo-mute:before,
		.vdo-wrap .vdo-full:before,
		.vdo-wrap .vdo-speed-menu li:before,
		.vdo-wrap .vdo-curr-speed:before {content:""; background:url("../images/video.png") no-repeat;}

		.vdo-wrap .vdo-play:before,
		.vdo-wrap .vdo-mute:before,
		.vdo-wrap .vdo-full:before {position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
		.vdo-wrap .vdo-curr-speed:before {display:inline-block; margin-right:5px;}

		.vdo-wrap .vdo-play:before {background-position:0 0; width:20px; height:25px;}
		.vdo-wrap .vdo-play.active:before {background-position:-34.72vw 0; width:23px; height:25px;}
		.vdo-wrap .vdo-mute:before {background-position:-13.89vw 0; width:24px; height:24px;}
		.vdo-wrap .vdo-mute.active:before {background-position:-6.94vw -6.94vw; width:27px; height:27px;}
		.vdo-wrap .vdo-mute.active + .vdo-vol-ctrl .vdo-vol-bar-in {width:0;}
		.vdo-wrap .vdo-full:before {background-position:-13.89vw -6.94vw; width:23px; height:22px;}
		.vdo-wrap .vdo-full.active:before {background-position:-20.83vw 0; width:23px; height:22px;}

		.vdo-wrap .vdo-vol-ctrl {display:flex; align-items:center; position:relative; width:89px; height:100%; padding-left:17px;}
		.vdo-wrap .vdo-vol-btn {background:#2e2e2e; width:100%; height:5px;}
		.vdo-wrap .vdo-vol-bar-in {display:block; position:relative; background:white; width:20%; height:100%;}
		.vdo-wrap .vdo-vol-bar-in:before {content:""; position:absolute; right:-1px; background:white; border-radius:50%; width:18px; height:18px; transform:translate(0, -7px);}
		.vdo-wrap .vdo-vol-bar {position:relative;}
		.vdo-wrap .vdo-vol-bar:after {content:""; position:absolute; left:-17px; top:-5px; background:white; width:17px; height:5px;}

		.vdo-wrap .vdo-dura {display:flex; align-items:center; height:100%; padding-left:20px; font-size:19px; color:#c1c1c1;}

		.vdo-wrap .vdo-speed {position:relative;}
		.vdo-wrap .vdo-curr-speed {display:flex; align-items:center; height:100%; font-size:25px; font-weight:700; color:white;}
		.vdo-wrap .vdo-curr-speed:before {content:""; display:inline-block; background:url("../images/video.png") -27.78vw 0 no-repeat; width:17px; height:17px;}
		.vdo-wrap .vdo-speed-menu {overflow:hidden; display:none; position:absolute; left:-20px; top:-183px; border-radius:3px 3px 0 0; font-size:21px; color:white;}
		.vdo-wrap .vdo-speed-menu li {background:rgba(0, 0, 0, 0.9);}
		.vdo-wrap .vdo-speed-menu li:hover {background:rgba(0, 0, 0, 0.5);}
		.vdo-wrap .vdo-speed-menu button {position:relative; width:106px; height:40px; padding-left:26px; text-align:left;}
		.vdo-wrap .vdo-speed-menu button:before {content:""; display:inline-block; background:url("../images/video.png") 0 -6.94vw no-repeat; width:15px; height:14px;}

		.vdo-wrap .vdo-curr-speed.active + .vdo-speed-menu {display:block;}

		.vdo-wrap[data-jindo="true"] .vdo-speed {display:none;}

		.vdo-wrap.active {position:fixed; left:0; top:0; background:black; width:100vw; height:100vh; z-index:70;}
		.vdo-wrap.vdo-ctrl-hide .vdo-ctrl-wrap {transition:transform .3s; transform:translate(0, 100%);}

		.vdo-info {padding:20px 0;}
		.vdo-info .vdo-prelst-wrap {display:flex; justify-content:space-between; align-items:center; margin-top:17px;}
		.vdo-info .vdo-prelst {counter-reset:videoprelist;}
		.vdo-info .vdo-prelst li {height:0; transform:translate(-100%, 0);}
		.vdo-info .vdo-prelst li.active {height:auto; transform:translate(0, 0);}
		.vdo-info .vdo-prelst li:before {counter-increment:videoprelist; content:counter(videoprelist)". ";}
		.vdo-info .vdo-prelst-ctrl {display:flex;}
		.vdo-info .vdo-prelst-ctrl button {text-indent:-1000em;}
		.vdo-info .vdo-prelst-num {margin:0 14px;}*/

/* 페이지 */
	/* 메인 */
		.main {margin:-60px 0 -80px;}
		.main header {position:relative; left:0; top:0; border:0; height:60px; margin-bottom:-60px; z-index:10;}
		.main .inner {display:flex; justify-content: space-between; width:1400px; padding:0;}
		.main .h-menu {display:none; gap:35px; font-size:14px; color:white;}
		.main .h-menu a:hover {color:#fed316;}
		.main .main-tit {font-size:20px; font-weight:bold; line-height:36px; text-transform:uppercase; color:#F65555;}
		.main .main-txt {margin-top:20px; font-size:40px; font-weight:700; line-height:56px; color:#111;}
		.main .main-txt02 {margin-top:30px; font-size:16px; line-height:28px; color:#555;}
		.main .main-txt03 {display:inline-block; background: #E85757; border-radius: 22px; padding:0 20px; font-size:20px; font-weight:500; line-height:45px; text-align:center; color:white;}
		.main .main-txt04 {font-size:40px; color:#D5D5D5;}
		/*.main .main-txt04 .count {display:inline-block; width:440px; font-size:100px; color:white;}*/
		.main .main-txt04 .count {display:inline-block; font-size:100px; color:white; margin-right: 10px;}
		.main .main-txt05 {font-size:40px; color:white;}
		.main [class*="section-"] {overflow:hidden; width:100vw;}

		.main .section-01 .main-slide .swiper-slide .inner {transform:scale(0.75);}
		.main .section-01 img {max-width:100%;}
		.main .section-01 .main-slide {height:670px;}
		.main .section-01 .main-slide .swiper-slide {display:flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top:60px;}
		.main .main-btn {position:relative; display:inline-block; background:rgba(255, 255, 255, 0.1); border:1px solid white; border-radius:72px; margin-top:80px; padding:0 67px; line-height:65px; color:white; z-index:1;}
		.main .main-btn02 {position:relative; display:inline-block; background:#333333; border-radius:100px; margin-top:100px; padding:0 75px; font-size:26px; line-height:100px; color:white; z-index:1;}
		.main .main-btn03 {display:inline-block; background:#FF8A00; border-radius:100px; padding:0 60px; font-size:36px; line-height:100px; color:white;}
		.main .main-btn04 {display:inline-block; background:#00B9CE; border-radius:100px; padding:0 60px; font-size:36px; line-height:100px; color:white;}

		.main .section-01 .main-slide .swiper-slide01 {background:#445aff;}
		.main .section-01 .main-slide .inner {position:relative; display:block; padding:0;}
		.main .section-01 .main-slide .swiper-slide01 .inner:before {content:""; position:absolute; right:-246px; top:50%; background: url("../images/img/img_main_slide01bg.png") left top no-repeat; width:1406px; height:842px; transform:translate(0, -50%);}
		.main .section-01 .main-slide .swiper-slide02 {background: url("../images/img/img_main_slide02bg.png") left top no-repeat; background-size:cover;}
		.main .section-01 .main-slide .swiper-slide03 {background:#111c44;}
		.main .section-01 .main-slide .swiper-slide03 .inner:before {content:""; position:absolute; right:0; top:50%; background: url("../images/img/img_main_slide03bg.png") left top no-repeat; width:667px; height:501px; transform:translate(0, -50%);}
		.main .section-01 .main-slide .swiper-slide04 {background:#111c44;}
		.main .section-01 .main-slide .swiper-slide04 .inner:before {content:""; position:absolute; right:0; top:50%; background: url("../images/img/img_main_slide04bg.png") left top no-repeat; width:755px; height:675px; transform:translate(0, -50%);}
		.main .section-01 .main-slide .swiper-slide05 {padding-top:0}
		.main .section-01 .main-slide .swiper-slide05 a{display: flex;justify-content: center;width: 100%;}
		
		.main .section-02 {background:#eee; padding:72px 0; text-align:center;}
		.main .section-02 .inner {justify-content: center;}
		.main .section-02 .main-qna {overflow:hidden; display:flex; flex-direction: column; gap:40px; background: url("../images/img/img_main_qnabg.png") center no-repeat; margin-top:80px; text-align:center;}
		.main .section-02 .main-qna li {display:flex;}
		.main .section-02 .main-qna [class*="ic-"] {margin-right:20px;}
		.main .section-02 .main-qna li:nth-child(odd) {background:white; border:1px solid #eee; border-radius: 0px 30px 30px 30px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08); margin-right:auto; padding:0 40px; font-size:20px; line-height:80px;}
		.main .section-02 .main-qna li:nth-child(even) {background: #7C55F6; border: 1px solid #EEEEEE; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08); border-radius: 30px 0px 30px 30px; margin-left:auto; padding:0 40px; font-size:30px; line-height:80px; color:white;}

		.main .section-03 {display:none; display:flex; align-items: center; background: url("../images/img/img_main_visual.png") no-repeat #333; background-size:cover; height:482px;}
		.main .section-03 .inner {}

		.main .section-04 {background:#EDEDFF; padding:72px 0; text-align:center;}
		.main .section-04 .main-roadmap {background: url("../images/img/img_main_road.png") no-repeat; width:1920px; height:2307px; margin:0 auto 0; transform:translate(0, 327px);}
		.main .section-04 .main-roadmap .inner {display:block; position:relative; width:1300px;}
		.main .section-04 .main-road-track {margin:0 auto; transform:translate(35px, 75px) rotate(180deg);}
		.main .section-04 .main-boy {opacity:1; transition:opacity .3s; position:absolute; background: url("../images/img/img_boy.png") no-repeat; width:158px; height:327px;}
		.main .section-04 .main-boy.active {opacity:0; transition:opacity .3s;}
		.main .section-04 .main-road-obj {position:absolute; left:0; top:0; width:100%;}
		.main .section-04 .main-road-obj > * {position:absolute;}

		.main .section-04 .main-road-obj .main-road-step01 {left:40px; top:-290px;}
		.main .section-04 .main-road-obj .main-road-step02 {left:300px; top:-90px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step03 {top:65px;}
		.main .section-04 .main-road-obj .main-road-step04 {left:800px; top:54px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step05 {left:800px; top:160px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step06 {left:780px; top:515px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step07 {top:530px;}
		.main .section-04 .main-road-obj .main-road-step08 {left:325px; top:515px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step09 {left:25px; top:595px;}
		.main .section-04 .main-road-obj .main-road-step10 {left:325px; top:824px; padding-top:144px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step11 {top:980px;}
		.main .section-04 .main-road-obj .main-road-step12 {left:780px; top:824px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step13 {left:765px; top:1425px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step14 {top:1440px;}
		.main .section-04 .main-road-obj .main-road-step15 {left:325px; top:1425px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step16 {left:-140px; top:1605px;}
		.main .section-04 .main-road-obj .main-road-step17 {left:320px; top:1735px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step18 {top:1890px;}
		.main .section-04 .main-road-obj .main-road-step19 {left:790px; top:1875px; font-size:40px;}
		.main .section-04 .main-road-obj .main-road-step20 {left:1000px; top:1195px; font-size:40px;}

		.main .section-04 .main-road-obj .main-road-step03,
		.main .section-04 .main-road-obj .main-road-step07,
		.main .section-04 .main-road-obj .main-road-step11,
		.main .section-04 .main-road-obj .main-road-step14,
		.main .section-04 .main-road-obj .main-road-step18 {left:50%; transform:translate(-50%, 0);}

		.main .section-04 .main-road-obj .main-road-step07 img,
		.main .section-04 .main-road-obj .main-road-step14 img{transform:rotate(180deg);}

		.main .section-05 {background:#333; height:300px;}
		.main .section-05 .inner {background: url("../images/img/img_main_visual02.png") right center no-repeat; height:100%;}

		.main .section-06 {padding:90px 0 160px; text-align:center;}
		.main.sub .section-06 {padding-top:0;}
		.main .section-06 .cont-video {display:flex; gap:30px; margin:80px 0 100px;}
		.main .section-06 .cont-video .cont-video-area {overflow:hidden; flex:0 0 1110px; border-radius:20px; width:1110px; height:620px;}
		.main .section-06 .cont-video .tab-cont > * {height:100%;}
		.main .section-06 .cont-video #player {width:100%; height:100%;}
		.main .section-06 .comment-slide {margin-top:90px;}
		.main .section-06 .comment-slide .swiper-slide:before,
		.main .section-06 .comment-slide .swiper-slide:after {content:""; background:url("../images/img/img_main_icon_quo.png") no-repeat; width:39px; height:35px;}
		.main .section-06 .comment-slide .swiper-slide:after {transform:rotate(180deg);}
		.main .section-06 .comment-slide .swiper-slide {display:flex; flex-direction: column; align-items: center; justify-content: space-evenly; box-shadow: 4px 4px 4px #EDEDFF; border-radius: 20px; height:634px; padding:0 60px; color:white;}
		.main .section-06 .comment-slide .swiper-slide:nth-child(3n) {background:#575757;}
		.main .section-06 .comment-slide .swiper-slide:nth-child(3n+1) {background:#EA6866;}
		.main .section-06 .comment-slide .swiper-slide:nth-child(3n+2) {background:#8C70E4;}
		.main .section-06 .comment-slide-txt01 {font-size:30px; font-weight:700;}
		.main .section-06 .comment-slide-txt02,
		.main .section-06 .comment-slide-txt03 {font-size:20px; line-height:30px;}

		.main .section-07 {display:flex; background:#333; height:439px;}

		.main .section-08 {padding: 120px 0;text-align: center;}
		.main .section-08 .main-my .main-my-thumb {display: flex;justify-content: center;align-items: center;flex: 0 0 600px;padding: 45px 0;border: 1px solid var(--moc03);}
		.main .section-08 .main-my .main-my-thumb img {max-width: 100%;max-height: 100%;}
		.main .section-08 .main-my .main-my-brd {flex: 0 0 540px;display: flex;flex-direction: column;justify-content: space-between;}
		.main .section-08 .brd-tit {font-size: 34px;line-height: 46px;font-weight: 700;text-align: left;}
		.main .section-08 .brd-tit span {font-weight: 500;}
		.main .section-08 .tbl-type02 {padding: 15px 0;border-top: 1px solid #222;border-bottom: 1px solid var(--moc03);}
		.main .section-08 .tbl-type02 th,
		.main .section-08 .tbl-type02 td {height: auto;padding: 15px 0;font-size: 18px;line-height: 30px;color: #000;}
		.main .section-08 [class*="grp-horbar01"] {margin: 3px 0;}
		.main .section-08 [class*="grp-horbar01"] .grp-horbar-inner {overflow: hidden;box-shadow: 0px 3px 10px rgb(0 0 0 / 12%);}
		.main .section-08 [class*="grp-horbar01"] .grp-horbar {min-width: 0;}
		.main .section-08 [class*="grp-horbar01"] .grp-horbar-num {position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;padding: 0 10px;font-size: 16px;line-height: 24px;text-align: right;word-break: keep-all;}
		.main .section-08 .grp-horbar01-ylw .grp-horbar {background: var(--lvylw);}
		.main .section-08 .grp-horbar01-blu .grp-horbar {background: var(--lvblu);}
		.main .section-08 .btn-sz01 {height: 3.12vw;font-size: 1.04vw;}

		.main .section-09 {margin-top:-96px}
		.main .section-09 .txt-section-09-01 {font-size:24px; line-height:40px;}
		.main .section-09 .txt-section-09-02 {margin-top:24px; font-size:64px; line-height:104px;position:relative;overflow: unset; display: table-row;}
		.main .section-09 .txt-section-09-02:after {position: absolute;content: "";width:80px;height:8px;background:#F5BE54;left:-90px;top:23%}
		.main .section-09 .txt-section-09-02:before {position: absolute;content: "";width:200px;height:8px;background:#F5BE54;right:-50px;bottom:0}
		.main .section-09 .txt-section-09-03 {margin-top:32px; font-size:20px; line-height:32px; color:#7A7A7A;}

		.main .section-10 {background:#4E4E4E; text-align:center; color:white;}
		.main .section-10 .inner03 {display:flex; flex-direction: column; align-items: center; justify-content: center; height:720px;}
		.main .section-10 .txt-section-10-01 {font-size:36px; line-height:56px;}
		.main .section-10 .txt-section-10-01 strong {font-size:64px; line-height:88px;}
		.main .section-10 .txt-section-10-01 span {color:#F5BE54;}
		.main .section-10 .lst-section-10-01 {display:grid; grid-template-columns: repeat(4, 1fr); width:100%; margin-top:72px;}
		.main .section-10 .lst-section-10-01 > * {display:flex; flex-direction: column; align-items: center; font-size:20px; line-height:32px;}
		.main .section-10 .lst-section-10-01 img {width:144px;}
		.main .section-10 .lst-section-10-01 b {margin:32px 0 16px; font-size:24px; line-height:40px; font-weight: 600;}

		.main .section-11 {padding:96px 0; text-align:center;}
		.main .section-11 .txt-11-01 {font-size:64px; line-height:88px;}

		.main .section-12 {padding:96px 0; text-align:center; background:#F65555;}
		.main .section-12 .inner03 {width:1392px;}
		.main .section-12 .txt-12-01 {font-size:36px; line-height:56px; color:white;}
		.main .section-12 .txt-12-01 strong {font-size:64px; line-height:88px;}
		.main .section-12 .lst-sec12 {display:flex; flex-wrap: wrap; justify-content: center; gap:48px; background:rgba(255, 255, 255, 0.2); border-radius: 48px; margin-top:56px; padding:40px 64px;}
		.main .section-12 .lst-sec12 > * {flex:0 0 20%; display:flex; flex-direction: column; align-items: center; justify-content: center; background:#F65555; border-radius:32px; height:164px;}
		.main .section-12 .lst-sec12 p:first-child {display:flex; align-items: center; gap:16px; font-size:24px; line-height:40px; text-align:left; color:white;}
		.main .section-12 .lst-sec12 p strong {font-size:44px; line-height:64px; color:#F5BE54;}
		.main .section-12 .lst-sec12 p:last-child {opacity:0.6; font-size:20px; line-height:32px; color:white;}
		.main .section-12 .cont-sec12 {position:relative; background:url(../images/img/img_main_sec12.png) no-repeat; height:240px; margin-top:43px;}
		.main .section-12 .cont-sec12-icon {position:absolute; right:50px; top:-80px; background:url(../images/icon/icon_plus.png) no-repeat; width:132px; height:132px;}

		.main .section-13 {padding:96px 0; text-align:center;background:#fff;}
		.main .section-13 .txt-13-01 {font-size:36px; line-height:56px;}
		.main .section-13 .txt-13-01 strong {font-size:64px; line-height:88px;}

		.main .section-14 {padding:96px 0; text-align:center; background:#4C549A;}
		.main .section-14 .txt-14-01 {font-size:36px; line-height:56px; color:white;}
		.main .section-14 .txt-14-01 strong {font-size:64px; line-height:88px;}

		.main .section-15 {background:#5E65A4; padding:96px 0; text-align:center;}
		.main .section-16 {background:#4C549A; padding:96px 0; text-align:center;}
		.main .section-17 {text-align:center;;}
		.main .section-17-01 {background:#ACD5C0;text-align:center;padding:96px 0;}
		.main .section-18 {background:#f7f7f7; padding:96px 0; text-align:center;}
		.main .section-19 {background:#f7f7f7; padding:96px 0; text-align:center;}

		.main .section-19 li {position:absolute;}
		.main .section-19 li:nth-child(1) {left:-10px; top:150px;}
		.main .section-19 li:nth-child(2) {right:-15px; top:150px;}
		.main .section-19 li:nth-child(3) {left:10px; bottom:150px;}
		.main .section-19 li:nth-child(4) {right:-15px; bottom:150px;}

		.main .section-19-02 li:nth-child(1) {left:0; top:150px;}
		.main .section-19-02 li:nth-child(2) {right:-15px; top:150px;}
		.main .section-19-02 li:nth-child(3) {left:0; bottom:150px;}
		.main .section-19-02 li:nth-child(4) {right:145px; bottom:150px;}

		.main .section-20 {background:#4E4E4E; text-align:center;}

		.main .section-21 {background:#363636; text-align:center;}
		.main .section-21 {position:relative; }
		.main .section-21 .img-21-01 {position:absolute; left:50%; top:482px; transform:translate(-50%, 0);}
		.main .section-21 .img-21-02 {position:relative;}
		.main .section-21 .lst-sec-21 {position:absolute; left:50%; top:555px; font-size:28px; line-height:40px; color:white; z-index:20;}
		.main .section-21 .lst-sec-21 li {opacity:1 !important; position:absolute; mix-blend-mode: normal; background:#D3D3D330; box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.15); backdrop-filter: blur(4px); display:flex; justify-content: center; align-items: center; border-radius:999px; transform:scale(1) !important; transition: background 3s ease;}
		.main .section-21 .lst-sec-21 li.aos-animate {transition: background 3s ease;}
		.main .section-21 .lst-sec-21 li:nth-child(1) {left:-515px; top:-30px; width:312px; height:208px;}
		.main .section-21 .lst-sec-21 li:nth-child(2) {left:55px; top:-70px; width:454px; height:160px;}
		.main .section-21 .lst-sec-21 li:nth-child(3) {left:-335px; top:250px; width:232px; height:320px;}
		.main .section-21 .lst-sec-21 li:nth-child(4) {left:95px; top:250px; width:324px; height:252px;}
		.main .section-21 .lst-sec-21 li.aos-animate:nth-child(1) {background: rgba(245, 190, 84, 0.5);}
		.main .section-21 .lst-sec-21 li.aos-animate:nth-child(2) {background: rgba(129, 172, 236, 0.7);}
		.main .section-21 .lst-sec-21 li.aos-animate:nth-child(3) {background: rgba(76, 84, 154, 0.7);}
		.main .section-21 .lst-sec-21 li.aos-animate:nth-child(4) {background: rgba(117, 185, 151, 0.6);}

		.main .section-22 {background:#8F64EB; text-align:center;}
		.main .section-23 {background:#F7F7F7; text-align:center;}

		.main .section-24 {display:flex; justify-content: center; align-items: center; background:url("../images/img/img_sec24.png") no-repeat; background-position:center;padding:106px 0 76px;/* height:828px;*/}
		.main .section-24 .count {opacity:0; position:absolute; left:0; bottom:80px; font-size:104px; font-weight:bold; color:#FFB526;}
		.main .section-24 .count.aos-animate {opacity:1;}

		.main .section-25 {background:#222; padding:96px 0; text-align:center;}
		.main .section-25 .txt-25-01 {font-size:36px; line-height:56px; color:white;}
		.main .section-25 .txt-25-01 strong {font-size:64px; line-height:88px;}
		.main .section-25 .txt-25-01 span {color:#F5BE54;}
		.main .section-25 .lst-25-01 {display:grid; grid-template-columns: repeat(6, 1fr); margin-top:56px;}
		.main .section-25 .lst-25-01 p {margin-top:36px; font-size:24px; line-height:40px; color:#A7A7A7;}
		.main .section-25 .lst-25-01 p span {font-size:16px; color:#7A7A7A;}
		.main .section-25 .lst-25-01 > * + * {border-left:2px dashed #4E4E4E;}

		.main .section-25-02 {background:white;}
		.main .section-25-02 .txt-25-01 {margin-top:56px; color:#7A7A7A;}
		.main .section-25-02 .txt-25-01 strong {color:#222;}
		.main .section-25-02 .txt-25-01 strong span {color:#8F64EB;}

		.main .section-26 {background:#4C549A; padding:90px 0; text-align:center;}
		.main .section-27 {padding:90px 0; text-align:center;}
		.main .section-28 {padding:90px 0; text-align:center;}
		.main .section-29 {background:#FF8759; padding:90px 0; text-align:center;}

		.main .section-30 {padding:96px 0; text-align:center;}
		.main .section-30 .txt-30-01 {font-size:36px; line-height:56px;}
		.main .section-30 .txt-30-01 strong {font-size:64px; line-height:88px;}

		.main .section-31 {background:#F65555; padding:96px 0; text-align:center; color:white;}
		.main .section-31 .inner03 {display:flex; flex-direction: column; align-items: center; justify-content: center; height:720px;}
		.main .section-31 .txt-section-31-01 {font-size:36px; line-height:56px;}
		.main .section-31 .txt-section-31-01 strong {font-size:64px; line-height:88px;}
		.main .section-31-box {background:rgba(255, 255, 255, 0.2); border: 6px dashed #FFFFFF; border-radius: 64px; width:1532px; margin:56px auto 0; padding:56px;}
		.main .section-31-box02 {background:#F65555; border-radius: 40px; width:1052px; margin:0 auto; padding:16px; font-size:28px; line-height:40px;}
		.main .section-31-box02 strong {position:relative; font-size:36px; line-height:56px;}
		.main .section-31-box02 strong:before {content:""; opacity:0.2; position:absolute; left:-8px; bottom:0; background:#F5BE54; width:calc(100% + 16px); height:32px;}
		.main .section-31-box02 p {margin-top:8px;}
		.main .section-31-lst {display:grid; grid-template-columns: repeat(2, 1fr); gap:64px; width:944px; margin:80px auto 0; text-align:center;}

		.main .section-32 {background:#FBAAAA; padding:96px 0; text-align:center;}

		.main .section-33 {background:#F7F7F7; padding:96px 0; text-align:center;}

		.main .section-34 {padding:96px 0; text-align:center;}
		.main .section-34 .txt-section-34-01 {font-size:36px; line-height:56px;}
		.main .section-34 .txt-section-34-01 strong {font-size:64px; line-height:88px;}
		.main .section-34-box {background:#F7F7F7; border-radius: 40px; width:100%; margin-top:56px; padding:40px 0;}
		.main .section-34 .txt-section-34-02 {width:100%; font-size:20px; line-height:32px;}
		.main .section-34 .txt-section-34-02 strong {font-size:36px; line-height:56px;}
		.main .section-34 .swi-type07 {margin-top:28px;}
		.main .section-34 [class*="swiper-slide"] {display:flex; flex-direction: column; align-items: center; justify-content: center; gap:8px; border-radius:24px; box-shadow:0px 3px 6px rgba(0, 0, 0, 0.15); height:192px; padding:32px; font-size:16px; line-height:24px; color:white;}
		.main .section-34 [class*="swiper-slide"] b {font-size:20px; line-height:32px;}
		.main .section-34 [class*="swiper-slide"] span {display:flex; justify-content: center; align-items: center; background:rgba(0, 0, 0, 0.2); border-radius:32px; width:76px; height:32px;}
		.main .section-34 .swiper-button-prev,
		.main .section-34 .swiper-button-next {display:flex; align-items: center; justify-content: center; background:#7A7A7A; border-radius:50%; width:80px; height:80px;}
		.main .section-34 .swiper-button-next {right:0;}
		.main .section-34 .swiper-button-prev:before,
		.main .section-34 .swiper-button-next:before {content:""; border-left:8.5px solid white; border-radius:8.5px; border-bottom:8.5px solid white; width:23.5px; height:23.5px;}
		.main .section-34 .swiper-button-prev:before {transform:translate(7px, 0) rotate(45deg)}
		.main .section-34 .swiper-button-next:before {transform:translate(-7px, 0) rotate(-135deg)}
		.main .section-34 .swiper-navigation {padding:0 8px; transform:translate(0, -140px); z-index:10;}

		.main .section-35 {background:url("../images/temp/48.png") center no-repeat; background-size:cover;}
		.main .section-35 .inner03 {position:relative; height:600px;}
		.main .section-35 .txt-section-35-01 {position:absolute; left:0; top:320px; font-size:44px; line-height:64px; font-weight:700; color:white;}
		.main .section-35 [class*="txt-section-35-talk"] {overflow:inherit; position:absolute; left:0; top:0; background:rgba(255, 255, 255, 0.3); border-radius: 40px; width:auto; padding:40px 110px 40px 40px; font-size:20px; line-height:32px; color:white; animation: utod 2s ease-in-out infinite;}
		.main .section-35 [class*="txt-section-35-talk"]:before {content:""; position:absolute; right:40px; top:40px; background:url("../images/icon/icon_asd.png") no-repeat; background-size:100% 100%; width:59px; height:43px;}
		.main .section-35 [class*="txt-section-35-talk"]:after {content:""; position:absolute; left:auto; right:42px; bottom:-30px; background:url("../images/icon/icon_talkbox04.png") no-repeat; background-size:100% 100%; width:50px; height:30px;}
		.main .section-35 .txt-section-35-talk-01 {left:229px; top:38px;}
		.main .section-35 .txt-section-35-talk-02 {left:605px; top:294px;}
		.main .section-35 .txt-section-35-talk-03 {left:934px; top:142px;}

		.main .section-36 {background:#F7F7F7; padding:96px 0; text-align:center;}
		
		.main .section-37 {background:#F5BE54; padding:96px 0; text-align:center;}
		.main .section-37 .txt-37-01 {font-size:36px; line-height:56px; color:#222;}
		.main .section-37 .txt-37-01 strong {font-size:64px; line-height:88px;color:white}
		.main .section-37 .curriculum-slide {position:relative;}
		.main .section-37 .curriculum-slide .swiper-slide{flex: 0 0 342px;margin-top:60px;}
		.main .section-37 .curriculum-slide .swiper-navigation {position:absolute; left:50%; top:50%; height:80px; transform:translate(-50%, -50%); z-index:100;}
		.main .section-37 .curriculum-slide .swiper-button-prev,
		.main .section-37 .curriculum-slide .swiper-button-next {display:flex; align-items: center; justify-content: center; background:#4E4E4E; border-radius:50%; width:80px; height:80px;}
		.main .section-37 .curriculum-slide .swiper-button-next {right:0;}
		.main .section-37 .curriculum-slide .swiper-button-prev:before,
		.main .section-37 .curriculum-slide .swiper-button-next:before {content:""; border-left:8.5px solid #F5BE54; border-radius:8.5px; border-bottom:8.5px solid #F5BE54; width:23.5px; height:23.5px;}
		.main .section-37 .curriculum-slide .swiper-button-prev:before {transform:translate(7px, 0) rotate(45deg)}
		.main .section-37 .curriculum-slide .swiper-button-next:before {transform:translate(-7px, 0) rotate(-135deg)}

		.section-head {display:flex; justify-content: space-between; position:sticky; left:0; top:0; background:rgba(255, 255, 255, 0.6); backdrop-filter: blur(6px); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15); width:100%; height:55px; transform:translate(0, -96px); transition:transform .3s ease; z-index:10;} 	
		.section-head.active {transform:translate(0, 0); transition:transform .3s ease;}
		.section-head .section-link {display:flex; align-items: center; justify-content: center; gap:24px; flex:0 0 476px; padding-right:24px; font-size:24px; color:white;}
		.section-head .section-link:before {content:""; background:url(../images/icon/icon_home.png) no-repeat; width:30px; height:30px;background-size: 30px}
		.section-head .section-menu {display:flex; justify-content: flex-end;}
		.section-head .section-menu > * {flex:0 0 240px;}
		.section-head .section-menu a {position:relative; display:flex; align-items: center; justify-content: center; height:100%; font-size:20px;}
		.section-head .section-menu a:before {content:""; position:absolute; left:0; bottom:0; width:100%; height:4px;}
		.section-head + section {margin-top:-55px;}	
		
		.section-head.grn-type .section-link,
		.section-head.grn-type .section-menu a:hover:before,
		.section-head.grn-type .section-menu > *.active a:before {background:#75B997;}
		.section-head.grn-type .section-menu a:hover,
		.section-head.grn-type .section-menu > *.active a  {color:#75B997;}

		.section-head.org-type .section-link,
		.section-head.org-type .section-menu a:hover:before,
		.section-head.org-type .section-menu > *.active a:before {background:#FF8759;}
		.section-head.org-type .section-menu a:hover,
		.section-head.org-type .section-menu > *.active a  {color:#FF8759;}

		.section-head.pur-type .section-link,
		.section-head.pur-type .section-menu a:hover:before,
		.section-head.pur-type .section-menu > *.active a:before {background:#8F64EB;}
		.section-head.pur-type .section-menu a:hover,
		.section-head.pur-type .section-menu > *.active a  {color:#8F64EB;}

		.section-head.blu-type .section-link,
		.section-head.blu-type .section-menu a:hover:before,
		.section-head.blu-type .section-menu > *.active a:before {background:#4C549A;}
		.section-head.blu-type .section-menu a:hover:before,
		.section-head.blu-type .section-menu > *.active a:before {background:#fff;}
		.section-head.blu-type  {background: rgba(76, 84, 154, 0.6);}
		.section-head.blu-type .section-menu a:hover,
		.section-head.blu-type .section-menu > *.active a  {color:#fff;}
		
		.section-head.ypur-type .section-link,
		.section-head.ypur-type .section-menu a:hover:before,
		.section-head.ypur-type .section-menu > *.active a:before {background:#8F64EB;}
		.section-head.ypur-type .section-menu a:hover:before,
		.section-head.ypur-type .section-menu > *.active a:before {background:#fff;}
		.section-head.ypur-type  {background: rgba(143, 100, 235, 0.6);}
		.section-head.ypur-type .section-menu a:hover,
		.section-head.ypur-type .section-menu > *.active a  {color:#fff;}

		.section-head.red-type .section-link,
		.section-head.red-type .section-menu a:hover:before,
		.section-head.red-type .section-menu > *.active a:before {background:#F65555;}
		.section-head.red-type .section-menu a:hover,
		.section-head.red-type .section-menu > *.active a  {color:#F65555;}

		.main .section-foot {position:sticky; left:0; bottom:0; display:flex; justify-content: center; align-items: center; background: rgba(34, 34, 34, 0.8); gap:48px; height:80px; font-size:24px; line-height:64px; color:white; z-index:50;}
		.main .section-foot a {display:flex; justify-content: center; align-items: center; gap:24px; background:#333; border-radius: 16px; width:300px; height:50px; font-size:22px; font-weight:700; color:#F5BE54;}
		.main .section-foot a:after {content:""; background:url("../images/icon/icon_rArr.png") no-repeat; width:14px; height:24px;background-size: 14px}

		.main .curriculum {display:flex;}
		.main .curriculum > *:first-child {display:flex; flex-direction:column; justify-content: center; flex:0 0 850px;}
		.main .curriculum .img-curriculum {width:590px;}
		.main .curriculum .txt-curriculum {font-size:44px; color:#222;}
		.main .curriculum .txt-curriculum span {font-size:16px;}
		.main .curriculum .txt-curriculum strong {position:relative;}
		.main .curriculum .txt-curriculum strong:before {content:""; opacity:0.2; position:absolute; left:-8px; bottom:0; background:#F5BE54; width:calc(100% + 16px); height:32px;}
		.main .curriculum .txt-curriculum02 {margin:32px 0 64px; font-size:28px; line-height:40px;}
		.main .curriculum .lst-curriculum {display:flex; flex-direction: column; gap:23px; margin-top:64px; font-size:20px; color:#F65555;}
		.main .curriculum .lst-curriculum > * {position:relative; display: flex; gap:12px;}
		.main .curriculum .lst-curriculum > *:before {content:""; flex:0 0 32px; background: url(../images/icon/icon_lst_chk_red.png) no-repeat; border-radius: 32px; width:32px; height: 32px;}

		.main .curriculum-02 {display:block; background:#F7F7F7;}
		.main .curriculum-02 .inner03 {display:flex; flex-direction: row; justify-content: space-between; align-items: center; height:688px;}
		.main .curriculum-02 .txt-curriculum strong {color:#8F64EB;}
		.main .curriculum-02 .txt-curriculum strong:before {background:#81ACEC;}
		.main .curriculum-02 .lst-curriculum {color:#8F64EB;}
		.main .curriculum-02 .lst-curriculum > * {display: flex; gap:12px; justify-content: flex-end;}
		.main .curriculum-02 .lst-curriculum > *:before {background: url(../images/icon/icon_lst_chk_pur.png) no-repeat;}

		.main .curriculum-03 {display:block; padding-top:96px;}
		.main .curriculum-03 .inner03 {display:flex; margin-top:56px;}
		.main .curriculum-03 .inner03 > * {display:flex; flex-direction:column; justify-content: center; flex:0 0 850px;}
		.main .curriculum-03 .txt-curriculum03 {font-size:36px; text-align:center;}
		.main .curriculum-03 .txt-curriculum03 strong {font-size:64px;}

		.main .chain-prg {display:flex; align-items: center; justify-content: center; background:#81ACEC; height:1056px; color:white;}
		.main .chain-prg .txt-chain-prg {font-size:36px; text-align:center;}
		.main .chain-prg .txt-chain-prg strong {font-size:64px;}
		.main .chain-prg .txt-chain-prg02 {font-size:44px;}
		.main .chain-prg .txt-chain-prg02 span {font-size:16px; color:#4C549A}
		.main .chain-prg .txt-chain-prg02 strong {position:relative; color:#222;}
		.main .chain-prg .txt-chain-prg02 strong:before {content:""; opacity:0.2; position:absolute; left:-8px; bottom:0; background:white; width:calc(100% + 16px); height:32px;}
		.main .chain-prg .txt-chain-prg03 {margin-top:32px; font-size:28px; line-height:40px;}
		.main .chain-prg .lst-chain-prg {display:flex; justify-content: center; gap:64px; margin-top:40px; text-align:center;}
		.main .chain-prg .lst-chain-prg > * {display:flex; flex-direction: column; align-items: center; flex:0 0 280px;}
		.main .chain-prg .lst-chain-prg span {position:relative; display:flex; align-items: center; justify-content: center; background:#ffffffc9; border-radius:50%; mix-blend-mode: normal; width:120px; height:120px; font-size: 16px; color:#4C549A;}
		.main .chain-prg .lst-chain-prg p {display:flex; align-items: center; justify-content: center; flex-direction: column; background: #4C549A; border-radius:50%; width:280px; height:280px; margin-top:-60px; font-size: 28px;} 
		.main .chain-prg02 {background:rgba(211, 211, 211, 0.4); height:852px; color:#7A7A7A;}
		.main .chain-prg02 .txt-chain-prg02 strong:before {background:#4C549A;}
		.main .chain-prg02 .lst-chain-prg p {color:white;}
		
		.main .real-review {padding:96px 0;}
		.main .real-review .txt-real-review {font-size:36px; text-align:center;}
		.main .real-review .txt-real-review strong {font-size:64px;}
		.main .real-review .real-review-slide {position:relative; width:100vw; margin-top:100px;}
		.main .real-review .real-review-slide .swiper {padding-bottom:20px; padding-right: 105px;}
		.main .real-review .real-review-slide .swiper-wrapper {align-items: center;}
		.main .real-review .real-review-slide .swiper-slide {overflow:visible; display:flex;  /* flex:0 0 344px; */ flex-direction: column; align-items: center; background:#F7F7F7; border-radius:32px; width:344px; height:280px; padding:32px; text-align:center;}
		.main .real-review .real-review-slide .swiper-slide .real-review-icon {width:32px; height:32px;}
		.main .real-review .real-review-slide .swiper-slide:nth-child(1n) .real-review-icon {background:url(../images/icon/icon_smile.png) no-repeat;}
		.main .real-review .real-review-slide .swiper-slide:nth-child(2n) .real-review-icon {background:url(../images/icon/icon_heart.png) no-repeat;}
		.main .real-review .real-review-slide .swiper-slide:nth-child(3n) .real-review-icon {background:url(../images/icon/icon_smile02.png) no-repeat;}
		.main .real-review .real-review-slide .swiper-slide:nth-child(4n) .real-review-icon {background:url(../images/icon/icon_eye.png) no-repeat; width:42px;}
		.main .real-review .real-review-slide .swiper-slide:nth-child(5n) .real-review-icon {background:url(../images/icon/icon_thumb.png) no-repeat; width:42px;}
		.main .real-review .real-review-slide .swiper-slide .txt-real-review02 {margin-top:10px; font-size:20px; line-height:32px; color:#7A7A7A;}
		.main .real-review .real-review-slide .swiper-slide .txt-real-review03 {margin-top:32px; font-size:16px; line-height:24px; color:#7A7A7A;}
		.main .real-review .real-review-slide .swiper-slide.swiper-slide-active:after {content:""; position:absolute; right:30px; bottom:-20px; background:url("../images/icon/icon_quotes.png"); width:59px; height:41px;}
		.main .real-review .real-review-slide .swiper-slide.swiper-slide-active .real-review-icon {transform:scale(1.5);}
		.main .real-review .real-review-slide .swiper-slide.swiper-slide-active {flex:0 0 448px; background:white; border:8px solid #81ACEC; width:448px; height:348px;}
		.main .real-review .real-review-slide .swiper-slide.swiper-slide-active .txt-real-review02 {margin-top:17px; font-size:24px; line-height:40px; color:#222;}
		.main .real-review .real-review-slide .swiper-slide.swiper-slide-active .txt-real-review03 {margin-top:40px; font-size:20px; line-height:32px;}
		.main .real-review .real-review-slide .swiper-navigation {position:absolute; left:50%; top:50%; height:80px; transform:translate(-50%, -50%); z-index:10;}
		.main .real-review .real-review-slide .swiper-button-prev,
		.main .real-review .real-review-slide .swiper-button-next {display:flex; align-items: center; justify-content: center; background:#81ACEC; border-radius:50%; width:80px; height:80px;}
		.main .real-review .real-review-slide .swiper-button-next {right:0;}
		.main .real-review .real-review-slide .swiper-button-prev:before,
		.main .real-review .real-review-slide .swiper-button-next:before {content:""; border-left:8.5px solid white; border-radius:8.5px; border-bottom:8.5px solid white; width:23.5px; height:23.5px;}
		.main .real-review .real-review-slide .swiper-button-prev:before {transform:translate(7px, 0) rotate(45deg)}
		.main .real-review .real-review-slide .swiper-button-next:before {transform:translate(-7px, 0) rotate(-135deg)}
		.main .real-review .tit-real-review {background:black; border-radius:72px; width:395px; margin:56px auto 0; font-size:36px; line-height:72px; font-weight:700; text-align:center; color:white;}
		.main .real-review .lst-real-review {display:grid; grid-template-columns: repeat(4, 1fr); gap:24px; margin-top:40px; text-align:center;}
		.main .real-review .lst-real-review > * {display:flex; flex-direction: column; justify-content: space-between; border:4px solid black; border-radius:32px; height:440px; padding:24px;}
		.main .real-review .lst-real-review .lst-thumb {position:relative; overflow:hidden; border-radius:16px;}
		.main .real-review .lst-real-review .lst-thumb:before {content:""; opacity:0.2; position:absolute; left:0; top:0; background:#000000; width:100%; height:100%;}
		.main .real-review .lst-real-review .lst-thumb img {width:100%; height:160px;}
		.main .real-review .lst-real-review .lst-bage {position:absolute; left:8px; top:8px; display:flex; align-items: center; justify-content: center; background:black; border-radius:10px; width:92px; height:40px; font-size:16px; color:white;}
		.main .real-review .lst-real-review .lst-cont {display:flex; flex-direction: column; justify-content: space-between; gap:16px;}
		.main .real-review .lst-real-review .lst-txt {font-size:20px; line-height:32px; color:#222;}
		.main .real-review .lst-real-review .lst-txt02 {font-size:19px; line-height:32px; color:#7a7a7a;}
		.main .real-review .lst-real-review .lst-more {display:inline-flex; align-items: center; justify-content:center; gap:14px;}
		.main .real-review .lst-real-review .lst-more:after {content:""; border-left:2px solid black; border-radius:2px; border-bottom:2px solid black; width:7.5px; height:7.5px; transform:rotate(-135deg);}

		.main .real-review .lst-real-review02 {display:grid; grid-template-columns: repeat(4, 1fr); gap:24px; margin-top:40px; text-align:center;}
		.main .real-review .lst-real-review02 > * {overflow:hidden; display:flex; flex-direction: column; background:lightgrey; border-radius:32px; height:440px; padding:40px;}
		.main .real-review .lst-real-review02 .lst-icon {background:white; border-radius:50%; width:144px; height:144px; margin:0 auto;}
		.main .real-review .lst-real-review02 .lst-txt {margin-top:24px; font-size:28px; font-weight:bold; line-height:40px;}
		.main .real-review .lst-real-review02 .lst-txt02 {border-top:1px solid #222; width:100%; margin-top:16px; padding-top:16px; font-size:20px; line-height:32px;}
		.main .real-review .lst-real-review02 .lst-more {flex:0; display:inline-flex; align-items: center; justify-content:flex-end; gap:14px; border-bottom:4px solid #222222; width:100%; padding:0 7.5px 12px 0; text-align:right;}
		.main .real-review .lst-real-review02 .lst-more:after {content:""; border-left:2px solid black; border-radius:2px; border-bottom:2px solid black; width:7.5px; height:7.5px; transform:rotate(-135deg);}

		.main .real-review .lst-real-review02 .grn-type {background:#EAF5EF;}
		.main .real-review .lst-real-review02 .blu-type {background:#ECF3FC;}
		.main .real-review .lst-real-review02 .pur-type {background:#EEE8FC;}
		.main .real-review .lst-real-review02 .ylw-type {background:#FEF5E5;}

		.main .real-review .lst-real-review02 .grn-type .lst-more {color:#75B997;}
		.main .real-review .lst-real-review02 .blu-type .lst-more {color:#81ACEC;}
		.main .real-review .lst-real-review02 .pur-type .lst-more {color:#8F64EB;}
		.main .real-review .lst-real-review02 .ylw-type .lst-more {color:#F5BE54;}

		.main .real-review .lst-real-review02 .grn-type .lst-more:after {border-color:#75B997;}
		.main .real-review .lst-real-review02 .blu-type .lst-more:after {border-color:#81ACEC;}
		.main .real-review .lst-real-review02 .pur-type .lst-more:after {border-color:#8F64EB;}
		.main .real-review .lst-real-review02 .ylw-type .lst-more:after {border-color:#F5BE54;}

		.main .real-review .lst-real-review .red-type,
		.main .real-review .lst-real-review .red-type .lst-more:after {border-color: #F65555;}
		.main .real-review .lst-real-review .red-type .lst-bage {background:#F65555;}
		.main .real-review .lst-real-review .red-type .lst-more {color:#F65555;}

		.main .real-review .lst-real-review .ylw-type,
		.main .real-review .lst-real-review .ylw-type .lst-more:after {border-color: #F5BE54;}
		.main .real-review .lst-real-review .ylw-type .lst-bage {background:#F5BE54;}
		.main .real-review .lst-real-review .ylw-type .lst-more {color:#F5BE54;}

		.main .real-review .lst-real-review .grn-type,
		.main .real-review .lst-real-review .grn-type .lst-more:after {border-color: #75B997;}
		.main .real-review .lst-real-review .grn-type .lst-bage {background:#75B997;}
		.main .real-review .lst-real-review .grn-type .lst-more {color:#75B997;}

		.main .real-review .lst-real-review .blu-type,
		.main .real-review .lst-real-review .blu-type .lst-more:after {border-color: #4C549A;}
		.main .real-review .lst-real-review .blu-type .lst-bage {background:#4C549A;}
		.main .real-review .lst-real-review .blu-type .lst-more {color:#4C549A;}

		.main .section-storytab {background:#f7f7f7; padding:96px 0; font-size:24px; line-height:40px; text-align:center;}
		.main .section-storytab .lst-storytab-talkbox {display:flex; flex-direction: column; width:1222px; margin:70px auto 0;}
		.main .section-storytab .lst-storytab-talkbox > * {display:flex; align-items: flex-end; text-align:left;}
		.main .section-storytab .lst-storytab-talkbox > * + * {margin-top:-20px;}
		.main .section-storytab .lst-storytab-talkbox > * > img {flex:0 0 120px;}
		.main .section-storytab .lst-storytab-talkbox > * span {position:relative; background:white;color:#7A7A7A; box-shadow: 3px -3px 8px rgba(0, 0, 0, 0.15); border-radius: 48px 48px 48px 32px; padding:40px 80px; transform:translate(0, -30px);}
		.main .section-storytab .lst-storytab-talkbox > * span:after {content:""; position:absolute; left:32px; bottom:-30px; background:url("../images/icon/icon_talkbox.png") no-repeat; width:50px; height:30px;}
		.main .section-storytab .lst-storytab-talkbox > *:nth-child(odd) span:before {content:""; left:0; bottom:5px; position:absolute; background:url("../images/icon/icon_q.png") no-repeat no-repeat; width:56px; height:81px;}
		.main .section-storytab .lst-storytab-talkbox > *:nth-child(even) {justify-content: flex-end; text-align:right;}
		.main .section-storytab .lst-storytab-talkbox > *:nth-child(even) span {background:#F65555; color:white;}
		.main .section-storytab .lst-storytab-talkbox > *:nth-child(even) span:before {content:""; right:0; bottom:5px; position:absolute; background:url("../images/icon/icon_a.png") no-repeat no-repeat; width:77px; height:81px;}
		.main .section-storytab .lst-storytab-talkbox > *:nth-child(even) span:after {content:""; position:absolute; left:auto; right:32px; bottom:-30px; background:url("../images/icon/icon_talkbox02.png") no-repeat; width:50px; height:30px;}

		.main .section-storytab-02 {background:white;}
		.main .section-storytab-02 .txt-storytab-01 {font-size:36px; line-height:56px;}
		.main .section-storytab-02 .txt-storytab-01 strong {font-size:64px; line-height:88px;}
		.main .section-storytab-02 .lst-storytab-talkbox > *:nth-child(even) span {background:#7A7A7A;}
		.main .section-storytab-02 .lst-storytab-talkbox > * span:before {display:none;}
		.main .section-storytab-02 .lst-storytab-talkbox > *:nth-child(even) span:after {background-image:url(../images/icon/icon_talkbox03.png)}

		.main .quick-wrap {position:fixed; right:70px; top:216px; font-size:20px; line-height:28px; text-align:center; color:white; z-index:1000;}
		.main .quick-menu {background:#40476B; border-radius:0 0 140px 140px; width:140px; padding:0 15px;}
		.main .quick-menu li {padding:20px 0;}
		.main .quick-menu li + li {border-top:1px dashed rgba(255, 255, 255, 0.2);}

		.main .section-storytab-cont {background:#75B997; padding:96px 0; text-align:center;}
		.main .section-storytab-cont .txt-storytab-cont-01 {font-size:36px; line-height:56px; color:white;}
		.main .section-storytab-cont .txt-storytab-cont-01 strong {font-size:64px; line-height:88px;}
		.main .section-storytab-cont .storytab-cont {position:relative; background:url("../images/temp/42.png") left center no-repeat; height:1312px; margin-top:56px;}
		.main .section-storytab-cont .storytab-cont li {position:absolute; left:0; top:0;}
		.main .section-storytab-cont .storytab-cont li:nth-child(1) {left:24px;}
		.main .section-storytab-cont .storytab-cont li:nth-child(2) {left:434px;}
		.main .section-storytab-cont .storytab-cont li:nth-child(3) {left:844px; top:13px;}
		.main .section-storytab-cont .storytab-cont li:nth-child(4) {left:1000px; top:465px;}
		.main .section-storytab-cont .storytab-cont li:nth-child(5) {left:844px; top:805px;}
		.main .section-storytab-cont .storytab-cont li:nth-child(6) {left:434px; top:805px;}
		.main .section-storytab-cont .storytab-cont li:nth-child(7) {left:24px; top:805px;}
		.main .section-storytab-cont .storytab-cont .lnk-storytab-cont {position:absolute; left:315px; top:640px;}

		.main .chisph-exam {background:#8F64EB; padding:96px 0; text-align:center;}
		.main .chisph-exam .txt-chisph-exam {font-size:36px; line-height:56px; color:white;}
		.main .chisph-exam .txt-chisph-exam strong {font-size:64px; line-height:88px;}
		.main .chisph-exam .chisph-exam-slide {margin-top:56px;}
		.main .chisph-exam .chisph-exam-slide .swiper-slide {display:flex; align-items: center; justify-content: center; background:white; border-radius:32px; height:176px;}
		.main .chisph-exam .chisph-exam-slide .swiper-slide img {max-width:100%;}
		
		.main .quick-wrap02 {position:fixed; right:70px; top:50%;transform:translateY(-50%); background:#444; border-radius: 32px; box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.25); width:144px; padding:32px 16px; font-size:16px; text-align:center; color:white; z-index:1000;}
		.main .quick-wrap02 > * + * {border-top: 2px dashed #7A7A7A;}
		.main .quick-wrap02 a {display:flex; flex-direction: column; gap:16px; padding:14px 0;}
		.main .quick-wrap02 a img {flex-grow: 0;}

		.main .quick-wrap.active .quick-menu > *:nth-child(1),
		.main .quick-wrap.active .quick-menu > *:nth-child(2),
		.main .quick-wrap.active .quick-menu > *:nth-child(5) {display:none;}

		.main .section-img {margin-top:56px; width:auto; max-width:100%;}
		.main .section-img02 {width:auto; max-width:100%;}
		
		/* 신청/결제 */
		.box-type01 {padding: 0 20px 0 0;border-top: 1px solid #222; border-radius: 0;}
		.box-type01 [class*="chk-rdo"] > span{font-size: 18px}
		.box-type01 > div {padding: 20px 0;border-bottom: 1px solid #ccc;}
		.box-type01 .b-md {padding: 30px 0;font-size: 18px;font-weight: 500;}
		.box-type01 .b-txt {font-size: 16px;font-weight: 400;}
		.box-type01 label + label {margin-left: 50px;}
		/* .box-type01 [class*="sel-type"] .nice-select {min-width: var(--fom-w);} */

		.f-em {display: inline-block;font-size: 28px;font-weight: 500;}
		.f-em em {font-weight: 700;}

		/* 학습신청 */
		.brd-write-desc {font-size: 14px; line-height: 2em; color: #888;text-align: right;}
		.brd-write-desc + * {margin-top: 10px;}

		/* 공지사항 */
		.rm-box + .brd-wrap {margin-top: 50px;}

		/* FAQ */
		.faq .box-lgry + .rm-box {margin-top: 80px;}
		.faq .inner02 + .tab-menu04 {margin-top: 50px;}

	/* button Common */
		.btnArea {display: flex;justify-content: center; gap: 30px; margin-top: 70px;font-size: 0;}
		.btnArea .btn-sz01,
		.btnArea .btn-sz02,
		.btnArea .btn-rsz01,
		.btnArea .btn-rsz02 {min-width: 200px;}

	/* 커뮤니티 */
		.box-reply {position: relative; width: auto; padding: 34px 64px 26px; box-shadow: var(--bs-type01);font-size: 24px; line-height: 32px;color: var(--moc05);background: #fff;}
		.box-reply .ic-re {position: absolute;left: -16px;top: 2px;width: 64px;height: 64px;}
		.box-reply .ic-re img {width: 64px;height: 64px;}
		.box-reply .reply-tit strong {color: var(--moc06);}
		.box-reply .reply-tit strong * {color: var(--moc05);}
		.box-reply .reply-tit .reply-mdfy li + li:before {content:'';display: inline-block; width: 2px;height: 20px;margin: 6px 15px 0;background: var(--moc05);}
		.box-reply .reply-tit .reply-mdfy button {line-height: inherit;}
		.box-reply .reply-cont {padding: 24px 0; font-size: 24px;line-height: 32px;border-bottom: 1px dashed var(--moc04); word-break:break-all;}
		.box-reply .reply-cont img {display: block; max-width: 100%;}
		.box-reply .reply-cont-in[class*="elps-"] img {display:none;}
		.box-reply .reply-ft {margin-top: 16px;}
		.box-reply .reply-ft .re-file span { font-size: 24px;}
		.box-reply .reply-ft .re-btns {font-weight: 500;}
		.box-reply .reply-ft em {font-weight: 700; color: var(--mlc);}

		.box-reply.type1 {margin: 32px 0 0 80px; color: #fff; background: #40476B;}
		.box-reply.type1 .reply-tit strong {color: #fff;}
		.box-reply.type1 .reply-tit strong * {color: #fff;}
		.box-reply.type1 .reply-tit .reply-mdfy li + li:before {background: #fff;}
		.box-reply.type1 .reply-cont {color: var(--moc03); border-bottom: 1px dashed var(--mlc);}
		.box-reply.type1 .reply-ft {justify-content: space-between;align-items: center;}

		.box-reply.type2 {margin: 32px 0 0 160px; background: rgba(228, 228, 228, 0.6);}
		.box-reply.type2 .reply-cont {border-bottom-color: #222;}
		.box-reply.type2 .reply-ft {}

		.reply-wrt {margin-top: 40px;}

	/* 교재 배송조회 */
		[class*="box-date-"] {}
		[class*="box-date-"] > button {min-width: 110px;}
		[class*="box-date-"] > button:last-child {min-width: 120px;}
		[class*="box-date-"] > button.btn-gry {background-color: #606060;border-color: #ddd;}
		[class*="box-date-"] .inp-date {color: #444;}
		[class*="box-date-"] .inp-date input[type="text"] {max-width: 150px; height: var(--fom-h); min-height: var(--fom-h); border-radius: 5px;border-color: #ddd;color: inherit;background: var(--fom-bg);vertical-align: middle;}
		[class*="box-date-"] .inp-date input[type="text"]::placeholder {color: inherit;}
		[class*="box-date-"] .inp-date button {width: 44px;height: 44px;}

	/* 에러페이지 */
		[class*="box-err-"] {min-height: 484px;}
		[class*="box-err-"] > *:not(.tit-01):not(i) {line-height: 28px;}

		[class*="no-header"] {height: 100%;}
		[class*="no-header"] .contents {height: 100%;}

	/* 학습이력 */
		.my-his {font-size: 18px;line-height: 30px;}
		.my-his > div[class*="box-"] {padding: 40px 60px; border-radius: 5px;}
		.my-his .my-his-name {font-size: 20px;}
		.my-his .nice-select {color: var(--fom-fc);}
		.my-his .nice-select em {color: var(--mic);}
		.my-his dl dt {flex: 0 0 140px;}
		.my-his dl dd {flex: 0 0 calc(100% - 140px);}
		.my-his dl dt:not(:first-of-type),
		.my-his dl dd:not(:first-of-type) {margin-top: 30px;}
		.my-his [class*="grp-horbar01"] {width: auto;}
		.my-his [class*="grp-horbar01"] .grp-horbar-inner {width: 230px;margin-right: 10px;}
		.my-his [class*="grp-horbar01"] .grp-horbar-num {width: auto; font-size: 18px; font-weight: 400;color: var(--fc-c01);}
		.my-his .grp-horbar01-ylw .grp-horbar {background: var(--lvylw);}
		.my-his + table {margin-top: 60px;}

	/* 강의실 - 스크랩 */
		.brd-lst0301 {grid-gap: 24px;padding: 0;font-size: 20px;}
		.brd-lst0301 > * {flex-direction: row;justify-content: flex-start;align-items: center; gap: 24px;width: 100%;height: auto;padding: 40px 48px;}
		.brd-lst0301 > * > div {flex: 1;flex-wrap: nowrap;gap: 24px;}
		.brd-lst0301 .brd-word {font-size: 26px;}
		.brd-lst0301 .brd-mean {flex: 1;}
		.brd-lst0301 .btn-rsz01 {align-self: center;}

		.brd-lst0401 {font-size: 16px;}
		.brd-lst0401 thead th {padding: 12px 0;font-size: 18px;line-height: 30px;}
		.brd-lst0401 td {padding: 26px 18px;}

	/* 강의실 목록	*/
		.tab-menu01 + .lec-lst01 {margin-top: 30px;}

		.lec-lst01 {padding: 48px 80px; justify-content: space-between; align-items: center; gap: 60px;font-size: 18px; line-height: 30px; color:var(--moc05);}
		.lec-lst01 img {max-width:160px;}
		.lec-lst01 + .lec-lst01 {margin-top: 24px;}
		.lec-lst01 .tit-01 {margin-right: 20px; color: #222;word-break: break-all;line-height: 1.3;}
		.lec-lst01 .txt-cont {flex: 0 0 435px}
		.lec-lst01 .txt-info {flex: 0 0 315px}
		.lec-lst01 .tit-01 + i {margin-right: 8px;}
		.lec-lst01 b {font-size: 18px;line-height: 30px;}
		.lec-lst01 p {font-size: 16px;line-height: 28px;}
		.lec-lst01 [class*="grp-horbar01"] {width: 270px;}

	/* 마이페이지 - 회원정보 */
		.my-avt {position: relative;}
		.my-avt > button {position: relative; z-index: 50;width: 120px;height: 120px;border-radius: 50%;}
		.my-avt > button img {width:100%;}
		.my-avt .my-avt-lst {display: none; position: absolute; left: 104px; top: 50%; max-width: fit-content; padding: 28px 32px;transform: translateY(-50%);border-radius: 60px;}
		.my-avt .my-avt-lst button,
		.my-avt .btncus-ic-ct-arr {position: absolute;left: 100%;top: 50%;transform: translate(-50%, -50%);}
		.my-avt .my-avt-lst button {transform: translate(-50%, -50%) scaleX(-1);}

		.my-avt.active > button i {display: none;}
		.my-avt.active .my-avt-lst {display: flex;}

	/* 레벨테스트 시작 */
		.qst-s {width:100%;}
		.qst-s p{margin-top:60px}
		.order-list {margin:0 auto ;margin-top:65px;width: 940px;}
		.order-list li{text-align: center;flex: auto;}
		.order-list li span{min-height:95px;align-items: center;display: inline-flex;position: relative;width: 100%;justify-content: center;letter-spacing: -0.06em;line-height: 1.3;}
		.order-list li:after{content: "";display: block;background: var(--icon);background-size: var(--bgsize);	font-size: 0;margin: 0 auto;margin-top:25px;}
		.order-list li:first-child span::before{display: none;}
		.order-list span:before{content: "";display: block;background: var(--icon);background-size: var(--bgsize);font-size: 0;position: absolute;background-position: -350px -100px;width: 48px;height:15px;top:155px;left: -24px;transform: translateY(-50%);}
		.i-tsearch:after{background-position: -700px -50px !important;width: 61px;height: 74px;}
		.i-tpen:after{background-position: -800px -50px !important;width: 61px;height: 70px;}
		.i-tgift:after{background-position: -900px -50px !important;width: 54px;height: 74px;}
		.i-teacher:after{background-position: -600px -100px !important;width: 70px;height: 75px;}
		.i-call:after{background-position: -650px 0 !important;width: 63px;height: 74px;}

	/* 자기소개하기 */
		.intro {color: #666;}
		.intro img {max-width: 100%;}
		.intro strong {color: #222;font-size: 20px;}
		.intro b {font-size: 14px;}
		.intro p {line-height: 26px;}
		.intro .tit-02 {color: #222;}
		.intro .ic-ct-itr-ttip {min-height: 160px; padding: 32px 52px; font-size: 18px;line-height: 30px; color: #fff;background: #81ACEC;border-radius: 104px;}
		.intro .ic-ct-itr-ttip:before {left: 0;z-index: -1;}
		.intro .intro-cont {display: flex; justify-content: space-between; gap: 80px; padding-left: 22px;}
		.intro .intro-cont p {font-size: 24px;line-height: 30px;}
		.intro .intro-cont img {max-width: 843px;}
		.intro .btnArea {margin-top: 0;}
		.intro .btnArea [class*="btn-"] {box-shadow:var(--bs-type01);}
		.intro [class*="ta-type"] {min-height: 400px; border-radius: 6px;}
		.intro [class*="inp-sch"] {padding-left: var(--fom-pad); background: var(--moc01);}

	/* 커뮤니티 - 메인 */
		.cmu-menu {flex: 0 0 350px; min-height: 900px; height: fit-content; padding: 60px 40px;}
		.cmu-menu ul > li + li {margin-top: 30px;}
		.cmu-menu ul > li a {display: block;padding-left: 24px;font-size: 20px; font-weight: 500; line-height: 32px; color: #666;text-indent: -24px;}
		.cmu-menu ul > li a:before {content: '';display: inline-block;width: 8px;height: 8px; margin-right: 16px; border-radius: 50%;background: #666;vertical-align: middle;}
		.cmu-menu ul > li.active a { color: var(--mlc);font-weight: 700;}
		.cmu-menu ul > li.active a:before {width: 12px;height: 12px;background: var(--mlc);}

		.tab-menu0301 + a.btn-b-lblu {border-width: 3px;border-radius: 28px;font-weight: 700;}

	/* 설정 */
		.setting .chk-rdo03 [type="checkbox"] + span {display: block; width: 56px;height: 56px;background: var(--moc02);text-align: center;line-height: 56px;color: var(--moc04);font-size: 1.56vw;font-weight: 500;box-shadow:var(--bs-type01);}
		.setting .chk-rdo03 [type="checkbox"]:checked + span {background: var(--lvylw);color: #fff;}

	/* 별점주기 */
		.star-rating.intro .ic-ct-itr-ttip {background: var(--mlc);}
		.star-rating .ic-ct-itr-ttip:before {left: 0;width: 54px;height: 39px;background: url('../images/img/icon_ttip.svg') no-repeat 0 0 / contain;}
		.star-rating .brd-star-wrap {margin-top: 120px;}
		.brd-star-wrap .brd-star-area {gap: 40px;}
		.brd-star-wrap .brd-star-area .chk-rdo03 {width: 120px;height: 120px; background: url('../images/img/icon_star_off.svg') no-repeat 0 0 / contain;}
		.brd-star-wrap .brd-star-area .chk-rdo03.active  {background-image: url('../images/img/icon_star_on.svg');}

	/* 알림메시지 */
		.my-alert {border-top: 2px solid var(--mc);border-bottom: 2px solid var(--mc);}
		.my-alert .box-reply {padding: 36px 16px;background: none;box-shadow: none;border-radius: 0;}
		.my-alert .box-reply + .box-reply {border-top: 1px dashed var(--moc04);}
		.my-alert .box-reply .reply-cont {border: none;}
		.my-alert .btncus-ic-more {width: fit-content;}

		.my-alert .box-reply.no-view {color: #000;font-weight:500;}
		.my-alert .box-reply.no-view .reply-tit strong {color: inherit;}
		.my-alert .box-reply.no-view .reply-tit strong * {color: inherit;font-weight: 500 !important;}

	/* Upass Main */
		#up_main_2 {font-size: 24px;line-height: 32px;color: var(--moc05);}
		#up_main_2 [class*="box"] {border-radius: 40px;}
		#up_main_2 i img {width: 100%;}
		#up_main_2 .up-badge {display: inline-block;padding: 0 13px;line-height: 40px; font-size: inherit;color: #fff;background:var(--moc04);border-radius: 100px;}
		#up_main_2 .up-prof * {line-height: 48px;}
		#up_main_2 .up-prof i {display: block;width: 86px;height: 86px;border-radius: 50%;}
		#up_main_2 .up-prof span {font-size: 30px;color: #222;}
		#up_main_2 .up-prof a {font-weight: 500;}
		#up_main_2 .up-prof a:before {content:'';display: inline-block;width: 1px;height: 29px;margin-right: 20px;background: #000;}
		#up_main_2 .up-prof a:first-child:before {content: none;}
		#up_main_2 .up-prof em {margin-left: 13px; font-size: 30px;font-weight: 700;}
		#up_main_2 .up-tit01 {font-size: 34px;line-height: 48px;font-weight: 700;color: #222;}
		#up_main_2 .up-tit01 + .box-wht {margin-top: 16px;}
		#up_main_2 .up-cont {display: flex;gap: 24px;}
		#up_main_2 .up-cont:first-child {margin-top: 5px;}
		#up_main_2 .up-cont + .up-cont {margin-top: 30px;}
		#up_main_2 .up-cont > div:first-child {flex: 0 0 850px;width: 850px;}
		#up_main_2 .up-cont > div:last-child {flex: 0 0 886px;width: 886px;}
		#up_main_2 .up-cont img {max-width: 100%;}
		#up_main_2 .up-cont-03 {gap: 0;}
		#up_main_2 .up-cont-03 > a {margin: 0 -8px;}
		#up_main_2 .my-course {position: relative;}
		#up_main_2 .my-course .box-wht {height: 840px;padding: 82px 80px 32px;}
		#up_main_2 .my-course-cont + .my-course-cont {padding-top: 34px;margin-top: 34px;border-top: 1px dashed var(--moc04);}
		#up_main_2 .my-course-cont .up-badge {font-size: 18px;line-height: 38px;color: #222;background: #fff;border: 1px solid #222;}
		#up_main_2 .my-course-info {gap:50px;}
		#up_main_2 .my-course-info span {font-size: 22px;line-height: 42px;color: var(--moc06);font-weight: 700;}
		#up_main_2 .my-course-info strong {font-size: 36px;line-height: 1;color: #000;}
		#up_main_2 .my-course-info strong span {color: var(--moc04);font-size: inherit;font-weight: 400;}
		#up_main_2 .my-course-info .grp-horbar01-blu {margin-top: 25px;}
		#up_main_2 .my-course-info .grp-horbar-inner {height: 31px;overflow: hidden;}
		#up_main_2 .my-course-info .grp-horbar01-blu .grp-horbar {min-width: 0;background: #4C539A;}
		#up_main_2 .my-course-info .grp-horbar-num {position: absolute;left: 0;top:0;display: block;width: 100%; padding: 0 10px;margin-top: 0;font-size: 18px;line-height: 31px;color: #fff;text-align: right;}
		#up_main_2 .my-course .my-course-img {align-self: flex-end;display: block;width: 123px;}
		#up_main_2 .my-course .my-course-img img {width: 100%;}
		#up_main_2 .my-course-brd {display: flex;justify-content: space-between;margin-top: 30px;}
		#up_main_2 .my-course-brd li {display: flex;justify-content: space-between;align-items: center;flex: 1;height: 104px;padding-right: 33px;}
		#up_main_2 .my-course-brd li:last-child {padding-right: 0;}
		#up_main_2 .my-course-brd li + li:before {content:'';display: inline-block;width: 1px;height: 104px;margin-right: 33px;background: var(--moc01);}
		#up_main_2 .my-course-brd li span {font-size: 18px;line-height: 30px;}
		#up_main_2 .my-course-brd [class*="ico-"]:before {content:'';display: block;margin-bottom: 8px;background-repeat: no-repeat;background-position: 0 0;background-size: contain;width: 32px;height: 32px;}
		#up_main_2 .my-course-brd .ico-all:before {background-image: url('../images/img/icon_upmain_chk.svg');}
		#up_main_2 .my-course-brd .ico-comp:before {background-image: url('../images/img/icon_upmain_save.svg');}
		#up_main_2 .my-course-brd .ico-remain:before {background-image: url('../images/img/icon_upmain_folder.svg');}
		#up_main_2 .my-course-brd strong {flex: 1;font-size: 60px;line-height: 72px;color: var(--mlc);text-align: right;}
		#up_main_2 .my-course-tit {margin-top: 30px;font-size: 34px;font-weight: 700;color: #222;}
		#up_main_2 .my-course-desc {min-height: 116px; margin-top: 30px;}
		#up_main_2 .my-course-desc li {display: flex;align-items: center; color: #707070;}
		#up_main_2 .my-course-desc li + li {margin-top: 10px;}
		#up_main_2 .my-course-desc li:before {content:'';display: inline-block;width: 7px;height: 7px;margin-right: 10px;border-radius: 50%;background: #707070;vertical-align: middle;}
		#up_main_2 .my-course-desc li span {flex: 0 0 280px;}
		#up_main_2 .my-course-desc li strong {color: #000;}
		#up_main_2 .my-course-desc li strong em {color: var(--moc05);}
		#up_main_2 .my-course-btn {margin-top: 28px;text-align: center;}
		#up_main_2 .my-course-btn a {min-width: 280px;}
		#up_main_2 .my-commu .box-wht {height: 264px;padding: 32px 46px;}
		#up_main_2 .my-commu .box-wht + .box-wht {margin-top: 24px;}
		#up_main_2 .cm-tit {display: flex;justify-content: space-between;align-items: center;font-size: 20px;}
		#up_main_2 .cm-tit a {font-size: inherit;color: var(--moc05);text-decoration: underline;}
		#up_main_2 .cm-cont {min-height: 56px; margin-top: 24px;color: #222;font-weight: 500;}
		#up_main_2 .cm-info {display: flex;align-items: center;gap: 16px;margin-top: 40px;}
		#up_main_2 .cm-info i {display: block;width: 40px;height: 40px;border-radius: 50%;}
		#up_main_2 .cm-info strong:after {content:'';display: inline-block;width: 1px;height: 16px;margin-left: 16px;background: var(--moc04);}
		#up_main_2 .cm-info span {font-weight: 500;}
		#up_main_2 .up-cont-02 > div {height: 230px;}
		#up_main_2 .up-exam {padding: 54px 0; background: url('../images/img/icon_upmain_calendar.svg') no-repeat 116px 100%;}
		#up_main_2 .up-exam .up-tit01 {flex: 0 0 369px;font-size: 30px;line-height: 40px;text-align: center;}
		#up_main_2 .up-exam ul li+li {margin-top: 13px;}

	/* 로그인 */
		.up-login {display: flex;flex-direction: column;align-items: center;padding: 280px 0;}
		.up-login * {font-size: 20px;line-height: 32px;}
		.up-login .up-logo {background: url('../images/img/img_login_logo_02.png') no-repeat 0 0;width: 134px;height: 70px;}
		.up-login .login-form {display: flex;flex-direction: column;margin-top: 120px;}
		.up-login .login-form > em {margin: 8px 0 0 8px;}
		.up-login .login-form input[type="text"],
		.up-login .login-form input[type="password"] {width: 470px;height: 64px;padding: 16px 24px;border-radius: 8px;font-size: 24px;border: 2px solid var(--moc04);}
		.up-login .login-form input[type="password"] {margin-top: 40px;}
		.up-login .login-form input[type="text"]:focus,
		.up-login .login-form input[type="password"]:focus {border-color: var(--moc06);}
		.up-login .login-form > input.err {border-color: var(--mic) !important;}
		.up-login .login-form [class*="chk-rdo"] {margin-top: 30px;}
		.up-login .login-form [class*="chk-rdo"] > span {align-items: center;color: var(--moc04);line-height: 25px;font-weight: 500;}
		.up-login .login-form [class*="chk-rdo"] > span:before {border-radius: 3px;border-width: 2px;}
		.up-login .login-form .chk-rdo01 input:checked + span {color: var(--moc06);}
		.up-login .btn-rsz02 {width: 280px;margin-top: 120px;font-size: 24px;font-weight: 700;}
		.up-login .tab-menu0301 {gap: 32px;margin-top: 40px;}
		.up-login .tab-menu0301 > * > * {border-bottom: 1px solid var(--moc04);font-weight: 500;}
		.up-login .line {width: 470px;height: 1px;margin: 70px 0;background: #9b9b9b;}
		
	/* 학습후기 */
		.sub .section-06 .comment-slide .swiper-slide {height: 530px; padding: 30px 90px; border-radius: 20px;}
		.sub .section-06 .comment-slide .swiper-slide:nth-child(3n) {background:var(--mc);}
		.sub .section-06 .comment-slide .swiper-slide:nth-child(3n+1) {background:#575757;}
		.sub .section-06 .comment-slide .swiper-slide:nth-child(3n+2) {background:var(--mlc);}
		.sub .section-06 .comment-slide-txt01 {font-size: 20px;}
		.sub .section-06 .comment-slide-txt02,
		.sub .section-06 .comment-slide-txt03 {font-size:16px; line-height:28px;}

	/* 학습일정 */
		.sche-desc {display: grid;grid-template-columns: 1fr 1fr;gap: 24px;color: #666;}
		.sche-desc .tit-02, .bsha-01 .tit-02{display: flex; gap: 20px; color: #222;}
		.sche-desc .tit-02 button{font-size:15px;}
		.sche-desc p span {color: #222;}
		.sche-desc .bdge {width: 80px;height: 32px;line-height: 28px;  border: 2px solid var(--mlc);background: var(--mlc);color: white;border-radius: 10px;text-align: center;flex:0 0 80px}
		.sche-desc .bdge.grn{border:2px solid #51d0bb;color:#51d0bb;background:#fff}
		.sche-desc .bdge.pnk{border:2px solid #ff7783;color:#ff7783;background:#fff}
		.sche-desc .bdge.ylw{border:2px solid var(--lvylw);color:var(--lvylw);background:#fff}
		.sche-desc .bdge.pur{border:2px solid var(--lvpur);color:var(--lvpur);background:#fff}
		.sche-desc .bdge.pre {background: white;color: var(--mlc);}
		.sche-desc > div {border-radius: 40px;overflow: hidden;}
		.sche-desc > div ul li {display: flex;gap: 24px;padding: 12px 0;justify-content: space-between;}
		.sche-desc > div ul li + li {border-top: 1px dashed #9b9b9b;}
		.sche-desc > div ul li button{font-size:15px;border:0;flex: 0 0 78px;word-break: keep-all;}
		.sche-desc > div ul li button:after{width:16px;}
		.sche-desc > div ul li > div{display:flex;gap:20px;}
		.sche-desc > div ul li div p + p {margin-top: 10px;}
		.sche-desc .bg-mlgry {padding: 16px 40px 12px;margin: 4px -40px -40px -40px;color: #9b9b9b;}
		.sche-desc > div:last-child dt {color: #222;}
	/*합격증*/
		.pass_wrap{margin:50px auto;width:960px;padding:50px 100px}
		.pass_wrap h2{font-size:50px;text-align:center;font-weight:bold;color:#222}
		.pass_wrap > table{margin-top:30px;font-size:20px}
		.pass_wrap table th{text-align: left;color:#222}
		.pass_wrap table td{padding:20px 0;}
		.pass_wrap table.tbl-type01{margin-top:0}
		.msg_alert{position:inherit;}
		.brd-over-bot + .msg_alert, .brd-bot + .msg_alert{position:absolute;bottom:15px;}
/* 팝업 */

[class*="chk-rdo"] > input:checked + span.fx-aic:after{top:50%;transform:translate(0, -50%)}
.week-calendar .fc-event-title{font-size:20px;padding:5px 0;}
.teach_thumb{flex:0 0 128px}
.pop_calendar .fc[data-fc="month"] .fc-daygrid-event .fc-event-title{font-size:16px;padding:5px 0}
.pop_calendar .fc[data-fc="month"] .fc-col-header-cell-cushion{font-size:18px}
.pop_calendar .fc[data-fc="month"] .fc-toolbar-chunk{font-size:20px}
.pop_calendar .fc[data-fc="month"] .fc-toolbar-title{font-size:20px}
#container .contents .sub-tit.db{display:block;;}

.loading-wrap{position: fixed;background: rgba(0,0,0,.5);width: 100%;height: 100%;top: 0;left: 0;display: flex; z-index: 10;    justify-content: center;align-items: center;}
#loading {position: absolute;top: 50%;left:50%;display: inline-block;width: 80px;height: 80px;border: 8px solid rgba(255,255,255,.3);border-radius: 50%;border-top-color: #fff;animation: spin 1s ease-in-out infinite;-webkit-animation: spin 1s ease-in-out infinite;}

@keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}

/*종합리포트*/
.dash_wrap{margin-top: 24px;gap:24px}
.dash_wrap > *{gap:24px}
.dash_wrap .dash_tit{border-bottom:2px solid #F65555;padding:10px;}
.dash_wrap .dash_tit p{font-size:28px;color:#666}
.dash_wrap .dash_tit strong{color:#222}
.dash_wrap .dash_37 .dash_cont02{width:422px;height:50%}
.dash_wrap .dash_37 > div:nth-child(1){flex: 0 0 30%}
.dash_wrap .dash_37 > div:nth-child(2){flex: 0 0 68%;}
.dash_wrap .dash_cont01.dash_37.fx-1{flex: 1 !important;height:50%}
.dash_wrap .dash_cont.w100{height:50%; padding: 34px 24px;}
[class*="dash_cont"] {background:#FBF8F2;border-radius: 24px;box-shadow: 0px 4px 8px 2px rgba(0,0,0,.08);}
[class*="icon-"]:after {content:'';position:relative;;display:inline-block;background: url(../images/dash_icon.png);}
[class*="dash_cont"] .mini-card{margin-top:24px;display:flex;flex-wrap:wrap;gap:16px;}
[class*="dash_cont"] .mini-card li{flex: 1;background: #fff;border-radius:24px;padding: 16px 24px; flex-basis: 47.8% !important;}
[class*="dash_cont"] .mini-card li h5{font-size:18px;font-weight: bold;color:#666666;margin-bottom:7px;}
[class*="dash_cont"] .mini-card li p{color:#999;font-size:18px;font-weight: bold;}
[class*="dash_cont"] .mini-card li strong{color:#F65555;font-size:40px;font-weight: 600;margin-right: 5px;}
[class*="dash_cont"] .mini-card li strong.-fpur{color:#8F64EB;}
[class*="dash_cont"].bg-navy {background:#40476B;color:#fff}
[class*="dash_cont"].bg-wht {background:#fff;box-shadow: 0px 3px 10px 0px #0000001F;}
[class*="dash_cont"] .grp-bar-type01 {max-width:455px;width:100%;margin: 0}
[class*="dash_cont"] .grp-list li + li{margin-top:15px}
[class*="dash_cont"] .grp-list li{justify-content: space-between;}
[class*="dash_cont"] .grp-list li p{flex:0 0 123px;font-size:22px}
[class*="dash_cont"] .grp-list li:nth-child(1) .grp-bar-type01 .grp-bar-wrap p{background: #f65555}
[class*="dash_cont"] .grp-list li:nth-child(2) .grp-bar-type01 .grp-bar-wrap p{background: #F5BE54}
[class*="dash_cont"] .grp-list li:nth-child(3) .grp-bar-type01 .grp-bar-wrap p{background: #75B997}
[class*="dash_cont"] .grp-list li:nth-child(4) .grp-bar-type01 .grp-bar-wrap p{background: #81ACEC}
[class*="dash_cont"] .grp-list li:nth-child(5) .grp-bar-type01 .grp-bar-wrap p{background: #8F64EB}
.dash_cont01.grp_tbl{flex:1;height: 50%;justify-content: space-between;padding: 34px 24px;}
.dash_cont01.grp_tbl .grp-wrap{flex:0 0 60% !important;}
.dash_cont01.grp_tbl .dash-txt-info{flex:0 0 35% !important;padding: 0;    border: 1px solid #ccc;}
.dash_cont01.grp_tbl .dash-txt-info {border-radius: 20px;overflow: hidden;}
.dash_cont01.grp_tbl .dash-txt-info table {border-collapse: collapse;}
.dash_cont01.grp_tbl .dash-txt-info table th{background: #666;padding: 8px;border: 1px solid #ccc;color:#fff;border-top:0}
.dash_cont01.grp_tbl .dash-txt-info table td{padding:15px 8px;text-align: center;border: 1px solid #ccc}
.dash_cont01.grp_tbl .dash-txt-info table td:first-child, .dash_cont01.grp_tbl .dash-txt-info table th:first-child{border-left: 0}
.dash_cont01.grp_tbl .dash-txt-info table td:last-child, .dash_cont01.grp_tbl .dash-txt-info table th:last-child{border-right: 0}
.dash_cont01.grp_tbl .dash-txt-info table tr:last-child td{border-bottom:0}
.dash_cont01.grp_tbl .grp-tit {align-items: flex-end}
.dash_cont01.grp_tbl .grp-tit p:first-child{font-size:28px;}
.dash_cont01.grp_tbl .grp-tit p:first-child strong{font-size:42px;}
.dash_cont01.grp_tbl .grp-tit p:last-child{font-size:24px;}
.dash_cont01.grp_tbl .grp-tit p:last-child strong{font-size:32px;}
.graph_box canvas{ height: 20.83vw !important; width: 20.83vw !important;margin: 0 auto;}
.dash_cont01.grp_tbl .graph_box02{height:264px;margin-top:30px}

.pc-mode.dash_wrap .dash_37 .dash_cont02{height:100%;}
.pc-mode.dash_wrap .dash_37 .dash_cont02.bg-navy{max-width: none;;flex:0 0 65%}
.pc-mode.dash_wrap .dash_37 .dash_cont02.bg-wht{flex: 0 0 32.8%;width:32.8%}
.pc-mode.dash_wrap .dash_37 > div:nth-child(1){flex:0 0 100%;width:60%;max-height: 407px;}
.pc-mode.dash_wrap .dash_37 > div:nth-child(2){flex:0 0 100%;width:100%;height: fit-content;}

.swi-ui-type09 li{overflow: auto;}
.swi-ui-type09 .sel{width: 320px;}
.top-swi{padding:0 40px;}
.swi-ui-type09 .swiper-slide {padding:70px 0;}
.sel-type .nice-select .list {max-height:155px;}
.swi-ui-type08 .swiper-wrapper li{flex:1}

.dash_cont01 {flex:0 0 65%;height:176px;align-items: flex-start;overflow: hidden;}
.dash_cont01 .thumb_box{flex:0 0 280px;background:#fff;display:flex;justify-content: center;align-items: flex-end;height: 176px;align-items: flex-end;overflow: hidden;}
.dash_cont01 .thumb_box img{width: fit-content;height: inherit;}
.dash_cont01 .dash-txt-info{padding:24px; height: inherit;height: -webkit-fill-available;}
.dash_cont01 .icon-alertR:after{width:24px;height:24px;vertical-align: middle;margin-right: 10px;}
.dash_cont01 .dash-txt-info ul li{font-size:16px}
.dash_cont01 .dash-txt-info ul li + li{margin-top:10px;}
.dash_cont01 .dash-txt-info ul span{flex:0 0 27%;}
.dash_cont01 .dash-txt-info ul p{font-weight: bold;}
.dash_cont01 .dash-txt-info p.alert_msg{margin-top:15px;}
.dash_cont02 {padding:32px 24px;max-width: 680px;}
.flexible-cont .fx-row.fx-gap-24{flex-basis: 4%;}
.dash_cont02 .dash_head strong {font-size:42px;}
.dash_cont02 .dash_head p {font-size:24px;}
.dash_cont03 {padding: 24px;}
.dash_cont03 .tit-02 + * {margin:0}
.dash_cont03  {margin:0}
.dash_cont03  button{height:24px;font-size:12px;}
.top-swi{padding:0 40px;}
.swi-ui-type09 .swiper-slide {padding:70px 0;}
.sel-type .nice-select .list {max-height:155px;}

.dash_cont .grp-pie {--w: 110px;--c:var(--mic);}
.dash_cont .grp-pie strong{width: 82px;height: 82px;}
.week-status ul{display:flex;gap:8px;margin-top:24px;}
.week-status ul li{flex:1;height:80px;background:#fff;border-radius:12px;}
.week-status input[type="checkbox"] {appearance: none;display:none;}
.week-status input[type="checkbox"] + label {display: flex;color:#999;    flex-direction: column; position: relative;width: 100%;height:100%;justify-content: center;align-items: center}
.week-status input[type="checkbox"]:checked + label::after {content:'';border:2px solid #F65555;width: 100%;position: absolute;left: 0;height: 100%;border-radius: 14px; top: -2px;left:-2px;}
.week-status input[type="checkbox"]:checked + label::before {content:'';background: url(../images/dash_icon.png);background-position: 0 0;width:24px;height:24px;position: absolute;top: -12px;left: 50%;transform: translate(-50%);z-index: 1;}
.week-status input[type="checkbox"] + label i{font-size:18px;}
.week-status input[type="checkbox"] + label span{font-size:20px;}
.week-status input[type="checkbox"]:disabled + label.active{background: #F65555;border-radius: 12px;color:#fff;cursor: auto;}
.week-status input[type="checkbox"]:disabled + label{background: rgba(51, 51, 51, 0.1);border-radius: 12px;color:#CCC;cursor: auto;}
.char-barwrap {padding:16px 24px 26px 16px;background: #fff;border-radius: 24px;margin-top:24px}
.char-barwrap > p{color:#999999;font-size: 14px;}
.char-barwrap .char-barcont{height:12px;margin-top:30px;position: relative;background: linear-gradient(90deg, #FDD995 0%, #B7FFDC 49.24%, #98D4FF 100%);border-radius: 12px;display: flex;justify-content: space-between;}
.char-barwrap .char-barcont > p{margin-top:15px;color:#999999;font-size: 12px;}
.char-barwrap .icon-mychar {background:url(../images/dash_icon.png) ;width: 102px;height: 45px;background-position: -150px 0;position: absolute;bottom:-7px; display: flex;align-items: flex-end;justify-content: center;transform: translate(-50%);}
.char-barwrap .icon-mychar span{font-size: 12px;color:#999;margin-bottom: 3px;}


.graph_box{min-height:300px;min-width:100%}

iframe {width:100%}



.agree_cont .inner { margin: 0 auto; overflow: hidden; width: 100%;}
.agree_cont .agree_box { border-top: 1px solid #000; border-bottom: 1px solid #ccc; padding: 40px 30px 15px}
.agree_cont .agree_box .agree_cont {padding-top: 0}
.agree_cont .agree_box .agree_cont .inner>ul {  padding-left: 0;  margin-left: 0}
.agree_cont .agree_box .agree_cont .inner>ul>li {text-indent: 0}
.agree_cont .agree_box .agree_cont strong { color: #333}
.agree_cont .agree_box .agree_cont strong+p,.agree_cont .agree_box .agree_cont strong+ul {padding-left: 0}
.agree_cont .agree_box .agree_cont .first { padding-left: 0; margin-bottom: 10px}
.agree_cont .agree_box .conts { font-size: 16px; min-height: 500px}
.agree_cont .agree_box .conts>strong { display: block; color: #333}
.agree_cont .agree_box .conts .email_denial {display: table;width: 100%;height: 275px;padding-left: 254px;background: url(/static/di/images/common/bg_reject_email.png) no-repeat 68px 50%}
.agree_cont .agree_box .conts .email_denial .cont {display: table-cell;vertical-align: middle}
.agree_cont .agree_box .conts .email_denial .cont .tit_agree {	display: block;	color: #333}
@media (max-width: 767px) {
	.agree_cont .agree_box .conts .email_denial {background-size: 60px;	background-position: left center;height: 220px;	padding-left: 80px}
}
.agree_cont .agree_box~.title_group {margin-top: 60px}
.agree_cont .agree_box~.title_group .conts_tit.lv1 {padding-bottom: 15px}
.agree_cont .bottom {margin-top: 30px;text-align: right;font-size: 16px;line-height: 18px}
.agree_cont .bottom .tit {display: inline-block;margin-right: 10px;	color: #333}
.agree_cont .agree_list a {	color: #f36f21;	font-size: 16px;border-bottom: 1px solid #f36f21}
.agree_cont .agree_list li~li {	margin-top: 10px}
.agree_cont.open_license {	padding-top: 0}
.agree_cont.open_license .title {	position: relative;	padding: 40px 0;text-align: center;	color: #333;font-size: 0;border-bottom: 1px solid #e7e7e7}
.agree_cont.open_license .title .sub_txts,
.agree_cont.open_license .title .txts {	display: inline-block;vertical-align: middle;font-size: 32px;font-weight: 500;word-break: keep-all;letter-spacing: 0}
.agree_cont.open_license .title .sub_txts:before {content: '';width: 1px;height: 28px;display: inline-block;vertical-align: middle;background: #e0e0e0;margin: 0 15px}
.agree_cont.open_license .title~.inner {margin-top: 70px}
.agree_cont.open_license .conts {margin: -10px;font-size: 0}
.agree_cont.open_license .conts .lists {display: inline-block;vertical-align: top;width: -moz-calc(100%/2);width: calc(100%/2);padding: 10px;}
.agree_cont.open_license .conts .boxs {padding: 50px 50px 40px;border: 1px solid #e1e1e1;border-radius: 20px 20px 0 20px}
.agree_cont.open_license .conts .boxs .copyright,
.agree_cont.open_license .conts .boxs .license,
.agree_cont.open_license .conts .boxs .links,
.agree_cont.open_license .conts .boxs .tits {display: block;font-size: 16px;color: #333;word-break: keep-all;letter-spacing: 0}
.agree_cont.open_license .conts .boxs .tits {font-size: 20px;font-weight: 500}
.agree_cont.open_license .conts .boxs .tits~.links {margin-top: 20px}
.agree_cont.open_license .conts .boxs .links a {color: #f36f21;text-decoration: underline;display: inline-block;vertical-align: top;letter-spacing: 0}
.agree_cont.open_license .conts .boxs .links~.copyright {margin-top: 5px}
.agree_cont.open_license .conts .boxs .copyright {color: #7d7d7d}
.agree_cont.open_license .conts .boxs .license {margin-bottom: 10px;position: relative;z-index: 1}
.agree_cont.open_license .conts .boxs .collapse {display: block;height: 0;opacity: 0;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s}
.agree_cont.open_license .conts .boxs .collapse .panel {-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;font-size: 14px;border: 1px solid #e1e1e1;max-height: 200px;overflow-y: auto;padding: 10px;word-break: keep-all}
.agree_cont.open_license .conts .boxs.active .collapse {height: 200px;opacity: 1;visibility: visible}
.agree_cont.terms .tit_agree {padding-bottom: 20px;font-size: 20px}
.agree_cont.terms .tit_agree~.tit_agree {border-top: 1px solid #e1e1e1;padding-top: 50px}
.agree_cont.terms .agree_box {padding: 30px;border-top-width: 2px}
.agree_cont.terms .agree_box~.agree_box {margin-top: 60px}
.agree_cont.terms .agree_box ul li ul {padding-left: 0}
.agree_cont.terms .agree_box>p {padding-left: 0}
.agree_cont.terms .agree_box .indent_default.lists {margin-top: 0}
.agree_cont.terms .agree_box #privacy4+ul .inden_dl_default dt {font-weight: 500}
.agree_cont.terms .agree_box #privacy4+ul .inden_dl_default dt~dt {margin-top: 10px}
.agree_cont.terms .agree_box #privacy4+ul .inden_dl_default dd {padding-left: 7px}
.agree_cont.terms .indent_default.lists {margin: -5px;font-size: 0;padding: 0;border-bottom: 0 none}
.agree_cont.terms .indent_default.lists li {display: inline-block;vertical-align: top;width: 33.333%;padding: 5px;text-indent: 0;margin-top: 0}
.agree_cont.terms .indent_default.lists li a {font-size: 16px;color: #333}
.agree_cont.terms .indent_default.lists li a:focus,
.agree_cont.terms .indent_default.lists li a:hover {color: #f36f21;text-decoration: underline}
.agree_cont.terms .indent_default.lists.type2 li {width: 50%}
.agree_cont.terms .tbl_type1 {margin: 10px 0}
.agree_cont.terms .agree_box .agree_cont .inner table {border-top: 2px solid #333}
.agree_cont.terms .agree_box .agree_cont .inner table thead th {background: #fff;color: #333;font-weight: 400}
.agree_cont.terms .agree_box .agree_cont .inner table td {	color: #333;vertical-align: middle;}
.agree_cont.terms .agree_box .agree_cont .inner>p {padding-left: 0}
.agree_cont.terms .agree_box .agree_cont ul li dl,
.agree_cont.terms .agree_box .agree_cont ul li ul {padding-left: 0
}
@media (max-width: 767px) {
	.agree_cont .inner {padding: 0 20px	}
	.agree_cont .agree_box {padding: 30px 5px 15px	}
	.agree_cont .agree_box .bottom {margin-top: 30px;text-align: left;font-size: 12px	}
	.agree_cont .agree_box .bottom .tit {margin-right: 6px}
	.agree_cont .agree_box .conts {font-size: 12px;	min-height: 300px	}
	.agree_cont .agree_box~.title_group {margin-top: 40px}
	.agree_cont .agree_box~.title_group .conts_tit.lv1 {padding-bottom: 5px}
	.agree_cont .agree_box .agree_cont .inner {padding: 0}
	.agree_cont .agree_box .agree_cont .first {font-size: 12px}
	.agree_cont .agree_list a {	font-size: 13px}
	.agree_cont .agree_list li~li {	margin-top: 5px}
	.agree_cont.open_license .title {padding: 40px 0 20px;text-align: left}
	.agree_cont.open_license .title .sub_txts,
	.agree_cont.open_license .title .txts {font-size: 18px}
	.agree_cont.open_license .title .sub_txts~.desc,
	.agree_cont.open_license .title .txts~.desc {margin-top: 10px}
	.agree_cont.open_license .title .sub_txts:before {height: 18px;margin: 0 10px}
	.agree_cont.open_license .title .desc {color: #7d7d7d;font-size: 13px}
	.agree_cont.open_license .title .desc p {letter-spacing: 0;	word-break: keep-all}
	.agree_cont.open_license .title~.inner {margin-top: 40px}
	.agree_cont.open_license .conts {margin: 0}
	.agree_cont.open_license .conts .lists {display: block;	width: 100%;padding: 0}
	.agree_cont.open_license .conts .lists~.lists {margin-top: 10px}
	.agree_cont.open_license .conts .boxs {padding: 0;border: 0 none;border-radius: 0}
	.agree_cont.open_license .conts .boxs .copyright,
	.agree_cont.open_license .conts .boxs .license,
	.agree_cont.open_license .conts .boxs .links,
	.agree_cont.open_license .conts .boxs .tits {font-size: 12px}
	.agree_cont.open_license .conts .boxs .tits {font-size: 17px}
	.agree_cont.open_license .conts .boxs .tits~.links {margin-top: 15px}
	.agree_cont.open_license .conts .boxs .links~.copyright {margin-top: 5px}
	.agree_cont.terms .tit_agree {padding-bottom: 20px;	font-size: 14px}
	.agree_cont.terms .tit_agree~.tit_agree {padding-top: 20px}
	.agree_cont.terms .agree_box {padding: 20px 0}
	.agree_cont.terms .agree_box ul>li {text-indent: -14px;	padding-left: 14px}
	.agree_cont.terms .agree_box ul li ul {padding-left: 0}
	.agree_cont.terms .indent_default.lists {margin: 0}
	.agree_cont.terms .indent_default.lists li {display: block;	width: 100%	}
	.agree_cont.terms .indent_default.lists li a {font-size: 12px}
	.agree_cont.terms .indent_default.lists.type2 li {width: 100%}
}


.agree_cont .agree_top {padding: 20px;margin-bottom: 20px;overflow: hidden;border: 1px solid #bdbdbd}
.agree_box .agree_cont .agree_top .fl_lk,.agree_box .agree_cont .agree_top .fr_lk {float: left;	width: 50%}
.agree_box .agree_cont .agree_top .fl_lk li,.agree_box .agree_cont .agree_top .fr_lk li {padding: 3px 0}
.agree_box .agree_cont .links {	margin-top: 20px}
.agree_box .agree_cont .links strong {font-weight: 400;	display: block}
.agree_box .agree_cont .inner .no-indent {text-indent: 0;margin-left: -17px}
.agree_box .agree_cont .inner .indent_default {margin-left: 15px}
.agree_box .agree_cont .inner .indent_default.lists {margin-top: 20px}
.agree_box .agree_cont .inner .inden_dl dd {padding-left: 15px}
.agree_box .agree_cont .inner table {width: 100%;table-layout: fixed;border-collapse: collapse;border-top: 1px solid #bdbdbd;border-bottom: 1px solid #bdbdbd}
.agree_box .agree_cont .inner table caption {display: none}
.agree_box .agree_cont .inner table thead th {height: 40px;vertical-align: middle;background: #e0e0e0;text-align: center;font-weight: 700}
.agree_box .agree_cont .inner table td {border-top: 1px solid #bdbdbd;border-spacing: 0;border-left: 1px solid #bdbdbd;text-align: center;padding: 10px}
.agree_box .agree_cont .inner table td:first-child {border-left: 0 none}
.agree_box .agree_cont .inner table td[rowspan] {border-right: 1px solid #bdbdbd}
.agree_box .agree_cont .inner table td[rowspan]:last-child {border-right: 0 none}
.agree_box .agree_cont .inner>strong {font-weight: 700;font-size: 14px}
.agree_box .agree_cont .inner>strong+p {margin-top: 5px}
.agree_box .agree_cont .inner>ul {padding-left: 17px}
.agree_box .agree_cont .inner>ul>li {text-indent: -17px;margin-top: 7px}
.agree_box .agree_cont .inner>ul>li dd,.agree_box .agree_cont .inner>ul>li p,
.agree_box .agree_cont .inner>ul>li table,.agree_box .agree_cont .inner>ul>li td,.agree_box .agree_cont .inner>ul>li th {text-indent: 0}
.agree_box .agree_cont .inner ul li dl {padding: 7px 0 0 17px}
.agree_box .agree_cont .inner>p {padding-left: 17px}
.agree_box .agree_cont .inner ul.round_list .round {position: relative;	padding-left: 30px}
.agree_box .agree_cont .inner ul.round_list .round:before {content: '';	width: 4px;height: 4px;border-radius: 2px;background: #333;position: absolute;left: 0;top: 9px}
.agree_box .agree_cont .inner dl.round_list .round {position: relative;padding-left: 30px}
.agree_box .agree_cont .inner dl.round_list .round:before {content: '';width: 4px;height: 4px;border-radius: 2px;background: #333;position: absolute;left: 0;top: 9px}
.agree_box .agree_cont .inden_dl_default img {vertical-align: middle;width: auto}
@media (max-width:767px) {
	.agree_box .agree_cont .agree_top .fl_lk,	
	.agree_box .agree_cont .agree_top .fr_lk {float: none;width: auto}
}
.agree_box .agree_cont--type-2 .inner>strong+p {padding: 0}
.agree_box .agree_cont--type-2 .inner strong+.tbl_type1 {margin-top: 5px}
.agree_box .agree_cont--type-2 .inner .tbl_row table tbody td,
.agree_box .agree_cont--type-2 .inner .tbl_row table tbody th {background-color: #fff}
.agree_box .agree_cont--type-2 .inner .tbl_row table tbody th {border-top: 1px solid #bdbdbd;font-weight: 500;text-align: center}
.agree_box .agree_cont--type-2 .inner .tbl_row table tbody td {text-align: left}
.agree_box .agree_cont--type-2 .inner .tbl_row table+p {margin-top: 5px;padding: 0}
.agree_box .agree_cont--type-2 .inner table tbody td {background-color: #fff}
.agree_box .agree_cont--type-2 .inner table+p {margin-top: 5px;	padding: 0}
.agree_box .agree_cont--type-2 .inner ul li ul {padding-left: 17px}

.nav-tabs {font-size: 0}
.nav-tabs li {display: inline-block;font-size: 14px}
.nav-tabs li.active a {color: red}
.tab-content .tab-pane { display: none}
.tab-content .tab-pane.active { display: block}
.tab_list {padding-top: 60px;text-align: ceter}
.tab_list .tabs {vertical-align: middle; display: inline-block; margin: 0 40px}
.tab_list .tabs a { font-size: 32px;  position: relative; display: block; padding-bottom: 5px; color: #333}
.tab_list .tabs.active a {  color: #f36f21}
.tab_list .tabs.active a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; background: #f36f21}
@media (max-width: 767px) {
    .tab_list { padding-top:40px }
    .tab_list .tabs {margin: 0 15px}
    .tab_list .tabs a { font-size: 20px;padding-bottom: 3px;color: #333}
    .tab_list .tabs.active a:after {height: 3px}
}
.re-main_page .subtitle-wrap {display: none}
.tab_list .tabs a { padding-bottom: 0; font-size: 24px}
.tab_list .tabs a span {position: relative;padding-bottom: 5px}
.agree-tbl { border-top: 2px solid #333}
.agree-tbl table {width: 100%; table-layout: fixed; border-collapse: collapse; border-top: 1px solid #bdbdbd; border-bottom: 1px solid #bdbdbd}
.agree-tbl table caption { display: none}
.agree-tbl table thead th { height: 40px; vertical-align: middle; background: #f3f3f3; color: #333; text-align: center; font-weight: 700; text-indent: 0}
.agree-tbl table td { padding: 10px; background: #fff; color: #333; border-top: 1px solid #bdbdbd; border-spacing: 0; border-left: 1px solid #bdbdbd; text-align: center; text-indent: 0}
.agree-tbl table td em { color: #fe8434}
.agree-tbl table td.txt-left { text-align: left}
.agree-tbl table td:first-child { border-left: 0 none}
.agree-tbl table td[rowspan] { border-right: 1px solid #bdbdbd}
.agree-tbl table td[rowspan]:last-child { border-right: 0 none}


/* Input - Validation Check */
	[class*="inp-vld"] {position:relative;}
	[class*="inp-vld"] .inp-vld-txt {display:none; margin-top:12px; text-align:left; font-size:var(--frm-fs);}
	[class*="inp-vld"] .ic-ct-vld {display:none; position:absolute; right:0; top:0; width:var(--frm-h); height:var(--frm-h);}


	.inp-vld-err .inp-vld-txt {display:inherit; color:#F65555;}
	.inp-vld-err .ic-ct-vld {display:inherit;}

	.inp-vld-suc .inp-vld-txt {display:inherit; color:#6070CF;}
	.inp-vld-suc .ic-ct-vld {display:inherit;}


.guideBox{background: #EFEFEF;border-radius: 5px;padding:30px 60px;margin-top: 44px;}
.guideBox h3{font-size: 16px;font-weight: bold;display: flex;align-items: center;gap:15px;margin-bottom:20px;}
.guideBox p {font-size:16px;}
.guideBox .dot12 {width: 12px;height:12px;background: #6070CF;border-radius: 12px;}
.guideBox p em{font-weight:bold;}
.guideBox p + p{margin-top:10px;}
.guideList{margin-top:20px;padding:0 60px;}
.guideList.pd0{padding:0 ;}
.guideList li + li{margin-top:10px;}
.fx-73 input {flex:0 0 68%;}
.fx-73 button{flex:0 0 30%;height:50px;}
.guideBox ul li{font-size:12px; }
.guideBox ul li + li{margin-top:7px;}

.cts_box{background: #F7F7F7;width: 100%;;margin-bottom: -20px;padding:78px 0;text-align: center;border-radius:0px 0px 16px 16px}
.cts_box strong{font-size: 32px; }
.cts_box strong em{color:#6070CF;}
.cts_box p{margin-top:24px}

.brd-wrap.w960{width:1140px;margin: 0 auto;}
.join-proc {counter-reset:joinproc; display:flex; justify-content:center; font-size:20px; color:#666;}
.join-proc li {position:relative; display:inline-flex; align-items:center;width: 232px;border:1px solid #F5BE54;border-radius: 72px;padding:8px;font-size: 16px;}
.join-proc li + li {margin-left:54px;}
.join-proc li:before {counter-increment:joinproc; content:counter(joinproc); display:inline-flex; background:#eee; border-radius:50%; justify-content:center; align-items:center; width:50px; height:50px; margin-right:12px; font-size:22px;}
.join-proc li + li:after {content:""; position:absolute; left:-45px; top:50%; background: var(--icon); background-size: var(--bgsize); background-position: -700px -150px;width: 26px;height: 28px; transform:translate(0, -50%);}
.join-proc li.active {font-weight:700;  color:#fff;background: #F5BE54}
.join-proc li.active:before {background:#F7F7F7; color:#222;}
/*.join-proc li.complete:before {}*/
.learner_info {text-align: center}
.learner_info strong{font-size: 28px;color:#4C549A}
.learner_info p{font-size: 20px;color:#7A7A7A;font-weight: 700}
.learner_info .num-card {display: inline-flex;gap:10px;align-items: center;}
.learner_info .num-card input{align-items:center;text-align:center;width:64px;height:80px;border:1px solid #A7A7A7;border-radius: 12px;box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.15); line-height: 80px;font-size: 32px;font-weight: bold;}
.learner_info .num-card input:read-only,.learner_info .num-card  input[type="text"][readonly]{background: #fff}
.learner_info .num-card em{color: #A7A7A7;font-size: 32px;}
.learner_info p u{color:#4C549A}

.box-type02  {width: 960px;margin: 0 auto;background: #F7F7F7;border:  4px solid #D3D3D3;border-radius: 40px;}
.box-type02 .bub-wrap i{cursor: pointer;background: #fff;width:20px ;height: 20px;border-radius: 20px;color: #666;display: inline-block;line-height: 14px;font-size: 14px;text-align: center;vertical-align: middle;margin-left: 10px;}
.box-type02 .bub-wrap { position: relative;display: inline-block;}
.box-type02 .bub-wrap .bub-text{display:none;;position: absolute;top: 80px;left: 0;background:#fff;text-align:left;padding:8px 16px;line-height: 1; width: max-content;border-radius: 12px;z-index: 3;color: #222;border:1px solid #A7A7A7 ;}
.box-type02 .bub-wrap:hover .bub-text{display: block;}
.box-type02 .bub-wrap .bub-text:after{content: '';position: absolute;top:-4px;left: 15%;width: 8px;height: 8px;background-color: #F5F5F5;transform: rotate(45deg);z-index: 0;border:1px solid #A7A7A7 ;border-bottom: 0;border-right: 0;}
.box-type02 .bub-wrap .bub-text p{line-height: 1.6; font-weight: 400}

[class*="-b-grn"] {border-color:#75B997;background: #fff;color:#75B997}
.box-type02 h2{text-align: center;font-size: 32px;font-weight: 700}
.box-type02 h2 em{color:#4C549A}
.box-type02 .btn_box, .box-type02 .btn_box2{text-align: center;border-top: 1px dashed #4C549A;padding-top:40px;}
.box-type02 .btn_box p, .box-type02 .btn_box2 p{color:#7A7A7A;font-size:20px;line-height:1.5;font-weight:bold;}
.box-type02 .btn_box p em{color:#4C549A;}
.box-type02 .btn_box2 p em{color:#A7A7A7;} /*추가 231214*/
.btnArea p {font-size: 16px;}
.ico-protect:after{content:'';width: 24px;height: 24px;background: url(../images/img/icon-protect.png);display: inline-block;}

.box-type02 .btn_box input[type=radio]{ display: none;}
.box-type02 .btn_box input[type=radio]+label{display: inline-block;cursor: pointer; padding:12px 30px;  text-align: center;font-weight:bold; font-size:16px;border-radius:24px}
.box-type02 .btn_box input[type=radio]+label{  background-color: #fff; color: #333;border: 1px solid #A7A7A7;}
.box-type02 .btn_box input[type=radio]:checked+label{ background-color: #4C549A; color: #fff;}
.box-type02 .btn_box2 input[type=radio]{ display: none;}/* add 231215*/
.box-type02 .btn_box2 input[type=radio]+label{display: inline-block;cursor: pointer; padding:12px 30px;  text-align: center;font-weight:bold; font-size:16px;border-radius:24px}
.box-type02 .btn_box2 input[type=radio]+label{ background-color:#fff; color: #A7A7A7; border: 2px dashed #D3D3D3;}/*기본일경우 add 231215*/
.box-type02 .btn_box2 input[type=radio]:checked+label{ background-color: #6070CF; color:#fff; border:2px solid #1F2554; box-shadow: 4px 3px 9px 0px #A6B4FF; }/* 선택할경우 add 231215*/

[class*="btn-df-"],
[class*="btn-df-"]:hover {background:none; border:none;}
.df-chk input {position:absolute; left:-1000em;}
.df-chk .ic-ct- {width:16px; height:16px;border:2px solid #A7A7A7;border-radius: 16px}
.df-chk input:checked + .ic-ct- {border:2px solid var(--mc);}
.b-yel .df-chk input:checked + span {border:2px solid #F5BE54;}
.df-chk input:checked + .ic-ct-:before {background:var(--mc);width:8px; height:8px;border-radius: 8px}
.b-yel .df-chk input:checked + .ic-ct-:before {background:#F5BE54;}

.lst-box.b-yel li{display:block;padding-left:20px}
.lst-box.b-yel li .info-box{padding-left:40px}
.lst-box.b-yel li .info-box h3{width:50%}
.lst-box.b-yel li .info-box strong{min-height:50px;display:inline-block;font-weight:400; line-height: 50px;}
.lst-box.b-yel li .info-t{margin-left:-30px}
.lst-box > * {text-align:left;padding:13px 32px;position:relative; display:flex; flex-direction: column; justify-content:center; align-items:center; flex:0 0 100%; border:1px solid #e2e2e2; border-radius:3px; }
.lst-box > * + *{margin-top:16px}
.lst-box label {display:block;}
.lst-box [class*="bage-03"] {margin-top:16px;}
.lst-box .bage-date {margin-top:24px;}
.lst-box .df-chk .ic-ct- {position:absolute; left:32px; top:28px;}
.lst-box .df-chk input:checked + .ic-ct- + .act-chk:before {content:""; position:absolute; left:0; top:0; background:none; border:1px solid var(--mc); border-radius:3px; width:calc(100% - 2px); height:calc(100% - 2px);}
.lst-box.b-yel .df-chk input:checked + .ic-ct- + .act-chk:before { border:1px solid #F5BE54;}
.lst-box p.lst-info {font-size: 20px;color:#000;padding-left:30px}
.lst-box div.lst-info {font-size: 16px;color:#666;margin-top:20px}

.guideBox table{text-align: left;font-size:18px;}
.guideBox td, .guideBox th{padding:16px 0;}
.guideBox table + ul{border-top:2px dashed #ccc;padding-top:30px;}
.guideBox table + ul li{font-size: 16px;}

.detail_view {border-top:4px solid #7A7A7A;padding-top:28px;}
.detail_view > *{padding-right:48px;}
.detail_view h2{font-size: 20px;font-weight: bold;}
.detail_view table{margin-top:20px;}
.detail_view table th, .detail_view table td{padding:12px 0;}
.detail_view table th{font-weight: bold;vertical-align: middle;}
.detail_view table td{vertical-align: middle}
.detail_view table td em{font-weight: 700}

.detail_view > div + div {border-left:dashed #ccc;padding-left:24px;}

.pop-contain .detail_view {border-top:0;padding:12px 32px;background:#F7F7F7;border-radius: 40px;padding-bottom:24px}
.pop-contain .detail_view > div + div{border-left:0;border-top:dashed #ccc;padding-left:0;padding-top:24px;margin-top:12px;}

.list_type04 > * + *{margin-top:24px;}
.list_type04 > *{border:2px solid #A7A7A7;border-radius: 16px;padding:32px 40px;}
.bage-b-blu{border:1px solid #6070CF;color:#6070CF;background:#fff;}
.bage-blu{border:1px solid #6070CF;color:#fff;background:#6070CF;}
.bage-b-gry{border:1px solid #7A7A7A;color:#7A7A7A;background:#fff;}
.bage-b-red{border:1px solid #F65555;color:#F65555;background:#fff;}
.bage-red{border:1px solid #F65555;color:#fff;background:#F65555;}
.bage-b-black{border:1px solid #222;color:#222;background:#fff;}
.bgfff{background:#fff;}

.revert *{all:revert;}

/*=====이하 톡톡 상품에 적용될 클래스=====*/
/* 톡톡 나의 강의실 Main Start. */
.talk-talk-lesson .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 99px;
	background: #EBEDF3;
	border-color: #EBEDF3;
}

.talk-talk-lesson .swiper-pagination .swiper-pagination-bullet-active {
	width: 60px;
	height: 12px;
	border-radius: 99px;
	background: #313658;
	border-color: #313658;
}

.talk-talk-lesson .talk-swiper-button-prev,
.talk-talk-lesson .talk-swiper-button-next {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.talk-talk-lesson .talk-swiper-button-prev {
	left: -35px;
	top: 110px;
}

.talk-talk-lesson .talk-swiper-button-next {
	right: -35px;
	top: 110px;
}

.talk-talk-lesson .talk-swiper-button-prev.word-swiper {
	left: -25px;
	top: 40px;
}

.talk-talk-lesson .talk-swiper-button-next.word-swiper {
	right: -25px;
	top: 40px;
}

.talk-talk-lesson .study-btn {
	display: flex;
	width: 268px;
	height: 56px;
	padding: 0 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 16px;
	background: #DE4D4B;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
}

.talk-talk-lesson .swiper {
	margin-top: 20px;
	padding-left: 2px;
	padding-right: 2px;
}

.talk-talk-lesson .swiper-wrapper {
	height: 350px;
}

.talk-talk-lesson .swiper-slide {
	display: flex;
	width: 300px;
	height: 346px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 24px;
	border: 1px solid #EBEDF4;
	background: #FFF;
	padding: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.talk-talk-lesson .talk-slide-header {
	display: flex;
	padding: 24px 16px 16px 16px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-bottom: 1px solid #DFE4ED;
	color: #13151A;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
}

.talk-talk-lesson .talk-slide-progress {
	display: flex;
	width: 300px;
	padding: 24px 16px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.talk-talk-lesson .talk-slide-progress .before-study {
	width: 100%;
	text-align: center;
	color: #8892A3;
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
}

.talk-talk-lesson .talk-slide-progress .percent {
	color: #A1ADC4;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
}

.talk-talk-lesson .talk-slide-body {
	display: flex;
	padding: 8px 16px 24px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.talk-talk-lesson .talk-slide-body .study-date-box {
	display: flex;
	width: 268px;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	border-radius: 12px;
	background: #F5F6FA;
}

.talk-talk-lesson .talk-slide-body .study-date-box .study-date-row {
	display: flex;
	align-items: center;
	gap: 24px;
}

.talk-talk-lesson .talk-slide-body .study-date-box .study-date-row .study-text {
	color: #6E7191;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.talk-talk-lesson .talk-slide-body .study-date-box .study-date-row .study-date {
	color: #13151A;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.talk-talk-lesson .talk-slide-body .wrapper {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.talk-talk-lesson .talk-slide-body .wrapper .result,
.talk-talk-lesson .talk-slide-body .wrapper .retry {
	display: flex;
	width: 130px;
	height: 56px;
	padding: 0 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	border-radius: 16px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
}

.talk-talk-lesson .talk-slide-body .wrapper .result {
	background: #EBEDF3;
	color: #13151A;
}

.talk-talk-lesson .talk-slide-body .wrapper .retry {
	background: #F13D44;
	color: #FFF;
}

.talk-talk-lesson .completed {
	background: #2F343D;
}

.talk-talk-lesson .completed .talk-slide-header {
	background: #2F343D;
	color: #FFFFFF;
	border-bottom: 1px solid #47505E;
}

.talk-talk-lesson .completed .study-btn {
	background: #EBEDF2;
	color: #13151A;
}

.talk-talk-lesson .completed .score {
	display: flex;
	height: 62px;
	padding: 16px 16px 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	align-self: stretch;
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
}

.talk-talk-lesson .completed .talk-slide-body .study-date-box {
	background: #4A505C;
}

.talk-talk-lesson .completed .talk-slide-body .study-date-box .study-date-row .study-text {
	color: #C1C8D6;
}

.talk-talk-lesson .completed .talk-slide-body .study-date-box .study-date-row .study-date {
	color: #FFFFFF;
}

.talk-talk-lesson .locked .blur {
	position: relative;
	height: 100%;
	align-content: flex-end;
}

.talk-talk-lesson .locked .talk-slide-progress {
	position: absolute;
	bottom: 0;
	border-radius: 0 0 24px 24px;
	width: 300px;
	height: 270px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	z-index: 2;
}

.talk-talk-lesson .locked .talk-slide-body {
	position: absolute;
	bottom: 0;
}

.talk-talk-lesson .locked .locker {
	position: absolute;
	left: 118px;
	top: 141px;
	z-index: 3;
}

/* talk-talk-word */
.talk-talk-word .talk-select-word {
	margin-left: 16px;
	display: flex;
	padding: 8px 12px;
	align-items: center;
	gap: 2px;
	border-radius: 999px;
	background: #EBEDF3;
	color: #13151A;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
}

.talk-talk-word {
	display: flex;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	gap: 1px;
}

.talk-talk-word .flex-row {
	display: flex;
	margin: 10px 0;
	align-items: center;
}

.talk-talk-word .talk-word-cnt {
	color: #3682F7;
}

.talk-talk-word img {
	margin-right: 16px;
}

/*=====*/
.talk-talk-word-mobile .talk-select-word {
	margin-left: 16px;
	display: flex;
	padding: 8px 12px;
	align-items: center;
	gap: 2px;
	border-radius: 999px;
	background: #EBEDF3;
	color: #13151A;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
}

.talk-talk-word-mobile {
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	gap: 1px;
}

.talk-talk-word-mobile .flex-row {
	display: flex;
	margin: 10px 0;
	align-items: center;
}

.talk-talk-word-mobile .talk-word-cnt {
	color: #3682F7;
}

.talk-talk-word-mobile img {
	margin-right: 16px;
}
/*=====*/
/* divider */
.divider {
	width: 1px;
	height: 16px;
	margin: 0 16px;
	color: #C1C8D6;
	background: #BFC8D7;
}

/* talk-word-slide */
.talk-word-slide .swiper-slide {
	display: flex;
	width: 320px;
	height: 132px;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	border-radius: 16px;
	border: 2px solid #DFE4ED;
	background: #FFF;
}

.talk-word-slide .chinese {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	color: #13151A;
	font-family: "chinese msyh";
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	justify-content: space-between;
}

.talk-word-slide .chinese .icons {
	display: flex;
	gap: 8px;
	cursor: pointer;
}

.talk-word-slide .pinyin {
	font-family: "chinese msyh";
	align-self: stretch;
	color: #13151A;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.talk-word-slide .meaning {
	align-self: stretch;
	color: #13151A;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

/* 미디어 쿼리 */
@media (max-width: 767px) {
	.talk-talk-lesson .swiper {
		margin-top: 40px;
	}

	.talk-talk-lesson .swiper-wrapper {
		box-sizing: border-box;
		width: 300px;
		height: 350px;
	}

	.talk-talk-lesson .swiper-slide {
		width: 300px;
		height: 346px;
	}

	.talk-talk-lesson .talk-swiper-button-prev,
	.talk-talk-lesson .talk-swiper-button-next {
		width: 32px;
		height: 32px;
	}

	.talk-talk-lesson .talk-swiper-button-prev {
		left: -15px;
		top: 110px;
	}

	.talk-talk-lesson .talk-swiper-button-next {
		right: 30px;
		top: 110px;
	}

	.talk-talk-word .talk-select-word {
		margin-left: 16px;
	}

	.talk-word-slide .swiper-slide {
		width: 320px;
		height: 132px;
	}
}

/* 톡톡 나의 강의실 Main End. */

/* 톡톡 마이페이지 학습 분석서 Start. */


/* pc버전 월간 분석서*/
@media (min-width: 781px) {
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .lesson-container {
		display: none;
	}
}
.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .mobile-tit-02  { display: none;}
.talk-talk-report #container .sub-top .inner {
	padding-bottom: 0;
}
.talk-talk-report #container .inner .contents { background-color: #F5F6FA;
	border-radius: 24px;}
.talk-talk-report #container .inner .contents .dash_wrap > * {
	gap:16px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode {margin-top: 32px;
	border-radius: 24px;
	padding: 0 20px 30px 20px;}
.talk-talk-report #container .inner .contents .month-wrap { display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0;}
.talk-talk-report #container .inner .contents .month-wrap .tit-02.ac{ font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 28px */}
.talk-talk-report #container .inner .contents .month-wrap .swi-type01.swi-ui-type08.mt30{
	margin-bottom: 32px;
}
.talk-talk-report #container .inner .contents .month-wrap .swi-type01.swi-ui-type08.mt30 .swi-btnwrap p {
	width: auto;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .fx-1.fx-gap-24 .dash_cont01.fx-1 {
	flex: 1 auto;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .fx-1.fx-gap-24 .dash_cont01.fx-1 .dash-txt-info.fx-aic li.fx-{
	flex-wrap: nowrap;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .fx-1.fx-gap-24 .dash_cont01.fx-1 .dash-txt-info.fx-aic li span{
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 18px */
	color: #6D7194;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .fx-1.fx-gap-24 .dash_cont01.fx-1 .dash-txt-info.fx-aic li p {
	min-width: 300px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
}
/*.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .grp-pie {*/
/*	text-align: center;*/
/*	font-size: 16px;*/
/*	font-style: normal;*/
/*	font-weight: 400;*/
/*	line-height: 22px;*/
/*    background: #f5f5f5;*/
/*	--w: 153px;*/
/*}*/

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .circular-progress-container {
	display: inline-block;
	width: 153px;
	height: 153px;
	position: relative;
	text-align: center;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .circular-progress-svg {
	width: 153px;
	height: 153px;
	transform: rotate(-90deg);
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .circular-progress-bg {
	fill: none;
	stroke: #F5F6FA; /* 배경색 */
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .circular-progress-bar {
	fill: none;
	stroke: #FF9092; /* 채워지는 부분 색상 */
	stroke-width: 15px;
	stroke-linecap: round; /* 양 끝을 둥글게 */
	stroke-dasharray: calc(var(--p) * 4.4), 440; /* 채워지는 부분과 남은 부분의 비율을 조정 */
	stroke-dashoffset: 0;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .circular-progress-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #555;
	font-weight: bold;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .circular-progress-content .score-label {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .circular-progress-content span {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px; /* 118.75% */
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .circular-progress-content .score {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px; /* 118.75% */
	color: #F13D44;
}


.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body {
	margin-top: 32px;
	width: 1100px;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body table {
	width: 1100px;
	border-collapse: collapse;
	background-color: white;
	border: 1px solid #DFE4ED;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body thead tr {
	height: 48px;
}


.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body thead th:nth-child(1) {
	width: 7%;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body thead th:nth-child(2) {
	width: 33%;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body thead th:nth-child(3) {
	width: 15%;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body thead th:nth-child(4) {
	width: 15%;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body thead th:nth-child(5) {
	width: 15%;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body thead th:nth-child(6) {
	width: 15%;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body thead th {
	background: #FAFBFC;
	text-align: center;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 137.5% */

}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body tbody tr {
	height: 44px;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body tbody td {
	text-align: center;
	/*padding: 10px;*/
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body tbody .lesson-name{
	text-align: left;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body button {
	background-color: #F13D44;
	width: 85px;
	height: 32px;
	padding: 0 16px;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 128.571% */
	color: #FFF;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body button:hover {
	background-color: #d32f2f;
}

/*.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card {*/
/*}*/

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item{
	align-items: center;
	flex: 1;
	height: 200px;
	padding: 65px 26px 64px 25.3px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item.talk-grp .fx-c.fx-gap-24 .circular-progress-container .circular-progress-content .score-label{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item.talk-grp .fx-c.fx-gap-24 .circular-progress-container .circular-progress-content span {
	color: black;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item.talk-grp .fx-c.fx-gap-24 .circular-progress-container .circular-progress-content .score {
	color: #F13D44;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px; /* 118.75% */
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item .grp-pie red {
	color: #F13D44;

}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item .grp-pie strong {
	width: 82px;
	height: 82px;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item .study-date-card{
	color: #13151A;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item .study-date-card .red-date {
	color: #DE4D4B;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item button {
	display: flex;
	width: 81px;
	height: 32px;
	padding: 0 16px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 8px;
	background: #F13D44;
	color: white;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_37 > div:nth-child(1){
	max-height: none;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.w100 {
	height: fit-content;
	padding: 40px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .tit-02 {
	margin-bottom: 24px;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 24px */
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry{
	background-color: white;
	padding: 0;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list p{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list li{
	padding: 24px 16px 24px 16px;
	margin: 0;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list li .grp-bar-type01{
	max-width: 600px;

}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list li .grp-bar-type01 .grp-bar-wrap p{
	background: linear-gradient(90deg, #FF9092 0%, #F13D44 100%);
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list li .eval-text{
	display: flex;
	width: 225px;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list span {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	color: #2E343E;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list span.correct {
	color: #F13D44;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 137.5% */
	margin-left: 16px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list span.correct span {
	color: #F13D44;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 137.5% */
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl{
	height: 430px;
	padding: 14px 72px;
	align-items: center;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .grp-wrap .grp-tit{
	justify-content: start;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 24px */
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .grp-wrap .grp-tit p strong#totScore{
	color: #DE4D4B;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 24px */
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .grp-wrap .grp-tit .last-date{
	margin-left: 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 137.5% */
	color: #6D7194;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .grp-wrap .grp-tit .last-date #lastDate{
	margin-left: 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 137.5% */
	color: #6D7194;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .dash-txt-info{
	border-radius: 0;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .dash-txt-info #gradeTable thead{
	border: 0 solid #DFE4ED;
	background: #FAFBFC;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 {
	/*height: 640px;*/
	height: auto;
	display: flex;
	padding: 40px 40px 62px 40px;
	align-self: stretch;
	flex-direction: column;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .mini-card{
	background-color: white;
	display: flex;
	flex-direction: column;
	margin-top: 16px;
	border-radius: 12px;
	padding: 24px;
	gap: 0;
	height: auto;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .mini-card span {
	color: #49505D;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-pink {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	height: auto;
	background: #FFF6F6;
	margin-top: 24px;
	padding: 16px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-pink p {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-lgry{
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	border-radius: 16px;
	/*height: 212px;*/
	height: auto;
	background:#F5F6FA;
	padding: 24px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-lgry p {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-lgry .mini-card p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-lgry .mini-card .speak-result {
	display: flex;
	flex-direction: row;
	gap: 5px;
	overflow-wrap: anywhere;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-lgry .mini-card .speak-result p span {
	color: black;
	font-family: "chinese msyh", "sans-serif" !important;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-lgry .mini-card .speak-result p em {
	color: black;
	font-family: "chinese msyh", "sans-serif" !important;
	word-break: normal;          /* break-all 이면 덮어쓰기 */
	overflow-wrap: break-word;   /* 넘치면 단어 경계에서 줄바꿈 시도 */
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain {
	margin-top: 32px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.month-info{
	max-width: 100%;
	background-color: #F5F6FA;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.month-info .mini-card {
	padding: 0;
	margin: 0;
	min-height: 160px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.month-info .mini-card .mini-card-item{
	background-color: white;
	min-width: 261px;
	border-radius: 16px;
	padding: 45px 30px 45px 27px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.month-info .mini-card .mini-card-item span{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 24px */
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.month-info .mini-card .mini-card-item p{
	margin-top: 5px;
	color: black;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px; /* 118.75% */
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.month-info .mini-card .mini-card-item p strong{
	color: #F13D44;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info {
	width: 538px;
	padding: 40px 38px;
	border-radius: 16px;
	box-shadow: none;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .tit-02  {
	padding: 5px;
	line-height: 20px;
	font-size: 20px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card {
	margin: 0;
	background-color: white;
	display: flex;
	width: 506px;
	flex-wrap: wrap;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item{
	border-radius: 16px;
	padding: 16px;
	background-color: #F5F6FA;
	display: flex;
	flex-direction: column;
	min-width: 225px;
	min-height: 174px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long{
	border-radius: 16px;
	padding: 16px;
	background-color: #F5F6FA;
	display: flex;
	flex-direction: column;
	min-height: 174px;
	width: 458px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item h5 {
	padding: 8px 16px 16px 8px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	gap: 8px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item .area-title {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item .area-title span{
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 128.571% */
	color: #6E7191;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item .area-title h5{
	padding: 8px 16px 16px 8px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	gap: 8px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item div.contexts {
	padding: 24px;
	border-radius: 12px;
	background-color: white;
	height: 98px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item div.contexts .fx-column-p{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item div.contexts .fx-column-p p{
	margin-top : 0;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item div.contexts .fx-row-p{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item div.contexts p{
	margin-top: 5px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item div.contexts p strong.-fpur{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	color: #F65555
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item div.contexts p strong.strong-black{
	color: black;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long h5 {
	padding: 8px 16px 16px 8px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	gap: 8px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long .area-title {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long .area-title span{
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 128.571% */
	color: #6E7191;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long .area-title h5{
	padding: 8px 16px 16px 8px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	gap: 8px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts {
	padding: 24px;
	border-radius: 12px;
	background-color: white;
	height: 98px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts .fx-column-p{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts .fx-column-p p{
	margin-top : 0;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts .fx-row-p{
	display: flex;
	flex-direction: row;
	justify-content: left;
	gap: 80px;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 24px */

}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts p{
	margin-top: 5px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts p strong.-fpur{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	color: #F65555
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts p strong.strong-black{
	color: black;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}
.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .dash_cont, .dash_cont01, .dash_cont02 {
	background-color: white;
}

.talk-talk-report #container .sub-top .inner .sub-tit{
	margin-left: 260px;
}
.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac{
	width: var(--init-cont-w);
	margin: 0 auto;
}
.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .tit-02 {
	margin-left : 260px;
}
.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .fx-gap-20.fx-row.fx-aic {
	margin-left: 260px;
}
.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .fx-gap-20.fx-row.fx-aic .sel-type.sel {
	width: 70%;
}
.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .fx-gap-20.fx-row.fx-aic .sel-type.sel .nice-select{
	border-radius: 8px;
	border: 1px solid #DFE4ED;
}


@media (max-width: 780px) {
	.talk-talk-report #container {
		padding-top: 3px;
		background-color: white;
	}

	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac{
		margin-bottom: 10px;
		gap: 0;
	}
	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .tit-02 { display: none;}
	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac{
		margin-left: 0;
	}
	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .mobile-tit-02  { display: flex;
		flex-direction: column;
		margin-bottom: 24px;}
	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .mobile-tit-02 h2{
		color: #000;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 24px */
		letter-spacing: -0.64px;
		margin-bottom: 30px;
	}
	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .mobile-tit-02 p {
		color: #13151A;
		text-align: left;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 18px */
		margin-bottom: 12px;
	}
	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .mobile-tit-02 span {
		color: #13151A;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px; /* 137.5% */
		text-align: left;
	}
	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .fx-gap-20.fx-row.fx-aic {
		margin-left : 0;
		width: 100%
	}
	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .fx-gap-20.fx-row.fx-aic .sel-type.sel {
		width: 100%;
	}
	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .fx-gap-20.fx-row.fx-aic .sel-type.sel .nice-select {
		width: 100%;
	}
	.talk-talk-report .box-wht.fx-row.fx-aic.fx-gap-10.swi-ui-type09.ac .fx-gap-20.fx-row.fx-aic .sel-type.sel .nice-select .current{
		width: 30vw;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .fx-1.fx-gap-24 {
		width: 100%;
		flex-direction: column;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .fx-1.fx-gap-24 .dash_cont.fx-c{
		width: 100%;
		height: 217px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .fx-1.fx-gap-24 .dash_cont01.fx-1 .dash-txt-info.fx-aic li span {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 22px; /* 137.5% */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .fx-1.fx-gap-24 .dash_cont01.fx-1 .dash-txt-info.fx-aic li p {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px; /* 137.5% */
		min-width: 230px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .grp-pie {
		--w: 153px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .grp-pie strong{
		width: 20vw;
		height: 20vw;
	}

	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode .table-body {
		display: none;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info {
		padding: 32px 16px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card {
		flex-direction: column-reverse;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.w100 {
		padding: 32px 16px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list li .grp-bar-type01{
		padding: 16px 0;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list {
		width: auto;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list li {
		border-bottom: 1px solid #EBEDF4;
		padding: 16px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list li .eval-text{
		flex-wrap: wrap;
		margin-top: 4px;

	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list li .eval-text .span-w100{
		width: 100%;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list li .eval-text .or-text {
		display: none;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .box-lgry .grp-list li .eval-text .correct{
		margin-left : 0;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl{
		height: fit-content;
		padding: 14px 16px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .grp-wrap{
		margin-bottom: 32px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .grp-wrap .graph_box02 canvas{
		width: 100%;
		height: 170px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .grp-wrap .grp-tit{
		flex-direction: column;
		align-items: center;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .grp-wrap .grp-tit p {
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 24px */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont01.grp_tbl .grp-wrap .grp-tit .last-date{
		margin-top: 16px;
		margin-left: 0;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 22px; /* 137.5% */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 {
		height: fit-content;
		padding: 32px 16px
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-pink {
		height: fit-content;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-lgry{
		height: fit-content;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-lgry .mini-card .speak-result div {
		white-space: nowrap;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-lgry .mini-card .speak-result .explain-number {
		white-space: nowrap;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont.comment.w100 .box-lgry .mini-card .speak-result .explain-context {
		white-space: normal;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item{
		height: 140px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item.talk-grp{
		height: 265px;
		display: flex;
		justify-content: center;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item.talk-grp .fx-c.fx-gap-24{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:16px
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item .study-date-card .red-date {
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 18px */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .talk-talk-lesson-report .dash_cont02.month-info .mini-card .mini-card-item .study-date-card {
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 18px */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.month-info .mini-card .mini-card-item span {
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 18px */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .lesson-container {
		display: flex;
		width: 100%;
		background-color: white;
		border-radius: 16px;
		padding: 16px;
		gap: 8px;
		flex-direction: column;
		margin-top: 32px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .lesson-container .lesson{
		border-radius: 16px;
		padding: 24px;
		background: #F5F6FA;
		height: 192px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .lesson-container .lesson h2{
		margin: 0 0 12px 0;
		font-size: 18px;
		color: #13151A;
		min-width: 120px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .lesson-container .lesson .lesson-context{
		margin-bottom: 8px;
		display: flex;
		flex-direction: row;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .lesson-container .lesson .lesson-context p{
		color: #8892A3;
		min-width: 120px;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px; /* 128.571% */
		align-items: center;
		display: flex;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .lesson-container .lesson .lesson-context span {
		width: 140px;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px; /* 128.571% */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .lesson-container .lesson .lesson-context button {
		display: flex;
		width: 90px;
		height: 32px;
		padding: 0px 16px;
		justify-content: center;
		align-items: center;
		gap: 4px;
		border-radius: 8px;
		background: #F13D44;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 18px;
		color: #FFF;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .lesson-container .lesson .lesson-context button:hover {
		background-color: #ff4040;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.month-info .mini-card {
		flex-wrap: wrap;
		gap: 16px;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.month-info .mini-card .mini-card-item{
		width: 100%;
		min-width: auto;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card {
		width: 100%;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item{
		width: 100%;
		min-width: auto;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long{
		width: 100%;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item div.contexts p strong.-fpur {
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 20px */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item div.contexts p strong.strong-black {
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 20px */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts .fx-row-p{
		font-size: 20px;
		justify-content: space-around;
		gap: 0;
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts p {
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 20px */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts p strong.-fpur {
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 20px */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item-long div.contexts p strong.strong-black {
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 20px */
	}
	.talk-talk-report #container .inner .contents .dash_wrap.pc-mode #divMain .dash_cont02.bottom-info .mini-card .mini-card-item div.contexts .fx-column-p{
		flex-direction: row;
	}
}

/* 톡톡 마이페이지 학습 분석서 End. */

/* 톡톡 단어장/스크랩 Start. */
/* talk-word-list */
.talk-word-list .brd-paging .talk-paging-next:hover .talk-paging-prev:hover {
	background: none;
	color: inherit;
}

.talk-word-list .brd-paging .active {
	display: flex;
	width: 36px;
	height: auto;
	padding: 7px 0;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	background: #F13D44;
}

.talk-word-list .word-count {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.talk-word-list .word-count #totCnt {
	color: #DE4D4B;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.talk-word-list .talk-word-table {
	border-top: 1px solid #9EADC6;
	border-bottom: 1px solid #9EADC6;
}

.talk-word-list .talk-word-row {
	display: flex;
	align-items: center;
	flex: 1 0 0;
	border-top: 1px solid #DFE4ED;
	border-bottom: 1px solid #DFE4ED;
	background: #FFF;
}

.talk-word-list .talk-word-row .bookmark {
	display: flex;
	width: 60px;
	/*height: 170px;*/
	padding: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	background: #FFF;
}

.talk-word-list .talk-word-row .word-content {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	background: #FFF;
}

.talk-word-list .talk-word-row .word-content .chinese-title {
	display: flex;
	justify-content: space-between;
	padding: 20px 32px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	background: #FAFBFC;
	color: #13151A;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.talk-word-list .talk-word-row .word-content .chinese-title .word-set {
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	background: #FAFBFC;
	color: #13151A;
}

.talk-word-list .talk-word-row .word-content .chinese-title .word-set .word-chinese {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	font-family: "chinese msyh";
	margin-bottom: 4px;
}

.talk-word-list .talk-word-row .word-content .chinese-title .word-set .word-pinyin {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	font-family: "chinese msyh";
	margin-bottom: 4px;
}

.talk-word-list .talk-word-row .word-content .chinese-title .word-set .word-korean {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.talk-word-list .talk-word-row .word-content .chinese-title .word-audio {
	display: flex;
	width: 24px;
}

.talk-word-list .talk-word-row .word-content .sentence {
	display: flex;
	padding: 16px 32px;
	gap: 8px;
	align-items: center;
	width: 100%;
	color: #13151A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.talk-word-list .talk-word-row .word-content .sentence .sentence-icon {
	flex: 0 0 auto;
	align-self: flex-start;
	display: flex;
	padding: 4px 8px;
	align-items: center;
	gap: 8px;
	border-radius: 4px;
	background: #EBEDF3;
	color: #49505D;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	width: fit-content;
}

.talk-word-list .talk-word-row .word-content .sentence .sentence-word {
	flex: 1;
	text-align: left;
	align-self: stretch;
}

.talk-word-list .talk-word-row .word-content .sentence .sentence-word .word-chinese {
	font-family: "chinese msyh";
}

.talk-word-list .talk-word-row .word-content .sentence .sentence-word .word-pinyin {
	font-family: "chinese msyh";
	word-break: keep-all !important;
	overflow-wrap: normal !important;
	white-space: normal !important;
}

.talk-word-list .talk-word-row .word-content .sentence .sentence-word .word-korean {
}

.talk-word-list .talk-word-row .word-content .sentence .sentence-sound {
	flex: 0 0 auto;
}


.talk-word-list .talk-word-row .word-content .sentence-mobile {
	display: flex-column;
	padding: 16px 32px;
	gap: 8px;
	align-items: center;
	width: 100%;
	color: #13151A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.talk-word-list .talk-word-row .word-content .sentence-mobile .sentence-icon  {
	flex: 0 0 auto;
	align-self: flex-start;
	display: flex;
	padding: 4px 8px;
	align-items: center;
	gap: 8px;
	border-radius: 4px;
	background: #EBEDF3;
	color: #49505D;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	width: fit-content;
	margin-bottom: 5px;
}

.talk-word-list .talk-word-row .word-content .sentence-mobile .sentence-word  {
	flex: 1;
	text-align: left;
	align-self: stretch;
	padding-right: 10px;
}

.talk-word-list .talk-word-row .word-content .sentence-mobile .sentence-sound {
	flex: 0 0 auto;
}

.talk-word-list .talk-word-row .word-content .sentence-mobile .sentence-wrapper {
	display: flex;
	width: 100%;
}

.talk-word-list .talk-word-row .word-content .sentence-mobile .sentence-wrapper .sentence-word .word-pinyin {
	/*display: flex;*/
	width: 100%;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
	white-space: normal !important;
}

.talk-word-list .word-btn {
	display: -webkit-flex;
	width: 80px;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	border-radius: 8px;
	background: #F13D44;
	color: #FFFFFF;
	border: #FFFFFF;
}

.talk-word-list .talk-sel-type .nice-select {
	display: flex;
	width: 160px;
	height: 40px;
	min-height: 36px;
	max-height: 48px;
	padding: 0 12px 0 16px;
	align-items: center;
	gap: 12px;
	border-radius: 8px;
	border: 1px solid #DFE4ED;
	background: #FFF;
}

.talk-word-title {
	width: 100%;
	justify-content: center;
	margin-top: 20px;
	color: #000;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 24px */
	letter-spacing: -0.64px;
}

.talk-word-list img {
	cursor: pointer;
}
/* 톡톡 단어장 End. */

.ms-yahei {
	font-family: "chinese msyh";
}

