/* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

[테마 수정 시 주의사항]
1. 워드프레스(Wordpress)의 업데이트 방식은 기존 테마/플러그인을 삭제 한 후 재설치 하는 방식입니다.
업데이트 시 모든 수정사항이 초기화 되므로 테마를 수정하시는 경우, 차일드테마(Child Theme) 방식을 이용해 주시기 바랍니다.

2. 차일드테마(Child Theme)를 이용한 수정 방법 : https://codex.wordpress.org/ko:Child_Themes

=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ */




/*
Theme Name: ThemeTime_Child
Theme URI: http://demo-themetime.bbsetheme.com
Author: BBS e-Theme
Author URI: http://www.bbsetheme.com
License: GNU General Public License, v3
License URI: http://www.gnu.org/licenses/gpl.html

Description: 테마환경설정, 색 설정(Color Picker), 관리자 빠른설정, SNS공유, 카테고리템플릿(갤러리/리스트), 반응형, SEO, 보안서버설치가능, BBS e-Plugin과 호환되며 업데이트 발생 시 알림표시를 제공합니다.
Version: 2.2.4
Template:   ThemeTime


Tags: 흰색, 밝음, 1열, 좌측 사이드바, 우측 사이드바, 반응형 레이아웃, 블라바타, 사용자 정의 메뉴, 테마 옵션

본 테마는 워드프레스와 동일한 GPL 라이센스의 테마입니다. 임의대로 수정,삭제 후 이용하셔도 됩니다.
단, 재배포 시 GPL 라이센스로 재배포 되어야 하며, 원 제작자의 표기를 해주시기 바랍니다.
‘ThemeTime' WordPress Theme, Copyright 2014 BBS e-Theme(http://www.bbsetheme.com)
‘ThemeTime' is distributed under the terms of the GNU GPL
*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display);
/* Reset */
* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 12px;
  line-height: 1.2;
  color: #52505b;
  font-family: 'NanumGothic','Nanum Gothic', gulim, '굴림', Arial, sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
ul,
ol,
dl,
dt,
dd,
li {
  list-style: none;
}
fieldset {
  border: none;
}
img {
  border: 0;
  vertical-align: middle;
}
address,
em {
  font-style: normal;
  color: #666;
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table,
td,
th {
  border: none;
}
th {
  font-weight: normal;
}
a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
caption,
legend {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
button > span,
button > em {
  position: relative;
  top: 0;
  left: 0;
}
textarea {
  padding: 10px;
  background: #fefefe;
  border: 1px solid #dadde1 !important;
  border-radius: 3px;
  box-shadow: inset 1px 3px 4px -3px #e9e9e9;
  resize: none;
}
select {
  padding: 6px 4px 6px 4px;
  border-radius: 3px;
  border: 1px solid #CED3DA;
  background: #FFF;
  color: #696F74;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: normal;
}
input[type=text],
input[type=password] {
  height: 32px;
  padding: 0 5px;
  line-height: 18px;
  text-indent: 3px;
  color: #696F74;
  vertical-align: middle;
  background: #fefefe;
  border: 1px solid #dadde1;
  border-radius: 3px;
  box-shadow: inset 1px 3px 4px -3px #e9e9e9;
}
input[type=file] {
  padding: 5px;
  border: 1px solid #bfbfbf;
  color: #666;
  background: none;
  border: none;
}
input[type=image],
input[type=checkbox] {
  border: 0 none !important;
  vertical-align: middle;
  margin-right: 2px;
}
input[type='checkbox'],
input[type='radio'] {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 3px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blind {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
}
.hidden {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.none {
  position: absolute;
  top: -5000px;
  left: -5000px;
  height: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.fixed {
  table-layout: fixed;
}
.ta_l {
  text-align: left !important;
}
.ta_r {
  text-align: right !important;
}
.ta_c {
  text-align: center !important;
}
.skipnavi {
  height: 0;
  font-size: 0;
  line-height: 0;
}
.skipnavi a:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 5px 0;
  text-align: center;
  background-color: #999;
  font-size: 12px;
  line-height: 1.5;
  z-index: 900;
}
body {
  background-color: #fff;
}
#wrap {
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}
#wrap.box-layout {
  width: 1220px;
}
#wrap.box-layout #header .bg_sub_menu {
  width: 1220px;
}
#header {
  height: 141px;
  border-bottom: 2px solid #099aed;
  position:relative;
	z-index: 9999;
}
#header .util_wrap {
  height: 23px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f7f7f7;
}
#header .util_wrap .inner {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
#header .util_wrap .inner .home {
  display: block;
  float: left;
  padding-top: 5px;
  color: #494949;
}
#header .util_wrap .inner .home i {
  color:#099aed;
}

#header .util_wrap .inner .home img {
  vertical-align: bottom;
}
#header .util_wrap .inner .member {
  float: right;
}
#header .util_wrap .inner .member li {
  display: inline-block;
  margin-right: 10px;
}
#header .util_wrap .inner .member li a {
  line-height: 23px;
}
#header .util_wrap .inner .social {
  float: right;
}
#header .util_wrap .inner .social a {
  display: inline-block;
  font-size: 16px;
  color:#099aed;
}

#header .util_wrap .inner .flag-util {float: left;margin-left:20px;}
#header .util_wrap .inner .flag-util li {float:left;margin:3px 10px 0 0;}
#header .util_wrap .inner .flag-util li img {border:1px solid #efefef;width:25px;}

#header .header_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#header .header_inner .logo {
  float: left;
  margin-top: 20px;
}
#header .header_inner .logo span{
  display:none
}

#header .header_inner .mobile_search_open {
  display: none;
}
#header .header_inner .top_search {
  position: absolute;
  top: 11px;
  right: 0;
  overflow: hidden;
}
#header .header_inner .top_search input {
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  width:250px;
  padding-left:10px;
  border: 0;
  border-radius: 0;
  background-color: #f5f6fd;
}
#header .header_inner .top_search button {
  display: block;
  float: left;
  height: 34px;
  padding: 0 13px;
  background-color: #f5f6fd;
}
#header .header_inner .top_search button i {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #57585c;
}
#header .header_inner .top_search button span {
  display: none;
}
#header .header_inner .top_search button.mobile_search_close {
  display: none;
}
#header .header_inner #gnb {
  float: right;
  margin-top: 55px;
}
#header .header_inner #gnb .gnb-menu {
  display: none;
}
#header .header_inner #gnb > ul > li {

  float: left;
  padding: 0 23px;
}
#header .header_inner #gnb > ul > li:first-child {
  padding-left: 0;
}
#header .header_inner #gnb > ul > li:last-child {
  padding-right: 0;
}
#header .header_inner #gnb > ul > li:hover:after,
#header .header_inner #gnb > ul > li:active:after {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: 4px;
  margin-left: -6px;
  border: 6px solid #fff;
  border-bottom: 6px solid #099aed;
}
#header .header_inner #gnb > ul > li:hover > a,
#header .header_inner #gnb > ul > li:active > a {
  color: #099aed;
}
#header .header_inner #gnb > ul > li:hover > div,
#header .header_inner #gnb > ul > li:active > div {
  height: 47px;
}
#header .header_inner #gnb > ul > li > a {
  font-size: 20px;
  font-weight: 700;
}
#header .header_inner #gnb > ul > li > div {
  display: block;
  position: absolute;
  top: 95px;
  width: auto;
  height: 0;
  z-index: 206;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
#header .header_inner #gnb > ul > li > div.align_right {
  left: auto;
  right: 0;
}
#header .header_inner #gnb > ul > li > div > ul {
  overflow: hidden;
  height: 100%;
}
#header .header_inner #gnb > ul > li > div > ul > li {
  display: inline-block;
  height: 100%;
  margin-left: 20px;
}
#header .header_inner #gnb > ul > li > div > ul > li:first-child {
  margin-left: 0;
}
#header .header_inner #gnb > ul > li > div > ul > li > a {
  display: block;
  line-height: 47px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
#header .header_inner #gnb > ul > li > div > ul > li > a:hover,
#header .header_inner #gnb > ul > li > div > ul > li > a:active {
  color: #010101;
}
#header.ag-rt .header_inner .logo {
  float: right;
}
#header.ag-rt .header_inner .top_search {
  right: auto;
  left: 0;
}
#header.ag-rt .header_inner #gnb {
  float: left;
}
#header.ag-rt .header_inner #gnb > ul > li div.align_right {
  right: auto;
}
#header .bg_sub_menu {
  display: block;
  position: absolute;
  top: 118px;
  width: 100%;
  height: 0;
  background-color: #099aed;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  z-index: 203;
}
#header .bg_sub_menu.active {
  height: 47px;
}
#container .article {
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
#container .article .rowTitle {
  letter-spacing: -1px;
  text-align: center;
}
#container .article .rowTitle .title {
  display: block;
  font-size: 65px;
}
#container .article .rowTitle span {
  line-height: 22px;
  font-size: 20px;
}
#container .article .inner {
  width: 1200px;
  margin: 0 auto;
}
#container .article.row4 .inner{
  width:100%;
}
#container .article span.mask {
  display: block;
  width: 100%;
  height: 16px;
  background: url(./images/bg_mask.png) 50% 50% no-repeat;
}
#container .article .sort_btn_wrap {
  text-align: center;
}
#container .article.row1 {
  position: relative;
  width: 100%;
  padding: 0;
}
#container .article.row1 .main_visual li {
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#container .article.row1 .main_visual li img {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
#container .article.row1 .main_visual li span {
  display: none;
}
#container .article.row1 .bx-wrapper:hover .bx-controls .bx-controls-direction a {
  opacity: 1;
}
#container .article.row1 .bx-controls .bx-pager {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#container .article.row1 .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
}
#container .article.row1 .bx-controls .bx-pager .bx-pager-item a {
  width: 11px;
  height: 11px;
  margin: 0 4px;
  border: 3px solid #ccc;
  text-indent: -9999px;
  background-color: #fff;
  border-radius: 15px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .article.row1 .bx-controls .bx-pager .bx-pager-item a.active,
#container .article.row1 .bx-controls .bx-pager .bx-pager-item a:hover,
#container .article.row1 .bx-controls .bx-pager .bx-pager-item a:active {
  width: 13px;
  height: 13px;
  background-color: #099aed;
  border-color: #099aed;
}
#container .article.row1 .bx-controls .bx-controls-direction {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  margin-top: -42px;
  z-index: 1;
}
#container .article.row1 .bx-controls .bx-controls-direction a {
  display: block;
  float: left;
  width: 83px;
  height: 83px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(./images/btn_main_visual_prev.png);
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .article.row1 .bx-controls .bx-controls-direction a.bx-next {
  float: right;
  background-image: url(./images/btn_main_visual_next.png);
}
#container .article.row2 {
  width: 100%;
  padding: 0;
  background-color: #f8f8f8;
}
#container .article.row2 .rowTitle {
  padding: 44px 0 13px;
}
#container .article.row2 .slide_wrap {
  position: relative;
  margin-top: 48px;
  padding-top: 40px;
  padding-bottom: 86px;
  border-top: 1px solid #d2d2d2;
}
#container .article.row2 .slide_wrap .bx-controls .bx-controls-direction {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -48px;
  z-index: 1;
}
#container .article.row2 .slide_wrap .bx-controls .bx-controls-direction a {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(./images/btn_slider_prev.png);
  text-indent: -9999px;
}
#container .article.row2 .slide_wrap .bx-controls .bx-controls-direction a.bx-next {
  margin-left: 8px;
  background-image: url(./images/btn_slider_next.png);
}
#container .article.row2 .slide_wrap .btn_more {
  position: absolute;
  top: 0px;
  right: 5px;
  margin-top: -24px;
  font-size: 14px;
  color: #5b5b5b;
  z-index:10;
}
#container .article.row2 .slide_wrap .btn_more i {
  color: #099aed;
}

#container .article.row2 .main_slide_theme li .img_wrap {
  height: 223px;
  border: 2px solid #ececec;
  border-radius: 7px;
}
#container .article.row2 .main_slide_theme li .img_wrap span a {
  padding: 86px 20px 0 20px;
}
#container .article.row2 .main_slide_theme li .text_wrap {
  text-align: center;
}
#container .article.row2 .main_slide_theme li .text_wrap h3 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 26px 0 14px;
  font-size: 18px;
}
#container .article.row2 .main_slide_theme li .text_wrap p {
  overflow: hidden;
  height: 66px;
  font-size: 14px;
  line-height: 22px;
}
#container .article.row2 .main_slide_theme li .text_wrap a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin-top: 14px;
  padding: 0 32px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}
#container .article.row3 {
  width: 100%;
  padding: 0;
  border-top: 1px solid #7f7f7f;
  background: url(./images/dottedPattern.png) #099aed;
}
#container .article.row3 .img_wrap {
  overflow: hidden;
}
#container .article.row3 .img_wrap li {
  float: left;
  width: 25%;
}
#container .article.row3 .img_wrap li img {
  width: 100%;
}
#container .article.row3 .text {
  height: 131px;
  padding: 45px 0 50px;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
#container .article.row4 {
  display:block;
  background: url(./images/bg_device.png) 647px 195px no-repeat;
  border:1px solid transparent
}
#container .article.row4 .rowTitle {
  margin: 72px 0 68px;
}
#container .article.row4 ul {
  width: 50%;
  min-height: 629px;
  padding-top: 15px;
}
#container .article.row4 ul li {
  min-height: 79px;
  margin-bottom: 35px;
  padding: 10px 0 0 98px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#container .article.row4 ul li h3 {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #010101;
}
#container .article.row4 ul li p {
  line-height: 16px;
  margin-top: 8px;
  font-size: 14px;
}
#container .article.row5 {
  overflow: hidden;
  width: 100%;
  min-height: 306px;
  padding:0;
  background-attachment: fixed;
  -webkit-background-size:cover ;
  background-size:cover ;
  background-repeat:no-repeat;
  background-position:50% 50%;
}
#container .article.row5 .inner {
  padding: 97px 0 114px;
  width:100%;
  height:100%;
  min-height:306px;
  background-image: url(./images/dottedPattern.png);
  background-repeat: repeat;
}
#container .article.row5 .rowTitle {
  text-align: center;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
}
#container .article.row5 .rowTitle .title {
  display: block;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
#container .article.row5 .rowTitle span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
#container .article.row6 {
  overflow: hidden;
  min-height: 698px;
  background: url() 0 0 no-repeat;
}
#container .article.row6 .rowTitle {
  margin: 39px 0 60px;
}
#container .article.row6 ul {
  float: right;
  width: 360px;
}
#container .article.row6 ul li {
  line-height: 42px;
  padding-left: 36px;
  font-size: 30px;
  letter-spacing: -1px;
  background: url(./images/icon_check.png) 0 9px no-repeat;
}
#container .article.row7 {
  overflow: hidden;
  width: 100%;
  padding: 0;
  text-align: center;
  background-attachment: fixed;
  -webkit-background-size:cover ;
  background-size:cover ;
  background-repeat:no-repeat;
  background-position:50% 50%;
}
#container .article.row7 .inner {
  width:100%;
  height:100%;
  min-height:306px;
  background-image: url(./images/dottedPattern.png);
  background-repeat: repeat;
}
#container .article.row7 .text {
  display: inline-block;
  height: 96px;
  line-height: 96px;
  padding: 0 50px;
  margin: 130px 0;
  font-size: 50px;
  font-weight: 700;
  border: 5px solid #fff;
  color: #fff;
}
#container .article.row8 {
  padding: 0;
}
#container .article.row8 .rowTitle {
  margin: 70px 0 25px;
}
#container .article.row8 .thumbnail_list {
  margin-top: 65px;
  text-align: center;
}
#container .article.row8 .thumbnail_list li {
  display: inline-block;
  width: 360px;
  margin: 0 15px 73px;
  border: 1px solid #eee;
}
#container .article.row8 .thumbnail_list li .img_wrap {
  height: 215px;
}
#container .article.row8 .thumbnail_list li .img_wrap span a {
  padding: 86px 20px 0 20px;
}
#container .article.row8 .thumbnail_list li .text_wrap {
  position: relative;
  padding: 29px 0 43px;

  border-top: none;
  text-align: center;
}
#container .article.row8 .thumbnail_list li .text_wrap h3 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #161616;
}
#container .article.row8 .thumbnail_list li .text_wrap p {
  overflow: hidden;
  font-size: 11px;
  line-height: 22px;
  min-height: 22px;
  color: #979797;
}
#container .article.row8 .thumbnail_list li .text_wrap a {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 150px;
  height: 44px;
  line-height: 44px;
  margin-left: -75px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 13px;
}
#container .article.row8 .thumbnail_list li .text_wrap a:hover,
#container .article.row8 .thumbnail_list li .text_wrap a:active {
  background-color: #2e2e2e;
  color: #979797;
}
#container .article.row9 {
  margin-bottom: 55px;
  padding: 0;
}
#container .article.row9 .rowTitle {
  margin-bottom: 24px;
}
#container .article.row9 ul {
  margin-top: 51px;
  text-align: center;
}
#container .article.row9 ul li {
  display: inline-block;
  width: 200px;
  margin: 0 13px 38px;
  border: 1px solid #eee;
  color: #161616;
}

#container .article.row9 ul li .thumbnail {
  display: block;
	position:relative;
  width: 198px;
  height: 88px;
	overflow:hidden;
}
#container .article.row9 ul li .thumbnail img {
  position:relative;
  width: 100%;
  height: auto;
}
#container .article.row9 ul li h3 {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #eee;
  overflow:hidden
}
#container .article.row9 ul li p {
  margin:0;
	padding: 25px 15px;
  min-height:80px;
  line-height:1.2em;
  background-color: #e4e4e4;
  word-break:break-all;
	overflow:hidden;
}
#container .article.row10 {
  overflow: hidden;
  width: 100%;
  min-height: 411px;
  padding: 0;
  background-attachment: fixed;
  -webkit-background-size:cover ;
  background-size:cover ;
  background-repeat:no-repeat;
  background-position:50% 50%;
}
#container .article.row10 .inner {
  padding: 107px 0 120px;
  width:100%;
  height:100%;
  min-height:411px;
  background-image: url(./images/dottedPattern.png);
  background-repeat: repeat;
}

#container .article.row10 .rowTitle {
  line-height: 28px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
#container .article.row10 .rowTitle .title {
  display: block;
  line-height: 36px;
  margin-bottom: 32px;
  font-size: 30px;
}
#container .article.row11 {
  width: 100%;
  padding: 0;
  padding-top: 38px;
  background-color: #f7f7f7;
}
#container .article.row11 .rowTitle {
  margin-bottom: 44px;
}
#container .article.row11 ol {
  text-align: center;
}
#container .article.row11 ol li {
  display: inline-block;
  position: relative;
  width: 160px;
  margin: 0 38px 63px;
  vertical-align: top;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#container .article.row11 ol li:after {
  position: absolute;
  right: -48px;
  top: 50px;
  font-family: FontAwesome;
  content: '\f105';
  font-size: 45px;
}
#container .article.row11 ol li:last-child:after {
  display: none;
}
#container .article.row11 ol li strong {
  display: block;
  width: 160px;
  height: 160px;
  padding: 38px 0 0 0;
  border-radius: 160px;
  background-color: #52505b;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#container .article.row11 ol li strong i {
  display: block;
  margin-bottom: 20px;
  font-size: 45px;
}
#container .article.row11 ol li strong em {
  line-height: 24px;
  font-style: normal;
  font-size: 18px;
  letter-spacing: -1px;
  color: #f7f7f7;
}
#container .article.row11 ol li span {
  display: block;
  line-height: 17px;
  margin-top: 17px;
  font-size: 14px;
  letter-spacing: -1px;
  text-align: center;
}
#container .btn_white {
  display:inline-block;
  height: 39px;
  line-height: 39px;
  margin-right: 11px;
  margin-bottom: 13px;
  padding: 0 17px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #eee;
  color: #979797;
}
#container .btn_white.active,
#container .btn_white.active a {
  background-color: #000;
  color: #fff;
}

#container .btn_white:last-child {
  margin-right: 0;
}
#container .thumbnail_list li .img_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#container .thumbnail_list li .img_wrap:hover span,
#container .thumbnail_list li .img_wrap:active span {
  opacity: 1;
}
#container .thumbnail_list li .img_wrap > img {
  display: block;
  width: auto;
  min-width: 100%;
	max-width:100%;
  height: 100% !important;
}
#container .thumbnail_list li .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .thumbnail_list li .img_wrap span a {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  height: 100%;
  text-align: left;
  z-index: 2;
}
#container .thumbnail_list li .img_wrap span a:first-child {
  text-align: right;
}
#container .thumbnail_list li .img_wrap span a:hover img,
#container .thumbnail_list li .img_wrap span a:active img {
  opacity: 1;
}
#container .thumbnail_list li .img_wrap span a img {
  display: inline-block;
  width: auto;
  height: auto;
  opacity: .7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .thumbnail_list li .img_wrap span em {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: 1;
}
#container .sub_visual {
  display: table;
  width: 100%;
  height: 236px;

  -webkit-background-size: cover;
  background-size: cover;
}
#container .sub_visual p {
  display: table-cell;
  width: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#container .sub_visual p strong {
  display: block;
  font-size: 60px;
}
#container .sub_visual p span {
  font-size: 14px;
}
#container .sub-cont {
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 50px;
  padding-left: 270px;
}
#container #aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
}
#container #aside h2 {
  width: 100%;
  height: 105px;
  padding: 25px 0 0 25px;
  background: url(./images/sub_title.jpg) 0 0 no-repeat;
  color: #fff;
}
#container #aside .rowTitle span {
  display: block;
  font-size: 14px;
  color: #c0d4dc;
}
#container #aside .rowTitle h2 {
  font-size: 26px;
}
#container #aside .side-menu {
}
#container #aside .side-menu > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 700;
  background-color: #f1f1f1;
  color: #52505b;
  border-bottom: 1px solid #fff;
}
#container #aside .side-menu > li > a:hover,
#container #aside .side-menu > li > a:active,
#container #aside .side-menu > li > a.active {
  color: #099aed;
}
#container #aside .side-menu > li > div {
  overflow: hidden;
  max-height: 0;
  padding-left: 50px;
  background-color: #fbfbfb;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#container #aside .side-menu > li > div.active {
  max-height: 500px;
  padding: 5px 0 5px 50px;
}
#container #aside .side-menu > li > div ul li a {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
#container #aside .side-menu > li > div ul li a:hover,
#container #aside .side-menu > li > div ul li a:active,
#container #aside .side-menu > li > div ul li a.active {
  color: #099aed;
}
#container #aside .banner {
  margin-top: 31px;
}
#container #aside .banner:last-child {
  margin-bottom: 0;
}
#container #contents {
  width: 100%;
}
#container #contents .breadcrumb {
  float: right;
  margin-top: 17px;
  margin-bottom: 10px;
}
#container #contents .breadcrumb a,
#container #contents .breadcrumb span {
  display: inline-block;
  font-size: 14px;
  color: #52505b;
  vertical-align: middle;
}

#container #contents .breadcrumb  i {color: #099aed;}

#container #contents .breadcrumb a {
  margin-right: 2px;
}
#container #contents .breadcrumb a > span {
  display: none;
}
#container #contents .breadcrumb a:after {
  content: '>';
  padding-left: 8px;
}
#container #contents .page_title {
  clear: both;
  border-bottom: 1px solid #d2d2d2;
}
#container #contents .page_title h3 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #6a6a6a;
}
#container #contents .total_page {
  margin: 26px 0 23px;
  color: #6a6a6a;
}
#container #contents .sort_btn_wrap {
  margin-bottom: 22px;
}
#container #contents .gallery {
  overflow: hidden;
  margin: 0 -8px -50px -7px;
  text-align: center;
}
#container #contents .gallery li {
  display: inline-block;
  width: 300px;
  margin: 0 5px 50px 7px;
}
#container #contents .gallery li .img_wrap {
  height: 200px;
}
#container #contents .gallery li .img_wrap span a {
  padding: 86px 20px 0 20px;
}
#container #contents .gallery li .text_wrap {
  text-align: center;
}
#container #contents .gallery li .text_wrap h4 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 7px;
  font-size: 16px;
  font-weight: 700;
  color: #161616;
}
#container #contents .gallery li .text_wrap p {
  overflow: hidden;
  max-height: 54px;
  font-size: 11px;
  line-height: 18px;
  color: #979797;
  height:54px;
  word-break:break-all;
}
#container #contents .gallery li .text_wrap a {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  margin-top: 11px;
  padding: 0 32px;
  font-size: 11px;
  font-weight: 700;
  color: #979797;
  background-color: #fff;
  border: 1px solid #ccc;
}
#container #contents .gallery li .text_wrap a:hover,
#container #contents .gallery li .text_wrap a:active {
  background-color: #2e2e2e;
}
#container #contents .normal li {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
#container #contents .normal li:last-child {
  margin-bottom: 0;
}
#container #contents .normal li > span {
  display: block;
  float: left;
  overflow: hidden;
  width: 300px;
  height: 200px;
  margin-right: 23px;
  /*background:blue;*/
}
#container #contents .normal li > span img {
  width: auto;
  min-width: 100%;
  height: 100% !important;
}
#container #contents .normal li > div h4 {
  overflow: hidden;
  max-height: 48px;
  line-height: 24px;
  margin-bottom: 3px;
  font-size: 16px;
  color: #161616;
}
#container #contents .normal li > div p.text {
  overflow: hidden;
  max-height: 90px;
  line-height: 18px;
  margin-bottom: 23px;
  font-size: 12px;
  color: #979797;
  word-break:break-all;
}
#container #contents .normal li > div p.info span {
  display: inline-block;
  color: #767676;
}
#container #contents .normal li > div p.info span:after {
  content: ' |';
  color: #767676;
}
#container #contents .normal li > div p.info span:last-child:after {
  content: '';
}
#container #contents .normal li > div p.info span strong {
  color: #000;
}
#container #contents .normal li > div div {
  color: #767676;
}
#container #contents .page_view {
  font-family: 'NanumGothic','Nanum Gothic', Dotum, '돋움', Arial, sans-serif;
  font-size: 12px;
  color: #5c5c5c;
  /* post 하단 코멘트// */
  /* //post 하단 코멘트 */
}
#container #contents .page_view .sns_tags_wrap {
  overflow: hidden;
  margin: 75px 0 3px 0;
  padding: 0;
}
#container #contents .page_view .share-sns {
  float: right;
}
#container #contents .page_view .tag-label {
  float: left;
}
#container #contents .page_view .tag-label dt {
  display: inline-block;
  margin-right: 10px;
}
#container #contents .page_view .tag-label dd {
  display: inline-block;
}
#container #contents .page_view .tag-label dd a {
  display: inline-block;
  font-size: 14px;
}
#container #contents .page_view .tag-label dd a:after {
  content: ', ';
}
#container #contents .page_view .tag-label dd a:last-child:after {
  content: '';
}
#container #contents .page_view .entry-meta {
  margin-bottom: 78px;
  padding: 0 25px;
}
#container #contents .page_view .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
}
#container #contents .page_view .entry-meta > span a {
  color: #5c5c5c;
}
#container #contents .page_view .entry-meta > span:first-child a {
  color: #099aed;
}

/* comment */
.comments-area {margin-top:50px;padding:20px;border-radius:5px;background:#fff}
.comments-area ol {margin:0;padding:0;list-style:none}
.comments-area li {margin:0;padding:0;list-style:none}
.comments-area .comments-title {font-size:16px;}
.comments-area .comment-list {border-top:2px solid #E0E0E0;margin-top:12px;}
.comments-area .comment-list > ol {margin:0;padding:0;}
.comments-area .comment-list > ol > li {padding:30px 0;border-bottom:1px solid #E0E0E0;}

.avatar-box {float:left;width:auto;}
.avatar-box  img {/*width:90px;height:90px;*/;border-radius:3px;}
.comment-wrap {padding-left:108px;}
.commentmetadata .fn {font-size:15px;font-weight:700;color:#333;padding-right:10px;}
.commentmetadata .comment-date {}

.comment-content {line-height:1.5;margin-top:5px;}
.comment-content p {word-break:break-all}

.children {position:relative;margin-top:30px;margin-left:40px;background-color:#F7F7F7;padding:15px;}
.children .design-element {position:absolute;top:-16px;left:37px;display:block;width:16px;height:16px;border:8px solid transparent;border-bottom:8px solid #F7F7F7;}
.children ol li {margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #E0E0E0;}
.children ol li:last-child {margin-bottom:0;padding-bottom:0;border-bottom:none;}


#container #contents .page_view .comments-area {
  padding: 0;
}
#container #contents .page_view .comments-area .comments-title {
  font-size: 18px;
  color: #5c5c5c;
}
#container #contents .page_view .comments-area .comment-list {
  border-top: 2px solid #E0E0E0;
  margin-top: 12px;
}
#container #contents .page_view .comments-area .comment-list > ol > li {
  padding: 30px 0;
  border-bottom: 1px solid #E0E0E0;
}
#container #contents .page_view .comments-area .comment-list > ol > li .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
#container #contents .page_view .comments-area .comment-list > ol > li .avatar-box {
  float: left;
}
#container #contents .page_view .comments-area .comment-list > ol > li .avatar-box img {
  width: 85px;
  height: 85px;
  border-radius: 0px;
}
#container #contents .page_view .comments-area .comment-list > ol > li .comment-wrap {
  padding-left: 108px;
}
#container #contents .page_view .comments-area .comment-list > ol > li .comment-wrap .commentmetadata .fn {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding-right: 10px;
}
#container #contents .page_view .comments-area .comment-list > ol > li .comment-wrap .comment-content {
  line-height: 1.5;
  margin-top: 5px;
}
#container #contents .page_view .comments-area .comment-list > ol > li .comment-wrap .buttonBox {
  line-height: 1.5;
  margin-top: 5px;
}
#container #contents .page_view .comments-area .comment-list > ol > li .comment-wrap .buttonBox a {
  display: inline-block;
  width: 73px;
  height: 19px;
  line-height: 17px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #C3C3C3;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: inset 0px -1px 0 #fbfbfb;
  -webkit-box-shadow: inset 0px -1px 0 #fbfbfb;
  -moz-box-shadow: inset 0px -1px 0 #fbfbfb;
}
#container #contents .page_view .comments-area input[type=text],
#container #contents .page_view .comments-area input[type=password],
#container #contents .page_view .comments-area textarea {
  width: 100%;
  border: 2px solid #eee !important;
  border-radius: 0;
  background-color: #fbfbfb;
  font-family: 'NanumGothic','Nanum Gothic', Dotum, '돋움', Arial, sans-serif;
  color: #5c5c5c;
}
#container #contents .page_view .comments-area input[type=text]::-webkit-input-placeholder,
#container #contents .page_view .comments-area input[type=password]::-webkit-input-placeholder,
#container #contents .page_view .comments-area textarea::-webkit-input-placeholder {
  color: #5c5c5c;
}
#container #contents .page_view .comments-area input[type=text]:-moz-placeholder,
#container #contents .page_view .comments-area input[type=password]:-moz-placeholder,
#container #contents .page_view .comments-area textarea:-moz-placeholder {
  color: #5c5c5c;
}
#container #contents .page_view .comments-area input[type=text]::-moz-placeholder,
#container #contents .page_view .comments-area input[type=password]::-moz-placeholder,
#container #contents .page_view .comments-area textarea::-moz-placeholder {
  color: #5c5c5c;
}
#container #contents .page_view .comments-area input[type=text]:-ms-input-placeholder,
#container #contents .page_view .comments-area input[type=password]:-ms-input-placeholder,
#container #contents .page_view .comments-area textarea:-ms-input-placeholder {
  color: #5c5c5c;
}
#container #contents .page_view .comments-area .comment-reply-title {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 16px;
}
#container #contents .page_view .comments-area .comment-form .comment-notes {
  margin-bottom: 15px;
}
#container #contents .page_view .comments-area .comment-form .writer-information-box {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
#container #contents .page_view .comments-area .comment-form .writer-information-box label {
  display: none;
}
#container #contents .page_view .comments-area .comment-form .writer-information-box p {
  display: table-cell;
  width: 40%;
}
#container #contents .page_view .comments-area .comment-form .writer-information-box p:last-child {
  width: 60%;
  padding-left: 5px;
}
#container #contents .page_view .comments-area .comment-form .comment-form-comment label[for="comment"] {
  display: none;
}
#container #contents .page_view .comments-area .comment-form .comment-form-comment textarea {
  height: 120px;
}
#container #contents .page_view .comments-area .comment-form .comment-form-comment textarea#private {
  margin-bottom: 25px;
}
#container #contents .page_view .comments-area .comment-form .form-allowed-tags {
  line-height: 22px;
  margin-top: 2px;
  margin-bottom: 21px;
}
#container #contents .page_view .comments-area .comment-form .form-submit {
  margin-top: 17px;
}
#container #contents .page_view .comments-area .comment-form .form-submit input[type=submit] {
  display: block;
  width: 175px;
  height: 39px;
  border: none;
  border-radius: 5px;
  background-color: #099aed;
  color: #fff;
  cursor: pointer;
}

.comment-form #comment_msg {display:none;text-align:center;margin-top:20px;font-size:11px;width:100%;color:#F55555;padding:10px 2%;background: #FBFBFB; border:1px solid #dadde1 !important; border-radius: 3px;box-shadow: inset 1px 3px 4px -3px #e9e9e9; resize:none}

#container #contents .pagination {
  margin-top: 61px;
  text-align: center;
}
#container #contents .pagination a,
#container #contents .pagination span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-family: 'NanumGothic','Nanum Gothic', Dotum, '돋움', Arial, sans-serif;
  font-size: 12px;
  background-color: #fff;
  color: #666;
  border: 1px solid #eaeaea;
}
#container #contents .pagination a:hover,
#container #contents .pagination span.current {
  color: #0075e4;
  background-color: #eff6fa;
  border-color: #0075e4;
}
#container #contents .pagination a {
  vertical-align: top;
}
#container #contents .pagination a.arrows {
  position: relative;
}
#container #contents .pagination a.arrows strong {
  display: none;
}
#container #contents .pagination a.arrows em {
  position: absolute;
  top: 6px;
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
}
#container #contents .pagination a.arrows.prev em {
  left: 0;
  border-right-color: #666;
}
#container #contents .pagination a.arrows.next em {
  right: 0;
  border-left-color: #666;
}
#container.aside-right #aside {
  left: auto;
  right: 0;
}
#container.aside-right .sub-cont {
  padding-left: 0;
  padding-right: 270px;
}
#container.aside-hidden #aside {
  display: none;
}
#container.aside-hidden .sub-cont {
  padding: 0;
}
#footer {
  margin-top: 96px;
  background-color: #262626;
}
#footer.main {
  margin-top: 0;
}
#footer .family_site_wrap {
  background-color: #fff;
  padding: 45px 0 57px;
}
#footer .family_site_wrap .family_site_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#footer .family_site_wrap ul li {
  width: 192px;
  height: 57px;
}
#footer .family_site_wrap ul li a img {
  width: 100%;
  height: 100%;
}
#footer .family_site_wrap .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 57px;
  text-align: center;
}
#footer .family_site_wrap .bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
}
#footer .family_site_wrap .bx-controls-direction a i {
  line-height: 57px;
  font-size: 24px;
  color: #999;
}
#footer .family_site_wrap .bx-controls-direction a span {
  display: none;
}
#footer .inner {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 85px;
}
#footer .inner .title {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #dbdbdb;
}
#footer .inner > div {
  float: left;
  width: 31.3%;
  margin: 0 1%;
}
#footer .inner .notice .title {
  margin-bottom: 30px;
}
#footer .inner .notice ul li {
  line-height: 34px;
}
#footer .inner .notice ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #7f7f7f;
}
#footer .inner .tag .title {
  margin-bottom: 34px;
}
#footer .inner .tag .tag-cloud a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 6px 4px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  background-color: #099aed;
  color: #fff;
}
#footer .inner .contact .send_mail input[type=text],
#footer .inner .contact .send_mail input[type=email],
#footer .inner .contact .send_mail textarea {
  display: block;
  width: 100%;
  height: 133px;
  margin-bottom: 15px;
  padding: 0 15px;
  text-indent: 0;
  border-radius: 0;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #141414;
  color: #acacac;
}
#footer .inner .contact .send_mail input[type=text],
#footer .inner .contact .send_mail input[type=email] {
  height: 45px;
  line-height: 45px;
}
#footer .inner .contact .send_mail textarea {
  padding-top: 15px;
}
#footer .inner .contact .send_mail textarea.private {
  height: 85px;
  border: 2px solid #eee !important;
  background-color: #fbfbfb;
}
#footer .inner .contact .send_mail .private_ok_wrap {
  margin-bottom: 23px;
}
#footer .inner .contact .send_mail .private_ok_wrap label {
  color: #666;
}
#footer .inner .contact .send_mail button {
  height: 30px;
  line-height: 30px;
  padding: 0 23px;
  background-color: #099aed;
  color: #fff;
}
#footer .copy_wrap {
  border-top: 1px solid #3f3f3f;
  background-color: #0f0f0f;
}
#footer .copy_wrap .copy_inner {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#footer .copy_wrap .copy_inner ul {
  float: left;
  width:40%;
}
#footer .copy_wrap .copy_inner ul li {
  display: inline-block;
  margin-right: 5px;
}
#footer .copy_wrap .copy_inner ul li:after {
  display: inline-block;
  padding-left: 10px;
  content: ' |';
  color: #dbdbdb;
  font-weight: 700;
}
#footer .copy_wrap .copy_inner ul li:last-child:after {
  content: '';
}
#footer .copy_wrap .copy_inner ul li a {
  height: 52px;
  line-height: 52px;
  color: #dbdbdb;
  font-weight: 700;
}
#footer .copy_wrap .copy_inner .copy {
  float: right;
  width:60%;
  height: auto;
  line-height: 20px;
  padding:15px 0;
  color: #dbdbdb;
  font-weight: 700;
  text-align:right;
}
.btn_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
  .onlyMobile {display:none;}
/* pc 1000px 까지 */
@media only screen and (max-width: 1199px) {
  #wrap.box-layout {
    width: 1020px;
  }
  #wrap.box-layout #header .bg_sub_menu {
    width: 1020px;
  }
  #header .util_wrap .inner {
    width: 1000px;
  }
  #header .header_inner {
    width: 1000px;
  }
  #container .sub-cont {
    width: 1000px;
  }
  #container .article {
    width: 1000px;
    padding: 0;
  }
  #container .article .inner {
    width: 1000px;
  }
  #container .article.row1 .main_visual li img {
    width: 1000px;
  }
  #container .article.row4 {
    background-position: right 195px;
  }
  #container .article.row4 ul {
    width: 48%;
  }
  #container .article.row11 ol li {
    width: 137px;
    margin: 0 33px 63px;
  }
  #container .article.row11 ol li strong {
    width: 137px;
    height: 137px;
    padding-top: 27px;
  }
  #container .article.row11 ol li strong i {
    margin-bottom: 11px;
  }
  #footer .family_site_wrap .family_site_inner {
    width: 1000px;
    padding: 0 50px;
  }
  #footer .inner {
    width: 1000px;
  }
  #footer .copy_wrap .copy_inner {
    width: 1000px;
  }
}
/* 태블릿 */
@media only screen and (max-width: 999px) {
  .onlyMobile {display:inline;}
  #testControl {
    display: none !important;
  }
  #wrap {
    width: 100%;
  }
  #wrap.box-layout {
    width: 100%;
  }
  #header {
    height: 128px;
    border-bottom: none;
  }
  #header .util_wrap .inner {
    width: 100%;
  }
  #header .header_inner {
    width: 100%;
  }
  #header .header_inner .logo {
    float: none !important;
    width: auto;
    margin: 0;
    padding-top: 20px;
    text-align: center;
  }

#header .util_wrap .inner .flag-util li {float:left;margin:3px 5px 0 0;}
#header .util_wrap .inner .flag-util li img {border:1px solid #efefef;width:23px;}


  #header .header_inner .mobile_search_open {
    display: block;
    position: absolute;
    top: 31px;
    right: 22px;
    font-size: 40px;
    color: #555;
  }
  #header .header_inner .top_search {
    display: block;
    top: 0;
    overflow: hidden;
    width: 0;
    height: 105px;
    z-index: 30;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .header_inner .top_search.active {
    width: 100%;
  }
  #header .header_inner .top_search input {
    display: block;
    width: 100%;
    height: 105px;
    line-height: 105px;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
  }
  #header .header_inner .top_search button {
    display: none;
  }
  #header .header_inner .top_search button.mobile_search_close {
    display: block;
    position: absolute;
    top: 36px;
    right: 32px;
    padding: 0;
    background: none;
  }
  #header .header_inner .top_search button.mobile_search_close i {
    font-size: 40px;
    color: #6a6a6a;
  }
  #header .header_inner #gnb {
    margin-top: 0;
  }
  #header .header_inner #gnb .gnb-menu {
    display: block;
    position: absolute;
    top: 32px;
    left: 20px;
    width: 54px;
    height: 42px;
    border: 1px solid #e7e7e7;
    background: #ffffff url(./images/ic_mb_gnb.png) 50% 50% no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #header .header_inner #gnb .gnb-menu.active {
    left: 237px;
  }
  #header .header_inner #gnb .gnb-menu span {
    display: none;
  }
  #header .header_inner #gnb > ul {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    padding-top: 25px;
    background-color: #efefef;
    border-right: 1px solid #c3c3c3;
    z-index: 10;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #header .header_inner #gnb > ul.active {
    width: 216px;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
  }
  #header .header_inner #gnb > ul > li {
    float: none;
    line-height: 45px;
    padding: 0 0 0 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c3c3c3;
    white-space: nowrap;
  }
  #header .header_inner #gnb > ul > li:first-child {
    padding-left: 30px;
    border-top: none;
  }
  #header .header_inner #gnb > ul > li:hover:after,
  #header .header_inner #gnb > ul > li:active:after {
    content: '';
    display: none;
  }
  #header .header_inner #gnb > ul > li:hover > a,
  #header .header_inner #gnb > ul > li:active > a {
    color: #099aed;
  }
  #header .header_inner #gnb > ul > li:hover > div,
  #header .header_inner #gnb > ul > li:active > div {
    height: auto;
  }
  #header .header_inner #gnb > ul > li > div {
    position: static;
    overflow: hidden;
    height: auto;
    max-height: 0;
    padding-left: 22px;
  }
  #header .header_inner #gnb > ul > li > div.active {
    max-height: 500px;
  }
  #header .header_inner #gnb > ul > li > div > ul > li {
    display: block;
    height: auto;
    line-height: 26px;
    margin: 0;
  }
  #header .header_inner #gnb > ul > li > div > ul > li a {
    color: #828282;
  }
  #header .header_inner #gnb > ul > li > div > ul > li a:hover {
    color: #099aed;
  }
  #header .bg_sub_menu {
    display: none;
  }
  #container .sub-cont {
    width: 100%;
    padding: 0 !important;
  }
  #container #contents {
    padding: 0 20px;
  }
  #container #aside {
    display: none;
  }
  #container .article {
    width: 100%;
    padding: 0 20px;
  }
  #container .article .inner {
    width: 100%;
  }
  #container .article.row1 .main_visual li img {
    width: 100%;
  }
  #container .article.row2 {
    padding: 0 20px;
  }
  #container .article.row3 {
    display: none;
  }
  #container .article.row4 {
    background-position: 97% 195px;
    -webkit-background-size: 330px;
    background-size: 330px;
  }
  #container .article.row4 ul {
    width: 50%;
  }
  #container .article.row5 p strong {
    font-size: 45px;
  }
  #container .article.row5 p span {
    font-size: 25px;
  }
  #container .article.row6 {
    background-position: -160px 0;
  }
  #container .article.row6 ul {
    width: 290px;
  }
  #container .article.row11 {
    display: none;
  }
  #footer {
    padding-top: 60px;
  }
  #footer .family_site_wrap {
    display: none;
  }
  #footer .inner {
    width: 100%;
    padding: 0 20px;
  }
  #footer .inner > div {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
  #footer .copy_wrap .copy_inner {
    width: 100%;
  }
  .btn_top {
    display: none;
  }
}
/* 모바일 */
@media only screen and (max-width: 739px) {
  .onlyMobile {display:inline;}
  #testControl {
    display: none !important;
  }
  #wrap {
    padding-left: 0;
  }
  #header {
    padding:0 0 8px 0;
    /*height: 83px;*/
    min-height: 95px;
    height: auto;
  }
  #header .header_inner .logo {
    padding-top: 8px;
  }
  #header .header_inner .logo img {
    /*width: 124px;*/
    max-width: 250px;
    min-height: 50px;
  }
  #header .header_inner .mobile_search_open {
    top: 10px;
    right: 6px;
  }
  #header .header_inner .top_search {
    height: 60px;
  }
  #header .header_inner .top_search input {
    height: 60px;
    line-height: 60px;
  }
  #header .header_inner .top_search button.mobile_search_close {
    top: 10px;
    right: 6px;
  }
  #header .header_inner #gnb .gnb-menu {
    top: 8px;
    left: 5px;
  }
  #header .header_inner #gnb .gnb-menu.active {
    left: 222px;
  }
  #container .sub-cont {
    padding: 0 5px;
  }
  #container .article {
    padding: 0 5px;
  }
  #container .article .rowTitle h2 {
    font-size: 40px;
  }
  #container .article .rowTitle span {
    font-size: 12px;
  }
  #container .article.row1 .main_visual li {
    height: 225px;
  }
  #container .article.row4 {
    margin-bottom: 50px;
    padding-bottom: 388px;
    background-position: 50% bottom;
    -webkit-background-size: 296px;
    background-size: 296px;
  }
  #container .article.row4 ul {
    width: 100%;
  }
  #container .article.row5 p strong {
    font-size: 32px;
  }
  #container .article.row5 p span {
    font-size: 15px;
  }
  #container .article.row6 {
    min-height: 0;
    padding-bottom: 57px;
    background: none !important;
  }
  #container .article.row6 h2 {
    margin-bottom: 45px;
  }
  #container .article.row6 ul {
    width: 97%;
    margin: 0 auto;
  }
  #container .article.row7 p {
    font-size: 32px;
  }
  #container .article.row8 .thumbnail_list li {
    width: 300px;
    margin: 0 10px 73px;
  }
  #container .article.row10 p {
    font-size: 14px;
  }
  #container .sub_visual p strong {
    font-size: 38px;
  }
  #container .sub_visual p span {
    font-size: 11px;
  }
  #container #contents {
    padding: 0 5px;
  }
  #container #contents .breadcrumb {
    display: none;
  }
  #container #contents .normal li > span {
    float: none;
    margin: 0 auto 21px;
  }
  #footer .copy_wrap .copy_inner ul {
    margin-top:20px;
    width:100%;
    text-align:center;
  }
  #footer .copy_wrap .copy_inner ul li {
    margin-right:1px
  }
  #footer .copy_wrap .copy_inner ul li:after {
    padding-left:4px
  }
  #footer .copy_wrap .copy_inner ul li a {
    height:25px;
    line-height:25px;
  }

  #footer .copy_wrap .copy_inner .copy {
    text-align:center;
    width:100%;
  }
  #footer .copy_wrap .copy_inner .copy span{
    white-space:nowrap;
  }
  #container #contents .page_view .comments-area .comment-list > ol > li .avatar-box img {width:40px;height:40px;border-radius:3px;}
  #container #contents .page_view .comments-area .comment-list > ol > li .comment-wrap {padding-left:50px;}
  .children {margin-left:20px;}
  .commentmetadata span {display:block;margin:0;}

  #container .article.row5 .rowTitle .title,
  #container .article .rowTitle .title{font-size:40px;margin-bottom:20px;}
  #container .article.row5 .rowTitle .sub{font-size:20px;}
  #container .article.row7 .text{font-size:40px;height:80px;line-height:80px;padding:0 35px;}
}

@media only screen and (max-width: 400px) {
	#header .util_wrap .inner .home {display: none;}
	#header .util_wrap .inner .flag-util {margin-left:5px;}

	/*
	#header .util_wrap .inner .flag-util li {float:left;margin:4px 2px 0 0;}
	#header .util_wrap .inner .flag-util li img {border:1px solid #efefef;width:18px;}
	*/
}

/* POST RULES */
#POST-CONTENT {padding:30px 0}
#POST-CONTENT,
#POST-CONTENT * {font-family: '나눔고딕','NanumGothic','Nanum Gothic','굴림',gulim,'돋움',Dotum,AppleGothic,Arial, Helvetica, sans-serif,FontAwesome;word-break:break-all}

#POST-CONTENT h1 {clear:both;line-height:1.4em; font-size:2em;margin:0.67em 0}
#POST-CONTENT h2 {clear:both;line-height:1.86em;font-size:1.5em;margin:0.60em 0}
#POST-CONTENT h3 {clear:both;line-height:2.39em;font-size:1.17em;margin:0.53em 0}
#POST-CONTENT h4 {clear:both;line-height:2.4em; font-size:1em;margin:0.46em 0}
#POST-CONTENT h5 {clear:both;line-height:2.83em;font-size:0.83em;margin:0.39em 0}
#POST-CONTENT h6 {clear:both;line-height:3.99em;font-size:0.7em;margin:0.32em 0}

#POST-CONTENT h1:first-child,
#POST-CONTENT h2:first-child,
#POST-CONTENT h3:first-child,
#POST-CONTENT h4:first-child,
#POST-CONTENT h5:first-child,
#POST-CONTENT h6:first-child { margin-top: 0; }

#POST-CONTENT address {font-style:italic;margin-bottom:24px;}
#POST-CONTENT strong {font-weight:700;}
#POST-CONTENT em {font-style:italic;}
#POST-CONTENT p {margin-bottom:24px;line-height:1.5}
#POST-CONTENT pre {margin:20px 0;font-family:monospace, serif;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.5;}

#POST-CONTENT blockquote:before, #POST-CONTENT blockquote:after {content:"";content:none;}
#POST-CONTENT blockquote {margin:15px 15px 15px 0;padding:0 0 0 10px;color:#767676;font-style:italic;line-height:1.8em;border-left:4px solid #87CEEB}
#POST-CONTENT blockquote em {font-style:normal;}
#POST-CONTENT blockquote strong {font-weight:400;}

#POST-CONTENT ul,
#POST-CONTENT ol {margin:0 0 10px 20px;padding:0 0 0 20px;}
#POST-CONTENT li > ul,
#POST-CONTENT li > ol {margin:0 0 0 20px;padding:0 0 0 20px;}

#POST-CONTENT ul,
#POST-CONTENT ul > li {list-style:disc;line-height:1.5}

#POST-CONTENT ol,
#POST-CONTENT ol > li {list-style:decimal;line-height:1.5}

#POST-CONTENT del {color:#767676;}
#POST-CONTENT hr {background-color:rgba(0, 0, 0, 0.1);border:0;height:1px;margin-bottom:23px;}

#POST-CONTENT .comment-content img,
#POST-CONTENT .entry-content img,
#POST-CONTENT .entry-summary img,
.wp-caption {max-width:100%;}

.comment-content img[height],
.entry-content img,
.entry-summary img,
#POST-CONTENT img[class*="align"],
#POST-CONTENT img[class*="wp-image-"],
#POST-CONTENT img[class*="attachment-"]{height:auto;max-width: 100%;}

#POST-CONTENT img.size-full,
#POST-CONTENT img.size-large,
#POST-CONTENT .wp-post-image,
#POST-CONTENT .post-thumbnail img {height:auto;max-width:100%;}

#POST-CONTENT embed,
#POST-CONTENT iframe,
#POST-CONTENT object,
#POST-CONTENT video {margin-bottom:24px;max-width:100%;}

#POST-CONTENT p > embed,
#POST-CONTENT p > iframe,
#POST-CONTENT p > object,
#POST-CONTENT span > embed,
#POST-CONTENT span > iframe,
#POST-CONTENT span > object {margin-bottom:0;}
#POST-CONTENT .agreement {padding:1%;max-width:98% !important;}


/* Alignment */
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {display: block;margin-left: auto;margin-right: auto;}

blockquote.alignleft,
img.alignleft {margin: 7px 24px 7px 0;}

.wp-caption.alignleft {margin: 7px 14px 7px 0;}

blockquote.alignright,
img.alignright {margin: 7px 0 7px 24px;}

.wp-caption.alignright {margin: 7px 0 7px 14px;}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {margin-top: 7px;margin-bottom: 7px;}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {	border-top: 1px solid rgba(0, 0, 0, 0.1);	border-bottom: 1px solid rgba(0, 0, 0, 0.1);	padding-top: 17px;	width: 50%;}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {	margin-bottom: 17px;}

.wp-caption {margin-bottom:24px;padding:10px 5px ;}
.wp-caption img[class*="wp-image-"] {display:block;margin:0 auto;}
.wp-caption {color:#333;}
.wp-caption-text {font-size:small;line-height:1.5;margin:9px 0 0;padding-right:10px;}


.wp-smiley {border:0;margin-bottom:0;margin-top:0;padding:0;}


/*bbse plugins*/
#bbse_board .mce-btn {margin:2px 2px 0 ;padding:0 1px 4px 2px;}
#bbse_board .mce-btn i {font-style:normal;font-family:dashicons}
#bbse_board .quicktags-toolbar input {margin:4px 2px 2px;padding:0 8px 1px;font-size:12px;height:26px;line-height:24px;border:1px solid #b4b4b4;border-top:3px solid #b4b4b4;box-shadow:0 3px 2px -1px #eee;text-shadow: -1px -1px #fff;cursor:pointer;border-radius:3.1px;background: #ffffff;font-weight: bold;}

#bbse_board fieldset,
#bbse_contact_form fieldset {border:none;}
#bbse_board div,
#bbse_contact_form div,
#bbse_membership div,
#bbse_board p,
#bbse_contact_form p,
#bbse_membership p,
#bbse_board input,
#bbse_contact_form input,
#bbse_membership input {margin:initial ;padding:initial ;line-height:initial}


#bbse_contact_form input {height:23px;line-height:10px;}

#bbse_board .con div {height:20px !important;line-height:20px !important}

/* wp required */
.sticky {}
.gallery-caption {}
.bypostauthor {}