@charset "utf-8";
/************/

/* search */
.searchDiv { position: relative; background: #fff; margin:30px 0 30px; padding: 20px; border:solid 1px #ddd; }
.searchDiv::before {
	content: "";
    position: absolute;
    bottom: -4px;
    left: -1px;
    display: block;
    width: 100%;
    height: 3px;
    background: #f1f1f1;
 }
.searchDiv .searchtxt { margin: 0; line-height: 36px; font-size: 15px; color: #777; }
.searchDiv .searchtxt b { font-size: 15px; color: #333; }
.searchDiv .searchForm { text-align: right; }

/* table - Basic */
.table.tablebasic { width: 100%; border-top:solid 1px #bbb; }
.table.tablebasic th { background:#fafafa; text-align:center; padding:15px 0; font-size: 15px;   border-top:solid 1px #2a2a2a; }
.table.tablebasic td { padding: 13px 0 13px 0; border-bottom:solid 1px #ddd; font-size: 14px;  color: #666; }
.table.tablebasic td A { color: #666; font-size: 15px; }
.table.tablebasic td A:hover { color: #444; }


.table.tableList { width: 100%; border-top:solid 1px #bbb; }
.table.tableList th { background:#fafafa; text-align:center; padding:15px 0; font-size: 15px;   border-top:solid 1px #2a2a2a; }
.table.tableList td { padding: 13px 0 13px 0; border-bottom:solid 1px #ddd; font-size: 14px; text-align: center;  color: #666; vertical-align: middle; }
.table.tableList td A { color: #666; font-size: 15px; }
.table.tableList td A:hover { color: #444; }
.table.tableList .w_hd A .tit { margin: 0; padding: 0; color: #666; line-height: 1.5; font-size: 1.7rem; }
.table.tableList .w_hd A:hover .tit { color: #444; text-decoration: underline; }
.table.tableList .w_hd A .desc { margin: 8px 0 0; color: #888;  font-size: 1.4rem; text-decoration: none; }

.table.tableList td span { display: inline-block; border-radius: 6px; padding: 5px 10px; font-family: 'nanum-square-r', sans-serif; line-height: 1.25; font-size: 90%; }

.tableList .w_hd { display: block; float: left; }
.tableList .m_hd { display: none; }


/* 갤러리 */
.gallery { margin: 0 -10px; }
.gallery .galleryList { width: 33.3%; float: left; margin: 0 0 20px; padding: 0 10px; }
.gallery .galleryList > div { border: solid 1px #ddd; background:#ffffff; }
.gallery .galleryList .Img { background: #fafafa; position: relative; height:200px; padding: 0; text-align: center; border-bottom: solid 2px #eee; overflow: hidden; }
.gallery .galleryList .Img a img {
	max-width:100%; height: 100%;
	-ms-transform:all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.gallery .galleryList .Img a:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.gallery .galleryList .cont { position: relative; width: 100%; padding: 20px; display: inline-block; background: #fff;  overflow: hidden; }
.gallery .galleryList .cont .title { margin: 0; height:48px; overflow: hidden; padding:0 0px 10px; }
.gallery .galleryList .cont .title a {  font-family: 'notokr-regular', sans-serif; line-height: 1.4; font-size: 18px; color: #000; }
.gallery .galleryList .cont .title a i { font-size: 20px; line-height: 1.4; vertical-align: middle; color: #666; }
.gallery .galleryList .cont .title a:hover { text-decoration: underline; }
.gallery .galleryList .cont .desc { margin: 12px 0 0; height: 57px; overflow: hidden;}
.gallery .galleryList .cont .desc .txt a {  font-size: 13px; color:#777; }
.gallery .galleryList .cont .desc .txt a:hover { text-decoration: underline; }
.gallery .galleryList .cont .desc .tag { display: inline-block; margin: 10px 0 0; }
.gallery .galleryList .cont .rating { margin: 10px 0 0; padding: 15px 0 0; color: #777; font-size: 13px; }
.gallery .galleryList .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.gallery .galleryList .cont .rating > span {  font-size: 13px; line-height: 1.2; }
.gallery .galleryList .cont .option { position: absolute; bottom: 18px; right:20px; }
.gallery .galleryList .cont .item-price { position:absolute; }


/* 갤러리 */
.webzine { border:0; padding: 0; border-radius: 0; padding-bottom:30px; }
.webzine > li { width: 100%; display: block; background: #fff; border:solid 1px #eee; border-top:0; padding: 0; }
.webzine > li:first-child { border-top:solid 1px #eee;  }
.webzine > li > div {
	display: table-cell;
    vertical-align: middle;
    padding: 0;
    position: relative; }
.webzine > li .img { background: #eee; width: 400px; height: 240px; overflow: hidden; }
.webzine > li .img a { height: 240px; overflow: hidden; }
.webzine > li .img a img {
	max-width: 100%; height:auto; width: 100%;
	-ms-transform:all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.webzine > li .img a:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.webzine > li .cont { padding: 0 30px; }
.webzine > li .cont .title a { font-family: 'notokr-regular', sans-serif; line-height: 1.4; font-size: 24px; color: #000; }
.webzine > li .cont .desc { margin: 15px 0 0; }
.webzine > li .cont .desc a { font-family: 'notokr-light', sans-serif;  font-size: 18px; color:#777; }
.webzine > li .cont .title a:hover,.desc a:hover { text-decoration: underline; }
.webzine > li .cont .rating { margin: 10px 0 0; padding:0 0 15px; color: #777; font-size: 14px; }
.webzine > li .cont .rating > span i { font-size: 15px; color: #999; vertical-align: middle; }
.webzine > li .cont .rating > span {  font-size: 13px; line-height: 1.2; }
.webzine > li .cont .more { position: relative; line-height:20px; margin:30px 0 0; display: block; vertical-align: middle; color: #666; }
.webzine > li .cont .more:hover { color: #ea5515; }
.webzine > li .cont .more > i { position: absolute; display: inline; font-size: 32px; line-height:20px; }
.webzine > li.webzineNone { width: 100%; padding: 100px 0; text-align: center; }
/* View Page */
.board-view { position: relative; margin:30px 0 50px; }
.board-view .view-header {
	position:relative; margin: 0;
	padding: 20px 10px;
    border-top: solid 2px #777;
    border-bottom: solid 1px #ddd;
}
.board-view .view-header dt {  }
.board-view .view-header dt .title { font-weight:600; font-size:24px; line-height: 1.4; color:#222; text-align: center;  }
.board-view .view-header dt .date { float:right; font-size:12px; color:#999;  padding:8px 0 0 5px; }

.board-view .view-header dd {  color:#666; padding:0; text-align: center; overflow:hidden; }
.board-view .view-header dd i { color:#999; font-size: 16px; line-height: 0; vertical-align: middle; }
.board-view .view-header dd .info { display: inline-block; margin-top: 15px; font-size:14px; color:#777; }
.board-view .view-header dd .info li {
	position: relative;
	float: left;
	padding: 0 10px;
	color: #777;
	font-size:15px;
	font-weight: normal;
}
.board-view .view-header dd .info li::before { content: ''; position: absolute; left: 0; top:50%; width: 1px; height: 16px; background: #ddd; margin-top: -8px; }
.board-view .view-header dd .info li:first-child:before  { display: none; }
.board-view .view-header .document-name a { color:#777; }
.board-view .view-header .document-name i { color:#337ab7; vertical-align: middle; font-size: 15px; }
.board-view .view-header .document-name span { color:#555;  font-size: 13px; font-weight: normal; }
.board-view .view-header dd span {  padding:0 5px; }

.board-view .view-body { border-bottom:solid 1px #ddd; margin-bottom: 15px;}
.board-view .view-body .viewContent { width: 100%; display: inline-block; padding: 25px; font-size: 13px; }
.board-view .view-body .viewContent table { width: 100%!important;  }
.board-view .view-body .viewContent img { width: auto!important; max-width: 100% !important; height:auto !important; }

.viewTag { position: relative; width: 100%; display: inline-block; margin-bottom: 15px; }
.viewTag .tit { width: 64px; float: left; line-height: 30px; font-size: 14px; }
.viewTag .tagList {}
.viewTag .tagList li { float: left; margin-right: 10px; }
.viewTag .tagList li a {
	display: block;
    padding: 0 12px!important;
    height: auto;
    line-height: inherit;
    border-radius: 50px;
	line-height: 30px;
    font-size: 14px!important;
    border: solid 1px #60bea3!important;
    color: #60bea3!important;
}
.viewTag .tagList li a:hover {  background:#60bea3!important; color: #fff!important;}

.board-view .view_footer { width: 100%; display:inline-block; padding: 10px; border-bottom:solid 1px #ddd;  }
.board-view .view_footer .tag_list strong { float: left; }
.board-view .view_footer .tag_list ul { float: left; display: inline-block; }
.board-view .view_footer .tag_list ul li { float: left; margin: 0 0 0 5px; }
.board-view .view_footer .tag_list ul li a { padding: 5px; background: #f5f5f5; color: #777; font-size: 13px; }

.arrowDown { display:block; text-align:center; padding: 20px 0; }
.arrowDown i { font-size:42px; }

/* SNS button */
.share_sns  { width: 100%; margin: 30px 0 0;text-align: center; }
.share_sns ul { display: inline-block; }
.share_sns ul > li { float:left;   }
.share_sns ul > li:first-child {   }
.share_sns ul > li:last-child A { border-right: 0; }
.share_sns ul > li button,
.share_sns ul > li A {
	background: #ddd;
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-block; padding: 0; border-radius:0;
	box-shadow: none;
	line-height: 40px; text-align: center;	color:#999;
}
.share_sns ul > li A i { font-size: 18px; }
.share_sns ul > li A.btn-kakaostory { background:#fcbd03; }
.share_sns ul > li A.btn-kakaostory > span {
	position: absolute; top:10px; left: 50%; margin-left: -9px;
	background-image:url(/assets/common/images/user/icon_cacaostory_on.png);
	width: 18px; height:18px;
	background-size: 18px 18px;
	background-position: 50% 50%;
	border-radius:0;
}
.share_sns ul > li A.btn-naverblog { background:#29b200; }
.share_sns ul > li A.btn-naverblog > span {
	background-image:url(/assets/common/images/user/icon_naverblog_on.png);
	width:18px; height:18px; display: inline-block;
	background-size: 18px 18px;
	background-position: 50% 50%;
	margin-bottom: -5px;
	border-radius:0;
  }
.share_sns ul > li A.btn-facebook { background:#3a5795; color:#fff;  }
.share_sns ul > li A.btn-twitter	{ background:#59adea; color:#fff; }
.share_sns ul > li A.btn-google { background:#ff5b57; color:#fff; }
.share_sns ul > li A.btn-kakao { background:#ffed11; color:#2e1922; }

.share_sns ul > li A.btn-band { background:#5c5b63; }
.share_sns ul > li A.btn-band > span {
	background-image:url(/assets/common/images/user/icon_band_on.png);
	width:18px; height:18px; display: inline-block;
	background-size: 18px 18px;
	background-position: 50% 50%;
	margin-bottom: -5px;
	border-radius:0;
  }


.share_sns li A.heart-score  { width: 40px; padding: 0 5px; }

/* files */
.document_list { border-top: solid 1px #ddd; padding:15px 0; overflow:hidden; }
.document_list strong { float: left; margin-right: 15px; color: #777; font-weight: normal; }
.document_list ul { float: left; display: inline-block; }
.document_list ul li { display: block; padding: 0 0 0; }
.document_list ul li .document-file {  padding: 0 0 0; }
.document_list ul li A { display: block;}
.document_list ul li .document-name	{  }
.document_list ul li .document-name A {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		color:#707478;
}
.attached-document > li:before {
    content: '\f0c6';
    font-family: FontAwesome;
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 18px;
	}
.attached-document > li .document-name {
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #cacaca;
    color: #707478;
    position: relative;
}
.attached-document .document-file {
    height: 70px;
    background: rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: center;
    line-height: 70px;
    font-size: 32px;
}


/* commont */
.noneLogin { width: 100%; display: inline-block; }
.noneLogin .commentWrite { width: 100%; display: inline-block; float: left; }
.noneLogin .commentWrite .form-control { height: 80px; border-radius: 0; font-size: 15px; }
.noneLogin .namePw { position: relative; width: 100%;display: inline-block; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd;}
.noneLogin .namePw > div { padding: 0 80px 0 0;  }
.noneLogin .namePw .input-group { width: 50%; float: left; }
.noneLogin .namePw .input-group .form-control {  background: #fafafa; height:40px; border: 0; border-left: solid 1px #ddd; font-size: 15px; }
.noneLogin .namePw .input-group-btn { width: 80px; float: left;}
.noneLogin .namePw .input-group-btn .btn  { height:40px;width: 80px; box-shadow: none;  border-radius: 0;}

.list-group {   margin-bottom: 15px; }
.list-group .list-group-item { position: relative; background:none; border: 0; border-bottom:solid 1px #ddd; padding: 0;  }


.commont_write .input-group .form-control   { height:80px; padding:10px !important; }
.commont_write .input-group .btn   { height:80px; width: 80px; }
.comment { padding: 18px 12px; overflow: hidden; }
.comment .comment_img { position:absolute;
	background: #fff;
	position:absolute;
	float: left;
	margin:0 15px 0 10px;
	height: 50px;
	width:50px;
	line-height: 50px;
	border: solid 1px #eee;
	border-radius: 50%;
	overflow: hidden;
}
.comment .comment_img img {  }
.comment .comment_info { margin-left: 75px;  }
.comment .comment_info .name { display: block; color:#333; font-size: 13px; }
.comment .comment_info .date { float: right; color:#777; font-size: 12px; }
.comment .comment_info .comment_text { padding: 5px 0 0;}
.comment .comment_etc { float: left; margin-top: 13px;  }
.comment-none { width: 100%; text-align: center; padding: 50px 0;  color: #999; }
.comment-none i { display: block; padding-bottom: 10px; font-size: 36px; color: #bbb;}

.reply_comment { width:100%; background:#fafafa; border-top:solid 1px #ddd; border-bottom:solid 1px #ddd; display: inline-block;  padding: 0; }
.reply_write { padding: 15px; border-top:solid 1px #ddd; }
.reply_write .input-group .form-control   { height:80px; padding:10px!important; }
.reply_write .input-group .btn   { height:80px; width: 80px; }

.reply_list li { width: 100%; display: inline-block; border-top:solid 1px #ddd; padding: 14px 10px 14px 20px; }
.reply_list li:first-child { border-top:0; }
.reply_list .comment_img {
	background: #fff;
	position:absolute;
	float: left;
	margin:0 15px 0 10px;
	height: 50px;
	width:50px;
	line-height: 50px;
	border: solid 1px #eee;
	border-radius: 50%;
	overflow: hidden;
}
.reply_list .comment_img img { }
.reply_list .comment_info {  margin-left: 75px; }
.reply_list .comment_info > .name { display: block; padding-right: 5px; color:#333; font-size: 13px; }
.reply_list .comment_info > .date { float: right; color:#777; font-size: 12px; }
.reply_list .comment_info > .comment_text { padding: 5px 0 0;}
.reply_list .comment_etc { float: left; margin-top: 13px;  }

.reply_delete_comment { float: left; width: 100%; margin: 10px 0 0; }
.reply_delete_comment .reply_delete {  }


/*페이징*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
	float: left;
  display: inline;
}
.pagination > li > a > i { font-size: 1.6rem; font-weight: bold;}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 14px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #777;
  background-color: #ffffff;
  border:solid 1px #ddd;
  margin-left: -1px;
  box-shadow:none;
  border-radius: 0!important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #555!important;
  border-color: #333!important;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}


.panel-write { position: relative; max-width: 1000px; margin: 0 auto; border:solid 2px #eee; }
.panel-write .panel-heading { background: #eee!important; padding: 15px; }
.panel-write .panel-heading .panel-title { color: #333; font-size: 14px; }
.panel-write .panel-body { padding: 20px; }
.panel-write .panel-footer { border: 0; }
.panel-write .form-group { margin-right:0; margin-left: 0; }
.panel-write .form-group .coverImg {   }
.panel-write .form-group .coverImg > .img {
	background: #fafafa;
    padding: 0;
	border: solid 1px #ddd;
    text-align: center;
    overflow: hidden;
 }
.panel-write .form-group .coverImg .img img { max-width: 100%; height: auto; }
.panel-write .form-group .coverImg .img > div { height: 180px; }
.panel-write .form-group .coverImg .img > div > img { max-width: 100%; height:100%; }
.panel-write .form-group { padding: 0 0 20px; border-bottom: dashed 1px #ddd; }
.panel-write .form-group .control-label{ font-size: 14px; }
.panel-write .form-group.last { border-bottom:0; margin: 0; padding: 0; }
.panel-write .panel-body .title {
	width: 100%; display: inline-block; padding: 12px 0; margin: 0 0 20px; border-bottom: solid 2px #ddd;
	font-family:'NanumSquareR'; font-size: 18px; color:#333; font-weight: bold;
}
.panel-write .agreement {  width: 100%; display: inline-block; margin: 0 0 20px; border: solid 1px #eee;  border-bottom:0;}
.panel-write .agreement label { width: 100%; display: inline-block; text-align: right; margin: 0; padding: 10px; border-bottom:solid 1px #eee;}
.panel-write .agreement .text-box { background: #fafafa; max-height: 300px; padding: 20px; border-bottom: solid 2px #eee;  font-size: 14px; }
.btn-wrap { position: relative; max-width: 1000px; margin: 15px auto; }

/* history */
.history_top{background:url('/assets/common/images/basic/bg_history.png') right bottom no-repeat;}
.history_top .txt{padding-top:60px;}
.history_cont{overflow:hidden; padding:30px 0 0 35px;}
.history_cont .year_box{overflow:hidden;width:100%;background:url('/assets/common/images/basic/bg_history_y.png') 0 0  repeat-y;}
.history_cont .year_box strong.tit_year{float:left;padding:0 0 0 25px;font-weight:normal;font-size:20px;color:#0089d0;line-height:1em;background:url('/assets/common/images/basic/bg_year.png') 0 0  no-repeat;font-family:"nanum-square-r";}
.history_cont .year_box ul{float:left;margin:0 0 30px 10px;}
.history_cont .year_box ul li{margin:-2px 0 15px;}
.history_cont .year_box ul li:after{content:"";display:block;clear:both;}
.history_cont .year_box ul strong{float:left;display:inline-block;width:80px;line-height: 1.4;font-weight:normal;font-size:18px}
.history_cont .year_box ul span{float:left;padding-left:12px;background:url('/assets/common/images/basic/bg_dot.png') 0 8px no-repeat; font-size:16px; }
.history_cont .first_year ul{margin-bottom:0;}
.history_cont .first_year ul li.last{margin-bottom: 0;}

.provisionCont { text-align: center;  }
.provisionCont .title { display: inline-block; margin-bottom: 30px; font-size: 24px; color: #333; font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; }
.provisionCont .contText { background: #fafafa; padding: 30px; border:solid 2px #eee; font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; text-align: left; font-size: 15px; }
.provisionCont .contText p { font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; font-size: 15px; line-height: 1.6; }
.provisionCont .contText .s1 { font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; font-size: 15px; line-height: 1.6; }

/* sitemap */
.siteMap { width: 100%; display: inline-block; }
.siteMap > div {  min-height: 450px; }
.siteMap .title { padding: 10px 0 10px 10px; border-bottom: solid 2px #ddd; }
.siteMap .title a { color: #00acac; font-size:22px; }
.siteMap ul { display: inline-block; margin: 15px 0 0; padding: 0; }
.siteMap ul li { margin: 0 0 15px 10px; padding: 0 0 0 10px; background:url('/assets/common/images/basic/ul_bg.png') no-repeat 0px 10px; }
.siteMap ul > li > ul > li > a { font-size:14px;  }
.siteMap ul li a { display: block; font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; color: #666; font-size:16px; }
.siteMap ul li a:hover { color: #222; text-decoration: underline; }


/* faq */
.faqTabs { background: #fff; width: 100%; display: inline-block; }
.faqTabs li { width: 25%; float: left; margin:-1px 0 0 -1px; border: solid 1px #ddd; }
.faqTabs li a { display: block; text-align: center; height: 45px; padding: 12px 18px; font-size:14px; color: #555; }
.faqTabs li.active a,
.faqTabs li a:hover {
	background: #F33285;
	border: solid 1px #F33285;
	color:#fff;
}

.faqList { margin: 0; border-radius: 0!important;  border: solid 1px #ddd; }
.faqList .panel-heading { background: #fff; padding: 0;  border-radius: 0; }
.faqList .panel-heading .panel-title a { background: #f5f5f5; margin: 0; padding: 15px; border-radius: 0; border:0; color:#333; font-size: 15px; font-weight: 600; }
.faqList .panel-heading .panel-title a.accordion-toggle-styled { background: #f5f5f5; font-weight: bold; color: #222; font-family:'NanumSquareR', sans-serif;}
.faqList .panel-heading .panel-title a.collapsed { background: #fff; font-weight: normal; color: #777; }

.faqList .panel-heading .panel-title a .label { background: #fff; color: #555;  font-size: 12px; font-weight: normal;  }
.faqList .panel-heading .panel-title a span { font-family:sans-serif; color:#F33285; font-size:18px; font-weight: normal;  }

.faqList .panel-collapse .panel-body { border-bottom: solid 1px #ddd; font-size: 15px;  }
.faqList .panel-collapse .panel-footer { border-top:solid 1px #eee!important; }

/* site-map */
.site-map { width: 100%; display: inline-block;  }
.site-map > div {  min-height: 450px; }
.site-map .title { padding: 10px 0 10px 10px; border-bottom: solid 2px #ddd; }
.site-map .title a { color: #00acac; font-size:22px; }
.site-map ul { display: inline-block; margin: 15px 0 0; padding: 0; }
.site-map ul li { margin: 0 0 15px 10px; padding: 0 0 0 10px; background:url('/assets/common/img/content/ul-bg.png') no-repeat 0px 10px; }
.site-map ul > li > ul > li > a { font-size:14px;  }
.site-map ul li a { display: block; font-family:'NanumSquareR',notokr-regular , Malgun Gothic, sans-serif; color: #666; font-size:16px; }
.site-map ul li a:hover { color: #222; text-decoration: underline; }

@media(max-width:991px){

	.tableList th:nth-child(1),.tableList td:nth-child(1){ display: none; }
	.tableList th:nth-child(2) { display: none; }
	.tableList th:nth-child(3),.tableList td:nth-child(3) { display: none; }
	.tableList th:nth-child(4),.tableList td:nth-child(4){ display: none; }
	.tableList th:nth-child(5),.tableList td:nth-child(5){ display: none; }
	.tableList th:nth-child(6),.tableList td:nth-child(6){ display: none; }
	.table.tableList td { padding: 0;  text-align: left;}
	.table.tableList .w_hd { display: none; }
	.table.tableList .m_hd { display: block; }
	.table.tableList .m_hd A { display: block; padding: 22px 10px; color: #666; font-size: 1.7rem; }
	.table.tableList .m_hd A:hover,
	.table.tableList .m_hd:hover { background: #fafafa; }
	.table.tableList .m_hd A .tit { margin: 0; padding: 0; color: #666; line-height: 1.5; font-size: 1.7rem; }
	.table.tableList .m_hd A:hover .tit { color: #444; text-decoration: underline; }
	.table.tableList .m_hd A .desc { margin: 8px 0 0; color: #888;  font-size: 1.3rem; text-decoration: none; }
	.table.tableList .m_hd A .desc span { padding: 0 5px 0 0; }
	.table.tableList .m_hd A .desc span i { font-size: 18px; vertical-align: middle; }

	.gallery .galleryList { width:50%; }

	.webzine > li { border:solid 1px #eee; margin-bottom: 20px; padding: 0; }
	.webzine > li > div {
		width: 100%;
		display: block;
	    vertical-align: middle;
	    padding: 0;
	    position: relative; }
	.webzine > li .img { background: #eee; width: 100%; height: auto;; overflow: hidden; text-align: center; }
	.webzine > li .img a { }
	.webzine > li .cont { padding: 15px; }
}

@media(max-width:767px){
	.panel-write .form-group{
		margin-top:40px;
	}
}

@media(max-width:479px){
	.gallery .galleryList { width:100%;  }

}
