@charset 'utf-8';

* {
  margin: 0;
  padding: 0;
  word-break: keep-all;

  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
       -o-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
menu,
section,
article,
aside,
main,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

header,
footer,
section,
article,
aside,
nav,
main,
details,
menu,
figure,
figcaption,
video {
  display: block;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  word-wrap: break-word;
  word-break: break-all;
}

table th,
table td {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

ol,
ul,
li {
  list-style: none outside none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover,
a:visited {
  text-decoration: none;
}

button {
  /* font-family: 'NanumSquare'; */
  font-family: 'NanumGothic';
  padding: 0;
  cursor: pointer;
  border: 0;
  background: none;
}

button span {
  position: relative;
}

img {
  max-width: 100%;
  border: 0 none;
}

form input,
form select,
form label,
form img {
  vertical-align: middle;
}

fieldset {
  border: 0 none;
}

em,
address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

strong {
  font-weight: normal;
}

iframe {
  margin: 0;
  padding: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

input[type='text'],
input[type='password'] {
  font-family: 'nsdl';
  color: #5d5d5d;
}

input[type='search'],
input[type='tel'],
input[type='number'],
input[type='password'] {
  font-family: 'nsdl';
  color: #5d5d5d;
  border-radius: 0;

  -webkit-appearance: none;
}

fieldset legend,
table caption {
  line-height: 0;
  position: absolute;
  top: 0;
  left: -99999px;
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: normal;

  src: url('../fonts/NanumSquareR.eot');
  src: url('../fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
  url('../fonts/NanumSquareR.woff') format('woff'),
  url('../fonts/NanumSquareR.ttf') format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: bold;
  src: url('../fonts/NanumSquareb.eot');
  src: url('../fonts/NanumSquareb.eot?#iefix') format('embedded-opentype'),
  url('../fonts/NanumSquareb.woff') format('woff'),
  url('../fonts/NanumSquareb.ttf') format('truetype');
}

@font-face {
  font-family: 'NanumGothic';
  font-weight: 400;

  src: url('../fonts/NanumGothic.eot') format('woff');
  src: url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumGothic.woff') format('woff'), url('../fonts/NanumGothic.ttf') format('truetype');
}

@font-face {
  font-family: 'NanumGothic';
  font-weight: 700;

  src: url('../fonts/NanumGothicBold.eot');
  src: url('../fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumGothicBold.woff') format('woff'), url('../fonts/NanumGothicBold.ttf') format('truetype');
}

@font-face {
  font-family: 'NanumGothic';
  font-weight: 900;

  src: url('../fonts/NanumGothicExtraBold.eot');
  src: url('../fonts/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumGothicExtraBold.woff') format('woff'), url('../fonts/NanumGothicExtraBold.ttf') format('truetype');
}

body {
  /* font-family: 'NanumSquare', sans-serif; */
  font-family: 'NanumGothic', sans-serif;
  background-color: #f3f3f3;
}

.hd-area {
  line-height: 0;
  position: absolute;
  top: 0;
  left: -99999px;
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}

.wrap {
  overflow: hidden;
  width: 100%;
  min-width: 1024px;
}

/* header */
.header {
  height: 395px;
  margin-bottom: 85px;
  padding-top: 149px;
  background: url('../img/top_img_230718.jpg') no-repeat top center;
}

.w-1024 {
  width: 1024px;
  margin: 0 auto;
}

.intro {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 15px;
  color: white;
}

/* 주요메뉴 */
.nav {
  margin-top: 235px;
}

.nav-list {
  margin: 0 -10px;
}

.nav-list::after {
  display: table;
  clear: both;
  content: '';
}

.nav-list li {
  float: left;
  width: 241px;
  margin: 0 10px;
}

.nav-list .on .nav-link,
.nav-link:focus,
.nav-link:hover {
  background-color: #fff600;
  -webkit-box-shadow: 0 40px 130px -25px rgba(0,0,0,.50);
     -moz-box-shadow: 0 40px 130px -25px rgba(0,0,0,.50);
          box-shadow: 0 40px 130px -25px rgba(0,0,0,.50);
}

.nav-list .nav-link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  padding: 29px 0 29px 30px;
  border-bottom: 8px solid #fff600;
  background-color: #f3f3f3;
}

.nav-link strong {
  font-size: 17px;
  font-weight: bold;
  display: block;
  padding-right: 30px;
  padding-bottom: 10px;
}

.nav-link strong::after {
  display: inline-block;
  float: right;
  padding: 3px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #656565;
  border-bottom: 2px solid #656565;
}

/* contents */
.contents {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 0 25px 0;
}

.contents::after {
  display: table;
  clear: both;
  content: '';
}

/* 게시물 목록 보기 옵션 */
.view-type {
  height: 20px;
  margin-bottom: 35px;
  text-align: right;
}

.view-type::after {
  display: block;
  clear: both;
  width: 10px;
  content: '';
}

.view-type li {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding-left: 12px;
  cursor: pointer;
}

.view-type li a {
  color: #585858;
}

.view-type .on a {
  color: #000;
}

.view-type li.on::after {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
  padding: .18em;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #000;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

.serif {
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  font-style: italic;
}

/* 썸네일 벽돌쌓기 레이아웃 */
.grid {
  margin: 20px -13px 0;
}

.grid-item {
  float: left;
  width: 324px;
  margin: 0 13px;
  margin-bottom:20px;
}

.gi-link {
  font-size: 0;
  display: block;
}

.gi-link:hover,
.gi-link:focus {
  -webkit-box-shadow: 0 40px 130px -25px rgba(0,0,0,.3);
     -moz-box-shadow: 0 40px 130px -25px rgba(0,0,0,.3);
          box-shadow: 0 40px 130px -25px rgba(0,0,0,.3);
}

.gi-cont {
  font-size: 12px;
  display: block;
  padding: 35px 28px;
  background-color: white;
}

.gi-tit strong {
  font-size: 17px;
  font-weight: bold;
}

.gi-txt {
  line-height: 1.4;
  overflow: hidden;
  height: 48px;
  padding-top: 15px;
}

.gi-date {
  font-family: 'Montserrat';
  font-size: 11px;
  font-weight: 600;
  display: block;
  padding-top: 18px;
  /* color: #737373; */
  color:#666;
}

.gi-tags {
  overflow: hidden;
  padding-top: 18px;
}

.gi-tags li {
  font-size: 11px;
  float: left;
  padding-right: 5px;
  /* color: #888; */
  color: #777;
}

.gi-tags li::before {
  content: '#';
}

/* 게시글 목록 여닫기 부분 */
.board-top {
  height: 21px;
  padding-bottom: 25px;
}

.board-top .post-type {
  font-size: 17px;
  font-weight: bold;
  float: left;
}

.custom-select {
  position: relative;
  float: right;
  margin: 5px 8px 0 0;
}

.custom-select select {
  display: none;
}

.select-selected {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding: 0 25px 5px 0;
  cursor: pointer;
  text-align: right;
}

.select-selected::after {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 2px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

.select-selected.active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.select-items {
  font-size: 13px;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  border: 1px solid #ccc;
  background-color: white;
}

.select-hide {
  display: none;
}

.select-items li {
  font-size: 12px;
  width: 80px;
  padding: 2px 10px;
  cursor: pointer;
}

.select-items li:hover,
.select-items li:focus {
  background-color: #fff600;
}

.btn-list {
  font-size: 14px;
  font-weight: bold;
  float: right;
  padding-right: 2px;
}

.btn-list::after {
  display: inline-block;
  margin: 0 0 2px 5px;
  padding: 2px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

.btn-list.active::after {
  margin: 0 0 0 5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* 게시글 목록 */
.board-list {
  padding: 35px 0;
  /*border-top: 1px solid #ccc; */
  border-top: 1px solid #c2c2c2;
}

.board-list .bl li {
  font-family: 'Dotum', sans-serif;
  font-size: 12px;
  padding: 0 15px;
}

.board-list .bl li+ li {
  margin-top: 13px;
}

.board-list .bl li {
  background: url('../img/dot_1x1_000.gif') no-repeat 8px 5px;
}

.board-list .date,
.rp-list .date {
  font-size: 11px;
  float: right;
  /* color: #9b9b9b; */
  color:#777;
}

.post-link,
.rp-link {
  display: inline-block;
  overflow: hidden;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.post-link .ctgr {
  font-weight: bold;
  /* color: #7d7d7d; */
  color:#777;
}

/* 게시글 view */
.post-tit {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
  padding: 24px 0;
}

.pv-date {
  /*font-family: 'Verdana', sans-serif;*/
  font-size: 12px;
  /* font-weight: bold; */
  font-weight: 700;
  color:#777;

}

.pv-writer {
  font-family: 'Dotum', sans-serif;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: block;
  float: right;
  padding-left: 32px;
}

.pv-writer::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  content: '';
  background: url('../img/icon_mascot.png') no-repeat 0 0;
}

.pv-cont {
  margin-top: 35px;
  padding: 75px 32px 32px 32px;
  color: #8a837e;
  border: solid #ccc;
  border-width: 1px 0;
}

.pv-body {
  font-family: 'NanumGothic';
  font-weight: normal;
  color: #8a837e;
}

.pv-tit {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 50px;
}

.pv-img {
  padding: 10px 0;
}

.pv-img.caption {
  font-size: 0;
  display: inline-block;
  text-align: center;
}

.pv-img.caption .caption {
  font-size: 13px;
  display: block;
  padding-top: 10px;
  color: #777;
}

.pv-txt {
  font-size: 20px;
  line-height: 1.8;
  padding: 20px 0;
}

.txt-block {
  display: inline-block;
  width: 100%;
}

.txt-block+ .txt-block {
  padding-top: 35px;
}

.pv-txt strong {
  font-weight: 700;
}

/* 정의형 목록 */
.df-list dd {
  font-size: 16px;
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
}

.df-list dd::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: '- ';
}

.fs-30 {
  font-size: 30px;
  line-height: 1.4;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pv-tags {
  padding-top: 100px;
}

/* 게시물 관련 태그 */
.pv-tags li {
  font-family: 'Dotum', sans-serif;
  font-size: 12px;
  display: inline-block;
  margin: 7px 5px 0 0;
  padding: 3px;
  /* color: #858585; */
  color: #777;
  background-color: #e7e7e7;
}

.pv-tags li::before {
  content: '#';
}

/* 게시판 내 다른 포스팅 목록 */
.rest-posts {
  padding: 37px 0 0 10px;
}

.rest-posts .active a {
  font-weight: bold;
}

.rest-posts,
.rest-posts h2 {
  font-family: 'Dotum', sans-serif;
  font-size: 12px;
}

.rest-posts h2 strong {
  font-weight: bold;
}

.rp-list {
  padding: 20px 16px 0 10px;
}

.rp-list li+ li {
  margin-top: 8px;
}

/* 페이징 */
.pagination {
  font-family: 'Dotum', sans-serif;
  font-size: 11px;
  overflow: hidden;
  padding-top: 50px;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination .num a {
  display: inherit;
  padding: 5px;
  /* color: #8d8d8d; */
  color:#777;
}

.pagination .num+ .num::before {
  content: '\007C';
  /* color: #8d8d8d; */
  color: #777;
}

.pagination .edge {
  color: black;
}

.pagination .edge.left {
  /*float: left;*/
  margin-right:20px;
  padding-left: 45px;
  background: url('../img/arr_left.png') no-repeat left center;
}

.pagination .edge.right {
  /*float: right;*/
  margin-left:20px;
  padding-right: 45px;
  background: url('../img/arr_right.png') no-repeat right center;
}

/* 페이지 상단 이동 */
.page-top {
  position: relative;
  float: right;
  width: 80px;
  height: 80px;
  margin-top: 130px;
  border-radius: 50%;
  background-color: black;
}

.page-top::before {
  position: absolute;
  top: 30px;
  left: 50%;
  display: inline-block;
  margin-left: -8px;
  padding: 6px;
  content: '';
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border: solid white;
  border-width: 0 4px 4px 0;
}

.page-top::after {
  position: absolute;
  top: 30px;
  left: 50%;
  display: inline-block;
  height: 18px;
  margin-left: -2px;
  content: '';
  border: 2px solid white;
}

/* footer */
.footer {
  /* font-size: 10px; */
  font-size: 11px;
  padding: 56px 0;
  text-align: center;
  color: white;
  background-color: #333;
}

.footer address {
  padding-top: 18px;
}

.footer .copy {
  font-family: sans-serif;
  display: block;
  padding-top: 8px;
  text-transform: uppercase;
}

.logo {
  width: 80px;
}


/* subeen oh modify */
.bbs_top_txt{}
.bbs_top_txt h4{font-size:38px;}
.bbs_top_txt b{font-size:16px;}
.bbs_top_txt p{font-size:16px;}

/* 일반 (좌측 사진) */
.bbs_cont{margin: 0 0 80px 0;}
.bbs_cont:after{display:block;clear:both;content:'';}
.bbs_cont .imgBox{width:25%; float: left;}
.bbs_cont .imgBox img{width:100%;}
.bbs_cont .comment{float:left;width:75%;padding:0 0 0 40px; word-break:break-all;box-sizing:border-box;}
.bbs_cont .comment b{display:block;padding-bottom:20px;font-size:19px;}
.bbs_cont .comment p{font-size:16px;line-height:22px;}

/* 우측 사진 */
.bbs_cont.right .imgBox{float:right;}
.bbs_cont.right .comment{float:left;padding:0 40px 0 0;text-align:right;}

/* subeen oh modify */
