<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	margin: 0;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	line-height:1.2;
}
html,body{height:100%}
div,p,ul,li,h1,h2,h3,h4,ul,li,textarea,input,select,th,td,a,span,dl,dd,dt,button{
	margin: 0;
	padding: 0;
	font-family: '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	/*font-size: 14px;*/
	color: #333;
	word-break: break-all;
}
img {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:1em;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:focus{
	outline:none; 
}
fieldset {
	border: none;
}
em {
	font-style: normal;
}
button {
	border: none;
	outline: none;
	cursor: pointer
}
caption,
legend {
	height: 0;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
/* layout */

.none {
	display: block;
	text-indent: -999em;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.wrap {
/*	min-height:100%;*/
/*	position: relative;*/
/*	margin:0 auto -175px 0;*/
	min-height:calc(100% - 175px);
	position: relative;
	margin:0;
}
#container {
	position: relative;
/*	padding-bottom:175px;*/
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 57px;
	z-index: 3;
}
.header button {
	border: none;
}
.header h1 {
	padding:0 10px 0 10px;
	text-align: center;
	color: #fff;
	font-size: 1.14em;
	font-weight: normal;
	background:#1c8dcd;
	line-height:1.3;
}
.header &gt; h1 &gt; a &gt; img {
	margin: 14px auto 13px auto;
	height: 30px;
	max-width: 100%;
}
.header &gt; .btnCtg{
	top: 0px;
	left: 0px;
	width: 57px;
	height: 57px;
	position: absolute;
	display: block;
	text-align:center;
}
.header &gt; .btnCtg &gt; i{
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-size:35px;
	line-height:57px;
	color:#fff;
}
#content{
	/*padding:104px 0 0 0;*/
}
footer {
	height:175px;
	background-color: #1a496f;
	color: #919598;
	text-align: center;
}
footer &gt; .btnWrap{
	height:30px;
	padding:30px 0 20px 0;
}
footer p,
footer a,
footer span {
	color: #919598;
	font-size: 12px;
}
footer &gt; .ftMenu {
	margin: 0 15px 0 15px;
	padding-top:20px;
	border-top: 1px solid #919598;
	text-align: center;
}
footer &gt; .ftMenu li {
	display: inline-block;
	margin-left: -3px;
}
footer .ftMenu a {
	padding: 0 6px 0 4px;
}
.family_site{
	margin-left:10px;
	position: relative;
	display: inline-block;
	min-width: 105px;
	border: 1px solid #626a71;
	text-align: left;
}
.family_site &gt; ul{
	display: none;
	z-index: 200;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 29px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.family_site &gt; ul &gt; li{
	padding:0 5px;
	line-height: 22px;
}
.family_site &gt; ul &gt; li:first-child{
	padding:5px 5px 0 5px;
}
.family_site &gt; ul &gt; li:last-child{
	padding:0 5px 5px 5px;
}
.family_site &gt; .btn{
	padding:6px;
	cursor:pointer;
}
.family_site &gt; .btn:after{
	margin-left:5px;
	content: "\f123";
	font:normal 14px/1 "Ionicons";
}
.family_site &gt; .btn.on:after{
	margin-left:5px;
	content: "\f126";
	font:normal 14px/1 "Ionicons";
}
.copyright{
	margin-top: 10px;
}
/* 왼쪽메뉴 */

#globalLeftMenu {
	display:none;
	position: fixed;
	top: 0;
	left: -1000px;
	max-width: 335px;
	z-index: 910;
	width: 100%;
	/*min-height: 800px;*/
	overflow: hidden;
	background-color:#fff;
	box-shadow:2px 4px 12px rgba(0,0,0,.24), 2px 4px 8px rgba(0,0,0,.48);
	transition:box-shadow .15s ease-in-out;
}
#globalLeftMenu&gt;div {
	position: absolute;
	top: 0;
	left: 0;
	width: 264px;
	padding-left: 71px;
	width: calc(100% - 71px);
	overflow: auto;
	background-color: #f5f5f5;
}
#globalLeftMenu&gt;div:after{
	content:'';
	width:1px;
	height:125%;
	position:absolute;
	top:0px;
	left:70px;
	background-color:#e1e1e1;
}
#globalLeftMenu .gnb {
	z-index: 1
}
#globalLeftMenu .gnb,
#globalLeftMenu .gnbHome {
	background-color:#f5f5f5;
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	box-sizing:border-box;
}
#globalLeftMenu .gnb a,
#globalLeftMenu .gnbHome a {
	display: block;
	height:100%;
	font:normal 13px/1 '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #786868;
	text-align: center;
	box-sizing:border-box;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
#globalLeftMenu .gnb a &gt; i,
#globalLeftMenu .gnbHome a &gt; i{
	margin:5px 0 0 0;
	font:normal 40px/1 Ionicons;
	height:45px;
	display:block;
}
#globalLeftMenu .on .gnb a {
	color: #0f77da;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
}
#globalLeftMenu .gnbHome {
	top: 0;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(2) .gnb {
	top: 70px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(3) .gnb {
	top: 140px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(4) .gnb {
	top: 210px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(5) .gnb {
	top: 280px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(6) .gnb {
	top: 350px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(7) .gnb {
	top: 420px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(8) .gnb{
	top: 490px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(9) .gnb{
	top: 560px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(10) .gnb{
	top: 630px;
}
#globalLeftMenu .closeArea {
	position: relative;
	height: 70px;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
}
#globalLeftMenu .close {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu .close &gt; i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu .login {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu .login &gt; i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu .join {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	left:70px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu .join &gt; i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu .menuCtg{
	height:calc(100vh-70px);
	background-color: #fff;
}
#globalLeftMenu .mnTit {
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #e1e1e1;
	color: #1f4787;
	font-size: 16px;
}
#globalLeftMenu .on &gt; .mnTit {
	background-position: 94% -80px
}
#globalLeftMenu .mnTit + ul {
	display: none;
}
#globalLeftMenu .on &gt; .mnTit + ul {
	display: block;
	border-bottom: 1px solid #e1e1e1;
}
#globalLeftMenu .sub {
	display: none;
	border-bottom: 1px solid #f9f8f8;
}
#globalLeftMenu .sub &gt; li &gt; a{
	display: block;
	padding: 10px 0 10px 48px;
}
#globalLeftMenu .subTit{
	display: block;
	padding: 13px 35px;
	color: #707070;
	line-height: 16px;
	position:relative;
	border-bottom:1px solid #f9f8f8;
}
#globalLeftMenu .subTit:after{
	content:'▼';
	position:absolute;
	top:0;
	line-height:42px;
	right:10px;
}
#globalLeftMenu .subNo .subTit:after{
	content:none;
}
#globalLeftMenu .on &gt; .subTit {
	color: #0f77da;
}
#globalLeftMenu .on &gt; .subTit:after{
	content:'▲';
	position:absolute;
	top:0;
	line-height:42px;
	right:10px;
}
#globalLeftMenu .on &gt; .subNo .subTit:after{
	content:none;
}
#globalLeftMenu .on &gt; .sub {
	display: block;
}
#globalLeftMenu .gnb + ul {
	display: none
}
#globalLeftMenu .on .gnb + ul {
	display: block
}
#globalLeftMenu .subNo .subTit.more:after {
    content: '▼';
    position: absolute;
    top: 0;
    line-height: 42px;
    right: 10px;
}

/*왼쪽메뉴 new--&gt;*/
#globalLeftMenu_new {
	/*display:none;
	position: fixed;
	top: 0;
	left: -1000px;*/
	max-width: 335px;
	z-index: 910;
	width: 100%;
	/*min-height: 800px;*/
	overflow: hidden;
	background-color:#fff;
	box-shadow:2px 4px 12px rgba(0,0,0,.24), 2px 4px 8px rgba(0,0,0,.48);
	transition:box-shadow .15s ease-in-out;
}
#globalLeftMenu_new&gt;div {
	position: absolute;
	top: 0;
	left: 0;
	width: 264px;
	height:100%;
	padding-left: 71px;
	width: calc(100% - 71px);
	overflow: auto;
	background-color: #f5f5f5;
}
#globalLeftMenu_new&gt;div:after{
	content:'';
	width:1px;
	height:125%;
	position:absolute;
	top:0px;
	left:70px;
	background-color:#e1e1e1;
}
#globalLeftMenu_new .gnb {
	z-index: 1
}
#globalLeftMenu_new .gnb,
#globalLeftMenu_new .gnbHome {
	background-color:#f5f5f5;
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	box-sizing:border-box;
}
#globalLeftMenu_new .gnb a,
#globalLeftMenu_new .gnbHome a {
	display: block;
	height:100%;
	font:normal 13px/1 '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #786868;
	text-align: center;
	box-sizing:border-box;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
#globalLeftMenu_new .gnb a &gt; i,
#globalLeftMenu_new .gnbHome a &gt; i{
	margin:5px 0 0 0;
	font:normal 40px/1 Ionicons;
	height:45px;
	display:block;
}
#globalLeftMenu_new .on .gnb a {
	color: #0f77da;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
}
#globalLeftMenu_new .gnbHome {
	top: 0;
}
#globalLeftMenu_new .menuCtg &gt; li:nth-child(2) .gnb {
	top: 70px;
}
#globalLeftMenu_new .menuCtg &gt; li:nth-child(3) .gnb {
	top: 140px;
}
#globalLeftMenu_new .menuCtg &gt; li:nth-child(4) .gnb {
	top: 210px;
}
#globalLeftMenu_new .menuCtg &gt; li:nth-child(5) .gnb {
	top: 280px;
}
#globalLeftMenu_new .menuCtg &gt; li:nth-child(6) .gnb {
	top: 350px;
}
#globalLeftMenu_new .menuCtg &gt; li:nth-child(7) .gnb {
	top: 420px;
}
#globalLeftMenu_new .menuCtg &gt; li:nth-child(8) .gnb{
	top: 490px;
}
#globalLeftMenu_new .menuCtg &gt; li:nth-child(9) .gnb{
	top: 560px;
}
#globalLeftMenu_new .menuCtg &gt; li:nth-child(10) .gnb{
	top: 630px;
}
#globalLeftMenu_new .closeArea {
	position: relative;
	height: 70px;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
}
#globalLeftMenu_new .close {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu_new .close &gt; i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu_new .login {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu_new .login &gt; i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu_new .join {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	left:70px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu_new .join &gt; i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu_new .menuCtg{
	height:calc(100vh-70px);
	background-color: #fff;
}
#globalLeftMenu_new .mnTit {
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #e1e1e1;
	color: #1f4787;
	font-size: 16px;
}
#globalLeftMenu_new .on &gt; .mnTit {
	background-position: 94% -80px
}
#globalLeftMenu_new .mnTit + ul {
	display: none;
}
#globalLeftMenu_new .on &gt; .mnTit + ul {
	display: block;
	border-bottom: 1px solid #e1e1e1;
}
#globalLeftMenu_new .sub {
	display: none;
	border-bottom: 1px solid #f9f8f8;
}
#globalLeftMenu_new .sub &gt; li &gt; a{
	display: block;
	padding: 10px 0 10px 48px;
}
#globalLeftMenu_new .subTit{
	display: block;
	padding: 13px 35px;
	color: #707070;
	line-height: 16px;
	position:relative;
	border-bottom:1px solid #f9f8f8;
}
#globalLeftMenu_new .subTit:after{
	content:'▼';
	position:absolute;
	top:0;
	line-height:42px;
	right:10px;
}
#globalLeftMenu_new .subNo .subTit:after{
	content:none;
}
#globalLeftMenu_new .on &gt; .subTit {
	color: #0f77da;
}
#globalLeftMenu_new .on &gt; .subTit:after{
	content:'▲';
	position:absolute;
	top:0;
	line-height:42px;
	right:10px;
}
#globalLeftMenu_new .on &gt; .subNo .subTit:after{
	content:none;
}
#globalLeftMenu_new .on &gt; .sub {
	display: block;
}
#globalLeftMenu_new .gnb + ul {
	display: none
}
#globalLeftMenu_new .on .gnb + ul {
	display: block
}
#globalLeftMenu_new .subNo .subTit.more:after {
    content: '▼';
    position: absolute;
    top: 0;
    line-height: 42px;
    right: 10px;
}
/*왼쪽메뉴 new&lt;--*/
/* navi */

#gnb {
	z-index: 12;
	position: relative;
	padding-top: 46px;
	margin-top: -46px;
	clear: both;
	text-align: center;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #697783;
	background: none;
}
#gnb ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	min-width: 100%;
	white-space: nowrap;
}
#gnb li {
	float: left;
	width: 20%;
	line-height: 46px;
	margin: 0;
}
#gnb li:first-child {
	width: 19%
}
#gnb li a {
	display: block;
	color: #fff;
	font-size: 16px;
}
#gnb .current a {
	font-weight: bold;
	color: #3abcff;
}
#gnb.fixed {
	padding-top: 0;
	margin-top: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 46px;
	z-index: 10;
	background-color: #415e8e;
}
.lnb_container {
	z-index: 5;
	position: fixed;
	top: 57px;
	left: 0;
	right: 0;
	width: 100%;
	height: 45px;
	overflow:hidden;
	color:#e8dfdf;
	border-top:1px solid #d7d7d7;
	box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.lnb_container2{
	width: 100%;
	height: 45px;
	overflow:hidden;
	color:#e8dfdf;
	border-top:1px solid #d7d7d7;
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	margin:0 0 10px 0;
}
.tabs &gt; li{ 
	width:20%;
}
.tabs &gt; li &gt; a:before{ 
	content:'';
	position:absolute;
	display:block;
	top:50%;
	left:0px;
	width:1px;
	height:10px;
	margin-top:-5px;
	background-color:#dedede;
}
.tabs &gt; li &gt; a { 
	color:#666; 
	display: block; 
	background: #fff;
	text-align:center; 
	text-decoration: none;
	font:normal 15px/45px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif; 
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	position:relative;
}
.tabs &gt; li.active &gt; a { 
/*	border-bottom: 2px solid #2784de; */
	background-color:#2d96f5;
	color:#fff;
}
.tabs &gt; li.active &gt; a:before, 
.tabs &gt; li.active+li &gt; a:before{ 
	content:initial;
}
.swiper-container-2 {
/*	padding: 30px 0;*/
	overflow: hidden; 
}

/* common */

input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle
}
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 7px 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	resize: none;
}
.btnFoot{
	display:inline-block;
	padding:0 8px;
	min-width: 40px;
	background-color: #1f616b;
	color: #91959a;
	font-size: 12px;
	line-height: 32px;
}
.btnFoot.white{
	background-color: #fff;
	color: #999;
	border:1px solid #999;
}
.btnFoot &gt; i{
	font-size:15px;
}
.btnFoot+.btnFoot{
	margin-left:5px;
}
/* 최상위 버튼 */
.moveTop {
	position: fixed;
	right: 8px;
	bottom: 50px;
	display: none;
	width: 48px;
	height: 48px;
	background-color:#2784de;
	z-index: 2;
	border-radius:24px;
	font-size:11px;
	line-height:60px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}
.moveTop:before{
	content: "\f10d";
	font:normal 14px/1 "Ionicons";
	display:block;
	position:absolute;
	top:12px;
	left:19px;
}
.tabs{ 
	width:100%;
	display:table;
}
.tabs &gt; li{ 
	display:table-cell;
}
.tabs &gt; li &gt; a:before{ 
	content:'';
	position:absolute;
	display:block;
	top:50%;
	left:0px;
	width:1px;
	height:10px;
	margin-top:-5px;
	background-color:#dedede;
}
.tabs &gt; li &gt; a { 
	color:#666; 
	display: block; 
	background: #fff;
	text-align:center; 
	text-decoration: none;
	font:normal 15px/45px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif; 
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	position:relative;
}
.swiper-container-2 {
/*	padding: 30px 0;*/
	overflow: hidden; 
}
.swiper-container-2 .swiper-slide { 
	font-size: 20px; 
	box-sizing: border-box; 
}
/* 페이지 */
.page{
	background-color:#f0f0f0;
	width:100%;
	min-height:300px;
	min-height:calc(100vh-279px);
	box-sizing: border-box;
	/*padding:2px 1px;*/
}
.page &gt; .title{
	position: relative;
	padding: 15px 16px;
	font-size: 20px;
	color: #303030;
	font-weight:bold;
	line-height:32px;
	text-align: center;
	box-sizing:border-box;
	letter-spacing:-1px;
}
.page &gt; .title &gt; .sub{
	color: #303030;
	font-size: 12px;
	font-weight: bold;
	line-height:100%;
	text-align: center;
}
.page &gt; .map_control{
	margin:0 12px 0 12px;
	padding:14px 16px;
	background-color:#fff;
	border:1px solid #e8e8e8;
}
.page &gt; .map_control &gt; .btnFoot{
	color:#fff;
	margin:8px 0 7px 0; 
}
/*
#map_canvas{
	margin:0 12px 20px 12px;
	min-height:300px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
}
*/
.page_info {
	margin:0 12px 20px 12px;
	padding:14px 16px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
}
.page_info &gt; li{
	padding:0;
	word-break: keep-all;
	word-wrap: break-word;
	font-size:14px;
	line-height:18px;
	color:#606060;
}
.page_info &gt; li h4{
	color:#323e48;
	font-size:16px;
	line-height:1.7;
	position:relative;
	margin:0 0 5px 0;
}
.page_info &gt; li h4:before{
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	height:1px;
	width:100%;
	background-color:#ddd;
}
.page_info &gt; li h4:after{
	content:'';
	position: absolute;
	background-color:#242424;
	bottom:0px;
	left:0;
	width:100px;
	height:2px;
}
.page_info &gt; li &gt; p{
	font: 400 14px/20px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #333;
	padding: 0;
	word-wrap: break-word;
	word-break: keep-all;
}
.page_info &gt; li &gt; p + p{
	margin-top:20px;
}
.page_info &gt; li li{
	overflow:hidden;
}
.page_info &gt; li li span.title{
	float:left;
	width:16%;
	color:#323e48;
	font-size:16px;
	line-height:27px;
}
.page_info &gt; li li span{
	float:right;
	width:84%;
	color:#838187;
	font-size:13px;
	line-height:27px;
}
/* 서브 메뉴 */
.sub_navi{
/*	background-color: #fff;*/
	text-align: center;
}
.sub_navi_list{
	overflow: hidden;
	margin:10px 10px 5px 10px;
/*	background-color: #fff;*/
	width: inherit;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
	border-radius:5px;
}
.sub_navi_list &gt; a{
	position: relative;
	display:block;
	float:left;
	width: 33%;
	height: 37px;
	line-height: 37px;
	border-top:0;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	background-color: #fff;
	color: #333;
	font-size:12px;
	letter-spacing:-1px;
	box-sizing:border-box;
}
.sub_navi_list &gt; a:after{
	content: "\f125";
	position: absolute;
	font:normal 12px/37px "Ionicons";
	right:2px;
	top:0;
	height:37px;
	width:12px;
}
.sub_navi_list &gt; a.on{
	color: #2784de;
/*	border-bottom:1px solid #2784de;*/
}
.sub_navi_list &gt; a.on:after{
	content: "\f123";
}
.sub_navi_list &gt; a:nth-child(2),
.sub_navi_list &gt; a:nth-child(5),
.sub_navi_list &gt; a:nth-child(8){
	width: 34%;
}
.sub_navi_list &gt; a:first-child,
.sub_navi_list &gt; a:nth-child(4),
.sub_navi_list &gt; a:nth-child(7) {
	border-left: 0;
}
.loading-info{
	display:none;
	width:100vw;
	height:100vh;
	background-color:transparent;
	z-index:999;
	position:fixed;
	top:0;
	left:0;
}
.loading-info &gt; img{
	position:absolute;
	width:100px;
	height:100px;
	left:50%;
	top:50%;
	margin-top:-50px;
	margin-left:-50px;
}
/** 메인 배너 **/
.swiper-container-main{
	height: auto;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swiper-container-main &gt; .swiper-wrapper{
	height: 100%;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div{
	text-align: center;
	height:100%;
}
/*
.swiper-container-main &gt; .swiper-wrapper &gt; div:nth-child(1){
	background: url(/m/images/teachers/teachers2.jpg) no-repeat top center;
	background-size: cover;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div:nth-child(2){
	background: url(/m/images/teachers/teachers1.jpg) no-repeat top center;
	background-size: cover;
}
*/
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a{
	display:block;
	margin:0 auto;
	width:300px;
	height:200px;
	position:relative;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a:after{
	content: '';
	display: block;
	position: absolute;
	top:20px;
	right:0px;
	left:0px;
	bottom:20px;
/*	border:solid 2px #fff;*/
	border-right:0;
	border-left:0;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; .ment1{
	position:absolute;
	top:45%;
	left:0;
	height:15px;
	font-size:4vw;
	color:#000;
	text-shadow:2px 2px 4px rgba(176,176,176,1);
	padding:0 6px;
	box-sizing:border-box;
	text-align:left;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; .ment1 &gt; span{
	color:#00898f;
	font-size:15px;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; .ment2{
	position:absolute;
	top:58%;
	left:50px;
	font-size:5vw;
	line-height:1.2;
	color:#000;
	text-shadow:2px 2px 1px rgba(255,255,255,1),-1px -1px 1px rgba(176,176,176,1);
	padding:0 6px;
	box-sizing:border-box;
	text-align:left;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; .ment2 &gt; span{
	color:#fff;
	font-size:18px;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; .ment3{
	position:absolute;
	left:auto;
	top:2%;
	right:0px;
	font-size:3vw;
	line-height:1.2;
	color:#333;
	text-shadow:2px 2px 2px rgba(176,176,176,1);
	padding:0 6px;
	box-sizing:border-box;
	text-align:right;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; i{
	position:absolute;
	bottom:32px;
	right:6px;
	font-size:50px;
	color:#000;
	text-shadow:2px 2px 2px rgba(176,176,176,1);
}
/** 메인 추천강좌 **/
.mainCurri{
	margin:0px 5px 0px 5px;
	background-color:#f1f1f1;
}
.mainCurri:after{
	content:'';
	clear:both;
}
.mainCurri &gt; ul {
	display: block;
	width: 100%;
}
.mainCurri &gt; ul &gt; li {
	width:48%;
	position: relative; 
	padding-top:40%; /* 6:5 ratio */ 
	overflow: hidden;
	float: left;
	box-sizing:border-box;
	margin:1%;
}
.mainCurri &gt; ul &gt; li &gt; a{
	position: absolute; 
	top:0; 
	left:0; 
	right:2px; 
	bottom:2px; 
	max-width:100%; 
	height:auto;

	background-color:#fff;
/*	border:1px solid #e8e8e8;*/
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
	display: block;
	overflow:hidden;
}
.mainCurri &gt; ul &gt; li.seo{
	padding-top:10vw;
}
.mainCurri &gt; ul &gt; li.seo &gt; a{
	background-color:transparent;
	border-radius:0;
	box-shadow:none;
}
.mainCurri &gt; ul &gt; li &gt; a &gt; .profile_img{
	background-color:transparent;
	position:absolute;
	top:35px;
	bottom:5px;
	right:5px;
	width:60%;
}
.mainCurri &gt; ul &gt; li &gt; a &gt; .profile_img &gt; img{
	height:36vw;
}
.mainCurri &gt; ul &gt; li &gt; a &gt; .ment{
	position:absolute;
	top:5px;
	left:10px;
/*	font-size:12px;*/
	font-size:4vw;
	font-weight:900;
	color:#000;
	text-shadow:2px 3px 4px #fff;
	text-align:left;
	word-break: keep-all;
	word-wrap: break-word;
}
.seo_container{
	width:100%;
	height:100%;
	display:table-cell;
	overflow:hidden;
	word-break: keep-all;
	word-wrap: break-word;
	text-align:left;
	vertical-align:middle;
}
.seo_container &gt; .seo_tag{
	display: inline-block;
	padding:5px 8px;
	font: 300 12px/1.6 '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	border-radius: 16px;
	color: #fff;
	background-color: #3f86ed;
	text-shadow:none;
	margin:3px 3px 1px 3px;
}
.mainCurri &gt; ul &gt; li &gt; a &gt; .ment &gt; span{
	margin:10px 0 0 0;
	display:block;
	font-size:3vw;
	font-weight:400;
	white-space: nowrap;
}
.mainCurri &gt; ul &gt; li &gt; a &gt; .ment &gt; span.ment2{
	width:60%;
	margin:10px 0 0 0;
	display:block;
	font-size:2.8vw;
	font-weight:400;
	white-space: inherit;
	word-wrap: break-word;
	word-break: keep-all;
}

.clear_both{
	clear:both;
}
.display_none{
	display:none;
}
/** 강의목록 **/
.vod_list{
/*	border: 1px #bcbcbc solid;*/
}
.vod_list &gt; ul,
.pay_list &gt; ul{
	margin:0px;
}
.vod_list &gt; ul &gt; li,
.pay_list &gt; ul &gt; li{
	min-height:40px;
	border-bottom: 1px #bcbcbc dotted;
	text-align:left;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	position:relative;
	padding:0 0 0 12px;
	white-space: nowrap;
}
.vod_list &gt; ul &gt; li:last-child,
.pay_list &gt; ul &gt; li:last-child{
	border-bottom:0;
}
.vod_list &gt; ul &gt; li &gt; a,
.pay_list &gt; ul &gt; li &gt; .input{
	float:left;
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pay_list &gt; ul &gt; li &gt; .input{
	width:74%;
	float:right;
}
.pay_list &gt; ul &gt; li &gt; .input &gt; input,
.pay_list &gt; ul &gt; li &gt; .input &gt; select{
	max-width:100%;
	height:36px;
	margin:2px 0;
	padding:0 5px;
	box-sizing:border-box;
}
.vod_list &gt; ul &gt; li:first-child,
.pay_list &gt; ul &gt; li:first-child{
/*	border-top: 1px #bcbcbc dotted;*/
}
.vod_list &gt; ul &gt; li.select,
.vod_list &gt; ul &gt; li:hover,
.pay_list &gt; ul &gt; li.select,
.pay_list &gt; ul &gt; li:hover{
	background-color: #30557b;
	color: #fff;
}
.vod_list &gt; ul &gt; li.now,
.pay_list &gt; ul &gt; li.now{
	background-color: #4e759c;
	color: #fff;
}
.vod_list &gt; ul &gt; li.sample{
/*	background-image:url(//static.heraldeprep.com/images/vod/movie_sample.png);*/
/*	background-position: right 80px center;*/
/*	background-repeat:no-repeat;*/
	position:relative;
}
.vod_list &gt; ul &gt; li.sample:after{
	content: 'SAMPLE';
	width: 44px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(45deg, #e43a15 0%, #f15e64);
	position: absolute;
	left: 0;
	top:0px;
	border-radius: 5px;
}
.vod_list &gt; ul &gt; li.disable{
	background-color: #f9f9f9;
	cursor: default;
	pointer-events: none;
	color: #a4a4a4;
}
.vod_list &gt; ul &gt; li.disable:hover{
	background-color: #f9f9f9;
	color: #a4a4a4;
}
.vod_list &gt; ul &gt; li &gt; .time,
.vod_list &gt; ul &gt; li &gt; .time2,
.pay_list &gt; ul &gt; li &gt; .time{
	position:absolute;
	width:100px;
	height:40px;
	right:0px;
	top:0px;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align:right;
}
.vod_list &gt; ul &gt; li &gt; .time2{
	width:120px;
	top:auto;
	bottom:0;
}
.pay_list &gt; ul &gt; li &gt; .time{
	left:0px;
	text-align:left;
}
.vod_list &gt; ul &gt; li &gt; .time &gt; .event_rate,
.vod_list &gt; ul &gt; li &gt; .time2 &gt; .event_rate{
	display:inline-block;
	background-image: linear-gradient(45deg, #1CD8D2 0%, #93EDC7);
	font: 300 11px/22px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #fff;
	padding:2px 8px;
	border-radius: 6px;
	margin:7px 0;
}
.vod_list &gt; ul &gt; li &gt; .time2 &gt; .event_rate2{
	position:absolute;
	left:6px;
	bottom:8px;
}
/** 공지사항 **/
.noticewrap {
	background-color:#fff;
	margin:15px 0 10px 0;
	border-bottom: 1px solid #dbdfdf;
}
.noticewrap .head {
	overflow: hidden;
	padding: 13px 15px;
	border-top: 1px solid #dbdfdf;
}
.noticewrap .head h1 {
	float: left;
	font-size: 15px;
	color: #333;
}
.noticewrap .head a {
	float: right;
	margin-top: 2px;
	font-size: 12px;
	color: #666;
}
.noticewrap ul.notice_cont {
	padding: 15px;
	border-top: 1px solid #dbdfdf;
}
.noticewrap ul.notice_cont li {
	margin-top: 18px;
	overflow: hidden;
}
.noticewrap ul.notice_cont li:first-child {
	margin-top: 0;
}
.noticewrap ul.notice_cont li a {
	float: left;
	display: block;
	width: 75%;
	color: #333;
	font-size: 13px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.noticewrap ul.notice_cont li .date {
	float: right;
	color: #666;
	font-size: 12px;
}
.counsel{
	border-top: 1px solid #dbdfdf;
}
.counsel &gt; a{
	display: block;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height:40px;
	position:relative;
}
.counsel &gt; a &gt; i{
	font-size:26px;
	display: block;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -96px;
}
/* 강사 */
.teacher_list{
	padding-top:5px;
	background-color: #f1f1f1;
}
.teacher_list &gt; .mainCurri{
	margin-top:0px;
}
.teacher_list &gt; .mainCurri .profile_img{
	top:5px;
	width:60%;
}
/* 강좌 */
.curriculum_list{
	padding-top:5px;
/*	background-color: #fff;*/
}
.curriculum_list &gt; .mainCurri{
	
}
.curriculum_list &gt; .mainCurri ul li{
	float:initial;
	width:96%;
	margin:2%;

}
.curriculum_list &gt; .mainCurri .profile_img{
	top:5px;
	width:30%;
}
.profile_img &gt; img{
	max-width:100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
/** 공통 **/
#common-popup-modal{
	background:#fff;
	padding:0px;
	text-align:left;
	width:94%;
	margin:40px 3%;
	position:relative;
	border-radius:3px;
}
#common-popup-modal &gt; h1{
	overflow:hidden;
	position:relative;
	height:52px;
	padding:0 45px 0 15px !important;
	background:#282828;
	font-size:16px;
	line-height:52px;
	color:#fff;
}
#common-popup-modal &gt; h1 &gt; .f_close{
	color:#fff;
	text-decoration:none;
	position:absolute;
	width:45px;
	height:52px;
	display:block;
	right:0;
	top:0;
	font-size:16px;
	line-height:52px;
}
#common-popup-modal &gt; h1 &gt; .f_close &gt; i{
	color:#fff;
	font-size:40px;
	padding:6px 15px;
}
#common-popup-modal &gt; p{
	padding:13px 15px;
}
/** 카테고리 **/
.category {
	font:400 12px/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #000;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.9),-1px -1px 2px rgba(255,255,255,0.9);
}
.category_box{
	display:inline-block;
	height:20px;
	padding:3px 10px;
	font:400 12px/20px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	border-radius:4px;
	color: #fff;
	text-shadow:initial;
	background-image: linear-gradient(45deg, #e43a15 0%, #f15e64);
}
.category_box.gpa,
.category_box.gpa.big{
	background-image: linear-gradient(45deg, #24C6DC 0%, #363795);
}
.category_box.basic,
.category_box.basic.big{
	background-image: linear-gradient(45deg, #1CD8D2 0%, #93EDC7);
}
.category_box.sat2,
.category_box.sat2.big{
	background-image: linear-gradient(45deg, #56ab2f 0%, #a8e063);
}
.category_box.ap,
.category_box.ap.big{
	background-image: linear-gradient(45deg, #834d9b 0%, #d04ed6);
}
.category_box.ap,
.category_box.ap.big{
	background-image: linear-gradient(45deg, #834d9b 0%, #d04ed6);
}
/** **/
/**페이지 공통테이블 **/
.common_tbl_title{
	padding:30px auto 10px auto;
	width:100%;
	text-align:left;
	display:block;
	color:#4b4a4a;
	font-size:13px;
	font-weight:bold;
	background: url('//static.heraldeprep.com/images/main/notice_icon.gif') no-repeat 8px 36px;
}
.common_tbl{
    border-top:2px #00addf solid;
}
.common_tbl.bg2{
    border-top:2px #00addf solid;
}
.common_tbl.bg3{
    border-top:2px #eeeeee solid;
}
.common_tbl.bg4{
    border-top:2px #999 solid;
}
.common_tbl a{
    text-decoration:none;
}
.common_tbl a.lock:after{
	display:inline-block;
	font-family: 'FontAwesome';
	color:#EE6304;
	font-size:20px;
	line-height:24px;
	content: "\f023";
	padding:0 5px;
}
.common_tbl td.done:after{
	display:inline-block;
	font-family: 'FontAwesome';
	color:#EE6304;
	font-size:20px;
	line-height:24px;
	content: "\f14a";
	padding:0 5px;
}
.common_tbl tfoot th{
    font-size:12px;
    height:40px;
    border-bottom:1px #cccccc solid;
    background-color:#f5f5f5;
    color:#161d27;
    text-align:center;
}
.common_tbl th{
    font-size:12px;
    height:40px;
    border-bottom:1px #cccccc solid;
    border-left:1px #cccccc solid;
    background-color:#f5f5f5;
    color:#161d27;
    text-align:center;
	word-wrap: break-word;
	word-break: keep-all;
}
.common_tbl.no_hline th{
	border-left-width:0;
}
.common_tbl th:first-child{
    border-left-width:0;
}
.common_tbl th.bg2{
	background-color:#DAF0C1;
}
.common_tbl th.bg3{
	background-color:#FFE3B2;
}
.common_tbl td{
    height:40px;
    border-bottom:1px #cccccc solid;
    border-left:1px #cccccc solid;
    font-size:12px;
    color:#6b6b6b;
    text-align:center;
    /*line-height:33px;*/
    line-height:200%;
    vertical-align:middle;
}

.common_tbl td &gt; a{
	text-decoration:none; 
	color:#00addf;
	position:relative;
	display:inline-block;
}
.common_tbl td:hover &gt; a:after{
	content:'';
	position:absolute;
	height:1px;
	background-color:#00addf;
	left:0;
	right:0;
	bottom:-2px;
}

.common_tbl.no_hline td{
	border-left-width:0;
}
.common_tbl td:first-child{
    border-left-width:0;
}
.common_tbl tr.tr2 td{
	background-color:#F2F2F2;
}
.common_tbl td.content{
	text-align:left;
	vertical-align:top;
    padding:10px;
}
.common_tbl td.left{
    text-align:left;
    padding:0 5px;
}
.common_tbl td.leftTop{
    text-align:left;
	vertical-align:top;
    padding:0 5px;
}
table {
    width: 100%;
    table-layout: fixed;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-user-select: none;
    text-decoration: none;
}
.blue_btn {
    color: #FFF;
    background-color: #428BCA;
    background-image: linear-gradient(to bottom, #428BCA 0px, #2D6CA2 100%);
    background-repeat: repeat-x;
    border-color: #2B669A;
}
.notice_popup button.mfp-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: transparent url(//static.heraldeprep.com/images/common/close_btn.png) no-repeat right center;
    color: transparent;
}
.mfp-iframe-video-index button.mfp-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: transparent url(//static.heraldeprep.com/images/common/close_btn.png) no-repeat right center;
    color: transparent;
}
#vimeoplayer{
	width:45vw;
	height:25vw;
	position:absolute;
	left:0px; 
	bottom:0px; 
	border:1px solid #000; 
	box-shadow: 2px 2px 2px rgba(0,0,0,1);
	border-radius:4px;
	background-color:#000;
}
.ifr_close{
	min-width: 60px;
	padding: 5px 8px;
	border: 1px solid #888;
	color: #888;
	font:400 12px/24px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	float: right;
	margin: 10px;
	background-color:#fff;
	text-align:center;
	position:relative;
}
.ifr_close &gt; i {
	font: normal 24px/1 Ionicons;
	position:absolute;
	bottom:5px;
	left:8px;
}
#vimeovideo{
	width:100vw;
	height:56vw;
	position: fixed;
	top:102px;
	left:0;
	z-index:909;
	background-color:#000;
}
#vimeovideo &gt; iframe{
	width:100vw;
	height:56vw;
}
.order_box{
	display: block;
	width: 100%;
	padding:0;
	border: none;
	color: #fff;
	position: fixed;
	font-size: 12px;
	line-height: 64px;
	left:0;
	bottom: 0;
	z-index: 3;
/*	background: linear-gradient(to right, rgb(211, 131, 18), rgb(168, 50, 121));*/
	background: linear-gradient(to right, rgb(254, 140, 0), rgb(248, 54, 0));
}
.order_box &gt; .info{
	float: left;
	width: 74%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height:52px;
	text-align: left;
	font: 300 14px/26px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	position: relative;
	padding:6px 0 6px 12px;
	color: #fff;
}
.order_box &gt; .info &gt; .time{
	position:absolute;
	width:100px;
	height:40px;
	right:6px;
	top:0px;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align:right;
	color: #fff;
}
.order_box &gt; .info &gt; .time &gt; .before_price{
	color:#fff;
}
.order_box &gt; .info &gt; .time2{
	position:absolute;
	width:110px;
	height:40px;
	right:6px;
	bottom:0px;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align:right;
	color: #fff;
}
.order_box &gt; .info &gt; .time2 &gt; .event_rate{
	display:inline-block;
	background-image:linear-gradient(to right, #bc4e9c, #f80759);
	font: 300 11px/22px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #fff;
	padding:2px 8px;
	border-radius: 6px;
	margin:7px 0;
}
.order_box &gt; .btn_direct{
	position: absolute;
	width: 100px;
	height: 40px;
	right: 0px;
	top: 0px;
	font:400 17px/64px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align: center;
	color: #fff;
}
.btn_direct2{
	width:100%;
	display:block;
	background: linear-gradient(to right, rgb(254, 140, 0), rgb(248, 54, 0));
	font: 300 18px/50px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align: center;
	color: #fff;
}
.btn_direct2 &gt; span{
	font: 300 18px/50px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align: center;
	color: #fff;
}
@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}
.blink{
	animation: blink 1s infinite;
}
.event_rate2{
	background-image: linear-gradient(45deg, #e43a15 0%, #f15e64);
	font: 400 12px/22px 'Noto Sans KR','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana;
	color: #fff;
	padding:0 8px;
	border-radius: 6px;
	display:inline-block;
}
.before_price{
	color: #ff0000;
	text-decoration: line-through;
	display:inline-block;
}</pre></body></html>