<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing:border-box;
}

/* bootstrap 4 ì¶”ê°€ */
.container {
}

/* page_navi.skin.php */
.pager_container {}
.pager_container .pager {display:inline-block;padding:0;list-style-type:none;}
.pager_container .pager li {float:left;}
.pager_container .pager li a {display:inline-block;border:1px solid #cccccc;padding:4px 11px;margin:3px;color:#444444;text-decoration:none;}
.pager_container .pager .pager_first {}
.pager_container .pager .pager_prev {}
.pager_container .pager .pager_num {}
.pager_container .pager .pager_num.active {}
.pager_container .pager .pager_num.active a {border:1px solid #2E5894;background-color:#2E5894;color:#ffffff;font-weight:bold;}
.pager_container .pager .pager_next {}
.pager_container .pager .pager_last {}

/**
  *
  * yn-divider style
  *
  */
div.yn-divider {
	display:block;
	border: 0;
	height: 1px;
	margin:40px 0;
	background: #ccc;
}


/**
  * ê³µí†µ
  */
.section {
	padding:80px 0;
}
.section_title {
	text-align:center;
	font-size:2.3rem;
	font-weight:bold;
	font-family: 'Nanum Myeongjo', serif;
	margin-bottom:40px;
}
.section_title::after {
	content:'';
	display:block;
	width:50px;
	border-bottom:3px solid #34b7a7;
	margin:0 auto;
}
.bg_lightgray {
	background-color:#f6f6f6;
}

.content_tab_wrap {
	display:-webkit-flex;display:-moz-flex;display:flex;
	margin-bottom:50px;
}
.content_tab_wrap .content_tab {
	flex:1;
	height:45px;
	line-height:45px;
	background-color:#e0e0e0;
	text-align:center;
	color:#333;
	border-bottom:1px solid #000;
	border-right:1px solid #fff;
	font-size:1.1rem;
}
.content_tab_wrap .content_tab.active {
	background-color:#fff;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:0;
	border-left:1px solid #000;
}
.content_container {
	margin-bottom:80px;
}
.content_container .content_title {
	border-bottom:1px solid #999;
	padding-bottom:10px;
	margin-bottom:30px;
}
.content_container .content_area {
	line-height:1.8rem;
}

.point-word {
	display:inline-block;
	color:#cb333b;
	background-color:#ffff99;
}


/*
_site_head.php
*/


/*
_site_tail.php
*/

#totop {
	position:fixed;
	display:inline-block;
	width:40px;
	height:40px;
	right:10px;
	bottom:20px;
	display:none;
}
#totop a {
	display:-webkit-flex;display:-moz-flex;display:flex;
	-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;
	-webkit-align-items:center;-moz-align-items:center;align-items:center;
	width:40px;
	height:40px;
	border:1px solid #999;
	background-color:rgba(255,255,255,0.7);
	font-size:1.3rem;
	color:#666;
	text-decoration:none;
}

a.footer_link {
	display:inline-block;
	border:1px solid #aaa;
	padding:4px 8px;
	color:#ffffff;
}


/*
index.php
*/
.main_schedule_title {
	font-family:'Noto Sans KR';
	font-weight:500;
}

.main_faq .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}
.main_faq .icon-box i {
  float: left;
  color: #01b1d7;
  font-size: 40px;
}
.main_faq .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.main_faq .icon-box h4 a {
  color: #354144;
  transition: 0.3s;
}
.main_faq .icon-box:hover h4 a {
  color: #01b1d7;
}
.main_faq .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  word-break: keep-all;
}

.main-gallery-carousel .item {
	color:#000;
	border:1px solid #ff0000;
}


/*
sub**_head.php
*/
.sub-title-section {}
.subhead {
	position:relative;
	padding:120px 0;
	color:#ffffff;
}
.subhead:before {
	content: '';
	/*background: rgba(0, 0, 0, 0.4);*/
	background: url(/theme/seoulme/img/curtain.png);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.subhead .subhead-title, .subhead .subhead-nav {
	z-index:0;
}
.subpage-frame p {
	line-height:190%;
}


/*
sub01_representer.php
*/
.representer_box {
	font-size:1.4rem;
	line-height:200%;
}
.representer_box .representer_box_title {
	font-family: 'Nanum Myeongjo';
	font-weight:bold;
	border-bottom:1px solid #000000;
	padding-bottom:15px;
	color:#cc3300;
}
.representer_box .representer_box_team {
	display:-webkit-flex;display:-moz-flex;display:flex;
}
.representer_box .representer_box_team .representer_box_label {
}
.representer_box .representer_box_period {
	margin-top:20px;
	border-top:1px solid #000000;
}
.representer_divider {
	margin:50px 0;
}</pre></body></html>