@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import url(http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);

body { font-family:'NanumBarunGothic', sans-serif!important; line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:14px; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: crimson; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { font-family:  'Nanum Gothic', sans-serif; }
.ko, .ko small { font-family: 'Nanum Gothic', sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; }
.at-body .at-container { padding:0px 15px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:20px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
@media all and (max-width:991px) {
	.responsive .at-body .at-container { padding:0px 10px !important; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }

}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; padding:10px 0px 5px; }
.at-lnb ul > li { float: left; padding: 0px 15px; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { color: #333; float:left; }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더
********************************************************/
.pc-header { padding:10px 0px 0px; text-align:center; }
.pc-header .at-container {width:260px; padding:0px 20px 15px; }
.pc-header .header-logo { display:inline-block; vertical-align:middle; padding:0px 15px; }
.pc-header .header-logo a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#000; }
.pc-header .header-logo a:hover { color:#000; }
.pc-header .header-logo img { display:block; max-width:100%; max-height:110px; }
.pc-header .header-desc { display:block; font-size:12px; letter-spacing:-1px; color:#888; margin-top:2px; }
.pc-header .header-search { display:inline-block; width:260px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #111; background: #111; }
.pc-header .header-search input { background: #fff; border:1px solid #111; }
.pc-header .header-search .btn { color:#fff !important; background: #111 !important; }
.pc-header .header-keyword { padding-top:4px; }
.en .pc-header .header-keyword { font-size:12px; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더
********************************************************/
.m-header { display:none; background: rgb(50, 60, 70); }
.m-header a { color:#fff }
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; }
.m-header .header-icon,
.m-header .header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }
@media all and (max-width:991px) {
	.responsive .m-header { display:block; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #1896d1; border:0px; z-index:3; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 16px; font-family:'Nanum Gothic', sans-serif; }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:16px; }
@media all and (max-width:991px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; background: #1896d1; font-weight:bold; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#1896d1; }
.pc-menu .nav-top .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: skyblue transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; border-top:3px solid skyblue; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: skyblue; border-color:skyblue; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: skyblue; border-color:skyblue; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#1896d1; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: skyblue; }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:170px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:crimson; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon,
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border:1px solid #eee; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: skyblue; font-weight:bold; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: skyblue; font-weight:bold; }
@media all and (max-width:991px) {
	.responsive .m-menu { display:block; }
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer .at-links { background:#fafafa; padding:8px 0px; border:1px solid #ddd; border-left:0px; border-right:0px;  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 15px; }
.at-footer .at-links ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #888; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; text-align:center; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}

/****** new footer 18.12.06 ******/
footer { color:#ccc; background-color:#2f2f2f;}

footer div.sitemap_box_inner { height:270px; border-bottom:1px solid #4a4a4a; margin-top:30px;}
footer div.sitemap_box_inner ul { list-style:none; padding:0px; margin:0px;}
footer div.sitemap_box_inner ul > li.sitemap { width:178px; float:left; color:#fff; margin-left:13px; text-align:center; font-size:17px;}
footer div.sitemap_box_inner ul > li.sitemap > a { color:#0b8ed1; text-decoration:none;}
footer div.sitemap_box_inner ul > li.sitemap span { border-bottom:1px solid #656565; width:178px; display:block; padding-bottom:10px;}
footer div.sitemap_box_inner ul.sitemap_list { margin-top:15px;}
footer div.sitemap_box_inner ul.sitemap_list li { font-size:13px; font-weight:100; line-height:24px;}
footer div.sitemap_box_inner ul.sitemap_list li a { color:#aaa; text-decoration:none;}
footer div.sitemap_box_inner ul.sitemap_list li a:hover { color:#0b8ed1;}
@media (max-width: 1200px) {
	footer div.sitemap_box_inner ul > li.sitemap { width:145px;}
	footer div.sitemap_box_inner ul > li.sitemap span { width:145px;}
}
@media (max-width: 990px) {
	footer div.sitemap_box_inner ul > li.sitemap { width:109px;}
	footer div.sitemap_box_inner ul > li.sitemap span { width:109px;}
}

footer div.other_site { width:155px; height:40px; border:2px solid #0b8ed1; position:absolute; right:15px; top:45px; z-index:999;}
footer div.other_site button { color:#0b8ed1; background:none; border:none; cursor:pointer; font-size:14px; line-height:34px; background:url(/img/common/btn_sitelist.png) no-repeat right center; padding:0px 20px 0px 25px;}
footer div.other_site ul.site_list { position:absolute; border:1px solid #0b8ed1; bottom:38px; right:-2px; width:155px; background-color:#0b8ed1; height:90px; list-style:none; padding:0px; margin:0px;}
footer div.other_site ul.site_list li { font-size:13px; line-height:30px;}
footer div.other_site ul.site_list li a { color:#fff; padding:0px 18px; width:154px; display:block; cursor:pointer; text-decoration:none;}
footer div.other_site ul.site_list li a:hover { background:#fff; color:#333;}

footer div.footer_menu { background:url(../../../../img/logo_footer1.png) no-repeat left center; padding:20px 15px 20px 140px; height:130px;}
footer div.footer_menu ul { height:30px; padding:0px; margin-bottom:5px; display:block; }
footer div.footer_menu ul li { float:left; font-size:13px; list-style:none;}
footer div.footer_menu ul li:first-child { padding-right:20px;}
footer div.footer_menu ul li a { color:#ccc; text-decoration:none;}
footer div.footer_menu p { font-size:13px; margin:0px; display:block; line-height:2; }
footer div.footer_menu p.copyright a { text-decoration:none; color:#ccc;}
@media (max-width: 1200px) {
	footer div.other_site { display:none; }
}
@media (max-width: 990px) {
	footer div.footer_menu span.tel { display:block;}
	footer div.footer_menu { height:150px;}
}
@media (max-width: 767px) {
	footer { height:auto;}
	footer div.container { padding:15px;}
	footer div.sitemap_box { display:none;}
	footer div.footer_menu { height:105px;}
	footer div.footer_menu { background:none; padding:0px;}
	footer div.footer_menu ul { display:none; }
	footer div.footer_menu p { width:100%; text-align:center;}
	footer div.footer_menu span { margin-right:0px; display:block;}
}


/*******  ********/

/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { padding:15px 20px 20px; }
.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright { float:left; margin-left:10px; }
.at-footer .at-infos .copyright span { color:#888; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#888; }
.at-footer .at-about > li > a { color: #888; }
.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:15px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#888; }
.at-footer .at-copyright strong { color:#333; }

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 25px; z-index: 2; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
@media (max-width: 768px) {
	.at-go .go-btn { bottom:0px; right:5px; }
}

/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "Roboto", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family:dotum, sans-serif; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Roboto", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "Roboto", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Roboto", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }


/* service  */
/*메인 게시판*/
.main_board{padding-bottom:40px;}
.main_board h2{padding: 13px 20px; font-size: 20px; color: #008ed2;}
.main_board ul{padding: 18px 20px;border-top: 1px solid #e9e9e9; list-style:none;}
.main_board ul li{line-height: 27px; position: relative;}
.main_board ul li a{color: #424242; font-size: 14px; font-weight: 300;}
.main_board ul li a span.board_title{text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block; width: 400px;}
.main_board ul li span.list_date{position: absolute; right: 0px; top: 0px; color: #aaa; font-size: 13px; font-weight: 300;}
a.main_more{position: absolute; top: 0px; padding: 10px; right:4%;}

.main_board1{width:575px; height:256px; border: 1px solid #e9e9e9; border-top: 2px solid #008ed2;}
.main_board2{width:575px; height:256px; border: 1px solid #e9e9e9; border-top: 2px solid #008ed2; margin-left:17px;}
.main_board3{width:293px; height:256px; margin-left:17px; background:url(../img/sugg.png) center center no-repeat; cursor:pointer;}

.main_board3_txt{padding-top:154px;}
.main_board3_txt dt{color:#008ed2; font-weight:bold; font-size:20px; padding-bottom:10px;}
.main_board3_txt dd span{display:inline-block;}
@media (max-width: 1200px) {
.main_board1{width:476px; height:256px; border:thin solid #ddd;}
.main_board2{width:476px; height:256px; border:thin solid #ddd; margin-left:17px;}
.main_board3{width:100%; height:100px; margin-left:0px; margin-top:17px; background:url(../img/sugg_mob.png) left center no-repeat; background-size:auto;}
.main_board ul li a span.board_title{width: 330px;}

.main_board3_txt{padding-top:34px; padding-left:140px; text-align:center;}
.main_board3_txt dt{font-size:24px; display:inline;}
.main_board3_txt dd{display:inline; padding-left:20px; font-size:16px;}
}
@media (max-width: 990px) {
.main_board1{width:366px; height:256px; border:thin solid #ddd;}
.main_board2{width:366px; height:256px; border:thin solid #ddd; margin-left:17px;}
.main_board3{width:100%; height:100px; margin-left:0px; margin-top:17px;}
.main_board ul li a span.board_title{width: 75%;}

.main_board3_txt{padding-top:16px; padding-left:140px; text-align:center;}
.main_board3_txt dt{font-size:24px; display:block;}
.main_board3_txt dd{display:block; font-size:14px;}
}
@media (max-width: 767px) {
.main_board{margin-right:0px; margin-left:0px;}
.main_board1{width:100%; height:256px; border:thin solid #ddd;}
.main_board2{width:100%; height:256px; border:thin solid #ddd; margin-left:0px; margin-top:17px;}
.main_board3{width:100%; height:100px; margin-left:0px; margin-top:17px;}
.main_board ul li a span.board_title{width: 78%;}
}
@media (max-width: 587px) {
.main_board3_txt{padding-top:15px;}
.main_board3_txt dt{font-size:25px;}
.main_board3_txt dt span{display:block;}
.main_board3_txt dd{display:none;}
}
@media (max-width: 339px) {
.main_board3_txt{padding-top:22px; padding-left:148px}
.main_board3_txt dt{font-size:20px;}
}

/*메인-바로가기ㅏ*/
.shortcut{padding-bottom:40px;}
.shortcut_dot{background:url(../img/quick_dot.png) center center no-repeat; width:5px; height:80px; float:left;}
.shortcut1{ height:80px; line-height:45px; text-align:left; font-size:26px;}
.shortcut2{ background:url(../img/quick01.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut3{ background:url(../img/quick02.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut4{ background:url(../img/quick03.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut5{ background:url(../img/quick04.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut6{ background:url(../img/quick05.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut7{ background:url(../img/quick06.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut8{ background:url(../img/quick07.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}

.shortcut_caption{width:116px; margin-top:58px; text-align:center; }
.shortcut1 .together_title{color:#24b48d;}
@media (max-width: 1200px) {
.shortcut{display:none;}

}
@media (max-width: 990px) {

}
@media (max-width: 767px) {

}


/*메인-바로가기ㅏ*/
.shortcut{padding-bottom:40px;}
.shortcut_dot{background:url(../img/quick_dot.png) center center no-repeat; width:5px; height:80px; float:left;}
.shortcut1{ height:80px; line-height:45px; text-align:left; font-size:26px;}
.shortcut2{ background:url(../img/quick01.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut3{ background:url(../img/quick02.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut4{ background:url(../img/quick03.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut5{ background:url(../img/quick04.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut6{ background:url(../img/quick05.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut7{ background:url(../img/quick06.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}
.shortcut8{ background:url(../img/quick07.png) center top no-repeat; float:left; width:116px; height:80px; cursor:pointer;}

.shortcut_caption{width:116px; margin-top:58px; text-align:center; }
.shortcut1 .together_title{color:#24b48d;}
@media (max-width: 1200px) {
.shortcut{display:none;}

}
@media (max-width: 990px) {

}
@media (max-width: 767px) {

}


/*안내*/
.information{background:#193441; height:370px; padding:82px 0px;}
.information1{color:#FFFFFF;}
.information2{background:url(../../../../img/minjoomain_icon1.png) center center no-repeat; width:240px; height:210px;}
.information3{background:url(../../../../img/minjoomain_icon2.png) center center no-repeat; width:240px; height:210px; margin:0px 20px;}
.information4{background:url(../../../../img/minjoomain_icon3.png) center center no-repeat; width:240px; height:210px;}
.information .together_title{font-size: 34px; line-height: 38px; color: #fff; margin-top: 33px; font-weight: 100; background: url(../img/together_underbar.png) no-repeat left bottom; padding-bottom: 15px;}
.information .together_title span.info_txt2{display:block;}
.information .information_sub{color: #fff; font-weight: 100; font-size: 14px; width: 250px;  margin-top: 10px;}
.information_txt{padding-top:118px;}
.information_txt dt{color:#008ed2; font-weight:bold; font-size:16px; padding-bottom:10px;}
.information_txt dd span{display:inline-block; letter-spacing:-1px;}
.information_wrap{width:1170px; margin:0 auto;}
.information_bank_wrap{position:absolute; padding-top:30px;}
.information span.information_bank{display:inline-block; color:#FFF; font-size:16px; font-weight:bold;}
.information span.information_bank_no{display:inline-block; color:#FFF; font-size:20px; font-weight:bold; margin-top:-9px;}

@media (max-width: 1200px) {
.information_wrap{width:970px;}
.information2{background:url(../../../../img/minjoomain_icon1.png) center center no-repeat; width:196px; height:210px;}
.information3{background:url(../../../../img/minjoomain_icon2.png) center center no-repeat; width:196px; height:210px; margin:0px 20px;}
.information4{background:url(../../../../img/minjoomain_icon3.png) center center no-repeat; width:196px; height:210px;}
.information_txt dt{padding-bottom:5px;}
.information_txt dt span{display:inline-block;}
.information_txt dd span{display:inline-block; letter-spacing:-2px; font-size:12px;}
.information_txt dd{ line-height:25px;}
.information4 .information_txt dd{ line-height:15px;}
.information span.information_bank_no{font-size:16px;}
}
@media (max-width: 990px) {
.information_wrap{width:750px;}
.information1{width:360px; height:170px; margin-bottom:10px; float:left;}
.information2{background:url(../../../../img/minjoomain_micon1.png) center center no-repeat; width:360px; height:170px; margin:0px 0px 10px 10px; float:left; background-size:cover;}
.information3{background:url(../../../../img/minjoomain_micon2.png) center center no-repeat; width:360px; height:170px; margin:0px; float:left; background-size:cover;}
.information4{background:url(../../../../img/minjoomain_micon3.png) center center no-repeat; width:360px; height:170px; margin:0px 0px 10px 10px;float:left; background-size:cover;}

.information{height:370px; padding:10px;}
.information .together_title{font-size: 30px; line-height: 34px; color: #fff; margin-top: 15px; font-weight: 100; background: url(../img/together_underbar.png) no-repeat left bottom; padding-bottom: 15px;}

.information_txt{padding-top:98px;}
.information_txt dt span{display:inline;}
.information_txt dd span{display:inline; letter-spacing:0px; font-size:14px;}
.information_txt dd{ line-height:20px;}
.information4 .information_txt dd{ line-height:20px;}

.information_bank_wrap{width:230px; padding-top:20px; padding-left:30px;}
.information span.information_bank_no{font-size:18px;}
}
@media (max-width: 767px) {
.information_wrap{width:610px;}
.information .information_sub{display:none;}
.information1{width:47%;}
.information2{width:47%; margin-left:19px;}
.information3{width:47%;}
.information4{width:47%; margin-left:19px;}
.information_txt dt{ padding-top:22px; text-align:center;}
.information_txt dt span{display:inline-block;}
.information_txt dd{display:none;}
.information .together_title span.info_txt1{display:block;}

.information_bank_wrap{padding-top:20px; padding-left:0px;}
.information span.information_bank{ padding-left:30px;}
.information span.information_bank_no{font-size:20px; padding-left:30px;}
}

@media (max-width: 571px) {
.information_wrap{width:339px;}
.information_txt{padding-top:102px;}
.information_txt dt{display:inline-block; width:100%; text-align:center; font-size:15px; padding-top:22px;}
.information4 .information_txt dt{ padding-top:22px;}
.information4 .information_txt dt span{display:inline-block;}
.information_txt dd{display:none;}
.information_txt dt span.information_txt_title{display:none;}
.information_bank_wrap{width:180px;}
.information span.information_bank{ padding-left:0px;}
.information span.information_bank_no{font-size:13px; padding-left:0px;}
}
@media (max-width: 339px) {
.information_wrap{width:292px;}
.information .together_title{font-size: 26px;}
.information1{width:46%;}
.information2{width:46%; margin-left:19px;}
.information3{width:46%;}
.information4{width:46%; margin-left:19px;}
.information span.information_bank{ padding-left:18px;}
.information span.information_bank_no{font-size:12px; margin-left:-8px;}
}




/* Main hover img */
	.report_center{padding:10px 0px 40px 0px; }
	.report_center1,.report_center2,.report_center3,.report_center4,.report_center5,.report_center6{width:189px; height:190px; position:relative; cursor:pointer;}

	.report_center1{ background:url(../../../../img/main_medianews1.png) center center no-repeat; background-size:cover;margin-right:5px;}
	.report_center2{ background:url(../../../../img/main_fakenews1.png) center center no-repeat; background-size:cover;}
	.report_center3{ background:url(../../../../img/main_suggest1.png) center center no-repeat; background-size:cover;}
/*	.report_center4{ background:url(../../../../img/mainiconyoutube1.png) center center no-repeat; background-size:cover;}*/
	.report_center4{ background:url(../../../../img/dgminjooyoutube.jpg) center center no-repeat; background-size:cover;}

	.report_center5{ background:url(../../../../img/deliman2.jpg) center center no-repeat; background-size:cover;}
	.report_center6{ background:url(../../../../img/mainicondutch.jpg) center center no-repeat; background-size:cover;margin-left:5px;}

	.report_center2{margin: 0px 3px;}
	.report_center3{margin: 0px 3px;}
	.report_center4{margin: 0px 3px;}
	.report_center5{margin: 0px 3px;}


	.report_center dl.report_center_txt1,.report_center dl.report_center_txt2,.report_center dl.report_center_txt3,.report_center dl.report_center_txt4,.report_center dl.report_center_txt5,.report_center dl.report_center_txt6{	width: 100%; background-color: #000; opacity: 0.8; color: #fff; position: absolute; left: 0px; height: 100%; line-height: 50px; padding: 0px 10px; text-align:center; display:none;}

	.report_center_txt1{width: 100%; background-color: #000; opacity: 0.8; color: #fff; position: absolute; left: 0px; height: 100%; line-height: 50px; padding: 40px 5px 5px 10px; text-align:center; display:none;}
	.report_center_txt2{width: 100%; background-color: #000; opacity: 0.8; color: #fff; position: absolute; left: 0px; height: 100%; line-height: 50px; padding: 40px 5px 5px 10px; text-align:center; display:none;}
	.report_center_txt3{width: 100%; background-color: #000; opacity: 0.8; color: #fff; position: absolute; left: 0px; height: 100%; line-height: 50px; padding: 40px 5px 5px 10px; text-align:center; display:none;}
	.report_center_txt4{width: 100%; background-color: #000; opacity: 0.8; color: #fff; position: absolute; left: 0px; height: 100%; line-height: 50px; padding: 40px 5px 5px 10px; text-align:center; display:none;}
	.report_center_txt5{width: 100%; background-color: #000; opacity: 0.8; color: #fff; position: absolute; left: 0px; height: 100%; line-height: 50px; padding: 40px 5px 5px 10px; text-align:center; display:none;}
	.report_center_txt6{width: 100%; background-color: #000; opacity: 0.8; color: #fff; position: absolute; left: 0px; height: 100%; line-height: 50px; padding: 40px 5px 5px 10px; text-align:center; display:none;}
	.report_center_txt1 dt, .report_center_txt2 dt, .report_center_txt3 dt,.report_center_txt4 dt,.report_center_txt5 dt,.report_center_txt6 dt{font-size:23px; padding-bottom:15px;}

	.report_center_caption1,.report_center_caption2,.report_center_caption3,.report_center_caption4,.report_center_caption5,.report_center_caption6{	width: 100%; background-color: #000; opacity: 0.8; color: #fff; position: absolute; left: 0px; height: 50px; line-height: 50px; padding: 0px 10px; bottom: 0px; font-size:15px;}

@media(max-width: 1200px) {
	.report_center{padding:10px 0px 40px 0px; }
	.report_center1,.report_center2,.report_center3,.report_center4,.report_center5,.report_center6{border:1px solid #ddd; width:152px; height:145px;}
	.report_center2,.report_center3,.report_center4{margin: 0px 3px;}
	.report_center_txt1{padding-top:30px}
	.report_center_txt2, .report_center_txt3, .report_center_txt4, .report_center_txt5{padding-top:54px}
		.report_center_caption1,.report_center_caption2,.report_center_caption3,.report_center_caption4,.report_center_caption5,.report_center_caption6{font-size:12px;}
}
@media (max-width: 990px) {
	.report_center{padding:10px 0px 40px 0px; }
	.report_center1,.report_center2,.report_center3,.report_center4,.report_center5,.report_center6{float:left;border:1px solid #ddd; width:242px; height:140px;margin-left:0px;margin-right:0px;}
	.report_center_txt1, .report_center_txt2, .report_center_txt3, .report_center_txt4, .report_center_txt5,.report_center_txt6{padding-top:30px}
	.report_center_txt1 dt, .report_center_txt2 dt, .report_center_txt3 dt, .report_center_txt4 dt, .report_center_txt5 dt,.report_center_txt6 dt{font-size:17px;}
	.report_center_txt1 dd, .report_center_txt2 dd, .report_center_txt3 dd, .report_center_txt4 dd, .report_center_txt5 dd,.report_center_txt6 dd{letter-spacing:-1px;}
}
@media (max-width: 767px) {
	.report_center{padding:10px 0px 40px 0px; margin:0 auto;}
	.report_center1,.report_center2,.report_center3,.report_center4,.report_center5,.report_center6{border:1px solid #ddd; width:100%; height:140px;}
	.report_center2, .report_center3,.report_center4,.report_center5,.report_center6{margin: 10px 0px 0px 0px;}
}

/*************************/

/******* 신고 hover ******/

#report { font-size:14px; color:#333; }

#report div.agree h3 { font-size:22px; margin:15px 0px;}
#report div.agree div.agree_inner { border:1px solid #DDDDDD; padding:25px;}
#report div.agree div.agree_inner p { text-align:justify; height:120px; padding-right:20px; line-height:1.8; overflow-y:scroll; margin:0px;}
#report div.agree div.agree_inner p span { margin-left:20px; display:block;}
#report div.agree div.agree_inner p span.title { font-weight:bold; margin-left:0px;}
#report div.agree div.checkbox { margin-bottom:20px; }
#report div.agree div.checkbox label { line-height:20px;}

#report div.write textarea { height:100px;}

#report div.list_A ul { list-style:none; margin:0px; padding:0px; }
#report div.list_A ul.top_line { border-top:1px solid #CCC; }
#report div.list_A li { border-bottom:1px solid #CCC; overflow:hidden; line-height:3.6; }
#report div.list_A li.no_data { line-height:20; }
#report div.list_A span.no { display:inline-block; width:40px; margin-right:10px; text-align:center; font-family:verdana; color:#999; font-size:12px; }
#report div.list_A span.headword { color:#2A72BA; }
#report div.list_A span.subject { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
#report div.list_A span.date { font-family:verdana; color:#666; font-size:12px; }
#report div.list_A a { text-decoration:none; color:#333; }
#report div.list_A a:hover { color:#2A72BA; }

#report div.view h1 { font-size:20px; padding:10px; display:inline-block; }
#report div.view div.info { text-align:right; line-height:1; font-size:12px; color:#666; }
#report div.view div.report_contents span.url { display:block; margin-bottom:15px; color:#333; }
#report div.view div.report_contents span.mod_date { display:block; margin-top:15px; color:#999; }
#report div.view div.url_file { font-family:verdana; font-size:12px; }

#report div.comment span { display:inline-block; }
#report div.comment span.bold { font-weight:bold; margin-right:10px; vertical-align:top; }

#report div.report_start { border:1px solid #EEE; padding:50px; min-height:100px;}
#report div.report_start div.start_button { text-align:center;}
#report div.report_start div.start_button button { margin-bottom:5px;}
#report div.report_start div.write_button { text-align:center;}
#report div.report_start div.write_button button { margin-bottom:5px;}
#report div.report_start div.inquire_button p { color:#999; margin:10px 0px;}
#report div.report_start div.inquire_button div.input-group { margin-bottom:5px;}
#report div.report_start div.inquire_button span.input-group-addon { border-top-left-radius:4px; border-bottom-left-radius:4px;}

#report div.report_start h3 { color:#666; font-size:18px; font-weight:bold; margin-bottom:15px;}
#report div.report_start span.line { display:block; border-top:1px solid #eee; margin:40px 0px;}

/******* 신고 hover END******/