@media (min-width:1500px) {

/* 헤더 */
#header_wrap { position:sticky; top:0; background:#fff; box-shadow:0 0 8px rgba(0,0,0,0.1); width:100%; height:110px; z-index:9; }
#header_wrap .wrapper { position:relative; display:flex; width:90%; margin:0 auto;}

#header_wrap .wrapper .logo { padding:20px 0; z-index:9;}
#header_wrap .wrapper .logo img { height:;}

#header_wrap .wrapper .state { order:3; margin:auto 0; margin-left:auto; z-index:9;}
#header_wrap .wrapper .state ul { display:flex; }
#header_wrap .wrapper .state ul li { margin:0 0 0 10px; }
#header_wrap .wrapper .state ul li a { display:inline-block; border-radius:30px; padding:5px 20px; font-size:1.0em; color:#fff; text-align:center; transition:.3s; }
#header_wrap .wrapper .state ul li span { font-weight:600; color:#fed36c; }
#header_wrap .wrapper .state ul li:nth-child(1) { background:#222; border:1px solid #222; border-radius:30px; padding:5px 20px; font-size:1.0em; color:#fff; text-align:center; }
#header_wrap .wrapper .state ul li:nth-child(2) a { background:#0045c9; border:1px solid #0045c9; } 
#header_wrap .wrapper .state ul li:nth-child(2) a:hover { background:#fff; border:1px solid #0045c9; color:#0045c9; }

#header_wrap .wrapper .menu_wrap { margin:auto 0; margin-left:80px; }

#header_wrap .tel { position:absolute; right:0; top:32px; }
#header_wrap .tel .content { display:flex; }
#header_wrap .tel .content .pic { margin:0 10px 0 0; }
#header_wrap .tel .content article { margin:auto 0; }
#header_wrap .tel .content article h1 { font-family: 'GmarketSansBold'; font-size:1.3em; color:#2f4ba5; }
#header_wrap .tel .content article p { display:block; margin:0 0 0; font-family: 'GmarketSansMedium'; font-size:0.75em; color:#999; }

/* 푸터 */
#footer{ background:#ecf2fc; background-size:cover; z-index:9;}
#footer .wrapper{ display:flex; justify-content:; border-top:0px solid #686868; padding:60px 0; margin:0 auto; width:90%; max-width:1500px; }
#footer .footer_logo { display:flex; justify-content:center; flex-direction:column; flex-basis:; margin:0 70px 0 0; width: }
#footer .footer_logo img { height:;}
#footer .admin { display:flex; justify-content:center; flex-direction:column; margin:0 0 7px; margin-left:auto; }
#footer .admin li {display:inline-block; padding:0 10px 0 0; font-size:1.0em; font-weight:500; line-height:25px;}
#footer .admin li:last-child{ padding:0;}
#footer .admin li a{ color:#111; line-height:25px;}
#footer .address { display:flex; justify-content:center; flex-direction:column; margin-right:auto; border-left:1px solid #c5c5c5; padding-left:70px; font-size:0.9em !important; color:#444; line-height:1.6em; letter-spacing:0;}
#footer .tel { display:none; }

/* 하단 전화번호 */
.cs_bottom { background:url(../images/cs_bottom_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:80px 0; margin:120px 0 0; }
.cs_bottom .wrapper { display:flex; justify-content:space-between; flex-wrap:wrap; margin:0 auto; width:90%; max-width:1500px; }
.cs_bottom .wrapper article { width:40%; }
.cs_bottom .wrapper article h1 { display:block; margin:0 0 30px; font-size:2.2em; color:#fff; line-height:1.3em; }
.cs_bottom .wrapper article h1 span { color:#ffe65b; } 
.cs_bottom .wrapper article h2 a { display:block; margin:6px 0; font-size:2.0em; color:#ffe65b; line-height:1.3em; }
.cs_bottom .wrapper article h3 { font-size:1.2em; color:#fff; line-height:1.3em; }
.cs_bottom .wrapper article p { color:#fff;}
.cs_bottom .wrapper .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; margin:auto 0; width:40%; }
.cs_bottom .wrapper .content_wrap .content { width:30%; }
.cs_bottom .wrapper .content_wrap .content a { display:block; border:1px solid rgba(255,255,255,0.5); border-radius:15px; padding:40px 60px; color:#fff; text-align:center; transition:.3s; }
.cs_bottom .wrapper .content_wrap .content a:hover { background:#0045c9; border:1px solid #0045c9;}
.cs_bottom .wrapper .content_wrap .content p { display:block; margin:15px 0 0; font-size:1.2em; }

/* 학과모의고사 */
.written_test_pc { position: fixed; top:110px; left:0; z-index:9999; }
.written_test_mob { display:none; }

/* 퀵메뉴 */
.quick { position:fixed; top:140px; right:10px; z-index:9;}
.quick ul li { margin:10px 0; }

}




@media (min-width:768px) and (max-width:1499px){
	
/* 헤더 */
#header_wrap { position:sticky; top:0; background:#fff; box-shadow:0 0 8px rgba(0,0,0,0.1); width:100%; height:110px; z-index:9; }
#header_wrap .wrapper { position:relative; display:flex; width:90%; margin:0 auto; }

#header_wrap .wrapper .logo { padding:20px 0; z-index:9;}
#header_wrap .wrapper .logo img { height:; }

#header_wrap .wrapper .state { order:3; margin:auto 0; margin-left:auto; z-index:9;}
#header_wrap .wrapper .state ul { display:flex; }
#header_wrap .wrapper .state ul li { margin:0 0 0 10px; }
#header_wrap .wrapper .state ul li a { display:inline-block; padding:7px 20px; border-radius:30px; font-size:1.0em; color:#fff; text-align:center;}
#header_wrap .wrapper .state ul li span { font-weight:600; color:#fed36c; }
#header_wrap .wrapper .state ul li:nth-child(1) { background:#222; border:1px solid #222; border-radius:30px; padding:5px 20px; font-size:1.0em; color:#fff; text-align:center; }
#header_wrap .wrapper .state ul li:nth-child(2) a { background:#0045c9; border:1px solid #0045c9; } 
#header_wrap .wrapper .state ul li:nth-child(2) a:hover { background:#fff; border:1px solid #0045c9; color:#0045c9; }

#header_wrap .wrapper .menu_wrap { margin:auto 0; margin-left:50px; }



#header_wrap .tel { position:absolute; right:0; top:32px; }
#header_wrap .tel .content { display:flex; }
#header_wrap .tel .content .pic { margin:0 10px 0 0; }
#header_wrap .tel .content article { margin:auto 0; }
#header_wrap .tel .content article h1 { font-family: 'GmarketSansBold'; font-size:1.3em; color:#2f4ba5; }
#header_wrap .tel .content article p { display:block; margin:0 0 0; font-family: 'GmarketSansMedium'; font-size:0.75em; color:#999; }



/* 푸터 */
#footer{ background:#ecf2fc; background-size:cover; z-index:9;}
#footer .wrapper{ display:flex; justify-content:; border-top:0px solid #686868; padding:40px 0; margin:0 auto; width:90%; }
#footer .footer_logo { display:flex; justify-content:center; flex-direction:column; flex-basis:; margin:0 40px 0 0; }
#footer .footer_logo img { height:;}
#footer .admin { display:flex; justify-content:center; flex-direction:column; margin:0 0 7px; margin-left:auto; }
#footer .admin li {display:inline-block; padding:0 10px 0 0; font-size:1.0em; font-weight:500; line-height:25px;}
#footer .admin li:last-child{ padding:0;}
#footer .admin li a{ color:#111; line-height:25px;}
#footer .address { display:flex; justify-content:center; flex-direction:column; margin-right:auto; border-left:1px solid #c5c5c5; padding-left:40px; font-size:0.9em !important; color:#444; line-height:1.6em; letter-spacing:0;}
#footer .tel { display:none; }

	
/* 하단 전화번호 */
.cs_bottom { background:url(../images/cs_bottom_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:80px 0; margin:100px 0 0; }
.cs_bottom .wrapper { display:flex; justify-content:space-between; flex-wrap:wrap; margin:0 auto; width:90%; }
.cs_bottom .wrapper article { width:40%; }
.cs_bottom .wrapper article h1 { display:block; margin:0 0 30px; font-size:2.0em; color:#fff; line-height:1.3em; }
.cs_bottom .wrapper article h1 span { color:#ffe65b; } 
.cs_bottom .wrapper article h2 a { display:block; margin:6px 0; font-size:2.0em; color:#ffe65b; line-height:1.3em; }
.cs_bottom .wrapper article h3 { font-size:1.2em; color:#fff; line-height:1.3em; }
.cs_bottom .wrapper article p { color:#fff;}
.cs_bottom .wrapper .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; margin:auto 0; width:50%; }
.cs_bottom .wrapper .content_wrap .content { width:30%; }
.cs_bottom .wrapper .content_wrap .content a { display:block; border:1px solid rgba(255,255,255,0.5); border-radius:15px; padding:40px 60px; color:#fff; text-align:center; transition:.3s; }
.cs_bottom .wrapper .content_wrap .content a:hover { background:#0045c9; border:1px solid #0045c9;}
.cs_bottom .wrapper .content_wrap .content p { display:block; margin:15px 0 0; font-size:1.2em; }

/* 학과모의고사 */
.written_test_pc { position: fixed; bottom:0; left:0; z-index:9999; }
.written_test_mob { display:none; }
	
/* 퀵메뉴 */
.quick { position:fixed; top:140px; right:10px; z-index:9;}
.quick img {width: 100px}
.quick ul li { margin:10px 0; }	

}


@media screen and (max-width: 1300px){
	#header_wrap .tel { display:none; }
}

@media (max-width:767px){
	
	
html { background:#fff;
  text-decoration:none; font-size:13px; font-weight:400; color:#444; letter-spacing:0; line-height:1.4em; word-break:keep-all;/* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x:hidden; /* 가로 스크롤 X */
}
	
/* 헤더 */
#header_wrap { position:sticky; top:0; background:#fff; box-shadow:0 0 8px rgba(0,0,0,0.1); width:100%; height:60px; z-index:9;}
#header_wrap .wrapper { position:relative; width:90%; margin:0 auto; }

#header_wrap .wrapper .logo { position:absolute; left:; top:8px; z-index:7;}
#header_wrap .wrapper .logo img { height:40px; }

#header_wrap .wrapper .state { display:none; position:absolute; right:0; top:20px; padding:0; z-index:6;}



/* 푸터 */
#footer{ background:#ecf2fc; background-size:cover; z-index:9;}
#footer .wrapper{ border-top:0px solid #686868; padding:40px 0; margin:0 auto; width:85%; }
#footer .footer_logo { margin:0 auto; text-align:; }
#footer .footer_logo img { height:25px; }
#footer .admin { display:; justify-content:center; flex-direction:column; margin:10px 0 0; }
#footer .admin li {display:inline-block; padding:0 10px 0 0; font-size:13px; font-weight:500; line-height:25px;}
#footer .admin li:last-child{ padding:0;}
#footer .admin li a{ color:#111; line-height:25px;}
#footer .address { display:block; margin:20px 0 0; border-left:0px solid #686868; padding-left:0; font-size:0.85em !important; color:#444; line-height:1.6em; letter-spacing:0;}
#footer .tel { display:none; }	


/* 하단 전화번호 */
.cs_bottom { background:url(../images/cs_bottom_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:60px 0; margin:70px 0 0; }
.cs_bottom .wrapper { display:flex; justify-content:space-between; flex-wrap:wrap; margin:0 auto; width:85%; }
.cs_bottom .wrapper article { width:100%; }
.cs_bottom .wrapper article h1 { display:block; margin:0 0 30px; font-size:1.5em; color:#fff; line-height:1.3em; }
.cs_bottom .wrapper article h1 span { color:#ffe65b; } 
.cs_bottom .wrapper article h2 a { display:block; margin:6px 0; font-size:1.8em; color:#ffe65b; line-height:1.3em; }
.cs_bottom .wrapper article h3 { font-size:1.1em; color:#fff; line-height:1.3em; }
.cs_bottom .wrapper article p { color:#fff;}
.cs_bottom .wrapper .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; margin:auto 0; width:100%; }
.cs_bottom .wrapper .content_wrap .content { width:31%; margin:30px 0 0; }
.cs_bottom .wrapper .content_wrap .content a { display:block; border:1px solid rgba(255,255,255,0.5); border-radius:10px; padding:15% 5%; color:#fff; text-align:center; transition:.3s; }
.cs_bottom .wrapper .content_wrap .content a:hover { background:#0045c9; border:1px solid #0045c9;}
.cs_bottom .wrapper .content_wrap .content p { display:block; margin:10px 0 0; font-size:1.0em; }
.cs_bottom .wrapper .content_wrap .content img { height:30px; }
		
/* 학과모의고사 */
.written_test_pc { display:none; }	
.written_test_mob { display:block; }
.written_test_mob img { width:100%; }

/* 퀵메뉴 */
.quick { position:fixed; top:140px; right:10px; z-index:9;}
.quick img {width: 50px}
.quick ul li { margin:10px 0; }


}



