@charset "UTF-8";

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
  margin:0;padding:0;
}
button, input {
  border:0;border-radius:0;box-shadow:none;
}
fieldset, img {
  border:0;
}
img {
  vertical-align:top;
}
ol, ul {
  list-style:none;
}
address, em {
  font-style:normal;
}
a {
  text-decoration:none;outline:none;
}
a:hover {
  text-decoration:none;
}
iframe {
  overflow:hidden;margin:0;padding:0;border:0;vertical-align:top;
}
html, body {
  -webkit-text-size-adjust:none;
}

/***** Blog *****/
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px
}
body, button, input, select, table, textarea {
  font-size: 12px;
  font-family: 'Noto Sans KR', Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none
}
body {
  position: relative;
  background: #eee;
}
body.modal_open {
  overflow: hidden;
}

/**** Wrap ****/
#wrap {
  position: relative;
  background: #fff;
}
.inner_cont {
  position: relative;
  max-width: 1122px;
	width:100%;
  margin: 0 auto;
}

/*** Header ***/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 10000;
  background: #0068b7;
}
/** Logo **/
#header .logo .link_logo {
  display: inline-block;
  font-size: 1px;
  vertical-align: top;
}
#header .logo .img_logo_mobile {
  display: none;
}
/** Nav **/
#header .nav_wrap {
  position: absolute;
  top: 0;
  right: 84px;
  height: 72px;
}
#header .nav_wrap .mobile-wrap {
	display: none;
}
#header .nav_wrap .category_list {
  padding-top: 21px;
}
#header .nav_wrap .category_list:after {
  clear: both;
  display: table;
  content: '';
}
#header .nav_wrap .category_list > li {
  position: relative;
  float: left;
  white-space: nowrap;
  margin-left: 50px;
}
#header .nav_wrap .category_list > li:first-child {
  margin: 0;
}
#header .nav_wrap .category_list .link_item {
  display: inline-block;
  height: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -1px;
  vertical-align: top;
}
#header .nav_wrap .category_list .sub_category_list {
  display: none;
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  padding-top: 34px;
}
#header .nav_wrap .category_list > li:nth-child(7) {
  margin-top: -7px;
}
#header .nav_wrap .category_list > li:nth-child(8) {
  margin: -4px 0 0 41px;
}
#header .nav_wrap .category_list > li:nth-child(7) .link_item,
#header .nav_wrap .category_list > li:nth-child(8) .link_item {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
#header .nav_wrap .category_list > li:nth-child(7) .link_item {
  width: 81px;
  height: 43px;
  background: url("./images/icon_menu_tv.png") no-repeat;
}
#header .nav_wrap .category_list > li:nth-child(8) .link_item {
  width: 81px;
  height: 46px;
  background: url("./images/icon_menu_toon.png") no-repeat;
}
#header.sub_menu_on .nav_wrap {
  height: 335px;
}
#header.sub_menu_on .nav_wrap .category_list .sub_category_list {
  display: block;
}
#header .nav_wrap .category_list .sub_category_list > li {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding-bottom: 20px;
}
#header .nav_wrap .category_list .sub_category_list > li a {
  display: block;
  height: 30px;
  color: #7b7b7b;
  font-size: 16px;
  letter-spacing: -1px;
}
#header .nav_wrap .category_list .sub_category_list > li a:hover {
  color: #0068b7;
  font-weight: 700;
}
#header .nav_wrap .category_list > li:first-child + li .sub_category_list > li {
  margin-left: 0px;
}
#header .nav_wrap .link_tit {
  /* 전체보기 링크 숨김 */
  display: none !important;
}
#header .nav_wrap .c_cnt,
#header .nav_wrap img {
  /* 전체보기 링크 숨김 */
  display: none !important;
}
#header .bg_sub_menu {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  height: 263px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.18);
  z-index: -1;
}
#header.sub_menu_on .bg_sub_menu {
  display: block;
}
/** Search **/
#header .btn_search {
  position: absolute;
  top: 21px;
  right: 11px;
}
#header .btn_search .btn_search_on {
  display: block;
  background: rgba(0,0,0,0);
  padding: 5px;
  cursor: pointer;
}
#header .btn_search .btn_search_on span {
  display: block;
  width: 21px;
  height: 21px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("./images/spr_search_box_pc.png") no-repeat 0 0;
}
#header .search_box {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 5;
}
#header.sub_menu_on .search_box {
  display: none !important;
}
#header .search_box:before {
  position: absolute;
  top: -72px;
  right: 0;
  width: 54px;
  height: 72px;
  background: #0068b7;
  content: '';
}
#header .search_box .btn_search_off {
  position: absolute;
  top: -51px;
  right: 11px;
  background: #0068b7;
  padding: 11px 9px 12px;
  z-index: 1;
  cursor: pointer;
}
#header .search_box .btn_search_off span {
  display: block;
  width: 13px;
  height: 8px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("./images/spr_search_box_pc.png") no-repeat 0 -52px;
}
#header .search_box .input_search {
  width: 428px;
  height: 49px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.18);
  box-sizing: border-box;
  padding-right: 54px;
}
#header .search_box .input_search input {
  width: 100%;
  height: 49px;
  color: #000;
  font-size: 20px;
  line-height: 29px;
  padding: 10px 10px 10px 15px;
  border: 0;
  background: #fff;
  box-sizing: border-box;
  vertical-align: top;
}
#header .search_box .input_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 49px;
  background: #fff;
  cursor: pointer;
}
#header .search_box .input_search button span {
  display: inline-block;
  width: 21px;
  height: 21px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("./images/spr_search_box_pc.png") no-repeat 0 -26px;
  margin-top: 1px;
}
#header .search_box .input_search:after {
  position: absolute;
  top: 11px;
  right: 52px;
  width: 1px;
  height: 27px;
  border-right: 2px solid #0068b7;
  content: '';
}
#header .btn_mobile {
  display: none;
}

/*** Contatiner ***/
#container {
  position: relative;
  padding-top: 72px;
}

/** Home Cover **/
#sec-home_cover {
  display: none;
}
#tt-body-index #sec-home_cover {
  display: block;
  padding-bottom: 35px;
}
#sec-home_cover:after {
  clear: both;
  display: table;
  content: '';
}
/* image slide */
#slide_section_area {
  position: relative;
}
#slide_section_area .slide_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#slide_section_area .slide_wrap .slide_item {
  position: relative;
}
#slide_section_area .slide_wrap .slide_item a {
  display: block;
}
#slide_section_area .slide_wrap .slide_item a .bg_blank {
  display: block;
  max-width: 100%;
  margin:0 auto;
}
#slide_section_area .slide_wrap .slide_item a .bg_blank_m {
  display: none;
}
#slide_section_area .slide_wrap .slide_item .item_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slide_section_area .slide_wrap .slide_item .item_thumb .bg_thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#slide_section_area .slide_wrap .slide_item .inner_cont {
  position: absolute;
  top: 125px;
  left: 50%;
  margin-left: -561px;
}
#slide_section_area .slide_wrap .slide_item .item_text {
  width: 670px;
  padding-left: 10px;
}
#slide_section_area .slide_wrap .slide_item .item_text .text_category {
  display: none;
  color: #262626;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -1px;
}
#slide_section_area .slide_wrap .slide_item .item_text .text_title {
  display: none;
  max-height: 80px;
  overflow: hidden;
  color: #262626;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1px;
  word-break: break-all;
}
#slide_section_area .slide_wrap .slide_item .link_box {
  display: none;
  width: 108px;
  height: 30px;
  color: #262626;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #313131;
  margin-top: 13px;
}
/* image slide - slick */
#slide_section_area .slide_paging {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
#slide_section_area .slide_paging .slick-dots {
  font-size: 0;
  white-space: nowrap;
  height: 0;
}
#slide_section_area .slide_paging .slick-dots li {
  display: inline-block;
  vertical-align: top;
}
#slide_section_area .slide_paging .slick-dots li button {
  width: 48px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 6px;
  background: #fff;
  margin: 0 4px;
  cursor: pointer;
  vertical-align: top;
}
#slide_section_area .slide_paging .slick-dots li.slick-active button {
  background: #00a0e9;
}
#slide_section_area .slide_nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#slide_section_area .slide_nav .slick-arrow {
  position: absolute;
  top: 187px;
  width: 28px;
  height: 56px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("./images/spr_slide_nav_pc.png") no-repeat;
  cursor: pointer;
}
#slide_section_area .slide_nav .slick-arrow.slick-prev {
  left: 60px;
  background-position: 0 0;
}
#slide_section_area .slide_nav .slick-arrow.slick-next {
  right: 60px;
  background-position: -33px 0;
}
/* thumb list */
.list_section_area {
  margin-top: 24px;
}
.list_section_area ~ .list_section_area {
  margin-top: 7px;
}
.list_section_area ~ .list_section_area ~ .list_section_area {
  display:none;
}
.list_section_area .list_title {
  height: 61px;
  color: #7f7f7f;
  font-size: 24px;
  line-height: 60px;
}
.list_section_area .list_wrap {
  overflow: hidden;
}
.list_section_area .list_wrap ul {
  width: 1175px;
}
.list_section_area .list_wrap ul:after {
  clear: both;
  display: table;
  content: '';
}
.list_section_area .list_wrap ul li {
  float: left;
  width: 340px;
  height: 340px;
  margin: 0 51px 0 0;
}
.list_section_area .link_all {
  position: absolute;
  top: 18px;
  right: 0;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
}
.list_section_area .link_all:after {
  content: '>';
  margin-left: 3px;
}
.list_section_area ~ .list_section_area  .link_all {
  display: none !important;
}
/* thumb item */
.item_thumb_list {
  display: block;
  position: relative;
  width: 340px;
  color: #000;
}
.item_thumb_list .item_thumb {
  position: relative;
  width: 340px;
  height: 194px;
  overflow: hidden;
}
.item_thumb_list .item_thumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: .3s all;
}
.item_thumb_list:hover .item_thumb img {
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
.item_thumb_list .item_text {
  padding-top: 20px;
}
.item_thumb_list .item_text .text_title {
  position: relative;
  max-height: 54px;
  overflow: hidden;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -.5px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_thumb_list .item_text .text_info {
  margin-bottom: 16px;
}
.item_thumb_list .item_text .text_info:after {
  clear: both;
  display: table;
  content: '';
}
.item_thumb_list .item_text .text_info p {
  float: left;
  height: 19px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -.5px;
  white-space: nowrap;
  padding: 0 9px;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  background: #a0a0a0;
}
.item_thumb_list .item_text .text_info .text_category {
  margin-right: 4px;
}
.item_thumb_list .item_text .text_info .text_category:before {
  content: '#';
}
/* Home Cover - banner bottom */
.banner_bottom {
  overflow: hidden;
}
.banner_bottom .banner_list {
  width: 1175px;
}
.banner_bottom .banner_list:after {
  clear: both;
  display: table;
  content: '';
}
.banner_bottom .banner_list li {
  float: left;
  width: 340px;
  margin: 0 51px 0 0;
}
.banner_bottom .banner_list li a {
  display: block;
  width: 340px;
}
.banner_list .slick-arrow {
  display: none !important;
}
/* Home Cover - movie */
.home_movie {
  display: none;
}

/** Post List **/
#content_post_list {
  display: none;
  position: relative;
  padding-top: 13px;
  min-height: 1172px;
}
#tt-body-category #content_post_list,
#tt-body-search #content_post_list {
  display: block;
}
#content_post_list .post_list_wrap {
  position: relative;
  width: 783px;
}
#content_post_list .post_list_wrap .list_head {
  position: relative;
  height: 65px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 60px;
}
#content_post_list .post_list_wrap .list_head h2 {
  float: left;
  color: #0068b7;
  font-size: 27px;
}
#content_post_list .post_list_wrap .search_after {
  display: none;
  color: #000;
  font-size: 23px;
}
#tt-body-search #content_post_list .post_list_wrap .search_after {
  display: inline;
  vertical-align: 1px;
}
#tt-body-search #content_post_list .post_list_wrap .keyword {
  display: inline-block;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
#content_post_list .post_list_wrap .list_head .count {
  float: left;
  color: #454545;
  font-size: 16px;
  letter-spacing: -1px;
  margin: 2px 0 0 10px;
}
#content_post_list .post_list_wrap .list_body ul {
  border-top: 1px solid #ccc;
}
#content_post_list .post_list_wrap .list_body li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
#content_post_list .post_list_wrap .list_body li .item_post {
  display: block;
  position: relative;
  overflow: hidden;
  color: #000;
  background: #fff;
}
#content_post_list .post_list_wrap .list_body li .item_post:after {
  clear: both;
  display: table;
  content: '';
}
#content_post_list .post_list_wrap .list_body li .item_post .thumb {
  position: relative;
  float: left;
  width: 298px;
  height: 170px;
  overflow: hidden;
  margin-right: 20px;
}
#content_post_list .post_list_wrap .list_body li .item_post .thumb img {
	position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: scale(1, 1);
  transition: .3s all;
}
#content_post_list .post_list_wrap .list_body li .item_post:hover .thumb img {
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
#content_post_list .post_list_wrap .list_body li .item_post .text {
  position: relative;
  float: left;
  width: 460px;
  height: 170px;
}
#content_post_list .post_list_wrap .list_body li .item_post .text .text_inner {
  display: table;
  width: 100%;
  height: 100%;
}
#content_post_list .post_list_wrap .list_body li .item_post .text .text_inner .align_box {
  display: table-cell;
  vertical-align: middle;
}
#content_post_list .post_list_wrap .list_body li .item_post .text h3 {
  max-height: 54px;
  overflow: hidden;
  color: #414141;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -.5px;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content_post_list .post_list_wrap .list_body li .item_post .text .summary {
  height: 46px;
  overflow: hidden;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -.5px;
  word-break: break-all;
  margin-top: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content_post_list .post_list_wrap .list_body li .item_post .text .info {
  padding-bottom: 4px;
  margin-top: 23px;
}
#content_post_list .post_list_wrap .list_body li .item_post .text .info:after {
  clear: both;
  display: table;
  content: '';
}
#content_post_list .post_list_wrap .list_body li .item_post .text .info p {
  float: left;
  height: 19px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -.5px;
  white-space: nowrap;
  padding: 0 9px;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  background: #a0a0a0;
}
#content_post_list .post_list_wrap .list_body li .item_post .text .info .text_category {
  margin: 0 4px 0 0;
}
#content_post_list .post_list_wrap .list_body li .item_post .text .info .text_category:before {
  content: '#';
}
/*  */
#content_post_list .post_list_wrap.sub .list_banner {
  margin-bottom: 55px;
}
#content_post_list .post_list_wrap.sub .list_banner img {
  display: block;
  width: 100%;
}
#content_post_list .post_list_wrap.sub .tv_banner .tv_movie {
  position: relative;
  border: 1px solid #bfbfbf;
}
#content_post_list .post_list_wrap.sub .tv_banner .tv_movie .mov {
  position: relative;
  width: 50%;
}
#content_post_list .post_list_wrap.sub .tv_banner .tv_movie .mov img {
  display: block;
  width: 100%;
}
#content_post_list .post_list_wrap.sub .tv_banner .tv_movie .mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content_post_list .post_list_wrap.sub .tv_banner .tv_movie .text {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  transform: translateY(-51%);
}
#content_post_list .post_list_wrap.sub .tv_banner .tv_movie .text .title {
  position: relative;
  max-height: 48px;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -.5px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 7%;
}
#content_post_list .post_list_wrap.sub .list_body ul {
  width: 860px;
  border: 0;
}
#content_post_list .post_list_wrap.sub .list_body ul:after {
  clear: both;
  display: table;
  content: '';
}
#content_post_list .post_list_wrap.sub .list_body li {
  float: left;
  width: 356px;
  height: 352px;
  border: 0;
  padding: 0;
  margin-right: 71px;
}
#content_post_list .post_list_wrap.sub .list_body li .item_post .thumb {
  float: none;
  width: 356px;
  height: 203px;
  margin: 0;
}
#content_post_list .post_list_wrap.sub .list_body li .item_post .text {
  float: none;
  width: 100%;
  height: auto;
}
#content_post_list .post_list_wrap.sub .list_body li .item_post .text .text_inner,
#content_post_list .post_list_wrap.sub .list_body li .item_post .text .text_inner .align_box {
  position: relative;
  display: block;
}
#content_post_list .post_list_wrap.sub .list_body li .item_post .text h3 {
  height: auto;
  max-height: 54px;
  font-weight: 400;
  white-space: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 57px;
}
#content_post_list .post_list_wrap.sub .list_body li .item_post .text .summary {
  display: none;
}
#content_post_list .post_list_wrap.sub .list_body li .item_post .text .info {
  position: absolute;
  top: 20px;
  left: 0;
  margin-top: 0;
}

/*banner*/
#content_post_list .post_list_wrap.sub .banner {display:block;width:100%;margin-bottom:-19px;}
#content_post_list .post_list_wrap.sub .banner img {width:100%;}

#content_post_list .paging {
  max-width: 783px;
  width:100%;
	text-align: center;
  margin-top: 43px;
  font-size: 0;
  white-space: nowrap;
  padding-bottom: 45px;
}
#content_post_list .paging a {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
#content_post_list .paging > a {
  width: 36px;
  height: 36px;
  color: #828282;
  font-weight: 700;
  line-height: 36px;
}
#content_post_list .paging .numbox a span {
  display: block;
  width: 34px;
  height: 34px;
  color: #828282;
  font-size: 18px;
  line-height: 34px;
  border: 1px solid #fff;
  margin: 0 5px;
}
#content_post_list .paging .numbox a span.selected,
#content_post_list .paging .numbox a[href*="/"] span {
  border-color: #bfbfbf;
  background: #fff;
}
#content_post_list .paging .numbox a span.selected {
  color: #fff;
  background: #505050;
}

/*** Sub Page ***/
#sub_page {
  position: relative;
}
/** Article **/
#article {
  position: relative;
  min-height: 1172px;
}
#article .article_page {
  position: relative;
  width: 783px;
}
#article .article_page .article_header {
  position: relative;
  border-bottom: 1px solid #bfbfbf;
  padding: 85px 0 12px;
}
#article .article_page .article_header h3 {
  color: #414141;
  font-size: 30px;
  line-height: 42px;
  word-break: keep-all;
  letter-spacing: -1px;
  text-align: center;
}
#article .article_page .article_header .article_info {
  text-align: center;
  letter-spacing: -.5px;
}
#article .article_page .article_header .article_info .category {
  line-height: 24px;
  padding-top: 7px;
}
#article .article_page .article_header .article_info .category a {
  color: #0068b7;
  font-size: 18px;
}
#article .article_page .article_header .article_info .date {
  color: #9a9a9a;
  font-size: 17px;
  margin-top: 1px;
}
#article .article_page .article_header .article_admin {
  position: absolute;
  bottom: 20px;
  left: 0px;
}
#article .article_page .article_header .article_admin ul:after {
  clear: both;
  display: table;
  content: '';
}
#article .article_page .article_header .article_admin li {
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  padding-left: 14px;
}
#article .article_page .article_header .article_admin li:before {
  position: absolute;
  top: 10px;
  left: 6px;
  width: 2px;
  height: 2px;
  background: #000;
  content: '';
}
#article .article_page .article_header .article_admin li:first-child {
  padding: 0;
}
#article .article_page .article_header .article_admin li:first-child:before {
  display: none;
}
#article .article_page .article_header .article_admin li,
#article .article_page .article_header .article_admin li a {
  color: #000;
}
#article .article_page .article_header .article_share {
  font-size: 0;
  white-space: nowrap;
  text-align: right;
  margin-top: 40px;
}
#article .article_page .article_header .article_share li {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}
#article .article_page .article_header .article_share li a {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 1px;
  text-align: left;
}
#article .article_page .article_header .article_share li a span {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("./images/spr_article_20190623.png") no-repeat;
}
#article .article_page .article_header .article_share li a.icon_facebook span {
  background-position: 0 0;
}
#article .article_page .article_header .article_share li a.icon_twitter span {
  background-position: -41px 0;
}
#article .article_page .article_header .article_share li a.icon_kakao span {
  background-position: -82px 0;
}
#article .article_page .article_header .article_share li a.icon_url span {
  background-position: -123px 0;
}
#article .article_page .article_body .article_body_inner {
  position: relative;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -.5px;
  padding: 38px 0 0;
}
#article .article_page .article_body .article_body_inner p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -.5px;
  word-break: break-all;
}
#article .article_page .article_body .article_body_inner iframe[allowfullscreen] {
	width:100%;
}
#article .article_page .article_bottom {
  padding-top: 20px;
}
#article .article_page .article_bottom .box_tag_trail {
  padding: 10px 18px;
  border-top: 1px solid #bfbfbf;
}
#article .article_page .article_bottom .box_tag_trail .tag_cont {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
#article .article_page .article_bottom .box_tag_trail .tag_cont a {
	color: #9b9b9b;
}
/** 댓글 **/
#article .article_page .box_comment {
  clear: both;
  position: relative;
  border-top: 4px solid #bfbfbf;
}
#article .article_page .box_comment .comment_area {
  padding-top: 28px;
}
#article .article_page .box_comment .comment_area .box_comment_write {
  height: 154px;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box {
  position: relative;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box:after {
  clear: both;
  display: table;
  content: '';
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .bd_textarea {
  border: 1px solid #bfbfbf;
  margin-bottom: 9px;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .bd_textarea textarea {
  width: 100%;
  height: 66px;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -.5px;
  padding: 5px 8px;
  box-sizing: border-box;
  resize: none;
  overflow: hidden;
  overflow-y: auto;
  word-break: break-all;
  border: 0;
  background: #fff;
  vertical-align: top;
  -webkit-appearance: none;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .bd_textarea textarea::placeholder {
  color: #c6c6c6;
  font-weight: 300;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .bd_textarea textarea:-ms-input-placeholder {
  color: #c6c6c6;
  font-weight: 300;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .bd_textarea textarea::-ms-input-placeholder {
  color: #c6c6c6;
  font-weight: 300;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .btn_comment {
  float: left;
  width: 103px;
  height: 32px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  border: 0;
  background: #c6c6c6;
  cursor: pointer;
}
#article .article_page .box_comment .comment_area .box_comment_list {
  clear: both;

}
#article .article_page .box_comment .comment_area .box_comment_list > ul {
  padding-bottom: 68px;
}
#article .article_page .box_comment .comment_area .box_comment_list li {
  margin-top: 12px;
  background: #eee;
}
#article .article_page .box_comment .comment_area .box_comment_list li:first-child {
  margin-top: 0;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment {
  position: relative;
  padding: 0 15px 18px;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment .author_info {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -.5px;
  padding: 13px 0;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment .author_info:after {
  clear: both;
  display: table;
  content: '';
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment .author_info .author {
  float: left;
  color: #2b94cd;
  font-weight: 700;
  white-space: nowrap;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment .author_info .author a {
  color: #2b94cd;
  font-weight: 700;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment .author_info .details {
  float: left;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment .author_info .details .date {
  color: #535353;
  margin: 0 6px;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment .author_info .details .date a {
  margin-left: 4px;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment .text {
  color: #000;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -1px;
  word-break: break-all;
  font-weight: 300;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment .control {
  display: none;
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment:hover .control {
  display: block;
}
#article .article_page .box_comment .comment_area .box_comment_list li .comment .control a {
  margin: 0 4px;
	color:#fff;
	background-color:#2b94cd;
	padding:0 3px;
}
#article .article_page .box_comment .comment_area .box_comment_list li.reply {
  margin: 0 !important;
  background: #f7f7f7;
}
#article .article_page .box_comment .comment_area .box_comment_list li.reply .comment {
  padding-left: 30px !important;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .form_guest {
  float: left;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .form_guest .bd_input {
  float: left;
  border: 1px solid #bfbfbf;
  margin-right: 7px;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .form_guest .bd_input input {
  float: left;
  width: 130px;
  height: 30px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  box-sizing: border-box;
}

#article .article_page .box_comment .comment_area .box_comment_write .write_box .form_guest .bd_input input::placeholder {
  color: #c6c6c6;
  font-weight: 300;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .form_guest .bd_input input:-ms-input-placeholder {
  color: #c6c6c6;
  font-weight: 300;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .form_guest .bd_input input::-ms-input-placeholder {
  color: #c6c6c6;
  font-weight: 300;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .form_secret {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
#article .article_page .box_comment .comment_area .box_comment_write .write_box .form_secret input {
  vertical-align: -1px;
}
/** 하단 **/
#article .article_page .article_footer {
  clear: both;
  height: 108px;
  text-align: center;
}
#article .article_page .article_footer .btn_list {
  display: inline-block;
  width: 140px;
  height: 30px;
  color: #8c8c8c;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  border: 3px solid #8c8c8c;
  border-radius: 16px;
  background: #fff;
  vertical-align: top;
}

/*** SideBar ***/
.sidebar {
  position: absolute;
  top: 72px;
  right: 50%;
  margin-right: -561px;
  width: 260px;
}
.sidebar.sidebar-fixed {
  position: fixed;
}
.sidebar .side_post_list {
  padding-top: 31px;
}
.sidebar .side_post_list .list_head {
  position: relative;
  height: 47px;
  line-height: 43px;
  border-bottom: 1px solid #bfbfbf;
}
.sidebar .side_post_list .list_head h3 {
  color: #0068b7;
  font-size: 25px;
}
.sidebar .side_post_list .list_head .link_all {
  position: absolute;
  top: 13px;
  right: 0;
  color: #454545;
  font-size: 16px;
  line-height: 20px;
}
.sidebar .side_post_list .list_head .link_all:after {
  content: '>';
  margin-left: 4px;
}
.sidebar .side_post_list .list_body {
  padding-top: 21px;
}
.sidebar .side_post_list .list_body li {
  padding-top: 9px;
}
.sidebar .side_post_list .list_body li:nth-child(4) {
  display: none;
}
.sidebar .side_post_list .list_body li .item {
  display: block;
}
.sidebar .side_post_list .list_body li .item .thumb {
  position: relative;
  height: 148px;
  overflow: hidden;
}
.sidebar .side_post_list .list_body li .item .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: .3s all;
}
.sidebar .side_post_list .list_body li .item:hover .thumb img {
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
.sidebar .side_post_list .list_body li .item .text {
  height: 36px;
  line-height: 36px;
}
.sidebar .side_post_list .list_body li .item .text .text_title {
  overflow: hidden;
  color: #414141;
  font-size: 16px;
  letter-spacing: -.5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar .side_post_item {
  margin-top: 9px;
}
.sidebar .side_post_item .movie_box {
  position: relative;
}
.sidebar .side_post_item .movie_box img {
  display: block;
  width: 100%;
}
.sidebar .side_post_item .movie_box iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sidebar .side_banner {
  margin-top: 37px;
}
.sidebar .side_banner li {
  margin-top: 8px;
}
.sidebar .side_banner li:first-child {
  margin-top: 0;
}
#tt-body-index .sidebar {
  display: none;
}
/*** Footer ***/
#footer {
  clear: both;
  position: relative;
  border-top: 0px solid #d3d3d3;
  background: #eee;
  padding-bottom: 45px;
}
/** SNS List **/
#footer .sns_list {
  text-align: center;
  padding-top: 39px;
}
#footer .sns_list ul {
  font-size: 0;
  white-space: nowrap;
}
#footer .sns_list ul li {
  display: inline-block;
  width: 100px;
  font-size: 1px;
  text-align: center;
  vertical-align: top;
}
#footer .sns_list ul li a {
  display: inline-block;
  vertical-align: top;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -1px;
  padding-bottom: 4px;
}
#footer .sns_list ul li a .icon {
  display: block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  text-indent: -9999px;
  border: 1px solid #8c8c8c;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-color: #8c8c8c;
  background-position: 50% 50%;
  margin: 0 auto 6px;
}
#footer .sns_list ul li a.link_blog .icon {
  background-image: url("./images/icon_bottom_link_blog.png");
}
#footer .sns_list ul li a.link_facebook .icon {
  background-image: url("./images/icon_bottom_link_facebook.png");
}
#footer .sns_list ul li a.link_naver .icon {
  background-image: url("./images/icon_bottom_link_naver.png");
}
#footer .sns_list ul li a.link_email .icon {
  background-image: url("./images/icon_bottom_link_email.png");
}
/** Footer Menu **/
#footer .footer_menu {
  text-align: center;
  padding-top: 25px;
}
#footer .footer_menu ul {
  font-size: 0;
  white-space: nowrap;
}
#footer .footer_menu ul li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  padding: 0 43px 0 44px;
}
#footer .footer_menu ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 14px;
  border-left: 1px solid #7d7d7d;
  content: '';
}
#footer .footer_menu ul li:first-child {
  padding-left: 0;
}
#footer .footer_menu ul li:first-child:before {
  display: none;
}
#footer .footer_menu ul li:last-child {
  padding-right: 0;
}
#footer .footer_menu ul li a {
  color: #000;
}
/** Footer Logo **/
#footer .footer_logo {
  text-align: center;
  margin-top: 30px;
}
/** Copyright **/
#footer .copyright {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

/*** Layer ***/
#layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15000;
}
#layer .layer_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
}
#layer .layer_site_map {
  position: absolute;
  top: 96px;
  left: 50%;
  width: 1090px;
  height: 395px;
  letter-spacing: -.5px;
  border: 1px solid #d2d2d2;
  background: #fff;
  margin-left: -546px;
}
#layer .layer_site_map .layer_header {
  height: 84px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
  line-height: 60px;
  white-space: nowrap;
  padding-top: 24px;
}
#layer .layer_site_map .layer_header h2 {
  float: left;
  color: #0068b7;
  font-size: 27px;
  padding-top: 0px;
  margin-left: 133px;
}
#layer .layer_site_map .layer_header p {
  position: relative;
  float: left;
  color: #878787;
  font-size: 16px;
  padding-left: 7px;
  margin: 3px 0 0 9px;
}
#layer .layer_site_map .layer_header p:before {
  position: absolute;
  top: 23px;
  left: 0;
  width: 1px;
  height: 15px;
  border-left: 1px solid #c4c4c4;
  content: '';
}
#layer .layer_site_map .layer_body .site_map {
  padding-top: 29px;
}
#layer .layer_site_map .layer_body .site_map .link_tit,
#layer .layer_site_map .layer_body .site_map .c_cnt {
  display: none !important;
}
#layer .layer_site_map .layer_body .site_map .tt_category {
  display: inline-block;
  margin-left: 133px;
  vertical-align: top;
}
#layer .layer_site_map .layer_body .site_map .tt_category:after {
  clear: both;
  display: table;
  content: '';
}
#layer .layer_site_map .layer_body .site_map .category_list > li {
  float: left;
  width: 150px;
  line-height: 34px;
  text-align: left;
  white-space: nowrap;
}
#layer .layer_site_map .layer_body .site_map .category_list .link_item {
  color: #0068b7;
  font-size: 20px;
  font-weight: 700;
}
#layer .layer_site_map .layer_body .site_map .sub_category_list {
  padding-top: 7px;
}
#layer .layer_site_map .layer_body .site_map .sub_category_list .link_sub_item {
  color: #7b7b7b;
  font-size: 16px;
}
#layer .layer_site_map .btn_close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 28px;
  height: 28px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("./images/btn_close_layer.png") no-repeat;
  z-index: 1;
}

.container_postbtn:before {
		display:block;
		width:435px;
		height:123px;
		margin:18px auto 45px;
		background: url("./images/img_signature.jpg") no-repeat;
		background-size:100%;
		content:'';
}

.more_btn {
  display: none;
}

@media (max-width: 1370px) { /* 1350px + 스크롤바 */
  #slide_section_area .slide_wrap .slide_item .inner_cont {
    width: 900px;
    margin-left: -450px;
  }
  #slide_section_area .slide_nav .slick-arrow.slick-prev {
    left: 45px;
  }
  #slide_section_area .slide_nav .slick-arrow.slick-next {
    right: 45px;
  }
}

@media (max-width: 1150px) { /* 1122px + 스크롤바 */
  #wrap {
    min-width: 320px;
  }
  .inner_cont {
    width: auto;
    margin: 0 25px;
  }
  #header .nav_wrap {
    right: 70px;
  }
	#header .nav_wrap .category_list > li {
    margin-left: 45px !important;
  }
	#header .nav_wrap .category_list .link_item {
    font-size: 16px;
  }
  #header .nav_wrap .category_list .sub_category_list {
    top: 28px;
  }
  #header .nav_wrap .category_list .sub_category_list > li {
    height: 30px;
    line-height: 30px;
    padding-bottom: 5px;
  }
	#header .nav_wrap .category_list .sub_category_list > li a {
    height: 30px;
    font-size: 12px;
  }
  #header .nav_wrap .category_list > li:first-child + li .sub_category_list > li {
/*    margin-left: -10px;*/
  }
  #header .bg_sub_menu {
    height: 160px;
  }
  
	#slide_section_area .slide_wrap .slide_item .inner_cont {
    top: 100px;
    width: 800px;
    margin-left: -400px;
  }
  #slide_section_area .slide_nav .slick-arrow.slick-prev {
    left: 25px;
  }
  #slide_section_area .slide_nav .slick-arrow.slick-next {
    right: 25px;
  }

  .list_section_area .inner_cont {
    width: 900px;
    margin: 0 auto;
  }
  .list_section_area .list_wrap ul {
    width: 940px;
  }
  .list_section_area .list_wrap ul li {
    width: 280px;
    height: 310px;
    margin: 0 30px 0 0;
  }

  .item_thumb_list {
    width: 280px;
  }
  .item_thumb_list .item_thumb {
    width: 280px;
    height: 160px;
  }

  .banner_bottom .inner_cont {
    width: 900px;
    margin: 0 auto;
  }
  .banner_bottom .banner_list li {
    width: 280px;
    margin-right: 30px;
  }
  .banner_bottom .banner_list li a {
    width: 280px;
  }
  .banner_bottom .banner_list li a img {
    width: 100%;
  }

  #content_post_list {
    min-height: 1150px;
  }
  #content_post_list .inner_cont {
    width: 900px;
    margin: 0 auto;
  }
  #content_post_list .post_list_wrap {
    width: 650px;
  }
  #content_post_list .post_list_wrap .list_body li .item_post .text {
    width: 330px;
  }
  #content_post_list .paging {
    max-width: 650px;
  }
  #content_post_list .post_list_wrap.sub .list_banner {
    height: auto;
  }
  #content_post_list .post_list_wrap.sub .list_body li {
    width: 300px;
    height: 310px;
    margin-right: 50px;
  }
  #content_post_list .post_list_wrap.sub .list_body li .item_post .thumb {
    width: 300px;
    height: 171px;
  }

  #article {
    min-height: 1150px;
  }
  #article .inner_cont {
    width: 900px;
    margin: 0 auto;
  }
  #article .article_page {
    width: 650px;
  }
  #article.notice_article table {
    width: 100% !important;
  }

  #sidebar {
    margin-right: -450px;
    width: 200px;
  }
  .sidebar .side_post_list .list_body li .item .thumb {
    height: 114px;
  }
  .sidebar .side_banner {
    width: 200px;
  }
  .sidebar .side_banner img {
    width: 200px;
  }

  #layer .layer_site_map {
    width: 920px;
    margin-left: -460px;
  }
  #layer .layer_site_map .layer_header h2,
  #layer .layer_site_map .layer_body .site_map .tt_category {
    margin-left: 95px;
  }
  #layer .layer_site_map .layer_body .site_map .category_list > li {
    width: 130px;
  }
}

@media (max-width: 950px) { /* 930px + 스크롤바 */
  #slide_section_area .slide_wrap .slide_item .inner_cont {
    top: 90px;
    width: 680px;
    margin-left: -340px;
  }
  #slide_section_area .slide_nav .slick-arrow.slick-prev {
    left: 20px;
  }
  #slide_section_area .slide_nav .slick-arrow.slick-next {
    right: 20px;
  }
  #slide_section_area .slide_wrap .slide_item .item_text .text_title {
    max-height: 64px;
    font-size: 24px;
    line-height: 32px;
  }
  
  .list_section_area {
    margin-top: 20px;
  }
  .list_section_area .list_title {
    font-size: 21px;
  }
  .list_section_area .link_all {
    font-size: 16px;
  }

  .list_section_area .inner_cont {
    width: 760px;
    margin: 0 auto;
  }
  .list_section_area .list_wrap ul {
    width: 800px;
  }
  .list_section_area .list_wrap ul li {
    width: 240px;
    height: 280px;
    margin: 0 20px 0 0;
  }

  .item_thumb_list {
    width: 240px;
  }
  .item_thumb_list .item_thumb {
    width: 240px;
    height: 137px;
  }
  .item_thumb_list .item_text .text_title {
    max-height: 48px;
    font-size: 18px;
    line-height: 24px;
  }

  .banner_bottom .inner_cont {
    width: 760px;
    margin: 0 auto;
  }
  .banner_bottom .banner_list li {
    width: 240px;
    margin-right: 20px;
  }
  .banner_bottom .banner_list li a {
    width: 240px;
  }

  #content_post_list {
    min-height: 1150px;
  }
  #content_post_list .inner_cont {
    width: 760px;
    margin: 0 auto;
  }
  #content_post_list .post_list_wrap {
    width: 510px;
  }
  #content_post_list .post_list_wrap .list_body li .item_post .thumb {
    position: absolute;
    top: 50%;
    left: 0;
    float: none;
    width: 200px;
    height: 114px;
    margin: -57px 0 0;
  }
  #content_post_list .post_list_wrap .list_body li .item_post .text {
    float: none;
    width: auto;
    height: auto;
    margin-left: 220px;
  }
  #content_post_list .paging {
    max-width: 510px;
  }
  #content_post_list .post_list_wrap.sub .list_body ul {
    width: 600px;
  }
  #content_post_list .post_list_wrap.sub .list_body li {
    width: 240px;
    height: 275px;
    margin-right: 30px;
  }
  #content_post_list .post_list_wrap.sub .list_body li .item_post .thumb {
    position: relative;
    top: auto;
    left: auto;
    width: 240px;
    height: 137px;
  }
  #content_post_list .post_list_wrap.sub .list_body li .item_post .text {
    margin: 0;
  }
  #content_post_list .post_list_wrap.sub .list_body li .item_post .text h3 {
    max-height: 48px;
    font-size: 18px;
    line-height: 24px;
  }
  #content_post_list .post_list_wrap.sub .tv_banner .tv_movie .text .title {
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
  }

  #article {
    min-height: 1150px;
  }
  #article .inner_cont {
    width: 760px;
    margin: 0 auto;
  }
  #article .article_page {
    width: 510px;
  }
  #article .article_page .article_header h3 {
    font-size: 28px;
    line-height: 38px;
  }

  #article .article_page .article_header .article_admin {
    bottom: 10px;
  }
  #article .article_page .article_header .article_admin li:nth-child(4) {
    clear: left;
    padding: 0;
  }
  #article .article_page .article_header .article_admin li:nth-child(4):before {
    display: none;
  }

  #sidebar {
    margin-right: -380px;
  }

  #layer .layer_site_map {
    width: 760px;
    height: 350px;
    margin-left: -380px;
  }
  #layer .layer_site_map .layer_header {
    height: 70px;
    padding-top: 9px;
  }
  #layer .layer_site_map .layer_header h2,
  #layer .layer_site_map .layer_body .site_map .tt_category {
    margin-left: 65px;
  }
  #layer .layer_site_map .layer_body .site_map .category_list > li {
    width: 110px;
  }
  #layer .layer_site_map .layer_body .site_map .category_list .link_item {
    font-size: 16px;
  }
  #layer .layer_site_map .layer_body .site_map .sub_category_list .link_sub_item {
    font-size: 13px;
  }

}


@media (max-width: 1000px) { /* 900px + 스크롤바 */

	#header .nav_wrap .category_list > li {
    margin-left: 30px !important;
  }
  #header .nav_wrap .category_list > li:nth-child(7),
  #header .nav_wrap .category_list > li:nth-child(8) {
    margin-top: 0;
  }
  #header .nav_wrap .category_list > li:nth-child(7) .link_item,
  #header .nav_wrap .category_list > li:nth-child(8) .link_item {
    width: 50px;
    height: 28px;
    background-size: 50px auto;
  }
    #header .nav_wrap .category_list > li:nth-child(8) .link_item{
margin-top:4px;
	}
	#header .nav_wrap .category_list .link_item {
    font-size: 14px;
  }
  #header .nav_wrap .category_list .sub_category_list > li a {
    font-size: 11px;
  }
}

@media (max-width: 830px) { /* 모바일 모드 */
  .inner_cont {
    margin: 0 20px;
  }
  #header {
    height: 39px;
  }
  #header .inner_cont {
    margin: 0;
  }
  #header .logo {
    height: 39px;
    text-align: center;
  }
  #header .logo img {
    height: 39px;
  }
  #header .logo .img_logo {
    display: none;
  }
  #header .logo .img_logo_mobile {
    display: inline-block;
  }
  #header .nav_wrap {
    display: none;
  }
  #header .btn_search {
    top: 8px;
    right: 14px;
  }
  #header .btn_search .btn_search_on span {
    width: 14px;
    height: 14px;
    color: rgba(0,0,0,0);
    text-indent: 0;
    background: url("./images/spr_search_box_mobile.png") no-repeat 0 0;
    background-size: 14px 33px;
  }
  #header .search_box {
    top: 0;
    left: 55px;
    right: 0;
  }
  #header .search_box:before {
    display: none;
  }
  #header .search_box .btn_search_off {
    display: none;
  }
  #header .search_box .input_search {
    width: 100%;
    height: 39px;
    background: #0068b7;
    box-shadow: none;
    padding: 7px 14px 0 0;
  }
  #header .search_box .input_search input {
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
  }
  #header .search_box .input_search button {
    display: block;
    top: 7px;
    right: 14px;
    width: 24px;
    height: 24px;
    padding: 5px;
  }
  #header .search_box .input_search button span {
    width: 14px;
    height: 14px;
    color: rgba(0,0,0,0);
    text-indent: 0;
    background: url("./images/spr_search_box_mobile.png") no-repeat 0 -19px;
    background-size: 14px 33px;
  }
  #header .search_box .input_search:after {
    top: 11px;
    right: 40px;
    height: 17px;
    border-width: 1px;
  }
  #header .btn_mobile {
    display: block;
    position: absolute;
    top: 7px;
    left: 17px;
  }
  #header .btn_mobile button {
    width: 25px;
    height: 24px;
    padding: 5px;
    background: rgba(0,0,0,0);
  }
  #header .btn_mobile button span {
    position: relative;
    display: block;
    width: 15px;
    height: 14px;
    overflow: hidden;
    color: rgba(0,0,0,0);
    border: solid #fff;
    border-width: 2px 0;
    box-sizing: border-box;
  }
  #header .btn_mobile button span:after {
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 1px;
    border-top: 2px solid #fff;
    content: '';
  }
  #header .bg_sub_menu {
    display: none !important;
  }

  #container {
    padding-top: 39px;
  }

  #tt-body-index #sec-home_cover {
    padding-bottom: 0;
  }

  #slide_section_area .slide_wrap .slide_item .inner_cont {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: auto;
  }
  #slide_section_area .slide_wrap .slide_item .item_text {
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.8);
    padding: 0;
  }
  #slide_section_area .slide_wrap .slide_item .item_text .text_category {
    display: none;
  }
  #slide_section_area .slide_wrap .slide_item .item_text .text_title {
    display: block;
    height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 20px;
  }
  #slide_section_area .slide_wrap .slide_item .link_box {
    display: none;
  }
  #slide_section_area .slide_paging {
    display: none;
  }
  #slide_section_area .slide_nav .slick-arrow {
    display: none !important;
    top: 50px;
    width: 14px;
    height: 28px;
    color: rgba(0,0,0,0);
    text-indent: 0;
    background: url("./images/spr_slide_nav_mobile.png") no-repeat;
    background-size: 33px 28px;
  }
  #slide_section_area .slide_nav .slick-arrow.slick-prev {
    left: 4px;
  }
  #slide_section_area .slide_nav .slick-arrow.slick-next {
    right: 4px;
    background-position: -19px 0;
  }
  #slide_section_area .slide_wrap .slide_item a .bg_blank {
    display: none;
  }
  #slide_section_area .slide_wrap .slide_item a .bg_blank_m {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .list_section_area {
    display: none !important;
  }
  .list_section_area + .list_section_area + .list_section_area {
    margin-top: 20px !important;
		display: block !important;
  }
  .list_section_area .inner_cont {
    width: auto;
    margin: 0 15px;
  }
  .list_section_area .list_title {
    display: none;
  }
  .list_section_area .list_wrap ul {
    width: auto;
  }
  .list_section_area .list_wrap ul li {
    width: 50%;
    height: auto;
    padding: 0 5px 20px;
    margin: 0;
    box-sizing: border-box;
  }
  .list_section_area .list_wrap ul li:nth-child(2n-1) {
    clear: left;
  }
  .list_section_area .link_all {
    display: none;
  }
  .item_thumb_list {
    width: 100%;
  }
  .item_thumb_list .item_thumb {
    width: 100%;
    height: auto;
    padding-top: 57%;
  }
  .item_thumb_list .item_thumb img {
    transform: translateY(0) !important;
  }
  .item_thumb_list .item_text {
    padding: 8px 0 0;
  }
  .item_thumb_list .item_text .text_title {
    max-height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
  .item_thumb_list .item_text .text_info {
    margin-bottom: 5px;
  }
  .item_thumb_list .item_text .text_info p {
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px;
  }
  .item_thumb_list .item_text .text_info .text_category {
    margin-right: 2px;
  }

  .banner_bottom {
    display: none;
  }
  .banner_bottom_mobile {
    display: block !important;
  }
  .banner_bottom_mobile .inner_cont {
    margin: 0;
  }
  .banner_bottom_mobile .banner_list {
    width: auto;
  }
  .banner_bottom_mobile .banner_list li {
    width: 100%;
    margin: 0;
  }
  .banner_bottom_mobile .banner_list li a {
    display: block;
    width: 100%;
  }
  .banner_bottom_mobile .banner_list li a img {
    width: 100%;
  }
	.banner-paging {
		position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
	}
	.banner-paging li{
		display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.5;
    margin: 0 2px;
	}
	.banner-paging li.slick-active {
    opacity: 1;
  }
	.banner-paging li button {
		text-indent: -9999px;
    background-color: transparent;
  }
  
  .home_movie {
    display: block;
    position: relative;
    margin: 0 20px 20px;
  }
  .home_movie img {
    display: block;
    width: 100%;
  }
  .home_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

	#header .nav_wrap.on {display:block;top:0;right:auto;left:0;width:
	193px;height:auto;box-sizing:border-box;padding:60px 0 0;background-color: #fff;overflow-y:auto;overflow-x:hidden;z-index:10;}
	#header .nav_wrap .mobile-wrap {
		position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0 0 0 23px;
    width: 100%;
    box-sizing: border-box;}
	#header .nav_wrap .mobile-wrap .gnb-close {position: relative; display: block;width: 15px; height: 15px;margin: 12px 0 0 6px; background-color: transparent;text-indent: -9999px;}
	#header .nav_wrap .mobile-wrap .gnb-close:before { position: absolute; top: 0;left: 0; display: block;width: 2px; height: 15px; background-color: #0068b7; content: '';transform: rotate(45deg);}
	#header .nav_wrap .mobile-wrap .gnb-close:after {position: absolute;top: 0; left: 0; display: block;width: 2px; height: 15px;background-color: #0068b7;content: ''; transform: rotate(-45deg);}
	#header .nav_wrap .mobile-wrap strong {display: block;margin-top:14px;font-size: 10px;color: #878787; letter-spacing: -0.05em;}
	#header .nav_wrap.on .category_list {padding:0;}
	#header .nav_wrap.on .category_list > li {float:none;height:42px;margin:0 !important;overflow:hidden;}
	#header .nav_wrap.on .category_list .link_item {
    position:relative;display:block;width:100% !important;height:42px !important;padding:0 22px;box-sizing:border-box;font-size:11px;line-height:42px;color:#0068b7;
    text-indent: 0 !important;
    background: none !important;
  }
	#header .nav_wrap.on .category_list .link_item:before {position:absolute;top:50%;right:23px;width:9px;height:2px;margin-top:-1px; background-color:#0068b7;content:'';}
	#header .nav_wrap.on .category_list .link_item:after {position:absolute;top:50%;right:26px;width:2px;height:9px;margin-top:-4px; background-color:#0068b7;content:'';}
  #header .nav_wrap.on .category_list > li:nth-child(7) .link_item:before,
  #header .nav_wrap.on .category_list > li:nth-child(8) .link_item:before,
  #header .nav_wrap.on .category_list > li:nth-child(7) .link_item:after,
  #header .nav_wrap.on .category_list > li:nth-child(8) .link_item:after {display:none;}

	#header .nav_wrap.on .category_list > li.active {height:auto;}
	#header .nav_wrap.on .category_list > li.active .link_item {background-color:#0068b7 !important;color:#fff !important;}
	#header .nav_wrap.on .category_list > li.active .link_item:before {background-color:#fff;}
	#header .nav_wrap.on .category_list > li.active .link_item:after {display:none;}
		
	#header .nav_wrap.on .category_list .sub_category_list {display:block;position:relative;top:0;padding-top:0;}
	#header .nav_wrap .category_list .sub_category_list > li {height:36px;padding-bottom:0;border-top:2px solid #e8e8e8;background-color:#f1f1f1;}
	#header .nav_wrap .category_list .sub_category_list > li:first-child {border:0;}
	#header .nav_wrap .category_list .sub_category_list > li a {position:relative;left:0;height:100%;padding:0 22px;box-sizing:border-box;font-size:11px;color:#0068b7;line-height:36px;transform: translateX(0);}
	
	.gnb-open #container:before {position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.3;z-index:100;content:'';}

  
  #content_post_list {
    min-height: 0;
    padding-top: 10px;
  }
  #content_post_list .inner_cont {
    width: auto;
    margin: 0 20px;
  }
  #content_post_list .post_list_wrap {
    width: auto;
  }
  #content_post_list .post_list_wrap .list_head {
    height: 35px;
    line-height: 30px;
  }
  #content_post_list .post_list_wrap .list_head h2 {
    float: none;
    font-size: 16px;
  }
  #content_post_list .post_list_wrap .search_after {
    font-size: 12px;
  }
  #tt-body-search #content_post_list .post_list_wrap .keyword {
    max-width: 45%;
  }
  #content_post_list .post_list_wrap .list_head .count {
    float: none;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 12px;
    margin: 0;
  }
  #content_post_list .post_list_wrap .list_body ul {
    border-color: #0068b7;
  }
  #content_post_list .post_list_wrap .list_body li {
    padding: 10px 0;
  }
  #content_post_list .post_list_wrap .list_body li .item_post .thumb {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 47%;
    height: auto;
    margin: 0;
  }
  #content_post_list .post_list_wrap .list_body li .item_post .thumb:before {
    display: block;
    width: 100%;
    padding-top: 57%;
    content: '';
  }
  #content_post_list .post_list_wrap .list_body li .item_post .thumb img {
    transform: translateY(0) !important;
  }
  #content_post_list .post_list_wrap .list_body li .item_post .text {
    float: left;
    width: 52%;
    height: auto;
    padding-left: 14px;
    margin: 0;
    box-sizing: border-box;
  }
  #content_post_list .post_list_wrap .list_body li .item_post .text h3 {
		font-size:14px;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	#content_post_list .post_list_wrap.all .list_body li .item_post .text .summary {
		display: none;
  }
  #content_post_list .post_list_wrap .list_body li .item_post .text .info {
    padding: 0;
    margin-top: 18px;
  }
	#content_post_list .post_list_wrap .list_body li .item_post .text .info p {
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px;
  }
  #content_post_list .paging {
    display: none;
  }
  #content_post_list .post_list_wrap.sub .list_banner {
    margin-bottom: 20px;
  }
  #content_post_list .post_list_wrap.sub .list_body ul {
    width: auto;
  }
  #content_post_list .post_list_wrap.sub .list_body li {

    width: 50%;
    height: auto;
    padding: 0 0 20px 5px;
    margin: 0;
    box-sizing: border-box;
  }
  #content_post_list .post_list_wrap.sub .list_body li:nth-child(2n + 1) {
    clear: left;
    padding: 0 5px 20px 0;
  }
  #content_post_list .post_list_wrap.sub .list_body li .item_post .thumb {
    width: 100%;
    height: auto;
  }
  #content_post_list .post_list_wrap.sub .list_body li .item_post .thumb:before {
    display: block;
    width: 100%;
    padding-top: 57%;
    content: '';
  }
  #content_post_list .post_list_wrap.sub .list_body li .item_post .text {
    padding: 0;
  }
  #content_post_list .post_list_wrap.sub .list_body li .item_post .text h3 {
    max-height: 36px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 31px;
  }
  #content_post_list .post_list_wrap.sub .list_body li .item_post .text .info {
    top: 8px;
  }

  #article {
    min-height: 0;
  }
  #article .inner_cont {
    width: auto;
    margin: 0 20px;
  }
  #article .article_page {
    width: auto;
  }
  #article .article_page .article_header {
    padding: 40px 0 20px;
  }
  #article .article_page .article_header h3 {
    font-size: 22px;
    line-height: 30px;
  }
  #article .article_page .article_header .article_info .category a {
		font-size:15px;
	}
	#article .article_page .article_header .article_info .date {
		font-size:10px;
  }
  #article .article_page .article_header .article_admin {
    position: static;
  }
  #article .article_page .article_header .article_admin ul {
    height: 20px;
    padding-top: 10px;
  }
  #article .article_page .article_header .article_admin li:nth-child(3) {
    clear: left;
    padding: 0;
  }
  #article .article_page .article_header .article_admin li:nth-child(3):before {
    display: none;
  }
  #article .article_page .article_header .article_share {
    margin-top: 20px;
  }
	#article .article_page .article_header .article_share li{
		margin-left:6px;
	}
	#article .article_page .article_header .article_share li a {
		width:18px;
		height:18px;
	}
	#article .article_page .article_header .article_share li a span{
		width:18px;
		height:18px;
		background-size: 77px;
	}
  #article .article_page .article_header .article_share li a.icon_twitter span {
    background-position: -20px 0;
  }
  #article .article_page .article_header .article_share li a.icon_kakao span {
    background-position: -39px 0;
  }
  #article .article_page .article_header .article_share li a.icon_url span {
    background-position: -59px 0;
  }
  #article .article_page .article_body .article_body_inner,
  #article .article_page .article_body .article_body_inner p {
    font-size: 13px;
    line-height: 1.5;
  }
  #article .article_page .article_bottom .box_tag_trail .tag_cont {
    font-size: 12px;
  }
  #article .article_page .box_comment {
    border-width: 2px;
  }
  #article .article_page .box_comment .comment_area .box_comment_write {
    height: auto;
    padding-bottom: 10px;
  }
  #article .article_page .box_comment .comment_area .box_comment_write .write_box .bd_textarea textarea {
    font-size: 14px;
    line-height: 22px;
  }
  #article .article_page .box_comment .comment_area .box_comment_list li .comment {
		padding: 18px 15px;
	}
	#article .article_page .box_comment .comment_area .box_comment_list li .comment .control a {
		margin:0 2px;
  }
  #article .article_page .box_comment .comment_area .box_comment_list > ul {
    padding-bottom: 30px;
  }
  #article .article_page .box_comment .comment_area .box_comment_write .write_box .form_guest {
    width: 68%;
    margin-bottom: 40px;
  }
  #article .article_page .box_comment .comment_area .box_comment_write .write_box .form_secret {
    right: auto;
    left: 0;
  }
  #article .article_page .box_comment .comment_area .box_comment_write .write_box .form_guest .bd_input {
    width: 47%;
    margin-right: 3%;
    box-sizing: border-box;
  }
  #article .article_page .box_comment .comment_area .box_comment_write .write_box .form_guest .bd_input input {
    width: 100%;
    font-size: 14px;
    height: 28px;
    line-height: 18px;
  }
  #article .article_page .box_comment .comment_area .box_comment_write .write_box .btn_comment {
    width: 32%;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
  }
  #article .article_page .box_comment .comment_area .box_comment_list li .comment .text {
    font-size: 13px;
    line-height: 18px;
  }

  #article .article_page .article_footer .btn_list {
    width: 120px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-width: 1px;
    border-radius: 16px;
  }

  #content_post_list .post_list_wrap.sub .tv_banner .tv_movie .text .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
  }

  #sidebar {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    margin: 0 !important;
  }
  .sidebar .side_post_list {
    padding-top: 15px;
  }
  .sidebar .side_post_list .list_head {
    height: 35px;
    line-height: 30px;
    margin: 0 20px;
  }
  .sidebar .side_post_list .list_head h3 {
    font-size: 16px;
  }
  .sidebar .side_post_list .list_head .link_all {
    top: 0;
    font-size: 12px;
    line-height: 30px;
  }
  .sidebar .side_post_list .list_body {
    padding : 15px 15px 0;
  }
  .sidebar .side_post_list .list_body ul:after {
    clear: both;
    display: table;
    content: '';
  }
  .sidebar .side_post_list .list_body li {
    float: left;
    width: 50%;
    padding: 0 5px 20px;
    box-sizing: border-box;
  }
  .sidebar .side_post_list .list_body li:nth-child(4) {
    display: block;
  }
  .sidebar .side_post_list .list_body li .item .thumb {
    height: auto;
  }
  .sidebar .side_post_list .list_body li .item .thumb:before {
    display: block;
    width: 100%;
    padding-top: 57%;
    content: '';
  }
  .sidebar .side_post_list .list_body li .item .thumb img {
    transform: translateY(0) !important;
  }
  .sidebar .side_post_list .list_body li .item .text {
    height: 36px;
    line-height: 18px;
    padding-top: 10px;
  }
  .sidebar .side_post_list .list_body li .item .text .text_title {
    max-height: 36px;
    line-height: 18px;
    font-size: 14px;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sidebar .side_banner {
    display: none;
  }
  .sidebar .side_banner_mobile {
    display: block !important;
  }
  .sidebar .side_banner_mobile li a {
    display: block;
  }
  .sidebar .side_banner_mobile li a img {
    display: block;
    width: 100%;
  }
  .sidebar .side_post_item {
    display:none;
  }
  .sidebar .side_post_item .movie_box {
    margin: 10px 20px 20px;
  }

	.container_postbtn:before {
			width:100%;
			height:auto;
		  margin:5px auto 5px;
			padding-top:30%;
  }
  
	.more_btn_wrap {
    padding: 0 20px 20px;
  }
  #content_post_list .more_btn_wrap {
    padding: 0 0 20px;
  }
	.more_btn {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #0068b7;
    border: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
  }
	.more_btn:after {
    display: inline-block;
    width: 8px;
    height: 6px;
    margin-left: 6px;
    background-image: url("./images/more_btn_arrow.png");
    content: '';
  }

  #article .article_page .article_header h3 {
		font-size:22px;
		padding:0 10px;
  }
  
  #footer {
    height: 140px;
    padding: 0;
  }
  #footer .sns_list {
    padding-top: 9px;
  }
  #footer .sns_list ul li {
    width: auto;
    margin: 0 8px;
  }
  #footer .sns_list ul li a {
    font-size: 11px;
  }
  #footer .sns_list ul li a .icon {
    width: 24px;
    height: 24px;
    color: rgba(0,0,0,0);
    text-indent: 0;
    background-position: 50% 50%;
    background-size: 24px 24px;
  }
  #footer .footer_menu {
    padding-top: 10px;
  }
  #footer .footer_menu ul li {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px 0 11px;
  }
  #footer .footer_menu ul li:before {
    top: 5px;
    height: 10px;
  }
  #footer .footer_logo {
    margin-top: 15px;
  }
  #footer .footer_logo img {
    width: 79px;
  }
  #footer .copyright {
    font-size: 11px;
  }

  #layer {
		overflow-x: hidden;
		overflow-y: auto;
	}
	#layer .layer_site_map .btn_close {
		top:30px;
		right:22px;
		width:15px;
		height:15px;
		background-size: 100%;
		background: url(./images/btn_close_layer_m.jpg) no-repeat;
	}
	#layer .layer_site_map {
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    height: 589px;
    box-sizing: border-box;
    padding: 0 27px 22px;
	}
	#layer .layer_site_map .layer_header {
		height: auto;
    padding: 29px 13px 15px;
    border-color: #0068b7;
	}
	#layer .layer_site_map .layer_header h2 {
		font-size: 14px;
    margin: 0 0 7px;
    float: none;
    line-height: 1;
	}
	#layer .layer_site_map .layer_header p {
		float: none;
    line-height: 1;
    font-size: 10px;
    margin: 0;
    padding: 0;
	}
	#layer .layer_site_map .layer_body .site_map {
		padding-top:0px;
		text-align:left;
  }
  #layer .layer_site_map .layer_body .site_map .category_list {
		border-bottom:1px solid #0068b7;
  }
	#layer .layer_site_map .layer_body .site_map .tt_category {
    width:100%;
    margin: 0;
  }
	#layer .layer_site_map .layer_body .site_map .category_list > li {
    float: none;
    width: 100%;
    line-height: 1;
    margin: 0;
		border-bottom:1px solid #0068b7;
	}
	#layer .layer_site_map .layer_body .site_map .category_list > li:last-child {border:0;}
	#layer .layer_site_map .layer_body .site_map .category_list .link_item {
		display:block;
		padding:15px 0;
		font-size:12px;
    text-indent: 13px;
	}
	#layer .layer_site_map .layer_body .site_map .sub_category_list {
		padding-top:11px;
		overflow:hidden;
		border-top:1px solid #dedede;
	}
	#layer .layer_site_map .layer_body .site_map .sub_category_list li {float:left;width:50%;padding-bottom:12px;}
	#layer .layer_site_map .layer_body .site_map .sub_category_list .link_sub_item {
		display:block;
		font-size:11px;
		text-indent: 13px;
	}
}

/* 2019_05_29 추가 */
.tt-share-entry-with-sns{display:none!important}



/*2020_04_16 추가 */
.newsletter h4 img {
width:80%;
}
.newsletter a img {
width:80%;
}
.newsletter_pc{display:block;}
.newsletter_mo{display:none;}
.newsletter {
	height: 143px;
	position: relative;
	background-position: 50% 50%;
}
.newsletter .inner {
width: 1122px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 143px;
	align-items: center;
	position: relative;
	z-index: 1;
}
.newsletter a
{
margin-right:5%;
}
@media screen and (max-width: 1150px) {

.newsletter .inner {
		padding: 0 20px;
		max-width: 100%;
	}
}
@media screen and (max-width: 1020px) {

.newsletter h4 img {
width:60%;
}
.newsletter a img {
width:20%;
}
.newsletter {
		height: auto;
		background-size: auto 100%;
		background-position: 50% 50%;
		padding:20px 0 20px;
}
.newsletter .inner {
		padding: 0;
		max-width: 100%;
		display: block;
		text-align: center;
		height:  auto;
	}
.newsletter a
{
margin-right:0%;
}
}

@media screen and (max-width: 830px) {
.newsletter_pc{display:none;}
.newsletter_mo{display:block;}
.newsletter h4 img {
width:34%;
}

.newsletter h4
{
margin-bottom:2%;
}
.newsletter a img {
width:34%;
}
}