@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(contents.css);
@import url(board.css);

/* ==============================================
   defaults
   ============================================== */

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; vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
ol, ul { list-style:none;}
blockquote, q {	quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table { border-collapse:collapse; border-spacing:0;}
::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
img { vertical-align: middle; }
input, select { margin:0; padding:0; vertical-align:middle;}
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; text-indent:-9999px;}
.ir:before { content: ""; display: block; width: 0; height: 150%; }

.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clearfix:after { clear: both; }
.clearfix {  *zoom: 1;}
.hidden { display:none;}

/* box sizing */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* ==============================================
   layout
   ============================================== */

html { overflow:auto; overflow-y:scroll;}
input,
select,
button,
textarea,
body { color:#2f2f2f; font-size:14px; font-family: 'Nanum Gothic', 'dotum', '돋움', 'gulim', '굴림', arial !important;}

#wrap {}
#wrapIn {}

.forPC { display: block !important;}
.forMobile { display: none !important;}
.mobileMenu { display: none;}

/* search */

.topSearch { position: absolute; right: 50%; top: 20px; height: 30px; text-align: right; padding-right: 30px; margin-right: -500px; }
.topSearch legend { display: none; }
.topSearch input.input { width: 150px; height: 30px; line-height: 18px; font-size: 12px; border: 0; background-color: #eee; padding: 6px 5px; }
.topSearch input.submit { position: absolute; right: 0; top: 0; width: 30px; height: 30px; text-indent: -9999px; border: none; background: #ff6a5f url(../images/common/top_search_icon.png) center center no-repeat; cursor: pointer; }

/* header */

#header { position: relative; background-color: #fff; z-index: 99; }
#header h1 { position: relative; left: 50%; top: 0; width: 480px; margin-left: -240px; }
#header h1 a { display: block; height: 104px; text-indent: -9999px; background: url(../images/common/top_logo02.png) center center no-repeat; }

#header .topMenu { position: absolute; left: 50%; top: 46px; height: 22px; margin-left: -600px; }
#header .topMenu ul.list {*zoom:1;} /* Hack for browser IE5.5~7 */
#header .topMenu ul.list:after { content:" "; display:block; clear:both;} /* float virtual element */
#header .topMenu ul.list {}
#header .topMenu ul.list li { float: left; background: url(../images/common/menu_devider_black.png) left center no-repeat; padding-left: 11px; margin-left: 10px; }
#header .topMenu ul.list li.first { background: none; padding-left: 0; margin-left: 0; }
#header .topMenu ul.list li a { color: #767676; line-height: 20px; font-size: 13px; text-decoration: none; }
#header .topMenu ul.list li a:hover { color: #000; text-decoration: underline; }

#header a.btnApply { display: block; position: absolute; right: 50%; top: 36px; width: 120px; height: 36px; line-height: 36px; font-size: 15px; color: #fff; font-weight: 600; text-align: center; text-decoration: none; background-color: #603390; margin-right: -600px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
#header a.btnApply:hover { background-color: #8262a5; }

#header .gnb { position: relative; height: 52px; border: 1px solid #e1e1e1; border-width: 1px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .gnb > ul.list {*zoom:1;} /* Hack for browser IE5.5~7 */
#header .gnb > ul.list:after { content:" "; display:block; clear:both;} /* float virtual element */
#header .gnb > ul.list { text-align: center; }
#header .gnb > ul.list > li { position: relative; display:inline-block; display: -moz-inline-stack; zoom:1; *display:inline; }
#header .gnb > ul.list > li > a { display: block; height: 50px; line-height: 50px; color: #5c5c5c; font-size: 16px; font-weight: bold; text-decoration: none; padding: 0 35px; }
#header .gnb > ul.list > li > a:hover { color: #000; }
#header .gnb > ul.list > li.active > a { color: #603390; }

#header .gnb > ul.list > li > ul.sub { display: none; position: absolute; left: 50%; top: 50px; width: 200px; border: 1px solid #e1e1e1; border-width: 0 1px 1px; background-color: #fff; margin-left: -100px; z-index: 999;
	-moz-box-shadow: 0px 6px 6px rgba(0,0,0,.175);
	-webkit-box-shadow: 0px 6px 6px rgba(0,0,0,.175);
	box-shadow: 0px 6px 6px rgba(0,0,0,.175);
}
#header .gnb > ul.list > li:hover > ul.sub { display: block; }
#header .gnb > ul.list > li > ul.sub > li { border-bottom: 1px solid #dedede; }
#header .gnb > ul.list > li > ul.sub > li.last { border-bottom: 0; }
#header .gnb > ul.list > li > ul.sub > li > a { display: block; height: 34px; line-height: 34px; font-size: 13px; color: #2a2a2a; text-decoration: none; padding: 0 16px; }
#header .gnb > ul.list > li > ul.sub > li > a:hover { color: #fff; background-color: #5f328f; }

#header .gnb > ul.list > li > ul.sub > li > ul.sub2d { display: none; }

/* footer */

#footer { position: relative; }
#footer .partnerWrap { border: 1px solid #e2e2e2; border-width: 1px 0; background-color: #f5f5f5; padding: 11px 0; }
#footer .partnerWrap .partner { position: relative; width: 1200px; margin: 0 auto; }
#footer .partnerWrap .partner ul.slides {*zoom:1;} /* Hack for browser IE5.5~7 */
#footer .partnerWrap .partner ul.slides:after { content:" "; display:block; clear:both;} /* float virtual element */
#footer .partnerWrap .partner ul.slides { margin-left: -11px; }
#footer .partnerWrap .partner ul.slides li { float: left; width: 162px; margin-left: 11px; }
#footer .partnerWrap .partner ul.flex-direction-nav li a { position: absolute; top: 50%; width: 12px; height: 20px; text-indent: -9999px; margin-top: -10px; z-index: 9; }
#footer .partnerWrap .partner ul.flex-direction-nav li a.flex-prev { left: -20px; background: url(../images/common/partner_nav_prev.png) center center no-repeat; }
#footer .partnerWrap .partner ul.flex-direction-nav li a.flex-next { right: -20px; background: url(../images/common/partner_nav_next.png) center center no-repeat; }

#footer .footerIn { position: relative; width: 1200px; padding: 38px 0 38px 230px; margin: 0 auto; }
#footer .footerIn h1 { position: absolute; left: 0; top: 50%; width: 220px; height: 120px; text-indent: -9999px; background: url(../images/common/footer_logo.png) center center no-repeat; margin-top: -60px; }
#footer .footerIn ul.list {*zoom:1;} /* Hack for browser IE5.5~7 */
#footer .footerIn ul.list:after { content:" "; display:block; clear:both;} /* float virtual element */
#footer .footerIn ul.list {}
#footer .footerIn ul.list li { float: left; line-height: 25px; font-size: 14px; color: #5b5b5b; background: url(../images/common/menu_devider_black.png) left center no-repeat; padding-left: 11px; margin-left: 10px; }
#footer .footerIn ul.list li.first { background: none; padding-left: 0; margin-left: 0; }
#footer .footerIn p.copyright { line-height: 25px; font-size: 14px; color: #aaa; margin-top: 24px; }

/* quick */

#quickWrap { position: absolute; left: 50%; top: 400px; width: 90px; margin-left: 580px;}
#quickWrap h3 { height: 24px; line-height: 24px; text-align: center; color: #fff; font-size: 12px; font-weight: normal; background-color: #777; }
#quickWrap ul.list { border: 1px solid #777; border-width: 0 1px; }
#quickWrap ul.list li { text-align: center; border-bottom: 1px solid #777; }
#quickWrap ul.list li a { display: block; height: 90px; color: #777; text-decoration: none; }
#quickWrap ul.list li a:hover { color: #000; background-color: #f3f3f3; }
#quickWrap ul.list li p.icon { height: 60px; line-height: 60px; }
#quickWrap ul.list li p.icon:before { content: ""; display: inline-block; height: 100%; vertical-align: middle;}
#quickWrap ul.list li p.icon img { vertical-align:middle;}
#quickWrap ul.list li p.title { line-height: 20px; }

/* visit */

#footer .visitCount { position: absolute; bottom: 20px; right: 50%; margin-right: -600px; }
.visitCount { position: relative; width: 120px; }
.visitCount ul.list li { line-height: 30px; color: #fff; font-size: 12px; background: #4b4b4b; padding: 0 14px; margin: 0 0 3px 0;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}
.visitCount ul.list li span.title { font-weight: bold; }


/* mediaquery for tab */

@media only screen and (min-width: 801px) and (max-width: 1200px) {

}

/* mediaquery for mobile */

@media only screen and (max-width: 800px) {

	.forPC { display: none !important;}
	.forMobile { display: block !important;}

	.mobileMenu { display: block; width: auto; height: 40px; line-height: 40px; font-size: 15px; text-align: center; color: #fff; background-color: #015a8e; margin: 0 10px;}
	.mobileMenu { display: block; position: absolute; right: 20px; top: 28px; width: 33px; height: 23px; text-indent: -9999px; background: #11bdd2 url(../images/mobile/top_btn_menu.png) 0 0 no-repeat; -webkit-background-size: 33px auto; background-size: 33px auto;}

}

/* ==============================================
   main
   ============================================== */

/* visual */

.visWrap { position: relative; height: 384px; margin-bottom: 50px; }
.visWrap p.slogan { position: absolute; left: 50%; top: 70px; margin-left: -564px; z-index: 999; }
#mainVisual ul.slides,
#mainVisual .flex-viewport { height: 100%; }
#mainVisual { width: 100%; height: 100%; border: 0; padding: 0; margin: 0; overflow: hidden; }
#mainVisual ul.slides { padding: 0; margin: 0; }
#mainVisual ul.slides li { position: relative; width: 100%; height: 100%; 
	display: none; 
	-webkit-backface-visibility: hidden;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#mainVisual ul.slides li.v01 { background-image: url(../images/main/visual_img01.jpg); }

#mainVisual ol.flex-control-nav { position: absolute; left: 0; bottom: 30px; width: 100%; text-align: center; z-index: 9; }
#mainVisual ol.flex-control-nav li { display:inline-block; display: -moz-inline-stack; zoom:1; *display:inline; width: 14px; margin: 0 3px; }
#mainVisual ol.flex-control-nav li a { display: block; height: 14px; text-indent: -9999px; background-color: #fff; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#mainVisual ol.flex-control-nav li a.flex-active { background-color: #d7c326; }

#mainVisual ul.flex-direction-nav li a { position: absolute; top: 50%; width: 28px; height: 58px; text-indent: -9999px; margin-top: -29px; z-index: 9; }
#mainVisual ul.flex-direction-nav li a.flex-prev { left: 70px; background: url(../images/main/visual_nav_prev.png) center center no-repeat; }
#mainVisual ul.flex-direction-nav li a.flex-next { right: 70px; background: url(../images/main/visual_nav_next.png) center center no-repeat; }

/* main body */

#mainBody h4 { line-height: 30px; font-size: 20px; font-weight: bold; margin-bottom: 18px; }
#mainBody a.btnMore { display: block; position: absolute; top: 4px; right: 0; height: 20px; line-height: 20px; font-size: 12px; color: #fff; text-decoration: none; background-color: #6b4e8b; padding: 0 8px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#mainBody a.btnMore:hover { background-color: #8262a5; }

/* main top */

.mainTop {*zoom:1;} /* Hack for browser IE5.5~7 */
.mainTop:after { content:" "; display:block; clear:both;} /* float virtual element */
.mainTop { width: 1200px; border-bottom: 1px solid #e5e5e5; padding-bottom: 36px; margin: 0 auto 36px; }
.mainTop > div { position: relative; float: left; margin-left: 30px; }

#mainBody ul.board {}
#mainBody ul.board li { position: relative; line-height: 28px; background: url(../images/common/icon_dot_gray.png) left center no-repeat; padding-left: 12px; }
#mainBody ul.board li a { color: #5c5c5c; text-decoration: none; }
#mainBody ul.board li a:hover { color: #000; text-decoration: underline; }
#mainBody ul.board li span.date { position: absolute; right: 0; top: 0; }

#mainBody ul.gallery {*zoom:1;} /* Hack for browser IE5.5~7 */
#mainBody ul.gallery:after { content:" "; display:block; clear:both;} /* float virtual element */
#mainBody ul.gallery { margin-left: -12px; }
#mainBody ul.gallery li { float: left; width: 152px; margin-left: 12px; }
#mainBody ul.gallery li p.img {}
#mainBody ul.gallery li p.title { line-height: 28px; text-align: center; margin-top: 7px; }
#mainBody ul.gallery li p.title a { color: #414141; text-decoration: none; }
#mainBody ul.gallery li p.title a:hover { color: #000; text-decoration: underline; }

.mainTop .notice { width: 330px; margin-left: 0; }

.mainTop .news { width: 480px; }

.mainTop .consult { width: 330px; }
.mainTop .consult .con { height: 140px; background: url(../images/main/consult_img.jpg) right bottom no-repeat; }
.mainTop .consult .con p.num { line-height: 46px; font-size: 40px; }
.mainTop .consult .con p.num a { color: #4d1885; text-decoration: none; font-weight: bold; }
.mainTop .consult .con p.num a:hover { color: #6935a1; }
.mainTop .consult .con p.cell { line-height: 34px; font-size: 22px; color: #444; font-weight: bold; }
.mainTop .consult .con p.cell span.title { font-size: 18px; color: #979797; }
.mainTop .consult .con p.cell a { color: #444; text-decoration: none;}
.mainTop .consult .con p.cell a:hover { color: #1f1f1f; }

/* main bottom */

.mainBottom {*zoom:1;} /* Hack for browser IE5.5~7 */
.mainBottom:after { content:" "; display:block; clear:both;} /* float virtual element */
.mainBottom { width: 1200px; margin: 0 auto 50px; }
.mainBottom > div { position: relative; float: left; margin-left: 30px; }
.mainBottom .schedule { margin-left: 0; }
.mainBottom .media { width: 330px; }


/* mediaquery for tab */

@media only screen and (min-width: 801px) and (max-width: 1200px) {

}

/* mediaquery for mobile */

@media only screen and (max-width: 800px) {

}


/* popup */

.hd_pops { left: 50% !important; margin-left: -225px; }
/*.hd_pops { display: flex; flex-direction: column; align-items: center; width: 100%; }
.hd_pops .hd_pops_con { position: relative; }
.hd_pops .hd_pops_footer { width: 450px; }*/

#hd_pops_11 {display: flex;width: 100%;flex-direction: column;align-items: center;}
#hd_pops_11 .hd_pops_footer {width: 700px;}

.popSlide {}
.popSlide ul.slides {}
.popSlide ul.slides li {}
.popSlide ul.slides li.flex-active-slide {}

.popSlide ul.flex-direction-nav li a { position: absolute; top: 50%; width: 28px; width: 42px; height: 42px; text-indent: -9999px; margin-top: -21px; z-index: 9;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
}
.popSlide ul.flex-direction-nav li a.flex-prev { left: 20px; background: rgba(0,0,0,.2) url('../images/common/arrow_nav_prev.png') center center no-repeat; }
.popSlide ul.flex-direction-nav li a.flex-next { right: 20px; background: rgba(0,0,0,.2) url('../images/common/arrow_nav_next.png') center center no-repeat; }
.popSlide ul.flex-direction-nav li a:hover { background-color: rgba(0,0,0,.3); }
