@charset "utf-8";

@import url("./font/font.css");


html, body {
	/*height: 100%;*/
}

body {
	font-size:12px;
	font-family: Gulim,"굴림", "맑은고딕","Malgun Gothic","돋움",Dotum,tahoma,Helvetica,AppleGothic,Sans-serif;
	background-color: #f3f3f3;
}

/* a-style */
a:link{color:#1c1c1c; text-decoration: none;}
a:visited{color:#1c1c1c; text-decoration: none;}
a:active{color:#1c1c1c; text-decoration: none;}
a:hover{color:#363736;}

.more {
	vertical-align: middle;
	position: absolute;
	right: 30px;
	top: 20px;
}

.center_width {
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	height: auto;
}

/* 그라데이션 */
.full_gra_bg {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
	color: #fff;
	height: 194px;
}
.full_gra_bg a {
	position: absolute;
	bottom: 0px;
}
.full_gra_bg a:hover {
	color: #fff;
	text-decoration: underline;
}
.full_gra_bg.g194 {
	background: url('/image/gra_bg_194.png') repeat 0 0;
}
.gra_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 500;
	color: #fff;
}
.gra_bg h2 {
	position: absolute;
	bottom: 30px;
	left: 10px;
}
.gra_bg p {
	position: absolute;
	bottom: 15px;
	left: 10px;
}
.gra_bg a:hover {
	color: #fff;
	text-decoration: underline;
}
.gra_bg.g130 {
	background: url('/image/gra_bg_130.png') repeat-x 0 bottom;
}
.gra_bg.g284 {
	background: url('/image/gra_bg_284.png') repeat-x 0 bottom;
}
.gra_bg.g130 h2 {
	color: #fff;
	margin: 50px 0px 0px 0px;
	padding-left: 25px;
	height: 19px;
	line-height: 19px;
	position: absolute;
	bottom: 50px;
}
.gra_bg.g130 p {
	color: #fff;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	padding-left: 25px;
	position: absolute;
	bottom: 27px;	
}
.gra_bg.g100 {
	background: url('/image/gra_bg_100.png') repeat 0 0;
}

.gra_bg.g100 h2 {
	color: #fff;
	margin: 70px 0px 0px 0px;
	padding-left: 25px;
	font-size: 14px;
	width: 100%;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
}

/* buttons */
.btn_b_b {
	background-color:#7e8dc8;
	color: #fff;
	padding: 30px;
	vertical-align: top;
	border: 1px solid #7e8dc8;
	cursor: pointer;
}

/* top 오른쪽 링크들 */
.top_loc_bg {
	border-bottom: 1px solid #dbdbdb;
	background-color: #f7f7f7;
	position: relative;
}
.top_loc {
	height: 35px;
}
.top_loc h1.left_text {
	color: #646464;
	position: absolute;
	font-size: 12px;
}
.top_loc div.top_right {
	position: absolute;
	top: 8px;
	right: 0px;
	z-index: 999;
}
.top_loc div.top_right a {
	color: #646464;
	font-size: 12px;
	display: inline-block;
	padding: 0px 3px;
}
.top_loc div.top_right a:hover {
	text-decoration: underline;
}

/* 로고 */
.top_logo_line {
	background-color: #fff;
	height: 113px;
	border-bottom: 2px solid #ee2419;
}
.top_logo {
	position: absolute;
	width: 258px;
	left: 50%;
	margin-left: -129px;
	margin-top: 22px;
}

/* menu gnb */

.gnb_line {
	background-color: #fff;
	height: 49px;
	border-bottom: 1px solid #cdcdcd;
}
.gnb {
	position: relative;
}

/* 메뉴 */
.gnb .top_menu a {
	display: inline-block;
	padding: 11px 46px;
	font-size: 23px;
	font-weight: bold;
	color: #2f2e2e;
}
.gnb .top_menu a:hover, .gnb .top_menu a.over, .gnb .top_menu a.org {
	background-color: #FF8F8F;
	color: #fff;
}

/* sub gnb */
.gnb_sub_menu {
	padding: 10px;
	border-top: 2px solid #cdcdcd;
	border-bottom: 3px solid #E0332A;
	background-color: #fff;
	display: none;
	margin-left: auto;
	margin-right: auto;
}

.gnb_sub_menu .labels {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #BBB;
	background-color: #BBB;
	color: #fff;
	margin: 0px 5px 0px 0px;
	font-size: 16px;
}
.gnb_sub_menu .labels:hover, .gnb_sub_menu .labels.over {
	text-decoration: underline;
	background-color: #FF8F8F;
	border: 1px solid #FF8F8F;
}
.gnb_sub_menu .sub_menu_items {
	padding: 10px 0px;
	height: 155px;
}
.gnb_sub_menu .sub_menu_items li {
	float: left;
	height: 150px;
	width: 180px;
	margin-right: 10px;
}
.gnb_sub_menu .sub_menu_items li.img_style a {
	display: block;
	width: 100%;
	height: 100%;
}
.gnb_sub_menu .sub_menu_items li a:hover {
	text-decoration: underline;
}
.gnb_sub_menu .sub_menu_items_title {
	margin: 5px 0px;
	padding: 0px 0px;
	line-height: 120%;
	font-size: 15px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.gnb_sub_menu .sub_menu_items .sub_menu_items_dl {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 330px;
}
.gnb_sub_menu .sub_menu_items .sub_menu_items_dl dd {
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 검색 */
.gnb .serach_area {
	position: absolute;
	right: 0px;
	top: 9px;
}
.gnb .serach_area .sns_btns {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 10px;
}
.gnb .serach_area #top_search_frm {
	display: inline-block;
}
.gnb .serach_area #top_search_frm input.search_word {
	height: 30px;
	width: 190px;
	border: 1px solid #cdcdcd;
	background-color: #f7f7f7;
	vertical-align: top;
	padding: 0px 5px;
}
.gnb .serach_area #top_search_frm input.search_btn {
	vertical-align: top;
	margin-left: -10px;
	margin-top: -2px;
}

/* 내용 */
.content {
	padding-top: 40px;
}

/* main content */
.main_con_top {
	margin-bottom: 20px;
}
.main_news {
	width: 700px;
	height: 400px;
	margin-right: 20px;
	position: relative;
}
.main_noti_area {
	width: 354px; /* 380px */
	height: 400px; /* 395px */
	position: absolute;
	right: 0;
	top: 0;
}
.main_notice_list {
	overflow: hidden;
	width: 324px;
	height: 206px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	padding: 19px 28px;
}
.main_notice_list dt.main_notice_title {
	height: 34px;
	border-bottom: 1px solid #bdbdbd;
	font-size: 18px;
	color: #ff0c00;
	font-weight: bold;
}
.main_notice_list dd {
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 324px;
	overflow: hidden;
	line-height: 34px;
	font-size: 13px;
	border-bottom: 1px dashed #bdbdbd;
}
.main_notice_list dd a:hover {
	text-decoration: underline;
}
.webzine_area {
	width: 378px; /* 380px */
	height: 129px; /* 131px */
	border: 1px solid #ff9595;
	background-color: #FFF;
	position: relative;
}
.webzine_icon_image {
	margin-top: 25px;
	margin-left: 40px;
	vertical-align: middle;
}
.webzine_text_area {
	position: absolute;
	right: 10px;
	top: 30px;
	cursor: pointer;
}
.webzine_text_area .webzine_text {
	font-size: 16px;
	color: #ff0c00;
	font-weight: bold;
	cursor: pointer;
}
.webzine_text_area .webzine_a_tag {
	margin-top: 10px;
}

.main_con_mid {

}
.main_news_list {
	height: auto;
}
.main_news_list li {
	width: 354px;
	height: 196px;
	float: left;
	margin-right: 19px;
	overflow: hidden;
}
.main_news_list li.last {
	margin-right: 0px;
}
.main_news_list li.main_list_empty {
	border-top: 8px solid #e5e5e5;
	height: 20px;
}
.main_news_list li.main_news_item {
	margin-bottom: 20px;
	position: relative;
}
.main_news_list li.main_news_item a {
	color: #fff;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}
.main_news_list li.main_news_item h2 {
	margin: 0px;
	padding-left: 25px;
	font-size: 14px;
	width: 91%;
	height: 19px;
	line-height: 19px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	position:absolute;
	bottom: 10px;
	z-index: 600;
}
.main_con_bot {
	clear: both;
}

.side_news_box {
	background-color: #FFF;
	width: 306px; /* 354px 492px */
	padding: 8px 24px 15px;
	float: left;
	margin-bottom: 20px;
}
.side_news_box .side_news_title {
	height: 53px;
	border-bottom: 1px solid #595959;
	margin-bottom: 5px;
}
.side_news_box .side_news_title li {
	float: left;
	line-height: 53px;
	padding: 0px 13px 0px 0px;
	text-align: left;
}
.side_news_box .side_news_title li.bullet {
	color: #d1cece;
	padding: 0px 13px 0px 0px;
	margin: 0px;
	width: 1px;
}
.side_news_box .side_news_title a {
	color: #2e2e2e;
	display: inline-block;
}
.side_news_box .side_news_title a.over,.side_news_box .side_news_title a:hover {
	font-size: 13px;
	font-weight: bold;
}
.side_news_box .side_news_list {
	clear: both;
}
.side_news_box .side_news_list li {
	height: 37px;
	line-height: 37px;
	border-bottom: 1px solid #bdbdbd;
	overflow: hidden;
}
.side_news_box .side_news_list.line_style2 li {
	border-bottom: 1px dotted #bdbdbd;
}
.side_news_box .side_news_list.category_bold li {
	font-weight: bold;
	text-indent: 10px;
	font-size: 15px;
}
.side_news_box .side_news_list li a:hover {
	text-decoration: underline;
}
.side_news_box .side_news_list li.last {
	border-bottom: 0px dashed #bdbdbd;
}
.side_news_box .pics {
	margin-top: 15px;
}
.side_news_box h4.pics_title {
	padding: 0px;
	margin: 5px 0px 0px;
}
.side_news_box h4.pics_title a {
	color: #505050;
}
.side_news_box h4.pics_title a:hover {
	text-decoration: underline;
}
.right_banner {
	font-size: 0px;
}
.right_banner img {
	margin: 0px 18px 18px 0px;
	vertical-align: top;
}
.right_banner img.last {
	margin: 0px 0px 13px 0px;
}
.main_con_banner {
	clear: both;
}

.main_banner {
	background-color: #fff;
	width: 352px;
	height: 100px;
	border: 1px solid #ff9595;
	color: #fff;
	position: relative;
	float: left;
}
.main_banner.gray {
	background-color:#bebebe;
	height: 100px;
	border: 1px solid #bebebe;
	color: #fff;
}
.main_banner.red {
	background-color:#fff;
	height: 100px;
	border: 1px solid #ff9595;
	color: #898989;
}
.main_banner .main_banner_image {
	margin-top: 20px;
	margin-left: 40px;
	vertical-align: middle;
}
.main_banner .main_banner_text_area {
	position: absolute;
	left: 140px;
	top: 10px;	
	width: 190px;
}
.main_banner .main_banner_text_area h3 {
	margin: 10px 0px 5px 0px;
}
.main_banner .main_banner_text_area p {
	margin: 0px;
}
#notice_top_area {
	display: block;
}
#notice_bot_area {
	display: none;
}

.footer {
	clear: both;
	margin-top: 50px;
	background-color: #303030;
	height: 190px;
}
.footer_a_tag {
	margin-top: 40px;
	text-align: center;
	color: #eee;
}
.footer_a_tag a {
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	font-weight: bold;
}
.footer_a_tag a:hover {
	text-decoration: underline;
}
.footer address {
	margin-top: 30px;
	color: #fff;
	text-align: center;
	font-style: normal;
	line-height: 30px;
}
.footer address label {
	display: inline-block;
	padding: 0px 10px;
}

/* sub */
.sub_content_box {
	background-color: #FFF;
	min-height: 990px;
	width: 630px; /* 670px */
	overflow: hidden;
	padding: 20px;
	margin-left: 23px;
}
.sub_title {
	text-indent: 30px;
	background: url('/image/sub_title/1.gif') no-repeat left 7px;
	font-size: 24px;
	margin: 0px 0px 20px 0px;
	border-bottom:1px solid #cdcdcd;
	padding-bottom: 15px;
	position: relative;
}
.sub_loc_line {
	font-size: 12px;
	color: #888;
	font-weight: normal;
	position: absolute;
	right: 0px;
	bottom: 20px;
	background: url('/image/loc_home_icon.gif') no-repeat 10px center;
}
.sub_loc_line a {
	color: #888;
}

/* sub pic list */
.sub_pic_list {
	height: 174px;
	clear: both;
}
.sub_pic_list a:hover {
	text-decoration: underline;
}
.sub_pic_list .sub_list_image_box {
	float: left;
	width: 313px;
	height: 174px;
	position: relative;
}
.sub_pic_list .sub_list_image_box .sub_list_image_box_bg {
	background: url('/image/black_bg_1.png') repeat 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 600;
}
.sub_pic_list .sub_list_image_box .sub_list_play_btn {
	position: absolute;
	left: 50%;
	margin-left: -33px;
	z-index: 610;
	top: 50%;
	margin-top: -33px;
}
.sub_pic_list .sub_list_content {
	margin-left: 330px;
}
.sub_pic_list .sub_list_content .sub_item_title {
	color: #e0332a;
	font-size: 17px;
	margin: 0px 0px 10px 0px;
}
.sub_pic_list .sub_list_content .sub_item_content {
	font-size: 14px;
	line-height: 19px;
	color: #777;
	height: 115px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}
.sub_pic_list .sub_list_content .sub_item_info {
	color: #999;
	font-size: 13px;
}

.right_aside {
	position: absolute;
	right: 0px;
	top: 0px;
}
.right_aside .webzine_area {
	margin-bottom: 20px;
}
.right_aside .side_news_box {
	float: none;
	margin-bottom: 20px;
	width: 332px; /* 380px */
}


.view_title {
	position: relative;
	font-size: 18px;
	margin-top: 30px;
	color: #e0332a;
}
.view_title .view_item_info {
	position: absolute;
	right: 0px;
	color: #999;
	font-size: 13px;
}

.sub_content_body {
	font-size: 15px;
	line-height: 160%;
	color: #565555;
}
.item_wrtie_info {
	position: relative;
	height: 35px;
}
.item_wrtie_info label.user {
	font-size: 13px;
	color: #9b9898;
	line-height: 30px;
}

.item_wrtie_info .sns_line {
	position: absolute;
	right: 0px;
}
.item_wrtie_info .sns_line .facebook {
	vertical-align: top;
}

/* comment */
.comment_write {
	margin: 50px 0px 0px 0px;
}
.comment_write h3 {
	color: #565555;
	margin: 0px;
}
.comment_write .comment_textarea {
	width: 495px;
	height: 80px;
	border: 1px solid #eee;
	resize: none;
}
.hr_dotted {
	border: 0px;
	background: url('/image/right_hr.gif') repeat-x center center;
	height: 4px;
	margin-bottom: 20px;

}

 
/* 모바일 용 */

#mallmenu {
	display: none;
}
#mhomehref {
	display: none;
}

/* all menu */
.allmenu_bg {
	display: none;
}
.allmenu_box {
	display: none;
}


.cycle-pager {
	position: absolute;
	z-index: 100;
	width: 100%;
	text-align: center;
	padding: 5px 0px;
}

.cycle-pager a {
	display: inline-block;
	width: 13px;
	height: 13px;
	text-indent: -999em;
	background: #fff;
	border-radius: 13px; /* must be the same as width and height */
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	box-shadow: 0 0 1px 1px #707173; /* border color */
	margin-right: 8px;
}
.cycle-pager a:hover {
	background: #c0c0c0; /* optional: color when hovered */
}
.cycle-pager a.activeSlide {
background: #707173; /* color when active */
}

/* 메인 하단 배너 - 공지사항 */
.banner_header{
	margin: 0;
	border-bottom: 1px solid #AAA;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	padding-right: 10px;
}
.banner_header h3{
	display: inline-block;
	margin: 0;
	color: #ff0c00;
	font-size: 14px;
	line-height: 14px;
}
.banner_header a {
	float: right;
}

.banner_list {
	height: 70px;
	width: 332px;
	position: relative;
	padding: 0 10px;
}
.banner_list li {
	position: relative;
	width: 332px;
	height: 20px;
	line-height: 20px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px dashed #BDBDBD
}

.thumb_title{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.thumb_title h2{
	width: 360px;
	font-size: 14px;
	color: #FFF;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 600;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}