@charset "utf-8";
/* CSS Document */
@import '/SeoulEqk/css/nanum.css';

caption { 
  position:absolute !important;  
  width:1px; 
  height:1px; 
  overflow:hidden;
  clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip:rect(1px, 1px, 1px, 1px);
}

body, header, nav, section, div, ul, li, dl, dt, dd, article, p, table, tr, th, td, h3{
	margin:0;
	padding:0;
	color: #5d5d5d;
}
	
a {
	text-decoration:none;
	color: #5d5d5d;
}

a:ACTIVE {
	text-decoration:none;
	color: #5d5d5d;
}

a:HOVER {
	text-decoration:none;
	color: #5d5d5d;
}

a:LINK {
	text-decoration:none;
	color: #5d5d5d;
}

span a {
	text-decoration:none;
	color: #fff;
}

span a:ACTIVE {
	text-decoration:none;
	color: #fff;
}

span a:HOVER {
	text-decoration:none;
	color: #fff;
}

span a:LINK {
	text-decoration:none;
	color: #fff;
}
	
ol, ul{
	padding:0;
	margin:0;
	list-style:none;
}

img{ border:none; }
	
	
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

select{
	/* outline:none; */
	cursor:pointer;
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
	-moz-appearance: none;    /* 화살표 없애기 for firefox*/
	appearance: none;         /* 화살표 없애기 공통*/
	background:url(/SeoulEqk/images/arrow.png) no-repeat 95% 50%; /;
}
select::-ms-expand {
   display: none;            /* 화살표 없애기 for IE10, 11*/
}




.selectbox:before {
    display:block;
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    height:1em;
    width:1em;
    margin:2px;
    z-index:5;
}

.blind { border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); 
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}


/* input:focus{
	outline:none;
} */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
body{
	min-height:100%;
	background:#f8f8f8;
	font-family:"nanum";
}

article{
	min-height:100%;
}


section{
	position: relative;
}


section h2{
	display:none;
}

.on-nav-click {
	height:350px;
	overflow:hidden;
}

.info .icon th img{cursor: pointer; }
.info .icon td{ cursor: pointer; }


section .last_Arti .slideBox p span a {
    color: #5d5d5d;
}
@media screen and (min-width:1150px){

.main_logo_h1 {
	margin-top: 3.3px;
    margin-left: -5px;
}
/*---------------------------------메인네비시작(web)------------*/
	

body{
	overflow-x: hidden;
	width:100%;
	max-width:1920px;
	margin:auto;
}


nav{
	position:relative;
	height:50px;
	width:100%;
	display:none;
}
	
header{
	display: flex;
	position:relative;
	width:100%;
	height:55px;
	border-bottom:1px solid #dddddd;
	z-index:300;
}

header .main_Logo{
	position:relative;
	top:3%;
	left:5%;
}

header .w_Nav{
	position:absolute;
	right: -21%;
	width:100%;
	height:auto;
	text-align:center;
}

header .w_Nav .main_Nav{
	width:13.1%;
	float:left;
	margin-left:2.9%;
}

header ul .main_Nav>a{
	color: #000;
    font-size: 17px;
	font-weight:bold;
}

header ul .main_Nav{
	line-height:55px;
}

header ul .main_Nav:first-child{
	margin-left:0px;
}

header .sub_Nav li {
	line-height:20px;
}
header .sub_Nav li a{
	font-size:14px;
}

/*------------------------------------네비모션---------------------------------------*/	
.w_Nav .sub_Nav{
	height:0;
	overflow:hidden;
	background-color:rgba(255,255,255,0.8);
	border-radius:0 0 10px 10px;
	box-shadow: 4px 2px 14px #999;
}

.w_Nav .sub_Nav>li{
	color:#FFF;
	font-size:12px;
	line-height:25px;		
}



.w_Nav .main_Nav:hover>.sub_Nav{
	height:auto;
	line-height:30px;}


header .sub_Nav li a:hover{
	color:#ea4444;
}

/*---------------------------------------푸터시작(웹)------------*/
footer{
	width:100%;
	margin:auto;
	overflow:hidden;
	border-top:1px solid #999;
}

footer a{
	font-size:14px;
	color:#333;
}

footer .footer_Worp{
	width:100%;
	margin:auto;
}

footer .main_siteLink {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
}

footer .main_siteLink select{
	margin:0 3%;
	border:none;
}



footer img{
	float:left;
	margin-bottom:10px;
}

footer ul{
	width:100%;
	clear:both;
}

footer ul:first-child{
	border-bottom:1px solid #ddd;
	text-align:center;

}

footer ul:first-child li{
	display:inline-block;
	padding:0px 5px;
	margin:5px 0;
	border-left:1px solid #CCC;
}

footer ul:first-child li:first-child{
	border-left:0;
	font-weight:bold;
}


footer ul:nth-child(2){
	margin:auto;
	margin-top:1%;
	text-align:center;
	display: flex;
    justify-content: space-between;
}
}
footer ul:nth-child(2) li{margin-right: 5%;}
/* footer ul:nth-child(2) .coll, footer ul:nth-child(2) .sns{width:15%;} */
footer ul:nth-child(2) .coll{margin-left:5%;}
/* footer ul:nth-child(2) .sns{margin-right:5%;} */
footer ul:nth-child(2) .copy{width:60%;}

footer ul:nth-child(2) span{ 
	display:inline-block;
	font-size:13px;
}

footer .f_Sns{
	/* float:right; */
	margin-left:15px;	
}
.m_Footer{ display:none;}

}
/*web media end*/		

@media screen and (max-width:1149px) and (min-width:700px){
	
header{
	position:relative;
	width:100%;
	height:70px;
}

header .main_Logo{
	position:absolute;
	top:15%;
	left:5%;
}


header .w_Nav{
	display:none;
}

/*---------------------------------메인_네비시작------------*/

nav{
	position:relative;
	width:100%;
	z-index:50;
}


nav .menu{
	position:absolute;
	right:5%;
	margin-top:18px;
}

nav .m_Mnav{
	position:absolute;
	right:-40%;
	width:40%;
	padding-bottom:2%;
	background:rgba(255,255,255,0.8);
	border-radius:5px;
	display: none;
}

nav .m_Mnav>ul{
	margin-top:20px;
	margin-left:16px;
}


nav .main_Nav>a{
	font-weight:bold;
}

nav .main_Nav{
	margin-bottom:10px;
	font-size:14px;
}


nav .m_Mnav a{
	color:#666;
}

nav .sub_Nav{
	line-height:20px;
	font-size:12px;
	overflow:hidden;
}




/*---------------------------------------푸터시작------------*/


footer{
	width:100%;
	padding:15px 0;
	margin:auto;
	border-top:1px solid #999;
}

footer .footer_Worp{
	display:none;
}

footer .main_siteLink{
	display:none;
}


/*--------------------------------푸터(타블릿)-----------*/
footer .m_Footer{
	width:100%;
}


footer .m_Footer a{
	color:#595959;
	font-size:14px;
}


footer .m_Footer ul{
	text-align:center;

}

footer .m_Footer ul:first-child li{
	display:inline-block;
	padding:0px 5px;
	margin:5px 0;
	border-left:1px solid #CCC;
}

footer .m_Footer ul:first-child li:first-child{
	border:none;
	font-weight:bold;
}

footer .m_Footer ul:nth-child(2){
	margin-top:10px;
	padding-bottom:10px;
	color:#595959;
	font-size:13px;
}




footer .m_Footer .m_icon{
	width:98%;
	margin:auto;
	padding-top: 5px;
	text-align:right;
    border-top: 1px solid #ccc;	
	}


footer .m_Footer .m_icon span{
	margin-top:1%;
	float:left;
	font-weight:bold;
	font-size:1.5em;
}


footer .m_icon .m_Sns{
	width:100%;
	max-width:4%;
	margin-left:15px;
}

}
/*tablet media end*/	

	
@media screen and (max-width:699px) and (min-width:320px){

/*---------------------------------헤더시작------------*/
	
header{
	position:relative;
	width:100%;
	height:70px;
}

header .main_Logo{
	position:absolute;
	top:15%;
	left:5%;
	width:12%;
	min-width:100px;}


header .w_Nav{
	display:none;
}

/*---------------------------------메인_네비시작------------*/

nav{
	position:relative;
	width:100%;
	z-index:50;
}


nav .menu{
	position:absolute;
	right:5%;
	width:32px;
	margin-top:18px;
}

nav .m_Mnav{
	position:absolute;
	right:-40%;
	width:40%;
	padding-bottom:2%;
	background:rgba(255,255,255,0.8);
	border-radius:5px;

}

nav .m_Mnav>ul{
	margin-top:20px;
	margin-left:16px;
}


nav .main_Nav>a{ font-weight:bold; }

nav .main_Nav{
	margin-bottom:10px;
	font-size:15px;
}


nav .m_Mnav a{ color:#666; }

nav .sub_Nav{
	line-height:20px;
	font-size:13px;
	overflow:hidden;
}


/*---------------------------------------푸터시작------------*/


footer{
	width:100%;
	padding:15px 0;
	margin:auto;
	border-top:1px solid #999;
}

footer img{
	width:10%;
	float:right;
	margin-right:15px;
	margin-bottom:10px;
}

footer .footer_Worp{ display:none; }

footer .main_siteLink{ display:none; }



/*-------------------------------푸터(모바일)-----------*/
footer .m_Footer{width:100%; }
footer .m_Footer a{ color:#595959; }
footer .m_Footer ul{ text-align:center; }
footer .m_Footer ul:first-child li{
	display:inline-block;
	padding:0px 5px;
	margin:5px 0;
	border-left:1px solid #CCC;
}

footer .m_Footer ul:first-child li:first-child{
	border:none;
	font-weight:bold;
}

footer .m_Footer ul:nth-child(2){
	margin-top:10px;
	color:#595959;
	font-size:0.8em;
}




footer .m_Footer .m_icon{
	width:98%;
	margin:auto;
	margin-top:2%;
	text-align:right;
	border-bottom:1px solid #ccc;
	
	}


footer .m_Footer .m_icon span{
	margin-top:4%;
	float:left;
	font-weight:bold;
	font-size:1.8em;
}


footer .m_icon .m_Sns{
	width:100%;
	max-width:7%;
	min-width:34px;
	margin-left:1%;
	margin-top:2%;
}

}
/*mobile media end*/	

.skip a {
	background: rgb(0,0,0) !important;
}

/* :focus {outline: 4px dashed #4cc635;outline-offset:5px 3px;z-index:999999999} */
:focus {outline: 4px dashed #00c4b9;outline-offset:5px 3px;z-index:999999999}