@charset "utf-8";
@import "style.css";

/*****************************************************************
Author : 강다운(Kang Dawoon)
*****************************************************************/

/* CSS Reset */

html, body, div , span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0; padding: 0; border: 0; font-size: 100%; background-repeat: no-repeat; font-family: 'dotum';}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display: block; }
body{line-height: 1em; }
ol, ul{list-style: none;}
table{border-collapse: collapse; border-spacing: 0;}

.container-box {position: relative;background-color: #323232;}
.content {position: relative; width: 100%; max-width: 800px; margin:0 auto;}

#slide_banner {position: relative; width:100%;}
#slide_banner_navi{ position: absolute; top: 20px; right: 20px; z-index: 10;width: 100%;text-align: right;}
#slide_banner_navi>li {	display: inline-block;width: 12px;height: 12px; margin: 0px 2px; background-color: #02a1e7;corsur: pointer; border-radius: 15px;}
#slide_banner_navi>li.usl-current-parent {background-color: #ddd;}
#slide_banner_navi>li>a {display: block;width: 100%;height: 100%;}
#slide_banner_navi:after {content:""; display: block; clear: both;}
#slide_banner:after {content:""; display: block; clear: both;}

.content.con04 {width: 100%; background-color: #fff;}
.content.con04 h2 img{ width: 100%;}
.content.con04 .dblist {width: 86%; margin: 20px 7%; border-top: 2px solid #363636; border-bottom: 1px solid #363636;}
.content.con04 .dblist li {width: 100%; line-height: 2.5em; border-top: 1px solid #ddd;}
.content.con04 .dblist li:first-child {border: none;}
.content.con04 .btnMain {display: block; width: calc(100% - 20px;); padding: 0 10px; max-width: 755px; margin: 20px auto 0; display: block; text-align: center;}
.content.con04 .btnMain img {width: 100%;}

/* FOOTER */
#footer {
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #3f3f3f;
}
#footer p {
	width: 100%;
	text-align: center;
	color: #888;
	font-size: 1em;
	font-family: dotum, '돋움';
	line-height: 1.4em;
}
.admin-box {display: block; margin: 0 auto; text-align: center; margin-top: 25px; }
.admin-box li {display: inline-block; }
.admin-box li a { display: block;  background-color: #000; color:#fff; font-size: 1.2em; padding: 5px 10px; margin: 0 5px; border-radius: 5px;}
.admin-box:after {clear: both;display: block;content:"";}

/* Portrait tablet to landscape and desktop
------------------------------------------------------ */
@media all and (min-width:320px) and (max-width:1023px){
}

@media all and (min-width:767px) and (max-width:1023px){

}
/* Landscape phone to portrait tablet
------------------------------------------------------ */
@media all and (min-width:320px) and (max-width:767px){

}



