/* board  */
.prevnext-control		{position:absolute;left:0;top:50%;width:100%;font-size:1.5rem;}
.prevnext-control a		{display:block;color:var(--main-bg)}
.prevnext-control a.prev{float:left;}
.prevnext-control a.next{float:right}

.list-nodata		{text-align:center;padding:4rem;border:1px dashed #eee;}
.list-nodata:before	{content:"\f27a";display:block;font-family:var(--faw);font-size:var(--font-2xlg);color:var(--gray);margin-bottom:10px;}
.list-nodata-btn	{text-align:center;padding:4rem;border:1px dashed #eee;word-break:keep-all}
.list-nodata a		{display:block;}

.board-search		{margin:0 0 1.25rem 0;display:flex;flex-flow:row wrap;align-items:center;background:var(--basic-bg);padding:1.25rem}
.board-search .form-control{display:inline-block;width:auto;}
.board-search table th,.board-search table td{padding:0.125rem}

.board-info				{margin:1.25rem 0;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;font-size:1rem}
.board-info > div		{flex:1;}
.board-info:before,
.board-info:after		{content:"";clear:both;display:block;float:none;}
.board-info-left		{}
.board-info-right		{text-align:right;}
.board-info .form-control	{display:inline-block;width:auto;}
.board-info-search			{position:relative;}
.board-info-search button	{border:none;background:none;position:absolute;right:0;width:45px;text-align:center;color:var(--main-color) !important}
.board-info-search button:hover{border:none;background:none;box-shadow:none;}

.board-paging				{position:relative;margin:2rem 0;text-align:Center;}
.board-paging a				{display:inline-block;width:40px;height:40px;line-height:40px;border:1px solid var(--gray);color:var(--gray);background:#fff;border-radius:2px;text-align:center;vertical-align:top;font-size:.785rem}
.board-paging a.on,
.board-paging a.active		{border-color:var(--main-color);color:var(--main-color);font-weight:600}
.board-paging a.prev:before,
.board-paging a.next:before,
.board-paging a.first:before,
.board-paging a.last:before	{content:"";font-family:var(--faw);font-weight:900;}
.board-paging a.prev:before	{content:"\f053"}
.board-paging a.next:before	{content:"\f054"}
.board-paging a.first:before{content:"\f100"}
.board-paging a.last:before	{content:"\f101"}

.btnarea					{position:relative;margin:2rem 0;}
.btnarea:before,
.btnarea:after				{content:"";display:block;float:none;clear:both;}
.btnarea.row				{align-items:center;justify-content:space-between;}
.btnarea.row > div			{flex:1;}
.btnarea.row .cont-l		{display:block;}
.btnarea.row .cont-r		{text-align:right}

/* board-write  */
.board-write				{background:var(--basic-bg);border-radius:var(--basic-round);padding:1.25rem 1.75rem;}
.board-write table th,
.board-write table td		{padding:0.5rem 0.25rem;text-align:left;}
.board-write table th		{width:200px;word-break:keep-all;vertical-align:top;padding-top:0.75rem}	
.board-write table table th,
.board-write table table td	{padding:0.25rem}
.board-write table table th	{width:auto;}
.board-write textarea		{min-height:200px;}

@media (max-width:1023px)	{
	.board-write			{padding:1.25rem;}
	.board-write table		{display:block;width:100%}
	.board-write table thead,
	.board-write table tbody,
	.board-write table tr,
	.board-write table th,
	.board-write table td	{display:block;width:auto}
}
/* board-view  */
.board-view				{border-top:2px solid var(--basic-color);border-bottom:1px solid var(--basic-border);}
.board-view-title		{padding:1.25rem 0;line-height:1.2;font-size:var(--font-xlg);color:var(--black);}
.board-view-title .date	{font-size:var(--font-sm);margin-top:0.5rem;color:#999;}
.board-view-desc		{padding:1.25rem 0;font-size:var(--font-sm);border:1px solid var(--basic-border);border-left:none;border-right:none;}
.board-view-desc .vd-tit{display:inline-block;min-width:60px;color:#999;}
.board-view-clip		{background:var(--basic-bg);padding:1.25rem}
.board-view-clip li:before	{content:"\f0c7";font-family:var(--faw);margin-right:5px;}
.board-view-cont		{padding:2rem 0;}
.board-view-cont img	{max-width:100% !important}
.board-view-cont .text	{}
.board-view-cont .image	{margin:1.25rem 0;text-align:center;}
.board-view-cont .text	{}

/* board-list  */
.board-list table				{text-align:center;}	
.board-list	thead th			{padding:0.75rem;background:var(--basic-color);color:#fff;}
.board-list	thead th:first-child{border-radius:3px 0 0 3px;}
.board-list	thead th:last-child	{border-radius:0 3px 3px 0;}
.board-list	tbody tr:hover		{background:var(--basic-bg);border-color:var(--main-bg);}
.board-list	tbody tr:hover .subject	{color:var(--main-bg);}
.board-list tbody th,
.board-list tbody td			{border-bottom:1px solid var(--basic-border)}
.board-list tbody th,
.board-list tbody td			{padding:1rem 0.75rem}
.board-list	.subject,
.board-list	.subject a			{font-size:1.125rem;text-align:left;color:var(--black);}
.board-list .writer				{width:120px;word-break:keep-all}
.board-list .date				{width:120px;}
.board-list .clip				{position:relative;font-size:var(--font-sm)}
.board-list .clip .num			{display:inline-block;border-radius:2px;background:#B8BFC7;color:#fff;width:1.25rem;height:1.25rem;line-height:1.25rem;vertical-align:top;text-align:center;margin-left:5px;}
.board-list .clip-list			{position:absolute;z-index:99999;left:0;top:30px;width:200px;padding:3rem 1rem 1rem 1rem;background:#fff;border-radius:0.375rem;box-shadow:5px 5px 20px rgba(0,0,0,0.2);overflow:hidden;text-align:left;}
.board-list .clip-list:before	{content:"泥⑤��뚯씪";position:absolute;left:0;top:0;padding:0 20px;width:100%;height:40px;line-height:40px;display:block;background:#b8bfc7;color:#fff;text-align:left;}
.board-list .clip-list a		{display:block;position:relative;height:25px;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.board-list .ico-notice			{color:var(--main-color);font-weight:var(--font-bold)}

.board-list.head-none					{border-top:2px solid #111}
.board-list.head-none thead th			{display:none;}
.board-list.head-none tbody th,
.board-list.head-none tbody td				{background:none;padding:1.75rem 0.75rem;color:#999;font-weight:Var(--font-light);}
.board-list.head-none tbody td.subject		{font-size:1.375rem;font-weight:var(--font-normal);color:#111}
.board-list.head-none tbody tr:hover .subject	{color:var(--main-color)}

.attach-preview				{margin:1.25rem 0;text-align:center;}
.attach-preview iframe		{width:100%;}
.attach-link				{background:var(--basic-bg);padding:1.25rem;border-radius:.2rem;font-size:.725rem;color:#999}
.attach-link:before			{content:"\f0c1";font-family:var(--faw);}
.attach-list				{}
.attach-list li:before		{content:"\f0c7";font-family:var(--faw);margin-right:5px;}

.board-reply				{margin:20px;}
.board-reply .list			{background:var(--basic-bg);padding:20px;font-size:0.725rem;color:#999;text-align:justify}
.board-reply .list li		{width:100%;display:table;border-top:1px solid #eaeaea;padding:10px 0;}
.board-reply .list li:first-child{border:none;padding-top:0;}
.board-reply .list li:after	{content:"";clear:both;display:block;float:none;}
.board-reply .write			{padding:20px;border:1px solid #eaeaea;margin-top:10px;}
.board-reply .thumb			{display:block;width:40px;height:40px;border-radius:50%;overflow:hidden;background:#fff}
.board-reply .thumb-area	{display:table-cell;float:left;width:40px;padding-right:10px;}
.board-reply .desc			{display:table-cell;float:right;width:calc(100% - 50px);vertical-align:top;}
.board-reply .name			{font-size:0.875rem;color:#555;}
.board-reply .date			{display:inline-block;margin-left:10px;font-size:0.5rem;color:#999;}
.board-reply .control		{background:var(--basic-bg);padding:0 20px 20px 20px;}
.board-reply .control a		{width:40px;height:40px;}
.board-reply .control a:not(.btn-main){background:#fff;border-color:#fff;color:#768395}

.board-link		{}
.board-link	li	{animation:fadeInUp 0.2s ease-out}
.board-link	li a		{display:flex;flex-wrap:wrap;border:1px solid var(--basic-border);margin-bottom:0.5rem;border-radius:0.25rem;padding:1.5rem 2rem;}
.board-link	li a:hover	{border-color:Var(--main-color);box-shadow:0 2px 4px rgba(0,0,0,0.1)}
.board-link	li a:hover i	{color:Var(--main-color);}
.board-link	li .tit, 
.board-link	li .url	{max-width:50%;flex:0 0 50%}
.board-link	li .url	{text-align:right;color:#768395}
.board-link	li .url	span	{display:none;}
.board-link	li i	{margin-right:0.5rem}

.board-namecard	li		{padding:20px 0;border-bottom:1px solid #ccc}
.board-namecard	li:after{content:"";clear:both;float:none;display:block;}
.board-namecard	.thumb	{float:left;width:140px;height:140px;}
.board-namecard	.cont	{float:right;width:calc(100% - 140px - 20px);margin-left:20px;}
.board-namecard	.subject{font-size:1.25rem;color:#333}
.board-namecard	.txt	{display:block;font-size:.875rem;margin:0.5rem 0}
.board-namecard	.tagsgroup		{float:right;width:calc(100% - 140px - 20px);margin-left:20px;}
.board-namecard	.tagsgroup		{width:100%;position:relative;overflow:hidden;z-index:999999;margin-top:0.5rem}

.board-faq			{}
.board-faq li				{border-top:1px solid #dadada;position:relative;}
.board-faq li:first-child	{border-top:2px solid #00285F;}
.board-faq li:last-child	{border-bottom:1px solid #dadada;}
.board-faq .question		{}
.board-faq .question a		{display:block;padding:40px;padding-left:100px;}
.board-faq .question:before,
.board-faq .answer:before	{position:absolute;left:20px;top:50%;transform:translateY(-50%);display:inline-block;width:50px;height:50px;line-height:46px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;text-align:center !important;font-family:Titillium SemiBold;font-size:14px;}
.board-faq .question:before	{content:"Q";background:#00285f;color:#fff;font-size:24px;}
.board-faq .answer			{display:none;padding:40px;background:#f7f7f7;}
.board-faq p				{position:relative;line-height:25px;}
.board-faq p:hover	{background:#f2f2f2;transition:0.2s;}
.board-faq .question 		{font-weight:600;}
.board-faq .question a		{color:#222}
.board-faq .nodata	{padding:2rem 0.5rem;}
.board-faq .arrow	{display:block;position: absolute;width:60px;height:60px;top:50%;right:0;transform:translateY(-50%);}
.board-faq .arrow:hover,
.board-faq .arrow:focus,
.board-faq .arrow:active	{box-shadow:none;}
.board-faq .arrow:after	{content:"";position:absolute;right: 20px;top: 20px;width:15px;height:15px;border-right:1px solid #ccc;border-top:1px solid #ccc;display:block;transform: rotate(135deg);transition:all 0.2s ease-out;}
.board-faq li.open	{background:#ECEDEF;}
.board-faq li.open .question:before	{background:var(--sub-color1);}
.board-faq li.open .answer	{display:block;}
.board-faq li.open .arrow:after	{border-right:1px solid #002870;border-top:1px solid #002870;transform: rotate(-45deg);top: 25px;}


/* gallery type */
.board-gallery		{border-bottom:1px solid #ccc;font-size:.875rem;}
.board-gallery ul	{margin-left:-15px;margin-right:-15px;}
.board-gallery li	{padding-left:15px;padding-right:15px;float:left;margin-bottom:2rem}
.board-gallery .thumb	{position:relative;overflow:hidden;background-color:#fff;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border:1px solid var(--black1)}
.board-gallery li		{position:relative;overflow:hidden;margin-bottom:1.25rem}
.board-gallery .badge	{margin:0;padding:0;background:none;}

.board-gallery.type1 li			{width:25%;}
.board-gallery.type1 .subject	{margin-top:0.5rem;height:1.5rem;line-height:1.5rem;overflow:hidden;text-overflow:ellipsis;}
.board-gallery.type1 .date		{font-size:.725rem;color:#999}
.board-gallery.type1 .thumb		{height:260px;}
.board-gallery.type1 .thumb:before		{content:"";opacity:0;transition:all 0.2s;}
.board-gallery.type1 .thumb:after		{content:"";transform:rotate(-90deg);transition:all 0.2s;}
.board-gallery.type1 a:hover .thumb		{border:none;}
.board-gallery.type1 a:hover .thumb:before{content:"";opacity:1;position:absolute;left:0;top:0;width:100%;height:100;background:rgba(80,80,210,0.8)}
.board-gallery.type1 a:hover .thumb:after{content:"\f067";transform:rotate(0deg);font-family:var(--faw);font-size:2rem;position:relative;width:100%;height:100%;vertical-align:middle;text-align:center;color:#fff;display:flex;flex-flow:row wrap;align-items:center;justify-content:center;}


.board-gallery.type2 li		{width:33.3333%;}
.board-gallery.type2 .thumb	{height:320px;}

.board-gallery.type3		{position:relative}
.board-gallery.type3 li{width:33.3333%;color:#fff}
.board-gallery.type3 .thumb	{height:320px;}	
.board-gallery.type3 .txtbg				{transform:translateY(10%);opacity:0;transition:all 0.2s;position:absolute;left:0;bottom:0;height:50%;margin:0 15px;background:rgba(80,80,210,.8);padding:20px;}
.board-gallery.type3 li:hover .txtbg	{transform:translateY(0);opacity:1;}
.board-gallery.type3 .badge		{position:absolute;left:20px;top:-25px;}
.board-gallery.type3 .subject	{margin:25px 0 10px;}
.board-gallery.type3 a{font-size:0.65rem;color:#fff}
.board-gallery.type3 .control	{display:none;}


.board-gallery.type2 .badge			{z-index:2;text-align:left;font-size:.725rem}
.board-gallery.type2 .badge .date	{display:block;font-size:0.5rem;color:rgba(255,255,255,.8);margin-top:.25rem}
.board-gallery.type2 .thumb			{height:280px;padding:20px;color:#fff;}
.board-gallery.type2 .text .subject	{margin-top:20px;}
.board-gallery.type2 .img .subject	{position:absolute;left:0;bottom:20px;width:100%;padding:20px;height:6rem;line-height:1.5rem;overflow:hidden;text-overflow:ellipsis;}
.board-gallery.type2 .img .txtbg	{position:absolute;left:0;bottom:0;width:100%;height:50%;background-image: -webkit-gradient(linear, left top, left bottom, to(rgba(0,0,0,0.75)),from(rgba(0,0,0,0)));}
.board-gallery.type2 .img .badge-sns	{background:var(--black1);}
.board-gallery.type2 .img .badge-sns:before	{color:#fff !important}

/* gallery type -cardnews */
.board-cardnews				{border-bottom:1px solid #ccc;font-size:.875rem;}
.board-cardnews ul			{display:flex;flex-flow:row wrap;margin:0 -20px;}
.board-cardnews li			{position:relative;margin:0 20px 40px 20px;width:calc(33.3333% - 20px);}
.board-cardnews .bx			{position:relative;overflow:hidden;border-radius:0.5rem;box-shadow:0 10px 20px rgba(0,0,0,0.05);display:block;transition:all ease-out 0.3s}
.board-cardnews .cont		{position:absolute;left:0;bottom:0;width:100%;background:#fff;padding:1.5rem;z-index:5}
.board-cardnews .thumb		{position:relative;overflow:hidden;flex:1;height:360px;z-index:4}
.board-cardnews .thumb img	{top:0;left:0;transform:translate(0,0);transition:all ease-out 0.3s}
.board-cardnews .subject	{font-size:var(--font-lg);font-weight:var(--font-bold);color:#111;height:1.615rem;line-height:1.615rem;overflow:hidden;text-overflow:ellipsis;}
.board-cardnews .date		{font-size:.725rem;color:#999}
.board-cardnews .bx:hover	{outline:1px solid var(--main-color);box-shadow:0 10px 30px rgba(0,0,0,0.15);}
.board-cardnews .bx:hover img	{transform:scale(1.1)}

.board-cardnews-view				{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.9);z-index:99999999}
.board-cardnews-view .c_width		{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:760px;}
.board-cardnews-view .item-control .btn-d		{position:absolute;top:calc(50% - 25px);width:50px;height:50px;line-height:48px;box-shadow:0 10px 20px rgba(0,0,0,0.5);transition:all ease-out 0.2s;color:#fff}
.board-cardnews-view .ico-prev			{left:-20px}
.board-cardnews-view .ico-next			{right:-20px;}
.board-cardnews-view .cont				{position:relative;background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 20px rgba(0,0,0,0.5)}
.board-cardnews-view .cont .subject		{font-size:var(--font-xlg);font-weight:var(--font-semibold);color:#111;margin-top:1rem}
.board-cardnews-view .cont .date		{font-size:var(--font-sm);color:#999}
.board-cardnews-view .cont .thumb		{width:280px;height:280px;margin:0 auto;}
.board-cardnews-view .cont .paging		{text-align:center;display:flex;flex-flow:row nowrap;justify-content:center;item-aligns:center;margin:1rem 0}
.board-cardnews-view .cont .paging em	{display:inline-block;color:var(--main-color)}
.board-cardnews-view .cont .paging span	{display:inline-block;}
.board-cardnews-view .cont .paging span:before	{content:"";display:inline-block;height:1px;width:1.5rem;border-top:1px solid #ccc;margin:0 0.5rem;}
.board-cardnews-view .contwrap .ico-close	{position:absolute;right:0;top:-3rem;}

.cardnews-list ul					{display:flex;flex-flow:row wrap;margin:-1rem}
.cardnews-list li					{width:calc(33.33333% - 2rem);margin:1rem;border-radius:0.5rem;overflow:hidden}
.cardnews-list .thumb				{height:330px}
.cardnews-list .cont				{padding:2rem;background:var(--basic-bg);}
.cardnews-list .cont .subject		{min-height:45px;}
.cardnews-list .cont .date			{font-size:var(--font-sm);margin-top:0.5em;color:#999;}

@media only screen and (max-width:1240px){
	.board-cardnews .thumb				{height:320px;}

}
@media only screen and (max-width:1023px){	
	.board-cardnews li			{width:calc(50% - 40px);}
	.cardnews-list ul					{margin:-0.5rem}
	.cardnews-list li					{width:calc(33.3333% - 1rem);margin:0.5rem;}
	.cardnews-list .thumb				{height:220px}
	.cardnews-list .cont				{padding:1.75rem;}
}
@media only screen and (max-width:767px){
	.board-cardnews ul			{margin:0 -10px}
	.board-cardnews li			{width:calc(50% - 20px);margin:0 10px 20px}
	.board-cardnews .thumb					{height:260px;}
	.board-cardnews-view .c_width			{width:calc(100% - 40px);left:0;top:50%;transform:translate(0,-50%);}
	.board-cardnews-view .ico-prev			{left:20px}
	.board-cardnews-view .ico-next			{right:20px;}
	.cardnews-list li					{width:calc(50% - 1rem);}	
	.cardnews-list .thumb				{height:180px}
	.cardnews-list .cont				{padding:1.5rem;}
	.board-faq li a.question		{padding:1.5rem 0 1.5rem 4rem;font-size:1rem;}
	.board-faq li a.question:before	{width:2rem;height:2rem;line-height:2rem;}
	.board-faq li a.question:after	{top:1.5rem}
}
@media only screen and (max-width:576px){
	.board-cardnews ul			{flex-flow:column;margin:0}
	.board-cardnews li			{width:auto;margin:0 0 10px}
	.board-cardnews .thumb					{height:360px;}
	.board-cardnews-view .cont .thumb	{height:320px}
	.cardnews-list ul					{margin:0}
	.cardnews-list li					{width:100%;margin:0 0 0.5rem 0;}
	.cardnews-list .cont .subject		{min-height:30px;}
}
@media only screen and (max-width:415px){
	.board-cardnews .thumb				{height:240px;}
	.board-cardnews-view .c_width		{width:calc(100% - 20px);}
	.board-cardnews-view .cont .thumb	{height:240px}
}


/* attach */
.file-upload {position: relative;overflow: hidden;display: inline-block;vertical-align:middle;background:#B8BFC7;border-color:#B8BFC7;}
.file-upload:before{content:"\f0c6";font-family:var(--faw);}
.file-upload input.upload {position: absolute;top: 0;right: 0;margin: 0;padding: 0;cursor: pointer;opacity: 0;filter: alpha(opacity=0);}
#fileuploadurl	{display: inline-block;border:none;vertical-align:middle;background:none;box-shadow: none;padding-left: 0;padding-right: 0;width:300px;font-size:.725rem}

.attachbox				{position:relative;}
.attachbox .preview		{position:absolute;margin-right:20px;background:#fff;border:1px solid #ddd;width:120px;height:120px;line-height:120px;text-align:center;overflow:hidden;}
.attachbox .filebox		{position:relative;margin:0 0 5px 0;border:2px dotted #ddd;text-align:center;}
.attachbox .filebox select	{position:relative;width:100%;min-height:100px;border:none;outline:none;background:#fff;}
.attachbox .filebox:before	{content:"�뚯씪�� �쒕옒洹명븯�� �낅줈��";position:absolute;width:100%;left:0;top:50%;margin-top:-10px;text-align:center;z-index:9}
.attachbox .filebox.on:before{display:none}
.attachbox	.cont,
.attachbox	.attach_cont	{margin-left:140px;font-size:11px;}
.attachbox	.list li		{display:block;position:relative;padding:4px 0;border-bottom:1px solid #eaeaea}
.attachbox	.list li:hover	{background:#efefef}
.attachbox	.list .fa		{position:absolute;right:0;top:8px;color:#999}
.attachbox	.graph			{width:100%;height:10px;background:#fff;border:1px solid #3E78C1;vertical-align:top;}
.attachbox	.graph .bar		{display:inline-block;background:#3E78C1;height:8px;vertical-align:top}
.attachbox	.graph .num		{display:inline-block;float:right;font-size:10px;font-family:verdana;line-height:100%;}
.fileinput-button		{position:relative;overflow:hidden;}
.fileinput-button .btn-d{position:relative;z-index:8;}
.fileinput-button input {position:absolute;z-index:9;top:0;left:0;margin:0;opacity:0;-ms-filter: 'alpha(opacity=0)';height:100%;width:100%;cursor:pointer !important;}

/*calendar*/
.calendar			{font-size:var(--font-sm)}
.calendar thead th,
.calendar tbody td{border:1px solid var(--basic-border);}
.calendar thead th{}
.calendar tbody td{}


.schedule-list		{}
.schedule-list dl	{display:flex;flex-flow:row wrap}
.schedule-list dt	{width:320px;}
.schedule-list dd	{width:calc(100% - 320px);padding-left:40px}
.schedule-list .calendar	{text-align:center;}


/* 二쇱슂�쇱젙 [S]*/
.sc-schedule-bx		{position:relative;text-align:center;background:#f6f6f6;padding:20px}
.sc-schedule-bx span{font-family:nsb;color:#333;font-size:24px;line-height:40px}
.sc-schedule-bx .prev .fa,
.sc-schedule-bx .next .fa	{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;background:#fff;border:1px solid #eaeaea;vertical-align:top;color:#0B3D91;font-size:18px;margin:0 20px;}
.sc-schedule-bx .month		{background:#f6f6f6;margin:20px 0 0 0;}
.sc-schedule-bx .month a	{display:block;float:left;width:8.3333%;padding:20px 0;}
.sc-schedule-bx .month .on	{background:url(../img/month_bg.png) no-repeat 100% 100%;color:#fff}
.sc-schedule-list			{margin-top:60px}
.sc-schedule-list .month	{float:left;width:80px;border-top:3px solid #0B3D91;font-family:Lato;color:#999;padding-top:20px;line-height:1;}
.sc-schedule-list .month .tit{font-size:40px;font-weight:700;color:#0B3D91;}
.sc-schedule-list .calendar	{float:left;width:320px;border-top:3px solid #0B3D91;margin:0 40px 0 0;padding-top:15px;}
.sc-schedule-list .calendar table	{}
.sc-schedule-list .calendar table th,
.sc-schedule-list .calendar table td	{width:14.2857%;text-align:center;}
.sc-schedule-list .calendar table td	{font-family:Lato;padding:5px 0;line-height:28px}
.sc-schedule-list .calendar table span	{display:inline-block;width:30px;height:30px;background:#BEAC83;color:#fff !important;border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.sc-schedule-list .cont		{float:right;width:calc(100% - 440px);}
.sc-schedule-list .cont span{display:inline-block;width:200px;font-weight:500;color:#333}
.sc-schedule-list .cont ul{border-top:1px solid #ddd;}
.sc-schedule-list .cont li{border-bottom:1px solid #ddd;padding:10px 0;}

@media only screen and (max-width:1023px){ /* 720px */
	.sc-schedule-list .month	{width:50px;}
	.sc-schedule-list .month .tit{font-size:32px}
	.sc-schedule-list .calendar	{width:240px;}	
	.sc-schedule-list .cont		{width:calc(100% - 330px);}
}
@media only screen and (max-width:767px){ /* auto */
	.sc-schedule-bx				{padding:20px 10px;}
	.sc-schedule-bx span		{font-size:20px;}
	.sc-schedule-bx .prev .fa,
	.sc-schedule-bx .next .fa	{margin:0 10px}
	.sc-schedule-bx .month a	{width:16.6666%;padding:10px 0;}
	.sc-schedule-list			{margin:30px 0 60px}
	.sc-schedule-list .calendar	{width:calc(100% - 50px);margin:0 0 20px 0;}
	.sc-schedule-list .cont:before{content:"";clear:both;display:block;float:none}
	.sc-schedule-list .cont		{clear:both;float:none;width:auto;}
}
/* 二쇱슂�쇱젙 [E]*/